/** GERAIS **/

:root {
    --header_principal: 28px;
    --destaque: 26px;
    --title: 30px;
    --kits: 36px;
    --conteudo: 16px;
    --fundo_preto_desk: url("https://www.varigold.com/consumidor/varigold/img/fundo_preto_desktop.jpg");
    --fundo_preto_mobile: url("https://www.varigold.com/consumidor/varigold/img/funto_preto_mobile.jpg");
    --fundo_cinza_desk: url("https://www.varigold.com/consumidor/varigold/img/fundo_secaocinza_desktop.jpg");
    --fundo_cinza_mobile: url("https://www.varigold.com/consumidor/varigold/img/fundo_secaocinza_mobile.jpg");
    --fundo_branco_desk: url("https://www.varigold.com/consumidor/varigold/img/fundo_secaobranca_desktop.jpg");
    --fundo_branco_mobile: url("https://www.varigold.com/consumidor/varigold/img/fundo_secaobranca_mobile.jpg");
}

* {
    font-family: "Roboto", sans-serif !important;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: unset !important;
}

.btn.focus,
.btn:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: unset !important;
    border-color: unset !important;
}

.btn-outline-primary:hover {
    background-color: unset !important;
    border-color: unset !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    border: 2px solid transparent !important;
}

a:hover {
    text-decoration: none !important;
}


/** BOTOES **/

.botao-padrao {
    max-width: 544px !important;
    color: #ffffff;
    margin: 0 auto;
    border: 2px solid#33c321;
    font-size: 28px !important;
    text-transform: uppercase !important;
    font-weight: bolder !important;
    background: #33c321 0% 0% no-repeat padding-box !important;
    filter: drop-shadow(0px 3.5px 0px #185c0a);
    text-shadow: -3.536px 3.536px 6.86px rgb(0 0 0 / 30%);
    border-radius: 5px !important;
    padding: 20px !important;
    line-height: 22px !important;
}

.botao-kit {
    max-width: 380px !important;
    color: #ffffff;
    height: 50px;
    margin: 0 auto;
    border: 2px solid#33c321;
    font-size: 22px !important;
    text-transform: uppercase !important;
    font-weight: bolder !important;
    background: #33c321 0% 0% no-repeat padding-box !important;
    filter: drop-shadow(0px 3.5px 0px #185c0a);
    text-shadow: -3.536px 3.536px 6.86px rgb(0 0 0 / 30%);
    border-radius: 5px !important;
}

.botao-atendimento {
    border: 2px solid #9a8326 !important;
    color: #ffffff !important;
    background: #9a8326 !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
}

.order {
    -webkit-animation: bounce 0.3s infinite alternate;
    -moz-animation: bounce 0.3s infinite alternate;
    animation: bounce 0.3s infinite alternate;
}

@-webkit-keyframes bounce {
    to {
        -webkit-transform: scale(1.06);
    }
}

@-moz-keyframes bounce {
    to {
        -moz-transform: scale(1.06);
    }
}

@keyframes bounce {
    to {
        transform: scale(1.06);
    }
}


/** TOPO **/

.topo,
.topo2 {
    /* background-image: var(--fundo_preto_desk);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
    padding: 2rem 0 1rem;
    background-color: #000000;
}

.topo h3,
.topo2 h3 {
    color: #ffffff;
    font-size: var(--header_principal);
    font-weight: bold;
}

.topo h3 span,
.topo2 h3 span {
    color: #FFC107;
}

.topo p,
.topo2 p {
    font-size: 18px;
    color: #ffffff;
}


/** FORMULÁRIO */

#form_3 {
    font-size: 14px;
    line-height: 1.6;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
}

#form_3 * {
    outline: 0;
}

._form_hide {
    display: none;
    visibility: hidden;
}

._form_show {
    display: block;
    visibility: visible;
}

#form_3._form-top {
    top: 0;
}

#form_3._form-bottom {
    bottom: 0;
}

#form_3._form-left {
    left: 0;
}

#form_3._form-right {
    right: 0;
}

#form_3 input[type="text"],
#form_3 input[type="date"],
#form_3 textarea {
    padding: 6px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form_3 textarea {
    resize: none;
}

#form_3 ._submit {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    background: #1bde89 !important;
    border: 1px solid #18a350 !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 13px !important;
}

