@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*variables*/

html {
    scroll-behavior: smooth;
}


/**/


/*estilos generales*/

.justify-content-center {
    justify-content: center;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.display-flex {
    display: flex;
    align-items: center;
}

.dis-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex {
    display: flex;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@font-face {
    font-family: "FFClanProMedium";
    src: url("../fuentes/FFClanProMedium.TTF") format("ttf");
}

@font-face {
    font-family: "FFClanProRgNews";
    src: url("../fuentes/FFClanProRgNews.TTF") format("ttf");
}

@font-face {
    font-family: "FFClanProUltra";
    src: url("../fuentes/FFClanProUltra.TTF") format("ttf");
}

@font-face {
    font-family: "FFClanProMedium";
    src: url("../fuentes/FFClanProMedium.woff") format("woff");
}

@font-face {
    font-family: "FFClanProRgNews";
    src: url("../fuentes/FFClanProRgNews.woff") format("woff");
}

@font-face {
    font-family: "FFClanProUltra";
    src: url("../fuentes/FFClanProUltra.woff") format("woff");
}

.tab-content>.tab-pane {
    display: block;
}


/**/

.titulo-pagina h2{
    font-family: Montserrat, sans-serif;
    color: rgb(56, 59, 59);
    font-size: 37px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
}

.titulo-pagina h2 span{
        font-weight: 500;
}

.titulo-pagina h3{
        font-family: Montserrat, sans-serif;
    color: rgb(56, 59, 59);
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}

.titulo-pagina p{
    font-family: Montserrat, sans-serif;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
}

/**/

#ysocial-chat>div {
    width: 69px;
    height: 69px;
    bottom: 15px;
    right: 17px;
}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 4px;
}
.header{
    display: none;
}
    body .main {
        padding-top: 0px !important;
    }


/*Banner*/
.componente-banner{
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px;
}
.componente-banner .toggle-autoplay{
    position: absolute;
    top: 70px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 126px;
    background-position: 0 -48px;
    outline: none;
    border: none;
    z-index: 1;
}

.componente-banner .toggle-autoplay:hover{
    background-position: 0 -60px;
}

.componente-banner .toggle-autoplay img{
    width: 25px;
    pointer-events: none;
}
#owl-carousel-banner .screen-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
#owl-carousel-banner .screen-banner .cont-izq{
    width: 50%;
}

#owl-carousel-banner .screen-banner .cont-izq h1,
#owl-carousel-banner .screen-banner .cont-izq h2{
    font-family: "Montserrat", sans-serif;
    color: #383B3B;
    font-size: 39px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

#owl-carousel-banner .screen-banner .cont-izq p{
    font-family: "Montserrat", sans-serif;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
}
#owl-carousel-banner .screen-banner .cont-izq a{
    background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 126px;
    background-position: 0 -48px;
    color: white;
    padding: 18px 23px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    /* height: 33px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 16px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.2s linear;
}



#owl-carousel-banner .screen-banner .cont-izq a:hover{
    background-position: 0 -60px;
    color: white !important;
}




#owl-carousel-banner .screen-banner .cont-der{
    width: 50%;
}
#owl-carousel-banner .screen-banner .cont-der img{
    width: 100%;
}

#owl-carousel-banner.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    position: absolute;
    bottom: -30px;
    gap: 6px;
}

#owl-carousel-banner.owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
}

#owl-carousel-banner.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 60%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
}

#owl-carousel-banner.owl-carousel .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

#owl-carousel-banner.owl-carousel .owl-nav .owl-prev span:before {
    content: "";
    background-image: url(/empresas/Biblioteca%20de%20estilos/webpart/home-bienestar/img/flecha-carousel.png);
    display: block;
    text-align: center;
    width: 20px;
    height: 24px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

#owl-carousel-banner.owl-carousel .owl-nav .owl-prev:hover {
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
}

#owl-carousel-banner.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 60%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
}

#owl-carousel-banner.owl-carousel .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

#owl-carousel-banner.owl-carousel .owl-nav .owl-next span:before {
    content: "";
    background-image: url(/empresas/Biblioteca%20de%20estilos/webpart/home-bienestar/img/flecha-carousel.png);
    display: block;
    text-align: center;
    width: 20px;
    height: 24px;
    background-size: 10px;

    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

#owl-carousel-banner.owl-carousel .owl-nav .owl-next:hover {
    width: 40px;
    height: 40px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

#owl-carousel-banner.owl-carousel .owl-dots{
    display: none;
}


/*? ----- Destacados ---- */

.destacados-feria-subsidio {
    background-color: #ff6600;
    padding: 50px 0px;
}

.destacados-feria-subsidio .destacados-componente {
    width: 100%;
    max-width: 1171px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.destacados-feria-subsidio .destacados-componente .contenido-der {
    width: 20%;
}

.destacados-feria-subsidio .destacados-componente .contenido-der h2 {
    font-family: "FFClanProRgNews";
    font-size: 20px;
    color: white;
    margin-bottom: 0;
}

.destacados-feria-subsidio .destacados-componente .contenido-der h2 span {
    font-family: "FFClanProUltra";
    font-size: 27px;
    display: block;
}

.destacados-feria-subsidio .destacados-componente .contenido-izq {
    display: flex;
    justify-content: center;
    width: 80%;
}

.destacados-feria-subsidio .destacados-componente .contenido-izq .tip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 33.33%;
    border-left: 1px solid white;
}

