@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}




.video-nocontrol video::-webkit-media-controls {
  display: none;
}

/* Could Use thise as well for Individual Controls */
.video-nocontrol  video::-webkit-media-controls-play-button {
      display: none;
}

.video-nocontrol  video::-webkit-media-controls-volume-slider {
      display: none;
}

.video-nocontrol  video::-webkit-media-controls-mute-button {
      display: none;
}

.video-nocontrol  video::-webkit-media-controls-timeline {
      display: none;
}

.video-nocontrol  video::-webkit-media-controls-current-time-display {
      display: none;
}

.video-popup{
    position: relative;
     min-height: 400px;
}

.video-popup:before{
    position: absolute;
    background: url("../images/carregandovideo.gif");
    background-size: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
    z-index: -1;
}

.video-popup video{
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}

.fechar.fechar-top{
    position: absolute;
    right: 0;
    top: 0;
}
.aviso-popup.aviso-premmiar {
    width: 60%;
    max-width: 100%;
    top: 17%;
    bottom: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999999;
}

.aviso-popup.campanhaPopai{
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 24%;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    z-index: 9999999;
    max-width: 400px;
    border: none;

}

.aviso-popup.backdrop-item,
.campanhaPopai.backdrop-item{
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.9);
    height: 100vh;
    max-width: 100%;
}
.aviso-popup.backdrop-item .conteudo{
    width: 24%;
    margin: 14px auto 0 auto;
}
.playVideo{
    padding: 0;
    position: absolute;
    top: 65%;
    z-index: 222;
    width: 26%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    cursor: pointer;
     filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.3));
        -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
            animation: heartbeat 1.5s ease-in-out infinite both;
}

.campanhaPopai .conteudo-nav{

    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    
}
.campanhaPopai .conteudo-nav h3{
    line-height: normal;
    font-size: 23px;
    color: #dcfd00;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.campanhaPopai .conteudo-nav p{
    color: #dcfd00;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin: 6px 0px 6px 0px;
} 
.campanhaPopai button.fechar{
    position: absolute;
    top: 9px;
    right: 6px;
        background: #dcfd00;
    color: #01a7e2;
    font-size: 14px;
    padding: 0px 12px;
}

button.animation-1,
.animation-1{
       -webkit-animation: heartbeat 1.5s ease-in-out infinite both!important;
            animation: heartbeat 1.5s ease-in-out infinite both!important;
}

.campanhaPopai .conteudo-nav button{
        all: unset;
    font-family: 'BrownLight';
    background: #dcfd00;
    font-size: 16px;
    font-weight: 600;
    color: #01a7e2;
    padding: 2px 25px;
    border-radius: 1px 10px 2px 10px;
    cursor: pointer;
    text-transform: uppercase;
}
    .aviso-popup h1 .icone{
            line-height: 0;
    width: 3rem;
    margin: 0;
    position: relative;
    top: 5px;
    }
    .aviso-popup{
    position: fixed;
    bottom: 11%;
    left: 2%;
    text-align: center;
    width: 30%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
    padding: 13px 7px;
    z-index: 99999;
    max-width: 400px;
    border-bottom: 7px solid #cbcac8;
    }

    .aviso-popup h1{
            color: #42c1bd;
    font-family: 'BrownLight';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3rem;
    }       
    .login.aviso-popup h1{
            color: #ef4557;
    }   

    .abrir-popup{
    all: unset;
    font-family: 'BrownLight';
    background: #42c1bd;
    font-size: 1.7rem;
    font-weight: 600;
    color: #ffffff;
    padding: 4px 19px;
    border-radius: 48px;
    cursor: pointer;
    position: fixed;
    z-index: 99999999999;
    bottom: 7%;
    left: 1%;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.3));
        -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
            animation: heartbeat 1.5s ease-in-out infinite both;
    }
    .aviso-popup    button{
            all: unset;
    font-family: 'BrownLight';
    background: #42c1bd;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    padding: 2px 25px;
    border-radius: 1px 10px 2px 10px;
    cursor: pointer;
    }

    .login.aviso-popup p strong{
          color: #7c7777;
    font-family: 'BrownLight';
    font-weight: bold;
    }

    .login.aviso-popup .conteudo{
            padding: 0px 20px;
    }

    .login.aviso-popup p{
          color: #9d9d9d;
    text-transform: initial;
    font-size: 1.3rem;
    }
    .aviso-popup.login-2 p span{
        color: #ff2947;
    }
    .aviso-popup.login-2 p{
    text-transform: none;
    font-size: 16px;
    line-height: normal;
 padding: 0 21px;
    }
    .aviso-popup p{
        color: #42c1bd;
    font-family: 'BrownLight';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: normal;
    }

