.xmodal-content {
	margin: 10% auto !important;
	background: transparent;
	border: transparent;
}
.slick-dots li button {
	display: none !important;
}

@media (min-width: 320px) and (max-width: 575px) {
    .btn-global {
        padding: 6px 12px !important;
    }
}
.txt-baner {
	line-height: 150% !important;
}
.header.-sticky {
             background: #F4F1EC !important;
		}
/* botones de redes fixed */
ul.elements-bar.right.-unlist.dynamic-typo {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 600;
}
p, a, input, select, textarea {
    font-family: "Poppins", sans-serif !important;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.container-img img {
  cursor: pointer;
}

.animated-icon {
  /*animation: bounce 1s infinite;*/
}
#mapa {
 background: white !important;
}
.recorrido {
    width: 100%;
    min-height: 500px;
    height: 100%;
    border: none;
    cursor: pointer;
    aspect-ratio: 16 / 9;
    border: 2px solid #d5a846;
    background-color: #000;
    background-size: cover;
    transition: all .3s;
    display: block;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.19);
    border-radius: 6px;
}

/* Opcional: Cambia la sombra al pasar el ratón por encima */
.recorrido:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 
                0 12px 40px rgba(0, 0, 0, 0.19);
}

.content-recorrido {
    padding-top: 5em;
    padding-bottom: 5em;
    text-align: center;
}


.content-titulo-recorrido {
    max-width: 420px;
    margin: 0 auto 20px auto;
    
}

.content-titulo-recorrido .il {
    display: inline-block;
    width: 82%;
    vertical-align: middle;
}

.content-titulo-recorrido .il h2 {
    font-size: 1.95em;
    letter-spacing: 0.45px;
    color: #000;
    white-space: nowrap;
}



.content-titulo-recorrido .ir {
    width: 16%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.content-titulo-recorrido .ir img {
    width: 90px;
    margin-left: 10px;
    margin-top: -15px;
}

.slick-prev,
.slick-next {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #FF0002;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}
/*.slick-slide {
	width: 200px !important;
}*/
.slick-track {
	display: flex !important;
	gap: 24px !important;
}

#section-planos {
 max-width: 100%;
 border-radius: 10px;
 margin: 30px auto 5px auto;
}

.global {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.btn-global {
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  flex: 1;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  padding: 8px 32px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.8px;
  font-family: 'Poppins';
}

.btn-global:hover {
  background: #d5a846;
  color: #fff;
}

.btn-global--active {
    fill: #000;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.8px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
}

#groupB {
	width: 100%;
}
.btn-cotizacion {
 background-color: #fff;
 border: 2px solid #000 !important;
 color: #000;
 font-family: 'Poppins', sans-serif;
 font-weight: 500;
 font-size: 17px;
 letter-spacing: 0.8px;
 padding: 8px 16px;
 border: none;
 border-radius: 10px;
 font-size: 16px;
 cursor: pointer;
 margin: 4px;
 transition: all .5s ease;
 box-sizing: border-box;
 text-wrap: nowrap;
}

.btn-cotizacion--active {
  background: #000 !important;
  color: #fff;
  border: 2px solid #000 !important;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
}

.btn-cotizacion:hover {
  background-color: #d5a846 !important;
  transform: scale(1.05);
  color: #fff;
}

.container-img {
 width: 100%;
 margin-top: 16px;
}

.slick-next, .slick-prev {
    zoom: 2;
}

.slick-next:before, .slick-prev:before {
  color: #000 !important;
}

#btn-cta button {
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  background-color: #000;
  color: #fff;
}

#btn-cta button:hover {
  background-color: #d5a846;
  color: #fff;
}

.content-galeria {
  max-width: 100%;
}

.content-titulo-galeria {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.content-titulo-galeria .title {
 margin-bottom: 35px;
 font-weight: 600;
 letter-spacing: 0.45px;
 color: #000;
}

.vistazo-img {
  margin: 8px 20px;
  width: 100%;
  transform: scale(1.05);
}

.vistazo-img:hover {
  transform: scale(1.05);
}

.groupVistazo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
}

.groupVistazo2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

