/*  Declaração de cores padrões da PETIKO  */
:root {
    --petiko-gray: #444444;
    --petiko-gray-light: #6D6D6D;
    --petiko-info: #0097D7;
    --petiko-yellow: #FFCC00;
    --petiko-blue: #0082A0;
}

.bg-gradient-blue{
  background: rgb(0,151,215);
  background: linear-gradient(90deg, rgba(0,151,215,1) 0%, rgba(0,212,255,1) 100%);
}

body{
    overflow-x: hidden;
}



#chat24 {
  z-index: 100 !important;
}

.p-branco-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.p-branco-menu img{
    max-width: 150px;
    margin-left: 7.5rem;
    margin-bottom: 1rem;
}

/* Tipográfia PETIKO */

.Baloo-Regular{
    font-family: 'Baloo-Regular', sans-serif !important;
}

.Burbank-Big-Bold{
  font-family:'Burbank-Big-Bold', sans-serif !important;
}

.Montserrat-Regular{
    font-family: 'Montserrat-Regular', sans-serif !important;
}

.Montserrat-Black{
    font-family: 'Montserrat-Bold', sans-serif !important;
}

.Montserrat-Light{
    font-family: 'Montserrat-Light', sans-serif !important;
}

/* </Tipogragia> */

.text-white a:hover{
  color: var(--petiko-blue) !important; 
}

.text-purple{
  color: #d85085!important; 
}

.text-purple a:hover{
  color: #d85085!important;
  opacity: .8;
}

.fixed-top.bg-dark{
  background-color:  #191a28 !important;
  opacity: 0.5 !important;
}

div#bar-cupom-top{
  background-color:  #a21919 !important;
  color: #f8d728 !important;
  text-transform: uppercase;
}

#itens-enviados li {
    border-radius: 70%;
    width: 12px;
    height: 12px;
    background-color: #0097d7;
}

#itens-enviados ol {
    bottom: -3rem;
}

.list-petiko {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-petiko li {
    padding-left: 1em;
    text-indent: -.7em;
    padding-bottom: .7rem;
}

.list-petiko li::before {
    content: "• ";
    color: var(--petiko-blue);
    font-size: 24px;
    line-height: 0.5;
}

img.img-fluid.app {
  max-height: 36px;
}

.bg-footer{
    background-color: #F0F0F0;
}

span.author {
  font-size: 12px;
  color: rgba(0,0,0,0.6);
  min-height: 18px;
}

.btn{
    border-radius: 50rem !important;
    font-weight: normal;
    padding: 0.5rem 2rem 0.5rem 2rem;
    font-family: 'Montserrat-Bold', sans-serif !important;
}
.bg-fundo-petiko{
    background: url("../images/fundo-petiko.png");
}
.btn-size-x7{
    font-size: .7rem !important;
}
.text-size-x8{
    font-size: .8rem !important;
}
.max-200px{
    max-height: 200px;
}
.btn-warning-petiko{
    background-color: var(--petiko-yellow) !important;
    font-size: 0.8rem;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
}
.btn-info{
    background-color: var(--petiko-info) !important;
}
.btn-info a{
    color: white;
}
.btn-warning{
    background-color: var(--petiko-yellow) !important;
}
.btn-warning a{
    color: black;
}
.btn-assine{
    position: absolute;
    width: 55%;
    left: 3.7rem;
    font-size: 0.7rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #2c97d6 !important;
}

.nav-pills .nav-link {
  text-transform: capitalize;
}

.btn-primary {
  color: #fff;
  background-color: #2c97d6 !important;
  border-color: #2c97d6 !important;
}

.text-info{
    color: var(--petiko-info) !important;
    text-decoration: none !important;
    transition: .3s;
}
.text-gray-light{
    color: var(--petiko-gray-light);
}
.text-pink{
    color: #EB5F83;
}

.card-petiko {
    border-radius: 2.5rem;
    border: 2px solid rgba(0,0,0,.125);
    min-height: 380px;
    max-width: 315px;
}
img.img-mob {
    max-height: 27px;
}

a{
    text-decoration: none !important;
    transition: .3s;
}
a:hover{
    transition: .3s;
    color: var(--petiko-blue);
    text-decoration: none !important;
}
.text-blue{
    color: var(--petiko-blue) !important;
}
.text-gray{
    color: var(--petiko-gray) !important;
}
.balao-indicou{
    background: url('../images/balao-indicou.png') no-repeat;
    background-size: 100% 100%;
    font-size: 1rem;
    letter-spacing: -1px;
}

.past-prev {
    position: absolute;
    top: 40%;
    font-size: 4rem;
    left: 8%;
    z-index: 99;
}

.past-next{
    position: absolute;
    top: 40%;
    font-size: 4rem;
    right: 8%;
    z-index: 99;
}

.checkout-plano{
    max-width: 300px;
}

.checkout-plano img{
    max-width: 190px;
}

.top-promo{
  top: 4.6rem;
}

.h7{
  font-size: .9rem;
}

.h-150{
  height: 130px;
  width: 100%;
}

.btn-danger-promo{
  background-color: #EA5455 !important;
  border-color: #EA5455 !important;
}

.promo-selo{
  max-height: 150px;
  position: absolute;
  right: 1rem;
  top: -1rem;
}

.f-size-promo{
  font-size: 2rem;
}

#branco{
  z-index: 1000;
  margin-top: -6rem !important;
  position: relative;
}

