/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.container {
	padding: 0 120px;
}
#av-burger-menu-ul li {
    font-size: 18px !important;
}
div .logo {
    padding-top: 20px;
}
#menu-item-779 a {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.responsive .boxed#top,
.responsive.html_boxed.html_header_sticky #header,
.responsive.html_boxed.html_header_transparency #header {
  width: 1310px;
  max-width: 90%
}


.html_header_transparency #top .avia-builder-el-0 .container,
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
  padding-top: 88px
}

.avia-standard-logo img {
  transition: opacity 0.3s ease;
}




.page-id-325 .main_menu,
.page-id-327 .main_menu,
.page-id-414 .main_menu,
.page-id-416 .main_menu,
.page-id-418 .main_menu,
.page-id-420 .main_menu {
  display: none !important;
}



.custom-contact-btn {
  background: transparent;
  color: white !important;
  padding: 7px 20px;
  border-radius: 50px;
  text-decoration: none;
  margin-left: 15px;
  border: 1px solid white !important;
  transition: border-color 0.3s ease;
  margin-left: 80%;
}

.custom-contact-btn:hover {
  border-color: #ff1845 !important;
}

#scroll-top-link.avia_pop_class {
  opacity: .9;
  border-radius: 50%;
  fill: white !important;
  background-color: #333333;
  border: 1px solid #333333;
}

#top .avia-svg-icon.avia-font-svg_entypo-fontello svg:first-child {
  fill: white !important;
}

.av_menu_icon_beside {
  border-right-width: 0px !important;
}

.avia-standard-logo img {
  width: 120px;
}

div .flex_column {
  display: flex;
  flex-direction: column;
  align-items: normal;
}

div .logo {
  padding-top: 20px;
}

.banner-css {
  padding-top: 25px;
  background-color: #f679c7;
}


.avia-fullscreen-slider {
  position: relative;
  z-index: 1;
}

#after_full_slider_1 {
  position: absolute;
  top: 4%;
  background-color: transparent;
  z-index: 10;
  border: none;
}

.text-content h2 {
  color: white;
  font-family: "Mulish", sans-serif;
  letter-spacing: -1px !important;
  text-transform: capitalize !important;
  font-weight: 100;
  font-size: 3.3em;
  margin-bottom: 1em;
}

.text-content h3 {
  font-weight: bold;
  color: white;
  font-size: 3.8em;
  line-height: 50px;
  font-family: "League Spartan", sans-serif;
}

.logo-text {
  max-width: 29% !important;
  height: auto;
  min-width: 300px;
  padding-bottom: 70px;
}

.text-expe h2 {
  font-weight: bolder !important;
  letter-spacing: -2px;
  font-family: "Montserrat", sans-serif;
}

.text-expe h2::after {
  content: "•";
  display: inline-block;
  margin-left: 3px;
  font-size: 0.9em;
  vertical-align: middle;
  color: #ff1845;
  position: relative;
  top: 7px;
}

.p-expe p {
  margin: 0px !important;
  font-family: "Playfair Display", Sans-serif;
  font-style: italic;
}

#top div .avia-gallery img {
  border-style: none;
  border-width: 0px;
}

#top div .avia-gallery img {
  border-style: none;
  border-width: 0px;
}

.avia-chrome .avia-gallery-thumb {
  margin-top: 40px;
  opacity: 10 !important;
}

.boton-expe a {
  font-weight: bold;
  transition: background-color 0.6s ease !important;
}

.avia-button {
  font-weight: bolder !important;
}

.boton-expe a:hover {
  background-color: transparent !important;
  border: 2px solid #ff1845 !important;
  color: black !important;
  font-weight: bold;
}

.avia_transform .avia-gallery-animate .avia-gallery-thumb img {
  opacity: .9;
  transform: none;
}

#top .avia-gallery .avia-gallery-thumb a:hover {
  opacity: 9 !important;
}

#top .avia-gallery .avia-gallery-thumb a {
  position: relative;
  overflow: hidden;
}

.custom-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.72);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.overlay-box {
  position: absolute;
  background: #ff1845;
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-direction: column;
  gap: 2px;
  padding: 20px 0px;
  position: absolute;
  top: 65%;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}