#form_3 ._close-icon {
    cursor: pointer;
    background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
    background-repeat: no-repeat;
    background-size: 14.2px 14.2px;
    position: absolute;
    display: block;
    top: 11px;
    right: 9px;
    overflow: hidden;
    width: 16.2px;
    height: 16.2px;
}

#form_3 ._close-icon:before {
    position: relative;
}

#form_3 ._form-body {
    margin-bottom: 30px;
}

#form_3 ._form-image-left {
    width: 150px;
    float: left;
}

#form_3 ._form-content-right {
    margin-left: 164px;
}

#form_3 ._form-branding {
    color: #fff;
    font-size: 10px;
    clear: both;
    text-align: left;
    margin-top: 30px;
    font-weight: 100;
}

#form_3 ._form-branding ._logo {
    display: block;
    width: 130px;
    height: 14px;
    margin-top: 6px;
    background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
    background-size: 130px auto;
    background-repeat: no-repeat;
}

#form_3 .form-label,
#_form_3 ._form_element ._form-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

#form_3._dark ._form-branding {
    color: #333;
}

#form_3._dark ._form-branding ._logo {
    background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}

#form_3 ._form_element {
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
    max-width: 100%;
}

#form_3 ._form_element * {
    font-size: 14px;
}

#form_3 ._form_element._clear {
    clear: both;
    width: 100%;
    float: none;
}

#form_3 ._form_element._clear:after {
    clear: left;
}

#form_3 .form_element input[type="text"],
#_form_3 .form_element input[type="date"],
#_form_3 .form_element select,
#_form_3 ._form_element textarea:not(.g-recaptcha-response) {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form_3 ._field-wrapper {
    position: relative;
}

#form_3 ._inline-style {
    float: left;
}

#form_3 ._inline-style input[type="text"] {
    width: 150px;
}

#form_3 ._inline-style:not(._clear)+._inline-style:not(._clear) {
    margin-left: 20px;
}

#form_3 ._form_element img._form-image {
    max-width: 100%;
}

#form_3 ._clear-element {
    clear: left;
}

#form_3 ._full_width {
    width: 100%;
}

#form_3 ._form_full_field {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#form_3 input[type="text"].has_error,
#_form_3 textarea._has_error {
    border: #f37c7b 1px solid;
}

#form_3 input[type="checkbox"]._has_error {
    outline: #f37c7b 1px solid;
}

#form_3 ._error {
    display: block;
    position: absolute;
    font-size: 14px;
    z-index: 10000001;
}

#form_3 ._error._above {
    padding-bottom: 4px;
    bottom: 39px;
    right: 0;
}

#form_3 ._error._below {
    padding-top: 4px;
    top: 100%;
    right: 0;
}

#form_3 ._error._above ._error-arrow {
    bottom: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f37c7b;
}

#form_3 ._error._below ._error-arrow {
    top: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f37c7b;
}

#form_3 ._error-inner {
    padding: 8px 12px;
    background-color: #f37c7b;
    font-size: 14px;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#form_3 ._error-inner._form_error {
    margin-bottom: 5px;
    text-align: left;
}

#form_3 ._button-wrapper ._error-inner._form_error {
    position: static;
}

#form_3 ._error-inner._no_arrow {
    margin-bottom: 10px;
}

#form_3 ._error-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

#form_3 ._error-html {
    margin-bottom: 10px;
}

.pika-single {
    z-index: 10000001 !important;
}

#form_3 input[type="text"].datetime_date {
    width: 69%;
    display: inline;
}

#form_3 select.datetime_time {
    width: 29%;
    display: inline;
    height: 32px;
}