.bg-left-to-right {
  /* background-image: url(/images/triang_sup.png); */
  /* height: 183px; */
  /* background-position: 25% 100%; */
  background-color: #fc0;
  height: 183px;
  margin-top: 4rem !important;
  margin-left: -1rem;
  -webkit-transform: rotate(357deg);
  -moz-transform: rotate(357deg);
  -ms-transform: rotate(357deg);
  -o-transform: rotate(357deg);
  transform: rotate(357deg);
  z-index: 999;
  position: relative;
}

.bg-right-to-left{
  background-color: #fc0;
  height: 183px;
  margin-top: -7rem !important;
  margin-left: -1rem;
  -webkit-transform: rotate(177deg);
  -moz-transform: rotate(177deg);
  -ms-transform: rotate(177deg);
  -o-transform: rotate(177deg);
  transform: rotate(177deg);
  z-index: -1;
  position: relative;
}

.bg-warning {
  background-color: #ffcc00!important;
}

.max-container-promo{
  max-width: 1400px !important;
  display: table-cell;
}

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

#promo-grid{
  z-index: 998;
  position: sticky;
  top: 4.6rem;
}


@media (max-width:500px) {

  #promo-grid{
    top: 3.6rem !important;
  }

  #branco{
    z-index: 1000;
    margin-top: -8rem !important;
    position: relative;

  }

  .bg-right-to-left{
    margin-top: -10rem !important;
  }

  .f-size-promo{
    font-size: 1rem;
  }

  .h3-sm {
    font-size: 1.7rem;
  }

  .small, small {
      font-size: 62%;
      font-weight: 400;
  }

  #mob-view-grid .text-center-mob, .text-sm-center {
    text-align: center!important;
  }

  #mob-view-grid .h7{
    font-size: .9rem !important;
  }

  .promo-selo {
    max-height: 150px;
    position: absolute;
    right: 0rem;
    top: -1rem;
  }

  .text-sz-sm{
    font-size: 1rem;
  }

  .pl-sm-2{
    padding-left: .5rem !important;
  }

  .pr-sm-0{
    padding-right: 0rem !important;
  }
}

@media (max-width: 375px) {
  #mob-view-grid .mt-4 {
    margin-top: 1rem!important;
  }

  #mob-view-grid .btn-md {
      padding: .25rem .5rem;
      font-size: .875rem !important;
      line-height: 1.5 !important;
      border-radius: .2rem;
  }

  #mob-view-grid img.img-fluid.fluidalign-bottom{
    max-height: 130px !important;
  }

  #mob-view-grid .h7{
    font-size: .7rem !important;
  }

  #mob-view-grid .h3{
    font-size: 1.5rem !important;
  }

  #mob-view-grid .text-center-mob {
      text-align: center!important;
  }


}

