* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0px black solid;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
    text-align: left;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    font-family: 'davcondensedRegular','Roboto Condensed', sans-serif;
    overflow: visible;
    background-image: url("../img/YkxKU-1819b331-e224-4bbc-bd98-a275a9dc3c4b_istockphoto-1264235299-2048x2048.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;
}
/* 
:root {
    font-family: 'myriad-pro', sans-serif;
    font-family: 'myriad-pro-condensed', sans-serif;
    font-family: 'myriad-pro-semi-condensed', sans-serif;
    font-family: 'myriad-pro-semiextended', sans-serif;
} */


a {
    text-decoration: none;
    color: #000000;
    cursor:pointer;
}

a:hover {
    text-decoration: none;
}

strong, .bold, b {
    font-family: 'davcondensedCnBold','Roboto Condensed',sans-serif;
}
.modal-backdrop-video {
    background-color: rgba(0, 0, 0, .0001) !important;
}

.legal {
    position: absolute;
    top: 100px;
    width: 10px;
    height: auto;
    right: 10px;
    z-index: 100;
}

.legal img {
    width: 10px;
    height: auto;
}

.vigilado {
    position: absolute;
    z-index: 100;
    left: 15px;
    margin-top: 20px;
    bottom: 10%;
}

.logo {
    width: 100%;
    height: 70px;
    background-image: url("https://s3.amazonaws.com/lacabinadavivienda.com/projects/corredores/homebroker-abril/httpimages.davivienda.corredores.comEloquaImagesclientsbancodaviviendacorredores/{4e8d2c06-6366-4042-890a-d2310647ba9.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
}
.btn-primary {
    color: #fff;
    background-color: #dd141d;
    border-color: #dd141d;
    border-radius: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-primary:hover{
    color: #fff;
    background-color: #c60f17;
    border-color: #c60f17;
    border-radius: 35px;
    padding-left: 30px;
    padding-right: 30px;
}


.btn-primary:visited{
    color: #fff;
    background-color: #c60f17;
    border-color: #c60f17;
    border-radius: 35px;
    padding-left: 30px;
    padding-right: 30px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    color: #ffffff;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.banner{
    background-image: url("../img/mTxeN-a0e065e6-9e4a-43e5-a2a2-bedea9ec02d1_bg-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    height: inherit;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.banner h2{
    font-size: 2.8em;
    width: 50%;
    margin: auto;
    text-transform: uppercase;
   line-height: 1;
}
 .banner p{
    width: 60%;
    margin: auto;
    font-size: 1.8em;
    margin-top: 1em;
    line-height: 1.2;
}
.banner-int{
    background-image: url("../img/mTxeN-a0e065e6-9e4a-43e5-a2a2-bedea9ec02d1_bg-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    height: inherit;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  padding: 35px 0;
}
.banner-int h2{
    font-size: 2.8em;
    width: 60%;
    margin: auto;
    text-transform: uppercase;
   line-height: 1;
}

.btn-app{
    display: flex;
    justify-content: center;
    margin-top: -1.8em;
}
.linea-titulo {
    background-color: #C9C9C9;
    max-height: 3px !important;
    width: 100%;
    border-radius: 30px;
    margin-top: 1.5rem;
}
.pse {
    color: #fff;
    background-color: #005EA4;
    border-color: #005EA4;
    border-radius: 35px;
    padding-left: 30px;
    padding-right: 30px;
}
.pse:hover{
    color:white ;
    background-color: #003157;
}
.App, .pse, .asesor1{
    margin: auto;
    font-size: 1.8em;
}
.asesor1:hover{
    color:white ;
    background-color: #9b0b12;
    border: none;
}
.App img{
    margin-left: 10px;
}
.pse img, .asesor1 img{
    margin-right: 10px;
}
.btn img {
    width: 35px;
    height: auto;
}

button:focus:not(:focus-visible) {
    outline: 0;
}
.App:hover, .App:focus {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    outline: transparent;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
}

.text-home{
    font-size: 2.8em;
    color: #3E3E3E;
    text-align: center;
    margin: .7em 0;
    line-height: 1;
}

.text-home span, .text-int{
    color: #DD141D;
}

.line{
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
}
.line img{
    width: 70%;
    height: auto;
}

.btn-contenedor{
    background-color: #949494;
    border-radius: 10px;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 20px;
    height:15em;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.btn-menu img,.btn-menu2 img {
    width: auto;
    height: 120px;
}
.accion{
    width: 135px !important;
    height: auto !important;
}
.btn-menu p,.btn-menu2 p{
    font-size: 1.8em;
    width: 70%;
    margin: auto;
    line-height: 1;
}
.m{
    width: 100% !important;
}
.btn-contenedor .btn-menu2{
  position: absolute;  
  opacity: 0;
  transition: .5s;
}

.btn-contenedor:hover .btn-menu2 {
    opacity: 1;
  }
  .btn-contenedor:hover .btn-menu {
    opacity: 0;
  }
  .btn-contenedor:hover{
    background-color: #383838;
    color: #fff;
  }

 .menu-secciones {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
    font-size: 1.3rem;
     z-index: 4;
}

.home-btn-ico {
    width: 32px;
    max-width: 32px;
    height: 32px;
    max-height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
 }
.menu-secciones a{
    color: #A7A7A7 ;
    line-height: 1;
}
.menu-secciones a:hover{
    color: #f0f0f0 !important;
    transition: .3s;
}
.item-menu {
    padding:8px 20px;
    margin: 10px 5px;
    background-color: #E8E8E8;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.26); 
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.26);
    border-radius: 24px;
    display:flex ;
    height: 85%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.1rem;
    min-width: 12ch;
}


.item-menu:hover{
    background-color: #333333;
    transition: .3s;
}

.item-menu-active {
    font-weight: bold;
    background-color: #333333;
    color: white;
}

.cerrar-btn {
    display: none;
    position: absolute;
    top: 25px;
    right: 40px;
}

.fondo{
    background-color: #fff;
    border-radius: 30px;
    height: inherit;
    text-align: center;
    -webkit-box-shadow: 1px 8px 15px 5px rgba(0,0,0,0.27); 
    box-shadow: 1px 8px 15px 5px rgba(0,0,0,0.27);
    padding: 79px;
}
.titulo{
    margin-top: 2em;
}
.titulo-fondo{
    display: flex;
    justify-content: center;
  align-items: center;
  height: 25vh;
}
.titulo-fondo h2 {
    width: 70%;
    text-align: left;
    color: #646464;
    font-size: 2.1em;
    margin: auto;
    font-family: 'davcondensedCnBold';
}
.titulo-fondo h2 span{
    color: #DD141D;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.8em;
}
.text-fondo{
    display: flex;
    justify-content: center;
  align-items: center;
  height: 25vh;
}
.text-fondo p{
    width: 80%;
    font-size: 1.6em;
}

.flecha img{
 width: 80px;
 height: auto;
}
.perfil-fondo{
    margin-top: 20px;
}
.perfil-fondo h4{
    text-align: center;
    font-size: 1.8em;
    font-weight: 100;
    color: #dd141d;
}
.perfil-fondo p{
    text-align: center;
    font-family: 'davcondensedCnBold';
    font-size: 1.9em;
    line-height: 1;
    font-weight: 600;
}

.perfil-fondo p span{
    font-size: 0.7em;
    font-weight: 100;
}


.corrector-titulo {
    margin-top: 0px;
}

.correccion-padding-row {
    padding: 0px;
    margin-left: -24px;
    margin-right: -24px;
}

.container-scroll {
    overflow-x: hidden;
}

.tarjetas {
    background-color: #EEEEEE;
    border-radius: 10px;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    height:20em;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.26); 
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.26);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em;
}
.tarjetas h4{
    font-size: 1.4em;
    text-align: center;
    padding: 25px 0;
    margin: auto;
    font-family: 'davcondensedCnBold';
}
.tarjetas  img, .tarjetas2 img{
    width: auto;
    height: 100px;
}
.tarjetas2{
    background-color: #EEEEEE;
    border-radius: 10px;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    height:10em;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.26); 
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.26);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em;
}
.tarjetas2 h4{
    font-size: 1.4em;
    text-align: left;
    font-family: 'davcondensedCnBold';
}
.tarjetas2 p{
    text-align: left;
}

