body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    display: none;
    /*overflow-y: hidden;*/
}

.clearfix {
    overflow: auto;
}

#ohmm .relative {
    position: relative;
}

#ohmm form {
    /*position: relative;*/
    margin: 40px 0;
}

#ohmm form .input,
#ohmm form select {
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#ohmm select::-ms-expand {
    display: none;
}

#ohmm form #sug {
    position: absolute;
    z-index: 1000;
    background-color: white;
    width: 100%;
    top: -1em;
    /* padding: 5px 10px;*/
}

#ohmm form #sug.active {

    border: 1px solid rgba(0, 0, 0, 0.2);
}

#ohmm form #sug .element {

    padding: 1em;
}

#ohmm form #sug .element:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

#ohmm form .form-control {
    margin: 10px 2.5% 10px 0;
    display: inline-block;
    width: auto;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    color: #8e8e8e;
    border-color: #8e8e8e;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1.2% 0.6%;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    /*-moz-box-shadow: none; */
}


#ohmm form .form-control input {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

#ohmm .selected-flag {

    background-color: white;
    width: 100%;

}

#ohmm .intl-tel-input .selected-flag .iti-arrow:before {
    content: '▾';
    font-size: 2rem;
    color: #8e8e8e;
    position: absolute;
    height: 50%;
    top: 50%;
    left: 95%;
    transform: translate(-95%, -50%);
    z-index: 0;
    pointer-events: none;
}

#ohmm .intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 0px;
    margin-top: 0px;
    right: 4px;
    width: 0;
    height: 0;
    border: none;
}

#ohmm .intl-tel-input .selected-flag .iti-flag {
    top: 21%;
}

#ohmm form .form-control:active,
#ohmm form .form-control:hover {
    border-color: #000;
}

#ohmm form #birthday-date-2 .form-control,
#ohmm form .phone .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 20px 6px 6px;
    border: 1px solid #8e8e8e;
}

#ohmm form .phone .form-control {
    width: 14.5%;
}

#ohmm form #birthday-date-2 .test,
#ohmm form .phone .test {
    display: inline-block;
    position: relative;
    margin: 10px 2.5% 10px 0;
}

#ohmm form .phone {

    margin-bottom: 40px;
}

#ohmm form #birthday-date-2 .test::before,
#ohmm form .phone .test::before {
    content: '▾';
    font-size: 2rem;
    color: #8e8e8e;
    position: absolute;
    height: 50%;
    top: 50%;
    left: 95%;
    transform: translate(-95%, -50%);
    z-index: 0;
    pointer-events: none;
}

#ohmm form .phone .test::before {
    left: 90%;
    transform: translate(-95%, -50%);
}

#ohmm form #birthday-date-2 .test:first-child {
    width: 25%;
}

#ohmm form #birthday-date-2 .test:nth-child(2) {
    width: 40%;
}

#ohmm form #birthday-date-2 .test:last-child {
    width: 30%;
    margin: 10px 0;
}

#ohmm form #birthday-date-2 .test .form-control {
    width: 100%;
}

#ohmm form .form-control:last-child {
    margin: 10px 0;
}

#ohmm form #birthday-date select[name="birthday[day]"] {
    width: 25%;
}

#ohmm form #birthday-date select[name="birthday[month]"] {
    width: 40%;
}

#ohmm form #birthday-date select[name="birthday[year]"] {
    width: 30%;
}

#ohmm form #prefijo {
    width: 100%;
}

#ohmm a,
#ohmm a:hover,
#ohmm a:visited {
    color: inherit;
    text-decoration: underline;
}

#ohmm img {
    width: 100%;
    height: auto;
}

#ohmm #left-box,
#ohmm #middle-box,
#ohmm #right-box {
    display: inline-block;
    float: left;
}

#ohmm #left-box-hotsale,
#ohmm #middle-box,
#ohmm #right-box-hotsale {
    display: flex;
    float: left;
    flex-direction: column;
    justify-content: flex-start;
}

#ohmm #left-box,
#ohmm #left-box-hotsale {
    width: 62%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: right top;
    
}

