.form {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    margin-bottom: 100px;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    -moz-placeholder-color: #b2b9c1;
    -moz-placeholder-opacity: 1;
    -ms-input-placeholder-color: #b2b9c1;
    placeholder-shown-color: #b2b9c1
}
.form input,
.form fieldset,
.form select,
.form input[type="text"],
.form input[type="email"] {
    margin-top: 18px
}
.form label {
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: inline-block;
    display: none
}
.form input {
    display: block
}
@media only screen and (min-width: 768px) {
    .form input {
        display: inline-block
    }
}
.form::-webkit-input-placeholder {
    color: #b2b9c1
}
.form::-moz-placeholder {
    color: #b2b9c1;
    opacity: 1
}
.form .email {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 17px;
    height: auto;
    padding: 18px 18px 19px 18px;
    outline: none;
    border: none;
    background-color: #EFEFEF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%
}
@media only screen and (min-width: 768px) {
    .form .email {
        width: 66%;
        margin-right: 3%
    }
}
.form .form-columns-1 .hs-input,
.form .form-columns-1 .input,
.form fieldset.form-columns-2 .input .hs-input,
.form fieldset.form-columns-2 .input .input {
    width: 100%;
    margin-right: 0px;
    color: #363a46
}
.form .form-columns-2 .hs-form-field:first-of-type .input {
    margin-left: 0px;
    margin-right: 10px
}
.form .form-columns-2 .hs-form-field:last-of-type .input {
    margin-left: 10px;
    margin-right: 0px
}
.form select.hs-input {
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    text-align: left;
    border: none;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border-right: 23px solid transparent;
    border-left: 14px solid transparent;
    height: 61px
}
.form .actions {
    padding: 0px;
    margin-top: 20px
}
.form input[type="submit"] {
    height: auto;
    background-color: #00cc99;
    color: white;
    font-size: 17px;
    left: 0;
    padding: 18px 18px 19px 18px;
    position: relative;
    font-weight: 600;
    width: 100%;
    text-transform: none;
    letter-spacing: 0px;
    border: none;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    -ms-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
@media only screen and (min-width: 768px) {
    .form input[type="submit"] {
        width: 31%
    }
}
.form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #cc92a2;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    -ms-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
    -webkit-transform: translate3d(0, 0, 0)
}
#content {
    position: relative;
    z-index: 0
}
a {
    color: #217AD5
}
a:hover {
    color: #337AD5
}
img {
    border: 0
}
a.no-hover:hover {
    background: none
}
body {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    background-color: white;
    font-size: 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #363945;
    -webkit-font-smoothing: antialiased
}
::selection {
    background: #00cc99;
    color: white
}
::selection a {
    background: #00cc99;
    color: white
}
h1,
h2 {
    margin-top: 0px;
    margin-bottom: 0px
}
.container {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    padding: 20px 0
}
.container.padded {
    padding-top: 40px
}
.container.contact {
    background-color: white
}
button {
    border: none;
    cursor: pointer
}
.actions {
    padding: 0.5em 1em 1em 1em
}
.actions button {
    width: 100%;
    margin-top: 0.8em;
    padding: 0.5em 1em
}
hr {
    border: 0;
    height: 3px;
    color: #ddd;
    background-color: #ddd
}
#mlm_container {
    background-position: center center;
    background: rgba(35,0,69,0.9);
    /*background-image: url(https://s3.amazonaws.com/muylomas/media/products/navidad-2018/icons-navidad.png);*/
    background-repeat: repeat;
    background-size: 245px auto;
}
#mlm_container .promoHeader_container {
    padding: 10px 20px 30px;
    max-width: 595px;
    margin-top: 42px
}
#mlm_container .promoHeader_container button {
    background-color: #6666ff;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    -ms-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
#mlm_container .promoHeader_container button:hover {
    background-color: #006699;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    -ms-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
    -webkit-transform: translate3d(0, 0, 0)
}
#mlm_container .container.promoHeader {
    max-width: 1000px;
    width: 100%;
    padding-bottom: 70px;
}
#mlm_container .container.promoHeader .next-section-action {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-decoration: none;
}
#promo-description .next-section-action i {
    font-size: 40px;
    line-height: 30px;
}
#promo-description .next-section-action {
    font-size: 18px;
    text-decoration: none;
    color: #444;
    text-align: center;
    width: 100%;
}
#mlm_container .container.promoHeader .next-section-action .arrow-desc {
    font-size: 22px !important
}
#mlm_container .promoHeader_header{
    margin-top: 26px;
    padding: 0px 45px;
    position: relative;
}
#mlm_container .promoHeader_header .logo img{
    height: 60px;
}
#mlm_container .promoHeader_header .logo a i{
    color: #ffffff;
    font-size: 30px;
}
#mlm_container .logo {
    text-align: left;
    height: 60px;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1
}
#mlm_container .logo.centered {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding-top: 10px
}
#mlm_container .logo.right {
    height: 60px;
    position: absolute;
    top: 0;
    right: 45px;
}
#mlm_container .logo.right img {
    height: 39px;
}
#mlm_container .logo.right-cupon img {
    height: 100px;
}

