@font-face {
    font-family: 'ZonaPro-Regular';
    src: url('https://www.mkt.tools/storages/30/fonts/ZonaPro-Regular.otf');
    /*src: local('?'), url('https://www.mkt.tools/storages/30/fonts/ZonaPro-Regular.woff') format('woff'), url('https://www.mkt.tools/storages/30/fonts/ZonaPro-Regular.ttf') format('truetype'), url('https://www.mkt.tools/storages/30/fonts/ZonaPro-Regular.svg') format('svg');*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ZonaPro-Bold';
    src: url('https://www.mkt.tools/storages/30/fonts/ZonaPro-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ZonaPro-Black';
    src: url('https://www.mkt.tools/storages/30/fonts/ZonaPro-Black.otf');
    font-weight: normal;
    font-style: normal;
}

*,
::after,
::before {
 box-sizing:border-box
}
body{
    font-family: "ZonaPro-Regular";
    background-color: #391f16;
    color: #b8733e;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    margin: 0px auto;
    max-width: 1024px;
    padding: 0px 15px;
}
/*
@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        max-width: 720px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1024px;
    }
}*/

.text-center {
    text-align: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-right {
    -ms-flex-pack: right !important;
    justify-content: right !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-4 {
    -ms-flex: 0 0 33.333334%;
    flex: 0 0 33.333334%;
    max-width: 33.333334%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.loader{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
}
.loader div{
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-size: 200px;
    height: 200px;
}

.bold{
    font-weight: bold;
}
.bold100{
    font-weight: 100;
}
.bold200{
    font-weight: 200;
}
.bold300{
    font-weight: 300;
}
.bold400{
    font-weight: 400;
}
.bold500{
    font-weight: 500;
}
.bold600{
    font-weight: 600;
}
.bold700{
    font-weight: 700;
}
.bold800{
    font-weight: 800;
}
.bold900{
    font-weight: 900;
}
.bg-color-yellow{
    background-color: #fef9df;
}
.bg-color-green{
    background-color: #93967a;
}
.bg-color-navy-blue{
    background-color: #88abb5 !important;
}
.bg-color-white{
    background-color: #ffffff;
}
.bg-color-red{
    background-color: #f16354;
}
.bg-color-blue{
    background-color: #002060 !important;
}
.bg-color-pink{
    background-color: #fbcec9 !important;
}
.color-white{
    color: #ffffff;
}
.color-red{
    color: #f16354;
}
.color-blue{
    color: #002060 !important;
}
.color-black{
    color: #000 !important;
}
.color-green{
    color: #69622c;
}
.color-navy-blue{
    color: #88abb5;
}
.font-size-20{
    font-size: 20px;
}
.font-size-24{
    font-size: 24px;
}
.font-size-30{
    font-size: 30px;
}
.font-size-35{
    font-size: 35px;
}
.font-size-40{
    font-size: 40px;
}
.small-padding{
    padding: 5px 5px;
}
.small-margin{
    margin: 15px;
}
.small-margin-bottom{
    margin-bottom: 15px;
}
.small-margin-top{
    margin-top: 15px;
}
.small-margin-left{
    margin-left: 15px;
}
.medium-margin-bottom{
    margin-bottom: 30px !important;
}
.medium-margin-top{
    margin-top: 30px !important;
}
.large-margin-top{
    margin-top: 50px;
}
.large-margin-bottom{
    margin-bottom: 40px;
}
.medium-margin{
    margin: 30px;
}
.medium-margin-top-bottom{
    margin: 30px 0px !important;
}
.small-padding-top-bottom{
    padding: 15px 15px;
}
.medium-padding-top-bottom{
    padding: 30px 15px;
}
.no-margin{
    margin: 0px !important;
}
.no-padding{
    padding: 0px !important;
}
.large-padding-bottom{
    padding-bottom: 50px !important;
}
footer h1{
    text-align: center;
    font-size: 12px;
    padding: 40px 0px 0px 0px;
}
footer h1 a{
    color: #b80053;
    font-family: ZonaPro-Bold;
}
footer h3{
    font-size: 15px;
    text-align: center;
    padding: 0px 50px;
}
footer a:hover {
    color: #f16354;
}
#goTop {
    bottom: 25px;
    display: none;
    padding: 0;
    position: fixed;
    right: 25px;
    width: 45px;
    font-size: 45px;
    transition: ease .3s;
    text-decoration: none;
    text-align: center;
    height: 45px;
    z-index: 98;
}
#goTop{
    background-color: #b80053;
    color: #fff;
    border-radius: 50%; 
    opacity: 0.7;
}
#goTop:hover{
    color: #fff;
    opacity: 1;
}
#goTop span{
    position: relative;
    top: -2px;
}

#goBadge {
    top: 50px;