#ohmm #left-box {
    background-image: url(../img/bk-newsletter-desktop.jpg);
    background-position: center;
    background-size: cover;
}

#ohmm #left-box-hotsale {
    background-image: url(../img/bk-newsletter-desktop.jpg);
}

#ohmm #left-box.mobile {
    display: none;
}

#ohmm #left-box-hotsale.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    #ohmm .claim.hotsale p {
        font-size: 3vw;
    }
    #ohmm img.img-hotsale {
        width: 15vw;
        height: auto;
        display: block;
        margin: 0 auto 10px auto;
    }
    #ohmm #left-box.hotsale,
    #ohmm #left-box.mobile.hotsale {
        background-image: url(../img/2020-MX-HotSale/768_captacion_hot_sale.jpg);        
    }
}
@media screen and (min-width: 769px) {
    #ohmm img.img-hotsale {
        width: 6vw;
        height: auto;
        display: block;
        margin: 0 auto 10px auto;
    }
    #ohmm #left-box.hotsale,
    #ohmm #left-box.mobile.hotsale {
        background-image: url(../img/2020-MX-HotSale/1229_captacion_hot_sale.jpg);        
    }
}
#ohmm #middle-box {
    width: 36%;
    height: 100%;
    min-height: 100vh;
}

#ohmm #middle-box #logo {
    background-image: url(../img/logo-str.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 50%;
    height: 65px;
    width: 272px;
    background-position: center center;
    margin: auto;
}

#ohmm .claim h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    font-size: 1.15vw;
    padding: 0 13%;
    line-height: 1.25vw;
}

#ohmm .claim h4 {
    font-size: 0.95vw;
    font-weight: bold;
}

#ohmm .claim p,
#ohmm #label-birthday,
#ohmm #label-products {
    font-size: 0.73vw;
    font-weight: 400;
}

#ohmm #label-birthday {
    font-weight: 400;
}


#ohmm #middle-box .contenedor {
    padding: 0 12%;
}

#ohmm .custom-text input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 20px;
    color: #8e8e8e;
    font-weight: 400;
    outline: 0px;
    box-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#ohmm .custom-text input,
#ohmm form .form-control,
#ohmm label,
#ohmm input[type="submit"] {
    font-size: 0.73vw;
}

#ohmm h4 {
    font-size: 0.94vw;
}

#ohmm #phone {
    margin: 17px 0px 5px 0;
}


/*.custom-submit {
    background-color: #000000 !important;
    color: #ffffff;
    max-width: 40%;
    padding: 10px 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    }*/
#ohmm .custom-submit {
    margin: 40px 0;
}

#ohmm input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 0px solid #000000;
    /*background-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(88, 86, 86) 100%);*/
    background-color: #000000;
    background-size: 200% auto;
    color: white;
    padding: 15px 20px;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.5s;
}

#ohmm input[type="submit"]:hover {
    /*background-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(88, 86, 86) 100%);
    background-position: right bottom;*/
}

#ohmm .custom-radio {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

#ohmm .custom-radio .select-gender {
    width: 50%;
    display: inline-block;
    float: left;

    position: relative;
    height: 100%;
}

#ohmm .custom-preferences-ul li {
    position: relative;
}

#ohmm .custom-checkbox .select-terms {
    position: relative;
    text-align: left;
}

#ohmm .custom-checkbox .select-terms td {
    vertical-align: top;
}

#ohmm .custom-radio .select-gender {
    text-align: center;
}

#ohmm .custom-radio label,
#ohmm .custom-preferences-ul label {
    font-weight: 400;
    color: #8e8e8e;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#ohmm .custom-checkbox label {
    font-weight: 400;
    /*color: #8e8e8e;*/
    vertical-align: top;
    position: relative;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align: left;
}

#ohmm .custom-radio .select-gender:hover label,
#ohmm .custom-preferences-ul li:hover label,
#ohmm .custom-checkbox .select-terms:hover label {
    color: black;
}