#mlm_container .emailButton {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    width: 3%;
    margin-top: 0px;
    position: relative;
    top: -3px;
    float: left;
    width: 20%;
}
#mlm_container .emailButton a {
    padding: 5px 7px;
    color: white;
    background: #00cc99;
    border: 1px solid rgba(255, 255, 255, 0.77);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-top: 0px;
    position: absolute;
    right: 0px
}
#mlm_container .emailButton a:hover {
    border: 1px solid white
}
#mlm_container .facebookButton {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    padding: 15px 0;
    margin: 0 !important;
}
#mlm_container .facebookButton #muylomasShareFB {
    padding: 7px 18px;
    color: white;
    background: #365899;
    border: 1px solid rgba(255, 255, 255, 0.77);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    cursor: pointer;
}
#mlm_container .facebookButton #muylomasShareFB:hover {
    border: 1px solid white
}
.container .mlmDrawButton {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    padding: 15px 0;
    margin: 0 auto;
    text-decoration: none;
}
.container .mlmDrawButton .mlmDraw {
    padding: 11px 18px 14px;
    color: #00cc99;
    background: transparent;
    border: 1px solid #00cc99;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    margin-right: 0px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    cursor: pointer;
}
.container .mlmDrawButton .mlmDraw:hover {
    background: #00cc99;
    color: #fff;
}

.container .mlmDrawButton .mlmButtonBajoCero {
    color: #fff;
    background: #cc92a2;
    border: 1px solid #cc92a2;
}
.container .mlmDrawButton .mlmButtonBajoCero:hover {
    background: #999999;
    border: 1px solid #999999;
    color: #fff;
}

#mlm_container .promoHeader_container{
    padding: 10px 20px 30px;
}
#mlm_container .promoHeader_container .promoHeader_info {
    border: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}
#mlm_container .promoHeader_container .promoHeader_info h2 {
    color: white;
    font-size: 38px;
    font-family: Roboto,Arial,sans-serif;
    letter-spacing: 0px;
    padding: 0;
    padding-top: 45px;
    font-weight: 300;
}
#mlm_container .promoHeader_container .promoHeader_info p {
    color: white;
    font-size: 25px;
    font-family: Roboto,Arial,sans-serif;
    padding: 0;
    margin: 15px 0 0;
    font-weight: 300;
}
#mlm_container .promoHeader_container .promoHeader_info h4 {
    color: white;
}
#mlm_container .promoHeader_container .promoHeader_info img {
    max-width: 100%;
    width: 350px;
}
#mlm_container .promoHeader_container .promoHeader_info img.mobileView {
    display: none;
}
#mlm_container .promoHeader_container .promoHeader_form {
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto
}
#mlm_container #promo-description {
    width: 100%;
    background-color: #ffffff;
    padding-top: 24px;
    padding-bottom: 24px;
}
#mlm_container #promo-description .container {
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    max-width: 1025px;
    padding: 20px 0 0
}
@media only screen and (max-width: 768px) {
    #mlm_container #promo-description .container {
        margin-left: 20px;
        margin-right: 20px
    }
}

#mlm_container #promo-description .column {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: left;
    flex: 1 0 50%;
    padding: 0 48px;
    box-sizing: border-box
}
#mlm_container #promo-description .column img {
    width: 100%
}
@media only screen and (max-width: 768px) {
    #mlm_container #promo-description .column {
        flex: 1 0 100%
    }
}

@media only screen and (max-width: 430px) {
    #mlm_container .promoHeader_container {
        padding-top: 0;
    }
    #mlm_container .promoHeader_container .promoHeader_info img.mobileView {
        display: initial;
    }
    #mlm_container .promoHeader_container .promoHeader_info img.webView {
        display: none;
    }
    
    #mlm_container #promo-description .column {
        padding: 0;
    }
    
    #mlm_container #promo-description .column {
        padding: 0;
    }
    
    #mlm_container #promo-description .promo-desc-item p.property-measure {
        margin-bottom: 25px;
    }
}

#mlm_container #promo-description .promo-desc-item p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #9CA8B7;
    line-height: 30px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}
#mlm_container #promo-description .promo-desc-item h3.property {
    color: #00cc99;
    margin-bottom: 0;
}
                    
#mlm_container #promo-description .promo-desc-item p.property-measure {
    font-size: 32px;
    font-weight: 800;
    color: #c8c4c1;
}

#mlm_container #promo-description .promo-desc-item a {
    color: #9CA8B7
}

