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


/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.laso{
    color: #FFFFFF;
    background: #00bfff;
}
strong.entrenadores{
    color: #333333;
    background: #a5e6ff;
}
strong.benedicto{
    color: #7297ce;
}

strong.juan{
    color: #669d24;
}

strong.europeos{
    color: #00beff;
}

strong.italianos{
    color: #016ca1;
}


strong.americanos{
    color: #b32d2d;
}