@media (max-width: 768px) {

    .top-promo{
      top: 3.6rem;
    }

    div#buttonsNext button {
      font-size: 8px !important;
    }

    .ml-small-3{
        margin-left: 1rem!important;
    }
    .close-absolute{
        position: fixed;
        top: .0rem;
        right: 0rem;
    }
    .card-petiko {
        max-height: 13.3rem;
        min-height: auto;
    }
    .checkout-plano .m-0.bg-primary{
        border-radius: 1rem 0rem 0rem 1rem;
        padding: 0rem !important;
    }.checkout-plano .m-0.bg-primary p{
        padding: 0rem !important;
    }
    img.ml-1.ribbon.best-price.w-30{
        max-width: 85px!important;
    }

    .checkout-plano{
        max-width: 100%;
    }

    .checkout-plano img{
        max-width: 100%;
    }

    .btn{
        border-radius: 50rem !important;
        font-family: 'Montserrat-bold', sans-serif !important;
        font-weight: normal;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
    .btn-assine {
        position: relative;
        width: 75% !important;
        left: 0 !important;
        font-size: 0.7rem;
        bottom: 0 !important;
    }
    .card-petiko{
        max-width: 100%;
    }
    .card-petiko .pt-5{
        padding-top: 0 !important;
    }
}

/*  SLIDE DE ULTIMOS BOX  */
#slich-dogs img, #slich-cats img{
    max-width: 70%;
}
@media (max-width: 768px) {
    #slich-dogs img, #slich-cats img{
        max-width: 100%;
    }
}

/*DECLARACAO DE FONTS PERSONALIZADAS*/
@font-face {
    font-family: Barrio;
    src: url(../fonts/Barrio-Regular.ttf)
}
.burbank{
  font-family: 'Burbank-Small', 'Lato' !important;
}

.bebas{
  font-family: 'Bebas-Regular', 'Lato' !important;
}