.btn-vistazo {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 2px 4px;
  width: auto;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.8px;/*
  transform: skew(20deg);
  transform-origin: top left;*/
}
/*
.groupVistazo .btn-vistazo:nth-child(3) {
  transform: skew(0);
  transform-origin: top left;
}
.groupVistazo .btn-vistazo span, .btn-vistazo svg {
  transform: skew(-20deg);
}
.groupVistazo .btn-vistazo:nth-child(3) span, .btn-vistazo:nth-child(3) svg {
  transform: skew(0);
}
.groupVistazo2 .btn-vistazo:nth-child(1) {
  transform: skew(0);
  transform-origin: top left;
}
.groupVistazo2 .btn-vistazo span, .btn-vistazo svg {
  transform: skew(20deg);
}
.groupVistazo2 .btn-vistazo:nth-child(1) span, .btn-vistazo:nth-child(3) svg {
  transform: skew(0);
}*/

div#recorrido360 .xmodal-content {
    min-width: 700px;
	width: 80% !important;
	max-width: 80% !important;
}

@media (min-width: 320px) and (max-width: 575px) {
	div#recorrido360 .xmodal-content {
	width: 100% !important;
		max-width: 100% !important;}
	div#recorrido360 .xmodal-content iframe{
		height: 250px !important;
	}
}
.btn-baner {
    display: inline-block;
    width: 90px;
    left: 6%;
    position: relative;
    cursor: pointer;
	animation: scaleUpDown 1s infinite;
    transition: transform 0.3s;
}
div#areasComunes .xmodal-content {
    padding-top: 0;
}
div#areasComunes span.xclose {
    display: block;
    float: none;
    text-align: right;
}

.xmodal-content {
	padding: 0 36px !important;
}
.btn-vistazo svg {
	margin-right: 4px;
}

.btn-vistazo--active {
    fill: #000;
    color: #000;
    background-color: #d5a846;
    border: 2px solid #d5a846;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.8px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
}

#galeria .slick-prev,
#galeria .slick-next {
 font-size: 20px;
 line-height: 1;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 z-index: 1;
 zoom: 2;
}

#galeria .slick-dots li button {
 transform: scale(2);
}

#galeria .slick-prev:before,
#galeria .slick-next:before {
      color: #d5a846;
}

#galeria .slick-prev {
      left: 10px;
}

#galeria .slick-next {
      right: 10px;
}

.galeria-carrusel {
	visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/*.vistazo-img {
	width: 500px !important;
}
*/
.galeria-carrusel--active {	
	visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
}

/*MAPA*/
 #section-proyectos {
      max-width: 100%;
    }

    .mapListaUbicaciones {
      flex: 1
    }

    .titulo-cercania {
      font-weight: bold;
      color: #A8191A;
      font-size: 26px;
      text-align: left;
      margin-left: 24px;
    }

    .mapUbication {
      flex: 2;
    }

    .mapDireccion {
      flex: 1
    }

    #map {
      height: 480px;
    }

	#map2 {
      height: 480px;
    }
	#map3 {
      height: 480px;
    }
    /* COLEGIOS */
    .leaflet-control-layers-overlays label {
      font-weight: bold;
      color: #000;
    }

    .leaflet-control-layers-overlays label input {
      accent-color: #A8191A !important;
    }

.slick-dotted.slick-slider {
	margin-bottom: 0 !important; 
}
    .item-list {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
    }
    /*[PROYECTOS]*/
     #section-proyectos {
      max-width: 100%;
    }