#ohmm .custom-radio .select-gender .check,
#ohmm .custom-preferences-ul li .check {
    display: inline-block;
    position: absolute;
    border: 1px solid #8e8e8e;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 0px;
    /*left: 60px;*/
    left: 24%;
    z-index: 5;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear;
}

body[lang="RU"] #ohmm .custom-radio .select-gender .check,
#ohmm .custom-preferences-ul li .check {

    left: 10%;
}


#ohmm .custom-checkbox .select-terms .check {
    display: inline-block;
    border: 1px solid #8e8e8e;
    height: 15px;
    width: 15px;
    top: 3px;
    /*left: 80px;*/
    left: 0%;

    margin-right: 17px;
    z-index: 5;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear;
}

#ohmm .custom-preferences-ul li .check {
    left: 0;
}

#ohmm .custom-radio .select-gender:hover .check,
#ohmm .custom-preferences-ul li:hover .check,
#ohmm .custom-checkbox .select-terms:hover .check {
    border: 1px solid black;
}

#ohmm .custom-radio .select-gender .check::before,
#ohmm .custom-preferences-ul li .check::before {
    display: inline-block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    margin: auto;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#ohmm .custom-checkbox .select-terms .check::before {
    display: inline-block;
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    top: -2px;
    left: 2px;
    margin: auto;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#ohmm input[type=radio]:checked~.check,
#ohmm input[type=checkbox]:checked~.check {
    border: 1px solid black;
}


#ohmm input[type=radio]:checked~label,
#ohmm input[type=checkbox]:checked~label {
    font-weight: bold;
}


#ohmm input[type=radio]:checked~.check::before,
#ohmm input[type=checkbox]:checked~.check::before {
    background: black;
}

#ohmm input#terms[type=checkbox]:checked~.check::before {
    background: transparent;
    content: '✔';
    /*2713*/
}

#ohmm input[type=radio]~label,
#ohmm input[type=checkbox]~label {
    width: 100%;
}

#ohmm input[type=checkbox]~label {
    text-indent: 40px;
}

#ohmm input[type=radio]:checked~label,
#ohmm input[type=checkbox]:checked~label {
    color: black;
}

#ohmm .intl-tel-input {
    display: block;
}

#ohmm .flag-container {
    z-index: 10;
    background-color: #fff;
    font-size: 0.73vw;
    width: 25%;
    border: 1px solid #8e8e8e;
    height: 32px;
}

#ohmm .custom-text.phone input {
    color: #8e8e8e;
    font-weight: 400;
    display: block;
    float: right;
    text-align: left;
    padding-left: 0;
    width: 72%;
    padding-top: 7px;
}

#ohmm input[type=checkbox],
#ohmm input[type=radio] {
    margin-right: 10px;
}

#ohmm input[type=radio],
#ohmm input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    margin: 0;
}

#ohmm .custom-preferences.light {
    font-weight: normal;

}

#ohmm .custom-preferences-ul {
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
    position: relative;
}

#ohmm .custom-preferences-ul li {
    width: 30%;
    display: inline-block;
    padding-bottom: 20px;
}

#ohmm .custom-preferences-ul li:last-child {
    margin-right: 0;
}

#ohmm .page-footer-social,
#ohmm .page-footer-colection {
    text-align: center;
}

#ohmm .page-footer-app-links {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}

#ohmm .page-footer-app-links .img-badge {
    width: 80%;
}

#ohmm .page-footer-colection h4 {
    margin: 30px;
}

#ohmm .page-footer-social h4 {
    margin-top: 0px;
    margin-bottom: 4px;
}

#ohmm .page-footer-social ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}


#ohmm .page-footer-social ul li {
    display: inline-block;
    max-width: 35px;
}


#ohmm .page-footer-social ul li.icono_youtube {}

#ohmm .page-footer-social ul li img {
    /*max-width: 35px;*/

}

/*.page-footer-social ul li a.facebook img{
    max-width: 25px;
}*/
#ohmm .page-footer-colection.mobile {
    display: none;
}

#ohmm .page-footer-social.mobile {
    display: none;
}