/*Correcoes input date*/
input[type="text"],
input[type="email"],
input[type="date"] {
    height: 2.375rem;
}
.form-control::-webkit-input-placeholder { color: #cdcdcd; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #cdcdcd; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #cdcdcd; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #cdcdcd; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #cdcdcd; }  /* Microsoft Edge */

/*ALTERACOES MENU DE NAVEGACAO*/
.menu-principal{
  /*background: #5ac2c5 !important;*/
	/*border-bottom: 1px solid #d3d3d3;*/
}
.navbar-logo {
  width: 90px;
}
.w-40 {
    width: 60%;
}
@media (max-width: 768px) {
    .w-40 {
        width: 40%;
    }
    .nav-item {
        text-align: center;
        padding-top: .3rem;
        padding-bottom: .3rem;
        border-bottom: 1px solid rgba(0,0,0,.1);

    }
    .navbar-collapse{
        margin-top: .5rem;
        border-top: 1px solid rgba(0,0,0,.1);
    }
}
.navbar-toggler{
    border:none;
    color:white !important;
}


/*SECOES PERSONALIZADAS ----------*/
.jumbo{
	padding: 1rem 1rem;
}
.jumbo-light-yellow{
	background-color: #ffff67;
}
.jumbo-light-blue{
	background-color: #b4d9ff;
}
.jumbo-orange-gradient{
  background-image: linear-gradient(to right, #ffaf00, #ffc200, #ffd600, #ffeb00, #ffff00);
}
.jumbo-orange-gradient .container-fluid{
  max-width: 1800px;
}

.jumbo-grat-agosto{
    background: #8eb9ed !important;
}

.jumbo-gray-abril{
  background: #f0edf8;
}

.jumbo-blue-abril{
  background: #80e5ff;
}
.jumbo-dark-orange{
  background-color: #fb6808;
  padding: 0rem 1rem !important;
}
.jumbo-dark-black{
  background-color: #000;
  padding: 0rem 1rem !important;
  margin-bottom: 0;
  border-radius: 0;
  border: 0px !important;
}

.bg-purple{
  background: #aa0088ff;
}
.bg-light-green{
  background: #2affaa !important;
}
.dark-black{
  background-color: #fb6808;
}
.bg-black{
  background: #000 !important;
  color: #fff !important;
}
.bg-black-light{
  background: #2b2b2b !important;
  color: #fff !important;
}
.kit_detail_area{
	background-color: #ff9aea;
}
.section-blue{
	padding: 50px 0;
	background-color: #5bc5c5;
	background-image: url(../images/padrao-fundo.png);
	background-position: center;
	color: #fff;
}
.section-gray{
	background-color: #333333;
	color: #fff;
}
.section-light-gray{
    background-color: #f5f6f8;
}

/*ALTERACOES EM CARDS*/
.card-petiko a{
	text-decoration: none !important;
	/*color: #212529;*/
}
.card-petiko:hover{
	border: 2px solid var(--petiko-info);
	text-decoration: none !important;
}
.card-petiko a:hover{
	text-decoration: none !important;
}
.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}
.best-price{
  margin-left: -2px;
  margin-top: -10px;
}
.mobile-resume p{
    margin-bottom: .1rem;
}

.nav-menu-primary{
    text-decoration: none !important;
    list-style-type: none;
    font-family: 'Baloo-Regular';
    line-height: 2;
    font-size: 1.4rem;
}
.bg-nav{
    background-color: var(--petiko-info);
    color: white;
    max-width: 32%;
    min-height: 100%;
    z-index: 99999999;
}

@media (max-width: 768px) {
    .bg-nav{
        max-width: 90%;
    }
}

.nav-menu-primary a li{
    color: white;
    transition: .3s;
}
.nav-menu-primary a li:hover{
    color: var(--petiko-yellow);
    transition: .3s;
}

.bg-dark{
    /* background-color: #343a40!important; */
    /*opacity: 1;*/
    min-width: 100%;
    min-height: 100% !important;
    z-index: 9999;
}

/*carousel itens index  -------------------------------*/
/*
CC 2.0 License Iatek LLC 2018
Attribution required
*/
@media (min-width: 768px) {

    .carouselItens .carousel-inner .active,
    .carouselItens .carousel-inner .active + .carousel-item,
    .carouselItens .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carouselItens .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselItens .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carouselItens .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carouselItens .carousel-inner .carousel-item-next,
    .carouselItens .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }

    .carouselItens .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .carouselItens .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    .carouselItens .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .carouselItens.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

/*CAROUSEL TESTIMONIALS -----------------------------------------*/
.carousel-testimonials .carousel-inner .carousel-item .img-box{
    width: 135px;
    height: 135px;
}
.carousel-testimonials .carousel-control-prev, #carouselOqueVem .carousel-control-prev{
    left: -65px;
    max-width: 62px;
    font-size: 3rem;
}
.carousel-testimonials .carousel-control-next, #carouselOqueVem .carousel-control-next{
    right: -65px;
    max-width: 62px;
    font-size: 3rem;
}
.carousel-testimonials .carousel-indicators{
  top: 320px;
}
@media (min-width: 320px) and (max-width: 640px) {
    .carousel-testimonials .carousel-inner .carousel-item p{
        font-size: 14px;
    }
    #carouselOqueVem .carousel-control-prev{
        left: -20px;
    }
    #carouselOqueVem .carousel-control-next{
        right: -20px;
    }
    .carousel-testimonials .carousel-control-prev{
        left: -40px;
    }
    .carousel-testimonials .carousel-control-next{
        right: -40px;
    }
    .carousel-testimonials .carousel-indicators{
        top: 400px;
    }
}

/*--- MODAIS -------------------------------------------------*/
@media(max-width:767px) {
  .modal-full .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
  }
  .modal-full .modal-content {
    height: 100% !important;
  }
  .modal-full h1{
    font-size: 23px;
  }
  .modal-full p{
    font-size: 15px;
  }
  .btn-full-modal{
    padding-top: 10px !important;
    max-width: 50% !important;
    /*max-width: 50% !important;*/
  }
  .modal-full-label{
    font-size: 1.5em;
    margin-top: -20px;
  }
  .modal-full .modal-footer img{
    bottom: 20px;
    max-width: 90%;
    /*max-height: 90%;*/
  }
}
@media(min-width:767px) {
  .modal-full .modal-dialog {
    width: 80% !important;
    height: 90% !important;
    max-width: 80% !important;
  }
  .modal-full .modal-content {
    height: 100% !important;
  }
  .modal-full .modal-footer img{
    bottom: 15px;
    max-width:40%;
  }
  .btn-full-modal{
    max-width: 20% !important;
    padding: 2% !important;
  }
}
.modal-full .modal-header{
  border: none;
}

