#hero {
    background-color: #010410;
}

#hero .container {
    /* background-image: url(../img/hero/hero.png); */
    background-image: url(../img/hero/hero-v02.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 20px 0;
}

#hero h1 {
    text-transform: uppercase;
}

#hero h1 .small {
    font-family: "Anton";
    letter-spacing: 1px;
    color: #88C100;
    font-size: 20px !important;
    display: block;
}

#hero h1 .big {
    font-family: "Anton";
    letter-spacing: 1px;
    color: #FFF;
    font-size: 130px !important;
    display: block;
}

#hero h1 .ia {
    color: #99c016;
}

#hero h2 {
    font-size: 30px;
    font-family: "Montserrat";
    color: #FFF;
    width: 40%;
}

#hero h3 {
    font-size: 15px;
    font-family: "Montserrat";
    color: #FFF;
    width: 40%;
}

#hero a.boton
{
    display: inline-flex;
    background: #6A9D00;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}
    #hero .boton img
    {
        margin: 0 10px 0 0;
    }
    #hero .boton .texto {
        align-self: center;
    }
        #hero .boton .texto .primary
        {
            font-size: 15px;
            font-weight: bold;
            display: block;
        }
        #hero .boton .texto .secondary
        {
            font-size: 13px;
            display: block;
        }

@media (max-width: 576px) {
    #hero h2 {
        width: 100%;
    }
    #hero h3 {
        width: 100%;
    }
}