/*     display: none; */
    padding: 0;
    position: fixed;
    right: 25px;
    font-size: 45px;
    transition: ease .3s;
    text-decoration: none;
    text-align: center;
    height: 100px;
    width: 100px;
    z-index: 98;
    opacity: 0.7;
}
#goBadge:hover, #goBadge:active{
    opacity: 1;
}
#goBadge img{
    width: 100%;
}
/* The Close Button */
.close-button {
    float: right;
    font-size: 100px;
    color: #002060;
    margin-right: 10px;
    line-height: 30px;
}

.close-button:hover,
.close-button:focus {
    text-decoration: none;
    cursor: pointer;
    color: #f16354;
}

#cookies{
    display: none; 
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgba(184, 0, 83, .5);
    z-index: 99;
}
#cookies .container{ 
}
#cookies .row{
    margin: 20px;
    padding: 20px;
    background-color: #391f16;
    border: 2px solid #b8733e;
}
#cookies a {
    text-decoration: underline;
    color: revert;
    color: #b80053;
}
#cookies p{
    font-size: 16px;
}
#cookies button{
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: #b80053;
    font-weight: bold;
    padding: 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-family: ZonaPro-Bold;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
#privacy{
    background-color: #fff;
}
.asterisco{
    display: block;
    color: #000;
    position: absolute;
    left: -10px;
    font-size: 21px;
    top: 10px;
    color: #b80053;
}
form.form{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
form.form .required-fields{
    font-size: 15px;
}
form .form-input{
    margin-bottom: 10px;
    width: 100%;
}
form .form-input:nth-child(2){
    margin-bottom: 20px;
}
form.form .button-badge{
    text-align: right;
}
.button-badge button,form.form .button-badge button{
    margin: 0px auto 50px auto;
    width: inherit;
    border: none;
    background-color: #b80053;
    color: #fff;
    font-size: 20px;
    padding: 7px 5px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    font-family: ZonaPro-Bold; 
    max-width: 300px;
    background-color: grey;
    opacity: 0.7;
    cursor: unset;
}
form .form-input label{
    display: block;
    float: left;
    width: 10%;
    height: 30px;
    padding: 5px 0px;
    font-size: 20px;
}
form .form-input input{
    width: 100%;
    float: left;
    font-size: 20px;
    border: 2px solid #b8733e;
    border-radius: unset;
    padding: 0px 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 5px 10px;
    background-color: #391f16;
    color: #b8733e;
    font-family: ZonaPro-Bold;
}
form .form-input input.invalid {
    border: 2px solid #b80053 !important;
    outline: none;
    box-shadow: none !important;
}

.title-header{ 
    text-align: center;
    margin: 30px 0px;
    padding: 65px 0px;
}
.title-header h1{
    font-size: 35px;
}
.title-form{
    margin: 40px 0px 20px 0px;
}
.title-form h2{
    font-size: 19px;
}
p{
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 26px;
    margin-top: 0px;
}
#formSuccess{ 
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 31, 22, 0.9);
    z-index: 999;
    bottom: 0px;
}
#formSuccess .lightBox{
    height: 100%;
}
#formSuccess .lightBox p{
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #391f16;
    padding: 60px 50px 60px 50px;
    width: 600px;
    margin: 0px auto;
    line-height: 28px;
    border: 2px solid;
}
#formSuccess .lightBox p span.badge{
    width: 180px;
    display: block;
    margin-bottom: 20px;
}

#formSuccess .lightBox p span img{
    width: 60%;
    display: block;
}
#formSuccess .lightBox p .icon-close{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #b80053;
}
#formSuccess .lightBox p .test{
    position: absolute;
    width: 500px;
    text-align: center;
    display: block;
    top: 20px;
    font-family: ZonaPro-Bold;
    font-size: 22px;
}
#formSuccess .textDefault{
    text-align: center;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#loader{
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
#loader div{
    text-align: center;
    height: 150px;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.badge-minha-cor-sa{
    margin-bottom: 20px;
}
.content-minha-cor-sa, .badge-minha-cor-sa{
    text-align: center;
}
.content-minha-cor-sa img{
    width: 100%;
    padding: 30px 0px 0px 30px;
}
.badge-minha-cor-sa img{
    width: 55%;
    padding-top: 20px;
    cursor: pointer;
}
.text-badge{
}
.text-badge h2{
    font-family: ZonaPro-Bold;
    text-align: center;
    margin: 20px 0px;
}
header > img, footer img{
    width: 100%;
}
footer .logo-avon{
    text-align: left;
}
footer .logo-diva{
    text-align: right;
}
footer .logo-avon img{
    width: 170px;
    margin-left: 50px;
}
footer .logo-diva img{
    width: 120px;
    margin-right: 50px;
}
footer .text{
    margin: 50px 0px 30px 0px;
}

.logo-minha-cor-sa img{
    width: 100%;
    margin: 30px 0px;
}
.desktop{
    display: block;
}
#goBadge.mobile{
    display: none;
}
.mobile{
    display: none;
}