/*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;
    }
}