body{
  font-family: 'Roboto';
}

a:hover{
  text-decoration: none;
}

header{
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 5;
  box-shadow: 2px 2px 2px #00000020;
}

.nav-item{
  text-align: center;
}
.contato label{
  font-size: 15px;
}
.contato .fas{
  font-size: 20px;
  color: #438fcd;
}
.navbar-toggler{
	margin-top: 0;
}
.navbar-toggler span {
  display: block;
  width: 35px;
  border-radius: 3px;
  height: 3px;
  background: linear-gradient(to right, #0090cf, #e472aa);
  transition: all .3s;
  position: relative;
}

.navbar-toggler span + span {
  margin-top: 10px;
}

.navbar-toggler .active span:nth-child(1) {
  animation: ease .7s top forwards;
}

.navbar-toggler .not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.navbar-toggler .active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.navbar-toggler .not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.navbar-toggler .active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

.navbar-toggler .not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 12px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 14px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.nav-link{
  color: #777777;
}

#last{
  background: linear-gradient(to right, #0090cf, #e472aa);
  background-size: 400% 400%;
  padding: 0px 30px;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}

.custom-item{
  color: #fff;
}

.custom-item:hover{
  color: #fff;
}

.nav-link:not(.custom-item):hover{
  background: linear-gradient(to bottom right, #0090cf, #e472aa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#sec-01{
  background: #ff71ab;
}

.desconto{
  color: #fff;
}

.desconto h1{
  text-transform: uppercase;
  font-weight: 400;
}

.desconto h1 strong{
  font-weight: 600;
}

.preco p{
  font-size: 30px;
}

.preco h5{
  font-size: 35px;
}

#sec-02{
  background: url('../img/bg-kool.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}

#sec-02 h1{
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 0 0 50px;
  position: relative;
  z-index: 1;
}

#sec-02 h1 strong{
  background: #ff71ab;
  padding: 0 10px;
}

.text{
  padding: 80px 70px 40px 50px;
  background: #ff71ab;
  color: #fff;
  font-size: 20px;
}

#sec-03{
  background: url('../img/bg2.jpg');
  background-size: cover;
}

.titulos{
  text-transform: uppercase;
}

.titulos h1{
  color: #ff71ab;
}

.titulos h3{
  color: #0090cf;
  font-size: 35px;
  font-weight: 600;
  position: relative;
}

.titulos h3:after{
  content: '';
  width: 50px;
  height: 2px;
  background: #0090cf;
  display: block;
  position: absolute;
  top: 20px;
  left: 38%;
}

.titulos h3:before{
  content: '';
  width: 50px;
  height: 2px;
  background: #0090cf;
  display: block;
  position: absolute;
  top: 20px;
  left: 57%;
}

.item{
  color: #777;
}

.item h5{
  text-transform: uppercase;
}

.item h5 span{
  margin-left: 25%;
}

.owl-nav{
  position: absolute;
  top: 40%;
  width: 110%;
  left: -5%;
}

.owl-nav span{
  font-size: 25px;
  width: 40px;
  height: 40px;
  display: block;
  background: #e770a8;
  color: #fff;
  padding: 0px 10px 6px;
  border-radius: 50%;
}

.owl-next{
  float: right;
}

#sec-04{
  background: url('../img/bg3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sec-04 h1{
  color: #e770a8;
  text-transform: uppercase;
}

#sec-04 p{
  color: #777777;
  font-size: 20px;
}

.ifood{
  background: #438fcd;
  padding: 15px 110px;
  margin: 30px 0;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

.ifood:hover{
  background: #e770a8;
}

#sec-05{
  background: url('../img/bg4.jpg');
  background-size: cover;
  background-position: left;
}

#sec-05 h1{
  color: #fff;
  padding: 0 3rem;
  font-weight: 400;
}

#sec-05 h1 strong{
  text-transform: uppercase;
}

.box-form{
  background: #fff;
  color: #777;
}

.btn-form{
  background: linear-gradient(to right, #0090cf, #e472aa);
  padding: 10px 50px;
  color: #fff;
  border: none;
}

footer{
  color: #777;
  font-size: 13px;
  z-index: 5;
  position: relative;
}

footer a{
  color: #777;
}

.social{
  display: flex;
align-items: center;
color: #fff;
background: #438fcd;
border-radius: 50%;
padding: 15px 18px;
height: 45px;
width: 45px;
text-align: center;
}
.button,
button {
  background: #ff71ab;
	color: #fff;
	cursor: pointer;
	font-size: 1.6rem;
	font-family: sans-serif;
	display: inline-block;
	margin: 2rem 0 0;
	padding: 1.2rem 2rem;
	border-radius: 2px;
	transition: 0.2s all ease-in-out;
}
@media (max-width:992px){
  .popup-container h2{
    font-size: 28px!important;
    text-align: center;
  }
}
.adiciona-box-shadow{
  background: rgba(0, 0, 0, 0.2);
}
.popup-container {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
  z-index: 10;
}
.popup-container a {
  text-decoration: none;
}
.popup-container a:hover {
  color:#0090cf;
}
.popup-container h2{
  color: #fff;
}
.popup {
	background: #0090cf;
	margin: auto;
	padding: 4rem;
	position: relative;
	border-radius: 4px;
}

.popup-close {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #343434;
	cursor: pointer;
	font-size: 1.6rem;
	width: 2.6rem;
	height: 2.6rem;
	top: -0.8rem;
	right: -0.6rem;
	position: absolute;
	border-radius: 100%;
}

/* RESPONSIVE */

@media (min-width: 992px){
  .desconto{
    position: absolute;
    left: 48%;
  }

  .preco{
    margin-left: 120px;
  }

  #sec-01 .col-lg-8{
    left: -10%;
  }

  .desconto h1{
    font-size: 80px;
  }

  .desconto h1 strong{
    font-size: 120px;
  }

  #sec-02 h1{
    font-size: 75px;
  }

  .text{
    position: absolute;
    top: 37%;
  }

  .poke2{
    left: -8%;
  }

  .titulos h1{
    font-size: 60px;
  }

  #sec-04 h1{
    font-size: 60px;
  }

  .poke3{
    position: absolute;
    top: -8px;
    left: 20%;
    z-index: 3;
    width: 89%;
  }

  #sec-05 h1{
    font-size: 45px;
  }
}

@media (max-width: 992px){
  .desconto h1 strong{
    font-size: 90px;
  }

  #sec-02{
    background-position: left;
  }

  .titulos h3:after{
    left: 15%;
  }

  .titulos h3:before{
    left: 72%;
  }

  .preco br{
    display: none;
  }
  .owl-carousel .owl-item{
  	padding: 0 30px;
  }
  .owl-nav {
    width: 102%;
    left: -1%;
}
.owl-carousel .owl-item{
	text-align: center;
}
#sec-02 h1{
	padding: 0 0 20px 20px;
}
}
#logo{
	height: 45px;
}
