/*
Theme Name: Crillón
Theme URI: https://www.crillon.cl
Description: Crillón
Version: 1.0
Author: Majendrix
Text Domain: crillon
*/
html{
width: 100%;
scroll-behavior: smooth;

}
body{
margin: 0px;
    font-family: "Montserrat", sans-serif;
	font-weight: 200;
    font-size: 1.3vw;
line-height: 1.2;
	color:#313131;}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
nav{
    position: relative;
    float: right;
    width: 85%;
    z-index: 1;
}
section#home {
height: 55vh;
    background-size: cover;
    width: 100%;
    padding: 0;
    display: flex;
    text-align: right;
    background-position: center bottom;
    align-items: end;
}
body.home section#home {
    height: 85vh;
    background-position: center;
    align-items: center;
}
.core-banner-text h1 {
	color: #fff;
    font-weight: 300;
    font-size: 2.5vw;
    margin: 0 0 8vh 3%;
    text-align: left;
    line-height: 1.2;
    width: 100%;
    text-transform: none;
}
.core-banner-text {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 2vw;
    width: 100%;
}
body.home .core-banner-text {
    font-size: 3.5vw;
    margin: 12vh auto 0;
    width: auto;
}
p {
    margin-bottom: 20px;
}
a {
    color: #000;
    text-decoration: none;
}
li {
    list-style: disc;
    list-style-position: inside;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
#main, .content {
  width: 100%;
  float: left;
}


#siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 94%;
    background-color: rgba(49, 49, 49, 0);
    color: #fff;
    padding: 3%;
    z-index: 9996;
    display: flex;
	align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#siteHeader.activo {
background-color: rgba(26, 90, 128, 1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
padding: 1% 3%;
}
#siteHeader:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 90, 128, 0.65) 0%, rgba(26, 90, 128, 0) 100%);
	z-index: 0;
}
.logo_sup, nav.nav-desk, nav.nav-responsive {
	z-index: 1;
}
.header-content {
    display: flex;
    align-items: center;
    width: 94%;
    padding: 30px 3%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#siteHeader.activo .header-content {
    padding: 15px 3%;
}
.logo_sup {
    min-width: 200px;
    width: 15%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#siteHeader.activo .logo_sup {
    min-width: 160px;
    width: 10%;
}
nav.nav-desk.flex{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
}
.menu-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    cursor: pointer;
}
.toggle-button {
    position: absolute;
    top: 3%;
    left: 2%;
    z-index: 9997;
    background-color: transparent;
    border: none;
    width: 50px;
    height: auto;
    background: none;
    cursor: pointer;
    padding: 0;
}
.toggle-button:hover {
    background-color: transparent;
}
.bar {
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin: 9px auto;
    transition: transform 0.3s ease-in-out;
}

