.fixo{
    backface-visibility:hidden; /* fixar para mobile + meta name="viewport"*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    left:0;
    width: 100%;
    z-index: 13
}

#header_wrap {
    position: relative;
    z-index: 10;
  }

#nav-container{
  margin-bottom: 75px;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

* {
  margin: 0;
  padding: 0;
}
.header {
  width: 100%;
}

.tela-carrocel {
    position: relative;
    margin-bottom: -36px;
    margin-right: 250px;
    margin-left: 250px;

}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.menu-alfabetico {
  text-decoration: none;
  color: rgb(0, 174, 255);
  font-size: 20px;;
  margin: 3px;
}

.swal2-popup.swal2-toast.swal2-show {

  top: 70px !important;
}




.carrinho{
  margin-left: 10px;;
}

    #search-box {
        position: relative;
        width: 100%;
        margin: 0;
    }
    #search-form {
        height: 40px;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
        overflow: hidden;
    }
    #search {
    color: #ddd;
    border-width: 0;
    background: transparent;
}
    #search-box input[type="text"] {
        width: 90%;
        padding: 11px 0 12px 1em;
        color: #333;
        outline: none;
    }

    #btnSearch {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        width: 80px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 42px;
        border-width: 0;
        background-color: #8d05f5; /*--define a cor do botão Buscar--*/
        -webkit-border-radius: 0px 5px 5px 0px;
        -moz-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        cursor: pointer;
    }

.ativos{
  width: 100%;
  margin-top: 50px;
  background-color: rgb(255, 255, 255);
}

.ativo {
  width: 100%;
  height: auto;
}
.ativo > img{
  width: 100%;

}



.navbar{
  background-color: black;

}

.header{
  margin-bottom: 60px;
}

.linha{
    text-align: center;
    margin-top: auto;
    padding-top: auto;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: solid black 1px;
  }


/*Grid Filmes*/
.title{
  display: block;

}
.filmes-grid{
  text-align: center;
  padding-top: 300px;

}



.filme{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 180px !important;
  height: 40px;
  margin-bottom: 0px !important;
  padding: auto;
  margin-bottom: -45px !important;
}



.item{
  text-align: center;
  margin: auto  ;
  width: 180px;
  height: 250px;
  border: rgba(0, 0, 0, 0.2) solid .5px;
  margin-top: 2px;
  overflow: hidden;
}

.item-single{
  width: 280px;

}

.item >img{
  width: 100%;

}

.descricao{
  /* width: 180px !important; */
  width: 100%;
  height: 45px;
  text-align: center;
  border: rgba(0, 0, 0, 0.2) solid .5px;
  border-bottom: none;
  border-top: none;

}
.valores{
  /* width: 180px !important; */
  width: 100%;
  text-align: center;
  border: rgba(0, 0, 0, 0.2) solid .5px;
  border-top: none;
}

.titulo {
  text-decoration:none;
  color: black;
  font-size: 15px;
  font-weight: 400;
  max-height: 50%;

}

.valor{
  color: blue;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 1px !important;
  padding-bottom: 1px !important;
}

.valor-single{
  margin-top: 10px;
}

.span-idioma{
  background: #ff0000;
    padding: 1px 1px;
    font-size: 0.8rem;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;

}
.span-tamanho{
  background: #09ec14;
    padding: 1px 1px;
    font-size: 0.8rem;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;

}

.pagination {
  display: inline-block;
}

.pagination li{
  display: inline-block;
}
.span-idioma-single{
  background: #ff0000;
  padding: 3px 7px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
  text-transform: uppercase;
  z-index: 1;
  border-radius: 3px;
}

.span-tamanho-single{
  background: #09ec14;
    padding: 3px 7px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    z-index: 1;
    border-radius: 3px;
}



.title-galeria{
  margin-top: 50px;
  text-align: center;
  margin-top: 50px;
  border-top: solid black 1px;
  padding-top: 10px;
}

.galeria img{
  max-width: 150px;
}

.add-carrinho{
  width: 100%;
  background-color: #48A524;
  border-radius: 10px;
  margin: 2px 0px !important;
}
.add-carrinho:hover{
  width: 100%;
  background-color: #64d437;
  border-radius: 10px;
}

.add-carrinho-single{
  width: 50%;
}
.add-carrinho-single:hover{
  width: 50%;
}

.breath{
	margin-top: 50px;

}

.footer {
  height: 30px;
  background-color: black;
  text-align: center;

}

.redes{
  color: white;
  margin-left: 5px;
}


.slick-next {
  color:red !important;
  display: inline;
}
.slick-arrow{
  color: red !important;
}

/*
li.page-item {

  display: none;
}

.page-item:first-child,

.page-item:last-child,
.page-item.active,
.page-item.active:first-of-type {

  display: inline-block;

ul.pagination li:not(.show-mobile) {
  display: none;
}
} */

/* @media (min-width: 250px) and (max-width: 749px){


}

@media (min-width: 750px) and (max-width: 974px){


} */




/*loading*/
.centro{

  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: block;
  display: none;
}
.loading{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 200px;
  height: 200px;
  margin: auto;
  opacity: 1;
  display: none;

}

.check{

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100px;
  height: 100px;
  margin: auto;
  opacity: 1;
  display: none;


}

.filme-single{
  text-align: center !important;
  padding: auto;
  margin: auto;
}

.filtro{
  font-size: 10px;
  padding: 0px 10px;
}

.titulo2{

  border: 1px solid;
  background-color: #0303032a;

}
.novotexto{

border: 1px solid;
background-color: #0000001f;

}

.selects {
    text-align: right;
    font-size: medium;
    font-weight: bolder;
}


.modal-content {
    background:#000000;
    }


.buscar_icone{
    padding-right: 80px;
    border-bottom-style: solid;
    padding-top: 6px;
    margin-top: -4px;
}

@media (max-width: 1100px)
{
    .hidden-mobile {
         display:none !important;
    }
    .selects1{
         margin-top: 60px !important;
     }
    .filmes-grid{
         margin-top: -150px !important;
         padding-right: 20px;
         padding-left: 20px;
    }

}

/* WhatsApp  */
a{
text-decoration:none;
}
.floating_btn {
position: fixed;
bottom: 30px;
right: 30px;
width: 100px;
height: 100px;
display: flex;
flex-direction: column;
align-items:center;
justify-content:center;
z-index: 1000;
}

@keyframes pulsing {
to {
 box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
}
}

.contact_icon {
background-color: #4dc247;
color: #fff;
width: 60px;
height: 60px;
font-size:30px;
border-radius: 50px;
text-align: center;
box-shadow: 2px 2px 3px #999;
display: flex;
align-items: center;
justify-content: center;
transform: translatey(0px);
animation: pulse 1.5s infinite;
box-shadow: 0 0 0 0 #4dc247;
-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
font-weight: normal;
font-family: sans-serif;
text-decoration: none !important;
transition: all 300ms ease-in-out;
}


.text_icon {
margin-top: 8px;
color: #707070;
font-size: 13px;
}
/* WhatsApp  Fim */