.modal-full .modal-dialog {
  padding: 0;
}

.modal-full .modal-content {
  border-radius: 0;
  position:relative;
}

.modal-full .modal-content{
  /*background-color: #000;*/
  background: #009843 url(../images/stars.png) repeat top center;
  color: #fff;

}
.modal-full .modal-promo{
  /*background-color: #57c8e7;*/
  background-image: -webkit-linear-gradient(15deg, #262626 50%, #333333 50%) !important;
  color: #fff !important;
}
.modal-full .modal-footer{
  background-color: #fff;
  height: 150px;
  position:absolute;
  bottom:0px;
  width: 100%;
}
.modal-full .modal-footer img{
  float: left;
  position: absolute;
  left: 0;
}
.modal-full .modal-footer .bottom-footer{
  bottom: 0px;
}

.modal-full h1{
  color: #fff;
}
.modal-full .btn-assine{
  color: #fff;
  /* background-color: */
}
.btn-full-modal{
  padding-top: 40px;
}
.close-full-modal{
  margin-top: -20px !important;
  margin-right: -8px;
  padding: 8px;
}

div#complement-count {
  font-size: 9px;
  text-align: right;
}

.badge-dispenser{
    font-size: 15px;
}

.modal-special .modal-content{
/* background: #F8D353;
background: -webkit-radial-gradient(top right, #F8D353, #FF5C5A);
background: -moz-radial-gradient(top right, #F8D353, #FF5C5A);
background: radial-gradient(top right, #F8D353, #FF5C5A); */

    /*background: linear-gradient(110deg, white, #8ABEDD 70%, #8ABEDD 50%, #8ABEDD);*/

    background: #ffffff;
    /*background-image: url('/images/back_cupom.jpg');*/
    background-repeat: repeat;
    /**/
    /*background: -moz-linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(138,190,221,1) 86%, rgba(138,190,221,1) 100%);*/
    /*background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(86%, rgba(138,190,221,1)), color-stop(100%, rgba(138,190,221,1)));*/
    /*background: -webkit-linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(138,190,221,1) 86%, rgba(138,190,221,1) 100%);*/
    /*background: -o-linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(138,190,221,1) 86%, rgba(138,190,221,1) 100%);*/
    /*background: -ms-linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(138,190,221,1) 86%, rgba(138,190,221,1) 100%);*/
    /*background: linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(138,190,221,1) 86%, rgba(138,190,221,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8abedd', GradientType=1 );*/

}
.modal-special .modal-dialog{
  max-width: 740px;
}
.modal-special .modal-header{
  border-bottom: none;
  padding-bottom: 0;
}
.modal-special .modal-footer{
  /*background: #00aad4;*/
  /*color: white;*/
  border:0;
}

/*--- BADGES E NOTIFICIACOES ---------------------------------------------*/
.badge-menu{
    font-size: .70rem;
    position:relative;
    top: -10px;
    left: -5px;
}
.fa-menu-pulse{
    animation: pulse 4s infinite;
}
@keyframes pulse {
  0% {
    background-color: #37999c;
  }
  100% {
    background-color: red;
  }
}

/*----- MODAL BACKGROUND BLACKFRIDAY ------------------------------------*/
.modal-aila{
  background-color: #ff2a2a;
}

.modal-header-aila{
  border-bottom: 0px !important;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0;
}
.modal-aila .modal-footer2{
  background: #fff;
  border-top: 0px !important;
}

@media (max-width: 767px) {
  .lista-pelucia{
    padding-top: 5px;
    /*background: #ff1493;*/
    color: black !important;
    margin-bottom: 0px !important;

  }
  /*.list-unstyled li{
    color: white !important;
  }*/
  .modal-header{
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 0.8rem;
    text-align: center;
  }
}