#ohmm .m30 {
    margin: 0px 30px 10px 30px;
}


/* Tooltip container */
#ohmm .tooltip_base {
    position: relative;
}

/* Tooltip text */
#ohmm .tooltip_base .tooltiptext {
    visibility: hidden;
    width: auto;
    border: 2px solid #555;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 20px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 87%;
    left: 40%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}


/* Tooltip text */
#ohmm .select-terms .tooltip_base .tooltiptext {

    bottom: 130%;
    left: 17%;
}


/* Tooltip arrow */
#ohmm .tooltip_base .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
#ohmm .tooltip_base .tooltiptext {
    visibility: visible;
    opacity: 1;
}




#ohmm .intl-tel-input .country-list .flag-box,
#ohmm .intl-tel-input .country-list .country-name {
    margin-right: 6px;
    margin-left: 6px;
}



#ohmm .titulo_gracias {
    font-weight: bold;
    text-transform: none;
    margin-top: 45%;
    padding: 0px 2% font-size: 1.25vw;
}

#ohmm .subtitulo_gracias {
    /*font-size: 0.7vw;*/
    font-size: 0.94vw;
    margin-top: 1vw;
    padding: 0 12%;
    font-weight: 600;
}

#ohmm .texto_gracias {

    font-size: 0.7vw;
    padding-top: 0vw;
}



#ohmm .claim.error {}

#ohmm .claim.error_message .titulo_gracias {

    padding: 0 18%;
    text-transform: none;
}

#ohmm .claim.error_message.subtitulo_gracias {

    padding: 0 8%;
}

#ohmm .link_email {
    font-weight: bold;
}

.enviado #ohmm #middle-box .contenedor {
    padding: 0 7%;
}


.icono_instagram,
.icono_facebook,
.icono_twitter,
.icono_youtube {}

#ohmm .page-footer-social ul li.icono_weibo,
#ohmm .page-footer-social ul li.icono_wk,
#ohmm .page-footer-social ul li.icono_youku {
    display: none;
}




body[country="CN"] #ohmm .page-footer-social ul li.icono_instagram,
body[country="CN"] #ohmm .page-footer-social ul li.icono_facebook,
body[country="CN"] #ohmm .page-footer-social ul li.icono_twitter,
body[country="CN"] #ohmm .page-footer-social ul li.icono_youtube,
body[country="CN"] #ohmm .page-footer-social ul li.icono_youku {
    display: none;
}


body[country="CN"] #ohmm .page-footer-social ul li.icono_weibo,
body[country="CN"] #ohmm .page-footer-social ul li.icono_youku {
    display: inline-block;
}

body[country="RU"] #ohmm .page-footer-social ul li.icono_facebook,
body[country="RU"] #ohmm .page-footer-social ul li.icono_youku {
    display: none;
}


body[country="RU"] #ohmm .page-footer-social ul li.icono_wk {
    display: inline-block;
}

#ohmm input:-webkit-autofill,
#ohmm input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 9999px white inset;
}

