#pricing_hero {
}
#pricing_hero_container {
}
#pricing_hero_content {
}
@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
}
/*
#pricing_hero {
    /*border: solid 1px red;
}
#pricing_hero_container {
    margin: 0 0;
    /*background: linear-gradient(180deg,rgba(228,39,36,0.14) 0%,rgba(228,39,36,0.78) 64%),var(--fondo-pricing-hero);
    background: linear-gradient(180deg, var(--our-light-green-color) 0%, var(--our-green-color) 64%),var(--fondo-pricing-hero);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 11vw;
}
#pricing_hero_content {}
#pricing_hero_container > div {
    width: 80%;
    margin: auto;
}
#pricing_hero_title_text h1 {
    font-size: 4em;
    color: white;
    font-weight: 700;
}
#pricing_hero-content-container {
    margin-top: 50px;
}
#pricing_hero-content-text-container {
    margin-bottom: 30px;
    max-width: 600px;
}
#pricing_hero-content-text {
    text-align: left;
    font-size: 1.5em;
    color: #fff;
}
#pricing_hero-content-button > a {
    padding: 16px 15px;
    color: var(--our-red-color);
    /*border-width: 0;
    border-radius: 4px;
    letter-spacing: 0;
    font-size: 1em;
    font-weight: 700;
    background-color: var(--our-white-color);
    text-decoration: none;
    /*border: solid 1px red;
}
#pricing_hero-content-button > a::after {
    /*font-size: 1.6em;
    /*line-height: 1em;
    /*content: "\2192";
    /*opacity: 0;
    /*position: absolute;
    /*margin-left: -1em;
    /*-webkit-transition: all .2s;
    /*!*transition: all .2s;*!
    /*font-style: normal;
    /*font-weight: 400;
    /*transition: all 300ms ease 0ms;
}
#pricing_hero-content-button > a:hover::after {
    opacity: 1;
    margin-left: 0;
}
#pricing_hero-black-container {
    background: transparent;
    color: var(--our-white-color);
    padding: 50px 0;
}
#pricing_hero-content-black-main-text-container {
    text-align: left;
}
#pricing_hero-content-black-main-text h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2em;
}
#pricing_hero-content-black-subtext {
    font-size: 100%;
}
@media (min-width: 768px) {
    #pricing_hero_title_text h1 {
        font-size: 7.87em;
    }
    #pricing_hero-black-container {
        background: linear-gradient(-45deg,#000000 64%,rgba(0,0,0,0) 0%);
        box-shadow: 30vw 0 0 0  var(--our-black-color);
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 40%;
        margin-top: -10vw;
    }
    #pricing_hero-content-button > a {
        font-size: 1.37em;
    }
}
*/