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

/*variables*/

html {
    scroll-behavior: smooth;
}


/**/

.header{
    display: none !important;
}
body .main{
    padding-top: 0px !important;
}
/*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;
}


/**/


/**/

#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;
}

.pantalla-screen{
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
.menu-fijo {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.menu-desplegable {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.menu-desplegable:focus {
  box-shadow: none;
}
.componente-navegador{
  text-align: center;
    display: flex;
    justify-content: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
}
/**/
.hero-pagina{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 15px;
}

.hero-pagina h1{
        font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 13px;
}

.hero-pagina h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: white;
    background: #ff6600;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 15px;

}

.hero-pagina p{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #424242;
    margin-bottom: 30px;
}

.titulo-pagina{

}

.titulo-pagina h1{
  
}

.titulo-pagina h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #ff6600;
    text-align: left;
    margin-bottom: 5px;
    padding: 0;
}

.titulo-pagina p{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    color: #424242;
}
/**/

/**/

.radioCheck {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    display: none;
}

.radioCheck .custom-radio {
    display: block;
}

.radioCheck .custom-radio input {
    display: none;
}

.radioCheck .radio-btn {
    margin: 2px;
    width: 130px;
    height: 56px;
    border: 3px solid transparent;
    display: block;
    border-radius: 50px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
    transform: scale(0.9);
    transition: all .2s ease-in-out;
}

.radioCheck .radio-btn>i {
    color: #ffffff;
    background-color: #ff6600;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 3px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}

.radioCheck .radio-btn .hobbies-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.radioCheck .radio-btn .hobbies-icon h3 {
    margin-bottom: 0;
        font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #858585;
}

.radioCheck .custom-radio input:checked+.radio-btn {
    border: 2px solid #FFDAE9;
    transform: scale(1.1);
    opacity: 1;
    background: #1ba548;
}

.radioCheck .custom-radio input:checked+.radio-btn .hobbies-icon h3 {
    color: white;
}

.custom-radio input:checked+.radio-btn>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/**/


/**/

.paginador-vivienda {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 30px;
}

.paginador-vivienda .item_paginador {
    width: 50%;
    padding: 10px;
    position: relative;
}


/* .paginador-vivienda .item_paginador.Aptos .componente-precio {
    background: blue;
}

.paginador-vivienda .item_paginador.Locales .componente-precio {
    background: red;
}

.paginador-vivienda .item_paginador.Casas .componente-precio {
    background: green;
} */
.pagination-counter{
  margin-bottom: 70px;
}

.pagination-counter .nav-paginador {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.pagination-counter .nav-paginador button {
    width: 100%;
    max-width: 60px;
    border: none;
    position: relative;
    cursor: pointer;
    min-width: 30px;
}

.pagination-counter .nav-paginador button {
    width: 100%;
    max-width: 40px;
    border: none;
    position: relative;
    cursor: pointer;
    min-width: 40px;
    height: 40px;
        font-family: "Montserrat", sans-serif;
    font-weight: 900;
    border-radius: 7px;
    transition: all 01s;
}

.pagination-counter .nav-paginador button:first-child::after {
    content: '';
    background-image: url(https://corporativo.compensar.com/vivienda/Biblioteca%20de%20estilos/webparts/desistidos/img/flecha-paginador.png);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.pagination-counter .nav-paginador button:first-child img {
    width: 100%;
    max-width: 15px;
    transform: rotate(180deg);
    display: none;
}

.pagination-counter .nav-paginador button:first-child span {
    display: none;
}

.pagination-counter .nav-paginador button:last-child::after {
    content: '';
    background-image: url(https://corporativo.compensar.com/vivienda/Biblioteca%20de%20estilos/webparts/desistidos/img/flecha-paginador.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.pagination-counter .nav-paginador button:last-child img {
    width: 100%;
    max-width: 15px;
    display: none;
}

.pagination-counter .nav-paginador button:last-child span {
    display: none;
}

.pagination-counter .nav-paginador button.d1 {
    background: rgb(255 102 0 / 100%);
    color: white;
    transition: all 01s;
}

.pagination-counter .nav-paginador button.d2 {
    background: rgb(255 102 0 / 10%);
    transition: all 01s;
}

.pagination-counter .nav-paginador button.d2:hover {
    background: rgb(255 102 0 / 100%);
    color: white;
    transition: all 01s;
}

.card-desistidos {
    background-color: #efefef;
    /* padding: 10px; */
    border-radius: 25px;
    height: 100%;
}

.card-desistidos .card-f-blanco {
    background: white;
    display: block;
    height: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: -1px 1px 8px 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 60px;
}

.card-desistidos .img-proyecto {
    width: 100%;
    max-width: 100%;
    height: 240px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.card-desistidos .img-proyecto img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 240px;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-desistidos .descripcion-proyecto {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    padding-bottom: 90px;
    /* position: relative; */
        padding: 30px 30px 30px 30px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto h3{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    line-height: 30px;
    color: #ff6600;
    text-align: center;
}
.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion{
        font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 17px;
    line-height: 18px;
    color: #424242;
}
.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion span{
    color: #ff6600;
}
.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 6px 0px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente p{
    width: 50%;
    color: #7c6eb0;
    border-right: 1px solid #e0e0e0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente p:last-child{
    border: none;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente p span{
    display: block;
    font-style: italic;
    font-weight: 900;
    font-size: 23px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .descripcion-card{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #424242;
    border-radius: 10px;
    background-color: #ffefe6;
    padding: 10px;

}

.card-desistidos .descripcion-proyecto .botones-componente{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    position: absolute;
    bottom: 30px;
    padding: 0px 30px;
    left: 0;
}

.card-desistidos .descripcion-proyecto .botones-componente .precio {
    color: #7c6eb0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    font-size: 19px;
    text-align: left;
}

.card-desistidos .descripcion-proyecto .botones-componente .precio span{
  display: block;
    font-style: italic;
    font-weight: 900;
    font-size: 30px;
}

.card-desistidos .descripcion-proyecto .botones-componente a{
    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: 500;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 15px;
    line-height: 13px !important;
    text-decoration: none;
    transition: all 0.2s linear;
    margin: 0 0 0 auto;
}
.card-desistidos .descripcion-proyecto .botones-componente a .logo{
    width: 28px;
    border-right: 1px solid;
    padding-right: 6px;
    margin-right: 12px;
}
.card-desistidos .descripcion-proyecto .botones-componente a .flecha{
    width: 6px;
    margin-left: 16px;
}
.card-desistidos .descripcion-proyecto .botones-componente a:hover{
    background-position: 0 -60px;
}

.etiqueta-proyecto .logo-etiqueta {
    display: flex;
    align-items: center;
    position: absolute;
    height: 70px;
    right: 20px;
    top: 20px;
    padding: 8px;
    background: rgb(255 255 255 / 100%);
    border-radius: 10px;
    /* box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    visibility: visible !important;
}

.etiqueta-proyecto .logo-etiqueta img {
/* width: 100%;
    max-width: 60px; */
    height: 100%;
    border-radius: 10px;
}
.etiqueta-proyecto .texto-etiqueta {
   display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 210px;
    padding: 8px 13px;
    background: white;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.etiqueta-proyecto .texto-etiqueta::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 10px solid #4f4f4f;
    position: absolute;
    left: 0;
    bottom: -16.5px;
}
.etiqueta-proyecto .texto-etiqueta span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 19px;
    line-height: 30px;
    color: white;
    text-align: center;
}
.etiqueta-proyecto .texto-etiqueta.estado_1{
    background-color: #008000;
}
.etiqueta-proyecto .texto-etiqueta.estado_2{
    background-color: #008000;
}
.etiqueta-proyecto .texto-etiqueta.estado_3{
    background-color: #008000;
}


.caja:hover::after {
    color: #f39c12;
}

#filters p {
    text-align: center;
    font-family: "GeosansLight";
    font-weight: 900;
    margin-bottom: 0;
    font-size: 18px;
}

/**/
.componente-beneficios{
  background-color: #e3e2ed;
  padding: 70px 0px;
  margin-top: 30px;
  margin-bottom: 70px;
}

.componente-beneficios .item{
  display: flex !important;
  align-items: center;
}

.componente-beneficios .item .carousel-banner{
width: 30%;
}

.componente-beneficios .item .carousel-banner img{
width: 100%;
}

.componente-beneficios .item .carousel-contenido{
width: 70%;
    padding-left: 20px;
}


.componente-beneficios .item .carousel-contenido h3{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    line-height: 30px;
    color: #ff6600;
    text-align: left;
}

.componente-beneficios .item .carousel-contenido .parrafo-beneficio{
  font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    color: #424242;
}

.componente-beneficios .item .carousel-contenido .nota-legal{
  font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color: #000;
        font-style: italic;
}

.componente-beneficios .item .carousel-contenido a{
    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;
}
.componente-beneficios .item .carousel-contenido a .logo{
    width: 28px;
    border-right: 1px solid;
    padding-right: 6px;
    margin-right: 12px;
}
.componente-beneficios .item .carousel-contenido a .flecha{
    width: 6px;
    margin-left: 16px;
}
.componente-beneficios .item .carousel-contenido a:hover{
    background-position: 0 -60px;
}


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

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

.componente-beneficios .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 60%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    right: 100px;
    bottom: -70px;
}

.componente-beneficios .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;
}

.componente-beneficios .owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(https://corporativo.compensar.com/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    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);
}

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

.componente-beneficios .owl-carousel .owl-nav .owl-next {
    position: absolute;
    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;
    right: 0px;
    bottom: -70px;
}

.componente-beneficios .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;
}

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

.componente-beneficios .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;
}

.componente-beneficios .owl-carousel .owl-dots {
    /* width: 100%; */
    min-width: auto;
    z-index: 1;
    padding: 20px;
        position: absolute;
    right: 23px;
    margin: 0 0 0 auto;
}

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

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

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

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

#owl-carousel-constructoras .card-constructora-componente,
#owl-carousel-constructoras_2 .card-constructora-componente{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    /* padding: 10px; */
}

#owl-carousel-constructoras .cards h3,
#owl-carousel-constructoras_2 .cards h3{
  font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #ff6600;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 40px;
}

#owl-carousel-constructoras_2 .cards h3{
    color: #7c6eb0;
}

