@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');
@import url('colores.css');

.informacion {
    margin-top: 10%;
    width: 100%;
    position: relative;
    padding: 2rem 7% 1rem;
    
}

.preguntas-btn {
    width: 100%;
    position: relative;
    margin: 0;
}

.preguntas-btn .tags-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    padding-left: 1rem;
}

.tags {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--textcolor);
    border-radius: 1.2rem;
    border: .1rem solid var(--secondarycolor);
    padding: .2rem .5rem;
    position: static;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    transition: .3s ease-in;
}

.tags:hover {
    background: var(--secondarycolor);
    color: var(--whitecolor);
    transition: .3s ease-in;

}

.seleccion {
    background-color: var(--secondarycolor);
    color: var(--whitecolor);
    border: .1rem solid var(--secondarycolor);
    font-weight: 500;
    transition: .3s ease;
}

/*---------------------------------------------------------------------------------*/
.pregunta-box {
    padding: 5rem;
}

.pregunta-header {
    display: flex;
    text-align: center;
    
}

.pregunta-header i {
    font-size: 4rem;
    margin-right: 1.5rem;
}

.pregunta {
    width: 100%;
    margin-top: 3rem;
    display: bloc;
    text-align: center;
    border-top: .5px solid var(--shadow-color);
    border-bottom: .5px solid var(--shadow-color);
}


.respuesta-container a i {
    font-size: 6rem;
    color: var(--textcolor);
    border-radius: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.respuesta-container {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    text-align: justify;

}

.respuesta-container_1 {
    justify-content: space-between;
    display: flex;
    width: 100%;

}

.respuesta-container a {
    transition: .3s ease;
    
    position: fix;
    

}

.encabezado {
    font-size: 2.5rem;
    color: var(--textcolor);
    font-weight: 500;
}

.respuesta {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--textcolor);
    text-align: justify;
}

.rotacion {
    transform: rotate(180deg);
    transition: .3s ease;
}

.respuesta-container-expandir {
    display: block;
    text-align: start;
    position: relative;
}

.ocultar {
    display: none;
}


/*------------------------------------------------------------------------------------------*/
.numeros-container .numeros-box h2 {
    font-size: 2rem;
    color: var(--textcolor);
    font-weight: 600;
    
}

.numeros-container .numeros-box h3 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--textcolor);

}

.numeros-container {
    display: grid;
    padding-bottom: 3rem;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
    column-gap: 2rem;
    padding: 2rem;
}

.numeros-container .numeros-sucursal {

    display: block;
    justify-content: center;
}

.numeros-container .numeros-box {

    padding: 2rem 2rem;
    text-align: center;
    justify-content: center;
    width: 100%;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: .5s ease;

}

.numeros-container .numeros-box:hover {
    transform: scale(1.1);
}

.numeros-box .numeros {

    display: flex;
    padding: 2rem;
}

.numeros-box .numeros i {
    font-size: 2.8rem;
}

/*----------------------------------------------------------------------------*/

.respuesta-container-expandir .lista-numeros {
    margin-left: 2rem;

}

/*Diseño responsive de página de información al usuario*/

@media (max-width:1600px){
    .informacion {
        margin-top: 13%;
        
        
    }
}

@media (max-width:1500px) {
    .numeros-container {
        display: grid;
        padding-bottom: 3rem;
        grid-template-columns: 45% 45%;
        justify-content: center;
        column-gap: 2rem;
        row-gap: 3rem;
        padding: 2rem;
    }

}

@media(max-width:1300px) {
    .informacion {
        margin-top: 15%;
        
    }
}

@media(max-width:1080px) {

    .informacion {
        margin-top: 16%;
        
    }

    .encabezado {
        font-size: 2.3rem;
        color: var(--textcolor);
        font-weight: 500;
    }

    .respuesta {
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-size: 1.7rem;
        font-weight: 350;
        color: var(--textcolor);
    }

}

@media(max-width:970px){
    .informacion {
        margin-top: 18%;
        
    }
}

@media(max-width:840px){
    .informacion {
        margin-top: 20%;
        
    }
}

@media(max-width:800px) {

    .tags {
        font-size: 1.4rem;
        font-weight: 400;
    }

    .pregunta-header i {
        font-size: 3.5rem;
        margin-right: 1.5rem;
    }

    .encabezado {
        font-size: 2.1rem;
        color: var(--textcolor);
        font-weight: 500;
    }

    .respuesta {
        padding-top: 1.8rem;
        padding-bottom: 2rem;
        font-size: 1.7rem;
        font-weight: 350;
        color: var(--textcolor);
    }
}

@media(max-width:700px) {
    .informacion {
        margin-top: 23%;
        width: 100%;
        position: relative;
        padding: 0;
        
    }

    .pregunta-box {
        padding: 2rem;
    }
}

@media(max-width:600px) {

    .tags {
        font-size: 1.1rem;
        font-weight: 400;
    }

    .numeros-container {
        display: grid;
        padding-bottom: 3rem;
        grid-template-columns: 100%;
        justify-content: center;
        column-gap: 2rem;
        row-gap: 3rem;
        padding: 2rem;
    }

    .numeros-container .numeros-sucursal {

        display: flex;

    }

    .numeros-container .numeros-box {

        padding: 0;
        text-align: center;
        justify-content: center;
        width: 100%;
        border-radius: 2rem;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        transition: .5s ease;

    }

    .numeros-box .numeros {
        display: flex;
        padding: 1rem;
    }

    .numeros-container .numeros-box h2 {
        font-size: 1.7rem;
        color: var(--textcolor);
        font-weight: 600;
    }

    .numeros-container .numeros-box h3 {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--textcolor);
    }


    .encabezado {
        font-size: 2rem;
        color: var(--textcolor);
        font-weight: 500;
    }

    .respuesta {
        padding-top: 1.6rem;
        padding-bottom: 2rem;
        font-size: 1.7rem;
        font-weight: 350;
        color: var(--textcolor);
    }
}

@media(max-width:540px){
    .informacion {
        margin-top: 27%;
    }
}

@media(max-width:500px) {
    .informacion {
        margin-top: 29%;
    
    }
}

@media (max-width:425px) {
    .informacion {
        margin-top: 32%;
    
    }

    .numeros-container .numeros-box h2 {
        font-size: 1.7rem;
        color: var(--textcolor);
        font-weight: 600;
    }

    .numeros-container .numeros-box h3 {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--textcolor);
    }


    .encabezado {
        font-size: 1.7rem;
        color: var(--textcolor);
        font-weight: 500;
    }

    .respuesta {
        padding-top: 1.6rem;
        padding-bottom: 2rem;
        font-size: 1.5rem;
        font-weight: 400;
        color: var(--textcolor);
    }

    .respuesta-container a i {
        font-size: 4rem;
        color: var(--textcolor);

    }
}

@media(max-width:400px){
    .informacion {
        margin-top: 35%;
    
    }
}

@media(max-width: 375px) {

    .informacion {
        margin-top: 38%;
    
    }

    .pregunta-box {
        padding: 3rem 1.3rem;
    }
}

@media (max-width:350px){
    .informacion {
        margin-top: 41%;
    
    }
}