@media screen and (min-width: 1281px) {
    #ohmm .page-footer-colection h4 {
        padding-top: 10px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1280px) {
    #ohmm .custom-text.phone input {
        width: 70%;
    }

    #ohmm .custom-radio {
        margin: 10px 0;
    }

    #ohmm .custom-submit {
        margin: 20px 0;
    }

    #ohmm form {
        margin: 20px 0;
    }

    #ohmm .custom-checkbox {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1280px) {
    #ohmm form .phone .test {
        width: 18.5%;
    }

    #ohmm #middle-box .contenedor .claim .titulo_gracias {
        padding: 0 5%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    #ohmm #left-box, 
    #ohmm #left-box-hotsale {
        width: 50%;
    }
    #ohmm #middle-box {
        width: 45%;
    }

    #ohmm .claim h2 {
        font-size: 2.05vw;
        padding: 0 12%;
        line-height: 2.25vw;
    }

    #ohmm .claim h4 {
        font-size: 0.95vw;
    }

    #ohmm .claim p,
    #ohmm #label-birthday,
    #ohmm #label-products {
        font-size: 1.05vw;
    }

    #ohmm .custom-text input,
    #ohmm form .form-control,
    #ohmm label,
    #ohmm input[type="submit"] {
        font-size: 1.03vw;
    }

    #ohmm .custom-radio .select-gender {
        text-align: left;
    }

    #ohmm .custom-radio .select-gender .check,
    #ohmm .custom-preferences-ul li .check {
        left: 0%;
    }

    #ohmm .custom-preferences-ul li {
        float: left;
        width: 50%;
    }

    #ohmm .custom-checkbox {
        clear: both;
        display: inline-block;
        margin-top: 20px;
    }

    #ohmm .custom-radio label,
    #ohmm .custom-preferences-ul label {
        text-indent: 40px;
    }

    #ohmm .custom-checkbox .select-terms .check {
        left: 0%;
        top: 0px;
    }

    /*form #prefijo {
        width: 16.5%;
    }*/
    #ohmm .custom-text.phone input {
        width: 72%;
    }

    #ohmm .custom-radio label,
    #ohmm .custom-preferences-ul label {
        vertical-align: middle;
    }


    #ohmm .flag-container {
        font-size: 1.3vw;
    }

    #ohmm .subtitulo_gracias {
        font-size: 0.94vw;
    }
}

@media screen and (min-width: 1025px) {
    #ohmm .custom-checkbox label {
        line-height: 120%;
    }
}

