*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

:root{
    --space-small:10px;
    --space: 25px;
    --big-space:50px;
    --bold:700;
    --primary-color:#f18121;
    --secondary-color:#fcee26;
    --blue-color:#47a9df;
    --dark-color:#191b1d;
    --white-color:#fff;
    --center: 0 auto;
}

@font-face {
    font-family:Gotham;
    src: url(../font/Gotham_Black/Regular/Gotham\ Black\ Regular.ttf);
 }

 @font-face {
    font-family:'Gotham Black';
    src: url(../font/Gotham_Bold/GothamBold.otf);
 }

 @font-face {
    font-family:'Gotham Medium';
    src: url(../font/Gotham_Medium/Gotham\ Medium.otf);
 }

 @font-face {
    font-family:'Gotham Book';
    src: url(../font/Gotham\ Book.otf);
 }



 div[id$='-error'] {
    color: red;
    font-size: 0.7em;
    padding-top: 4px;
 }

.flex-row{ display: flex; flex-direction:row;}
.flex-column{display: flex;flex-direction:column;}
.align-items-center{align-items: center;}
.align-self-start{align-self: flex-start;}
.align-self-center{align-self: center;}
.justify-content-center{justify-content: center;}
.justify-content-space{justify-content: space-around;}
.strong{font-weight: 900;}
.position{ position: relative;}

img{max-width:100%;}
a{text-decoration: none;}
h2{font-size: 1.8em;}
/* h1{ font-family: 'Gotham Black';} */

h1 {
    font-family: 'Gotham Black';
    font-size: 1.7em;
}


