#subscribe_newsletter_hero {
}
#subscribe_newsletter_hero_container {
}
#subscribe_newsletter_hero_content {
}
@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
}
/*
#subscribe_newsletter_hero
{
    background: -webkit-linear-gradient(top,#fff 60%,var(--our-green-color) 99%) 100% 100% no-repeat;
    height: 700px;
    margin: 100px 0;
}
#subscribe_newsletter_hero-container
{
    width: 80%;
    margin: auto;
    position: relative;
    height: inherit;
    background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)),var(--fondo-subscribe_newsletter-hero);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    /*border: solid 1px blue;
}
#subscribe_newsletter_hero-container .button
{
    font-size: 24px;
    font-weight: 400;
}
#subscribe_newsletter_hero-title-container
{
    text-align: left;
    width: auto;
    position: relative;
    z-index: 2;
    /*border: solid 1px red;
}
#subscribe_newsletter_hero-main-text-container
{
    border-bottom: 10px dotted var(--our-green-color);
    width: 280px;
}
#subscribe_newsletter_hero-main-text {
    color: var(--our-red-color);
    font-size: 44px;
    font-weight: 700;
}
#subscribe_newsletter_hero-subtext {
    margin-top: 30px;
    font-size: 28px !important;
    font-weight: 700;
    padding-bottom: 25px;
}
#subscribe_newsletter_hero-img-container
{
    display: none;
}
#subscribe_newsletter_hero-div-img
{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 100% 0 0 0;
}
#subscribe_newsletter_hero-div-img > img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#subscribe_newsletter_hero-title-button-container
{
    margin: 100px 40px;
}
#subscribe_newsletter_hero-button_cta
{
    margin: 160px auto;
    width: 70%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--our-white-color);
    font-weight: bold;
    font-size: 20px;
    background-color: var(--our-green-color);
    border-radius: 5px;
    text-align: center;
}
#subscribe_newsletter_hero-button_cta a {
    color: #fff;
    text-decoration: none;
}
/*#subscribe_newsletter_hero #subscribe_newsletter_hero-container #subscribe_newsletter_hero-button-container
{
    position: absolute;
    bottom: 170px;
    left: 25%;
}
@media (min-width:650px) and (max-width: 764px)
{
    #subscribe_newsletter_hero-button_cta > a
    {
        width: 85%;
    }
}
@media (min-width: 1200px)
{
    #subscribe_newsletter_hero-button_cta
    {
        /*left: -290px !important;
    }
}
@media (min-width: 1480px)
{
    #subscribe_newsletter_hero-container
    {
        background: none;
    }
    #subscribe_newsletter_hero-subtext {
        width:50%;
        /*border: solid 1px red;
    }
    #subscribe_newsletter_hero-img-container
    {
        display: block;
        position: absolute;
        width: 631px;
        top: 0;
        right: 0;
        z-index: 1;
    }
}
*/