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


/**/


/**/

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


/*Banner*/

.banner-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: 100px 0px 100px 15px;
    position: relative;
}

.banner-componente #owl-carousel-banner .item {
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente {
    width: 585px;
    max-width: 100%;
    padding-right: 50px;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente h1 {
 font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #ff6600;
    line-height: 42px;
    margin-bottom: 24px;
}
.banner-componente #owl-carousel-banner .item .descripcion-componente h1 span {
font-weight: 600;
    background-color: #ff6600;
    color: white;
    padding: 0px 10px;
}


.banner-componente #owl-carousel-banner .item .descripcion-componente h2 span {
    display: block;
    font-size: 35px;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
    font-family: "Montserrat", sans-serif;
    color: #3f3f3f;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 34px;
    font-weight: 500;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes 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: 900;
    /* height: 33px; */
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 20px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.2s linear;
    /* margin: 0 auto; */
}
.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes a img {    width: 6px;
    margin-left: 16px;}
.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes a:hover {
        background-position: 0 -60px;
}

/* .banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes a:nth-child(1) {
    background-color: #38383e;
    color: white;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes a:nth-child(2) {
    background-color: white;
    color: #ff6600;
} */

.banner-componente #owl-carousel-banner .item .carousel-banner {
    width: 50%;
    background: #e0e0e0;
}

.banner-componente #owl-carousel-banner .owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
}

.banner-componente #owl-carousel-banner .owl-dots .owl-dot {
    min-width: auto;
}

.banner-componente #owl-carousel-banner .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
    margin: 5px 3px;
    transition: 0.5s;
}

.banner-componente #owl-carousel-banner .owl-dots .owl-dot.active span {
    width: 27px;
    background: rgb(255, 255, 255);
}
/**/
.tamaño-screen{
        display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    width: 1171px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    padding: 0px 15px;
}

.w100{
    width: 100%;
}
/**/

.titulos-componente {
    margin: 50px 0px;
}

.titulos-componente h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    color: #ff6600;
}

.titulos-componente h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.titulos-componente h3 span {
    font-weight: 600;
}

/*botones-flotantes*/

.botones-flotantes {
    position: fixed;
    right: 19px;
    bottom: 92px;
    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%);
}


/**/

.panel {
    background-color: transparent !important;
}

.main {
    padding-bottom: 0px !important;
}



/*Preguntas frecuentes*/

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

.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: 14px;
    line-height: 24px !important;
    font-weight: 400;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
}


.preguntas-frecuentes #accordion .card .card-header {
    display: flex;
    align-items: center;
    height: 125px;
    background-color: transparent;
    box-shadow: none;
    /* border-bottom: 1px solid; */
    padding: 0px;
}


.preguntas-frecuentes #accordion .card .card-header button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0px 20px;
    border-bottom: 8px solid #ff6600;
    box-shadow: 2px -1px 9px 1px rgba(0, 0, 0, 0.2);
}
.preguntas-frecuentes #accordion .card:nth-child(2) .card-header button {
    border-bottom: 8px solid #8367CE;
}

.preguntas-frecuentes #accordion .card:nth-child(3) .card-header button {
    border-bottom: 8px solid #FF0000;
}

.preguntas-frecuentes #accordion .card .card-header button .icono-acordeon {
    width: 100%;
    max-width: 75px;
}

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

.preguntas-frecuentes #accordion .card .card-header button .text-componente p {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    font-size: 14px;
}
.preguntas-frecuentes #accordion .card .card-header button .text-componente {
    padding: 0px 30px;
}

.preguntas-frecuentes #accordion .card .card-header button a {
    background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 100px;
    /* background-position: 0 -30px; */
     background-position: 0 -60px;
    padding: 0px 15px;
    border-radius: 50px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    text-decoration: none;
    transition: all 0.2s linear;
    margin: 0 0 0 auto;
}
.preguntas-frecuentes #accordion .card .card-header button a p {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 13px;
    color: white;
    margin-bottom: 0;
}
.preguntas-frecuentes #accordion .card .card-header button a img {
    width: 6px;
    margin-left: 16px;
}

.preguntas-frecuentes #accordion .card .card-header button a:hover {
     background-position: 0 -60px;
}

.preguntas-frecuentes #accordion .card .card-header button.collapsed {
    border-left: 5px solid #ff6600;
    border-bottom: 0px;
}
.preguntas-frecuentes #accordion .card:nth-child(2) .card-header button.collapsed{
    border-left: 5px solid #8367CE;
    border-bottom: 0px;
}