body{
    max-width: 100vw;
    font-family:'Gotham Book';
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

nav{
    width: calc(100vw - var(--big-space)) ;
    justify-content: space-between;
    padding: calc(1.5rem - 5px) calc(1rem - 5px);
    align-items: center;
    margin-top: 2vh;
    position: sticky;
}


.btns a {
    cursor: pointer;
    background-color: var(--blue-color);
    margin-right: var(--space-small);
    font-size: .9em;
    color: white;
    border-radius: 20px;
    transition: text-decoration-color 300ms;
    padding: calc(1em - 5px) calc(1.9rem - 10px);
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    font-weight: 400;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btns a:hover,
.btns a:focus{
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
}

.btns a:hover{
    transform: translateY(-1px);
    background-color: var(--blue-color);
}

.btns a:active {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    transform: translateY(0);
}

.logo{
    width: calc(100vw/10);
    margin-left:2vw;

}

.youtube-encarte{
    padding-top: 15vh;
    padding-bottom: 15vh;
}


.youtube{
    width: 40vw;
}

.texto-youtube{
    color:#fff;
    background-color: #ff8000;
    padding-top: 4vh;
    padding-bottom: 3vh;
    margin-top: -2vh;
    border-end-start-radius: 20px ;
    border-end-end-radius: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Gotham';

}


.encarte{
    margin-left: 5vw;
    width:18.5vw;
}


.texto-encarte {
    color: #fff;
    background-color: #ff8000;
    padding-top: 5vh;
    padding-bottom: 5vh;
    font-size: 1.5rem;
    font-family: 'Gotham';
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
    opacity: .83;
    padding-left: 2vw;
    padding-right: 2vw;
}



.meu-mundial{
    padding-top: 10vh;
    background: url(../img/bg.png) ;
    color:#f9ebcf;
	
}



.titulo-meu-mundial{
    width: calc(25vw + var(--space));
    margin-left: 5vw;
    text-transform: uppercase;
}

.cards{
    margin-top: 5vh;
    margin-bottom: 5vh;
    width: 50vw;
    justify-content: space-around;
    
}

.cards-ofertas{
    width: 20vw;

}

.cards-ofertas-div {
    width: 23vw!important;
    background: url(../img/bg-produto.png);
    border-radius: 15px;
    height: auto;
    border: 3px solid  rgb(255, 172, 0);
    margin-left: 2vw;
}


.cards-ofertas-div .texto {
    margin-top: 8vh;
    width: 23vw;
    font-family: 'Gotham Book';
    margin-left: 4vw;
}


.slick-slide .cards-ofertas-div  img {
    border-radius: 25px;
}


.titulo-produto {
    font-family: 'Gotham';
    font-size: 1.4rem;
}

.imagens-produto{
    width: 10vw;
    object-fit: cover;
    position: absolute;
}

.flex-row.position.imagens-card {
    margin-top: 3vh;
}

.imagens-produto:nth-of-type(1){
    left: -1vw;
    transform: rotate(352deg);

}

.preco {
    margin-left: 13vw;
}

.por {
    background-color: #00bdb9;
    width: 7vw;

}

.leve{
    background-color: #ff5301;
    width: 7vw;
    text-align: center;

}

span.real {
    font-size: 2.5rem;
    font-family: 'Gotham';
    margin-left: 2vw;
}

span.cada {
    text-align: center;
    font-family: 'Gotham Book';
    margin-left: 2.6vw;
    font-size: .7rem;
    line-height: 1.2rem;
}

.cfGMLl .cf3Mob[data-cookiefirst-button=primary]:not([disabled]) {
    border-radius: 50%!important;
    font-size: 33px;
    height: auto;
    line-height: 0;
    margin: 0!important;
    padding: 7px!important;
    width: 3.5vw!important;
}

.cfGMLl {
    border-radius: 50%!important;
    bottom: 75px!important;
    left: 30px!important;
    position: fixed;
    z-index: 999999910;
}




.titulo {
    width: 8vw;
    font-size: .6rem;
    text-align: center;
    background-color: #feb100;
    font-family: 'Gotham';
    padding: 1vh 0;
    margin-left: -.5vw;
}


span.promocao {
    width: 5vw;
    text-align: center;
    font-size: .4rem;
    display: block;
    margin-left: 1vw;
    padding-top: 1vh;
}

.leve span.real {
    margin-left: -1vw;
}

span.centavos {
    font-family: 'Gotham';
    margin-top: 0.8vh;
    margin-left: -7px;
    position: absolute;
}

.imagens-produto:nth-of-type(2) {
    right: 9vw;
    transform: rotate(7deg);
}

.imagens-produto:nth-of-type(3){
    right: 11vw;
    margin-top: -1vh;
    

}

.slick-slide .cards-ofertas img {
    display: block;
    width: 23vw;
    object-fit: cover;

}

.validade {
    width: 60vw;
    color: #f9ebcf;
    font-family: 'Gotham Book';
    font-size: .7em;
    margin-left: 0vw;
    padding-top: 8vh;
    padding-bottom: 3vh;
    text-transform: uppercase;
    text-align: center;
}


.validade p.strong{ margin-bottom: 1vh;font-family: 'Gotham Black';}

.btn-ofertas {
    width: 60vw;
    padding-top: 5vh;
    padding-bottom: 15vh;
    margin-left: -1vw;
}


footer{ background-color: #fff;}

.termo{
    background-color: #f4f4f4;
    width: 100vw;
}

.termo>p{
    width: 70vw;
    font-family: 'Gotham Book';
    font-size: 0.7em;
    padding: 5vh 1vw;
}

.footer{
    padding-top: 5vh;
    width: 60vw;
}

.logo-mundial{width: 5vw;}

ul li {
    text-decoration: underline;
    list-style: none;
    font-family: 'Gotham Book';
   text-align: center;
    color: var(--blue-color);
    font-size: 0.7em;
    cursor: pointer;
    line-height: 1.5em;
}

footer i{
    color:var(--blue-color);
    font-size: 2em;
}

.nav-social-medias{justify-content: space-around;}

.nav-social-medias p{
    color:var(--blue-color);
    font-family: 'Gotham Medium';
    font-size: .7em;
    font-weight: 900;
}



.copyright{
    width: 40vw;
    color: var(--blue-color);
    font-family: 'Gotham';
    font-size: .7em;
    margin-left: -4vw;
    padding-top: 5vh;
    padding-bottom: 3vh;
}

.copyright span{margin-top: 1vh; font-family: 'Gotham Book';}

.validade p.strong{ margin-bottom: 1vh;font-family: 'Gotham Black';}

.meu-mundial-arrow>i.fa.fa-angle-right, .meu-mundial-arrow>i.fa.fa-angle-left {
    font-size: 4em;
    color: #f9ebcf;
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.banner-arrow>i.fa.fa-angle-right, .banner-arrow>i.fa.fa-angle-left {
    font-size: 2em;
    color: #f9ebcf;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10000;
}




.meu-mundial-arrow>i.fa.fa-angle-left {left: -10.5vw;}
.meu-mundial-arrow>i.fa.fa-angle-right {right: -10vw;}

.banner-arrow>i.fa.fa-angle-left {
    left: 0.5vw;
}

.banner-arrow>i.fa.fa-angle-right {
    right: 1vw;
}

.logo-mundi {
    position: absolute;
    width: 12vw;
    bottom: -76%;
    right: 34%;
}

i.fa-solid.fa-bars.menu-hamburguer {
    display: none;
}


.pop-up{
    margin-top: 10vh;
}


.faixa{
    margin-bottom:10vh;
}


.pop-up img, .faixa img {
    width: 970px;
    position: fixed;
    bottom: 0;
    left: 20vw;
    background-color: #f1f1f1;
}

.pop-up h4 , .faixa h4{
    margin-top: 3vh;
    margin-bottom: 3vh;
}


ul.slick-dots {
    display: flex;
    flex-direction: row;
    margin-left: 50%;
    position: absolute;
    bottom: 5%;
}

button {
    display: block;
    width: .5rem;
    height: .5rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
    margin-left: .2vw;
    opacity:.25;
}

li.slick-active button {
    background-color: #fff;
    opacity: 1;
}

.titulo-meu-youtube-encarte {
    display: block;
}

h1.titulo-meu-youtube-encarte {
    padding-top: 15vh;
    width: 30vw;
    text-transform: uppercase;
    color: #ef7e02;
}


section.youtube-encarte.flex-row.flex-column-mobile.align-items-center.justify-content-center {
    margin-left: -2vw;
}



.balao-por {
    background-color: #feb100;
    width: 2vw;
    height: 4vh;
    border-radius: 24px;
    position: absolute;
    top: 0px;
    left: -10px;
}

.balao-por>span {
    font-size: 0.6rem;
    margin-left: .3vw;
    position: absolute;
    margin-top: 9px;
}

.linha{
    width: 100vw;
    border-top: 2px solid #535353;
    margin-top: 5vh;
    margin-bottom: 10vh;
    
    
}
.assessoria-imprensa {
    margin-top: -3.5vh;
    justify-content: space-between;
    width: 70vw;
}
.assessoria-imprensa>div>p {
    font-family: 'Gotham Book';
    font-size: 0.7em;
    padding: 0.2vh 1vw 3.5vh 1vw;
}

/* MEDIA */


@media screen and (min-width: 1920px) {

    section{
        
    }

    h1.titulo-meu-youtube-encarte {
        padding-top: 4vh;
        width: 23vw;
    }

    .youtube-encarte {
        padding-top: 6vh;
        padding-bottom: 8vh;
    }
	
    
    
    
}

@media screen and (max-width:1600px) {

    h1.titulo-meu-youtube-encarte {
        padding-top: 7vh;
    }

    h1.titulo-meu-youtube-encarte {
        width: 32vw;
    }

    .youtube-encarte {
        padding-top: 9vh;
        padding-bottom: 9vh;
    }
  

}

@media screen and (max-width:1050px) {
    .slide-workshop {
        width: 60vw;
    }

    .oferta {
        width: calc(20vw - var(--space))!important;
    }

    .oferta img {
        padding: 1rem 0 0.2rem 1rem;
        width: 28vw;
    }

    img.so-no-mundi-mini {
        left: -5vw;
        top: 0vw;
        width: 15vw;
    }

    img.so-no-mundi-mini {
        left: -2vw;
        top: -2vw;
        width: 10vw;
    }


}

@media screen and (max-width:820px) {

    h1 {
        text-align: center;
    }

    .oferta {
        height: auto;
    }

    .oferta img {
        margin-bottom: 1rem;
    }

    .valor {
        font-size: 2.2em;
    }

    .centavos {
        font-size: 1em;
        margin-left: -6px;
        margin-top: 0.5vh;
    }

    .cada {
        margin-bottom: 6px;
        margin-left: -2vw;
    }

    .oferta .nome-produto {
        padding: -1vh 1vw!important;
    }

    .oferta .nome-produto {
        font-size: 0.65em;
    }

    .cada {
        font-size: .9rem;
    }

    .oferta {
        height: 260px;
    }

    i.fa.fa-angle-right {
        right: -5vw;
    }

    i.fa.fa-angle-left {
        left: -5.5vw;
    }
	
.pop-up img, .faixa img {
    width: 65vw;
    position: fixed;
    bottom: 0;
    left: 20vw;
    background-color: #F1F1F1;
}

}





@media screen and (max-width:600px) {
	img.play-youtube {
    position: absolute;
    width: 11vw;
    left: 42%;
    top: 40%;
}

.cfGMLl .cf3Mob[data-cookiefirst-button=primary]:not([disabled]) {
    border-radius: 50%!important;
    font-size: 33px;
    height: auto;
    line-height: 0;
    margin: 0!important;
    padding: 7px!important;
    width: 13vw!important;
}

    .none-mobile{display: none;}
    .center-mobile{justify-content: center;}
    .flex-column-mobile{display: flex;flex-direction: column;}
    .align-self-center-mobile{align-self: center;}
    .justify-content-evenly-mobile { justify-content: space-evenly;}
    h2 {  font-size: .8em;}

    i.fa-solid.fa-bars.menu-hamburguer {
        display: block;
    }
	.notification-success {
        width: 70vw;
    }

    .logo {width: calc(100vw/3);}

    header div {
        height: auto;
    }
    .slide-workshop {width: 70vw;border-radius: 14px;}

    i.fa.fa-angle-right {
        right: -12vw;
    }

    i.fa.fa-angle-left {
        left: -13vw;
    }

    i.fa.fa-angle-right, i.fa.fa-angle-left {
        top: 34%;
    }

    i.fa.fa-angle-right {
        right: -12vw;
    }
    a.btn-slide {
        font-size: .7em;
        padding: calc(0.9em - 2px) calc(.7rem - 2px);
    }

    h1 {
        width: 85vw;
        font-size: .9em;
        line-height: 1.3em;
    }

    .validade {
        margin-left: -5vw;
    }

    .youtube {
        width: 80vw;
    }

    .texto-youtube {
        font-size: .7rem;

    }

    .encarte {
        margin-left: 0;
        width: 80vw;
        margin-top: 5vh;
    }

    .cards-ofertas-div {
        width: 47vw!important;
        /* margin-left: 0vw; */
    }


    .por, .leve {
        width: 20vw;
        padding-bottom: 1vh;
        padding-top: .8vh;
    }

.titulo {
    width: 22vw;
    font-size: .5rem;
    margin-top: -1vh;
}

    .preco {
        margin-left: 25vw;
    }

    span.promocao {
        width: 20vw;
        font-size: .3rem;
    }

    span.cada {
        text-align: center;
        font-family: 'Gotham Book';
        margin-left: -1vw;
        font-size: .7rem;
        line-height: 1.2rem;
        display: block;
    }

    .leve span.real {
        margin-left: -3vw;
    }

    .titulo-produto {
        font-family: 'Gotham';
        font-size: .8rem;
    }

    .cards-ofertas-div .texto {
        margin-top: 8vh;
        width: 40vw;
        font-family: 'Gotham Book';
        margin-left: 4vw;
    }


    .imagens-produto {
        width: 25vw;
    }



    .imagens-produto:nth-of-type(3) {
        right: 24vw;
        margin-top: -1vh;
    }

    .imagens-produto:nth-of-type(1) {
        left: -4vw;
        transform: rotate(352deg);
    }

    .imagens-produto:nth-of-type(2) {
        right: 20vw;
        transform: rotate(7deg);
    }

    .validade {
        font-size: .6em;
    }

    section {
        height: auto;
        width: 100vw;
    }




    .logo-virada-form {
        width: 33vw;
        margin-top: 14vh;
        margin-bottom: 4vh;
    }

    .div-form {
        width: 80vw;
    }

    select, input {
        width: 75vw;
    }

    .box-form-mini{
        width: calc(20vw + var(--space-small));
    }
    
    .box-form-mini input{
        margin-right: 1vw;
    }

    .checkboxs {
        width: 70vw;
        padding-bottom: 2vh;
    }
    .checkboxs label {
        margin-left: 2vw;
    }

    .form {
        height: auto;
    }

    .btn-form input {
        width: 75vw;
    }

    .workshop {
        height: 50vh;
    }

    .logo-mundial {
        width: 36vw;
    }

    .nav-footer.align-self-center,.logo-mundial,.nav-social-medias p {
        margin-bottom: 3vh;
    }

    .nav-social-medias,.copyright  {
        text-align: center;
    }

    img.image-workshop-btn {
        height: calc(15vh + var(--space));
    }

    img.image-workshop {
        height: 21vh;
        width: 100vw;
    }
    .slide-workshop {height: calc(20vh + var(--space-small));}

    .notification {
        width: 74vw;
        text-align: center;
    }

    i.fa-solid.fa-bars.menu-hamburguer {
        position: absolute;
        right: -60px;
        font-size: 0.8em;
        background-color: var(--blue-color);
        color: #fff;
        padding: 1.2vh 2.5vw;
        /* border-radius: 24px; */
        cursor: pointer;
        border-radius: 24px;
        transform: translate(-50%, -50%);
        z-index: 25000;
    }

    .btns {
        /* position: absolute; */
        width: 70vw;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 9vh 6vw;
        text-align: center;
        /* width: 100vw; */
        z-index: 16000;
        top: -2vh;
        font-size: .8em;
        display: none;
        right: -76px;
        animation-name:menu-show;
        animation-duration: 2s;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;  
    }

  

    @keyframes menu-show {
        from {right: -260px;}
        to {right: -76px;}
      }



    .btns a {
        margin-top: 1vh;
        margin-left: 2vw;
        display: flex;
        justify-content: center;
    }

    .logo-mundi {
        width: 20vw;
        bottom: -70%;
        right: 27%;
    }
    
    .box-form.btn-form {
        margin-bottom: 5vh;
    }

    input[type=checkbox] {
        position: relative;
          cursor: pointer;
          -webkit-appearance: none;
          -moz-appearance: none;
               appearance: none;
    
    }

    input[type=checkbox]:before {

        display: none;
    }
    
    input[type=checkbox]:checked:before {
        content: "";
        display: block;
        position: absolute;
        width: 26px;
        height: 26px;
        top: 0;
        left: 0;
        background-color: var(--blue-color);
        border-radius: 6px;
    }

    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 2px;
        height: 14px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 5px;
        left: 12px;
    }


    .oferta .nome-produto {
        text-transform: capitalize;
        font-family: 'Gotham Medium';
        margin-bottom: 1vh;
        font-weight: 600;
        padding: 2vh 2.5vh 1vw;
    }

    .logo {
        margin-left: 10vw;
    }

    .oferta .nome-produto {
        font-size: 0.40em;
    }

    .oferta .subtitulo-produto {
        font-size: 0.35em;
    }


    .titulo-meu-mundial {
        margin-top: 2vh;
    }

    .meu-mundial-arrow>i.fa.fa-angle-left {
        left: -20.5vw;
    }

    .meu-mundial-arrow>i.fa.fa-angle-right {
        right: -21vw;
    }

    header img {
        height: 22vh;
        object-fit: cover;
        width: 100vw!important;
    }

    h1.titulo-meu-youtube-encarte {
        padding-top: 4vh;
        width: 60vw;
        text-transform: uppercase;
        color: #ef7e02;
    }

    .youtube-encarte {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .btn-ofertas {
        width: 99vw;
        margin-left: 3vw;
        margin-right: 3vw;

    }

    section.youtube-encarte.flex-row.flex-column-mobile.align-items-center.justify-content-center {
        margin-left: 2vw;
    }


    body,html {
        overflow-x: hidden;
        width: 100vw;
    }

    .copyright {
        margin-left: 0vw;

    }

    .cards-ofertas-div .texto {
        margin-top: 3vh;
    }

    .cards-ofertas-div {
        height: auto;
    }

    
    .validade {
        padding-top: 2vh;

    }

    .imagens-produto:nth-of-type(3) {
        margin-top: 2vh;
    }

    .imagens-produto:nth-of-type(1) {
        margin-top: 2vh;
    }

    .imagens-produto:nth-of-type(2) {
        margin-top: 2vh;
    }


    .balao-por {
        width: 7vw;
        height: 3vh;
        top: -9px;
        left: -10px;
    }



    .balao-por>span {
        font-size: 0.5rem;
        margin-left: .9vw;
        right: 6px;
        top: -1px;
    }

    span.real {
        margin-left: 3vw;
    }

    .titulo-meu-mundial {
        margin-left: -2vw;
    }

    .slick-slide .cards-ofertas-div  img {
        border-radius: 11px;
    }

    .meu-mundial-arrow>i.fa.fa-angle-right, .meu-mundial-arrow>i.fa.fa-angle-left {
        top: 36%;
    }
    

}
.encarte {
    background-color: #FF8000
    border-radius: 25px;
}
.encarte img {
    border-radius: 25px;
    border: 5px solid #FF8000;
}
.youtube .all img {
    border-radius: 25px 25px 0 0;
    border: 5px solid #FF8000;
}
.youtube {
    background-color: #FF8000;
    border-radius: 25px;
}
img.play-youtube {
    position: absolute;
    width: 4vw;
    left: 47%;
    top: 47%;
}
.youtube img {
    border: 5px solid  #FF8000;
    border-radius: 25px 25px 0 0;
}

img.play-youtube {
    border: none;
}
header img {
    width: 100vw;
    object-fit: cover;
}
img.logo-meu-mundial {
    margin-left: 3vw;
}
iframe.video-youtube {
    width: 40vw;
    height:40vh;
border: 5px solid  #FF8000;
    border-radius: 25px 25px 0 0;
}

i.fa-solid.fa-xmark {
    color: #f9ebcf;
    position: fixed;
    left: 83vw;
    z-index: 10000;
    bottom: 74px;
    font-size: 1rem;
    cursor: pointer;
}