@media (min-width: 1800px){


    .campanhaPopai .conteudo-nav{
        bottom: 3%;
    }
.aviso-popup.campanhaPopai {
    top: 15%;
}

        .aviso-popup.backdrop-item,
.campanhaPopai.backdrop-item{
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.9);
    height: 100vh;
    max-width: 100%;
}
}
@media (min-width: 1px) and (max-width:  1000px){
    .aviso-popup{
        width: 90%;
    }
}


.mt-0{
    margin-top:0!important
}


/*Newsletter*/
#newsletter{
	background: #fff;
    padding: 40px 0px;
    color: #ffffff;
    overflow: hidden;
    border-top: 1px solid #8b8b8b;
    border-bottom: 9px solid #00fdcf;
}

#newsletter h4{
	font-size: 24px;
	font-weight: bold;
	margin:0;
	text-transform:  uppercase;
	letter-spacing: -2px;
    color: #000;
}

#newsletter strong{
	color:#00fdcf;
	font-weight: bold;
	letter-spacing: -2px;
}

#newsletter .btn-news{
	background-color:#00fdcf;
	color: #000;
	font-weight: bold;
    transition: all 100ms ease;
}

#newsletter .btn-news:hover{
    background-color:#00fdcf;
    color: #000;
    font-weight: bold;
}

#newsletter p{
	font-size: 16px;
	font-weight: normal;
	text-transform:  uppercase;
	letter-spacing: -1px;
	font-weight: bold;
    color: #8b8b8b;
		
}
img.footer-logo{
        max-width: 6rem;
    display: inline-block;
    position: relative;
    top: 9px;
    margin: 0;
}
#newsletter input{
    padding: 0px 19px;
    font-size: 16px;
    text-transform: initial;
    font-family: "BrownLight";
    font-weight: 900;
    width: 100%;
    color: #000;
    border-radius: 6px;
    border: none;
    box-sizing: border-box;
    outline: none;
    min-height: 45px;
    background: #EEEEEE;
    border-radius: 0px 15px;
}

#newsletter label{
	display: block;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
#newsletter .lgpd{
	width: auto;
	display: inline-block;
}

#newsletter label.lgpd{
	margin-left: 6px;
    margin-top: 1px;
    font-weight: 400;
    color:#000;
    font-weight: bold;
}

#newsletter #lgpd-error{
    display: block;
    position: absolute;
    top: 29px;
    color: red;
    font-weight: 500;
    background: rgb(255 255 255 / 30%);
    padding: 2px 9px;
    border-radius: 3px;
}
#newsletter #nome-error{
   display: block;
    color: red;
    font-weight: 500;
    background: rgb(255 255 255 / 30%);
    padding: 2px 9px;
    border-radius: 3px;
}
#newsletter #email-error{
   display: block;
    color: red;
    font-weight: 500;
    background: rgb(255 255 255 / 30%);
    padding: 2px 9px;
    border-radius: 3px;
}



#nav-footer-logado{
    display: block;
    margin:0 auto
}
#nav-footer-logado a{
    margin-top: 5px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: #f0f0f0;
    font-family: "Gotham";
    text-transform:  uppercase;
}


#nav-footer-logado a:hover {
    text-decoration: underline;
}