.slick-track {
	display: flex !important;
	/*gap: 24px !important;*/
}
    .proyectos-img {
      margin: 8px 16px;
      position: relative;
      border: 1px solid black;
	  width: 375px !important;
    }
	.proyectos-img img {
	}
    .proyectos-img:hover {
      transform: scale(1.05);
    }

    .groupproyectos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
    }

    .btn-proyectos {
      background-color: white;
      border: 1px solid #0f172a;
      padding: 8px 32px;
      width: 200px;
      height: 40px;
      font-weight: bold;
      border-radius: 12px;
      display: flex;
      flex-direction: row;
      gap: 12px;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .btn-proyectos--active {
      fill: white;
      color: white;
      background-color: #0f172a;
    }

    .lugar-item {
      position: absolute;
      bottom: 0;
      background-color: white;
      text-align: center;
      font-weight: bold;
      width: 100%;
      margin: 0;
      padding-top: 4px;
    }
    
	.button-filter-map {
      padding: 8px 24px;
      background-color: #fff;
      color: #a8191a;
      border-radius: 2px;
      cursor: pointer;
	  border: 1px solid #a8191a;
	  flex: 1 1 auto; /* Ajusta el tamaño flexible */
	  /*width: 100%; Ancho completo del contenedor padre */
	  /*max-width: 150px;  Ancho máximo opcional para cada botón */
	  font-weight: bold;
	  font-size: 13px;
    }

    .button-filter-map:hover {
      background-color: #d5a846;
      color: #000;
    }

    .button-filter-map--active {
      background-color: #a8191a;
      color: #fff;
    }

#proyectos .slick-prev,
#proyectos .slick-next {
 font-size: 20px;
 line-height: 1;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 z-index: 1;
 zoom: 2;
}

#proyectos .slick-dots li button {
 transform: scale(2);
}

#proyectos .slick-prev:before,
#proyectos .slick-next:before {
      color: #d5a846;
}

#proyectos .slick-prev {
      left: 10px;
}

#proyectos .slick-next {
      right: 10px;
}

/*FORMULARIO HEADER*/
.content_cta_form {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 20px 24px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.content_cta_form h2 {
 font-size: 22px;
 color: #df0009;
 margin-bottom: 24px;
 letter-spacing: 0.5px;
}

.fila {
/*display: flex;
flex-wrap: wrap;*/
 margin: 2px 0 10px 0;
 width: 100%;
}


.fila .column-12{
 padding: 1px 5px;
 display: inline-block;
 width: 100%;
}

.fila .column-6 {
 display: inline-block;
 width: 49%;
}


.content_cta_form .fila label {
font-size: 14px;
display: block;
margin-bottom: 0px;
font-weight: bold;
color: #1f1f1f;
text-align: left;
}	

.contact-form .wpcf7-form.invalid .wpcf7-response-output, 
.subscribe-form .wpcf7-form.invalid .wpcf7-response-output {
    background-color: rgba(221, 60, 87, 0.8);
    color: #fff;
}
ul#menu-primary {
    align-items: center;
}
.boton_whatsapp_header {
    zoom: 1.3;
    /*background: #25D366;*/
    /*padding: 6px 12px 5px 16px;*/
    /*border-radius: 3px;*/
    /*box-sizing: border-box;*/
    text-decoration: none;
    color: #000;
}

.boton_whatsapp_header:hover,
.boton_whatsapp_header:active {
    color: #d5a846 !important;
}

		div#formulario_cta_2 {
    border: 1px solid #000;
    padding: 24px 25px 11px;
    border-radius: 20px;
}
		div#formulario_cta_2 h3 {
    font-size: 22px;
    font-family: 'Poppins' !important;
    line-height: 1.2;
}


		span.wpcf7-spinner {
    display: none;
}

.boton_whatsapp_header span {
   font-size: 0.5em !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1px;
}
.extended-menu.-sticky .boton_whatsapp_header {
    font-size: 10px;
}

.content_cta_form input[type="text"],
.content_cta_form select{
    text-align: left !important;
}

#contenedor_ancho_completo {
    background-color: #fff !important;
    position: relative !important;
    z-index: 9 !important;
    overflow: inherit !important;
}

.uk-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

#project_general_info .project-info {
    padding-top: 20px;
	zoom: 0.8;
}

#contenedor_ancho_completo .uk-section-secondary {
    background-color: #fff !important;
}

#project_general_info .project-info .uk-col-project-info .uk-card .card-cont .img img {
    max-width: 52px !important;
    margin-left: -23px;
    width: 52px !important;
}


#project_general_info .cont-caracteristica .content-right-c .uk-card-caracteristica {
    padding: 0px 10px;
    height: initial;
}

