/*FUENTES*/

@font-face {
  font-family: 'Geomanist';
  src: url('../recursos/fuentes/Geomanist-Medium/Geomanist-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Geomanist-Light';
  src: url('../recursos/fuentes/Geomanist-Medium/geomanist-light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: local('Geomanist Medium'), local('Geomanist-Medium'),
        url('Geomanist-Medium.woff2') format('woff2'),
        url('Geomanist-Medium.woff') format('woff'),
        url('Geomanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }


.modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    
    align-items: center;
    justify-content: center;
    background-color: #f0f0f082;
    z-index: 2;
}
.modal img{
    width: 20%;
    height: auto;
}
body {
    background-color: #f2f2f2;
    margin: 0;
    overflow-x: hidden;
}
.container{
    width: 100%;
    max-width: 1200px;
    min-height: 70vh;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 30px;
}
.encabezado{
    width: 100%;
    height: 80px;
box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.48);
-webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.48);
background-color: #f8f8f8;
}
.img-logos{
    width: 50%;
    height: 100%;
    align-items: center;
    display: flex;
    gap: 12px;    
    padding-left: 25px;
}
.img-logos img{
    width: 31%;
    max-width: 250px;
    height: 100%;
    
}


.busqueda{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.busqueda label{
    font-family: 'Geomanist';
    color:#2d3a75;
    font-size: 1.7rem;
}
.barra{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.barra input{
    
    width: 50%;
    height: 35px;
    border-radius: 10px;
    font-size: 15px;
    border: 0.5px solid #ccc;
    
}
.barra input::content{
    padding-left:15px  ;
}
.barra input::placeholder{
    color: rgba(128, 128, 128, 0.545);
    font-size: 15px;
    padding-left: 10px;
}
.barra button{
    border: 0;
    background-color: #dd1b28;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px;
    border-radius: 50%;

    
}

.contenedor-respuesta{
    width: 100%;
    margin: 0 auto;
    gap: 15px;
    line-height: 2;
    justify-content: center;
    
}

.aprobado{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #e6f7e7;
    color: #138b11;
    font-family: 'Geomanist';
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
}

.cuadro{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background-color: white ;
    text-align: center;
}
.logo-credito{
    width: 100px;
    height: 85px;
    
}
.div-img{
    width: 70% !important;
    border: 1px solid #ccc !important;
    display: flex;
    justify-content: center;
}
.cuadro div{
    width: 100%;
    display: flex;
    
}
.cuadro div > label{
    width: 40%;
    border: 1px solid #ccc;
    padding: 10px;
}
.cuadro label{
    font-family:'Geomanist-Light';
    font-size: 0.875rem;
    color: #484747;
}
.cuadro input{
    width: 60%;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.785);
    height: 30px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: rgb(108, 108, 108);
}

.contenedor-negativo{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 30px;
}
.bt-confirmar{
    
    height: 90px;
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.confirmar{
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color:#dd1b28;
    padding: 10px;
    border-radius: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
}
.continuar{
    width: 40%;
    background-color:#dd1b28;
    padding: 10px;
    border-radius: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
     font-family:'Geomanist-Light';
}
.negativo{
    width: 100%;
    height: max-content;
    background-color:#fde3e5;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.5;
    gap: 10px;
    display: flex;
    align-items: center;
      font-family:'Geomanist-Light';
      margin: 0 auto;
}
#warning{
    font-size: 2rem;
    color: red;
}
.txt{
    color: red;
}






footer{
    width: 100%;
    
    bottom: 0;
}
.contenedor-footer{
    width: 100%;
    height: 130px;
    background-color: #333333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Geomanist';
    margin: 0 auto;
    border: 1px solid;
}

.titulo{
    font-weight: 200;
    letter-spacing: 0.575px;
}

.icons{
    width: 100%;
    height: max-content;
    display: flex;
    gap:10px;
    
}
.icons img{
    width: 20px;
    height: 20px;
}

.contactos {
    display: flex;
    flex-direction: column
}

.derecho {
    width: 100%;
    height: max-content;
    font-weight: 100;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    display: flex;
}
.derecho a{
    
    flex: 30%;
    height: 30px;
    line-height: 1.4;
    display: flex;
}

.follow, .app,.contactos,.trasparencia, .Proteccion{
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


@media (max-width:799px){
    body{
        overflow-x: hidden;
    }
    .modal img{
        width: 30%;
        height: auto;
    }
    .busqueda label {
        text-align: center;
    }
    .encabezado{
        width: 100%;
        padding: 0;
    }
    .img-logos{
        margin: 0 auto;
    }
    .img-logos img{
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .contenedor-footer{
        height: max-content;
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    .container{
        width: 90%;
        padding: 0;
    }
    .contenedor-negativo,.aprobado{
        width: 80%;
    }
    .negativo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        
    }

    .cuadro{
        width: 95%;
    }
    .cuadro div > label{
    width: 42%;
    border: 1px solid #ccc;
    padding: 10px;
}

    .confirmar {
        width: 50%;
    }
    .follow, .app,.contactos,.trasparencia, .Proteccion{
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icons{
    display: flex;
    justify-content: center;
}
.icons img {
    width: 25px;
    height: 25px;
}
    .Proteccion,.derecho{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}