#nav-footer-logado a:first-child:before{
    content: "";
    display: inline
}
#nav-footer-logado a:before{
     content: "|";
    display: inline;
    margin-left: 4px;
    margin-right: 12px;
    text-decoration: none!important;
}
#nav-footer-logado h3{
    display: block;
    margin-bottom: 5px!important
}


#logo-footer img{
    margin-top: 69px;
    max-width: 100%;
}


#logo-footer a{
    width: 210px;
    margin-left: 3%;
    position: absolute;
    z-index: 99;
    margin-left: -5% !important;
}

#topico-central-footer {
	margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}
#topico-central-footer h3{
    margin-bottom: 0px;
    text-indent: 11px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 35px;
    color: #dee44e;
    font-weight: bold;
    font-family: "Gotham";
    text-transform: uppercase;
}

#topico-central-footer  ul {
    margin-bottom: 25px;
}

#topico-central-footer  ul li{
    text-align: center;
    display: inline-block;
    color: #e0e0e1
}
#topico-central-footer a{
    margin-right: 20px;
    margin-bottom: 0px;
    text-indent: 11px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #ffffff;
    font-family: "Gotham";
    text-transform: uppercase;



}
#topico-central-footer a:hover{
    text-decoration: underline;
}

#topico-central-footer  ul li:after{
    content: "|";
    margin-right: 20px

}
#topico-central-footer  ul li:last-child:after{
    content:""
}
.info-footer{
    margin-top: 0px;
    margin-bottom: 3px;
    text-align: center;
    display: block;
    font-size: 17px;
	letter-spacing: -1px;
	color: #ffffff;
	font-weight: bold;

    
}
.m-auto{
    margin:0 auto;
}
#pr-social{
    width:100%;
    display: block;
    text-align: center;
    min-height: 90px;
    background-image: linear-gradient(41deg, #dee44e 0%, #dee44e 100%);
    border: 0px solid #000000;

}

#pr-social h3{
    margin-bottom: 0px;
    text-indent: 11px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #ffffff;
    font-family: "Gotham";
    text-transform: uppercase;
    font-weight:  bold;


}

#pr-social ul li{
    display: inline-block
}

#pr-social-links{
    margin-top: 6px
}

#pr-social-links img{
    width: 20px;
    display: block;
    margin-top: 0px;
    margin-left: 10px;
    transition: all 100ms ease-in-out
}
#pr-social-links img:hover{
    -webkit-transform: rotate(20deg) scale(1.2); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(20deg) scale(1.2); /* IE 9 */
    transform: rotate(20deg) scale(1.2) 
}

.botao-azul {
    color: #fff !important;
    background-color: #80C343 !important
}

.botao-azul:hover {
    color: #131313 !important;
    background-color: #80C343 !important;
    font-weight: bold
}

.botao-amarelo {
    color: #131313 !important;
    background-color: #80C343;
    font-weight: bold
}

.botao-amarelo:hover {
    color: #fff !important;
    background-color: #80C343 !important;
    font-weight: normal
}

.botao-cinza-escuro {
    color: #fff !important;
    background-color: #131313
}

.botao-cinza-escuro:hover {
    color: #131313 !important;
    background-color: #80C343 !important;
    font-weight: bold
}

.modal {
    background-color: #fff !important;
    top: 15% !important;
}

.modal .verde {
    color: #80C343;
    font-style: italic;
    padding: 0px 2px;
    font-weight: bold
}

.modal a {
    color: rgba(0, 0, 0, 0.7);
    display: inline;
    text-decoration: underline;
    font-size: inherit
}

.modal a:hover {
    color: #dee44e;
    background:none;
}

.modal ul {
    margin: 0 1rem
}

.modal ul li {
    font-size: 0.75rem;
    list-style-type: disc;
    padding: 0.2em 0;
    margin-bottom: 10px
}

.modal h4.titulo {
    font-family: "Gotham", sans-serif;
    color: #444;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    text-shadow: #fff 0px 1px
}