.overlay-box h3 {
  font-weight: 700;
  padding: 0px 25px;
  font-size: 22px;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.overlay-box button {
  color: white;
  padding: 0px 25px;
  background: none;
  cursor: pointer;
  border: none;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.overlay-box button::after {
  content: " →";
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.overlay-box button:hover::after {
  transform: translateX(3px);
}

.overlay-box button:hover {
  transform: scale(1.1);
}

#top .avia-gallery-thumb a:hover .custom-overlay {
  opacity: 1;
  pointer-events: auto;
}

#top .avia-gallery-thumb a:hover .overlay-box {
  transform: scale(1);
}


#top .container-path {
  clip-path: polygon(49% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100vw !important;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}

.text-project h3 {
  margin-top: 90px !important;
  margin-left: 160px !important;
  font-weight: 900 !important;
  letter-spacing: -2px;
  color: white;
}

.container-path section {
  margin-left: 160px !important;
  max-width: 600px !important;
  margin-bottom: 90px !important;
}

.text-buton-get a {
  font-weight: bold !important;
}
.img-depor .avia-image-container-inner .avia-image-overlay-wrap img{
	width:370px !important;
	
}
.enfold-social-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.enfold-social-footer .social-icon {
  text-decoration: none;
  font-size: 17px;
  color: #ffffff;
}

#footer .widget {
  color: #6c7165;
  margin: 0px;
}

#media_image-2 {
  padding-top: 30px !important;
}

#media_image-2 img {
  max-width: 100%;
  height: auto;
}

.footer-copy {
  text-align: center;
  line-height: 1.6;
}

.example-color {
  color: #ea0f29;
}

.cont-image {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.container-imagenes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0;
}

.container-imagenes img {
  width: 100%;
  height: auto;
  display: block;
}

.container-imagenes,
.avia-image-container-inner,
.avia_image {
  border-radius: 0px !important;
  box-sizing: border-box;
}

.post-entry-327 .entry-content-wrapper .avia_code_block_2,
.post-entry-414 .entry-content-wrapper .avia_code_block_3,
.post-entry-416 .entry-content-wrapper .avia_code_block_2,
.post-entry-418 .entry-content-wrapper .avia_code_block_2,
.post-entry-420 .entry-content-wrapper .avia_code_block_2 {
  width: 100vw !important;
  background-color: #fafafa !important;
  margin-left: calc(-50vw + 50%);
  padding: 80px 160px 50px 160px !important;
}

.avia-menu-text {
  font-size: 13px !important;
  color: white !important;
  font-family: "Poppins", sans-serif;
}

.avia-menu-fx {
  display: none;
  visibility: hidden;
}

.social_bookmarks_facebook, .social_bookmarks_whatsapp {

  color: white !important;
}

.content {
  padding-bottom: 0px;
}



/* CSS FORMULARRIO DE CONTACTO */
.cont-form{
	border:1px solid #fc1743 !important;
	border-radius:10px;
	padding:40px;
}
.cont-form h3{
	color:#fc1743 !important;
	margin-bottom:20px;

}
.cont-form label{
	font-size:14px !important;
	color:#fc1743 !important;
	font-family:"Poppins", sans-serif;

}
fieldset input:not([type="submit"]):not([type="reset"]),
fieldset textarea{
	background:transparent !important;
	border:none !important;
	border-bottom:1px solid #fc1743 !important;
	outline:none;
	height:0px !important;
}
fieldset{
	margin-bottom:0px !important;
}
fieldset .button{
	background-color:#fc1743 !important;
font-size:15px !important;
	border-radius:30px !important;
	padding:12px 15px !important;
	float:right !important;
	margin-top:10px !important;
}

.btn-ctn,
.columna-texto .av_textblock_section,
.div-btn-card .av_textblock_section,
.post-entry-414 .av_textblock_section,
.div-deportivo .av_textblock_section{
   display: inline-block;
  vertical-align: middle;
	
  
}

.columna-texto .av_textblock_section,
.div-btn-card .av_textblock_section,
.post-entry-414 .av_textblock_section,
.div-deportivo .av_textblock_section{
  margin-left: 10px;
}
.text-ctn p{
	font-weight:bold !important;
	text-transform:uppercase;
	padding-top:40px;
	color:#595959 !important;
}