#owl-carousel-constructoras_2 .card-constructora-componente .card-informacion .texto h4{
    color: #7c6eb0 !important;
}

#owl-carousel-constructoras_2 .card-constructora-componente .card-informacion .logo{
    border-right: 2px solid #7c6eb0 !important;
}

#owl-carousel-constructoras .card-constructora-componente .card-informacion,
#owl-carousel-constructoras_2 .card-constructora-componente .card-informacion{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 10px;
  
}
#owl-carousel-constructoras .card-constructora-componente .card-informacion .logo,
#owl-carousel-constructoras_2 .card-constructora-componente .card-informacion .logo{
  width: 30%;
  border-right: 2px solid #ff6600;
  box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.2);
      border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    overflow: hidden;

}

#owl-carousel-constructoras .card-constructora-componente .card-informacion .logo img,
#owl-carousel-constructoras_2 .card-constructora-componente .card-informacion .logo img{
  width: 100%;
    padding: 10px;
}

#owl-carousel-constructoras .card-constructora-componente .card-informacion .texto,
#owl-carousel-constructoras_2 .card-constructora-componente .card-informacion .texto{
  width: 70%;
  padding-left: 10px;
}

#owl-carousel-constructoras .card-constructora-componente .card-informacion .texto h4,
#owl-carousel-constructoras_2 .card-constructora-componente .card-informacion .texto h4{
      font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 18px;
    color: #ff6600;
        margin-bottom: 10;
    padding-bottom: 0;
}