.destacados-feria-subsidio .destacados-componente .contenido-izq .tip img {
    width: 46%;
    text-align: center;
    margin: 0 auto;
    display: block;
    transition: all 0.2s ease-in-out;
}

.destacados-feria-subsidio .destacados-componente .contenido-izq .tip h3 {
    font-family: "FFClanProRgNews";
    color: white;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
}

.destacados-feria-subsidio .destacados-componente .contenido-izq .tip h3 span {
    font-family: "FFClanProUltra";
    color: white;
    text-align: center;
    font-size: 20px;
    display: block;
}

.destacados-feria-subsidio .destacados-componente .contenido-izq .tip:hover {
    text-decoration: none;
}

.destacados-feria-subsidio .destacados-componente .contenido-izq .tip:hover img {
    width: 55%;
}

.destacados-feria-subsidio .destacados-componente .contenido-izq .tip:hover h3 {
    text-shadow: -4px 4px 2px #c24d00;
}


/*tabs*/



/**/

.tamaño-screen {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px;
}



/*botones-flotantes*/

.botones-flotantes {
    position: fixed;
    right: 19px;
    bottom: 49px;
    z-index: 1;
}

.botones-flotantes .boton-volver-arriba {
    box-shadow: 0px 0px 4px 2px rgba(129, 129, 129, 0.4);
    border-radius: 50%;
    width: 65px;
    margin-top: 10px;
}

.botones-flotantes .boton-volver-arriba a {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 9px 2px rgba(129, 129, 129, 0.2);
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ff6600, #f7a400);
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    background-size: 100% 264px;
    background-position: 0 -30px;
    transition: all 0.2s linear;
}

.botones-flotantes .boton-volver-arriba a img {
    transition: all 0.3s ease-in-out;
    width: 17px;
}

.botones-flotantes .boton-volver-arriba:hover a {
    background-position: 0 -180px;
}

.botones-flotantes .boton-volver-arriba:hover a img {
    transition: all 0.3s ease-in-out;
    filter: invert(99%) sepia(1%) saturate(2) hue-rotate(208deg) brightness(144%) contrast(100%);
}


/**/

/**/
.componente-cards-dos .card-documentos{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-bottom: 20px;

}

.componente-cards-dos .card-documentos:last-child{
    margin-bottom: 0;
}
.componente-cards-dos .card-documentos .contenido-izq{
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 40px 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 10px solid;
}

.componente-cards-dos .card-documentos:nth-child(even) .contenido-izq{
    background-color: rgb(255 102 0 / 10%);
      border-color:#ff6600;
}

.componente-cards-dos .card-documentos:nth-child(even) .contenido-izq h5{
  color: #ff6600;
}

.componente-cards-dos .card-documentos:nth-child(odd) .contenido-izq{
    background-color: rgb(122 110 172 / 10%);
    border-color:#7a6eac;
}

.componente-cards-dos .card-documentos:nth-child(odd) .contenido-izq h5{
  color: #7a6eac;
}

.componente-cards-dos .card-documentos .contenido-izq img{
    width: 100%;
    max-width: 100px;
    margin-bottom: 15px;
}
.componente-cards-dos .card-documentos .contenido-izq h5{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin: 0;
}

.componente-cards-dos .card-documentos .contenido-izq.error{
    background-color: rgb(255 0 0 / 10%);
    border-color: red;
}
.componente-cards-dos .card-documentos .contenido-izq.error h5{
    color: red;
}


.componente-cards-dos .card-documentos .contenido-der{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0px;
}
.componente-cards-dos .card-documentos .contenido-der ul{
    list-style: none;
    margin-bottom: 0;
}
.componente-cards-dos .card-documentos .contenido-der ul li{
    position: relative;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
}
.componente-cards-dos .card-documentos .contenido-der ul li::after{
    content: '';
    background-image: url(/subsidio/Biblioteca%20de%20estilos/webparts/subsidio-desempleo/img/icono-check.png) !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 13px;
    height: 13px;
    background: green;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    transition: all 0.2s linear;
    border: 0px solid white;
    top: 4px;
}
.componente-cards-dos .card-documentos .contenido-der ul li strong{
    font-weight: 700;
}
.componente-cards-dos .card-documentos .contenido-der ul li span{
    display: block;
    margin-bottom: 0;
        font-weight: 500;
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    color: red;
    font-style: italic;
}
.componente-cards-dos .card-documentos .contenido-der ul li:last-child{
    margin-bottom: 0;
}

.componente-cards-dos .card-documentos .contenido-der p {
    position: relative;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-size: 19px;
    text-align: left;
    line-height: 21px;
    color: #000000;
    padding-top: 21px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 0;
}
/**/
.formulario{
        margin-top: 30px;
}