@media screen and (max-width: 768px) {

    #ohmm .custom-radio .select-gender .check,
    #ohmm .custom-preferences-ul li .check {

        height: 20px;
        width: 20px;
    }

    #ohmm .custom-radio .select-gender .check::before,
    #ohmm .custom-preferences-ul li .check::before {

        height: 12px;
        width: 12px;
    }

    #ohmm .custom-checkbox label {
        line-height: 100%;
    }

    .enviado #ohmm #middle-box .contenedor {
        padding: 0 0%;
    }

    #ohmm .custom-checkbox .select-terms .check::before {
        top: -4px;
        left: 0px;
    }

    body {
        overflow-y: auto;
    }


    #ohmm #left-box {
        display: none;
    }

    #ohmm #left-box-hotsale {
        display: none;
    }

    #ohmm #left-box,
    #ohmm #left-box-hotsale {
        background-size: contain;
        min-height: 270px;
        margin-bottom: 30px;
    }

    #ohmm #left-box.mobile {
        display: block;
        width: 100%;
        height: 540px;
        background-position: top;
        background-image: url(../img/bk-newsletter-mobile.jpg);
    }

    #ohmm #left-box-hotsale.mobile {
        display: block;
        width: 100%;
        height: 540px;
        background-position: top;
        background-image: url(../img/bk-newsletter-mobile.jpg);
    }

    #ohmm #right-box {
        display: none;
    }

    #ohmm #right-box-hotsale {
        display: none;
    }

    #ohmm #middle-box {
        width: 100%;
    }

    #ohmm .page-footer-social,
    #ohmm .page-footer-colection {
        display: none;
    }

    #ohmm .page-footer-social.mobile,
    #ohmm .page-footer-colection.mobile {
        display: block;
    }
    #ohmm .page-footer-colection.mobile {
        margin: 30px;
    }

    #ohmm #left-box,
    #ohmm #middle-box,
    #ohmm #right-box {
        float: none;
    }

    #ohmm .claim h2 {
        font-size: 5.1vw;
        line-height: 6.25vw;
        padding: 0 8.5%;
    }

    #ohmm .claim h4 {
        font-size: 4vw;
        padding: 0 24%;
        font-weight: 400;
    }

    #ohmm .claim p {
        display: none;
    }
    #ohmm .claim.hotsale p {
        display: inline-block;
    }
    #ohmm #label-birthday,
    #ohmm #label-products {
        font-size: 2.65vw;
        font-weight: 400;
    }

    #ohmm .custom-text input,
    #ohmm form .form-control,
    #ohmm label,
    #ohmm input[type="submit"] {
        font-size: 2.73vw;
    }

    #ohmm form #prefijo {
        margin-top: 17px;
        /*width: 22.5%;*/
    }

    #ohmm .custom-text.phone input {
        width: 73%;
    }

    #ohmm .custom-radio {
        margin: 20px 0;
    }

    #ohmm .custom-radio .select-gender .check,
    #ohmm .custom-preferences-ul li .check {
        left: 0%;
        top: 12%;
    }

    #ohmm .custom-preferences-ul li {
        float: left;
        width: 50%;
    }

    #ohmm .custom-checkbox {
        clear: both;
        display: inline-block;
        margin-top: 20px;
    }

    #ohmm .custom-checkbox .select-terms label {
        font-size: 2vw;
        text-align: left;
    }

    #ohmm .custom-checkbox .select-terms .check {
        left: 0%;
        top: 0;
    }

    #ohmm .custom-submit {
        margin: 50px 0;
    }

    #ohmm .page-footer-social.mobile {
        margin: 40px;
    }

    #ohmm h4 {
        font-size: 3.28vw;
    }

    #ohmm form .form-control {
        padding: 0% 1.4%;
    }

    #ohmm .custom-radio .select-gender {
        text-align: left;
    }

    #ohmm input[type=radio]~label,
    input[type=checkbox]~label {
        text-indent: 40px;
    }

    #ohmm form #birthday-date-2 .form-control,
    form .phone .form-control {
        padding: 2px 20px 2px 6px;
    }

    #ohmm .flag-container {
        font-size: 4vw;
    }

    #ohmm .intl-tel-input.separate-dial-code .selected-dial-code {
        padding-left: 21px;
        padding-top: 3px;
    }

    #ohmm .intl-tel-input .selected-flag .iti-arrow {
        right: 0px;
    }


    #ohmm .titulo_gracias {
        font-weight: bold;
        padding: 0px 2%;
        font-size: 4vw;
        margin-top: 0;

    }

    #ohmm .claim.error_message .titulo_gracias {
        padding: 0px;
    }

    #ohmm .subtitulo_gracias {
        /*font-size: 2.8vw;*/
        font-size: 4.38vw;

        /*padding: 0px 16%;*/
    }

    #ohmm .error_message .subtitulo_gracias {
        padding: 0px 0%;
        margin-bottom: 25px;
    }

    #ohmm .texto_gracias {

        /*font-size: 1.7vw;*/
        font-size: 3.8vw;
        /*3.8vw*/
        margin-top: 2vw;
        /*padding: 0px 11%;*/
        font-weight: 600;
        margin-bottom: 6vw;
        padding: 0 12%;
    }

    #ohmm .claim.error_message {
        padding: 0 10%;
    }

}

@media screen and (max-width: 450px) {
    #ohmm .custom-checkbox label {
        line-height: 140%;
    }

    #ohmm #left-box.mobile {
        height: 270px;
    }

    #ohmm #left-box-hotsale.mobile {
        height: 270px;
    }

    #ohmm .custom-text input,
    #ohmm form .form-control,
    #ohmm label,
    #ohmm input[type="submit"] {
        font-size: 3.53vw;
    }

    #ohmm .claim h2 {
        font-size: 6.1vw;
        line-height: 7.25vw;
        padding: 0 5%;
    }

    #ohmm .claim h4 {
        font-size: 5vw;
        padding: 0 16%;
        font-weight: 400;
    }

    #ohmm #label-birthday,
    #ohmm #label-products {
        font-size: 3.65vw;
        font-weight: 400;
    }

    #ohmm .custom-checkbox .select-terms label {
        font-size: 3vw;
    }

    #ohmm h4 {
        font-size: 4.28vw;
    }

    #ohmm .custom-radio .select-gender .check,
    #ohmm .custom-preferences-ul li .check {
        top: 0;
    }

    #ohmm form #prefijo {
        margin: 10px 2.5% 10px 0;
    }
}

#ohmm .display-none {
    display: none;
    height: 0;
    width: 0;
    opacity: 0;
}