@import url('reset.css');
@import url('banner-slider.css');
@import url('menu-mobile.css');
@import url('animation.css'); 

section.contato .conteudo .dir div.box a.mail{
  word-wrap: break-word;
  line-height: 16px!important;
}
body{
  display: inline-block;
  margin-bottom: -4px;
  width: 100%;
}



section #banner_principal .owl-loaded .owl-nav.disabled,
section #banner_principal .owl-loaded .owl-dots.disabled {
    display: none!important;
}
/* TOPO DESTAQUE */
.topoDestaque {
  height: 100px;
  background: #f2f2f2;
  display: inline-block;
  width: 100%;
  margin-bottom: -4px;
}

.topoDestaque span.pag {
  width: calc(60% - 1px);
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  float: left;
  font-family: 'Source Code Pro Medium';
  color: #730ea9;
  position: relative;
  height: 100px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;


  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.topoDestaque span.pag:before {
  content: "";
  width: 120px;
  top: 0px;
  left: 0px;
  background: #efba59;
  height: 5px;
  display: inline-block;
  position: absolute;
}
.topoDestaque span.pag strong, 
.topoDestaque span.pag sub {
  display: inline-block;
  width: 100%;
  font-weight: initial;
  z-index: 1;
  position: relative;
}
.topoDestaque span.pag sub{
  font-size: 15px;
}
.topoDestaque span.pag span{
 -webkit-animation: aniIco 2000ms linear infinite both;
  animation: aniIco 2000ms linear infinite both;
}
.topoDestaque span.pag span.ic1{
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: -38px;
  top: 45px;
  background: url(../images/icon/icon-ani-1.svg) center no-repeat;
  background-size: contain;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;

  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.topoDestaque span.pag span.ic2{
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 45%;
  top: 20px;
  background: url(../images/icon/icon-ani-2.svg) center no-repeat;
  background-size: contain;
  -webkit-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;

  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.topoDestaque span.pag span.ic3{
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 60%;
  top: 55px;
  background: url(../images/icon/icon-ani-3.svg) center no-repeat;
  background-size: contain;
  -webkit-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;

  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.topoDestaque div.destaque {
  width: calc(40% - 1px);
  text-align: left;
  font-family: 'Source Code Pro Light';
  color: #730ea9;
  float: left;
  height: 37px;
  margin-top: 25px;
  border-left: 1px solid #730ea9;
  display: table;
  vertical-align: baseline;
  padding-top: 12px;


  /* display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;


  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; */
}
.topoDestaque div.destaque div.cont.ani{
  max-width: 350px;
  border: 1px solid #efba59;
  float: right;
  margin-left: 0%;
}
.topoDestaque div.destaque div.cont:before{
  content: "";
  width: 14px;
  height: 16px;
  display: block;
  position: absolute;
  left: -8px;
  top: 5px;
  background: url(../images/icon/logo-icon-l.svg) center no-repeat #f2f2f2;
  background-size: contain;
}
.topoDestaque div.destaque div.cont:after{
  content: "";
  width: 14px;
  height: 16px;
  display: block;
  position: absolute;
  right: -8px;
  top: 5px;
  background: url(../images/icon/logo-icon-r.svg) center no-repeat #f2f2f2;
  background-size: contain;
}
.topoDestaque div.destaque div.cont{
  max-width: 10px;
  height: 25px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0px;
  font-size: 15px;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  
  margin-left: calc(50%);
}
.topoDestaque div.destaque div.cont.ani span{
  width: calc(100% - 30px);
  padding: 0px 15px;

}
.topoDestaque div.destaque div.cont span{
  display: inline-block;
  width: calc(100% - 30px);
  border-radius: 5px;
  padding: 0px;
  font-size: 15px;
  line-height: 25px;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

/* FIM TOPO DESTAQUE */


ul.breadcrumb {
    width: auto;
    height: auto;
    float: right;
    display: inline-block;
    z-index: 2;
    position: relative;
    margin-bottom: -40px;
}
ul.breadcrumb li {
    width: auto;
    float: left;
    color: #163f71;
    font-family: 'robotoregular';
    line-height: 24px;
    font-size: 12px;
    padding: 30px 4px;
    height: 30px;
    /* letter-spacing: 2px; */
}
ul.breadcrumb a {
    width: auto;
    font-size: 12px;
    line-height: 24px;
    color: #132b4c;
    float: left;
    text-transform: uppercase;
    font-family: 'robotobold';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.breadcrumb a:hover {
    color: #efba59;
}
.loader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  background: rgba(132, 23, 192, 0.88);
  z-index: 19999;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.loader a.logo{
  width: 200px;
  height: 200px;
  display: block;
  margin: calc(50vh - 180px) auto 0px;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
/*   -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite; */
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.loader a.logo:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/logo.svg') center center no-repeat;
}
.loader.ani {
  opacity: 0;
}
.loader.ani a.logo{
  -webkit-transform: scale(1.3);
   -ms-transform: scale(1.3);
   -o-transform: scale(1.3);
   transform: scale(1.3); 
}
.loader.active {
  z-index: -1;
}




/* HEADER */
header {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  float: left;
  z-index: 102;
  background: #ffffff;
}
header div.top {
  background: #730eaa;
  width: 100%;
  height: 50px;
  display: inline-block;
  float: left;
}


header ul.menu {
  width: auto;
  height: 100%;
  height: auto;
  /* display: inline-block; */
  float: right;
  margin-top: 30px;
  margin-right: -15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

header ul.menu li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}


header ul.menu li.sub:hover:before{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header ul.menu li.sub:before{
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  right: 5px;
  top: calc(50% - 6px);
  position: absolute;
  background: url(../images/assets/sprite.png) -47px 0px no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



header ul.menu li.sub:hover:after{
  opacity: 1;
}
header ul.menu li.sub:after{
  opacity: 0;
  content: "";
  width: 13px;
  height: 27px;
  display: block;
  left: 30px;
  top: calc(100% + 6px);
  position: absolute;
  background: url(../images/assets/sprite.png) -60px 0px no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header ul.menu li.sub ul{
  display: inline-block;
  width: calc(300px - 60px);
  max-height: 0px;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 30px;
  top: calc(100% + 20px);
  background: #fff;
  color: #787878;
  border-radius: 6px;
  border-top-left-radius: 0px;
  overflow-y: auto;
  padding: 0px 30px;
  box-shadow: 0px 10px 30px -15px #464646;
}

header ul.menu li.sub ul li a:hover{
  color: #8417c0;
}
header ul.menu li.sub ul li a{
  color: #464646;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 20px;
  padding-left: 10px;
  height: auto;
  display: inline-block;
  width: calc(100% - 30px);
  margin: 0px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
}

header ul.menu li.sub li:hover a:before{
  opacity: 1;
}
header ul.menu li.sub li a:before{
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  left: -10px;
  top: calc(50% - 9px);
  position: absolute;
  opacity: 0;
  background: url(../images/assets/sprite.png) -47px 0px no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header ul.menu li.sub:hover ul{
  max-height: 300px;
  padding: 30px;
}
header .menu li.sub li:last-of-type a {
    padding-right: 20px;
    border-bottom: 0px;
}










header .menu a.home {
  width: 26px;
  min-width: 35px;
  height: 25px;
  display: block;
  position: relative;
  padding: 0px;
}
header .menu a.home:before {
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  left: 0px;
  top: 5px;
  position: absolute;
  background: url('../images/assets/sprite.png') -19px 0px no-repeat;
}
header .menu a.home:hover:before {
  background: url('../images/assets/sprite.png') -33px 0px no-repeat;
}
header .menu a {
  font-family: 'Source Code Pro Medium';
  width: auto;
  min-width: 95px;
  height: 40px;
  display: block;
  color: #fff;
  line-height: 36px;
  float: left;
  margin: 0px 24px 0 20px;
  padding-top: 10px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu a:hover {
  color: #efba59;
}
header .menu li:last-of-type a {
    /* padding-right: 0px; */
}
header .menu a:last-of-type {
/*   padding-right: 16px;
  text-align: right; */
}

header div.bottom a.logo {
    width: 115px;
    height: 75px;
    display: block;
    text-indent: -9999px;
    position: relative;
    float: left;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    margin: 15px;
    margin-left: 22px;
}
header div.bottom a.logo:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/logo.svg') center center no-repeat;
}
header div.bottom a.logo.mob {
  width: 110px;
  height: 110px;
  display: none;
  margin: 0 auto 0px;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
  top: -50px;
  /* -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite; */
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
header div.bottom a.logo.mob:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/logo.svg') center center no-repeat;
}

header div.bottom {
  position: relative;
  background: #8417c0;
  width: 100%;
  height: 110px;
  display: inline-block;
  float: left;
  /* border-bottom: 1px solid #c7c7c7; */
  box-shadow: 0px 10px 40px -23px #8417c0;
}
header .conteudo {
  width: 980px;
  height: auto;
  display: block;
  margin: 0 auto;
  /* border: 1px solid red; */
}
header .top .menu-social {
  width: auto;
  height: 50px;
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  float: right;
  /* margin-top: 45px; */
  margin-right: 30px;
}
header .top .menu-top {
  width: auto;
  height: 50px;
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 36px;
  float: right;
  margin-top: 35px;
}
header .top .menu-top a {
	font-family: 'TwCenMT-Regular';
	width: auto;
	height: 40px;
	display: block;
	font-size: 12px;
	line-height: 36px;
	float: left;
	color: #000;
	text-transform: uppercase;
	padding: 8px 25px 0;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .top .menu-top a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

header .top .menu-social a {
  width: 30px;
  height: 40px;
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  float: left;
  padding: 8px 7px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top .menu-social a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
header .top .menu-social a:hover i{
  color: #f0bf66;
}
header .top .tel:before{
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 5px;
  top: calc(50% - 7px);
  background: url('../images/assets/sprite.png') 0px 0px no-repeat;

}
header .top .tel.whats:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 4px;
    top: calc(50% - 10px);
    background: url(../images/assets/sprite.png) -73px -53px no-repeat;
}
header .top .tel {
  position: relative;
  width: auto;
  height: 50px;
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  float: left;
  /* margin-top: 35px; */
  margin-right: 0px;
  padding-left: 25px;
  margin-left: 15px;
}

header .top a.exp:hover {
  color: #efba5a;
  background: #8417c0;
  border: 1px solid #8417c0;
}
header .top a.exp {
  font-family: 'Source Code Pro Bold';
  width: auto;
  height: 40px;
  display: block;
  color: #730eaa;
  line-height: 36px;
  padding: 6px 35px;
  text-align: center;
  font-size: 16px;
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #efba5a;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  margin-right: 20px;
}
header .top a.exp div.in{
  display: none;
}
header .top a.exp:hover div.in{
  width: auto;
  height: auto;
  position: absolute;
  left: calc(100% - 15px);
  top: 40px;
  z-index: 101;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Source Code Pro Medium';
  text-align: left;
  display: inline-block;
  color: #730eaa;
  line-height: 12px;
  font-size: 10px;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 8px;
  text-transform: none;
  border-top-left-radius: 0px;
  }

header .top a.exp:hover div.in:after {
    /* opacity: 0; */
    content: "";
    width: 15px;
    height: 30px;
    display: block;
    left: 0px;
    top: -15px;
    position: absolute;
    background: url(../images/assets/sprite.png) -60px 0px no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


header .top .tel a strong{
  font-family: 'robotobold';
}
header .top a.help:hover {
  color: #efba59;
}
header .top a.help{
  float: right;
  font-family: 'Source Code Pro Regular';
  width: auto;
  height: 40px;
  display: block;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  padding: 8px 7px 0 20px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
header .top a.help:before {
  content: "";
  width: 23px;
  height: 27px;
  position: absolute;
  left: -8px;
  top: calc(50% - 11px);
  background: url(../images/assets/sprite.png) -22px -46px no-repeat;
  background-size: 154px;
}
header .top .tel a {
  font-family: 'Source Code Pro Regular';
  width: auto;
  height: 40px;
  display: block;
  color: #fff;
  line-height: 36px;
  float: left;
  padding: 8px 7px 0;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top .tel a:hover {
  color: #efba59;
}


header .top .mobile.mob-top-menu{
  float: right;
  display: block;
  margin-top: 40px;
}


header.active-menu .mobile.mob-top-menu.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: 100004;
  background: rgba(140, 136, 136, 0.68);
  margin-top: 0px;
}


header.active-menu {
    z-index: 10000;
}
header.active-menu .mobile ul {
    width: 100%;
    height: calc(100vh - 50px);
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    max-width: 300px;
    top: 0px;
    right: 0px;
    z-index: 1;
    overflow-y: auto;
    padding-bottom: 10px;
    float: right;
    padding-top: 50px!important;
}
.mobile.mob-top-menu.is-active ul li a{
  text-align: left;
}

header.active-menu .mobile.mob-top-menu.is-active .hamburger {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    z-index: 10;

}
header.active-menu .mobile.mob-top-menu.is-active .hamburger .line{
  margin: 2px auto;
  background-color: #8417c0;
}



/* header .bottom .menu a.logo:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	height: 130px;
	background: url('../images/logo.svg') center center no-repeat;
}
header .bottom .menu a.logo {
	padding: 0px; 
	padding-top: 16px; 
	text-indent: -9999px;
	position: relative;
	width: 140px;
}
header .bottom .menu a {
  font-family: 'TwCenMT-Regular';
  width: 110px;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 36px;
  float: left;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 25px 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .bottom .menu a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
header .bottom .menu a.logo:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
header .bottom .menu a:first-of-type {
	padding-left: 0px;
	text-align: left;
}
header .bottom .menu a:nth-child(2),
header .bottom .menu a:nth-child(3) {
	padding-left: 0px;
	text-align: left;
}
header .bottom .menu a:last-of-type {
	padding-right: 0px;
	text-align: right;
}
header .bottom .menu a:nth-child(5),
header .bottom .menu a:nth-child(6) {
	padding-right: 0px;
	text-align: right;
} 
header .bottom ul.menu {
  width: 100%;
  height: 100%;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;


	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;


	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}*/

header .bottom .banner-mini {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: auto 100%;
    position: relative;
    margin-bottom: -4px;
    max-height: 100px;
    min-height: 100px;
}

header .bottom .banner-mini ul.banner-menu{
  width: auto;
  float: right;
  display: inline-block;
  background-color: #000;
  height: auto;
  margin-bottom: -4px;
  border-radius: 30px;
  padding: 5px 20px;
  margin: 30px 0px 0px;
}
header .bottom .banner-mini ul.banner-menu li:before{
  content: "";
  position: absolute;
  left: calc(100% - 2px);
  top: calc(50% - -2px);
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.7);
}
header .bottom .banner-mini .banner-logo {
  width: 40%;
  display: block;
  float: left;
  margin-top: 25px;
  margin-bottom: 15px;
}
header .bottom .banner-mini .banner-logo img {
  float: left;
  max-width: 100px;
}
header .bottom .banner-mini .banner-logo span {
  display: block;
  font-family: 'robotoregular';
  height: auto;
  font-size: 33px;
  color: #fff;
  width: auto;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  text-shadow: 1px 1px 15px #000;
}
header .bottom .banner-mini ul.banner-menu li{
   width: auto;
  float: left;
  display: block;
  font-family: 'robotoregular';
  height: 16px;
  color: #fff;
  padding: 10px 15px;
  position: relative;
  text-shadow: 1px 1px 15px #000;
}
header .bottom .banner-mini ul.banner-menu li:last-of-type:before{
  content: none;
}


header .bottom .sub-menu {
    width: 100%;
    height: 50px;
    display: inline-block;
    margin-bottom: -4px;
    background: #132b4c;
}

header .bottom .sub-menu ul{
  width: 100%;
  display: inline-block;
}
header .bottom .sub-menu ul li{
  width: calc(25% - 5px);
  display: inline-block;
  height: auto;
  margin-bottom: -5px;
}
header .bottom .sub-menu a{
  font-family: 'robotoregular';
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: calc(100% - 77px);
  display: block;
  padding: 19px 40px 17px 40px;
  text-align: center;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .bottom .sub-menu li:hover a{
  background: #284d7b;
}
header .bottom .sub-menu li:last-of-type a{
 border-right: 1px solid rgba(255, 255, 255, 0.22); 
}

header .bottom .sub-menu ul li:nth-child(1) a:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    top: calc(50% - 10px);
    background: url(../images/assets/sprite.png) -35px -27px no-repeat;
}
header .bottom .sub-menu ul li:nth-child(2) a:before {
    content: "";
    width: 21px;
    height: 25px;
    position: absolute;
    left: 30px;
    top: calc(50% - 10px);
    background: url(../images/assets/sprite.png) -60px -27px no-repeat;
}
header .bottom .sub-menu ul li:nth-child(3) a:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    top: calc(50% - 10px);
    background: url(../images/assets/sprite.png) -81px -27px no-repeat;
}
header .bottom .sub-menu ul li:nth-child(4) a:before {
    content: "";
    width: 21px;
    height: 25px;
    position: absolute;
    left: 35px;
    top: calc(50% - 10px);
    background: url(../images/assets/sprite.png) -104px -27px no-repeat;
}


/* FIM HEADER */



/* CARRINHOFIXO */
.carrinhoFixo {
  width: calc(260px - 40px);
  min-height: calc(100px - 80px);
  background: #fff;
  border: 1px solid #cdcbcb;
  border-right: 0px;
  display: block;
  position: fixed;
  right: 0px;
  z-index: 1000;
  top: calc(45vh - 80px);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px;
  padding-right: 0px;
}
.carrinhoFixo span.titulo {
  color: #132b4c;
  font-size: 16px;
  line-height: 16px;
  font-family: 'robotoblack';
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
.carrinhoFixo span.itens {
  color: #132b4c;
  font-size: 14px;
  line-height: 14px;
  font-family: 'robotoregular';
  width: 100%;
  margin: 10px 0px;
  display: inline-block;
}
.carrinhoFixo span.total {
  color: #efba59;
  font-size: 14px;
  line-height: 14px;
  font-family: 'robotoblack';
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #efba59;
  padding-top: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.carrinhoFixo a.finalizar:hover {
  color: #132b4c;
  background: #fff;
}
.carrinhoFixo a.finalizar {
  color: #fff;
  background: #132b4c;
  font-size: 12px;
  line-height: 12px;
  font-family: 'robotobold';
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  width: 75%;
  float: left;
  text-align: center;
  border: 1px solid #132b4c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.carrinhoFixo a.finalizar b {
  font-weight: normal;
}
.carrinhoFixo a.finalizar i {
    display: none;
}
/* FIM CARRINHOFIXO */





/* FOOTER */
/* footer:before {
  content: "";
  width: 10%;
  position: absolute;
  left: -10vw;
  height: 100%;
  width: 10vw;
  top: 0px;
  background: #f1cbba;
}
footer:after {
  content: "";
  width: 10%;
  position: absolute;
  right: -10vw;
  height: 100%;
  width: 10vw;
  top: 0px;
  background: #f1cbba;
} */
footer {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  float: left;
  z-index: 100;
  left: 0%;
}
footer form#formLiga {
  width: 300px;
  display: block;
  float: right;
}
footer form#formLiga span.titulo {
    width: calc(100% - 0px);
    display: block;
    padding: 12px 0px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Source Code Pro Bold';
    color: #efba59;
}
footer form#formLiga button.enviar:hover {
    background: #4a096d;
    border: 1px solid #4a096d;
}
footer form#formLiga button.enviar {
    color: #fff;
    width: auto;
    display: block;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 12px;
    background: none;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.34);
    margin-bottom: 10px;
    outline: none;
    font-family: 'Source Code Pro Regular';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
footer form#formLiga input {
  color: #fff;
  width: calc(100% - 40px);
  display: block;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 12px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.34);
  margin-bottom: 10px;
  outline: none;
  font-family: 'Source Code Pro Regular';
}
footer form#formLiga input::-webkit-input-placeholder {
  color: #fff;
}
footer form#formLiga input::-moz-placeholder { 
  color: #fff;
}
footer form#formLiga input:-ms-input-placeholder { 
  color: #fff;
}
footer form#formLiga input:-moz-placeholder { 
  color: #fff;
}
footer .top {
  background: #730eaa;
  display: inline-block;
  width: 100%;
  margin-bottom: -4px;
}
footer .conteudo {
  width: 980px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}

footer a.logo {
  width: 195px;
  height: 110px;
  display: block;
  text-indent: -9999px;
  position: relative;
  float: left;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin: 25px;
  margin-left: 0px;
  margin-right: 60px;
}
footer a.logo:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/logo.svg') center center no-repeat;
}
footer div.bottom {
  background: #8417c0;
  width: 100%;
  height: auto;
  display: inline-block;
  padding-top: 15px;
  margin: 0 auto;
  padding-bottom: 40px;
}

footer ul.menu {
  width: calc(100% - 10px);
  height: 50px;
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;


  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
footer ul.menu li {
    display: block;
    float: left;
    width: auto;
    position: relative;
}




footer ul.menu li.sub:hover:before{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
footer ul.menu li.sub:before{
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  right: 8px;
  top: calc(50% - 6px);
  position: absolute;
  background: url(../images/assets/sprite.png) -47px 0px no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}



footer ul.menu li.sub:hover:after{
  opacity: 1;
}
footer ul.menu li.sub:after{
  opacity: 0;
  content: "";
  width: 13px;
  height: 27px;
  display: block;
  left: 25px;
  top: -27px;
  position: absolute;
  background: url(../images/assets/sprite.png) -60px 0px no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  webkit-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
footer ul.menu li.sub ul{
  display: inline-block;
  width: calc(300px - 60px);
  max-height: 0px;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 30px;
  bottom: calc(100% + 20px);
  top: initial;
  background: #fff;
  color: #787878;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
  overflow-y: auto;
  padding: 0px 30px;
  box-shadow: 0px 0px 60px -12px #464646;
}

footer ul.menu li.sub ul li a:hover{
  color: #8417c0;
}
footer ul.menu li.sub ul li a{
  color: #464646;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 20px;
  padding-left: 10px;
  height: auto;
  display: inline-block;
  width: calc(100% - 30px);
  position: relative;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
}

footer ul.menu li.sub li:hover a:before{
  opacity: 1;
}
footer ul.menu li.sub li a:before{
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  left: -10px;
  top: calc(50% - 9px);
  position: absolute;
  opacity: 0;
  background: url(../images/assets/sprite.png) -47px 0px no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
footer ul.menu li.sub:hover ul{
  max-height: 300px;
  padding: 30px;
}
footer .menu li.sub li:last-of-type a {
    padding-right: 20px;
    border-bottom: 0px;
}





footer .menu a.home {
  width: 26px;
  height: 25px;
  display: block;
  position: relative;
  padding: 0px;
}
footer .menu a.home:before {
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  left: 0px;
  top: 3px;
  position: absolute;
  background: url(../images/assets/sprite.png) -19px 0px no-repeat;
}
footer .menu a.home:hover:before {
  background: url(../images/assets/sprite.png) -33px 0px no-repeat;
}
footer .menu a {
  font-family: 'Source Code Pro Medium';
  min-width: 100px;
  height: 40px;
  display: block;
  color: #fff;
  line-height: 36px;
  float: left;
  padding: 8px 30px 0;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .menu a:hover {
  color: #efba59;
}
footer .menu a:first-of-type {

}
footer .menu a:last-of-type {
/*   padding-right: 16px;
  text-align: right; */
}
footer .bottom .menu-social {
  width: auto;
  height: 50px;
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 36px;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}
footer .bottom .menu-social a {
  width: 30px;
  height: 40px;
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  float: left;
  padding: 8px 7px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .bottom .menu-social a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
footer div.bottom .end {
  width: 100%;
  display: inline-block;
  float: left;
  font-family: 'Source Code Pro Regular';
  height: auto;
  color: #ffffff;
  font-size: 14px;
}
footer div.bottom .end:first-of-type {
    margin-top: 15px;
}
footer div.bottom .end a strong{
  font-family: 'Source Code Pro Bold';
}
footer div.bottom .end a.tel {
  font-family: 'Source Code Pro Regular';
  width: auto;
  display: block;
  color: #fff;
  line-height: 22px;
  float: left;
  text-align: left;
  font-size: 14px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer div.bottom .end a.tel:hover {
  color: #efba59;
}
footer div.bottom .end a.tel:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 5px;
  top: 10px;
  background: url(../images/assets/sprite.png) 0px 0px no-repeat;
}
footer div.bottom .end p {
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
footer div.bottom .end p:before {
  content: "";
  width: 16px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 0px;
  background: url('../images/assets/sprite.png') -20px -27px no-repeat;
}
footer .centro {
  width: 390px;
  float: left;
  display: inline-block;
}
footer .centro a{
  font-family: 'robotomedium';
  width: auto;
  height: 40px;
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #efba59;
  text-align: center;
  padding: 10px 25px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
footer .dir span{
	font-family: 'robotolight';
	width: auto;
	height: 40px;
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	padding: 10px 25px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
  cursor: pointer;
}
footer .final {
  width: 100%;
  height: auto;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;


  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
footer .logo-ag {
  position: relative;
  width: 180px;
  height: 50px;
  display: block;
  float: left;
}
footer .logo-ag span {
  font-family: 'TwCenMT-Regular';
  font-size: 14px;
  float: left;
  position: relative;
  left: 10px;
  top: 15px;
  color: #5c5c5c;
}
footer .logo-ag a {
  width: 100%;
  height: 28px;
  background: url(../images/logo-red.svg) no-repeat bottom center;
  background-size: 50px;
  display: block;
  margin: 12px 5px 0;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
footer .logo-ag a:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

footer .mobile.mob-bottom-menu {
    display: none;
}
/* FIM FOOTER */


a.flutuante:before {
  content: "";
  width: 23px;
  height: 20px;
  display: block;
  text-align: center;
  left: 0px;
  bottom: -18px;
  position: absolute;
  background: url(../images/assets/sprite.png) -76px 0px no-repeat;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
a.flutuante:hover:before {
  background: url(../images/assets/sprite.png) -99px 0px no-repeat;
}
a.flutuante:hover {
  background: #4a096d;
}
a.flutuante.fixo {
  top: -80px;
  position: absolute;
  right: 0px;
  bottom: initial;
  display: none!important;
}
a.flutuante {
  width: auto;
  height: auto;
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 101;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Source Code Pro Medium';
  text-align: center;
  display: none!important;
  color: #fff;
  line-height: 16px;
  font-size: 16px;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  padding: 20px;
  background: #8417c0;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
}







/* BOX FORMULARIO */

div.boxFormulario.active {
    z-index: 1001;
    height: 100vh;
    opacity: 1;
}
div.boxFormulario {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    height: 0%;
    width: 100vw;
    z-index: -1;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.boxFormulario div.fecha {
    width: 100vw;
    height: 100vh;
    display: inline-block;
    cursor: pointer;
    z-index: 9950;
}
div.boxFormulario.active div.cont {
    opacity: 1;
    min-height: 500px;
    max-height: 500px;
}
div.boxFormulario div.cont:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0px;
  width: 455px;
  height: 520px;
  display: block;
  background: url('../images/assets/fundo-form.png') center no-repeat;
}
div.boxFormulario div.cont {
    opacity: 0;
    width: 800px;
    min-height: 0px;
    max-height: 0px;
    position: fixed;
    top: 25%;
    left: calc(50% - 400px);
    background: #fff;
    z-index: 10000;
    border-radius: 20px;
    /* overflow: hidden; */
    border: 1px solid #bdbdbd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* overflow-y: auto; */
}

div.boxFormulario i.fecha {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    background: #fff;
    z-index: 10005;
    display: block;
    color: #960505;
    float: right;
    position: absolute;
    text-align: center;
    font-size: 29px;
    border: 3px solid #960505;
    border-radius: 20px;
    cursor: pointer;
}
div.boxFormulario .cont span.tituloTop {
    width: calc(100% - 140px);
    font-family: 'Source Code Pro Medium';
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    display: inline-block;
    color: #464646;
    padding: 70px 90px 10px;
    text-align: left;
}
div.boxFormulario div.cont .baixo {
    width: calc(100% - 60px);
    height: auto;
    display: inline-block;
    float: left;
    padding: 30px;
    padding-top: 0px;
    /* padding-bottom: 0px; */
}
div.boxFormulario div.cont .baixo .linha {
    width: calc(100% - 0px);
    float: left;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
div.boxFormulario div.cont form#formForm {
    width: calc(70% - 200px);
    font-family: robotoblack;
    font-size: 30px;
    margin-bottom: 5px;
    display: inline-block;
    color: #132b4c;
    padding: 0px 30px 0px 60px;
    text-align: center;
}
div.boxFormulario div.cont .baixo .linha div.box-select {
    width: 100%;
    display: inline-block;
    position: relative;
}
div.boxFormulario div.cont .baixo .linha div.box-select i {
    content: "";
    width: 13px;
    height: 18px;
    display: block;
    right: 8px;
    top: calc(50% - 6px);
    position: absolute;
    background: url(../images/assets/sprite.png) -47px 0px no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.boxFormulario div.cont .baixo .linha div.box-select label {
width: calc(100% - 42px);
    font-family: 'Source Code Pro Regular';
    font-size: 14px;
    height: auto;
    display: inline-block;
    line-height: 20px;
    color: #7a7a7a;
    border: 1px solid #d7d7d7;
    outline: none;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
}
div.boxFormulario div.cont .baixo .linha div.box-select select {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}
div.boxFormulario div.cont .baixo .linha input {
width: calc(100% - 42px);
    font-family: 'Source Code Pro Regular';
    font-size: 14px;
    height: auto;
    display: inline-block;
    line-height: 20px;
    color: #7a7a7a;
    border: 1px solid #d7d7d7;
    outline: none;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
}
div.boxFormulario div.cont .baixo button.confirmar {
    color: #fff;
    background: #8417c0;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Source Code Pro Medium';
    padding: 10px 50px;
    display: inline-block;
    width: auto;
    float: left;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #8417c0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    margin-top: 10px;
}
div.boxFormulario div.cont .baixo button.confirmar:hover {
  background: #4a096d;
  color: #fff;
  border: 1px solid #4a096d;
}
/* FIM BOX FORMULARIO */






/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {

  header.fixo {
    position: fixed;
    /* top: -1vh!important; */
  }
  header {
    position: fixed;
    top: 0px;
  }
  body{
    padding-top: 238px;
  }

  .topoDestaque{
    height: auto;
  }
  .topoDestaque span.pag {
    width: calc(100% - 0px);
    height: 70px;
  }
  .topoDestaque div.destaque {
    width: calc(100% - 1px);
    border-left: 0px solid #730ea9;
    border-top: 1px solid #730ea9;
    margin-top: 0px;
    /*max-height: 80px;*/
    /*margin-bottom: 20px;*/
  }
  .topoDestaque div.destaque div.cont{
    /*height: auto;*/
    float: none;
    margin: 0px 5%;
    width: 90%;
  }
/*   header .top a.help{
    margin: 0px auto;
    float: none;
    width: 40%;
    height: 30px;
    margin-left: 12px;
    left: 0px;
    float: left;
  } */
  header .top .tel,
  header .top a.help {
    margin: 0px auto;
    float: none;
    width: calc(40% - 15px);
    height: 30px;
    margin-left: 14px;
    left: 0px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;


    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;


    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  header .top .tel a,
  header .top a.help{
    font-size: 12px;
  }
  a.help {
      width: 30%!important;
      margin-left: 22px!important;
      margin-bottom: 6px!important;
  }
  header .top .menu-social,
  header ul.menu {
    display: none;
  }

  
  footer form#formLiga {
      width: calc(100% - 60px);
      display: block;
      float: right;
      margin: 20px 30px 0px;
  }

  footer div.bottom .end {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  footer .centro {
    /* display: none; */
    width: 100%;
  }
  footer{
    margin-top: 50px;
    /* padding-bottom: 50px; */
  }
  footer .logo-ag {
    /* margin-bottom: 40px; */
    /* margin-top: -30px; */
  }
  footer div.bottom .final .dir {
    width: auto;
    margin: 0px;
    float: right;
    margin-top: -30px;
  }

  header .top a.exp{
    width: calc(100% - 70px);
    margin-right: 0px;
  }
  .mobile.mob-top-menu {
    display: none;
    top: 30px;
  }


  footer .logo-ag a {
    width: 110%;
  }
  footer a.logo {
    margin-left: 20px!important;
  }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 415px) 
and (max-width : 768px) {
  footer{
    margin-top: 50px;
  }
  .topoDestaque div.destaque,
  .topoDestaque span.pag {
    width: calc(50% - 1px);
  }

  header ul.menu {
    display: none;
  }
  .mobile.mob-top-menu{
    top: 30px;
  }
  footer .centro {
    width: 50%;
    float: left;
    display: inline-block;
    clear: left;
  }

  footer form#formLiga {
    width: calc(50% - 30px);
    display: block;
    float: left;
}
  footer a.logo {
    margin-left: 20px!important;
  }
footer div.bottom .end {
    width: calc(100% - 80px);
    padding-left: 20px;
}

  header .top .tel{
  /* margin-top: 25px; */
    margin-right: 30px;
  }
  header .top .menu-social{
    /* margin-top: 25px; */
  }
  header .bottom .sub-menu a{
    font-size: 12px;
  }
  header .bottom .sub-menu ul li a:before{
    left: 20px!important;
  }
  footer {
      /* padding-bottom: 100px; */
      background: #8417c0;
  }
  footer .centro a{
    font-size: 14px;
  } 
  footer div.bottom .final .dir {
    width: auto;
    margin: 0px;
    float: right;
    margin-top: -30px;
  }
  header .bottom .banner-mini ul.banner-menu{
    margin: 0px 0px 10px;
  }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
  a.flutuante.fixo{
    top: initial;
    bottom: calc(100% + 30px);
    font-size: 10px;
    padding: 10px;
  }
  a.flutuante {
    top: calc(100% - 60px);
    font-size: 10px;
    padding: 10px;
  }
  .mobile .hamburger .line{
    background-color: #ffffff;
  }
  header .top a.exp:hover div.in{
    display: none;
  }
  ul.breadcrumb {
    width: calc(100% - 0px);
    padding: 0 0px;
    margin-bottom: 10px;
    margin-top: -10px;
  }
   header .bottom .banner-mini .banner-logo{
    width: 100%;
    display: inline-block;
    max-height: 60px;
    margin: 0 auto;
    text-align: center;
    /* max-width: 100px; */
    float: left;
  }
  header .bottom .banner-mini{
    max-height: 160px;
  }
  header .bottom .banner-mini .banner-logo span {
    display: block;
    font-family: 'robotoregular';
    height: auto;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    width: calc(100% - 100px);
    float: left;
    margin-left: 0px;
    margin-top: 10px;
    text-align: left;
    text-shadow: 1px 1px 15px #000;
}
   body {
    width: 100vw;
  } 
  header .conteudo,
  footer .conteudo{
    width: 100%;
    display: inline-block;
  }
  header .top .menu-top,
  footer ul.menu{
    display: none;
  }
  header.active-menu .mobile ul {
    width: 100%;
    height: calc(100vh - 50px);
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow-y: auto;
    max-width: 100vw;
    padding-top: 0px!important;
    padding-bottom: 70px;
  } 
  .mobile.mob-top-menu.is-active ul li a {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  header.active-menu .mobile.mob-top-menu.is-active {
      position: fixed;
      width: 100%;
      height: 100%;
      right: 0px;
      top: 0px;
      z-index: 99999;
  }
  header .top .mobile.mob-top-menu{
    margin-top: 10px;
  }
  header div.top,
  header{
    height: auto;
    margin-bottom: -4px;
  }
  .carrinhoFixo span.titulo {
    position: absolute;
    top: -15px;
    background: #fff;
    width: auto;
    padding: 5px 15px;
    border-radius: 11px;
    border: 1px solid #cdcbcb;
    font-size: 10px;
    left: 10px;
  }
  .carrinhoFixo span.total{
    width: calc(50% - 30px);
    margin: 10px 0px;
    float: left;
    padding-top: 0px;
    border: 0px;
  }
  .carrinhoFixo span.itens{
    width: calc(50% - 30px);
    margin: 10px 0px;
    float: left;
  }
  .carrinhoFixo a.finalizar {
    width: auto;
    float: right;
    padding: 7px;
    border-radius: 5px;
  }
  .carrinhoFixo a.finalizar b {
    display: none;
  }
  .carrinhoFixo a.finalizar i {
    display: block;
    font-size: 17px;
  }
  .carrinhoFixo{
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    border-radius: 0px;
    border-right: 1px solid #cdcbcb;
    height: auto;
    width: calc(100% - 20px);
    max-height: 80px;
    top: initial;
    z-index: 101;
  }
  .mobile.mob-bottom-menu{
    position: absolute;
    top: 40px;
  }
  .mobile.mob-bottom-menu .hamburger .line {
    background-color: #fff;
  }


    div.boxFormulario.active div.cont,
    div.boxFormulario.contadores.active div.cont {
    opacity: 1;
    min-height: 100%!important;
    max-height: 100%!important;
    top: 0px;
    border-radius: 0px!important;
    width: 100%;
    margin: 0px;
    left: 0px;
    overflow-y: auto;
  }
  div.boxFormulario div.cont:before{
    content: none!important;
  }
  div.boxFormulario .cont span.tituloTop{
    padding: 50px 20px 20px;
    width: calc(100% - 40px);
  }
  div.boxFormulario div.cont form#formForm {
    width: calc(100% - 40px);
    font-family: robotoblack;
    font-size: 30px;
    margin-bottom: 5px;
    display: inline-block;
    color: #132b4c;
    padding: 0px 20px 0px;
    text-align: center;
  }
  div.boxFormulario i.fecha{
    left: initial!important;
    right: 10px;
  }

  .topoDestaque .conteudo {
    width: calc(100% - 40px)!important;
    height: auto!important;
    min-height: 10px!important;
  }


}

@media only screen 
and (min-width : 0px) 
and (max-width : 1000px) {
    

}

.busca{
  margin-top: 30px;
}