.formulario a{
background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 126px;
    background-position: 0 -48px;
    color: white;
    padding: 18px 23px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    /* height: 33px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 16px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.2s linear;
}

.formulario a:hover{
    background-position: 0 -60px;
    color: white !important;
}
/**/
.titulo-seccion{
position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px 0px 15px;

}
.titulo-seccion h3{
    font-family: Montserrat, sans-serif;
    color: rgb(56, 59, 59);
    font-size: 37px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
}
.titulo-seccion h3 span{
    color: rgb(56, 59, 59);
    margin-bottom: 25px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
}
.titulo-seccion p{
        font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color: #353535;
    margin-bottom: 20px;
    
}

.formulario-componente{
    background-image: url(https://corporativo.compensar.com//vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/img/background-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 15px 70px 15px;
    position: relative;
}

.formulario-componente .screen{
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
}
.formulario-componente .screen .cont-izq{
    width: 50%;
}

.formulario-componente .screen .cont-izq .titulo-pagina h2{
        margin-bottom: 10px;
}

.formulario-componente .screen .cont-izq .titulo-pagina h2 span{
    display: block;
    font-family: Montserrat, sans-serif;
    color: rgb(56, 59, 59);
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 21px;
}

.formulario-componente .screen .cont-izq .titulo-pagina p{
    color: black;
}


.formulario-componente .screen .cont-izq .titulo-pagina a{
    background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 126px;
    background-position: 0 -48px;
    color: white;
    padding: 18px 23px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    /* height: 33px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 16px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.2s linear;
}



.formulario-componente .screen .cont-izq .titulo-pagina a:hover{
    background-position: 0 -60px;
    color: white !important;
}

.formulario-componente .screen .cont-der{
    width: 50%;
}

.formulario-componente .screen .cont-der img{
    width: 100%;
}
/**/
.testimoniales-componente{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 15px 90px 15px;
}

.testimoniales-componente .titulo-seccion{
    width: 30%;
    padding: 0;
    padding-right: 10px;
}

.testimoniales-componente #owl-carousel-testimoniales{
    width: 70%;
}

.testimoniales-componente #owl-carousel-testimoniales .owl-stage{
    display: flex;
}

.testimoniales-componente #owl-carousel-testimoniales .owl-stage .item{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.testimoniales-componente #owl-carousel-testimoniales .card-testimonial{
    background-color: #f4f4f4;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
}

.testimoniales-componente #owl-carousel-testimoniales .card-testimonial img{
    width: 100%;
    max-width: 73px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 7px;
}

.testimoniales-componente #owl-carousel-testimoniales .card-testimonial .porcentaje{
font-family: Montserrat, sans-serif;
    color: rgb(56, 59, 59);
    font-size: 19px;
    margin-bottom: 7px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.testimoniales-componente #owl-carousel-testimoniales .card-testimonial .porcentaje span{
    color: #ff6600;
}

.testimoniales-componente #owl-carousel-testimoniales .card-testimonial .descripcion{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #353535;
    margin-bottom: 0px;
    color: #353535;
}


#owl-carousel-testimoniales.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 6px;
    justify-content: right;
    padding-top: 20px;
}
#owl-carousel-testimoniales.owl-carousel .owl-nav.disabled {
    display: none;
}

#owl-carousel-testimoniales.owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
}

#owl-carousel-testimoniales.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 60%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
}

#owl-carousel-testimoniales.owl-carousel .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

#owl-carousel-testimoniales.owl-carousel .owl-nav .owl-prev span:before {
    content: "";
    background-image: url(/empresas/Biblioteca%20de%20estilos/webpart/home-bienestar/img/flecha-carousel.png);
    display: block;
    text-align: center;
    width: 20px;
    height: 24px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

#owl-carousel-testimoniales.owl-carousel .owl-nav .owl-prev:hover {
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
}

#owl-carousel-testimoniales.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 60%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
}

#owl-carousel-testimoniales.owl-carousel .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

#owl-carousel-testimoniales.owl-carousel .owl-nav .owl-next span:before {
    content: "";
    background-image: url(/empresas/Biblioteca%20de%20estilos/webpart/home-bienestar/img/flecha-carousel.png);
    display: block;
    text-align: center;
    width: 20px;
    height: 24px;
    background-size: 10px;

    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

#owl-carousel-testimoniales.owl-carousel .owl-nav .owl-next:hover {
    width: 40px;
    height: 40px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

#owl-carousel-testimoniales.owl-carousel .owl-dots{
    display: none;
}

/*logros*/

.experiencia-componente{
    background-color: #e1f7fe;
    overflow: hidden;
}

.experiencia-componente .experiencia-screen{
        display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 15px 0px 15px;
    gap: 35px;
}

.experiencia-componente .experiencia-screen .cont-izq{
    width: 50%;
}

.experiencia-componente .experiencia-screen .cont-izq h2{
    font-family: Montserrat, sans-serif;
    color: rgb(56, 59, 59);
    font-size: 37px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    margin-bottom: 25px;
}

.experiencia-componente .experiencia-screen .cont-izq h2 span{
    display: block;
    color: rgb(56, 59, 59);
    margin-bottom: 25px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
}


.experiencia-componente .experiencia-screen .cont-izq p{
    font-family: Montserrat, sans-serif;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
    color: black;
}


.experiencia-componente .experiencia-screen .cont-izq a{
    background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 126px;
    background-position: 0 -48px;
    color: white;
    padding: 18px 23px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    /* height: 33px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 16px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.2s linear;
}



.experiencia-componente .experiencia-screen .cont-izq a:hover{
    background-position: 0 -60px;
    color: white !important;
}


.experiencia-componente .experiencia-screen .cont-der{
    width: 50%;
}
.experiencia-componente .experiencia-screen .cont-der img{
    width: 100%;
    position: relative;
    bottom: -4px;
}

#owl-carousel-cifras.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    position: absolute;
    bottom: 23px;
    /**/
}
#owl-carousel-cifras.owl-carousel .owl-nav.disabled {
    display: none !important;
}