.form {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    margin-bottom: 100px;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    -moz-placeholder-color: #b2b9c1;
    -moz-placeholder-opacity: 1;
    -ms-input-placeholder-color: #b2b9c1;
    placeholder-shown-color: #b2b9c1
}
.form input,
.form fieldset,
.form select,
.form input[type="text"],
.form input[type="email"] {
    margin-top: 18px
}
.form label {
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: inline-block;
    display: none
}
.form input {
    display: block
}
@media only screen and (min-width: 768px) {
    .form input {
        display: inline-block
    }
}
.form::-webkit-input-placeholder {
    color: #b2b9c1
}
.form::-moz-placeholder {
    color: #b2b9c1;
    opacity: 1
}
.form .email {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 17px;
    height: auto;
    padding: 18px 18px 19px 18px;
    outline: none;
    border: none;
    background-color: #EFEFEF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%
}
@media only screen and (min-width: 768px) {
    .form .email {
        width: 66%;
        margin-right: 3%
    }
}
.form .form-columns-1 .hs-input,
.form .form-columns-1 .input,
.form fieldset.form-columns-2 .input .hs-input,
.form fieldset.form-columns-2 .input .input {
    width: 100%;
    margin-right: 0px;
    color: #363a46
}
.form .form-columns-2 .hs-form-field:first-of-type .input {
    margin-left: 0px;
    margin-right: 10px
}
.form .form-columns-2 .hs-form-field:last-of-type .input {
    margin-left: 10px;
    margin-right: 0px
}
.form select.hs-input {
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: white;
    width: 100%;
    text-align: left;
    border: none;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border-right: 23px solid transparent;
    border-left: 14px solid transparent;
    height: 61px
}
.form .actions {
    padding: 0px;
    margin-top: 20px
}
.form input[type="submit"] {
    height: auto;
    background-color: #00cc99;
    color: white;
    font-size: 17px;
    left: 0;
    padding: 18px 18px 19px 18px;
    position: relative;
    font-weight: 600;
    width: 100%;
    text-transform: none;
    letter-spacing: 0px;
    border: none;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    -ms-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
@media only screen and (min-width: 768px) {
    .form input[type="submit"] {
        width: 31%
    }
}
.form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #cc92a2;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    -ms-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
    -webkit-transform: translate3d(0, 0, 0)
}
.promoHeader_container {
    margin: 0 auto;
    max-width: 820px;
    width: 84%
}
.promoHeader_info {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    width: 44%;
    border-right: 1px solid #D6DADE
}
.promoHeader_info h2 {
    color: #3769cc;
    text-align: center;
    font-size: 29px;
    font-weight: 500
}
.promoHeader_info.trial h2 {
    color: #56be8e
}
.form_wrapper {
    margin: 0 auto;
    width: 70%;
    position: relative
}
.promoHeader_form {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    position: relative;
    margin-top: 80px;
    width: 50%
}
#mlm_container section#opportunity {
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
}
.android-app-store,
.apple-app-store,
.default-profile-image {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat
}
.android-app-store,
.apple-app-store {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat
}
.android-app-store,
.apple-app-store {
    height: 42px;
    width: auto;
    min-width: 180px;
    padding-right: 0;
    overflow: hidden;
    color: transparent;
    background-image: url("https://s3.amazonaws.com/muylomas/www/images/home/social-icons/app-store-badge.png")
}
.android-app-store {
    display: inline-block;
    width: auto;
    height: 42px;
    padding-right: 0;
    overflow: hidden;
    color: transparent;
    border-bottom: none;
    background-image: url('https://s3.amazonaws.com/muylomas/www/images/home/social-icons/google-play-badge.png')
}
#mlm_container section#opportunity .container {
    max-width: 100%;
    padding: 0;
}
#mlm_container section#opportunity .container.mlm-download-app {
    padding-top: 0;
    max-width: 1000px;
    width: 90%;
    margin: 60px auto 30px !important;
}
#mlm_container section#opportunity .container.mlm-download-app p {
    margin: 0;
    padding-bottom: 7px;
}
#mlm_container section#opportunity .container.mlm-download-app p:last-child {
    padding: 20px 0;
}
#mlm_container section#opportunity .container div {
    position: relative;
    display: inline-block;
}
#mlm_container section#opportunity .container div .disable-step-promo {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(244,248,244,0.5);
}
#mlm_container section#opportunity .container div .error-message {
    color: red;
    font-size: 14px;
    margin: 0;
}
/*#mlm_container section#opportunity div {
    margin-bottom: 45px;
}*/
#mlm_container section#opportunity h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}
#mlm_container section#opportunity h1 .numbers-steps {
    font-size: 16px; 
    padding-right: 22px; 
    position: relative; 
    top: -2px;
}
#mlm_container section#opportunity h1 .numbers-steps .fa-stack-1x {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
#mlm_container section#opportunity p {
    font-size: 14px;
    line-height: 19px;
}
#mlm_container section#opportunity p.comment-sup {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 30px;
    text-align: justify;
}
#mlm_container section#opportunity .emailPromo-container {
    overflow: hidden;
    width: 80%;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin: 0 auto !important;
}
#mlm_container section#opportunity .emailPromo-container input.emailPromo {
    background: transparent;
    border: none;
    border-bottom: 1px solid #00cc99;
    font-size: 14px;
    width: 65%;
    padding: 5px 3%;
    margin: 0 10% 0 0;
    float: left;
}
#mlm_container section#opportunity .emailPromo-container i.fa-check-circle,
#mlm_container section#opportunity .emailPromo-container i.fa-spinner {
    color: #00cc99;
    font-size: 29px;
    position: relative;
    top: 3px;
    left: -10%;
}
#mlm_container section#opportunity .disclosure-box {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
}
#mlm_container section#opportunity p.disclosure {
    font-size: 12px;
    text-align: justify;
}
#mlm_container section#opportunity .container a.next-section-action {
    color: #444;
    width: 100%;
    text-decoration: none;
    font-size: 18px
}
#mlm_container section#opportunity .container a.next-section-action i {
    font-size: 50px;
    line-height: 30px;
}
#mlm_container section#opportunity #step-promo-3 .confirm-ref-emails {
    color: #999;
    text-align: left;
    width: 75%;
    margin: 0 auto;
    line-height: 24px;
}
#mlm_container section#opportunity #step-promo-3 .confirm-ref-emails i {
    color: #00cc99;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
