/*TransiciÃ³n imÃ¡genes*/

.content-img-fixed {
    transition: all 0.6s;
}

.text-fixed span {
    width: 40%;
    background-color: #fffffff0;
    padding: 20px;
    margin: 0 40px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

h2.font_secondary.color_gray_ultra_dark{
    font-size: 2.3em;
    font-family: 'Benton Sans', sans-serif;
    font-weight: 700;
}


/*Margin h1*/

.a_hg.especial {
    margin-bottom: 0rem !important;
}

/*VÃ­deo*/

    div.videos{
        max-width: 300px;
        margin: 0 auto;
        margin-top: 45px;
        margin-bottom: 55px;
    }
    video.aerosol{
        margin-bottom: 0px;
        width: 100%;
    }
    
     p.firma_video{
        color: #a9a9a9;
        font-size: 1.4rem;
        line-height: 1.9rem;
        font-weight: 300;
    }
/*AI2THML*/
div.ai2html{
    margin-top: 45px;
    margin-bottom: 35px;
}

@media (max-width: 768px){
    .text-fixed span {
        width: 70%;
        font-size: 15px;
        line-height:24px;
    }
    .text-fixed p {
        padding: 0px;
    }
}
strong.azul5{
    color: #016ca2;
}
strong.azul4{
    color: #00beff;
}
strong.verde2{
    color: #b2ec74;
}
strong.rojo4{
    color: #ff4141;
}
strong.moradomujer{
    color: #82288c;
}
strong.negro6{
    color: #000000;
}
strong.gris5{
    color: #626262;
}
strong.naranja4{
    color: #ff7700;
}

/*Margin entradilla*/
/* .a_hg h2 {
    margin-bottom: -40px !important;
} */

@media only screen and (min-width: 1001px){

    body.t__a__especial article.a .a_t {
        max-width: 75rem;
    }

    body.t__a__especial article.a .a_st {
        max-width: 76rem;
    }
}