@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    
}
.content-validador{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.content-1{
    display: flex;
    flex-direction: column;
    background: white;
    width: 100%;
}

.content-2{
    display: none;
    background: white;
    width: 100%;
    flex-direction: column;
    button{
        width: 100px;
        margin-left: 100px;
        margin-top: 50px;
        text-align: start;
        border:none;
        cursor: pointer;
    }
}

.dataValidador {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
#mostrar_mensaje {
    display: none;
}

.imagen1{
    width: 30%;
    height: 100%;
    background-image: url("../img/imageValidar1.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
.imagen2{
    width: 70%;
    height: 100%;
}
.content1-number{
    margin-top: 30px;
    display: grid;
    flex-direction: column;
    align-items: center;
    width: 100%;
    align-items: center;

    #getPhone, #getOTP{
        width: 100%;
        text-align: center;
        border-radius: 10px;
        border: 1px solid rgb(193, 193, 193);
    }
    #boton_enviar_otp, #boton_verificar_otp{
        margin-top: 10px;
        width: 100%;
        border-radius: 10px;
        background: rgb(14, 96, 196);
        border:none;
        color: white;
        cursor: pointer;
    }
    #boton_enviar_otp:hover, #boton_verificar_otp:hover{
        background: rgb(14, 64, 125);
        transform: scale(1.01); 
    }
}

.content1-logo{
    background-image: url("../img/logoCompletoSinFondo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
}
.content-3{
    flex-direction: column;
    background: white;
    border-radius: 10px;
    h2{
        margin: 0;
        padding: 0;
        margin-top: 30px;
    }
}
.content3-codigo{
    display: grid;
}

.info-top {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    
}
.codigo-ingresado {
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.codigo-ingresado h3 {
    font-weight: 700;
    font-size: 16px;
    color: #1A1A1A;
}

.codigo-ingresado h4 {
    font-weight: 500;
    font-size: 18px;
    margin-left: 5px;
    color: #1A1A1A;
}
.flex-table table {
  border-spacing: 5px;
  border-collapse: separate;
}

.flex-table {
    padding: 0;
    width: 90%;
}
.flex-table td {
  padding: 12px 24px; /* 12px arriba/abajo, 24px izquierda/derecha */
}

.tds-width-2 {
    border: 1px solid #B9B9B9;
    margin: 50px;
    h5{
        line-height: 2;
    }
}

.tds-width {
    border-right: 1px solid white;
    border: 1px solid #004E5F;
    color:#004E5F;
    text-align: center;
    margin: 20px;
    width: 35%;
}
.faq-container {
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 14px;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.arrow {
    transition: transform 0.3s ease;
}

.faq-body {
    display: none;
    padding: 1rem;
}

.faq-container.open .faq-body {
    display: block;
}

.faq-container.open .arrow {
    transform: rotate(180deg);
}

.paso {
    margin-bottom: 1.5rem;
}

.paso-linea {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0.5rem;
}

.nro {
    background: #3B7CD2;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    font-weight: normal;
    flex-shrink: 0;
}

.paso p {
    margin: 0;
    line-height: 1.3;
    font-size: 14px;
}
@media (max-width: 1199px) {
    body{
        min-height: 600px;
    }
    .imagen2{
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .dataValidador{
        display: flex;
        flex-direction: row !important;
        
        .imagen1{
            width: 100%;
        }
    }
    #boton_enviar_otp, #getPhone ,#getOTP , #boton_verificar_otp{
        height: 40px;
    }
    .content1-logo{
        position: absolute;
        top: -180px;
        width: 200px;
        height: 150px;
        z-index: 999;
    }
    .content-1, .content-2, .content-3{
        position: absolute;
        top: 200px;
        background: transparent;
        align-items: center;
    }
    .content-3{
        background: white;
        width: 90%;
    }
    #btnValidarCodigo, #getCodigo {
        height: 40px;
        border-radius: 10px;
    }
    #getCodigo{
        width: calc(100% - 5px);
        text-align: center;
    }
    #btnValidarCodigo {
        border: 10px;
        color: white;
        background: #3B7CD2;
        margin-top: 10px;
        
    }
    .imagen2{
        margin-top: 100vh;
    }
    .content3-codigo{
        width: 80%;
    }
    .imagen1{
        display: flex;
        justify-content: center;
    }
    .content1-body, .content2-body{
        text-align: center;
        max-height: 300px;
        width: 80%;
        background: white;
        padding: 10px 5% 10px 5%;
        border-radius: 10px;
    }
    .content-4{
        position: absolute;
        bottom: 20px;
        color:white;
        width: 90%;
    }
    .tds-width {
        width: 90%;
        margin-right: 5%;
        margin: 2px 0;
    }

    .tds-width h3 {
        font-size: 15px;
    }

    .tds-width-2 {
        width: 90%;
        margin-right: 5%;
        margin: 2px 0;
    }

    .tds-width-2 h5 {
        font-size: 14px;
        text-align: center;
    }
    .resultado-content{
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info-top{
        
        flex-direction: column;
    }
    .flex-table table tr {
        display: flex;
        flex-direction: column;
    }

    .flex-table table tr td {
        display: block;
    }
}

@media (min-width: 1200px) {
    .content1-logo{
        right: 70px;
        top: 50px;
        width: 150px;
        height: 100px;
    }
    .content-1, .content-2{
        height: 400px;
        margin-top: 15%;
    }
    .content1-body{
       padding: 50px 200px 0px 100px;
       border-left: 30px solid #004E5F;
       width: 600px;
       box-shadow: 0 5px 0px gray;
    }
    #getPhone, #getOTP, #boton_verificar_otp, #boton_enviar_otp{
        height: 45px;
    }
    .content2-body{
        padding: 50px 200px 10px 100px;
        border-left: 30px solid #004E5F;
        width: 600px;
        box-shadow: 0 5px 0px gray;
        height: 250px;
    }
    .content-3{
        height: auto;
        width: 70%;
        padding: 10px 30px 0px 30px;
        margin-left: 20px;
        margin-top: 100px;
    }
    #btnValidarCodigo{
        height: 40px;
        border-radius: 10px;
        margin-top:10px;
        background: #3B7CD2;
        border: none;
        color:white;
    }
    #getCodigo{
        text-align: center;
        border: 1px solid rgb(199, 199, 199);
        height: 40px;
        border-radius: 10px;
    }
    .resultado-content {
        min-height: 100vh; 
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
        margin-bottom: 50px;
    }
    .logo-resultado{
        
        background-image: url("../img/logoCompleto.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 130px;
        height: 100px;
        margin-left: auto;
        margin-top: 40px;
        margin-right: 200px;
    }
    .content-logo-resultado{
        width: 100%;
        height: 200px;
        display: flex;
        
    }
    #mostrar_mensaje {
        display: none;
        height: 100vh;
        overflow-y: auto;
    }

}