#owl-carousel-cifras.owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
}

#owl-carousel-cifras.owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 60%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
}

#owl-carousel-cifras.owl-carousel .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

#owl-carousel-cifras.owl-carousel .owl-nav .owl-prev span:before {
    content: "";
    background-image: url(https://corporativo.compensar.com//vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

#owl-carousel-cifras.owl-carousel .owl-nav .owl-prev:hover {
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
}

#owl-carousel-cifras.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 60%) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;

}

#owl-carousel-cifras.owl-carousel .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

#owl-carousel-cifras.owl-carousel .owl-nav .owl-next span:before {
    content: "";
    background-image: url(https://corporativo.compensar.com//vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

#owl-carousel-cifras.owl-carousel .owl-nav .owl-next:hover {
    width: 35px;
    height: 35px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

#owl-carousel-cifras.owl-carousel .owl-dots {
    /* width: 100%; */
    min-width: auto;
    z-index: 1;
    padding: 20px;
    margin: 0 0 0 auto;
}

#owl-carousel-cifras.owl-carousel .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

#owl-carousel-cifras.owl-carousel .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgb(255 102 0 / 70%) !important;
}

#owl-carousel-cifras.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ff6600 !important;
    width: 30px !important;
}

#owl-carousel-cifras.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #b54800 !important;
}

/*media queries*/

/**/

.componente-preguntas{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 15px;
}

.seccion-preguntas{
    display: flex;
    justify-content: center;
    padding: 66px 0px;
}

.seccion-preguntas .img-personajes{
    width: 40%;
}

.seccion-preguntas .img-personajes img{
    width: 100%;
}

.seccion-preguntas .contactenos-componente{
    width: 60%;
    padding-left: 20px;
}

/*Preguntas frecuentes*/

.contactenos-componente .preguntas-frecuentes {
    width: 100%;
    margin-bottom: 30px;
}