@media all and (min-width: 320px) and (max-width: 667px) {
     ::-webkit-scrollbar {
        display: none;
    }
    #form_3 {
        margin: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100% !important;
        box-sizing: border-box;
    }
    #form_3 * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1em;
    }
    #form_3 ._form-content {
        margin: 0;
        width: 100%;
    }
    #form_3 ._form-inner {
        display: block;
        min-width: 100%;
    }
    #form_3 .form-title,
    #_form_3 ._inline-style {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    #form_3 ._form-title {
        font-size: 1.2em;
    }
    #form_3 ._form_element {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }
    #form_3 .form-element,
    #_form_3 .inline-style,
    #_form_3 input[type="text"],
    #form_3 label,
    #form_3 p,
    #form_3 textarea:not(.g-recaptcha-response) {
        float: none;
        display: block;
        width: 100%;
    }
    #form_3 ._row._checkbox-radio label {
        display: inline;
    }
    #form_3 .row,
    #_form_3 p,
    #form_3 label {
        margin-bottom: 0.7em;
        width: 100%;
    }
    #form_3 .row input[type="checkbox"],
    #_form_3 ._row input[type="radio"] {
        margin: 0 !important;
        vertical-align: middle !important;
    }
    #form_3 ._row input[type="checkbox"]+span label {
        display: inline;
    }
    #form_3 ._row span label {
        margin: 0 !important;
        width: initial !important;
        vertical-align: middle !important;
    }
    #form_3 ._form-image {
        max-width: 100%;
        height: auto !important;
    }
    #form_3 input[type="text"] {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 1.3em;
        -webkit-appearance: none;
    }
    #form_3 input[type="radio"],
    #form_3 input[type="checkbox"] {
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        font-size: 1em;
        margin: 0 0.3em 0 0;
        vertical-align: baseline;
    }
    #form_3 button[type="submit"] {
        padding: 20px;
        font-size: 1.5em;
    }
    #form_3 ._inline-style {
        margin: 20px 0 0 !important;
    }
}

#form_3 {
    position: relative;
    text-align: left;
    /* margin: 25px auto 0; */
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    background: #000 !important;
    border: 0px solid #b0b0b0 !important;
    width: 100%;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
    color: #ffc107 !important;
    box-shadow: 0px 5px 15px #6f6f6f;
}

#form_3.inline-form,
#_form_3.inline-form ._form-content,
#_form_3.inline-form input,
#_form_3._inline-form ._submit {
    font-family: "Roboto", sans-serif, "IBM Plex Sans", arial, sans-serif;
}

#form_3 ._form-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

#form_3:before,
#form_3:after {
    content: " ";
    display: table;
}

#form_3:after {
    clear: both;
}

#form_3._inline-style {
    width: auto;
    display: inline-block;
}

#form_3.inline-style input[type="text"],
#_form_3._inline-style input[type="date"] {
    padding: 10px 12px;
}

#form_3._inline-style button._inline-style {
    position: relative;
    top: 27px;
}

#form_3._inline-style p {
    margin: 0;
}

#form_3._inline-style ._button-wrapper {
    position: relative;
    margin: 27px 12.5px 0 20px;
}

#form_3 ._form-thank-you {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
}

@media all and (min-width: 320px) and (max-width: 667px) {
    #form_3._inline-form._inline-style ._inline-style._button-wrapper {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
}

#form_3 ._submit {
    margin-top: 2%;
    width: 100%;
    height: 60px;
    font-size: 16pt;
}

#form_3 ._x73397183 ._form-title {
    margin-top: 2%;
}

#form_3 ._x54525034 input {
    height: 45px;
    font-size: 16px;
    width: 100%;
}

#form_3 ._x87217222 input {
    height: 45px;
    font-size: 16px;
    width: 100%;
}

._form-branding {
    display: none;
}


/** FUNDO AMARELO */

.fundo-amarelo {
    padding: 0.75rem 0 0.75rem;
    background-color: #ffc107;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.fundo-amarelo .ultimas-unidades {
    margin: 0;
}

.ultimas-unidades {
    font-size: var(--destaque);
}

.fundo-amarelo .text-white {
    margin: 0!important;
    font-size: 20px;
    font-weight: bold;
}

.fundo-amarelo-mobile .span-mobile {
    font-size: 22px;
    font-weight: bold;
}


/** TEMPO **/

.tempo {
    color: #ffffff;
    padding: 0.5rem 0 0.5rem;
    background-color: #e3224a;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.tempo .horario {
    font-size: 50px;
}

.tempo p {
    margin: 0;
}


/** COMO FUNCIONA */

.como-funciona {
    background-image: var(--fundo_branco_desk);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2rem 0 2rem;
}

.como-funciona .title {
    font-size: var(--title);
    font-weight: bold;
}


/***** KITS*******/

