@charset "UTF-8";
/*!
 * UDL Style v0.0.1 (https://byte-it.com.mx/)
 * Copyright 2021-2031 Byte IT
 * Custom UDL Stylesheet*/

 /*Fonts*/
 @font-face{
    font-family:"IQOSW01-Bold";
    src:url(../fonts/IQOSW01-Bold.woff2.css) format("woff2"),url(../fonts/IQOSW01-Bold.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW02-Bold";
    src:url(../fonts/IQOSW02-Bold.woff2.css) format("woff2"),url(../fonts/IQOSW02-Bold.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW05-Bold";
    src:url(../fonts/IQOSW05-Bold.woff2.css) format("woff2"),url(../fonts/IQOSW05-Bold.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW04-Bold";
    src:url(../fonts/IQOSW04-Bold.woff2.html) format("woff2"),url(../fonts/IQOSW04-Bold.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW10-Bold";
    src:url(../fonts/IQOSW10-Bold.woff2.css) format("woff2"),url(../fonts/IQOSW10-Bold.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW02-Light";
    src:url(../fonts/IQOSW02-Light.woff2.css) format("woff2"),url(../fonts/IQOSW02-Light.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW05-Light";
    src:url(../fonts/IQOSW05-Light.woff2.css) format("woff2"),url(../fonts/IQOSW05-Light.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW01-Regular";
    src:url(../fonts/IQOSW01-Regular.woff2.html) format("woff2"),url(../fonts/IQOSW01-Regular.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW04-Regular";
    src:url(../fonts/IQOSW04-Regular.woff2.css) format("woff2"),url(../fonts/IQOSW04-Regular.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW10-Regular";
    src:url(../fonts/IQOSW10-Regular.woff2.html) format("woff2"),url(../fonts/IQOSW10-Regular.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW05-Regular";
    src:url(../fonts/IQOSW05-Regular.woff2.css) format("woff2"),url(../fonts/IQOSW05-Regular.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW02-Regular";
    src:url(../fonts/IQOSW02-Regular.woff2.html) format("woff2"),url(../fonts/IQOSW02-Regular.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW10-Light";
    src:url(../fonts/IQOSW10-Light.woff2.html) format("woff2"),url(../fonts/IQOSW10-Light.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW04-Light";
    src:url(../fonts/IQOSW04-Light.woff2.css) format("woff2"),url(../fonts/IQOSW04-Light.woff.html) format("woff");
}
@font-face{
    font-family:"IQOSW01-Light";
    src:url(../fonts/IQOSW01-Light.woff2.css) format("woff2"),url(../../../arquivosIQOSW01-Light.woff.html) format("woff");
}
 /*Header*/
 header{
     background: #fff;
 }
 /*Content*/
 body {
    font-family: "IQOSW04-Regular";
}
 .ms-6{
    margin-left: 4.5rem;
 }
 form .btn:hover{
    opacity: .8;
}
a:hover {
    opacity: .8;
    color:#fff;
}
.get-trial section.claro {
    padding: 3em 0 4em 0;
}
.get-trial section.claro .two {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.claro {
    background: #f9f9f9;
    color: #000000;
    margin-bottom: 0;
    background-size: cover;
}
/*form*/
form label.lb-input {
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.60;
    width: 100%;
    display: inline-block;
}
form textarea,
form select,
form input {
    border: 0;
    background: transparent;
    outline: none;
    width: 100%;
    margin-bottom: 1.5em;
    padding: 15px 0 10px 0;
}

form textarea {
    height: 70px;
    resize: none;
    font-family: Arial;
}

form .btn {
    border: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

form .btn input {
    padding: 0 1em;
    margin: 0;
    color: #fff !important;
    border: 0 !important;
    width: initial;
    cursor: pointer;
    width: 100%;
    padding: 1em 3em;
}

form .btn svg {
    position: absolute;
    margin-left: 50px;
}

form fieldset {
    border: 0;
    display: flex;
    flex-direction: column;
    font-size: 11px;
}

form fieldset label span {
    text-align: left;
    margin-bottom: 3em;
    display: flex;
    margin-top: 2em;
    color: #9e9e9e;
    align-items: center;
}

form fieldset label span:before {
    content: "";
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: transparent;
    display: inline-block;
    margin-right: 1em;
    border: 1px solid #c2c2c2;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    line-height: 28px;
}

form input:checked+span:before {
    content: "";
    color: #272A33;
}

form fieldset label input {
    display: none;
}

form fieldset a {
    text-decoration: underline;
    display: contents;
    color: #9e9e9e;
}
.select-wrapper select, button, input, optgroup, select, textarea {
    font-family: noto-sans,Helvetica,Arial,sans-serif;
}
form .none {
    display: none;
}
.claro div {
    background: #fff;
   // padding: 4em 5em;
    display: flex;
    flex-direction: column;
    max-width: 60%;
    margin: 2em auto 3em auto;
    box-sizing: border-box;
    width: 100%;
}
.claro div.envio {
    align-items: flex-start;
}
.claro div.envio div#nb-field-5d249980-57c7-441e-a0e1-d315a1e16804 {
    width: 100% !important;
}
div[id^=nb-field-] {
    position: relative!important;
    width: 100% !important;
}
.claro div textarea,
.claro div select,
.claro div input {
    color: #000;
    border-bottom: 1px solid #000000;
}

.claro div div.field {
    
        border-bottom: solid 1px;
        min-width: 100%;
        margin-bottom: 20px;
    
}
.claro div .btn {
    background: #000;
    color: #fff;
}

.claro div input:checked+span:before {
    content: "";
    color: #fff;
    background: #000;
}
.btn {
    background: transparent;
    padding: .7em 3em;
    color: #fff;
    display: inline-block;
    width: inherit;
    border: 1px solid #fff;
}
.btn_black {
    background: black;
    padding: .7em 3em;
    color: #fff;
    display: inline-block;
    width: inherit;
    border: 1px solid #fff;
}

.modal-container {
width: 300px;
margin: 0px auto;
padding: 20px 30px;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
transition: all 0.3s ease;
font-family: Helvetica, Arial, sans-serif;
}
#pasos h4.mereces.ado {
    color:rgb(60,151,165);
    padding: 3rem;
    padding-top: 3rem !important;
}
.modal-header h3 {
margin-top: 0;
color: #42b983;
}

.modal-body {
margin: 20px 0;
}

.modal-default-button {
float: right;
}
 /*Footer*/
 
footer {
    background: #272A33;
    margin-bottom: 0;
    padding: 4em 0;
}

footer .iqosBlanco {
    max-width: 110px;
}

footer div.container {
    align-items: flex-start;
    width: 95%;
    max-width: 95%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer div.container>div:first-child {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 13px;
}

footer div.container>div:last-child {
    display: flex;
    width: 74%;
    justify-content: space-between;
}
footer div ul{
    list-style: none;
}
footer div ul li.title {
    color: #fff;
    opacity: .5;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 1em;
    width: 100% !important;
}

footer div ul.legal {
    flex-direction: initial;
    flex-wrap: wrap;
}

footer div ul.legal li {
    width: 33%;
}

footer div ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer div ul.redes li:last-child a {
    margin-top: .3em;
}

footer div ul a {
    line-height: 2.3em;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

footer div ul a svg {
    margin-right: 1em;
}

footer div.cookie {
    padding: 2em !important;
    position: fixed;
    bottom: 0;
    background: #272a33;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    z-index: 9999;
    left: 0;
    right: 0;
}

footer div.cookie p {
    font-size: 10px;
    text-align: left;
    color: #fff;
    line-height: 1.5em;
}

footer div.cookie a {
    max-width: 135px;
    padding: 10px 1em;
    margin-left: 2em;
    text-align: center;
}

footer div.cookie a {
    background: #5F6168;
    border-color: #5F6168;
}

@media (max-width:961px) {
    /*Header*/
    .ms-6{margin-left: 4.5rem;}
    /*Content*/
    section {
        margin-bottom: 2em;
    }
    
    .claro form {
        max-width: 100%;
        margin: 2em;
        padding: 2em;
        opacity: 96%;
    }
    .claro form {
        width: auto;
    }
    
    /*Footer*/
    footer {
        padding: 1em 1em 2em 2em;
    }

    footer div.container {
        flex-direction: column;
        width: 100%;
    }
    footer div.container>div:last-child {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
        justify-content: flex-start;
    }
    footer div ul.redes {
        flex-direction: row;
        align-items: flex-end;
    }
    footer div ul.redes.footerPrueba {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    footer div ul.redes.footerPrueba li {
        margin-right: 0px !important;
    }

    footer div ul a {
        line-height: normal;
        margin-bottom: 1em;
    }

    footer div ul.redes li:nth-child(2) svg,
    footer div ul.redes li:nth-child(3) svg {
        width: 17px;
    }

    footer div ul.redes li {
        margin-right: .5em;
    }

    footer div ul.redes a {
        font-size: 0;
    }

    footer div ul.servicio li:nth-child(3),
    footer div ul.redes .title {
        display: none;
    }

    footer div ul.redes.footerPrueba a {
        font-size: 10px !important;
    }
    footer div ul.redes .title.footerPrueba {
        display: unset !important;
    }

    footer div ul.legal li {
        width: 100% !important;
    }

    footer div ul {
        text-align: left;
        padding: 0;
    }

    footer div.container>div:first-child {
        margin-bottom: 2em;
    }

    footer div.container>div:last-child {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
        justify-content: flex-start;
    }
    footer div.container>div:last-child.footerPrueba {
        /* flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end; */
        justify-content: flex-start;
    }

    footer div.container.cookie {
        flex-wrap: wrap;
        flex-direction: inherit;
    }

    footer div.cookie a {
        max-width: 100px;
        font-size: 12px;
        margin-top: 1em;
        margin-left: 0;
        text-align: center;
        box-sizing: content-box;
    }
}
/*FOOTER SERVICIO CLIENTE*/
footer div ul.servicio_cliente {
    flex-direction: initial;
    flex-wrap: wrap;
    align-content: flex-start;
    
}

footer div ul.servicio_cliente li {
    width: 33%;
}

footer div ul.servicio_cliente li {
    width: 100% !important;
}
@media only screen and (min-width: 300px) and (max-width: 1000px) {
    footer div ul.servicio_cliente {
        display: contents;
    }
}
 