.contactenos-componente .preguntas-frecuentes h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #ff6600;
    text-align: left;
    margin-bottom: 30px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card {
    border: none;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    position: relative;
    color: rgb(63, 63, 63);
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    background-color: #e3e2ed !important;
    border-radius: 15px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card:nth-child(odd) {
    background-color: #ffe5cc !important;
}
.contactenos-componente .preguntas-frecuentes #accordion .card:nth-child(even) {
        background-color: #fff0e3 !important;
}
.contactenos-componente .preguntas-frecuentes #accordion .card:last-child{
    margin-bottom: 0px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header {
    display: flex;
    align-items: center;
    height: 60px;
    background-color: transparent;
    box-shadow: none;
    border-bottom: transparent;
    padding: 7px 30px;
}
.contactenos-componente .preguntas-frecuentes #accordion .card.collapse-preguntas-frecuentes {
    margin-bottom: 0px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card.collapse-preguntas-frecuentes.preguntas-frecuentes-in {
    margin-bottom: 10px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header h4 {
    text-align: left;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button h3 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ff6600;
    text-decoration: none;
    transition: all 0.5s;
    margin-bottom: 0;
    line-height: 19px;
    padding-right: 30px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button h3 span {
    width: 17px;
    height: 4px;
    background: #ff6600;
    position: relative;
    display: block;
    border-radius: 50px;
    position: relative;
    margin: 0 0 0 auto;
    line-height: 17px;
    position: absolute;
    right: 30px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button h3 span::before {
    content: "";
    width: 17px;
    height: 4px;
    background: #ff6600;
    position: relative;
    display: block;
    border-radius: 50px;
    transform: rotate(90deg);
    transition: all 0.5s;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button.collapsed {
    color: #3f3f3f;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button.collapsed h3 {
    color: #ff6600;
    font-size: 13px;
    line-height: 18px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button.collapsed h3 span {
    background: #ff6600;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button.collapsed h3 span::before {
    transform: rotate(0deg);
    background: #ff6600;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .collapse {
   font-family: "Montserrat", sans-serif;
    text-align: left;
    position: relative;
    color: rgb(63, 63, 63);
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .collapse.in {
    margin-top: 10px;
}
.contactenos-componente .preguntas-frecuentes #accordion .card .collapse.show {
    margin-top: 10px;
}

/* .contactenos-componente .preguntas-frecuentes #accordion .card .collapse.in {
    font-family: "GeosansLight";
    border-top: 2px solid #ff6600;
} */

.contactenos-componente .preguntas-frecuentes #accordion .card .collapse .card-body {
font-family: "Montserrat", sans-serif;
    text-align: left;
    background-color: transparent;
    border-top: none;
    position: relative;
    top: -3px;
    color: #424242;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 30px 20px 30px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .collapse .card-body a{
    color: #ff6600;
    font-weight: 700;
}

.btn-mas-preguntas {
    /* margin-top: 30px;
    transform: scale(1); */
    transition: all 0.5s;
    cursor: pointer;
}


.btn-mas-preguntas #clic-boton-preguntas {
background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 100px;
    background-position: 0 -30px;
    color: white;
    padding: 0px 15px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 15px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.2s linear;
}

.btn-mas-preguntas #clic-boton-preguntas .flecha{
    width: 6px;
    margin-left: 16px;
}
.btn-mas-preguntas #clic-boton-preguntas:hover{
    background-position: 0 -60px ;
}

/* .btn-mas-preguntas.active {
    transform: scale(1.1);
} */


.collapse-preguntas-frecuentes {
    transition: max-height 0.25s ease-in;
    max-height: 0;
    overflow: hidden;
}

.collapse-preguntas-frecuentes.preguntas-frecuentes-in {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}


    .constructoras-aliadas {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        gap: 0px 15px;
        width: 1171px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 50px 10px;
        height: 215px;
        overflow: hidden;
        transition: height 0.5s ease-in-out;
    }

    .constructoras-aliadas .descripcion-constructoras {
        width: 100%;
        /* width: 317px; */
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .constructoras-aliadas .descripcion-constructoras h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 26px;
        font-weight: 900;
        color: #ff6600;
        text-align: left;
        line-height: 34px;
        margin-bottom: 0;
    }

    /* .constructoras-aliadas .descripcion-constructoras h2 span {
        display: block;
        font-size: 20px;
        color: #4e4e4c;
        line-height: 20px;
        font-weight: 500;
    } */

    .constructoras-aliadas .descripcion-constructoras p {
        font-family: "Clan-pro";
        color: #4e4e4c;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        margin-bottom: 33px;
        margin-top: 0px;
    }

    .constructoras-aliadas .logos-constructoras {
        margin-bottom: 16px;
        width: 120px;
        height: 120px;
        background-color: #e7e7e7;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: relative;
        transition: all ease 1s;
    }


    .programas-especiales.constructoras-aliadas .logos-constructoras {
        background-color: #ff6600;
    }

    .programas-especiales.constructoras-aliadas .logos-constructoras .contenedor-logo {
        border: 10px solid #ff6600;
    }

    .constructoras-aliadas .logos-constructoras .contenedor-logo {
        width: 100%;
        height: 100%;
        background: white;
        border: 10px solid #e7e7e7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        transition: all ease 1s;
    }

    .constructoras-aliadas .logos-constructoras .contenedor-logo img {
        width: 100%;
        height: 100%;
        background: white;
        border-radius: 50%;
    }

    .constructoras-aliadas .logos-constructoras::after {
        content: "";
        position: absolute;
        /* top: -1px;
        left: -1px; */
        background: #ff6600;
        /* width: 50%;
        height: 50%; */
        border-radius: 50%;
        width: 0%;
        height: 0%;
        transition: all ease 1s;
    }

    .constructoras-aliadas .logos-constructoras:hover {
        border-radius: 50%;
        border-bottom-right-radius: 15%;
    }
/* 
    .constructoras-aliadas .logos-constructoras:hover .contenedor-logo {
        border: 10px solid #7c6eb0;
    } */

    .constructoras-aliadas .logos-constructoras:hover::after {
        top: initial;
        left: initial;
        bottom: 0px;
        right: 0px;
        width: 50%;
        height: 50%;
        border-radius: 30%;
    }

    @keyframes example {
        from {
            background-color: red;
        }

        to {
            background-color: yellow;
        }
    }

    .constructoras-aliadas.active {
        height: auto;
        transition: height 5s;
    }

    
    /**/
    .constructoras-aliadas .logos-constructoras span {
        visibility: visible;
        /* width: 120px; */
        background-color: #333333;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        padding: 0px;
        position: absolute;
        z-index: 1;
        top: -42px;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 0px;
        width: auto;
        /* max-width: 100%;
    min-width: 120px; */
        line-height: 15px;
        margin: 0 auto;
        transition: 0.1s;
        height: 0;
    }

    .constructoras-aliadas .logos-constructoras span::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 0px solid #333333;
        border-top: 0px solid transparent;
        border-bottom: 0px solid transparent;
        transform: rotate(90deg);
        position: absolute;
        bottom: -7px;
        left: 50%;
    }

    .constructoras-aliadas .logos-constructoras:hover span {
        visibility: visible;
        padding: 4px 10px;
        height: auto;
        font-size: 13px;
    }

    .constructoras-aliadas .logos-constructoras:hover span::after {
        content: "";
        border-left: 5px solid #333333;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
@media screen and (max-width: 1300px) {
    /**/
    .constructoras-aliadas {
        /* width: 800px; */
        height: 253px;
        justify-content: center;
    }
    .constructoras-aliadas .descripcion-constructoras {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .constructoras-aliadas .descripcion-constructoras h2 {
        text-align: center;
    }
    .constructoras-aliadas .logos-constructoras {
        margin-bottom: 16px;
        width: 15%;
        height: auto;
    }
}
@media only screen and (max-width: 1200px) {
  /**/
    .banner-componente {
        padding: 0px 0px 0px 0px;
    }
    .banner-componente #owl-carousel-banner {
        padding: 100px 100px 100px 100px;
    }
    .banner-componente #owl-carousel-banner .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .banner-componente #owl-carousel-banner .item .carousel-banner {
        width: 100%;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente {
        width: 100%;
        padding-right: 0px;
        padding-top: 30px;
        order: 2;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h1 {
        text-align: center;
        font-size: 27px;
        line-height: 37px;
        margin-bottom: 19px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
        text-align: center;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
        text-align: center;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes {
        justify-content: center;
    }
    /**/
    .destacados-feria-subsidio {
        padding: 50px 20px;
    }
    /*formulario*/
    .formulario-componente .screen{
        flex-wrap: wrap;
        gap: 15px;
    }
    .formulario-componente .screen .cont-izq{
        width: 100%;
    }
    .formulario-componente .screen .cont-der{
        width: 100%;
    }
}


/**/

@media only screen and (max-width: 1100px) {
    .titulos-componente h2 {
        text-align: center;
    }
     .titulos-componente h4 {
        text-align: center;
    }
    .titulos-componente p {
        text-align: center;
    }
  
}
/**/

@media only screen and (max-width: 1000px) {
    .componente-preguntas {
    padding: 40px 15px 0px 15px;
}
        .contactenos-componente .preguntas-frecuentes {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 0px;
    }
    /* .contactenos-componente .preguntas-frecuentes h3 {
        text-align: center;
    } */
    /**/
    .testimoniales-componente{

    }
    .testimoniales-componente .titulo-seccion{
        width: 100%;
        padding: 0;
        padding-right: 0px;
        margin-bottom: 24px;
    }
    .testimoniales-componente #owl-carousel-testimoniales{
        width: 100%;
    }
    #owl-carousel-testimoniales.owl-carousel .owl-nav{
        justify-content: center;
    }
    /**/
    .experiencia-componente .experiencia-screen .cont-izq h2 span{
        display: initial;
    }
}


@media only screen and (max-width: 900px) {
        /**/
    .banner-componente #owl-carousel-banner {
        padding: 50px;
    }
}