.kits {
    background-color: #ffffff;
    background-image: var(--fundo_cinza_desk);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2rem 0 3rem;
}

.kits h2 {
    color: #000000;
    font-size: var(--kits);
    text-transform: uppercase;
    font-weight: bold;
}

.card-carnaval {
    border: 2px solid #ffc107 !important;
    padding: 0 !important;
    border-radius: 34px 34px 40px 40px !important;
}

.card-cor-fundo-kits {
    /* background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
  padding: 0 !important; */
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    background-color: #ffffff;
    border-radius: 30px 30px 40px 40px !important;
}

.descontos-cards {
    color: #ffffff !important;
    font-size: 26px !important;
    line-height: 26px;
    font-weight: normal !important;
    text-transform: uppercase !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 10px 0 10px !important;
    background-color: #ffc107;
    border-radius: 26px 26px 0 0 !important;
}

.oferta-relampago {
    font-weight: 800;
    padding-bottom: 4px;
    display: inline-block;
    color: #ffffff;
}

.sub-title-card {
    font-weight: normal !important;
    font-size: 14px;
    color: #ffffff;
}

.oferta-expira {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}

.horario {
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    margin-left: 22px;
}

.leve-x-pague-y {
    font-size: 14px;
    background-color: #000000;
    padding: 10px 0 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.de {
    color: red;
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 0;
    text-decoration: line-through;
}

.por {
    color: #000000;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 4px;
}

.valor {
    color: #000000;
    font-size: 22px;
    line-height: 22px;
    font-weight: bolder;
}

.ou {
    font: italic;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
    letter-spacing: -1px;
}

.parcelamento {
    color: 000000;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
}

.valor-destaque {
    color: #33c321;
    font-size: 38px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: 8px;
}

.envio {
    color: #096032;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.blinking {
    animation: opacity 1.5s ease-in-out infinite;
    opacity: 1;
    line-height: 30px;
}

.esquerda {
    transform: rotate(335deg);
}

.direita {
    transform: rotate(25deg);
}

@keyframes opacity {
    0% {
        opacity: 1;
    }
    /* 50% {
	  opacity: 0.5;
	} */
    100% {
        opacity: 0;
    }
}


/*** NAO PERCA ESSA CHANCE */

.tempo .nao-perca-essa-chance {
    margin: 0;
    padding: 0.75rem 0 0.75rem;
}

.nao-perca-essa-chance {
    font-size: var(--title);
    font-weight: bold;
}


/*** GIRE A ROLETA */

.gire-a-roleta {
    background-image: var(--fundo_preto_desk);
    padding: 1rem 0 1rem;
    color: #ffffff;
}

.gire-a-roleta h3 {
    margin: 0;
}

.gire-a-roleta h3,
.gire-a-roleta h3 span {
    font-weight: bold;
    font-size: var(--title);
}

.gire-a-roleta h3 span {
    color: #FFC107;
}

.gire-a-roleta span {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-transform: none;
}


/*** SLIDER */

.carrossel {
    padding: 2rem 0 1rem;
    background-image: var(--fundo_cinza_desk);
}

.carrossel .title {
    font-size: var(--title);
    font-weight: bold;
}

#customers-testimonial {
    padding: 10px 0 0;
}

.testimonial img {
    max-width: 160px;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 13px;
}

.testimonial blockquote {
    margin-top: 20px;
    border: 0;
    color: #000;
    padding: 5px 30px 5px;
    position: relative;
}

.testimonial p {
    max-width: 500px;
    margin: 0 auto;
}


/* .testimonial blockquote::before,
.testimonial blockquote::after {
  font-size: 80px;
  font-weight: normal;
  line-height: 1;
  width: 30px;
  height: 30px;
  position: absolute;
}

.testimonial blockquote::before {
  content: "\201C";
  top: -30px;
  left: -5px;
}

.testimonial blockquote::after {
  content: "\201D";
  bottom: 10px;
  right: 10px;
} 

.testimonial-author p strong {
  display: block;
}
*/

.carrossel h2 {
    color: 000;
    text-transform: uppercase;
}

.carrossel h5 {
    color: 000;
    text-transform: uppercase;
    font-weight: bold;
}

.owl-theme .owl-controls .owl-page span {
    background: #000000 !important;
}


