.show__txt{
    display: none;
}
.fondo__title{
    width: 500%;
    color: black;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 40px;
    margin-top: 45%;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.69);
    padding-bottom: 10px;
}
.accordion ul{
    list-style: none;
    padding: 0; 

}

.accordion li{
    margin: .5em 0;
}

.inner{
    padding-left: 10px;
    overflow: hidden;
    display: none;
}

.toggle{
    width: 100%;
    display: block;
    padding: 5px;
    border-radius: 2px;
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #960302;
}

.toggle:hover{
    background-color:aliceblue;
}

.fondo-information .column__title{
    text-align: center;
    padding-bottom: 20px;
    
}
.fondo-information .column__txt{
    font-size: 15px;
    text-align: center;
    margin: 10px 15px;
}
.first{
    border-width: 100%;
    padding-bottom: 10px;
}
.fondo-column .main__answer{
    width: 80%;
}

.fondo-column .main__answer .contact-answerF{
    font-weight: 900;
    font-size: 130%;
    text-align: center;
}
#fondosolid .containerr{
        display: flex;
        flex-wrap: wrap;
        width: 100%;

    }
#fondosolid .apld{
    width: 80%;
    margin: auto;
    list-style: none;
    text-decoration: none;
}
#fondosolid ul{
    list-style: none;
}
/*---------- RESPONSIVE ----------*/

@media only screen and (min-width:768px) {
    .fondo__title{
        margin-top: 34%;
    }
    .fondo-information .column__title{
        font-size: 30px;
    }
    .fondo-information .column__txt{
        font-size: 20px;
    }   
}
@media only screen and (min-width:900px){
    .fondo__title{
        margin-top: 30%;
    }
}
@media only screen and (min-width:1024px) {
    #fondosolid .apld{
        width: 70%;
        margin-right: 4%;
        margin-top: 0;
    }
    #fondosolid .containerr{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #fondosolid .info{
        width: 20%;
        margin-left: 2%;
    }
    #fondosolid .hidden-info{
        display: none;
    }
    #fondosolid article{
        margin-right: 4%;
        width: 70%;
    }
    #fondosolid .texto .titulotext{
        font-weight: 600;
    }
    #fondosolid .texto .subtitulo{
        color: #960302;
    }
    #fondosolid ul{
        list-style: none;
    }
    #fondosolid .fondo-column .main__subtitle{
        border: 0;
        margin-left: 5%;
        border-bottom: 2px solid #960302;
        margin-top: 10px;
    }
    .fondo-column .main__answer{
        margin-left: 5%;
        width: 70%;
    }
    .show__txt{
        display: block;
    }
    .fondo__title{
        margin-top: 25%;
        padding-left: 50%;
        margin-left: -50%;
    }
    .hide{
        display: none;
    }
}
@media only screen and (min-width:1200px){
    .fondo__title{
        margin-left: -55%;
    }
}
@media only screen and (min-width:1300px){
    .fondo__title{
        margin-left: -60%;
    }
}
@media only screen and (min-width:1500px){
    .fondo__title{
        margin-left: -70%;
    }
}
@media only screen and (min-width:1600px){
    .fondo__title{
        margin-left: -75%;
        font-size: 3rem;
    }
}
@media only screen and (min-width:1900px){
    .fondo__title{
        margin-left: -90%;
    }
}
@media only screen and (min-width:1920px){
    
    .fondosolid .texto{
        margin-top: 4%;
    }
}