@media only screen and (max-width: 850px) {
.seccion-preguntas {
    padding: 27px 0px;
}
.seccion-preguntas .img-personajes {
    display: none;
}
.seccion-preguntas .contactenos-componente {
    width: 100%;
    padding-left: 0px;
}
}

 @media screen and (max-width: 800px) {
        .constructoras-aliadas {
            gap: 0px 6px;
        }

        .constructoras-aliadas .logos-constructoras {
            margin-bottom: 6px;
            height: auto;
        }

        .btn-ver-mas-constructoras {
            width: 800px;
            display: none;
        }

        .constructoras-aliadas {
            width: 800px;
            height: auto;
            justify-content: center;
        }
    }


/* @media screen and (max-width: 767px) {
    .card {
        margin-bottom: 0 !important;
    }
} */

@media only screen and (max-width: 768px) {
     /**/
    .banner-componente #owl-carousel-banner {
        padding: 15px 15px 50px 15px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente {
        padding: 30px 5px 0px 5px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
        text-align: center;
        padding-bottom: 14px;
        margin-bottom: 16px;
        line-height: 22px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 span {
        display: initial;
        font-size: 22px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
        margin-bottom: 20px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes {
        gap: 5px;
    }
    /*destacados*/
    .destacados-feria-subsidio .destacados-componente {
        flex-wrap: wrap;
    }
    .destacados-feria-subsidio .destacados-componente .contenido-der {
        width: 100%;
    }
    .destacados-feria-subsidio .destacados-componente .contenido-der h2 {
        text-align: center;
        margin-bottom: 50px;
    }
    .destacados-feria-subsidio .destacados-componente .contenido-izq {
        width: 100%;
    }
    .destacados-feria-subsidio .destacados-componente .contenido-izq .tip:first-child {
        border: none;
    }

#owl-carousel-testimoniales.owl-carousel .owl-dots {
    right: 14px;
    margin: 0 0 0 auto;
    /* bottom: 0; */
}
.testimoniales-componente .titulo-seccion {
    width: 100%;
    padding: 0;
    padding-right: 10px;
}
.testimoniales-componente #owl-carousel-testimoniales {
    width: 100%;
}
.componente-formulario .iframe-formulario {
    width: 100%;
    padding-right: 0px;
}
.componente-formulario .img-personaje {
    width: 40%;
    display: none;
}
/**/
            /* .contactenos-componente .preguntas-frecuentes h3 {
        font-size: 22px;
    } */
    .contactenos-componente .preguntas-frecuentes #accordion .card .card-header {
    display: flex;
    align-items: center;
    height: auto;
    padding: 22px 30px;
}
/**/
.experiencia-componente .experiencia-screen .cont-der{
    display: none;
}
.experiencia-componente .experiencia-screen .cont-izq {
    width: 100%;
}
/**/
    /**/
    #owl-carousel-banner .screen-banner .cont-izq h1, #owl-carousel-banner .screen-banner .cont-izq h2{
        text-align: center;
    }
    #owl-carousel-banner .screen-banner .cont-izq p{
        text-align: center;
    }

    #owl-carousel-banner .screen-banner .cont-izq a{
            margin: 0 auto;
    }

    .titulo-seccion h3{
        text-align: center;
        font-size: 29px;
    }
    .titulo-pagina h2{
        text-align: center;
        font-size: 29px;
    }
    .titulo-pagina p{
        text-align: center;
    }
    .formulario-componente .screen .cont-izq .titulo-pagina h2 span{
        text-align: center;
        font-size: 20px;
    }
    .experiencia-componente .experiencia-screen .cont-izq h2{
        text-align: center;
        font-size: 29px;
    }
}

@media only screen and (max-width: 700px) {
    .componente-cards-dos .card-documentos{
        flex-wrap: wrap;
    }
    .componente-cards-dos .card-documentos .contenido-izq{
        width: 100%;
        border-bottom: 10px solid;
        border-right: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
    }
    /**/
    #owl-carousel-beneficios.owl-carousel .item .card-beneficio{
        align-items: center;
    justify-content: center;
    transform: scale(1);
    }
    #owl-carousel-beneficios.owl-carousel .item .caja-card{
        width: 100%;
    }
    
}