.ventajas{
    display: grid;
    grid-template-columns: .3fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: .8em;
}
.img2-vent{
    width: 80%;
    height: auto;
}
.ventajas-sec h3{
    font-size: 2.8em;
    color:#333333;
    padding: 25px 0;
    font-family: 'davcondensedCnBold';
}
.img-vent{
    grid-area: 1 / 1 / 2 / 2; 
}
.text-vent{
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.1;
}

.img-vent img{
    width: 80px;
    height: auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slider-evento {
    width: 100%;
    min-height: 250px;
}

.custom-prev {
    position: absolute;
    background-image: url("../img/vbjmy-a2cd681d-25ad-4014-b1c5-15d6dd3b617b_Trazado_1884.png")!important;
    width: 35px;
    height: 25px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10%;
    right: 20%;
    background-color: transparent;
}

.custom-next {
    position: absolute;
    background-image: url("../img/vbjmy-a2cd681d-25ad-4014-b1c5-15d6dd3b617b_Trazado_1884.png")!important;
    width: 35px;
    height: 25px;
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10%;
    right: 13%;
    background-color: transparent;
}

.slider {
    width: 100%;
    margin: 0px -25px;
}
.respaldo{
    display: grid;
    grid-template-columns: .3fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.img-resp{
    grid-area: 1 / 1 / 2 / 2; 
    display: flex;
    justify-content: end;
    padding: 0 .5em ;
}
.img-resp img{
    width: auto;
    height: 90px;
}
.text-resp{
    grid-area: 1 / 2 / 2 / 3;
}
.text-resp h3{
    font-size: 2.8em;
    color:#333333;
    padding: 10px 0;
    font-family: 'davcondensedCnBold','Roboto Condensed', sans-serif;
}
.text-resp p{
    font-size: 1.2em;
    line-height: 1.1;
    color: #646464;
}
.text-pse p{
    color: #dd141d;
    font-size: 1.8em;
    text-align: center;
    width: 80%;
    margin: auto;
    line-height: 1.1;
    padding-bottom: 2em;
}

.btn-vermas {
    width: 190px;
    height: 63px;
    background-image: url("../img/yB187-8334b14f-edeb-4c8b-aa46-03b41503270b_CTA.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: bold;
    padding-top: 25px;
    text-align: center;
    bottom: 0;
    right: 0;
}

.footer {
    background-color: #2b2b2b;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 20px 10px;
}

.text-footer {
    font-size: .8em;
    color: #ffffff;
}
.footer img{
    width: 200px;
    height: auto;
}
.quiero-invertir {
    position: fixed;
    left: -200px;
    bottom: 70%;
    z-index: 100;
    background: #dd141d;
    border-radius: 0px 20px 20px 0px;
    padding: 10px 20px;
    transition: ease-in 0.4s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.5em;
}

.quiero-invertir img {
    margin-left: 10px;
    width: 30px;
    height: auto;
}

.quiero-invertir:hover {
    text-decoration: none;
    left: 0px;
    color: #fff;
}

.btn-menu-mobile {
    display: none;
}

.cerrar-btn {
    display: none;
}


@media only screen and (max-width: 370px) {
    .banner {
        height: 60vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .banner p {
        width: 85%;
        font-size: 1.3em;
    }
    .banner-int {
        height: 30vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner-int h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .text-home {
        font-size: 2em;
    }
    .corrector-titulo {
        margin-top: -50px;
    }
    .legal {
        position: absolute;
        top: 100px;
        width: 8px;
        height: auto;
        right: 5px;
        z-index: 100;
    }
    .vigilado {
        left: 8px;
        bottom: 10%;
    }
    .App {
        margin-bottom: 0.5em;
    }
    .line img {
        width: 90%;
    }
    .btn-contenedor {
        font-size: .9em;
        height: 13em;
    }
    .btn-menu img, .btn-menu2 img {
        width: auto;
        height: 80px;
    }
    .accion {
        width: 80px !important;
        height: auto !important;
    }
    .pse, .asesor1 {
        margin: auto;
        font-size: 1.3em;
    }
    .pse{
        margin-bottom: 20px;
    }

    .linea-titulo{
        display: none;
    }
    .text-int{
        text-align: left !important;
    }
    .fondo {
        margin-top: 1em;
        height: inherit;
        /* display: flex; */
        align-items: center;
    }
    .titulo-fondo, .text-fondo{
        height: auto;
    }
    .fondo{
        padding: 40px 20px !important;
    }
    .titulo-fondo h2 {
        width: 95% !important;
        font-size: 1.6em;
        text-align: center;
    }
    .titulo-fondo h2 span {
        font-size: 1.45em;
    }
    .text-fondo p {
        width: 85%;
        font-size: 1.2em;
    }
    .flecha img {
        width: 50px;
        height: auto;
        margin-top: 1em;
    }
    .tarjetas {
        font-size: 1.1em;
        width: 95%;
        height: 20em;
        margin-top: 0.5em;
        margin-bottom: 1em;
        padding: 0.8em;
        margin: auto;
    }
    .tarjetas2{
        display: flex;
        flex-direction: column;
        font-size: 1.1em;
        width: 95%;
        height: 20em;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .tarjetas img, .tarjetas2 img {
        width: auto;
        height: 65px;
    }
    .tarjetas2 img{
        margin-bottom: 1em;
    }
    .tarjetas2 h4, .tarjetas2 p {
        text-align: center;
    }
    .tarjetas p{
        line-height: 1.1;
    }
    .img2-vent {
        width: 100%;
        height: auto;
    }
    .slider {
        width: 100%;
        margin: 0px auto;
    }
    .slick-slide {
        margin: 0px 0px;
    }
    .slider-evento {
        width: 100%;
        min-height: 250px;
    }
   
    .menu-secciones {
        position: fixed;
        z-index: 101;
        background-color: rgba(255, 255, 255, 0.952);
        width: 100%;
        height: 100vh;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1em;
        left: 0;
        top: 0;
    }
    .menu-secciones a{
        width: 90%;
    }
    .btn-menu-mobile {
        width: 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-menu-mobile img{
        width: 50px;
        height: auto;
    }
    .titulo{
        margin-top: 0.5em;
    }
    .item-menu {
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 1em;
    text-align: center;
    }
    .cerrar-btn {
        display: block;
        position: absolute;
        top: 25px;
        right: 40px;
    }
   
    .nav-inicio {
        margin-top: 0px!important;
    }
    .logo {
        height: 60px;
        background-size: 26%;
    }
    .logo-clic {
        width: 40%;
    }
    .logo-clic img {
        width: 100%;
    }
    
    .footer{
        padding-bottom: 80px;
    }
    .text-footer {
        font-size: 0.7em;
        color: #ffffff;
    }
    .quiero-invertir {
      display: block;
      position: fixed;
      left: 0px;
      bottom: 0px !important;
      text-align: center;
      width: 100%;
      z-index: 100;
      background: #dd141d;
      border-radius: 0px;
      padding: 10px 20px;
      margin: auto;
    }
    .custom-next{
        right: 10%;
    }
    .custom-prev{
       right: 20%;
    }
    .img-resp img {
        width: auto;
        height: 75px;
    }
    .text-pse p {
        font-size: 1.3em;
        width: 90%;
        padding-bottom: 2em;
    }
    .ventajas-sec h3 {
        margin-left:0;
        padding: 15px 0;
    }
}

@media only screen and (min-width: 371px) and (max-width: 480px) {
    .banner {
        height: 60vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .banner p {
        width: 85%;
        font-size: 1.3em;
    }
    .banner-int {
        height: 30vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner-int h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .text-home {
        font-size: 2em;
    }
    .corrector-titulo {
        margin-top: -50px;
    }
    .legal {
        position: absolute;
        top: 100px;
        width: 8px;
        height: auto;
        right: 5px;
        z-index: 100;
    }
    .vigilado {
        left: 8px;
        bottom: 10%;
    }
    .App {
        margin-bottom: 0.5em;
    }
    .line img {
        width: 90%;
    }
    .btn-contenedor {
        font-size: .9em;
        height: 13em;
    }
    .btn-menu img, .btn-menu2 img {
        width: auto;
        height: 80px;
    }
    .accion {
        width: 80px !important;
        height: auto !important;
    }
    .pse, .asesor1 {
        margin: auto;
        font-size: 1.3em;
    }
    .pse{
        margin-bottom: 20px;
    }

    .linea-titulo{
        display: none;
    }
    .text-int{
        text-align: left !important;
    }
    .fondo {
        margin-top: 1em;
        height: inherit;
        /* display: flex; */
        align-items: center;
        padding: 40px 20px;
    }
    .titulo-fondo, .text-fondo{
        height: auto;
    }
    .titulo-fondo h2 {
        width: 95%;
        font-size: 1.6em;
        text-align: center;
    }
    .titulo-fondo h2 span {
        font-size: 1.45em;
       
    }
    .text-fondo p {
        width: 85%;
        font-size: 1.2em;
    }
    .flecha img {
        width: 50px;
        height: auto;
        margin-top: 1em;
    }
    .tarjetas {
        font-size: 1.1em;
        width: 95%;
        height: 20em;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 1em;
        padding: 0.8em;
       
    }
    .tarjetas2{
        display: flex;
        flex-direction: column;
        font-size: 1.1em;
        width: 95%;
        height: 20em;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .tarjetas img, .tarjetas2 img {
        width: auto;
        height: 65px;
    }
    .tarjetas2 img{
        margin-bottom: 1em;
    }
    .tarjetas2 h4, .tarjetas2 p {
        text-align: center;
    }
    .tarjetas p{
        line-height: 1.1;
    }
    .img2-vent {
        width: 100%;
        height: auto;
    }
    .slider {
        width: 100%;
        margin: 0px auto;
    }
    .slick-slide {
        margin: 0px 0px;
    }
    .slider-evento {
        width: 100%;
        min-height: 250px;
    }
   .sec-menu{
    display: flex;
  flex-direction: row-reverse;
   }
    .menu-secciones {
        position: fixed;
        z-index: 101;
        background-color: rgba(255, 255, 255, 0.952);
        width: 100%;
        height: 100vh;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1em;
        left: 0;
        top: 0;
    }
    .menu-secciones a{
        width: 90%;
    }
    .btn-menu-mobile {
        width: 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-menu-mobile img{
        width: 50px;
        height: auto;
    }
    .titulo{
        margin-top: 0.5em;
    }
    .item-menu {
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 1em;
    text-align: center;
    }
    .cerrar-btn {
        display: block;
        position: absolute;
        top: 40px;
        right: 40px;
    }
   
    .nav-inicio {
        margin-top: 0px!important;
    }
    .logo {
        height: 60px;
        background-size: 26%;
    }
    .logo-clic {
        width: 40%;
    }
    .logo-clic img {
        width: 100%;
    }
    
    .footer{
        padding-bottom: 80px;
    }
    .text-footer {
        font-size: 0.7em;
        color: #ffffff;
    }
    .quiero-invertir {
      display: block;
      position: fixed;
      left: 0px;
      bottom: 0px !important;
      text-align: center;
      width: 100%;
      z-index: 100;
      background: #dd141d;
      border-radius: 0px;
      padding: 10px 20px;
      margin: auto;
    }
    .custom-next{
        right: 10%;
    }
    .custom-prev{
       right: 20%;
    }
    .img-resp img {
        width: auto;
        height: 75px;
    }
    .text-pse p {
        font-size: 1.3em;
        width: 90%;
        padding-bottom: 2em;
    }
    .surveybody .modal-body{
        position: relative;
        padding: 0;
    }

    .surveybody .modal-body .btn-close{
    position: absolute;
    background: #c22a22;
    color: #EFEFEF;
    opacity: 1;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0;
    right: 0;
    }

    .surveybody .modal-body .btn-close span{
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 800;
    }
}

@media only screen and (min-width: 481px) and (max-width: 650px) {
    .banner {
        height: 60vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .banner p {
        width: 85%;
        font-size: 1.3em;
    }
    .banner-int {
        height: 30vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner-int h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .text-home {
        font-size: 2em;
    }
    .corrector-titulo {
        margin-top: -50px;
    }
    .legal {
        position: absolute;
        top: 100px;
        width: 8px;
        height: auto;
        right: 5px;
        z-index: 100;
    }
    .vigilado {
        left: 8px;
        bottom: 10%;
    }
    .App {
        margin-bottom: 0.5em;
    }
    .line img {
        width: 90%;
    }
    .btn-contenedor {
        font-size: .9em;
        height: 13em;
    }
    .btn-menu img, .btn-menu2 img {
        width: auto;
        height: 80px;
    }
    .accion {
        width: 80px !important;
        height: auto !important;
    }
    .pse, .asesor1 {
        margin: auto;
        font-size: 1.3em;
    }
    .pse{
        margin-bottom: 20px;
    }

    .linea-titulo{
        display: none;
    }
    .text-int{
        text-align: left !important;
    }
    .fondo {
        margin-top: 1em;
        height: inherit;
        /* display: flex; */
        align-items: center;
    }
    .titulo-fondo, .text-fondo{
        height: auto;
    }
    .titulo-fondo h2 {
        width: 95%;
        font-size: 1.6em;
    }
    .fondo{
        padding: 40px 20px;
    }
    .titulo-fondo h2 span {
        font-size: 1.45em;
    }
    .text-fondo p {
        width: 90%;
        font-size: 1.2em;
    }
    .flecha img {
        width: 50px;
        height: auto;
        margin-top: 1em;
    }
    .tarjetas, .tarjetas2 {
        font-size: 1.1em;
        width: 90%;
        height: 20em;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .tarjetas2{
        display: flex;
        flex-direction: column;
    }
    .tarjetas img, .tarjetas2 img {
        width: auto;
        height: 65px;
    }
    .tarjetas2 img{
        margin-bottom: 1em;
    }
    .tarjetas2 h4, .tarjetas2 p {
        text-align: center;
    }
    .tarjetas p{
        line-height: 1.1;
    }
    .img2-vent {
        width: 100%;
        height: auto;
    }
    .slider {
        width: 100%;
        margin: 0px auto;
    }
    .slick-slide {
        margin: 0px 0px;
    }
    .slider-evento {
        width: 100%;
        min-height: 250px;
    }
   
    .menu-secciones {
        position: fixed;
        z-index: 101;
        background-color: rgba(255, 255, 255, 0.952);
        width: 100%;
        height: 100vh;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1em;
        left: 0;
        top: 0;
    }
    .menu-secciones a{
        width: 90%;
    }
    .btn-menu-mobile {
        width: 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-menu-mobile img{
        width: 50px;
        height: auto;
    }
    .titulo{
        margin-top: 0.5em;
    }
    .item-menu {
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 1em;
    text-align: center;
    }
    .cerrar-btn {
        display: block;
        position: absolute;
        top: 25px;
        right: 40px;
    }
   
    .nav-inicio {
        margin-top: 0px!important;
    }
    .logo {
        height: 60px;
        background-size: 26%;
    }
    .logo-clic {
        width: 40%;
    }
    .logo-clic img {
        width: 100%;
    }
    
    .footer{
        padding-bottom: 80px;
    }
    .text-footer {
        font-size: 0.7em;
        color: #ffffff;
    }
    .quiero-invertir {
      display: block;
      position: fixed;
      left: 0px;
      bottom: 0px !important;
      text-align: center;
      width: 100%;
      z-index: 100;
      background: #dd141d;
      border-radius: 0px;
      padding: 10px 20px;
      margin: auto;
    }
    .custom-next{
        right: 10%;
    }
    .custom-prev{
       right: 20%;
    }
    .img-resp img {
        width: auto;
        height: 75px;
    }
    .text-pse p {
        font-size: 1.3em;
        width: 90%;
        padding-bottom: 2em;
    }

}

@media only screen and (min-width: 651px) and (max-width: 768px) {
    .banner {
        height: 60vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .banner p {
        width: 85%;
        font-size: 1.3em;
    }
    .banner-int {
        height: 30vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner-int h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .text-home {
        font-size: 2em;
    }
    .corrector-titulo {
        margin-top: -50px;
    }
    .legal {
        position: absolute;
        top: 100px;
        width: 8px;
        height: auto;
        right: 5px;
        z-index: 100;
    }
    .vigilado {
        left: 8px;
        bottom: 10%;
    }
    .App {
        margin-bottom: 0.5em;
    }
    .line img {
        width: 90%;
    }
    .btn-contenedor {
        font-size: .9em;
        height: 13em;
    }
    .btn-menu img, .btn-menu2 img {
        width: auto;
        height: 80px;
    }
    .accion {
        width: 80px !important;
        height: auto !important;
    }
    .pse, .asesor1 {
        margin: auto;
        font-size: 1.3em;
    }
    .pse{
        margin-bottom: 20px;
    }

    
    .text-int{
        padding-top: 1rem;
    }
    .fondo {
        margin-top: 1em;
        height: inherit;
        /* display: flex; */
        align-items: center;
    }
    .titulo-fondo, .text-fondo{
        height: auto;
    }
    .titulo-fondo h2 {
        width: 95%;
        font-size: 1.6em;
    }
    .titulo-fondo h2 span {
        font-size: 1.45em;
    }
    .text-fondo p {
        width: 90%;
        font-size: 1.2em;
    }
    .flecha img {
        width: 50px;
        height: auto;
        margin-top: 1em;
    }
    .tarjetas, .tarjetas2 {
        font-size: 1.1em;
        width: 100%;
        height: 21em;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .tarjetas2{
        font-size: 1.1em;
        width: 100%;
        height: 10em;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .tarjetas img, .tarjetas2 img {
        width: auto;
        height: 65px;
    }
    .tarjetas2 img{
        margin-bottom: 1em;
    }
   
    .img2-vent {
        width: 100%;
        height: auto;
    }
    .slider {
        width: 100%;
        margin: 0px auto;
    }
    .slick-slide {
        margin: 0px 0px;
    }
    .slider-evento {
        width: 100%;
        min-height: 250px;
    }
   
    .menu-secciones {
        position: fixed;
        z-index: 101;
        background-color: rgba(255, 255, 255, 0.952);
        width: 100%;
        height: 100vh;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1em;
        left: 0;
        top: 0;
    }
    .btn-menu-mobile {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content:flex-start ;
        align-items: center;
    }
    .btn-menu-mobile img{
        width: 50px;
        height: auto;
    }
    .titulo{
        margin-top: 0.5em;
    }
    .item-menu {
    padding-bottom: 8px;
    padding-top: 8px;
    width: 80%;
    margin: 1em;
    text-align: center;
    }
    .cerrar-btn {
        display: block;
        position: absolute;
        top: 25px;
        right: 40px;
    }
   
    .nav-inicio {
        margin-top: 0px!important;
    }
    .logo {
        height: 60px;
        background-size: 26%;
    }
    .logo-clic {
        width: 40%;
    }
    .logo-clic img {
        width: 100%;
    }
    
    .footer{
        padding-bottom: 80px;
    }
    .text-footer {
        font-size: 0.7em;
        color: #ffffff;
    }
    .quiero-invertir {
      display: block;
      position: fixed;
      left: 0px;
      bottom: 0px !important;
      text-align: center;
      width: 100%;
      z-index: 100;
      background: #dd141d;
      border-radius: 0px;
      padding: 10px 20px;
      margin: auto;
    }
    .custom-next{
        right: 10%;
    }
    .custom-prev{
       right: 20%;
    }
    .img-resp img {
        width: auto;
        height: 75px;
    }
    .text-pse p {
        font-size: 1.3em;
        width: 90%;
        padding-bottom: 2em;
    }
    .tarjetas p {
        line-height: 1.1;
    }
    
}

@media only screen and (min-width: 769px) and (max-width: 989px) {
    .banner {
        height: 60vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .banner p {
        width: 85%;
        font-size: 1.3em;
    }
    .banner-int {
        height: 18vh;
        border-radius: 20px;
        width: 95%;
        margin: auto;
    }
    .banner-int h2 {
        width: 90%;
        font-size: 2.2em;
    }
    .text-home {
        font-size: 2em;
    }
    .corrector-titulo {
        margin-top: -50px;
    }
    .legal {
        position: absolute;
        top: 100px;
        width: 8px;
        height: auto;
        right: 5px;
        z-index: 100;
    }
    .vigilado {
        left: 8px;
        bottom: 10%;
    }
    .App {
        margin-bottom: 0.5em;
    }
    .line img {
        width: 90%;
    }
    .btn-contenedor {
        font-size: .9em;
        height: 13em;
    }
    .btn-menu img, .btn-menu2 img {
        width: auto;
        height: 80px;
    }
    .accion {
        width: 80px !important;
        height: auto !important;
    }
    .pse, .asesor1 {
        margin: auto;
        font-size: 1.3em;
    }
    .pse{
        margin-bottom: 20px;
    }

    
    .text-int{
        padding-top: 1rem;
    }
    .fondo {
        margin-top: 1em;
        height: inherit;
        /* display: flex; */
        align-items: center;
    }
    .titulo-fondo, .text-fondo{
        height: auto;
    }
    .titulo-fondo h2 {
        width: 100%;
        font-size: 1.6em;
    }
    .titulo-fondo h2 span {
        font-size: 1.45em;
    }
    .text-fondo p {
        width: 90%;
        font-size: 1.2em;
    }
    .flecha img {
        width: 50px;
        height: auto;
        margin-top: 1em;
    }
    .tarjetas, .tarjetas2 {
        font-size: 1.1em;
        width: 100%;
        height: 21em;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .tarjetas2{
        font-size: 1.1em;
        width: 100%;
        height: 10em;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .tarjetas img, .tarjetas2 img {
        width: auto;
        height: 65px;
    }
    .tarjetas2 img{
        margin-bottom: 1em;
    }
   
    .img2-vent {
        width: 100%;
        height: auto;
    }
    .slider {
        width: 100%;
        margin: 0px auto;
    }
    .slick-slide {
        margin: 0px 0px;
    }
    .slider-evento {
        width: 100%;
        min-height: 250px;
    }
   
    .menu-secciones {
        position: fixed;
        z-index: 101;
        background-color: rgba(255, 255, 255, 0.952);
        width: 100%;
        height: 100vh;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: stretch;
        font-size: 1em;
        left: 0;
        top: 0;
    }



    .btn-menu-mobile {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content:flex-start ;
        align-items: center;
    }
    .btn-menu-mobile img{
        width: 50px;
        height: auto;
    }
    .titulo{
        margin-top: 0.5em;
    }
    .item-menu {
    padding-bottom: 8px;
    padding-top: 8px;
    width: 80%;
    margin: 1em;
    text-align: center;
    }
    .cerrar-btn {
        display: block;
        position: absolute;
        top: 25px;
        right: 40px;
    }
   
    .nav-inicio {
        margin-top: 0px!important;
    }
    .logo {
        height: 60px;
        background-size: 26%;
    }
    .logo-clic {
        width: 40%;
    }
    .logo-clic img {
        width: 100%;
    }
    
    .footer {
        padding-bottom: 80px;
    }
    .text-footer {
        font-size: 0.7em;
        color: #ffffff;
    }
    .quiero-invertir {
      display: block;
      position: fixed;
      left: 0px;
      bottom: 0px !important;
      text-align: center;
      width: 100%;
      z-index: 100;
      background: #dd141d;
      border-radius: 0px;
      padding: 10px 20px;
      margin: auto;
    }
    .custom-next{
        right: 10%;
    }
    .custom-prev{
       right: 20%;
    }
    .img-resp img {
        width: auto;
        height: 75px;
    }
    .text-pse p {
        font-size: 1.3em;
        width: 90%;
        padding-bottom: 2em;
    }
    .tarjetas p {
        line-height: 1.1;
    }
}
/* 
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .fondo {
        height: inherit;
        min-height:;
    }
} */

@media only screen and (min-width: 1100px){
    .text-vent p{
        width: 380px;
    }
}

@media only screen and (max-width: 1399px){
    .menu-secciones {
        overflow: scroll;
    }
    .fondo{
        padding: 30px;
    }

    .titulo-fondo h2 {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 1400px){
    .menu-secciones {
        width: 64%;
        display: flex;
        justify-content: center;
        align-items: stretch;
        align-content: center;
        font-size: 1.3rem;
        z-index: 3;
        
    }
    .ventajas-sec{
        width: 40% !important;
       }
       .text-vent p{
        width: 380px;
    }

    .fondo{
        padding: 40px;
    }

    .titulo-fondo h2 {

        font-size: 1.7rem;
    }
    
}
@media only screen and (min-width: 2100px){
    .menu-secciones {
        width: 64%;
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        font-size: 1.3rem;
        z-index: 3;
    }
    .ventajas-sec{
     width: 40% !important;
    }
    .text-vent p {
        width: 380px;
    }
}