/*** ANVISA */

.anvisa {
    padding: 2rem 0 1rem;
    background-image: var(--fundo_branco_desk);
}

.anvisa .title {
    font-size: var(--title);
    font-weight: bold;
    text-transform: uppercase;
}


/*** VIDEOS 1 */

.videos-1,
.videos-2 {
    padding: 2rem 0 1rem;
    background-image: var(--fundo_cinza_desk);
}

.videos-1 .title,
.videos-2 .title {
    font-weight: bold;
    text-transform: uppercase;
}


/***** PERGUNSTAS FREQUENTES *******/

.perguntas-frequentes {
    font-family: "Roboto", sans-serif;
    padding: 2rem 0 2rem;
    background-color: #f9f9f9;
}

.perguntas-frequentes h2 {
    color: #303030;
    font-family: "Roboto", Sans-serif;
    font-size: clamp(22px, 5vw, 30px);
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
    text-align: center;
}


/***** ACORDION *******/

.btn-link {
    width: 100%;
    color: #000000 !important;
    font-weight: bold !important;
    text-align: left !important;
    text-decoration: none !important;
}

.btn-link:after {
    content: "\2212";
    width: 35px;
    font-size: 25px;
    text-align: center;
    right: 5px;
    top: 5px;
    position: absolute;
    /* background-color: #e8eeff; */
    color: #FFC107;
}

.bordas-accordion {
    border: none !important;
    border-bottom: 1px solid #FFC107 !important;
    border-left: 1px solid #FFC107 !important;
    border-right: 1px solid #FFC107 !important;
    border-radius: 0 !important;
}

.bordas-accordion:first-child {
    border-top: 1px solid #FFC107 !important;
}

.bordas-accordion:last-child {
    border-bottom: 1px solid #FFC107 !important;
}

.accordion {
    background-color: none !important;
    border: none !important;
    background-color: #ffffff !important;
}

.btn-link.collapsed:after {
    content: "\002B";
    color: #FFC107;
}

.conteudo-acordion {
    background-color: #f9f9f9 !important;
}


/*** RESULTADOS */


/***** START RESULTADOS ******/

.resultados {
    color: #000000;
}

.resultados {
    background-image: var(--fundo_branco_desk);
    background-size: cover;
    background-position: center;
    padding: 2rem 0 1rem;
}

.resultados h2 {
    color: #000000;
    text-transform: uppercase;
    font-size: var(--title);
    font-weight: bold;
}

.titulo-resultados {
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 10px;
}


/********** SELOS ************/

.selos {
    padding: 2rem 0 2rem;
}

.selos img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px;
    display: block;
}


/********** RODAPE ************/

#rodape {
    text-align: center;
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 20px;
}

#rodape h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.img-rodape {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 20px;
    display: block;
}

.whats {
    width: 100%;
    max-width: 200px;
}

.correios {
    max-width: 150px;
}

.telefone {
    margin-bottom: 2px;
}

.email {
    margin-bottom: 2px;
}

.termos {
    margin-bottom: 0;
}

.trocas {
    margin-top: 0;
}

.copyright {
    font-size: 14px;
    margin-top: 25px;
    font-weight: bold;
}


/********** WHATS ROLANTE ***************/

#whatsapp-rolante {
    text-align: right;
    position: fixed;
    /* z-index: 10000; */
    bottom: 10px;
    right: 0px;
}


/********** PC ***************/

@media (min-width: 768px) {
    .botao-whats {
        width: 20%;
    }
}


/********** MOBILE ***************/

@media (max-width: 768px) {
    .botao-whats {
        width: 15%;
    }
    .topo h3,
    .ultimas-unidades,
    .title,
    .title-kits {
        font-size: 22px !important;
    }
    .kits {
        background-image: url(../img/fundo_secaocinza_mobile.jpg);
    }
    .por,
    .valor {
        font-size: 16px !important;
    }
    .valor-destaque {
        font-size: 30px;
        line-height: 30px;
    }
    .gire-a-roleta span {
        font-size: 11px;
    }
    .testimonial img {
        max-width: 130px;
    }
}

@media (max-width: 584px) {}

#video-roleta {
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #video-roleta,
    #whatsapp-rolante {
        width: 100%;
    }
}