.preguntas-frecuentes #accordion .card:nth-child(3) .card-header button.collapsed{
    border-left: 5px solid #FF0000;
    border-bottom: 0px;
}

.preguntas-frecuentes #accordion .card .card-header button.collapsed a {
    background-position: 0 -30px;
}

.preguntas-frecuentes #accordion .card .card-header button.collapsed a:hover {
    background-position: 0 -60px;
}

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

.preguntas-frecuentes #accordion .card .card-header button.collapsed a p {
    visibility: hidden;
    position: relative;
    width: 100%;
}

.preguntas-frecuentes #accordion .card .card-header button.collapsed a p::after {
    visibility: visible;
    position: absolute;
    content: "Ver más";
    right: 0px;
    left: 0px;
    font-weight: 900;
    top: 0px;
}

.preguntas-frecuentes #accordion .card .collapse {
    font-family: "Montserrat", sans-serif;
    text-align: left;
    position: relative;
    color: rgb(63, 63, 63);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px !important;
}


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

.preguntas-frecuentes #accordion .card .collapse .card-body {
     font-family: "Montserrat", sans-serif;
    text-align: left;
    background-color: #f9f9f9;
    /* border-top: 3px solid #ff6600; */
    position: relative;
    top: -3px;
    color: #3f3f3f;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 50px 30px;
}

.preguntas-frecuentes #accordion .card .collapse .card-body p{
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s;
    margin-bottom: 11px !important;
    line-height: 22px;
    margin-bottom: 20px !important;
    font-family: "Montserrat", sans-serif;
    text-align: left;
} 

.preguntas-frecuentes #accordion .card .collapse .card-body ul{
    list-style: none;
    margin-bottom: 20px;
} 

.preguntas-frecuentes #accordion .card .collapse .card-body ul li{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    transition: all 0.5s;
    margin-bottom: 11px !important;
    line-height: 24px !important;
    /* padding-right: 30px; */
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.preguntas-frecuentes #accordion .card .collapse .card-body ul li:last-child{ 
    margin-bottom: 0 !important;
}

.preguntas-frecuentes #accordion .card .collapse .card-body ul li::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #ff6600;
    left: -13px;
    top: 6px;
}
.preguntas-frecuentes #accordion .card .collapse .card-body ul li ul li::after{
    width: 7px;
    height: 2px;
    border-radius: 1px;
    left: -13px;
    top: 8px;
}

.preguntas-frecuentes #accordion .card .collapse .card-body ul li strong{
    font-weight: 900;
}

.preguntas-frecuentes #accordion .card .collapse .card-body ul li ul li a{
    font-weight: 900;
}

.preguntas-frecuentes #accordion .card .collapse .card-body ul li ul li:first-child{
    margin-top: 11px !important;
}

.preguntas-frecuentes #accordion .card .collapse .card-body ul li .nota-legal{
    font-style: italic;
    font-weight: 600;
    display: block;
}
.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;
}
/* .preguntas-frecuentes #accordion .card:nth-child(2) .card-header button {
        border-left: 5px solid #8367CE !important;
} */

.preguntas-frecuentes #accordion .card:nth-child(2) .card-header button .text-componente h4 {
        color: #8367CE;
}

.preguntas-frecuentes #accordion .card:nth-child(2) .collapse .card-body p{
     color: #8367CE;
}

.preguntas-frecuentes #accordion .card:nth-child(2) .collapse .card-body ul li::after{
     background-color: #8367CE;
}

.preguntas-frecuentes #accordion .card:nth-child(3) .collapse .card-body ul li::after{
     background-color: #FF0000;
}


/* .preguntas-frecuentes #accordion .card:nth-child(3) .card-header button {
        border-left: 5px solid #FF0000 !important;
} */

.preguntas-frecuentes #accordion .card:nth-child(3) .card-header button .text-componente h4 {
        
        color: #FF0000;
}

/*media queries*/

@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;
    }
    /**/
}


/**/

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


/**/
@media only screen and (max-width: 1000px) {
        /**/
    .preguntas-frecuentes {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }
}

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


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

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

@media only screen and (max-width: 600px) {
    .preguntas-frecuentes #accordion .card .card-header button .icono-acordeon{
            display: none;
    }
    .preguntas-frecuentes #accordion .card .card-header button a img{
        display: none;
    }
    .preguntas-frecuentes #accordion .card .collapse .card-body{
            padding: 40px 20px;
    }
}