#owl-carousel-constructoras .card-constructora-componente .card-informacion .texto h4 span,
#owl-carousel-constructoras_2 .card-constructora-componente .card-informacion .texto h4 span{
  display: block;
color: #3d3d3d;
font-size: 15px;
}
#owl-carousel-constructoras .card-constructora-componente .card-informacion .texto p,
#owl-carousel-constructoras_2 .card-constructora-componente .card-informacion .texto p{
      font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #3d3d3d;
    margin-bottom: 0;
    padding-bottom: 0;
}
#owl-carousel-constructoras_2{
        margin-bottom: 40px;
}

.carrusel-constructoras .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    /**/
}

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

.carrusel-constructoras .owl-carousel .owl-nav .owl-prev {
position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 70%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    left: -113px;
    bottom: 18px;
    margin: 0 auto !important;
    right: 0;
}

.carrusel-constructoras .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;
}

.carrusel-constructoras .owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    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);
}

.carrusel-constructoras .owl-carousel .owl-nav .owl-prev:hover {
    width: 30px;
    height: 30px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
}

.carrusel-constructoras .owl-carousel .owl-nav .owl-next {
position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 70%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    right: -113px;
    bottom: 18px;
    margin: 0 auto !important;
    left: 0;
}

.carrusel-constructoras .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;
}

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

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