@media (min-width: 1025px) {
    #mlm_container section#opportunity {
        padding: 20px 25px;
    }
    #mlm_container section#opportunity h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #mlm_container section#opportunity p {
        font-size: 15px;
        line-height: 21px;
    }
    #mlm_container section#opportunity .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto !important;
    }
    #mlm_container section#opportunity .container div {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 15px;
    }
}
footer {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: block;
}
.site-footer {
    background: linear-gradient(-90deg,#00cc99 15%,#00cc99 24%,#adf2ab 140%);
}
.site-footer ol, .site-footer li, .site-footer p, .site-footer h3 {
    font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.site-footer section{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: block;
}
.site-footer .wrapper {
    max-width: 1040px;
    padding: 30px 20px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.site-footer nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
.site-footer .footer-links {
    font-size: 1em;
    color: #fff;
    font-weight: 500;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    list-style: none;
}
.site-footer .footer-links a {
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-out;
    display: inline-block;
    margin: 0 0 20px;
}
.site-footer .footer-links a:hover {
    opacity: .5;
}
.site-footer .footer-links .support {
    padding-top: 0;
}
.site-footer .social {
    padding: 20px 0 0;
}
.site-footer .social a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 10px 10px 0;
}
a.site-footer .social+a {
    margin: 0 0 0 10px;
}
#mlm_container section#opportunity .container.mlm-download-app p.badges a:last-child {
    margin-left: 10px;
}
.site-footer .social .app-store-icon {
    background-image: url(https://sqy7rm.media.zestyio.com/download-badge-app-store.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    width: 142px;
}
.site-footer .social .google-play-icon {
    background-image: url(https://sqy7rm.media.zestyio.com/download-badge-google-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    width: 142px;
}
@media (max-width: 351px) {
    #mlm_container section#opportunity .container.mlm-download-app p.badges a:first-child {
        margin-bottom: 15px;
    }
    #mlm_container section#opportunity .container.mlm-download-app p.badges a:last-child {
        margin-left: 0;
    }
}
.site-footer .social .social-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
}