#project_general_info .cont-caracteristica .content-right-c .uk-card-caracteristica .content {
    zoom: 0.9;
}

img.iconox {
    width: 72px;
    max-width: 72px;
    margin-right: 3px;
}

#project_general_info .project-info .uk-col-project-info .uk-card .card-cont .text p.big {
    font-weight: 600;
}

.button:not(.-outlined):not(.-text):not(.-flat):not(.wc-forward:first-child) {
    color: #000 !important;
}

.button:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):hover {
    color: #fff !important;
}


.button:not(.-outlined):not(.-text):not(.-flat):not(.wc-forward:first-child), a.button:not(.-outlined):not(.-text):not(.-flat):not(.wc-forward:first-child) {
    color: #fff !important;
    text-decoration: none !important;
}


.btn.btn-brand:not(.-outlined):not(.-flat):not(.-text):hover, .btn.btn-brand:not(.-outlined):not(.-flat):not(.-text):active, .btn.btn-brand:not(.-outlined):not(.-flat):not(.-text):focus, .btn.-primary:not(.-outlined):not(.-flat):not(.-text):hover, .btn.-primary:not(.-outlined):not(.-flat):not(.-text):active, .btn.-primary:not(.-outlined):not(.-flat):not(.-text):focus, .button.btn-brand:not(.-outlined):not(.-flat):not(.-text):hover, .button.btn-brand:not(.-outlined):not(.-flat):not(.-text):active, .button.btn-brand:not(.-outlined):not(.-flat):not(.-text):focus, .button.-primary:not(.-outlined):not(.-flat):not(.-text):hover, .button.-primary:not(.-outlined):not(.-flat):not(.-text):active, .button.-primary:not(.-outlined):not(.-flat):not(.-text):focus, a.button.btn-brand:not(.-outlined):not(.-flat):not(.-text):hover, a.button.btn-brand:not(.-outlined):not(.-flat):not(.-text):active, a.button.btn-brand:not(.-outlined):not(.-flat):not(.-text):focus, a.button.-primary:not(.-outlined):not(.-flat):not(.-text):hover, a.button.-primary:not(.-outlined):not(.-flat):not(.-text):active, a.button.-primary:not(.-outlined):not(.-flat):not(.-text):focus, .added_to_cart.btn-brand:not(.-outlined):not(.-flat):not(.-text):hover, .added_to_cart.btn-brand:not(.-outlined):not(.-flat):not(.-text):active, .added_to_cart.btn-brand:not(.-outlined):not(.-flat):not(.-text):focus, .added_to_cart.-primary:not(.-outlined):not(.-flat):not(.-text):hover, .added_to_cart.-primary:not(.-outlined):not(.-flat):not(.-text):active, .added_to_cart.-primary:not(.-outlined):not(.-flat):not(.-text):focus, button[type="submit"].btn-brand:not(.-outlined):not(.-flat):not(.-text):hover, button[type="submit"].btn-brand:not(.-outlined):not(.-flat):not(.-text):active, button[type="submit"].btn-brand:not(.-outlined):not(.-flat):not(.-text):focus, button[type="submit"].-primary:not(.-outlined):not(.-flat):not(.-text):hover, button[type="submit"].-primary:not(.-outlined):not(.-flat):not(.-text):active, button[type="submit"].-primary:not(.-outlined):not(.-flat):not(.-text):focus, input[type="submit"].btn-brand:not(.-outlined):not(.-flat):not(.-text):hover, input[type="submit"].btn-brand:not(.-outlined):not(.-flat):not(.-text):active, input[type="submit"].btn-brand:not(.-outlined):not(.-flat):not(.-text):focus, input[type="submit"].-primary:not(.-outlined):not(.-flat):not(.-text):hover, input[type="submit"].-primary:not(.-outlined):not(.-flat):not(.-text):active, input[type="submit"].-primary:not(.-outlined):not(.-flat):not(.-text):focus {
    color: #fff !important;
    background: #000;
}

.uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary, .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary {
    background-color: #fff;
    color: #000 !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
}

.referido {
    background: #fff;
    padding: 32px 35px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
}