.carrusel-constructoras .owl-carousel .owl-dots {
    width: 100%;
    min-width: auto;
    z-index: 1;
    padding: 20px;
}

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

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

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

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

.componente-charlas{
    background: #ffefe6;
    padding: 40px 15px;
}

#owl-carousel-charlas .cronograma-charlas{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia{
width: 50%;
    display: flex;
    /* align-items: center; */
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .fecha{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 240px;
    min-width: 160px;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .fecha img{
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .fecha .dia{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #111111;
    text-align: left;
    margin-bottom: 0;
    padding: 0px 6px;
    text-align: center;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .fecha .dia span{
        display: block;
    font-size: 22px;
    font-weight: 600;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .charlas {
    padding: 20px;
    border-left: 2px solid #ff6600;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia.morado .charlas{
    border-color: #7c6eb0;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia.morado .charlas .item-charla {
    border-bottom: 1px solid rgb(124 110 176 / 20%);
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia.morado .charlas .item-charla .horas{
    color: #7c6eb0;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .charlas .item-charla {
    padding: 20px 0px;
    border-bottom: 1px solid rgb(255 102 0 / 20%);
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .charlas .item-charla h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #ff6600;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 7px;
    display: none;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .charlas .item-charla .descripcion-charla {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    color: #424242;
    margin-bottom: 0px;
    /* padding-bottom: 7px; */
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .charlas .item-charla .horas {
    display: block;
    font-style: italic;
    font-weight: 700;
    font-size: 21px;
    color: #ff6600;
    margin-bottom: 0;
}

#owl-carousel-charlas .cronograma-charlas .cronograma-dia .charlas .item-charla:last-child {
    border-bottom: none;
}


#owl-carousel-charlas.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    /**/
}

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

#owl-carousel-charlas.owl-carousel .owl-nav .owl-prev {
position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 70%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    left: -113px;
    bottom: 18px;
    margin: 0 auto !important;
    right: 0;
}

#owl-carousel-charlas.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-charlas.owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    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-charlas.owl-carousel .owl-nav .owl-prev:hover {
    width: 30px;
    height: 30px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
}

#owl-carousel-charlas.owl-carousel .owl-nav .owl-next {
position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 70%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    right: -113px;
    bottom: 18px;
    margin: 0 auto !important;
    left: 0;
}

#owl-carousel-charlas.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-charlas.owl-carousel .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    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-charlas.owl-carousel .owl-nav .owl-next:hover {
    width: 30px;
    height: 30px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

#owl-carousel-charlas.owl-carousel .owl-dots {
    width: 100%;
    min-width: auto;
    z-index: 1;
    padding: 20px;
}

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

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

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

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

/**/

.componente-preguntas{
    padding: 40px 15px;
}

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

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

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

.seccion-preguntas .contactenos-componente{
    width: 70%;
    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: #d1d1e5 !important;
}
.contactenos-componente .preguntas-frecuentes #accordion .card:nth-child(even) {
        background-color: #e3e2ed !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 h4 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #7c6eb0;
    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 h4 span {
    width: 17px;
    height: 4px;
    background: #7c6eb0;
    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 h4 span::before {
    content: "";
    width: 17px;
    height: 4px;
    background: #7c6eb0;
    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 h4 {
    color: #7c6eb0;
    font-size: 13px;
    line-height: 18px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button.collapsed h4 span {
    background: #7c6eb0;
}

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

.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 {
    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;
}

.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;
}

/**/

    .componente-mapas{
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 5px 5px;
        flex-wrap: wrap;
        background-color: #363A56;
        border-radius: 22px;
        overflow: hidden;
    }

    .componente-mapas iframe{
        border: 0;
        width: 100%;
        height: 300px;
        border-radius: 19px;
    }

    .componente-mapas .btns-ubicacion{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
            gap: 0px 10px;
        padding: 20px;
    }

    .componente-mapas .btns-ubicacion p{
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 0;
        color: white;
        line-height: 19px;
        width: 100%;
        margin-bottom: 15px;
    }
    .componente-mapas .btns-ubicacion a{
        background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
        background-size: 100% 100px;
        background-position: 0 -35px;
        color: white;
        padding: 0px 15px;
        border-radius: 50px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        height: 35px;
        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;
    }

    .componente-mapas .btns-ubicacion a img{
        width: 6px;
        margin-left: 16px;
    }

    .componente-mapas .btns-ubicacion a:hover{
        background-position: 0 -60px;
    }


.componente-formulario-ubicacion{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.componente-formulario-ubicacion .formulario{

    width: 50%;
}

.componente-formulario-ubicacion .mapa{

    width: 50%;
}

.componente-formulario-ubicacion .iframe-formulario{
    width: 100%;
}
/**/
.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% 100px;
    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: #7c6eb0;
    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: #7c6eb0;
    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 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;
    }
}

@media screen and (max-width: 991px) {
  .menu-collapse_2.navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .menu-collapse_2.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #212529;
    width: 215px;
    height: 100%;
    z-index: 9999;
    padding: 25px;
    transform: translateX(-215px);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .menu-collapse_2.navbar-collapse.show {
    transform: translateX(0px);
  }
  .nav-overlay_2 {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .nav-overlay_2.active {
    transform: translateX(0);
  }
  .card-desistidos .descripcion-proyecto .botones-componente{
    flex-wrap:wrap;
        position: relative;
    bottom: inherit;
        padding: 10px 30px;
  }
  .card-desistidos .descripcion-proyecto .botones-componente .precio{
        text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 16px;
  }
  .card-desistidos .descripcion-proyecto .botones-componente a{
    margin: 0 auto;
  }
  .card-desistidos .card-f-blanco{
        padding-bottom: 0px;
  }
}

@media only screen and (max-width: 900px) {
    /**/
        .paginador-vivienda .item_paginador {
        width: 100% !important;
        max-width: 768px;
    }
}

@media only screen and (max-width: 850px) {
    .componente-formulario-ubicacion .formulario {
       width: 100%;
    }
    .componente-formulario-ubicacion .mapa {
    width: 100%;
    margin-top: 22px;
}
.seccion-preguntas {
    padding: 27px 0px;
}
.seccion-preguntas .img-personajes {
    display: none;
}
.seccion-preguntas .contactenos-componente {
    width: 100%;
    padding-left: 0px;
}
.paginador-vivienda .item_paginador{
    padding: 0px;
    margin-bottom: 22px;
}
.etiqueta-proyecto .texto-etiqueta{
        left: -10px;
}
}
@media only screen and (max-width: 768px) {
    #owl-carousel-constructoras .card-constructora-componente .card-informacion, #owl-carousel-constructoras_2 .card-constructora-componente .card-informacion {
    width: 50%;

}
#owl-carousel-charlas .cronograma-charlas .cronograma-dia{
    width: 100%;
}
#owl-carousel-charlas .cronograma-charlas .cronograma-dia {
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 450px){
    .pagination-counter .nav-paginador button {
        max-width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .pagination-counter .nav-paginador button {
        max-width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .pagination-counter .nav-paginador button:first-child::after {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 768px) {
            .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;
}
}

    
    
    @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;
}
    }
    @media screen and (max-width: 550px) {
        .componente-beneficios .item {
    flex-wrap: wrap;
}
.componente-beneficios .item .carousel-banner {
    width: 100%;
}
.componente-beneficios .item .carousel-banner img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 21px;
}
.componente-beneficios .item .carousel-contenido {
    width: 100%;
    padding-left: 0px;
}
.componente-beneficios .item .carousel-contenido h3{
    text-align: center  ;
}
.componente-beneficios .item .carousel-contenido .parrafo-beneficio{
    text-align: center;
}
.componente-beneficios .item .carousel-contenido .nota-legal{
    text-align: center;
}
    }

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