.site-footer .download a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 10px 10px 0;
}
a.site-footer .download+a {
    margin: 0 0 0 10px;
}
.site-footer .download .app-store-icon {
    background-image: url(https://sqy7rm.media.zestyio.com/download-badge-app-store.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    width: 142px;
}
.site-footer .download .google-play-icon {
    background-image: url(https://sqy7rm.media.zestyio.com/download-badge-google-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    width: 142px;
}
.site-footer .copyright {
    font-size: 0.87em;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin: 1em 0 0;
    opacity: .7;
}
.site-footer .disclosures {
    font-size: 0.87em;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin: 1em 0 0;
    opacity: .7;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .5s linear, opacity .5s linear;
}
.site-footer .disclosures.visible {
    max-height: 500px;
    opacity: .7;
}
.site-footer .disclosure-arrow {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .3s ease-out;
}
.site-footer .disclosure-arrow.open {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.site-footer .company .links {
    display: block;
    height: auto;
}
.site-footer .download .app-store-icon {
    height: 42px;
    width: 125px;
}
.site-footer .download .google-play-icon {
    height: 42px;
    width: 125px;
}

.site-footer .laurel-award {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: block;
    position: relative;
    width: 200px;
    min-height: 90px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0;
    text-align: center;
    color: #fff;
}
.site-footer .laurel-award::before {
    content: '';
    position: absolute;
    width: 47px;
    height: 90px;
    top: 0;
    left: 0;
    background: url(https://d3tfrzfy2x6bi9.cloudfront.net/www/images/home/laurel-left-sxsw.svg) center center no-repeat;
    background-size: contain;
}
.site-footer .laurel-award::after {
    content: '';
    position: absolute;
    width: 47px;
    height: 90px;
    top: 0;
    right: 0;
    background: url(https://d3tfrzfy2x6bi9.cloudfront.net/www/images/home/laurel-right-sxsw.svg) center center no-repeat;
    background-size: contain;
}
.site-footer .laurel-award h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-size: 1em;
    max-width: 100%;
    padding: inherit 30px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bolder;
}
.site-footer .laurel-award h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    max-width: 100%;
    padding: inherit 30px;
    margin: 0 auto;
    font-weight: bolder;
    font-size: .77em;
    margin-bottom: 10px;
}
.site-footer .laurel-award h3 {
    font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    max-width: 100%;
    padding: inherit 30px;
    margin: 0 auto;
    font-weight: 400;
    font-size: .7em;
    font-weight: 500;
}
.site-footer .country-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: rgba(255,255,255,0);
    padding: 6px;
    border-radius: 4px;
    transition: all .3s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.site-footer .country-select .country {
    transition: all .3s cubic-bezier(.19,1,.22,1);
}
.site-footer .country-select img {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    /*width: 24px;*/
}
.site-footer .country-select p {
    display: inline-block;
    vertical-align: middle;
    font-size: .9375em;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 0 5px;
    font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 1000px) {
    .site-footer nav {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .site-footer .wrapper {
        padding: 80px 20px;
    }
    .site-footer .footer-links {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        width: 380px;
    }
    .site-footer .laurel-award {
        margin: 0;
        top: 80px;
    }
    .site-footer .awards {
        position: absolute;
        right: 20px;
        top: 0;
    }
    .site-footer .copyright {
        max-width: 80%;
    }
    .site-footer .country-wrapper {
        float: right;
    }
}

#mlm_container section#opportunity .container .step-promo .deal-container {
    position:relative;
    width:95%;
    max-width: 240px;
    display:inline-block;
    margin: 45px 0 0;
}
#mlm_container section#opportunity .container .step-promo .deal-container div {
    width:100%;
}
@media (max-width: 480px) {
    #mlm_container section#opportunity .container .step-promo .deal-container {
        max-width: 47vw;
    }
}
#mlm_container section#opportunity .container .step-promo .deal-container a {
    width: 100%;
    text-align: center;
}
.step-promo .deal-container .deal-image-container img {
    width: 100%;
}
.step-promo .deal-container .deal-image-container img.deal-off {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#mlm_container section#opportunity .container .step-promo .deal-container .countdown-in-deal {
    width:100%;
    background:#cc92a2;
    color:#fff;
    padding:10px 5px;
    font-size: 12px;
    font-weight:bold;
    margin: auto;
}
#mlm_container section#opportunity .container .step-promo .deal-container .countdown-in-deal.deal-off {
    background:#ccc;
    color:#444;
}
.step-promo .deal-container .countdown-in-deal .countdownStatus {
    font-size:10px;
}
#mlm_container section#opportunity .container .step-promo .deal-container .deal-image-discount {
    position:absolute;
    top:10px;
    left: 0px;
    width:25%;
    border-radius: 50%;
    overflow: hidden;
}
#mlm_container section#opportunity .container .step-promo .deal-container .deal-image-discount img {
    width:100%;
}
.step-promo .deal-container .deal-payment-desc {
    padding: 15px 0 10px;
    line-height: 24px;
    margin: 0;
    display: inline-block;
}
.step-promo .deal-container .deal-payment-desc .deal-title {
    font-size:16px;
    width: 75% !important;
    padding: 0;
    margin: 0 auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.step-promo .deal-container .deal-payment-desc table {
    width:95%;
    padding:0 auto;
    margin:0 auto 7px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr {
    height: 15px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr td span {
    color:#444; 
    font-size:12px
}
.step-promo .deal-container .deal-payment-desc table tbody tr td span.deal-navidad-tag {
    color:#fff;
    background:#cc92a2;
    font-size:12px;
    padding: 1px 5px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr td span.deal-price-num {
    font-weight:500
}
.step-promo .deal-container .deal-payment-desc table tbody tr td span sup {
    font-size:7px;
    font-weight:500;
    padding-left: 2px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr.deal-price-num-total td {
    border-top: 1px solid #000;
    padding-top: 5px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr.deal-price-num-total td span {
    color:#B12704; 
    font-size:14px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr.deal-price-num-total td.deal-total-label span:last-of-type {
    font-size:10px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr.deal-price-num-total td.deal-total-num span:first {
    border-top: 1px solid #000;
    padding-top: 5px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr td span.deal-price-num .deal-price-currency,
.step-promo .deal-container .deal-payment-desc table tbody tr.deal-price-num-total span .deal-price-currency {
    font-size:8px;
    position: relative;
}
.step-promo .deal-container .deal-payment-desc table tbody tr.deal-price-num-total span .deal-price-currency {
    bottom: 6px;
    font-size: 9px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr.deal-price-num-total span .deal-total-price-units {
    font-weight:700;
    font-size: 29px;
}
.step-promo .deal-container .deal-payment-desc table tbody tr.deal-price-num-total td span sup {
    font-size: 10px;
    position: relative;
    top: -8px;
}
.step-promo .deal-container .deal-goto-app {
    width:100%;
}
.step-promo .deal-container .deal-goto-app a {
    background-color:#f0c14b;
    border-radius:4px;
    color:#444;
    display:inline-block;
    font-family:sans-serif;
    font-size:14px;
    line-height:40px;
    text-align:center;
    text-decoration:none;
    width:100%;
}
.step-promo .deal-container .deal-goto-app.deal-off a {
    background-color:#ccc;
}
.step-promo .deal-container .deal-goto-app a:hover {
    color: #fff;
    background: #cc92a2;
}

@media (max-width: 750px) {
    .free_promoHeader_page .download-app {
        flex-direction: column;
        padding: 25px 0
    }
    .free_promoHeader_page .download-app .background {
        background-size: auto 130%;
        background-position-x: 20%
    }
    .free_promoHeader_page .download-app img {
        top: 0
    }
    .free_promoHeader_page .download-app .image {
        max-width: 370px;
        width: 100%;
        padding: 0 75px
    }
    .free_promoHeader_page .download-app .text {
        margin-top: 0;
        width: 200px;
        padding: 0 10px
    }
    .free_promoHeader_page .download-app h2 {
        font-size: 2rem
    }
    .free_promoHeader_page .download-app p {
        font-family: "Didot 16 A", "Didot 16 B", serif;
        font-style: italic;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 1.4rem;
        margin: 5px 0
    }
    .free_promoHeader_page .download-app .button-new-mlm {
        margin: 10px 0 0;
        min-width: 100%;
        line-height: 4rem;
        font-size: 1rem
    }
    .free_promoHeader_page .download-app .android-app-store,
    .free_promoHeader_page .download-app .apple-app-store {
        display: none
    }
}
@media (max-width: 480px) {
    mlm-header div.header-content .header-break {
        padding: 13px 0
    }
    mlm-header div.header-content .header-break back-button {
        display: block
    }
    mlm-header div.header-content .header-break .header-mlm-logo {
        height: 26px;
        width: 100%;
        min-width: 0;
        max-width: none
    }
    mlm-header div.header-content .header-break .auth-button a {
        margin: 0 auto !important;
        height: 29px;
        width: 89px;
    }
    mlm-header div.header-content .header-break .auth-button.iosHeaderButton a {
        width: 100px;
    }
    mlm-header div.header-content .header-break .header-menu-wrapper {
        margin: -14px 0
    }
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .header-menu-label {
        padding: 16px 13px 10px 0
    }
    mlm-header div.header-content .header-break>div {
        max-width: 55px
    }
}
@media (max-width: 360px) {
    mlm-header div.header-content .header-break .auth-button a {
        margin: 0 auto !important;
        height: 25px;
        width: 78px;
    }
    mlm-header div.header-content .header-break .auth-button.iosHeaderButton a {
        width: 86px;
    }
}
@media (max-width: 320px) {
    mlm-header div.header-content .header-break .auth-button a {
        margin: 0 auto !important;
        height: 23px;
        width: 71px;
    }
    mlm-header div.header-content .header-break .auth-button.iosHeaderButton a {
        width: 78px;
    }
}
mlm-header {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0 30px;
    color: #fff;
    background: rgba(35,0,69,0.9);
}
@media (max-width: 750px) {
    mlm-header {
        margin: 0;
        padding: 0
    }
    mlm-header div.header-content {
        padding: 9px 0
    }
    mlm-header div.header-content .header-break {
        padding: 0
    }
    mlm-header div.header-content .header-break .sign-up {
        border: none;
        padding: 0;
        font-size: 0
    }
    mlm-header div.header-content .header-break .sign-up:before {
        display: inline-block;
        font-size: 2.2rem;
        position: relative;
        left: 20px
    }
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .text-small-uppercase,
    mlm-header div.header-content .header-break .header-welcome {
        display: none
    }
    mlm-header div.header-content .header-break .header-menu-wrapper {
        margin: -10px 0
    }
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .header-menu-label {
        padding: 25px 20px 20px 15px
    }
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .header-menu-label-text {
        font-size: 0
    }
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .header-menu-label:focus,
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .header-menu-label:hover,
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .header-menu.showMenu .header-menu-label {
        border: 1px solid transparent;
        background: 0 0
    }
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .header-menu.showMenu .header-menu-dropdown {
        top: 100%
    }
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .header-menu-dropdown {
        left: auto;
        width: 200px
    }
}
mlm-header .header-content.new-header .auth-button {
    flex: 0 1 180px
}
mlm-header div.header-content .header-break .auth-button div {
    margin: 0 auto !important;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;
    min-height:40px;
}
mlm-header .header-content.new-header .auth-button:nth-child(3) div {
    width: 40%;
}
@media (max-width: 480px) {
    mlm-header div.header-content .header-break {
        padding: 13px 0
    }
    mlm-header div.header-content .header-break back-button {
        display: block
    }
    mlm-header div.header-content .header-break .header-mlm-logo {
        height: 26px;
        width: 100%;
        min-width: 0;
        max-width: none
    }
    mlm-header .header-content.new-header .auth-button:nth-child(2) {
        flex: 0 1 280px
    }
    mlm-header .header-content.new-header .auth-button:nth-child(3) div {
        width: 60%;
        background-position-y: 30%;
    }
    mlm-header div.header-content .header-break .header-menu-wrapper {
        margin: -14px 0
    }
    mlm-header div.header-content .header-break .header-menu-wrapper .header-menu .header-menu-label {
        padding: 16px 13px 10px 0
    }
    mlm-header div.header-content .header-break>div {
        max-width: 55px
    }
}
mlm-header .header-content {
    margin: 0 auto;
    max-width: 1172px;
    position: relative
}
mlm-header .header-content a:hover {
    color: inherit;
    text-decoration: none
}
mlm-header .header-content .header-break {
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row
}
mlm-header .header-content .header-break>div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    -o-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex: 1 auto;
    -ms-flex-preferred-size: 33%;
    min-width: 0
}
mlm-header .header-content .header-break .header-mlm-logo {
    min-width: 360px
}
mlm-header .header-content back-button {
    padding: 0 0 0 10px;
    font-size: 1.7rem;
    display: none
}
mlm-header .header-content .sign-up {
    border: 2px solid #000;
    padding: .9rem 1rem;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: .2rem;
    display: inline-block;
    background: 0 0;
    text-align: center
}
mlm-header .header-content .sign-up:before {
    display: none
}
mlm-header .header-content .header-welcome {
    display: block;
    font-size: 1.33rem;
    font-style: italic;
    font-family: "Didot 06 A", "Didot 06 B", serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px
}
mlm-header .header-content .header-mlm-logo {
    margin: 0 10px;
    min-width: 360px;
    height: 49px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -o-flex-shrink: 0;
    flex-shrink: 0
}
mlm-header .header-content .header-mlm-logo a {
    display: block
}
mlm-header .header-content .header-mlm-logo a img {
    height: 100%;
    padding: 5px 0;
    max-height: 49px
}
mlm-header .header-content .header-flag {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 4px solid #000;
    text-align: center;
    max-width: 1172px;
    display: block
}
mlm-header .header-content .header-flag h2 {
    padding: 12px 50px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: -3px;
    font-weight: 300
}
mlm-header .header-content .header-break .header-menu-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu {
    list-style: none;
    margin: 0;
    width: 100%;
    max-width: 200px;
    padding: 0;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu .header-menu-label {
    border: 1px solid transparent;
    padding: 14px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu .header-menu-label>i {
    position: relative;
    font-size: 1.9rem;
    margin-left: 10px
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu li i {
    font-size: 1.9rem
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu .header-menu-dropdown {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    padding: 0;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -9999px;
    z-index: 9999
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu .header-menu-dropdown li {
    list-style: none;
    position: relative
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu .header-menu-dropdown li i {
    color: #000;
    left: 10px;
    position: absolute;
    top: 11px
}

mlm-header .header-content .header-break .header-menu-wrapper .header-menu .header-menu-dropdown a {
    color: #999;
    display: block;
    font-weight: 300;
    overflow: hidden;
    padding: 14px 14px 14px 36px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu .header-menu-dropdown a.active {
    color: #000;
    font-weight: 900
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu.showMenu .header-menu-dropdown {
    top: calc(98%)
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu.showMenu .header-menu-label {
    background-color: #fff;
    border: 1px solid #d4d4d4
}
mlm-header .header-content .header-break .header-menu-wrapper .header-menu .header-menu-dropdown a:focus,
mlm-header .header-content .header-break .header-menu-wrapper .header-menu .header-menu-dropdown a:hover {
    color: #000
}
mlm-header .header-content.new-header {
    max-width: none;
}
mlm-header .header-content.new-header .header-break {
    padding: 10px
}
mlm-header .header-content.new-header h1 {
    margin: 0
}
mlm-header .header-content.new-header .header-mlm-logo {
    display: block;
    flex-basis: 300px;
    margin-left: 40px
}
mlm-header .header-content.new-header mlm-logo {
    padding: 0;
    width: 100%;
    max-width: 280px
}
mlm-header .header-content.new-header .log-in,
mlm-header .header-content.new-header .signup {
    color: #ffffff;
    padding: 0 1rem;
    line-height: 4.9rem;
    max-width: 180px;
    width: 100%;
    font-size: 1.2rem;
    white-space: nowrap
}
mlm-header .header-content.new-header .log-in:hover {
    background: 0 0;
    border: 1px solid transparent;
    color: #444;
    font-weight: 700
}
mlm-header .header-content.new-header .header-break .signup {
    border: 1px solid #000;
    font-size: 1.2rem
}
mlm-header .header-content.new-header .log-in {
    border: 1px solid transparent
}
@media (max-width: 750px) {
    mlm-header .header-content.new-header .header-break {
        padding: 0 10px
    }
    mlm-header .header-content.new-header .header-break .header-mlm-logo {
        min-width: 0;
        margin: 0
    }
    mlm-header .header-content.new-header .header-break .header-menu-wrapper {
        margin: -12px 0
    }
}
@media (max-width: 480px) {
    mlm-header .header-content.new-header {
        padding: 15px 0
    }
    mlm-header .header-content.new-header .header-break>div {
        max-width: none
    }
    mlm-header .header-content.new-header .header-break .header-mlm-logo {
        height: auto
    }
    mlm-header .header-content.new-header .header-break .header-menu-wrapper {
        margin: -8px 0;
        min-width: 45px
    }
    mlm-header .header-content.new-header .header-break .log-in,
    mlm-header .header-content.new-header .header-break .signup {
        line-height: 3.5rem;
        font-size: 1rem
    }
    mlm-header .header-content.new-header mlm-logo {
        max-width: 200px
    }
}

mlm-header .header-content.new-header {
    max-width: 1200px;
}
mlm-header .header-content.new-header .header-break {
    padding: 10px
}
mlm-header .header-content.new-header h1 {
    margin: 0
}
mlm-header .header-content.new-header .header-mlm-logo {
    display: block;
    flex-basis: 300px;
    margin-left: 40px
}
mlm-header .header-content.new-header mlm-logo {
    padding: 0;
    width: 100%;
    max-width: 280px
}
mlm-header .header-content.new-header .auth-button {
    flex: 0 1 180px
}
mlm-header .header-content.new-header .log-in,
mlm-header .header-content.new-header .signup {
    color: #ffffff;
    padding: 0 1rem;
    line-height: 4.9rem;
    max-width: 180px;
    width: 100%;
    font-size: 1.2rem;
    white-space: nowrap
}
mlm-header .header-content.new-header .log-in:hover {
    background: 0 0;
    border: 1px solid transparent;
    color: #444;
    font-weight: 700
}
mlm-header .header-content.new-header .header-break .signup {
    border: 1px solid #000;
    font-size: 1.2rem
}
mlm-header .header-content.new-header .log-in {
    border: 1px solid transparent
}
@media (max-width: 750px) {
    mlm-header .header-content.new-header .header-break {
        padding: 0 10px
    }
    mlm-header .header-content.new-header .header-break .header-mlm-logo {
        min-width: 0;
        margin: 0
    }
    mlm-header .header-content.new-header .header-break .header-menu-wrapper {
        margin: -12px 0
    }
}
@media (max-width: 480px) {
    mlm-header .header-content.new-header {
        padding: 15px 0
    }
    mlm-header .header-content.new-header .header-break>div {
        max-width: none
    }
    mlm-header .header-content.new-header .header-break .header-mlm-logo {
        height: auto
    }
    mlm-header .header-content.new-header .header-break .header-menu-wrapper {
        margin: -8px 0;
        min-width: 45px
    }
    mlm-header .header-content.new-header .header-break .log-in,
    mlm-header .header-content.new-header .header-break .signup {
        line-height: 3.5rem;
        font-size: 1rem
    }
    mlm-header .header-content.new-header mlm-logo {
        max-width: 200px
    }
}
.free_promoHeader_page mlm-header {
    padding: 0
}

.site-shopping-info {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 80px;
    max-width: 100%;
}
.site-shopping-info .container {
    width: 1200px;
    max-width: 100%;
}
.site-shopping-info .info-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 45px 20px;
    text-align: center;
    position: relative;
}
.site-shopping-info .info-slide {
    float: left;
    width: 33.33333%;
}
@media (max-width: 480px) {
    .site-shopping-info .info-slide {
        width: 100%
    }
}
.site-shopping-info .info-slide+.info-slide:before {
    background-color: #e2e2e2;
    content: "";
    display: block;
    margin-top: -32.5px;
    height: 65px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 1px;
}
.site-shopping-info .info-slide>.img-container {
    height: 55px;
}
.site-shopping-info .info-slide>.img-container img {
    vertical-align: middle;
    max-height: 100%;
}
.site-shopping-info .info-slide h1 {
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #4b4b4b;
    margin: 16px 0 0;
}
.site-shopping-info .info-slide p {
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999;
    font-size: 15px;
    margin: 4px 0 10px;
    line-height: 1.2;
}
.site-shopping-info .info-slide a {
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #3483fa;
    font-size: 14px;
    text-decoration: none;
}
#mlm_container section#opportunity .container .faqs-promo,
#mlm_container section#opportunity .container .faqs-promo:last-child {
    position:relative;
    width:95%;
    max-width: none;
    display:inline-block;
    margin: 60px auto 40px;
}
#mlm_container section#opportunity .container .faqs-promo p.title {
    line-height: 32px;
    margin: 0 auto 21px;
    font-size: 28px;
}
#mlm_container section#opportunity .container .faqs-promo p.sub-title {
    margin: 0 auto 12px;
    font-weight: 500;
    font-size: 16px;
}
#mlm_container section#opportunity .container .faqs-promo p.sliderUsToLatam {
    margin-top:20px;
}
#mlm_container section#opportunity .container .faqs-promo p.sliderUsToLatam img {
    height:40px;
    width:auto;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
}
@media (max-width: 480px) {
    #mlm_container section#opportunity .container .faqs-promo,
    #mlm_container section#opportunity .container .faqs-promo:last-child:not(.container) {
        max-width: none;
        margin: 30px auto 25px;
    }
}
.mobile-only {
    display: none !important;
}
@media (max-width: 480px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: inline-block  !important;
    }
}