.referido h3 {
    color: #000 !important;
    margin-bottom: -2px;
    font-size: 2.1em;
}

.brochure {
  margin-top: 30px;
  text-align: center;
}

.brochure h3 {
    font-size: 2.1em;
    margin-bottom: 3px;
}

.titulo_cta {
    color: #000;
    letter-spacing: 0.45px;
    font-weight: 600;
    font-size: 2.6em;
    margin-top: -2px;
}

.titulo_cta span {
   font-size: 0.5em;
    display: block;
    font-weight: 400;
    width: 80%;
}

#formulario_cta_2 input[type="text"],
#formulario_cta_2 input[type="tel"]{
 background: rgba(255, 255, 255, 0.8);
 border: 1px solid #000;
}

#section-planos .slick-next:before, 
#section-planos .slick-prev:before {
 color: #000 !important;
}


#project_general_info .cont-caracteristica {
    padding: 1px 0;
}

#recorrido {
    padding-top: 40px;
    padding-bottom: 25px;
}

h2.title {
    margin-bottom: 0;
}

#planos {
    padding-top: 40px;
    padding-bottom: 5px;
}

.countdown {
  text-transform: uppercase;
}

.countdown ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  padding: 0;
  margin: 0 auto;
  gap: 15px;
}

.countdown li {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.countdown li span {
    font-size: 1.6em;
    display: block;
}

leaflet-marker-icon {
    animation: bounce 0.5s;
}
/*
#colophon {
	display: none !important;
}
*/
#ubicanos_botonera .ohio-widget-holder {
    width: 49%;
    display: inline-block;
    zoom: 0.8;
}

.datos_ubicacion p {
	font-size: 14px;
}

.fila-footer .fila-img {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}

.fila-footer .fila-datos{
	width: 73%;
	display: inline-block;
	vertical-align: middle;
}

.fila-footer .fila-img {
	text-align: center;
}

.fila-footer .fila-img i {
    font-size: 32px;
    margin-top: 1px;
}

.fila-datos h4 {
 font-size: 14px;
 color: #777777;
}

.fila-datos h4 span {
 display: block;
 font-weight: 300;	
}

.whatsapp-footer {
 zoom: 1.6;
}

.whatsapp-footer, 
.whatsapp-footer a{
    color: #777777 !important;
    text-decoration: none;
}

.fila-footer h4 {
 color: #777777;	
}

.logo-footer img {
 width: 180px;
 height: auto;
}

.site-footer-copyright {
	background: #eff1f4;
	color: #777777;
}

.elements-bar.right {
	background: rgba(0,0,0,0.15);
}

.uk-section-secondary {
    background:#fff; !important
}

.title-resena {
	color: #000 !important;
	font-weight: bold;
}
.description-resena {
	color: #000 !important;
	text-align: justify;
	margin-bottom: 0 !important;
}



ul#menu-primary li:nth-child(2) a {
    color: #fff;
    padding: 10px 21px 9px;
    background: #000;
    border-radius: 10px;
}
ul#menu-primary li:nth-child(2) a:hover {
    background: #ffffff;
    color: #000;
}
.button:not(.-outlined):not(.-text):not(.-flat):not(.wc-forward:first-child), a.button:not(.-outlined):not(.-text):not(.-flat):not(.wc-forward:first-child), .product-item.-type1 a.added_to_cart:not(.-outlined):not(.-text):not(.-flat), input[type="submit"] {
    background: #000000 !important;
}
 input[type="submit"]:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):hover, input[type="submit"]:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):active, input[type="submit"]:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):focus {
    background-color: #ffffff !important;
    color: #000 !important;
    border: 1px solid;
}


.wpcf7-list-item {
    margin: 0;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 13px;
}

div#interior img,
div#areaComun img {
	height:490px !important;
}
div#areaInstituciones img,
div#center-areacomun img {
	height:540px !important;
}

@media (min-width: 320px) and (max-width: 575px) {
	div#areaInstituciones img,
	div#center-areacomun img {
		height:480px !important;
	}
}
	