.activo .bar {
background-color: #313131;
}
/*.toggle-button.active .bar:nth-child(1) {
    transform: translateY(20px) rotate(45deg);
}

.toggle-button.active .bar:nth-child(2) {
    transform: scale(0);
}

.toggle-button.active .bar:nth-child(3) {
    transform: translateY(-20px) rotate(-45deg);
}*/
.secciones{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: right;
    width: auto;
	position: relative;
	z-index: 1;
}
.nav-menu ul{
	display: flex;
}
.nav-menu li {
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 0;
}
.nav-menu li:first-of-type {
    margin-right: 0px;
}
.nav-menu li.menu-item a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
	font-weight: 500;
    text-align: left;
    text-decoration: none;
    color: #E6E6E6;
    padding: 3px 0px;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.nav-menu li.menu-item a:after {
	content: '';
	width: 0%;
	height: 1px;
	transition: all 0.5s ease;
	display: block;
	background-color: #fff;
    margin: 0.2vw 0 0;
}
.nav-menu li.menu-item a:hover{
text-decoration: none;
color: #ffffff;
}
.nav-menu li.menu-item a:hover:after, .nav-menu li.menu-item.current-menu-item a:after{
	width: 100%;
}
.nav-menu li.menu-item a:hover, #siteHeader.activo .nav-menu li.menu-item a:hover, .single .nav-menu li.menu-item a:hover, .nav-menu li.menu-item a.active, .nav-menu li.menu-item.current-menu-item a {
    /*color: #fb9007;*/
}
.nav-menu li.menu-item.menu-item-has-children{
	margin-right: 20px;
}
.nav-menu li.menu-item.menu-item-has-children ul.sub-menu a:before, .nav-menu li.menu-item.menu-item-has-children ul.sub-menu a:after{
	display: none;
}
.nav-menu li.menu-item.menu-item-has-children a:before {
	content: '';
	width: 12px;
	height: 1px;
	display: block;
	position: absolute;
	right: -20px;
	top: 9px;
	background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.nav-menu li.menu-item.menu-item-has-children a:after {
	content: '';
	width: 12px;
	height: 1px;
	display: block;
	position: absolute;
	right: -20px;
	top: 6px;
	background-color: #fff;
	transform: rotate(90deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.nav-menu li.menu-item.menu-item-has-children:hover a:after {
	transform: rotate(0deg);
}
.nav-menu li.log-in a {
    border: 1px solid #fff;
    padding: 14px 14px;
    text-align: center;
    display: inline;
    font-size: 10px;
}
.nav-menu li.log-in a:after {
	display: none;
}
.nav-menu li.log-in a:hover, #siteHeader.activo .nav-menu li.log-in a:hover {
    border: 1px solid #fb9007;
	background-color: #fb9007;
	color: #fff;
}
.nav-menu li.log-in {
    display: inline-flex;
    margin: 10px 0 0 25px;
}
ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    margin: 0 0 0 -14px;
    padding: 10px 0;
}
li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu li {
    display: block;
    margin: 0;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li a {
    color: #01476d;
    padding: 10px 0px;
    margin: 0 14px;
    width: calc(100% - 28px);
    font-size: 10px;
    background-color: #fff;
    border-bottom: 1px solid #01476d;
	text-transform: uppercase;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li:first-child a {
    padding: 0 0 6px;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li:last-child a {
    padding: 6px 0 0;
    border-bottom: none;
}
.slide-home{
	width:100%;
	float:left;
	  height: 100%;
}
.slide-home .slide{
	width:100%;
	height:100%;
	float:left;
	  max-height: 600px;
    overflow: hidden;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment:initial;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.slide-home .slide img{
width: 100%;
    height: 100%;
}
.one-page-arrow.scroll {
width: 20px;
    float: left;
    position: absolute;
    bottom: 14%;
    right: 3%;
    z-index: 1;
}
.one-page-arrow {
    -webkit-animation: mymove 2s infinite;
    -webkit-animation-timing-function: ease-out;
    animation: mymove 2s infinite;
}
	.one-page-arrow.oculto{display: none;}
@-webkit-keyframes mymove /* Safari and Chrome */
  {
  from {bottom:20%;opacity: 0;}
  to {bottom:10%;opacity: 1;}
  }

  @keyframes mymove
  {
  from {bottom:20%;opacity: 0;}
  to {bottom:10%;opacity: 1;}
  }
h2 {
    margin-bottom: 4vh;
    font-weight: 500;
    font-size: 4vh;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8vw;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: normal;
}
h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4vw;
    line-height: 1.2;
    font-weight: bold;
}
h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1vw;
    line-height: 1.2;
    font-weight: bold;
}
.centrado {
    text-align: center;
}
section {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 10vh 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
section.section-gris{
	background-color: #fafafa;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], select {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #fff;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    font-size: 1.3vw;
    border: none;
    border-bottom: 1px solid #fff;
    height: auto;
    margin-bottom: 2vw;
}
textarea {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #fff;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    font-size: 1.3vw;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 2vw;
    height: 150px;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: none;
    outline: 0;
}
::-webkit-input-placeholder { /* Edge */font-family: "Montserrat", sans-serif;
	color: #fff;
	font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */font-family: "Montserrat", sans-serif;
	color: #fff;
	font-weight: 300;
}

::placeholder {font-family: "Montserrat", sans-serif;
	color: #fff;
	font-weight: 300;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #000;
	background-color: #fff;
    outline: 0;
}
.oculto {
    display: none;
}
.caja-boton-form p {
    display: flex;
    text-align: center;
}

/*CARGADOR */
/* Estilo para el contenedor del cargador */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a5a80; /* Fondo semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999; /* Coloca el cargador sobre todo el contenido */
    opacity: 1; /* Inicialmente visible */
    transition: opacity 0.5s ease-in-out; /* Transición de opacidad suave */
}

/* Estilo para ocultar el cargador una vez que la página esté completamente cargada */
.loaded .loader-container {
    opacity: 0; /* Hacerlo invisible */
    pointer-events: none; /* Evitar que se puedan hacer clics en el cargador invisible */
}

/* Estilo para el contenido de la página (puedes personalizarlo) */
.content {
    padding: 20px;
}

/* Estilo para el logotipo SVG (ajusta el tamaño según tus necesidades) */
#logo-cargador {
    min-width: 200px;
    height: 120px;
    width: 30vw;
}

/* CARGADOR */

a.link {
    font-size: 16px;
    border: 2px solid #32A59D;
    text-decoration: none;
    display: inline-block;
    padding: 23px 70px;
    font-weight: bold;
    line-height: 20px;
}
.no-visible {
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    color: transparent;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
footer {
    float: left;
    width: 94%;
    padding: 10% 3% 6%;
    color: #ffffff;
    background: #313131;
}
.footer-top{
    width: 92%;
    padding: 30px 4% 30px;
	border-top: 1px solid #ffffff;
    float: left;
	align-items: center;
}
.footer-bottom{
    width: 92%;
    padding: 30px 4% 30px;
    float: left;
	align-items: end;
}
.footer-menus {
    align-items: center;
}
.footer-menus h4 {
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
}
.logo_footer img {
    min-width: 250px;
    width: 70%;
}
footer a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}
footer p {
	font-size: 16px;
	line-height: 24px;
}
footer .texto_footer p {
    font-size: 14px;
}
.colofon {
    font-family: DM Sans;
    font-size: 12px;
    line-height: 1;
    color: #A5A5A5;
}
ul#menu-menu-redes-sociales, ul#menu-menu-redes-sociales-2 {
    margin: 15px 0 0 0;
}
.footer-social li {
    list-style: none;
    margin: 0 0 10px 0;
    display: inline-block;
}
.footer-social li a {
    display: block;
    padding-left: 20px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    text-indent: -1000px;
    overflow: hidden;
}
.footer-social li.ico-facebook a {
	background: url("images/ico-facebook.svg") no-repeat left;
	background-size: 20px 20px;
}
.footer-social li.ico-instagram a {
	background: url("images/ico-instagram.svg") no-repeat left;
	background-size: 20px 20px;
}
.footer-social li.ico-linkedin a {
	background: url("images/ico-linkedin.svg") no-repeat left;
	background-size: 20px 20px;
}
.footer-social li.ico-treads a {
	background: url("images/ico-treads.svg") no-repeat left;
	background-size: 20px 20px;
}
.footer-social li.ico-x a {
	background: url("images/ico-x.svg") no-repeat left;
	background-size: 20px 20px;
}
.footer-left {
position: relative;
text-align: right;
}
.logo-fundacion-footer strong {
    letter-spacing: 0.02em;
}
.full {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.centrada {
    text-align: center;
}
.derecha {
    text-align: right;
}
.justificado {
    text-align: justify;
}
.row {
    width: 100%;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-bottom {
    align-items: flex-end;
}
.flex-top {
    align-items: flex-start;
}
.flex-center {
    align-items: center;
}
.vertical-bottom {
    align-items: end;
}
.dos-columnas{
	-moz-column-count: 2;
-moz-column-gap: 80px;
-webkit-column-count: 2;
-webkit-column-gap: 80px;
column-count: 2;
column-gap: 80px;
}
.popup {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(30,64,81,0.67);
}
.popup.visible {
    overflow: scroll;
    display: block;
}
.popup-wrap {
    margin: 5vh 5vw;
    width: 90vw;
    height: 85vh;
    overflow: scroll;
    position: relative;
    padding: 30px;
    background: #fff;
}
#popupagendar .popup-wrap {
    width: 50vw;
    margin: 5vh auto;
    min-width: 360px;
    padding: 5vw;
    background-color: #fff;
    height: 76vh;
}
#popupcotizador .popup-wrap {
    padding: 5vw;
    background-color: #fff;
    width: 80vw;
    height: 76vh;
}
.cerrar-modal {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: transparent;
    padding: 0;
}
.cerrar-modal:hover {
	background: transparent;
	padding: 0;
}
.cerrar-modal:before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #123b54;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 38px;
    top: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.cerrar-modal:after {
content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #123b54;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 38px;
    top: 20px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.cerrar-modal:hover:before {
	background-color: #000;
}
.cerrar-modal:hover:after {
	background-color: #000;
}
label {
    float: left;
    width: 100%;
    font-size: 0.8vw;
    font-weight: 300;
}
.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}
@keyframes zoomIn {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(1.2);
  }
}
.bk-zoom {
    animation: zoomIn 15s linear infinite alternate;
    background-size: cover;
    height: 100vh;
    position: fixed;
    width: 100vw;
    background-position: center;
	z-index: 0;
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(0px, 0px);
  }
  
  55%{
    transform: translate(0px, 0px); 
  }

  70%{
    transform: translate(0px, -15px); 
  }

  95%{
    transform: translate(0px, 2px); 
  }
  
 100% {
    transform: translate(0px, 0px);
  }
}
.seccion-home .arrow-down {
    -webkit-animation: bounce 1.5s ease infinite;
}
.slider-home .slide{
    width: 100vw;
    height: 85vh;
    position: relative;
    align-items: center;
}
a.scroll-button {
    position: absolute;
    right: 5vw;
}
a.scroll-button {
    position: absolute;
    right: 5vw;
    margin-top: 5vw;
    width: 70px;
    height: auto;
	z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.scroll-button:hover {
    margin-top: 10vw;
}
.parallax-svg {
    z-index: 1; /* Coloca el SVG delante del fondo */
}
/**/
.popup-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #747c87;
    color: #fff;
    z-index: 100001;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#closePopupButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.openPopupButton {
    cursor: pointer;
    background: transparent;
    color: #50535a;
    padding: 0;
    font-weight: bold;
    border: none;
}
.openPopupButton:hover{
	background: transparent;
	color: #000;
    border: none;
}
.columns-two {
    -moz-column-count: 2;
    -moz-column-gap: 12%;
    -webkit-column-count: 2;
    -webkit-column-gap: 12%;
    column-count: 2;
    column-gap: 12%;
}
.popup p:first-of-type {
    font-size: 1.2vw;
}
.popup p {
    font-size: 0.8vw;
    margin-bottom: 1vw;
}
.quote {
    font-style: italic;
    font-size: 1vw;
line-height: 1.7;
	margin-bottom: 15vw;
}
a.mail-contacto {
    width: 5vw;
    display: block;
    position: absolute;
    right: 10%;
}
.footer-menu{
    list-style: none;
    margin: 0;
    width: auto;
    float: right;
    height: 65px;
}
.footer-menu li {
    list-style: none;
    margin: 0 0 0 20px;
    display: inline-block;
}
.fondo-blanco {
    background: #fff;
}
section.no-padding {
    padding: 0;
    width: 100%;
}
a.ver-mas {
    color: #d55742;
    border: 1px solid #d55742;
    padding: 10px 40px;
    display: inline-block;
}
a.ver-mas{
    color: #7da35c;
    border-color: #7da35c;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.ver-mas:hover{
    color: #ffffff;
    border-color: #7da35c;
	background-color: #7da35c;
}
.pregunta {
    display: block;
    width: 100% !important;
    border: 1px solid #f5ce3e;	
    margin-bottom: 20px;
}
.respuesta{
	display: none;
	width: calc(100% - 40px) !important;
	padding: 20px !important;
}
a.openAcordeonButton {
    padding: 20px;
    display: block;
	position: relative;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.openAcordeonButton.activo {
    background: #f5ce3e;
}
a.openAcordeonButton:after{
	content: '';
	width: 30px;
	height: 16px;
	background: url("images/ico-arrow-faq.svg") no-repeat center center;
	background-size: contain;
	display: block;
	position: absolute;
	right: 20px;
	top: 28px;
	transform: rotate(0deg);
}
a.openAcordeonButton.activo:after{
	transform: rotate(180deg);
}
section.cerrar {
    padding: 0;
    background: #efefea;
}
.cerrar-item {
    align-items: center;
}
.proyectos-destacados .text-box {
    background: #efefea;
    color: #1a5a80;
    text-align: center;
    padding: 3vh 1vw;
    height: 100%;
}
.proyectos-destacados .text-box h3 {
    font-size: 1.3vw;
    font-weight: 500;
    margin: 0 0 0.8vw;
}
.proyectos-destacados .text-box .cita-texto {
    margin: 0;
    padding: 0;
    font-size: 1vw;
    line-height: 1.6;
    font-weight: 400;
}
.proyectos-destacados .text-box .cita-texto div {
    display: inline-block;
    margin: 0 5px;
}
.proyectos-destacados .text-box .cita-texto p {
    margin: 0;
}
.proyectos-destacados .text-box .cita-texto .comuna, .proyectos-destacados .text-box .cita-texto .precio {
    text-transform: uppercase;
}
.ver-link{
	color: #1a5a80;
	border: 1px solid #1a5a80;
	background-color: #fff;
	display: block;
	float: right;
	padding: 12px 18px 12px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.ver-link:hover{
	color: #fff;
	border: 1px solid #1a5a80;
	background-color: #1a5a80;
}
.cerrar h3 {
    color: #1a5a80;
    font-weight: 600;
}
.cerrar-left {
    padding: 0 3% 0 6%;
}
.cerrar .texto {
    font-size: 1.5vw;
    line-height: 1.5;
    max-width: 100vw;
    font-weight: 300;
}
.proyectos-destacados {
    margin: 0 0 3vh;
}
.proyectos-destacados .proyecto:last-of-type {
    margin-right: 0;
}
.proyectos-destacados a {
    overflow: hidden;
}
.menu-proyectos {
    margin: 6vh 0 2vh;
}
.menu-proyectos ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.menu-proyectos ul li {
    list-style: none;
    margin-right: 25px;
}
.menu-proyectos ul li a{color: #313131;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.menu-proyectos ul li a:after {
    content: '';
    width: 0%;
    height: 1px;
    transition: all 0.5s ease;
    display: block;
    background-color: #313131;
    margin: 0.2vw 0 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.menu-proyectos ul li a:hover:after, .menu-proyectos ul li a.activo:after {
	width: 100%;
}
section.full.grid {
    padding: 0 0 10vh;
}
.archive .text-box {
    background: #efefea;
    color: #1a5a80;
    text-align: center;
    padding: 40px 20%;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.archive a:hover .text-box {
    color: #313131;
}
.archive .text-box h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}
.archive .text-box .cita-texto {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}
.archive .text-box .cita-texto div {
    display: inline-block;
    margin: 0 5px;
}
.archive .text-box .cita-texto .tipos {
    display: block;
}
.archive .text-box .cita-texto p {
    margin: 0;
}
.archive .text-box .cita-texto .comuna, .archive .text-box .cita-texto .precio {
    text-transform: uppercase;
}
.proyecto.grid-item {
    margin-bottom: 2%;
}
.proyecto.grid-item a {
    display: block;
    height: 100%;
    background: #efefea;
}
.thumb {
    overflow: hidden;
    display: block;
}
.thumb img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transform: scale(1);
}
a:hover .thumb img {
    transform: scale(1.05);
}
section#cierre-contacto {
    background-color: #313131;
    color: #fff;
    padding: 10vh 0 60px;
    border-bottom: 1px solid #efefea;
}
section#cierre-contacto .datos-contacto {
    display: block;
    margin-bottom: 30px;
font-weight: 300;
}
section#cierre-contacto .datos-contacto .dato-contacto {
	display: block;
	margin-bottom: 30px;
    float: left;
    width: 100%;
}
section#cierre-contacto .datos-contacto a {
    color: #fff;
	display: block;
}
section#cierre-contacto .imagen-cierre {
    margin-top: 60px;
}
section#cierre-contacto.gris-claro {
    background-color: #efefea;
    color: #1a5a80;
}
.home section#cierre-contacto.gris-claro {
    background-color: #fff;
    color: #1a5a80;
}
section#cierre-contacto.gris-claro .datos-contacto a {
    color: #1a5a80;
}
.gris-claro input[type="email"], .gris-claro input[type="number"], .gris-claro input[type="search"], .gris-claro input[type="text"], .gris-claro input[type="tel"], .gris-claro input[type="url"], .gris-claro input[type="password"], .gris-claro select, .gris-claro textarea {
    color: #1a5a80;
    border-bottom: 1px solid #1a5a80;
}
.gris-claro ::-webkit-input-placeholder {
	color: #1a5a80;
}

