.show__txt{
    display: none;
}
.fondo__title{
    width: 500%;
    padding-bottom: 10px;
    color: black;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 28px;
    margin-top: 50%;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.69);
}
.text-alert{
    color: black;
    font-weight: 550;
}
.title-content{
    font-weight: 700;
    font-size: 130%;
}
.subtitle-content{
    font-weight: 600;
    font-size: 115%;
}
.content-text{
    margin-left: 1%;
    font-size: 100%;
    font-weight: 300;
    text-align: justify;
    border-bottom: 0;
}
.alert{
        background-color: #950b08;
    }
.alert p{
        font-family: "Open Sans", Arial, sans-serif;
        color: white;
}
.text-alert a{
    color: #dcc600 !important;
}
.text-alert a:hover{
    color: #dcc600 !important;
}
.alert .title-alert{
    font-weight: 700;
    color: white;
}

@media only screen and (min-width:768px){
    .fondo__title{
        margin-top: 34%;
    }
}

@media only screen and (min-width:900px){
    .fondo__title{
        margin-top: 30%;
    }
}
@media only screen and (min-width:1024px) {
    .fondo__title{
        margin-top: 25%;
        padding-left: 50%;
        margin-left: -50%;
    }
    .title-content{
        font-size: 150%;
        font-weight: 700;
    }
    .alert .title-alert{
        font-size: 150%;
        font-weight: 700;
        color: white;
    }
    .show__txt{
        display: block;
    }
     #fondosolid .info{
        width: 20%;
        margin-left: 2%;
    }
    #fondosolid .texto .titulotext{
        font-weight: 600;
    }
    #fondosolid .texto .subtitulo{
        color: #960302;
    } 
}

@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%;
    }
}