.p-txt p{
	margin:0px;
		padding-top:0px;
padding-bottom:20px;
}


.div-deportivo .av_textblock_section .p-txt p{
	padding-bottom:0px;
	padding-top:40px;
}








@media only screen and (max-width: 1118px) {
    .overlay-box {
        top:60%;
    }

    .overlay-box h3 {
        font-size: 16px !important;
		
		
	}
}



@media only screen and (max-width: 1118px) {
    .overlay-box {
        top: 60%;
    }

    .overlay-box h3 {
        font-size: 16px !important;
    }

    .overlay-box button {
        font-size: 11px;
    }
}

@media only screen and (max-width: 890px) {
    .container {
        padding: 0px !important;
    }

    .responsive .logo img,
    .responsive .logo svg {
        width: 150px;
    }

    #top .container-path {
        width: 100vw !important;
        flex-direction: column !important;
    }

    .text-project h3 {
        margin-left: 0px !important;
        text-align: center;
    }

    .container-path section {
        margin-left: 0px !important;
        max-width: 100% !important;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .text-buton-get {
        padding-bottom: 40px;
    }

    .avia_textblock {
        padding: 0px 50px;
    }

    div .flex_column {
        align-items: flex-start;
    }

    .text-expe {
        padding: 0px 50px;
    }
}

@media only screen and (max-width: 840px) {

    .container-depor,
    .container-office,
    .container-school,
    .container-relax,
    .container-artesanal {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}

@media only screen and (max-width: 767px) {

    .page-id-325 .main_menu,
    .page-id-327 .main_menu,
    .page-id-414 .main_menu,
    .page-id-416 .main_menu,
    .page-id-418 .main_menu,
    .page-id-420 .main_menu {
        display: block !important;
    }

    .page-id-325 .custom-contact-btn,
    .page-id-327 .custom-contact-btn,
    .page-id-414 .custom-contact-btn,
    .page-id-416 .custom-contact-btn,
    .page-id-418 .custom-contact-btn,
    .page-id-420 .custom-contact-btn {
        display: none !important;
    }

    #after_full_slider_1 {
        top: 14% !important;
    }

    .text-expe h2 {
        text-align: center;
    }

    .p-expe p {
        padding-top: 5px;
        text-align: center !important;
    }

    div .flex_column {
        align-items: center !important;
    }
}

@media only screen and (max-width: 610px) {
    .page-id-325 .main_menu {
        display: block !important;
    }

    .page-id-325 .custom-contact-btn {
        display: none !important
    }

    .container {
        padding: 0px !important;
    }

    .logo-text {
        display: none !important;
    }

    .av-section-cont-open {
        padding-top: 15%;
        padding-left: 0px !important;
    }

    .logo img,
    .responsive .logo svg {
        max-width: 50%;
    }

    .av-special-heading-tag {
        float: left;
    }

    div .flex_column {
        align-items: flex-start;
    }

    .text-expe {
        padding: 0px !important;
    }

    .overlay-box {
        gap: 5px;
        padding: 15px 0px;
    }

    .overlay-box h3 {
        font-size: 12px !important;
        margin: 0px;
        padding: 0 10px;
    }

    .overlay-box button {
        font-size: 9px;
        padding: 0 10px;
    }

    .overlay-box button::after {
        font-size: 9px;
    }
}