@media only screen and (max-width: 650px) {
    .destacados-feria-subsidio .destacados-componente .contenido-izq .tip {
        width: 100%;
        border-bottom: 1px solid white !important;
        border-left: none;
        padding: 30px;
        flex-wrap: wrap;
    }
    .destacados-feria-subsidio .destacados-componente .contenido-izq .tip:last-child {
        border-bottom: none !important;
    }
    .destacados-feria-subsidio .destacados-componente .contenido-izq {
        width: 100%;
        flex-wrap: wrap;
    }
}

    @media only screen and (max-width: 600px) {
        .constructoras-aliadas .logos-constructoras .contenedor-logo {
            border: 6px solid #e7e7e7;
        }}
@media(max-width:992px){
 
   #owl-carousel-banner .screen-banner .cont-izq h1,
   #owl-carousel-banner .screen-banner .cont-izq h2 {
       font-size: 35px;
       line-height: 54px;
}
}

@media(max-width:850px){
    #owl-carousel-banner .screen-banner {
        flex-wrap: wrap;
    }
    #owl-carousel-banner .screen-banner .cont-izq {
        width: 100%;
        max-width: 500px;
        order: 2;
    }
    #owl-carousel-banner .screen-banner .cont-der{
        width: 100%;
        max-width: 500px;
    }
    #owl-carousel-banner.owl-carousel .owl-nav{
        position: relative;
        justify-content: center;
    }
}

    @media only screen and (max-width: 400px) {
        .constructoras-aliadas .logos-constructoras {
            margin-bottom: 6px;
            width: 21%;
        }
    }

/**/
.navegacion-componente{
    background-color: white;
    margin-bottom: 0;
    border: none;
}
.navegacion-componente .brand-responsive .navbar-brand{
    display: none;
}
.navegacion-componente.navbar-expand-lg .navbar-collapse{
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

.navegacion-componente.navbar-expand-lg .navbar-collapse ul{
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
    flex-direction: initial;
}

.navegacion-componente.navbar-expand-lg .navbar-collapse ul li{
    width: auto;
}

.navegacion-componente.navbar-expand-lg .navbar-collapse ul li:last-child{
    margin: 0 0 0 auto;
}

.navegacion-componente.navbar-expand-lg .navbar-collapse ul li:last-child a{
        background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 98px;
    background-position: 0 -30px;
    color: white;
    padding: 0px 15px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 15px;
    line-height: 11px;
    text-decoration: none;
    transition: all 0.2s linear;
}
.navegacion-componente.navbar-expand-lg .navbar-collapse ul li:last-child a:hover{
    background-position: 0 -60px;
}

.navegacion-componente.navbar-expand-lg .navbar-collapse ul li a{
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    padding: 30px 20px;
    color: #000000;
    opacity: 1 !important;
}
.navegacion-componente.navbar-expand-lg .navbar-collapse ul li a.active{
    border-radius: 5px;
    transform: scale(1.1) !important;
    transform: none;
    background: #ff6600;
    z-index: 1000;
    position: relative;
    font-weight: 500;
    color: white;
}
.navegacion-componente.navbar-expand-lg .navbar-collapse ul li a::after{
    content: "";
    width: 0px;
    height: 0px;
    /* border-left: 20px solid transparent; */
    /* border-right: 20px solid transparent; */
    /* border-top: 20px solid #f00; */
    position: absolute;
bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
    background: #ff6600;
    transform: rotate(45deg);
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    display: none;
    transition: all 0.5s ease;
}

.navegacion-componente.navbar-expand-lg .navbar-collapse ul li a.active::after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    bottom: -15px;
    transition: all 0.5s ease;
}
.menu-desplegable.active{
 background: #000;
 color: #fff;
}
.nav-link.active{
color:#000;
font-weight:bold;
}