#hospiales img {
height: 450px !important;
}
@media (min-width: 320px) and (max-width: 575px) {
div#center-areacomun img {
	height:180px !important;
}
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
    color: red;
    border: 1px solid #ffffff !important;
    background: #000 !important;
    border-radius: 50%;
    margin: 1px;
    position: relative;
    top: -30px;
}
.slick-dots li.slick-active button {
	border: 1px solid #000 !important;
    background: #fff !important;
}
.slick-dots li button:before {
	color: transparent !important;
}
.slick-next {
    right: 10px !important;
}
.slick-prev {
    left: 10px !important;
}

.txt-baner {
	font-size: 13px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.boton_whatsapp_header img {
    width: 23px;
}

.pulse {
	animation:infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	transition: all 2s;

  }
  @-webkit-keyframes pulse {
0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }

h6.accordion-header {
    margin: 0;
    font-family: 'Poppins' !important;
    font-weight: 700;
}
.icon-button.-extra-small {
    min-width: 2.125rem;
    width: 20px;
    height: 20px;
}
.accordion-body i, .accordion-body em {
    color: #181818 !important;
    font-weight: 300;
    font-size: 15px;
}

section#section-planos .container-img {
    max-width: 80%;
    margin: auto 6%;
    /* margin: auto; */
}

a.branding-title img {
    /*padding-top: 20px;*/
    /*top: 10px;*/
    position: relative;
    border-radius: 0 0 23px 23px;
}

a.branding-title .logo-mobile img,
a.branding-title .logo-sticky img {
    padding-top: 0;
}

.wpb_map_wraper iframe .i4ewOd-pzNkMb-haAclf {
    display: none;
}

.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 12px;
    background: #ff000045;
    font-weight: normal;
    display: block;
    border-radius: 0 0 8px 8px;
    padding: 2px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ff0000;
    border: 1px solid #ff0000 !important;
    font-size: 12px;
    background: #ff000045;
    font-weight: normal;
    display: block;
    border-radius: 8px 8px;
    padding: 10px;
    margin: 10px;
    line-height: 1;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #2e7535;
    border: 1px solid #46b450 !important;
    font-size: 12px;
    background: #46b4501f;
    font-weight: normal;
    display: block;
    border-radius: 8px 8px;
    padding: 10px;
    margin: 10px;
    line-height: 1;
}

.logo.logo-footer img.light-scheme-logo {
    width: 240px !important;
    max-width: inherit !important;
    height: auto !important;
    max-height: 108px !important;
}
.fila-datos h4,
.fila-datos h4 span {
    font-family: 'Poppins' !important;
}

.preguntas {
	margin-top: 25px;
}

.preguntas h6 {
    font-size: 18px;
    letter-spacing: 2.2px;
}

.preguntas p {
    font-size: 16px;
    margin-bottom: 0;
}

.content-botones {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 24px;
}

.btn-cotizar {
	font-size: 25px;
}


.header.-sticky .branding .logo-sticky img {
    display: none !important;
}

.header.-sticky #menu-primary li:nth-child(1),
.header.-sticky #menu-primary li:nth-child(2) {
    display: none !important;
}


.header.-sticky #menu-primary li:nth-child(3) {
    zoom: 1.5;
}

@media screen and (max-width 724px) {
	.txt-baner {
		font-size: 11px !important;
		text-transform: uppercase;
	}
	.vc_row:not(.vc_row-no-padding) .vc_column_container>.vc_column-inner {
		padding-left: 0  !important;
		padding-right: 0  !important;
	}
	.wpb_column.vc_column_container.vc_col-sm-1\/5 {
    width: 32%  !important;
    display: INLINE-BLOCK;
    vertical-align: text-top;
}
	.uk-child-width-1-2 {
    width: 100%;
}
	    #project_general_info .project-info .uk-col-project-info .uk-card {
        padding: 10px 5px;
        justify-content: center;
    }
li.tabs-nav-link {
    font-size: 12px;
    margin: 0;
}
.btn-global {
font-size: 12 !important;	
}
.btn-cotizacion {
	font-size: 12 !important;	
}
	.fila-footer .fila-img {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}
	.extended-menu.-sticky .boton_whatsapp_header {
	    font-size: 10px;
    text-align: center;
}
}