@media only screen and (max-width: 519px) {
    .container-imagenes {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .project-meta {
        flex-direction: column;
        gap: 10px !important;
    }

    .project-item {
        flex-direction: row;
    }
}

@media only screen and (max-width: 410px) {
    .project-meta {
        flex-direction: column;
        gap: 10px !important;
    }

    .project-item {
        flex-direction: row;
    }

    .page-id-325 .main_menu {
        display: block !important;
    }

    .page-id-325 .custom-contact-btn {
        display: none !important;
    }

    .container {
        padding: 0px !important;
    }

    .av-section-cont-open {
        padding-top: 15%;
        padding-left: 0px !important;
        text-align: center;
    }

    #after_full_slider_1 {
        top: 14% !important;
    }

    .text-content h2 {
        font-size: 2.3em;
    }

    .text-content h3 {
        font-size: 2.8em;
    }

    .logo-text {
        display: none !important;
    }

    div .flex_column {
        align-items: center;
    }

    .text-expe h2 {
        text-align: center;
        width: auto;
        margin-top: 10px;
        padding-bottom: 25px !important;
        font-size: 35px !important;
    }

    .boton-expe {
        margin-top: 20px !important;
    }

    .text-expe {
        text-align: center;
        width: auto;
    }

    .p-expe p {
        text-align: center !important;
    }

    .text-expe h2::after {
        display: inline !important;
        top: 5px !important;
    }

    #top div .avia-gallery img {
        padding: 3px !important;
    }

    .overlay-box {
        top: 55%;
        gap: 5px;
        padding: 10px 0px;
    }

    .overlay-box h3 {
        font-size: 9px !important;
        margin: 0px;
        padding: 0 5px !important;
    }

    .overlay-box button {
        font-size: 9px;
        padding: 0 5px;
    }

    .overlay-box button::after {
        font-size: 9px;
    }

    .columna-texto,
    .titulo-depor,
    .titulo-office,
    .titulo-school,
    .titulo-relax,
    .titulo-artesanal {
        float: left !important;
    }

    .texto-p,
    .p-office,
    .p-school,
    .p-relax,
    .p-artesanal {
        padding: 0px !important;
    }
}



@media (max-width: 480px) {
    .div-img .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
        height: auto !important;
    }

    fieldset .button {
        float: none !important;
			
    }
	.p-expe{
		padding:0px;
	}
	
	
	.text-ctn p{
	
	padding-top:20px;
		
	
}
	.text-ctn{
		padding:0px;
	}
	
.btn-ctn .av-me92rwx0-7b542fc9172129b7b1424e239a99a610,
.btn-ctn .av-me8yu7h7-a5398995f192568a4da6e677d0da8b54{
	margin-bottom:10px !important;
	}
	
	.titulo-deport::before {
		top:46px !important;
	}
	
}


@media only screen and (max-width: 390px) {
	 .overlay-box {
		 top: 50%;    }
}

@media only screen and (max-width: 310px) {
    .page-id-325 .main_menu {
        display: block !important
    }

    .page-id-325 .custom-contact-btn {
        display: none !important;
    }

    .av-section-cont-open {
        padding-top: 25% !important;
    }

    .text-expe h2 {
        float: left !important;
    }

    .text-expe h2::after {
        display: inline !important;
        top: 5px !important;
    }

    #top div .avia-gallery img {
        padding: 3px !important;
    }

    .overlay-box {
         top: 50%;                
  
        gap: 5px;
        padding: 6px 0px;
    }

    .overlay-box h3 {
        font-size: 8px !important;
        margin: 0px;
        padding: 0 5px !important;
    }

    .overlay-box button {
        font-size: 8px;
        padding: 0 5px;
    }

    .overlay-box button::after {
        font-size: 8px;
    }

    .columna-texto,
    .titulo-depor,
    .titulo-office,
    .titulo-school,
    .titulo-relax,
    .titulo-artesanal {
        float: left !important;
    }

    .texto-p {
        padding: 0px !important;
    }
}



.container {
    width: 100%;
}

.container .av-content-small.units {
    width: 73%;
}

.responsive .boxed#top,
.responsive.html_boxed.html_header_sticky #header,
.responsive.html_boxed.html_header_transparency #header {
    width: 1310px;
    max-width: 90%;
}

.responsive .container {
    max-width: 1310px;
}

.cont-form {
    border: 1px solid #fc1743 !important;
    border-radius: 10px;
    padding: 40px;
}

.cont-form h3 {
    color: #fc1743 !important;
}

.cont-form label {
    color: #fc1743 !important;
}

fieldset input:not([type="submit"]):not([type="button"]):not([type="reset"]),
fieldset textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fc1743 !important;
    outline: none;
    height: 0px !important;
}

fieldset {
    margin-bottom: 0px !important;
}

fieldset .button {
    background: #fc1743 !important;
    border: none !important;
    padding: 13px 25px !important;
    border-radius: 30px !important;
    float: right;
}


.div-img .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
    height: 540px !important;
}