@media only screen and (max-width: 1060px) {
    .navegacion-componente.navbar-expand-lg .navbar-collapse ul li a {
        padding: 23px 9px;
    }
    .navegacion-componente.navbar-expand-lg .navbar-collapse ul li a.active{
        transform: scale(1) !important;
    }
}


    
    
    @media screen and (min-width: 992px) {
        .navegacion-componente {
            /* width: 25%;
            height: 100vh;
            align-items: flex-start; */
            padding: 0;
        }

        .navegacion-componente .navbar-brand {
            margin-left: 0.5rem;
        }

        .navegacion-componente.navbar-expand-lg .navbar-collapse {
            flex-direction: column;
            align-items: flex-start;
        }

        .navegacion-componente.navbar-expand-lg .navbar-nav {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    /*new*/

    .navegacion-componente>div .navbar-toggler {
        display: none;
        flex-wrap: wrap;
        flex-direction: column;
        border: none;
        box-shadow: none;
        background: transparent;
        margin: 0 0 0 auto;
        padding-right: 15px;
        position: relative;
        top: 33px;
        transition: all 0.3s ease-in-out;
        position: absolute;
        right: 0;
    }

    .navegacion-componente>div .navbar-toggler.collapsed {
        top: 25px;
    }

    .navegacion-componente>div .navbar-toggler span {
        width: 27px;
        display: block;
        background: #ff6600;
        height: 3px;
        transform: rotate(0deg);
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .navegacion-componente>div .navbar-toggler.collapsed span {
        top: initial !important;
        bottom: initial !important;
        margin-bottom: 5px;
        position: relative;
        transform: rotate(0deg) !important;
    }

    .navegacion-componente>div .navbar-toggler span:nth-child(1) {
        position: relative;
        top: 1px;
        transform: rotate(45deg);
    }

    .navegacion-componente>div .navbar-toggler span:nth-child(2) {
        display: none;
    }

    .navegacion-componente>div .navbar-toggler.collapsed span:nth-child(2) {
        display: block;
        width: 13px;
    }

    .navegacion-componente>div .navbar-toggler span:nth-child(3) {
        position: relative;
        bottom: 2px;
        transform: rotate(-45deg);
    }
    /* 🔥 ESTADO NORMAL */
#menu-contenedor {
 width: 100%;
 position: relative;
 transition: all 0.3s ease;
 background-color: white;
    box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.2);
}
/* 🔥 STICKY */
#menu-contenedor.menu-fijo {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 9999;
}
/* 👇 ESPACIO FANTASMA PARA EVITAR SALTO */
#fake-space {
 width: 100%;
}
/* 🔥 ESTILO ACTIVO (opcional) */
#menu a.active {
 opacity: 1;
 transform: scale(1.05);
}
/* opcional */
#menu a {
 transition: all 0.3s ease;
 opacity: 0.7;
}
@media screen and (max-width: 992px) {
        .navegacion-componente {
            width: 100% !important;
            z-index: 100;
            min-height: 70px;
            box-shadow: 0px 1px 5px 1px #a2a2a2;
            background-color: white;
            border: none;
            padding-bottom: 0px !important;
        }

        .navegacion-componente>div {
            background: white;
            top: 0;
        }

        .navegacion-componente>div .navbar-collapse.collapse {
            display: none !important;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            margin: 0;
            padding: 0px 15px;
            border-bottom: 3px solid #ff6600;
        }

        .navegacion-componente>div .navbar-collapse.collapse.in {
            display: block !important;
        }

        .navegacion-componente .navbar-brand {
            display: block;
            height: 100%;
            padding: 0;
            display: flex;
            align-items: center;
        }

        .navegacion-componente .navbar-brand img {
            width: 145px;
            transition: all 0.2s;
        }

        .navegacion-componente .navbar-brand:hover img {
            width: 160px;
            transition: all 0.2s;
        }

        .navegacion-componente>div .navbar-toggler {
            display: flex !important;
        }

        .navegacion-componente .navbar-nav {
            width: 100%;
            /* max-width: 400px; */
            margin: 0 auto;
            display: block;
            padding-bottom: 30px;
        }

        .navegacion-componente .navbar-nav a.active {
            left: 0px;
            border-radius: 0px;
            margin-top: 0;
        }

        .navegacion-componente .navbar-nav a.active div {
            display: block;
        }

        .navegacion-componente .navbar-nav a {
            margin-bottom: 0px !important;
            /* padding: 15px 0px !important; */
            justify-content: center;
            height: auto;
            border-bottom: 1px dashed #d2d2d2;
        }

        .navegacion-componente .navbar-nav a:last-child {
            border-bottom: none;
            background: transparent;
            width: auto;
            border-radius: 0px;
            padding: 10px 20px;
            margin-left: 0px;
            margin-top: 0px;
            height: auto;
            transition: none;
            animation-play-state: paused;
        }

        .navegacion-componente .navbar-nav a:last-child .texto-item-navegacion p {
            font-weight: 900;
            color: #ff6600;
        }

        .navegacion-componente .navbar-nav a:last-child.active .texto-item-navegacion p {
            color: #7c6eb0
        }

        .navegacion-componente .navbar-nav a:last-child.active {
            margin-bottom: 0px;
            left: 0px;
            border-radius: 0px;
            height: auto;
        }

        .navegacion-componente .navbar-nav a .icono-item-navegacion {
            display: none !important;
        }

        .navegacion-componente .navbar-nav a .texto-item-navegacion {
            padding-left: 0px !important;
        }

        .navegacion-componente .navbar-nav a .texto-item-navegacion p {
            color: #4e4e4c;
        }

        p {
            font-size: 18px;
        }

        .navegacion-componente .navbar-nav a.active::after {
            display: none;
        }

        .navegacion-componente::after {
            display: none;
        }

        .brand-responsive {
            height: 70px;
            padding: 20px;
        }
        /**/


        .navegacion-componente.navbar-expand-lg .navbar-collapse ul li {
    width: 100%;
}
.navegacion-componente.navbar-expand-lg .navbar-collapse ul li a.active{
        transform: scale(1) !important;
}
.navegacion-componente.navbar-expand-lg .navbar-collapse ul li a{
    text-align: center;
}
.navegacion-componente.navbar-expand-lg .navbar-collapse ul li:last-child a{
    margin: 0 auto;
}
.navegacion-componente.navbar-expand-lg .navbar-collapse ul li a.active::after{
    display: none;
}
.navegacion-componente.navbar-expand-lg .navbar-collapse ul li:last-child {
    margin: 0 0 0 auto;
    margin-top: 15px;
    margin-bottom: 33px;
}
.navegacion-componente .brand-responsive .navbar-brand {
    display: block;
    opacity: 1 !important;
    padding: 0;
    margin: 0;
    top: -5px;
    position: relative;
}
    }

.navegacion-componente.navbar-expand-lg .navbar-collapse ul li:last-child a.active::after{
    display: none;
}