.modal h1.titulo {
    font-family: "Gotham", sans-serif;
    color: #444;
    font-size: 3.052rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    text-shadow: #fff 0px 1px
}

.modal p {
    font-family: "Gotham", sans-serif;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    padding-right: 0 !important;
    text-align: left
}

.modal p strong {
    font-weight: bold
}

.modal .btn {
    color: #fff;
    text-decoration: none
}

.modal .btn:hover {
    color: #fff;
    text-decoration: none
}

#modalLegal .modal-content,
#modalPr .modal-content,
#modalPrivacidade .modal-content {
    padding: 0 24px !important
}

#modalLegal .modal-footer,
#modalPr .modal-footer,
#modalPrivacidade .modal-footer {
    background-color: #fff !important
}

footer {
    display: block;
    min-height: 187px;
    clear: both;
    background-color: #8b8b8b;
    padding: 0 2.5% !important;
    

}

footer ul {
    display: block;
    margin-top: 25px
}

footer ul li {
    display: inline-block;
    width: 24px;
    height: 29px;
    margin-right: 3px
}

footer ul li a:not(.links) {
	display: block;
    width: 38px;
    height: 38px;
    text-indent: -99999px;
    overflow: hidden;
    background: url(../images/icone-facebook.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

footer ul li:hover {
    opacity: 0.8
}

footer ul li+li a:not(.links) {
    background: url("../images/icone-twitter.png") 0 0 no-repeat;
    display: block;
    width: 38px;
    height: 38px;
    text-indent: -99999px;
    overflow: hidden;
    background-size: 100% 100%;
}

footer ul li+li+li a:not(.links) {
    background: url("../images/icone-instagram.png") 0 0 no-repeat;
    display: block;
    width: 38px;
    height: 38px;
    text-indent: -99999px;
    overflow: hidden;
    background-size: 100% 100%;
}

footer ul li+li+li+li a:not(.links) {
    background: url("../images/icone-youtube.png") 0 0 no-repeat;
    display: block;
    width: 38px;
    height: 38px;
    text-indent: -99999px;
    overflow: hidden;
    background-size: 100% 100%;
}


footer p a {
    color: #fff
}

footer p a:hover {
    color: #80C343
}

footer .redes-sociais {
    margin-top: 69px
}

footer .redes-sociais ul {
    margin-top: 0px
}

footer .redes-sociais ul li {
     width: 43px;
    height: 43px;
    margin-right: 0;
}

footer .redes-sociais p {
    font-size: 9px !important;
    line-height: 14px
}

footer h3 {
    font-size: 16px;
    font-family: "Gotham";
    color: #939393;
    text-align: left;
    font-weight: 600;
    margin-bottom: 7px
}

footer .bloco-links {
    position: relative;
    margin: 0 auto;
    padding-bottom: 5px
}

footer .bloco-links a {
    margin-right: 15px;
    font-size: 16px;
    font-size: 1rem;
    font-family: "A_Mudar", sans-serif;
    width: 100%;
    font-family: "Gotham";
    color: #fff;
    line-height: 1.75
}

footer .bloco-links a:hover {
    opacity: 0.8;
    text-decoration: underline
}

footer .copyright {
    height: 110px
}

footer .copyright p {
    width: 100%;
    text-align: center;
    font-family: 'Gotham';
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 2;
    letter-spacing: 1.5px;
    padding-top: 40px
}

@media screen and (max-width: 992px) {
    .aviso-popup.aviso-premmiar {
    width: 98%;

}
    footer p {
        width: 100%;
        font-size: 10px;
        text-align: center
    }
    footer .redes-sociais p {
        padding-bottom: 15px
    }
}

footer .a_mudar {
    height: 110px;
    line-height: 100px;
    display: block;
    padding-top: 30px
}

footer .a_mudar:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

@media screen and (max-width: 992px) {
    footer .a_mudar {
        width: 100%;
        height: 65px;
        line-height: 65px;
        display: block;
        float: left;
        text-align: center
    }
    footer .copyright {
        height: 40px;
        padding: 0
    }
    footer .copyright p {
        text-align: center
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .redes-sociais ul li {
        margin-right: 5px
    }
    .copyright p {
        font-size: 11px
    }
}

@media (min-width: 1349px) and (max-width: 1439px) {
    .redes-sociais ul li {
        margin-right: 5px
    }
    .copyright p {
        font-size: 11px
    }
}

@media (min-width: 1280px) and (max-width: 1348px) {
    .redes-sociais ul {
        text-align: left
    }
    .redes-sociais ul li {
        margin-right: 3px
    }
    .copyright p {
        font-size: 9px !important
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    footer .container {
        width: 80% !important
    }
    .redes-sociais ul li {
        margin-right: 8px !important
    }
    .copyright p {
        font-size: 9px !important
    }
}

@media (min-width: 1px) and (max-width: 1023px) {
 
    footer .redes-sociais h3 {
        text-align: center;
        margin-bottom: -16px;
        margin-top: 10px
    }
    footer .redes-sociais ul {
        margin-top: 0px !important;
        padding-top: 30px
    }
    footer .redes-sociais ul li {
        margin-right: 10px;
        width: 43px;
        height: 42px
    }
    footer .bloco-links-logado {
        margin-bottom: 50px;
        margin-top: -47px !important;
        text-align: center
    }
    footer .bloco-links-logado h3 {
        text-align: center
    }
    footer .copyright p {
        font-family: "a_mudar", sans-serif;
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        transform: scaleY(1.0484);
        margin-top: 0px !important;
        padding-top: 0
    }
    footer .bloco-links {
        position: relative;
        top: 16px;
        width: 93%;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
        padding-bottom: 8px;
        text-align: center
    }
    footer .bloco-links a {
        padding: 5px 0
    }
    footer .a_mudar {
        margin-top: 0;
        margin-left: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .copyright p {
        margin-top: -30px
    }
}

@media (min-width: 1px) and (max-width: 768px){
    
.modal {
    background-color: #fff !important;
    top: 13% !important;
}
    #logo-footer a{
        position: static;
    }
    footer .redes-sociais{
        padding-top: 0!important;
        margin-top: 0;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    footer .redes-sociais ul {
        margin-top: 20px !important
    }
    footer .copyright p {
        margin-top: 0 !important
    }
    footer .a_mudar {
        margin-top: 20px
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    footer .redes-sociais ul {
        margin-top: 20px
    }
}

@media (min-width: 1px) and (max-width: 319px) {
    footer .redes-sociais ul {
        margin-top: -5px
    }
    footer .copyright p {
        margin-top: 75px;
        text-align: justify;
        letter-spacing: -1px
    }
    footer .a_mudar {
        margin-top: 70px
    }
}


@media(min-width: 769px) and (max-width: 993px){
    .aviso-popup.campanhaPopai {
    width: 35%;
}

.aviso-popup.backdrop-item .conteudo{
      width: 35%;
    margin: 14px auto 0 auto;
}
.aviso-popup.backdrop-item,
.campanhaPopai.backdrop-item{
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.9);
    height: 100vh;
    max-width: 100%;
}
}

@media(min-width: 441px) and (max-width: 768px){
    .aviso-popup.campanhaPopai {
    width: 60%;
}


.aviso-popup.backdrop-item .conteudo{
   width: 60%;
    margin: 14px auto 0 auto;
}

        .aviso-popup.backdrop-item,
.campanhaPopai.backdrop-item{
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.9);
    height: 100vh;
    max-width: 100%;
}


}

@media(min-width: 1px) and (max-width: 440px){



    .aviso-popup.campanhaPopai {
    width: 86%;
}

.aviso-popup.backdrop-item .conteudo{
   width: 86%;
    margin: 14px auto 0 auto;
}

        .aviso-popup.backdrop-item,
.campanhaPopai.backdrop-item{
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.9);
    height: 100vh;
    max-width: 100%;
}

}