.gris-claro :-ms-input-placeholder {
	color: #1a5a80;
}
.gris-claro ::placeholder {
	color: #1a5a80;
}
.gris-claro input[type="submit"]{
    color: #1a5a80;
    background-color: transparent;
    border: 1px solid #1a5a80;
}
.gris-claro input[type="submit"]:hover{
    color: #ffffff;
	background-color: #1a5a80;
}
.preguntas h2 {
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 5vw;
    font-size: 2.8vw;
    line-height: 1.5;
}
.preguntas .items .item {
	display: block;
	margin: 0 0 50px;
}
.preguntas .items .item a{
	position: relative;
	display: block;
	padding: 0 0 0 60px;
}
.preguntas .items .item a.open-item:before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #1a5a80;
    margin: 1.2vw 20px 0 0;
	position: absolute;
	left: 0;
}
.preguntas .items .item a.open-item:after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #1a5a80;
    margin: 1.2vw 20px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(90deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.preguntas .items .item a.open-item.activo:after {
	transform: rotate(0deg);
}
.preguntas .items .item a.open-item {
    display: inline-block;
}
.preguntas .items .item a.open-item h3 {
    color: #1a5a80;
    font-weight: normal;
    margin: 0;
}
.preguntas .items .item .acordeon{
	margin:20px 0 30px 60px;
	float: left;
}
.preguntas .items .item .boton a {
    border: 1px solid #1a5a80;
    padding: 10px 60px 10px 20px;
    margin: 0 20px 0 0;
    font-size: 1vw;
    font-weight: 500;
    color: #1a5a80;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.ico-link a:after {
    content: '';
    display: block;
    width: 15px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 8px;
    background: url("images/ico-link.svg") no-repeat center center;
	background-size: contain;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.ico-whatsapp a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 8px;
    background: url("images/ico-whatsapp.svg") no-repeat center center;
	background-size: contain;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.preguntas .items .item .boton a:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #1a5a80;
}
.ico-link a:hover:after {
    background: url("images/ico-link-blanco.svg") no-repeat center center;
	background-size: contain;
}
.ico-whatsapp a:hover:after {
    background: url("images/ico-whatsapp-blanco.svg") no-repeat center center;
	background-size: contain;
}
a.ver-link {
    border: 1px solid #1a5a80;
    padding: 10px 60px 10px 20px;
    margin: 0 20px 0 0;
    font-size: 1vw;
    font-weight: 500;
    color: #1a5a80;
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.ver-link:hover {
    border: 1px solid #1a5a80;
    color: #ffffff;
    background-color: #1a5a80;
}
a.ver-link:after {
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 13px;
    background: url(images/ico-link.svg) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.ver-link:hover:after {
    background: url("images/ico-link-blanco.svg") no-repeat center center;
	background-size: contain;
}
.cierre a.ver-link {
    float: left;
    color: #fff;
    background-color: #1a5a80;
}
.cierre a.ver-link:hover {
    color: #1a5a80;
    background-color: #fff;
}
.cierre a.ver-link:after {
    background: url("images/ico-link-blanco.svg") no-repeat center center;
}
.cierre a.ver-link:hover:after {
    background: url("images/ico-link.svg") no-repeat center center;
	background-size: contain;
}
.cierre.gris-claro a.ver-link {
    float: left;
    color: #1a5a80;
    background-color: #efefea;
}
.cierre.gris-claro a.ver-link:hover {
    color: #efefea;
    background-color: #1a5a80;
}
.home .cierre.gris-claro a.ver-link {
    float: left;
    color: #1a5a80;
    background-color: #fff;
}
.home .cierre.gris-claro a.ver-link:hover {
    color: #efefea;
    background-color: #1a5a80;
}
.cierre.gris-claro a.ver-link:after, .home .cierre.gris-claro a.ver-link:after {
    background: url("images/ico-link.svg") no-repeat center center;
}
.cierre.gris-claro a.ver-link:hover:after, .home .cierre.gris-claro a.ver-link:hover:after {
    background: url("images/ico-link-blanco.svg") no-repeat center center;
	background-size: contain;
}
section.foto_equipo {
    padding: 0;
}
section.pilares {
    background-color: #313131;
    color: #fff;
}
.pilares-cont {
    justify-content: center;
    flex-wrap: wrap;
}
.pilar {
    width: 27.333%;
    margin: 30px 0;
    padding: 0 3%;
}
.pilar h3 {
    font-weight: 500;
    font-size: 1.5vw;
}
.miembro-equipo {
    margin: 0 0 10%;
}
.miembro-equipo h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2vw;
}
.miembro-equipo p {
    line-height: 1.4;
}
.miembro-equipo h3 {
    font-weight: 600;
    margin: 0 0 5px;
}
.equipo h2 {
    font-weight: normal;
    margin-bottom: 10%;
}
.miembro-equipo .thumb {
    margin-right: 6%;
}
.alianzasybeneficios.promociones {
    background-color: #efefea;
    padding: 3%;
    margin-bottom: 2%;
}
.alianzasybeneficios.promociones img {
    mix-blend-mode: multiply;
}
.alianzasybeneficios.beneficios {
    background-color: #313131;
    padding: 3%;
	color: #fff;
    margin-bottom: 2%;
}
.alianzasybeneficios.apoyo-financiero {
    background-color: #1a5a80;
    padding: 3%;
	color: #fff;
    margin-bottom: 2%;
}
.alianzasybeneficios {
display: flex;
    align-items: center;
    flex-flow: wrap;
}
.alianzasybeneficios .thumb {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}
.alianzasybeneficios img {
    max-width: 13vw;
    margin: 0 auto;
    max-height: 13vw;
}
.alianzasybeneficios .alianza-texto {
    font-size: 1vw;
}
.blog .core-banner-text .excerpt {
    font-size: 1.6vw;
}
.blog .core-banner-text h3 {
    color: #4d7289;
}
ul.nav-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.nav-footer li {
    list-style: none;
    font-size: 16px;
}
section.header-int {
    padding: 0;
}
section.el-proyecto * {
    position: relative;
    z-index: 1;
}
.texto_ven_a_conocernos p {
    font-size: 1.3vw;
    margin-bottom: 1vw;
}
.texto_ven_a_conocernos p:last-of-type {
    margin-bottom: 0;
}
.texto_proyecto {
    font-size: 1.6vw;
    line-height: 1.5;
}
.texto-box * {
    width: 90%;
}
.fondo-medio {
    position: absolute !important;
    z-index: 0 !important;
    height: 50vh;
	width: 100%;
}
.fondo-medio.gris-claro {
    background: #efefea;
}
.tipo-de-proyecto, .el-barrio {
    font-size: 1.3vw;
    line-height: 1.4;
}
.single-proyectos h2 {
    font-size: 1.7vw;
    color: #1a5a80;
    margin-bottom: 2vh;
}
.single-proyectos h3 {
    color: #1a5a80;
    font-weight: 600;
    font-size: 1.5vw;
}
.single-proyectos h3.comuna {
    margin-bottom: 4vh;
}
.single-proyectos ul {
    font-size: 80%;
}
.listado-info {
    margin-top: 5vh;
}
h3.comuna {
    text-transform: uppercase;
}
.listado-info div {
    padding-left: 4vw;
    margin-bottom: 2vh;
    color: #1a5a80;
    font-weight: 400;
}
.single-proyectos .listado-info h3 {
    margin: 0 0 10px;
}
.single-proyectos .texto_tipos{
	background: url("images/ico-tipos.svg") no-repeat top left;
	background-size: 2vw auto;
}
.single-proyectos .precio{
	background: url("images/ico-precio.svg") no-repeat top left;
	background-size: 2vw auto;
}
.single-proyectos .superficie{
	background: url("images/ico-superficie.svg") no-repeat top left;
	background-size: 2vw auto;
}
.single-proyectos .estado{
	background: url("images/ico-estado.svg") no-repeat top left;
	background-size: 2vw auto;
}
.single-proyectos .contenido .texto {
    line-height: 1.6;
    font-size: 1.3vw;
}
.fondo-medio {
    position: absolute !important;
    z-index: 0 !important;
    height: 70vh;
    width: 100%;
    top: 0;
}
.miembro-equipo h3 {
    font-weight: 600;
    margin: 0 0 5px;
}
.miembro-equipo h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2vw;
    letter-spacing: normal;
}
section.tour_virtual a {
    display: flex;
    align-items: center;
    position: relative;
}
section.tour_virtual a img{
    position: relative;
	z-index: 1;
}
section.tour_virtual a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(18, 59, 84, 0.67);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
section.tour_virtual a:hover:after {
    background-color: rgba(18, 59, 84, 0.5);
}
section.tour_virtual a .link-tour-virtual {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 100%;
}
section.tour_virtual a .link-tour-virtual span {
    border: 1px solid;
    padding: 10px 40px 10px 20px;
    font-weight: 500;
	position: relative;
}
section.tour_virtual a .link-tour-virtual span:after {
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 13px;
    background: url(images/ico-link-blanco.svg) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#map {
	height: 60vh;
	width: 100%;
}
section.mapa {
    padding: 0;
}
.texto-azul, .texto-azul a{
	color: #1a5a80;
}
a.boton {
	color: #1a5a80;
    font-weight: 500;
    font-size: 14px;
    display: block;
    border: 1px solid;
    padding: 20px 15px;
    margin: 0 0 15px;
    width: 200px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.boton.btn-azul {
	color: #ffffff;
	background-color: #1a5a80;
}
a.boton:hover {
    color: #fff;
    border: 1px solid #1a5a80;
	background-color: #1a5a80;
}
a.boton.btn-azul:hover {
    color: #1a5a80;
    border: 1px solid #1a5a80;
	background-color: #fff;
}
a.boton.boton-link:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 10px;
    width: 10px;
    height: 12px;
    position: relative;
    background: url(images/ico-link.svg) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.boton.boton-link:hover:after {
    background: url(images/ico-link-blanco.svg) no-repeat center center;
    background-size: contain;
}
.el-proyecto .galeria {
    margin-top: 3vw;
    margin-bottom: 5vw;
}
.caracteristicas {
    margin: 3vw 0 0;
}
.caracteristicas .caracteristica-item {
    background-color: #efefea;
    color: #1a5a80;
    font-weight: 500;
    text-align: center;
    padding: 3vw 2vw;
    margin: 0 5px;
    text-transform: uppercase;
    line-height: 1.5;
    flex: 1;
    align-items: center;
    display: flex;
}
.caracteristicas .caracteristica-item:first-of-type{
    margin: 0 5px 0 0;
}
.caracteristicas .caracteristica-item:last-of-type{
    margin: 0 0 0 5px;
}
.caracteristicas .caracteristica-item .texto {
    width: 100%;
}
.caracteristicas .caracteristica-item p {
    margin: 0;
}
.asesor {
    padding: 0 2vw;
}
.fondo-gris {
    background-color: #efefea;
}
.asesor .thumb {
    border-radius: 50%;
    margin-bottom: 20px;
}
.asesores .container-full.flex {
    align-items: center;
}
.texto_asesores {
    font-size: 2vw;
    line-height: 1.7;
}
.texto_asesores p{
	margin: 0
}
section.seccion-links {
    /*width: 70%;
    margin: 0 15%;*/
}
section.seccion-links a.boton {
    flex: 1;
    margin: 0 2vw;
    text-transform: uppercase;
}
.btn-whatsapp {
    background: url(images/ico-whatsapp-2.svg) no-repeat center center #1a5a80;
    background-size: 60%;
    width: 37px;
    height: 37px;
    padding: 10px;
    position: fixed;
    z-index: 10000;
    right: 2vw;
    bottom: 5vh;
    text-indent: -1000px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.btn-whatsapp:hover{
	transform: scale(1.2);
}
.cerrar-carousel button.slick-next {
    z-index: 1;
    right: 20px;
    background: url(images/next-slider.svg) no-repeat center center;
    background-size: 26px;
    overflow: hidden;
    text-indent: -1000px;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.cerrar-carousel button.slick-next:hover {
    background-position-x: right;
}
.single ul.slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 30px;
}
.single button.slick-prev {
    position: absolute;
    left: -20px;
    background: red;
}
.single button.slick-next {
    position: absolute;
    right: -20px;
    background: red;
}
.single .slick-dots li button:before{
    width: 10px;
    height: 10px;
    content: '';
    opacity: 1;
    color: black;
	background-color: transparent;
	border-radius: 50%;
	border:1px solid #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.single .slick-dots li.slick-active button:before{
    opacity:1;
	background-color: #fff;
}
.single button.slick-next {
    z-index: 1;
    right: -60px;
    background: url(images/next-slider.svg) no-repeat center center;
    background-size: 26px;
    overflow: hidden;
    text-indent: -1000px;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.single button.slick-next:hover {
    background-position-x: right;
}
.single button.slick-prev {
    z-index: 10;
    left: -60px;
    background: url(images/next-slider.svg) no-repeat center center;
    background-size: 26px;
    overflow: hidden;
    text-indent: -1000px;
    width: 60px;
    height: 60px;
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.single button.slick-prev:hover {
    background-position-x: right;
}
.single-proyectos .asesor h3 {
    color: #313131;
    font-weight: 500;
    font-size: 1.3vw;
    margin-bottom: 1vh;
}
.single-proyectos .asesor h4 {
    font-size: 1.2vw;
    letter-spacing: normal;
    font-weight: 400;
    color: #1a5a80;
    margin-bottom: 1vw;
}
.single-proyectos .asesor p {
    margin-bottom: 0.5vh;
    font-size: 1.2vw;
}
.link_tour_virtuales iframe {
    height: 70vh;
}
.abrir-modal .texto {
    text-align: center;
	margin: 20px 0 0;
}
.popup img.attachment-full {
    max-height: 55vh;
    width: auto;
    margin: 0 auto;
}
.planta-popup .popup-wrap {
    background: #fff;
    width: 70vw;
    height: 70vh;
    margin: 15vh auto;
    max-width: 900px;
}
.planta-int {
    padding: 6vh 0;
    max-width: 600px;
    margin: 0 auto;
}
.popup img.attachment-full {
    height: 34vh;
    width: auto;
    margin: 20px 0;
}
.popup .texto ul li {
    line-height: 1;
    padding-left: 5px;
    font-size: 1.1vw;
}
section.plantas.gris-claro {
    background-color: #efefea;
}
button.btn-show-calendar-flotating {
    display: none !important;
}
.proyectos-destacados .thumb {
    height: 45vh;
}
.proyectos-destacados .thumb img {
    margin-top: -30%;
}


/* Custom Banner Styles */
.custom-banner {
  background-color: #ffffff;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 99; /* Just below the header */
  border-bottom: 1px solid #e0e0e0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  
  /* Agregado para evitar FOUC */
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}

/* Rest of your existing styles remain the same */
.banner-left-image {
  max-width: 150px;
  height: auto;
}

.banner-text {
  flex: 1;
  text-align: center;
font-size: 14px;
  color: #313131;
  padding: 0 20px;
  font-weight: 500;
}

.banner-button {
  background-color: #fc9006;
  color: #ffffff;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
  font-size: 14px;
}

.banner-button:hover {
  background-color: #ffad47;
}

.banner-right-images {
  display: flex;
  align-items: center;
}

#crillon-logo {
  max-width: 60px;
}

.banner-right-images img {
  max-width: 24px;
  height: auto;
  margin-left: 10px;
}

.cta-banner {
  display: flex;
  align-items: center;
}
.banner-logo-mobile {
	display: none
}

/* Responsive styles */
@media (max-width: 768px) {
  .banner-container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 10px;
  }
  
  .banner-left-image, .banner-right-images {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .banner-text {
    margin: 5px 0;
    font-size: 14px;
  }
  
  .banner-button {
    margin: 5px 0;
    display: block;
    width: fit-content;
    text-align: center;
  }
	.banner-right-images {
display:  none
	}
	.cta-banner {
		display: flex;
		
	}
	.banner-left-image {
		display: none
	}
	.banner-logo-mobile {
		display: flex;
			max-width: 40px;
  height: auto;
	}
	
}

select {
  font-family: inherit; /* Ensures it uses the same font as the parent */
 font-size: 1.3vw;   /* Matches the font size of surrounding text */
  color: #2d5575;       /* Adjust color to match */
  border-bottom: 1px solid #2d5575; /* Match the border styling */
  padding: 0.5rem;      /* Ensure padding is consistent */
  width: 100%;    
	margin-top: 6px;
}




.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8em;
    margin-top: -1.5vw;
    margin-bottom: 1vw;
    display: block;
}

input.wpcf7-not-valid {
    border-color: #dc3232;
}

.rut-input {
    text-transform: uppercase;
}

.cta-postulacion {
  display: inline-block;
  background-color: #fc9006;
  color: #fff;
  font-size: 1.5rem; /* Más grande que normal */
  font-weight: bold;
  padding: 1rem 3rem; /* Más espacio interno */
  border: none;
  border-radius: 8px; /* Esquinas más suaves */
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 2rem;
}

.cta-postulacion:hover {
  background-color: #ffad47; /* Versión más clara en hover */
  transform: scale(1.05); /* Ligero "zoom" para sensación de clic */
}