.social-media i{
    color: #6c757d;
    padding: 11px;
    transition: all 0.3s;
}

.social-media i.fa-facebook-square:hover{
    color: #3b5998;
    transition: all 0.3s;
}

.social-media i.fa-instagram:hover{
    color: #b000a6;
    transition: all 0.3s;
}

.social-media i.fa-youtube-square:hover{
    color: #c4302b;
    transition: all 0.3s;
}

.bar-height-0{
    line-height: 0;
    margin-top: 0.7rem;
}

@media only screen and (max-width: 800px) {
    .bar-height-0{
        line-height: 1;
    }
}

/* -----------ANTIGAS CORES----------

Barra da promoção
- #007bff!important

Menu
- #f8f9fa!important

Fundo Primario Jumbotron
- #e9ecef

--------------------------------------
*/

.bg-junho{
    background-color: #fff !important;
}

.bg-promo-junho{
    background-color: #FDE42A !important;
}

.bg-promo-amor-menu{
    background-color: #e9ecef!important
}

@-webkit-keyframes overlay-show{0%{transform:translateX(-88%)}100%{transform:translateX(0%)}}
@-webkit-keyframes overlay-hide{0%{transform:translateX(0%)}100%{transform:translateX(-88%)}}
.overlay-show{animation:overlay-show 1s;animation-fill-mode:forwards}
.overlay-hide{animation:overlay-hide 1s;animation-fill-mode:forwards}
.right,.left{padding:0}
.promo-widget{position:fixed;bottom:6em;left:2em;z-index:999;background:#FDE42A;padding:.87em;box-shadow:0px 8px 16px rgba(0,0,0,0.16);width:27em;transform:translateX(-84%)}
.promo-widget .promo-container{position:relative;width:100%;height:100%;display:block}
.promo-widget .overlay-close{position:absolute;padding:0.3em;top:0;right:0;z-index:9999;cursor:pointer;transition:transform 0.2s ease}
.promo-widget .overlay-close svg{width:1em;height:1em;fill:#657687;vertical-align:bottom}
.promo-widget .overlay-close.active{transform:rotate(45deg)}
.promo-widget .grid{display:grid;align-items:center;grid-column-gap:1.5em;grid-template-columns:repeat(12, 1fr)}
.promo-widget img{position:absolute;bottom:0;right:-1em;width:10em}
.promo-widget .grid .right{grid-column:span 8}
.promo-widget h1{font-size:1.5em;line-height:0;color:#333}
.promo-widget h2{font-family:"apercu-regular", sans-serif;font-size:1.25em;line-height:1.4;margin-top:0.25em;color:black}
.promo-widget p{font-size:1.4em;color:#333;margin-top:0em}
.promo-widget .eyebrow{text-transform:uppercase;font-family:'Apercu-Bold';letter-spacing:0.5px;font-size:0.75em;margin:0 0 0.5em;color:#485460}
.promo-widget .btn-outline-primary {
    color: #007bff;
    background-color: white;
    background-image: none;
    border-color: white;
    transition: all .3s;
}
.promo-widget .btn-outline-primary:hover {
    opacity: .5;
    transition: all .3s;
}
@media (max-width: 768px){
    .promo-widget{position:fixed;width:94%;left:50%;margin-left:-47%;bottom:3em;padding:0.5em}
    .promo-widget .grid{grid-column-gap:1.5em}
    .promo-widget .grid .right{grid-column:span 8}
    .promo-widget img{position:absolute;bottom:0;right:-0.8em;width:8em}
    .promo-widget h1{font-size:1em}.promo-widget h2{font-size:1em}
    .promo-widget h2 span{display:none}.promo-widget p{font-size:1em}
    .promo-widget .promo-container .overlay-close svg{width:0.875em;height:0.875em}
}

/*.badge-warning {*/
/*    color: #212529;*/
/*    background-color: #f7f7f7;*/
/*}*/


/* Area do Cleinte */

.navbar-collapse{
    align-items: unset !important;
}
