﻿/* ==========================================================================Base styles========================================================================== */
@import url(../fonts/AldotheApache.ttf);
@font-face { font-family: Aldo the Apache; src: url('../fonts/AldotheApache.ttf'); } 
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
.clear {
clear: both;
}
/** A better looking default horizontal rule*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
ul {
list-style-type: none;
list-style: none;
margin: 0;
padding: 0;
}
/** Remove the gap between images, videos, audio and canvas and the bottom of* their containers: h5bp.com/i/440*/
audio,
canvas,
img,
video {
vertical-align: middle;
}
/** Remove default fieldset styles.*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/** Allow only vertical resizing of textareas.*/
textarea {
resize: vertical;
}

/*SCROLL ASIDE*/

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 8px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #ff4d83;
}

/*END SCROLL ASIDE*/

/* ==========================================================================Browse Happy prompt========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/*==========================================================================Geral==========================================================================*/
body {overflow-x: hidden;font-size: 1rem;font-family: 'Open Sans', sans-serif;/* color: #0055b3; */background: #2c0041;/* background-image: url(../imagens/bg.png); */background-size: contain;height: 100vh;background-repeat: no-repeat;background-position-x: center;}
h1 {color: #ffaf00;font-size: 24px;text-decoration: none;margin: 20px 0;}
h2 {
font-size: 16px;
text-decoration: none;
margin: 20px 0;
color: #2172b3;
}
h3,
h4 {
font-size: 12px;
color: #2172b3;
text-decoration: none;
margin: 15px 0;
}
a {
color: #1475ab;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a.tel {
text-decoration: none;
color: inherit;
}

/*================================mecanica================*/

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

#graphicalTestToggle {
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 2rem;
  padding: 5px;
  cursor: pointer;
}
#graphicalTestToggle::after {
  display: block;
  content: '';
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  width: 0;
  height: 1px;
}
#graphicalTestToggle:hover::after {
  width: 100%;
}

.test-container {
  display: block;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.test-container.main {
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  background-color: #F93822;
  color: #FDD20E;
}
.test-container.main.overlapping--check {
  background-color: #F95700;
  color: #00A4CC;
  opacity: 0.5;
}
.test-container.main.overlapping--second {
  background-color: #101820;
  color: #F2AA4C;
  opacity: 0.5;
}
.test-container.main.approaching--check {
  color: #FCF951;
  background-color: #422057;
}
.test-container.main.approaching--second {
  color: #FCF6F5;
  background-color: #2BAE66;
}
.test-container.check {
  position: relative;
  z-index: 0;
  left: 100px;
  color: #DF6589;
  background-color: #3C1053;
}
.test-container.check.overlapped {
  background-color: #2C5F2D;
  color: #97BC62;
}
.test-container.check.approached {
  background-color: #101820;
  color: #FEE715;
}
.test-container.second {
  background-color: blue;
  position: relative;
  z-index: 0;
  right: 100px;
  background-color: #00B1D2;
  color: #FDDB27;
}
.test-container.second.overlapped {
  background-color: #00203F;
  color: #ADEFD1;
}
.test-container.second.approached {
  color: #ED2B33;
  background-color: #D85A7F;
}



/*==================================================Header==================================================*/
.topofixo {position: fixed;width: 100%;z-index: 10;top: 0px;opacity: 1;}
.topofixo .logo img {width: 80px;transition: .3s;display: block;margin: 8px auto;}
.topofixo #menu2 {
font-size: 14px;
margin: 18px 0;
margin-right: 10px;
}
.topofixo .topo {
display: none;
}
header {margin: 0 auto;background: #0000004a;position: fixed;z-index: 50;width: 100%;opacity: 1;}
header .logo {/* float: left; */margin: 4px 0;}
header .logo img {width: 80px;transition: .3s;display: block;margin: 8px auto;}
header .right {
float: right;
text-align: right;
color: #666;
font-size: 12px;
margin: 17px 0px;
}
header .right strong {
font-size: 20px;
}

/* TOPO MOBILE */

/* HIDE ON DESKTOP */

.social-inline{
    display: inline;
}

.flex-top-icons{
    display: none;
}

@media only screen and (min-width: 2000px) {
.wrapper {
    max-width: 1780px!important;
}
.conteudo-index1 {
    height: 1989px !important;
}
.conteudo-index5 {
    height: 1063px !important;
}
.conteudo-index7 {
    height: 1280px !important;
}
.chao-bg {
    height: 1077px !important;
}
}

@media only screen and (min-width: 1300px) {
.margem {
    margin-top: 119px !important;
}

.defesa-record {
    width: 450px !important;
    height: 153px !important;
}
.num-record {
    left: 73px !important;
    font-size: 73px !important;
}

.defesa-news {
    width: 450px !important;
    height: 143px !important;
    left: 21% !important;
}
.num-news {
    left: 39px !important;
    font-size: 77px !important;
}

.defesa-r7 {
    width: 450px !important;
    height: 153px !important;
    left: 39% !important;
}
.num-r7 {
    left: 58px !important;
    font-size: 77px !important;
}

.twitter1 {
    width: 450px !important;
    height: 153px !important;
}
.num-twitter1 {
    left: -8px !important;
    font-size: 41px !important;
}

.twitter2 {
    width: 450px !important;
    left: 20% !important;
    height: 143px !important;
}
.num-twitter2 {
    left: 10px !important;
    font-size: 73px !important;
    top: -13px !important;
}

.twitter3 {
    width: 500px !important;
    left: 34% !important;
    height: 123px !important;
}
.num-twitter3 {
    left: 103px !important;
    font-size: 84px !important;
    top: -27px !important;
}

.dado1 {
    left: 100px !important;
    width: 410px !important;
}

.num-dado1 {
    font-size: 56px !important;
}

.dado2 {
    left: 43% !important;
    width: 400px !important;
    height: 93px !important;
}

.num-dado2 {
    font-size: 59px !important;
}

.dado3 {
    left: 23% !important;
    width: 440px !important;
}

.num-dado3 {
    font-size: 51px !important;
    top: -16px !important;
    left: 39px !important;
}

.dado4 {
    left: 101px !important;
    width: 410px !important;
}

.num-dado4 {
    font-size: 48px !important;
    left: 35px !important;
}

.dado5 {
    left: 43% !important;
    width: 390px !important;
}

.num-dado5 {
    font-size: 51px !important;
    left: 30px !important;
}
.chao {
    top: 33vh !important;
}
.vaso1_txt {
    left: 78.3% !important;
}
.vaso2_txt {left: 9.1% !important;}
.vaso3_txt {left: 21.3% !important;}
.vaso4_txt {left: 33.2% !important;}
.vaso5_txt {left: 45.2% !important;}
.vaso6_txt {left: 56.3% !important;}
.vaso7_txt {left: 67.3% !important;}
.slider-ctr {
    width: 846px !important;
    height: 553px !important;
    margin-top: -280px !important;
    margin-left: -430px !important;
}    
}


/* SHOW ON MOBILE */

@media only screen and (max-width: 765px) {    
.flex-top-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-top-icons a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size:  24px;
}
/*.flex-top-icons a:first-child{
    background: rgba(255, 255, 255, 0.1);
    color: white;
}
.flex-top-icons a:nth-child(2){
    background: rgba(255, 255, 255, 0.1);
    color: white;
}*/
}

/* END TOPO MOBILE */

/*==================================================Menu==================================================*/
header #menu {
clear: both;
position: relative;
height: 40px;
background: #E4E4E4;
font-size: 15px;
text-align: center;
}
header #menu li {
position: relative;
display: inline-block;
}
header #menu a {
display: block;
color: #666;
text-decoration: none;
padding: 8px 30px;
height: 25px;
text-align: center;
transition: all .3s linear;
/* Efeito de Transição dos itens do header #menu e sub-header #menu */
}
header #menu a:hover,
header #menu li:hover a {
color: #FFF;
background: #2172b3;
}
header #menu table {
border-collapse: collapse;
position: absolute;
left: 0;
top: 0;
}
header #menu .dropdown .sub-menu {
display: none;
position: absolute;
top: 41px;
left: 0;
margin: 0;
height: auto;
width: 230px;
z-index: 7;
background: #2172b3;
}
header #menu .dropdown:hover .sub-menu {
display: block;
}
header #menu .dropdown:hover .sub-menu li {
position: relative;
float: left;
width: 230px;
margin: 0;
padding: 0;
}
header #menu .dropdown:hover .sub-menu li a {
display: block;
width: 220px;
font-size: 13px;
padding: 5px;
height: auto;
text-align: left;
text-decoration: none;
color: #fff;
}
header #menu .dropdown:hover .sub-menu li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header #menu .dropdown ul li.dropdown .sub-menu {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header #menu .dropdown ul li.dropdown:hover .sub-menu {
display: block;
}
header #menu .dropdown .sub-menu-info {
display: none;
position: absolute;
top: 31px;
left: 0;
margin: 0;
height: 400px;
width: 300px;
z-index: 7;
background: #2172b3;
overflow-y:  scroll;
overflow-x: hidden;
}
header #menu .dropdown:hover .sub-menu-info {
display: block;
}
header #menu .dropdown:hover .sub-menu-info li {
position: relative;
float: left;
width: 300px;
margin: 0;
padding: 0;
}
header #menu .dropdown:hover .sub-menu-info li a {
display: block;
width: 290px;
font-size: 12px;
padding: 5px;
height: auto;
text-align: left;
text-decoration: none;
color: #fff;
}
header #menu .dropdown:hover .sub-menu-info li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header #menu .dropdown ul li.dropdown .sub-menu-info {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header #menu .dropdown ul li.dropdown:hover .sub-menu-info {
display: block;
}
header #menu2 {
height: 30px;
font-size: 15px;
text-align: center;
float: right;
margin: 29px 0;
margin-right: 10px;
}
header #menu2 li {
position: relative;
display: inline-block;
}
header #menu2 a {
display: block;
color: #666;
text-decoration: none;
padding: 3px 10px;
height: 25px;
text-align: center;
transition: all .3s linear;
/* Efeito de Transição dos itens do header #menu2 e sub-header #menu2 */
}
header #menu2 a:hover,
header #menu2 li:hover a {
color: #FFF;
background: #2172b3;
}
header #menu2 table {
border-collapse: collapse;
position: absolute;
left: 0;
top: 0;
}
header #menu2 .dropdown .sub-menu {
display: none;
position: absolute;
top: 31px;
left: 0;
margin: 0;
height: auto;
width: 230px;
z-index: 7;
background: #2172b3;
}
header #menu2 .dropdown:hover .sub-menu {
display: block;
}
header #menu2 .dropdown:hover .sub-menu li {
position: relative;
float: left;
width: 230px;
margin: 0;
padding: 0;
}
header #menu2 .dropdown:hover .sub-menu li a {
display: block;
width: 220px;
font-size: 13px;
padding: 5px;
text-align: left;
text-decoration: none;
color: #fff;
height: auto;
}
header #menu2 .dropdown:hover .sub-menu li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header #menu2 .dropdown ul li.dropdown .sub-menu {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header #menu2 .dropdown ul li.dropdown:hover .sub-menu {
display: block;
}
header #menu2 .dropdown .sub-menu-info {
display: none;
position: absolute;
top: 31px;
left: 0;
margin: 0;
height: 400px;
width: 300px;
z-index: 7;
background: #2172b3;
overflow-x: hidden;
overflow-y: scroll;
}
header #menu2 .dropdown:hover .sub-menu-info {
display: block;
}
header #menu2 .dropdown:hover .sub-menu-info li {
position: relative;
float: left;
width: 300px;
margin: 0;
padding: 0;
}
header #menu2 .dropdown:hover .sub-menu-info li a {
display: block;
width: 290px;
font-size: 12px;
height: auto;
padding: 5px;
text-align: left;
text-decoration: none;
color: #fff;
}
header #menu2 .dropdown:hover .sub-menu-info li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header #menu2 .dropdown ul li.dropdown .sub-menu-info {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header #menu2 .dropdown ul li.dropdown:hover .sub-menu-info {
display: block;
}
/*==================================================Content==================================================*/
.wrapper {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.content {
/* padding:0 15px; */
}
section {
float: left;
width: 100%;
padding: 0;
min-height: 340px;
}
section p {
font-size: 14px;
text-align: justify;
}
article {
float: left;
width: 70%;
}
article p {
margin: 1.5em 0;
}
article strong {
font-weight: normal;
}
article.full {
width: 100%;
}
article .alerta {
font-size: 12px;
color: #444;
font-weight: bold;
}
.title-breadcrumb {
background: #2172b3;
box-sizing: border-box;
padding: 20px 0;
margin-bottom: 30px;
}
.title-breadcrumb h1 {
color: white;
margin: 0;
}
.title-breadcrumb #breadcrumb {
width: auto;
margin-top: 0px;
float: right;
background: white;
border-radius: 5px;
box-sizing: border-box;
padding: 10px;
}
.title-breadcrumb #breadcrumb a {
color: #666;
text-decoration: none;
}
.title-breadcrumb #breadcrumb a:hover {
color: #bbb;
text-decoration: none;
}
#breadcrumb {
display: inline-block;
clear: both;
width: 100%;
color: #333;
font-size: 12px;
margin-top: 15px;
}
#breadcrumb div {
display: inline;
}
#breadcrumb a {
color: #666;
text-decoration: none;
}
#breadcrumb a:hover {
color: #bbb;
text-decoration: none;
}
.list {
margin: 0 0 20px 40px;
}
.list li {
list-style: disc;
margin: 6px 0;
line-height: 1.5em;
font-size: 14px;
}
.picture-legend {
background: #eee;
display: inline-block;
padding: 3px;
}
.picture-legend strong {
clear: both;
display: block;
text-align: right;
font-weight: normal;
padding: 4px;
font-size: 9px;
}
.picture-legend img {
margin: 0 auto;
display: block;
}
.picture-left {
float: left;
margin: 0 10px 0 0;
max-width: 50%;
}
.picture-right {
float: right;
margin: 0 0 0 10px;
max-width: 50%;
}
.picture-center {
margin: 0 auto;
display: block;
}
.btn {text-decoration: none;color: #fff;background: #2172b3;padding: 10px 15px;box-sizing:  border-box;margin: 10px auto;font-size: 14px;display: inline-block;border-radius: 3px;transition: .3s;}
.btn:hover {
opacity: 0.9;
}
.topo {
background: #2172b3;
color: white;
font-size: 13px;
padding: 8px 10px;
}
.topo a {
color: white;
margin: 0 10px;
text-decoration: none;
}
header .topo .social {
display: inline-block;
float: right;
}
.conteudo-index {
background: #efefef;
box-sizing: border-box;
padding: 10px 0px;
}
.conteudo-index h2,
.conteudo-index h1 {
color: #444;
}
.conteudo-index p {
color: #444;
}

.conteudo-index1 {/* background: #efefef; */box-sizing: border-box;padding: 0px 0px;background-image: url(../imagens/assets/sec1/bg-ceu.png);background-size: cover;height: 1429px;overflow: hidden;background-repeat: no-repeat;position: relative;}
.conteudo-index1 h2,
.conteudo-index1 h1 {
color: #444;
}
.conteudo-index1 p {
color: #444;
}
.conteudo-index2 {background: #2c0041;box-sizing: border-box;padding: 10px 0px;position: relative;height: 100vh;background-image: url(../imagens/assets/sec5/mion.png);background-size: contain;background-position-x: center;background-repeat: no-repeat;}
.conteudo-index2 h2,
.conteudo-index2 h1 {
color: #444;
}
.conteudo-index2 p {
color: #444;
}

.conteudo-index4 {/* background: #efefef; */box-sizing: border-box;padding: 10px 0px;position: relative;height: auto;margin-bottom: 50px;}
.conteudo-index4 h2,
.conteudo-index4 h1 {
color: #444;
}
.conteudo-index4 p {color: #fff;}

.conteudo-index4-iphone {/* background: #efefef; */box-sizing: border-box;padding: 10px 0px;position: relative;}
.conteudo-index4-iphone h2,
.conteudo-index4-iphone h1 {
color: #444;
}
.conteudo-index4-iphone p {
color: #444;
}

.conteudo-index5 {/* background: #efefef; */box-sizing: border-box;padding: 0px 0px;position: relative;height: 626px;/* margin-top: 60px; */background-image: url(../imagens/assets/sec8/montanhas.png);background-size: cover;background-repeat: no-repeat;}
.conteudo-index5 h2,
.conteudo-index5 h1 {
color: #444;
}
.conteudo-index5 p {
color: #444;
}

.conteudo-index6 {/* background: #efefef; */box-sizing: border-box;padding: 10px 0px;position: relative;height: 100vh;}
.conteudo-index6 h2,
.conteudo-index6 h1 {
color: #444;
}
.conteudo-index6 p {
color: #444;
}

.conteudo-index-def {/* background: #efefef; */box-sizing: border-box;padding: 10px 0px;position: relative;height: 100vh;}
.conteudo-index-def h2,
.conteudo-index-def h1 {
color: #444;
}
.conteudo-index-def p {
color: #444;
}

.conteudo-index7 {/* background: #efefef; */box-sizing: border-box;padding: 10px 0px;margin-bottom: 100px;position: relative;height: 790px;background-image: url(../imagens/assets/sec6/montanhas.png);background-size: cover;background-repeat: no-repeat;}
.conteudo-index7 h2,
.conteudo-index7 h1 {
color: #444;
}
.conteudo-index7 p {
color: #444;
}

#descricao-produto-vertical{
    background: #540173;
    border-radius: 14px;
}

#descricao-produto-vertical .list-wrap {
background: #eee;
padding: 10px;
margin: 0 0 15px 0;
font-size: 10px;
}
#descricao-produto-vertical ul {list-style: none;display:inline-block;width: 100%;}
#descricao-produto-vertical .list-wrap li{
width:160px;
float:left;
color:#666;
}
#descricao-produto-vertical .nav {overflow: hidden;margin:0;padding:0;width: 100%;/* border-bottom: 1px solid #2172b3; */}
#descricao-produto-vertical .nav li {display: block;}
#descricao-produto-vertical .nav li.last {
margin-right: 0;
}
#descricao-produto-vertical .nav li a {display: block;text-decoration: none;padding: 12px;background: #2c0041;color: #fff;margin-bottom: 10px;font-size: 18px;border-radius: 10px;font-weight: bold;text-align: center;/* border-left: 1px solid #2172b3; *//* border-right: 1px solid #2172b3; *//* border-top: 1px solid #2172b3; */}
#descricao-produto-vertical .nav li a:hover, #descricao-produto-vertical .nav li a:focus {background: #880ab7;color:#fff;}
#descricao-produto-vertical ul li.nav-two a.current {background-color: #880ab7 !important;color: #ffaf00;border-radius: 10px;}
@media only screen and (max-width: 765px){
#descricao-produto-vertical .nav{
border: 0;
}
#descricao-produto-vertical .nav li {
list-style: none;
display:block;
}
#descricao-produto-vertical .nav li:last-child{
border-bottom: 1px solid #2172b3;
}
}

/*==================================================meu style==================================================*/
.fumaca-mobile {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.placa-op-mobile {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.def-youtube {
  position: absolute;
  top: 72%;
  left: 39%;
  width: 23%;
}
.def-r7 {
  position: absolute;
  top: 48%;
  left: 26%;
  width: 18%;
}
.def-twitter {
  position: absolute;
  top: 14%;
  left: 3%;
  width: 29%;
}
.def-instagram {
  position: absolute;
  top: 70vh;
  left: 37%;
  width: 30%;
}
.def-facebook {
  position: absolute;
  top: 43vh;
  left: 23%;
  width: 26%;
}
.def-tiktok {
  position: absolute;
  top: 14vh;
  left: 3%;
  width: 32%;
}

.dado {
  position: absolute;
  top: 84vh;
  left: 10%;
  width: 48%;
}
.o9-milhoes {
  position: absolute;
  top: 46vh;
  left: 37%;
  width: 23%;
}
.o50-milhoes {
  position: absolute;
  top: 22vh;
  left: 3%;
  width: 26%;
}
.vice-lider {
  position: absolute;
  top: 60vh;
  left: 37%;
  width: 26%;
}
.melhor-estreia {
  position: absolute;
  top: 30vh;
  left: 3%;
  width: 26%;
}
.def-titulo1 {
  position: absolute;
  top: 11vh;
  left: 3%;
  width: 50%;
}
.titulo-oport {
  width: 70%;
  display: block;
  margin: 35px auto;
}
.periodo {
  font-size: 20px;
  color: #fff;
  float: left;
  margin-left: 10px;
}
.titulo-formatos {
  font-size: 20px;
  color: #fff;
}
.logos-op {
  width: 55%;
}
.email {
  color: #fff;
  background: #1f55a5;
  font-size: 27px;
  padding: 6px 14px;
  margin-left: 10px;
}
.whats {
  color: #fff;
  background: #32ad47;
  font-size: 27px;
  padding: 6px 14px;
  margin-left: 10px;
}
.grid-social {
  float: right
}
.grid-opt {
  width: 100%;
}
.grid-logo {
  width: 40%;
  margin-top: 7px;
}
.grid-share {
  margin-top: 18px;
  margin-left: 9px;
  color: #fff;
  float: left;
  font-size: 21px;
  text-transform: uppercase;
}
.block {
  display: flex;
  margin-top: 27px;
}
.grid-normal {
  /* display: block; */
  margin: 0 auto;
  width: 45%;
}
.grid-videos {
  width: 100%;
  margin: 0px 8px;
}
#empresa1 {
  width: 100%;
}
.logo-footer {
  width: 12%;
  float: right;
}
.chao-bg {
  background-image: url(../imagens/assets/sec6/chao.png);
  width: 80%;
  height: 100vh;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  background-position: bottom;
}
.vaso1 {
  position: absolute;
  width: 111px;
  height: 207px;
  background-image: url(../imagens/assets/sec6/plantas-fase1/planta1.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 77%;
  bottom: 10%;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
.txt-domingo {
  position: absolute;
  width: 76%;
  top: 45%;
  left: 12%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.vaso1:hover {
  background-image: url(../imagens/assets/sec6/plantas-fase2/planta1.png);
}

.vaso1:hover ~ .vaso1_txt {
  background-image: url(../imagens/assets/sec6/dias-fase2/domingo.png);
}
.vaso1:hover ~ .v_domingo1 {
  opacity: 1;
}
.vaso1:hover ~ .v_domingo2 {
  opacity: 1;
}
.vaso1:hover ~ .v_domingo3 {
  opacity: 1;
}
.vaso1:hover ~ .txt-domingo {
  opacity: 1;
}
.vaso1:hover ~ .titulo-mecanica {
  opacity: 0;
}
.vaso1:hover ~ .intro-mecanica {
  opacity: 0;
}
.vaso1_txt {
  position: absolute;
  width: 68px;
  height: 27px;
  background-image: url(../imagens/assets/sec6/dias-fase1/domingo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 79%;
  bottom: 7%;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_domingo1 {
  position: absolute;
    width: 24%;
    top: 15%;
    left: 50%;
    opacity: 0;
    margin-left: -12%;
    transition-property: all;
    transition-duration: 0.3s;
}
.v_domingo2 {
  position: absolute;
  width: 20%;
  top: 10%;
  left: 40%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_domingo3 {
  position: absolute;
  width: 20%;
  top: 21%;
  left: 62%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}


.vaso2 {
  position: absolute;
  width: 111px;
  height: 207px;
  background-image: url(../imagens/assets/sec6/plantas-fase1/planta2.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 8%;
  bottom: 10%;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
.txt-segunda {
  position: absolute;
  width: 76%;
  top: 45%;
  left: 12%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.vaso2:hover {
  background-image: url(../imagens/assets/sec6/plantas-fase2/planta2.png);
}

.vaso2:hover ~ .vaso2_txt {
  background-image: url(../imagens/assets/sec6/dias-fase2/segunda.png);
}
.vaso2:hover ~ .v_segunda1 {
  opacity: 1;
}
.vaso2:hover ~ .v_segunda2 {
  opacity: 1;
}
.vaso2:hover ~ .v_segunda3 {
  opacity: 1;
}
.vaso2:hover ~ .txt-segunda {
  opacity: 1;
}
.vaso2:hover ~ .titulo-mecanica {
  opacity: 0;
}
.vaso2:hover ~ .intro-mecanica {
  opacity: 0;
}
.vaso2_txt {
  position: absolute;
  width: 68px;
  height: 27px;
  background-image: url(../imagens/assets/sec6/dias-fase1/segunda.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10%;
  bottom: 7%;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_segunda1 {
  position: absolute;
    width: 24%;
    top: 15%;
    left: 50%;
    opacity: 0;
    margin-left: -12%;
    transition-property: all;
    transition-duration: 0.3s;
}
.v_segunda2 {
  position: absolute;
  width: 20%;
  top: 10%;
  left: 40%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_segunda3 {
  position: absolute;
  width: 20%;
  top: 21%;
  left: 62%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}


.vaso3 {
  position: absolute;
  width: 111px;
  height: 207px;
  background-image: url(../imagens/assets/sec6/plantas-fase1/planta3.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 20%;
  bottom: 10%;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
.txt-terca {
  position: absolute;
  width: 76%;
  top: 45%;
  left: 12%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.vaso3:hover {
  background-image: url(../imagens/assets/sec6/plantas-fase2/planta3.png);
}

.vaso3:hover ~ .vaso3_txt {
  background-image: url(../imagens/assets/sec6/dias-fase2/terca.png);
}
.vaso3:hover ~ .v_terca1 {
  opacity: 1;
}
.vaso3:hover ~ .v_terca2 {
  opacity: 1;
}
.vaso3:hover ~ .v_terca3 {
  opacity: 1;
}
.vaso3:hover ~ .txt-terca {
  opacity: 1;
}
.vaso3:hover ~ .titulo-mecanica {
  opacity: 0;
}
.vaso3:hover ~ .intro-mecanica {
  opacity: 0;
}
.vaso3_txt {
  position: absolute;
  width: 68px;
  height: 27px;
  background-image: url(../imagens/assets/sec6/dias-fase1/terca.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 22%;
  bottom: 7%;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_terca1 {
  position: absolute;
    width: 24%;
    top: 15%;
    left: 50%;
    opacity: 0;
    margin-left: -12%;
    transition-property: all;
    transition-duration: 0.3s;
}
.v_terca2 {
  position: absolute;
  width: 20%;
  top: 10%;
  left: 40%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_terca3 {
  position: absolute;
  width: 20%;
  top: 21%;
  left: 62%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}


.vaso4 {
  position: absolute;
  width: 111px;
  height: 207px;
  background-image: url(../imagens/assets/sec6/plantas-fase1/planta4.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 32%;
  bottom: 10%;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
.txt-quarta {
  position: absolute;
  width: 76%;
  top: 45%;
  left: 12%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.vaso4:hover {
  background-image: url(../imagens/assets/sec6/plantas-fase2/planta4.png);
}

.vaso4:hover ~ .vaso4_txt {
  background-image: url(../imagens/assets/sec6/dias-fase2/quarta.png);
}
.vaso4:hover ~ .v_quarta1 {
  opacity: 1;
}
.vaso4:hover ~ .v_quarta2 {
  opacity: 1;
}
.vaso4:hover ~ .v_quarta3 {
  opacity: 1;
}
.vaso4:hover ~ .txt-quarta {
  opacity: 1;
}
.vaso4:hover ~ .titulo-mecanica {
  opacity: 0;
}
.vaso4:hover ~ .intro-mecanica {
  opacity: 0;
}
.vaso4_txt {
  position: absolute;
  width: 68px;
  height: 27px;
  background-image: url(../imagens/assets/sec6/dias-fase1/quarta.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 34%;
  bottom: 7%;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_quarta1 {
  position: absolute;
    width: 24%;
    top: 15%;
    left: 50%;
    opacity: 0;
    margin-left: -12%;
    transition-property: all;
    transition-duration: 0.3s;
}
.v_quarta2 {
  position: absolute;
  width: 20%;
  top: 10%;
  left: 40%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_quarta3 {
  position: absolute;
  width: 20%;
  top: 21%;
  left: 62%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.vaso5 {
  position: absolute;
  width: 111px;
  height: 207px;
  background-image: url(../imagens/assets/sec6/plantas-fase1/planta5.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 44%;
  bottom: 10%;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
.txt-quinta {
  position: absolute;
  width: 76%;
  top: 45%;
  left: 12%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.vaso5:hover {
  background-image: url(../imagens/assets/sec6/plantas-fase2/planta5.png);
}

.vaso5:hover ~ .vaso5_txt {
  background-image: url(../imagens/assets/sec6/dias-fase2/quinta.png);
}
.vaso5:hover ~ .v_quinta1 {
  opacity: 1;
}
.vaso5:hover ~ .v_quinta2 {
  opacity: 1;
}
.vaso5:hover ~ .v_quinta3 {
  opacity: 1;
}
.vaso5:hover ~ .txt-quinta {
  opacity: 1;
}
.vaso5:hover ~ .titulo-mecanica {
  opacity: 0;
}
.vaso5:hover ~ .intro-mecanica {
  opacity: 0;
}
.vaso5_txt {
  position: absolute;
  width: 68px;
  height: 27px;
  background-image: url(../imagens/assets/sec6/dias-fase1/quinta.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 46.2%;
  bottom: 7%;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_quinta1 {
  position: absolute;
    width: 24%;
    top: 15%;
    left: 50%;
    opacity: 0;
    margin-left: -12%;
    transition-property: all;
    transition-duration: 0.3s;
}
.v_quinta2 {
  position: absolute;
  width: 20%;
  top: 10%;
  left: 40%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_quinta3 {
  position: absolute;
  width: 20%;
  top: 21%;
  left: 62%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}


.vaso6 {
  position: absolute;
  width: 111px;
  height: 207px;
  background-image: url(../imagens/assets/sec6/plantas-fase1/planta6.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 55%;
  bottom: 10%;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
.txt-sexta {
  position: absolute;
  width: 76%;
  top: 45%;
  left: 12%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.vaso6:hover {
  background-image: url(../imagens/assets/sec6/plantas-fase2/planta6.png);
}

.vaso6:hover ~ .vaso6_txt {
  background-image: url(../imagens/assets/sec6/dias-fase2/sexta.png);
}
.vaso6:hover ~ .v_sexta1 {
  opacity: 1;
}
.vaso6:hover ~ .v_sexta2 {
  opacity: 1;
}
.vaso6:hover ~ .v_sexta3 {
  opacity: 1;
}
.vaso6:hover ~ .txt-sexta {
  opacity: 1;
}
.vaso6:hover ~ .titulo-mecanica {
  opacity: 0;
}
.vaso6:hover ~ .intro-mecanica {
  opacity: 0;
}
.vaso6_txt {
  position: absolute;
  width: 68px;
  height: 27px;
  background-image: url(../imagens/assets/sec6/dias-fase1/sexta.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 57%;
  bottom: 7%;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_sexta1 {
  position: absolute;
    width: 24%;
    top: 15%;
    left: 50%;
    opacity: 0;
    margin-left: -12%;
    transition-property: all;
    transition-duration: 0.3s;
}
.v_sexta2 {
  position: absolute;
  width: 20%;
  top: 10%;
  left: 40%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_sexta3 {
  position: absolute;
  width: 20%;
  top: 21%;
  left: 62%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}


.vaso7 {
  position: absolute;
  width: 111px;
  height: 207px;
  background-image: url(../imagens/assets/sec6/plantas-fase1/planta7.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 66%;
  bottom: 10%;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
.txt-sabado {
  position: absolute;
  width: 76%;
  top: 45%;
  left: 12%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.vaso7:hover {
  background-image: url(../imagens/assets/sec6/plantas-fase2/planta7.png);
}

.vaso7:hover ~ .vaso7_txt {
  background-image: url(../imagens/assets/sec6/dias-fase2/sabado.png);
}
.vaso7:hover ~ .v_sabado1 {
  opacity: 1;
}
.vaso7:hover ~ .v_sabado2 {
  opacity: 1;
}
.vaso7:hover ~ .v_sabado3 {
  opacity: 1;
}
.vaso7:hover ~ .txt-sabado {
  opacity: 1;
}
.vaso7:hover ~ .titulo-mecanica {
  opacity: 0;
}
.vaso7:hover ~ .intro-mecanica {
  opacity: 0;
}
.vaso7_txt {
  position: absolute;
  width: 68px;
  height: 27px;
  background-image: url(../imagens/assets/sec6/dias-fase1/sabado.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 68%;
  bottom: 7%;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_sabado1 {
  position: absolute;
    width: 24%;
    top: 15%;
    left: 50%;
    opacity: 0;
    margin-left: -12%;
    transition-property: all;
    transition-duration: 0.3s;
}
.v_sabado2 {
  position: absolute;
  width: 20%;
  top: 10%;
  left: 40%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.v_sabado3 {
  position: absolute;
  width: 20%;
  top: 21%;
  left: 62%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.chao {
  position: absolute;
  width: 74%;
  top: 28vh;
  left: 16%;
}
.titulo-mecanica {
  position: absolute;
  width: 73%;
  top: 7vh;
  left: 16%;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
}

.intro-mecanica {
  position: absolute;
  width: 41%;
  top: 30vh;
  left: 16%;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
}

.trigger_def {
  width: 100%;
  height: 5px;
  position: absolute;
  top: -20%;
}
.trigger_end {
  width: 100%;
  height: 5px;
}
.defesa-outline{
  position: fixed;
  top: 4vh;
  left: 5%;
  width: 21%;
  z-index: 2;
}

.em2019 {
  position: absolute;
  top: 2vh;
  left: 100px;
  width: 15%;
}
.defesa-outline {
  position: fixed;
  top: 4vh;
  left: 5%;
  width: 21%;
  z-index: 2;
}
.defesa-record {
  position: absolute;
  top: 15vh;
  left: 100px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/record.png);
}
.num-record {
  position: absolute;
  top: -20px;
  left: 50px;
  width: 30%;
  font-size: 48px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}
.defesa-news {
  position: absolute;
  top: 41vh;
  left: 19%;
  left: 290px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/news.png);
}
.num-news {
  position: absolute;
  top: -20px;
  left: 28px;
  width: 30%;
  font-size: 51px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}
.defesa-r7{
  position: absolute;
  top: 69vh;
  left: 482px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/r7.png);
}
.num-r7 {
  position: absolute;
  top: -20px;
  left: 28px;
  width: 30%;
  font-size: 45px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}
.twitter1{
  position: absolute;
  top: 11vh;
  left: 100px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/twitter1.png);
}
.num-twitter1 {
  position: absolute;
  top: -29px;
  left: -3px;
  width: 30%;
  font-size: 34px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}
.twitter2{
  position: absolute;
  top: 35vh;
  left: 298px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/twitter2.png);
}
.num-twitter2 {
  position: absolute;
  top: -16px;
  left: -1px;
  width: 30%;
  font-size: 45px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}
.twitter3{
  position: absolute;
  top: 64vh;
  left: 495px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/twitter3.png);
}
.num-twitter3 {
  position: absolute;
  top: -31px;
  left: 61px;
  width: 30%;
  font-size: 61px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}
.dado1{
  position: absolute;
  top: 5vh;
  left: 100px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/dado1.png);
}
.num-dado1 {
  position: absolute;
  top: -22px;
  left: 7px;
  width: 30%;
  font-size: 42px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}
.dado2 {
  position: absolute;
  top: 4vh;
  left: 503px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/dado2.png);
}
.num-dado2 {
  position: absolute;
  top: -18px;
  left: 10px;
  width: 30%;
  font-size: 44px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}

.dado3{
  position: absolute;
  top: 27vh;
  left: 305px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/dado3.png);
}
.num-dado3 {
  position: absolute;
  top: -18px;
  left: 27px;
  width: 30%;
  font-size: 36px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}

.dado4{
  position: absolute;
  top: 48vh;
  left: 101px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/dado4.png);
}
.num-dado4 {
  position: absolute;
  top: -19px;
  left: 30px;
  width: 30%;
  font-size: 37px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}
.dado5{
  position: absolute;
  top: 48vh;
  left: 500px;
  width: 300px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imagens/assets/sec4/dado5.png);
}
.num-dado5 {
  position: absolute;
  top: -17px;
  left: 24px;
  width: 30%;
  font-size: 40px;
  color: #ffaf00 !important;
  text-align: right;
  font-family: Aldo the Apache;
}
.fazenda-outline{
  position: absolute;
  top: 24vh;
  right: 24%;
  width: 5%;
}

.empresas {
    font-size: 44px;
    /* margin-left: 102px; */
    color: #fff !important;
    position: absolute;
    top: 50px;
}
.op-1 {
    width: 100%;
}
.background {
  /* position: fixed; */
  right: 1vw;
  top: 0;
  font-size: 10vw;
  opacity: .6;
  font-weight: bold;
  line-height: 1.4;
}
.background::before, .background::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.background::before {
  margin-bottom: calc(-0.3666666667em + 0px);
}
.background::after {
  margin-top: calc(-0.2833333333em + 0px);
}
.count {
    font-size: 105px;
    position: absolute;
    color: #ffaf00 !important;
    right: 10%;
    top: -1%;
}
.contato1 {
    position: absolute;
    left: 8%;
    bottom: 15%;
    width: 15%;
}
.contato2 {
    position: absolute;
    left: 24%;
    bottom: 24%;
    width: 20%;
}
.contato3 {
    position: absolute;
    left: 45%;
    bottom: 15%;
    width: 15%;
}
.mailbox {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 42%;
}
.titulo-contato {
    position: absolute;
    left: 9%;
    top: 2%;
    width: 46%;
}
.cerca {
  position: absolute;
  left: 0%;
  bottom: 4%;
  width: 80%;
}
.oportunidades-txt {
    width: 72%;
    padding-top: 20px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 82px 0px;
}
.placa-op {
    width: 49%;
    padding-top: 20px;
    display: block;
    margin: 0 auto;
}
.grama {
  width: 100%;
  margin-top: -58px;
}
.fonte-ap {
    position: absolute;
    top: 88vh;
    font-size: 6px;
    line-height: 14px;
    margin-left: 36px;
    right: 38%;
    color: #fff !important;
}
.fonte-ap2 {
    position: absolute;
    top: 93vh;
    font-size: 8px;
    line-height: 14px;
    margin-left: 36px;
    right: 4%;
    color: #fff !important;
}
.fonte-def {
    position: absolute;
    bottom: 0%;
    right: 0%;
    color: #fff !important;
}
.mion {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
}
.titulo1-apresentador {
    position: absolute;
    width: 36%;
    top: 0%;
    right: 7%;
}
.titulo2-apresentador {
    position: absolute;
    width: 36%;
    top: 10%;
    right: 7%;
}
.apresentador-titulo {
    position: absolute;
    width: 29%;
    top: 23%;
    right: 17%;
}
.marcos-mion {
    position: absolute;
    width: 20%;
    top: 41%;
    right: 16%;
}
.facebook {
    position: absolute;
    width: 16%;
    top: 47%;
    right: 30%;
}
.twitter {
    position: absolute;
    width: 17%;
    top: 49%;
    right: 6%;
}
.instagram {
    position: absolute;
    width: 17%;
    top: 63%;
    right: 18%;
}
.youtube {
    position: absolute;
    width: 17%;
    top: 78%;
    right: 29%;
}
.tiktok {
    position: absolute;
    width: 15%;
    top: 77%;
    right: 7%;
}
.limite {
    max-width: 100vw;
    overflow: hidden;
}
.defesa {
    width: 100%;
    margin-bottom: 30px;
    opacity: 0;
    height: 70vh;
    background-image: url(../imagens/assets/sec3/defesa.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
}
.limite-def {
    position: absolute;
    width: 70%;
    left: 0;
    top: 0;
    display: grid;
    height: 100vh;
}
.defesa-teste {
    width: 100%;
    /*opacity: 0;*/
    position: absolute;
    height: 100vh;
    background-image: url(../imagens/assets/sec3/defesa.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    top: -7%;
    z-index: 1;
    left: 7vh;
}
.defesa-video1 {
    /* width: 100%; */
    /*opacity: 0;*/
    position: absolute;
    height: 100vh;
    right: 0%;
    top: 0%;
}
.defesa-video3 {
    /* width: 100%; */
    /*opacity: 0;*/
    position: absolute;
    height: 100vh;
    right: 0%;
    top: -10%;
}
.txt-menu {
    font-size: 30px;
    color: #f1ad0b;
    font-weight: bold;
    /* margin-left: 110px; */
}
.casa {
    width: 100%;
    position: absolute;
    bottom: -3px;
}

.terra {
    width: 100%;
    position: absolute;
    bottom: -1px;
}
.nuvem-1 {
    position: absolute;
    width: 20%;
    left: 0%;
    bottom: 37%;
}
.nuvem-2 {
    position: absolute;
    width: 20%;
    right: 0;
    bottom: 34%;
}
.nuvem-3 {
    position: absolute;
    width: 20%;
    right: 0;
    bottom: 28%;
}
.fade {
    position: absolute;
    width: 100%;
    right: 0px;
    z-index: 5;
    top: 0%;
}
#play1 {
    position: absolute;
    width: 10%;
    left: 50%;
    margin-left: -5%;
    bottom: 8%;
    z-index: 20;
    cursor: pointer;
}

.titulo1 {
    position: absolute;
    width: 46%;
    left: 50%;
    margin-left: -23%;
    top: 22%;
    display: none;
}
.titulo2 {
    position: absolute;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 48%;
    opacity: 0;
}
.titulo-360 {
    width: 96%;
}
.oportunidades-comerciais {
    width: 77%;
    display: block;
    margin: 0 auto;
}
.oportunidades-comerciais2 {
    width: 57%;
    display: block;
    margin: 51px auto 0px auto;
}
.scrollme
{
  /* padding:2em; */
  /* border:1em solid #e8e8e8; */
  perspective:600px;
}

.animateme
{
  /* width:80%; */
  /* padding:10%; */
  /* background:#e8e8e8; */
  transform-origin:center center center;
}
#myVideo {
    position: absolute;
    width: 100%;
    bottom: 7%;
    z-index: 5;
    opacity: 0;
}
#myVideo2 {
    position: absolute;
    /*width: 1280px; */
    bottom: 15%;
    height: 100vh;
    z-index: 5;
    opacity: 1;
    width: 100%;
    left: 0;
    background-color: #2c0041;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../imagens/loader/loader.gif) center no-repeat #fff;
}
.scroll{

}
.plano {
    width: 200px;
    position: fixed;
    right: 20px;
    top: 18px;
}
.menu-ham {
    width: 43px;
    position: fixed;
    left: 20px;
    top: 23px;
}


/*==================================================Thumbnails==================================================*/
.thumbnails {
display: inline-block;
list-style: none;
list-style-type: none;
}
.thumbnails li {
float: left;
width: 213px;
height: 236px;
margin: 10px 16px;
text-align: center;
text-transform: uppercase;
transition: .3s;
}
.thumbnails li:hover img {
opacity: 0.9;
}
.thumbnails li:hover h2 {
opacity: 0.9;
}
.thumbnails img {
width: 100%;
height: 200px;
object-fit: cover;
transition: .3s;
}
.thumbnails h2 {
font-size: 10px;
background: #2172b3;
height: 22px;
padding: 8px 0px;
margin-top: 0px;
transition: .3s;
color:  #fff;
}
.thumbnails a {
text-decoration: none;
color: white;
}
.thumbnails a:hover {
text-decoration: none;
}
/*==================================================Sidebar==================================================*/
aside {
float: left;
width: 25%;
margin: 0 0 0 30px;
text-transform: uppercase;
}
aside h2 a {
display: block;
padding: 5px;
font-size: 15px;
background: #2172b3;
color: #fff;
text-decoration: none;
}
aside nav {
list-style: none;
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
}
aside li {
margin: 5px 0 0 0;
}
aside li a {
font-size: 12px;
display: block;
padding: 5px;
color: #666;
transition: all .3s linear;
text-decoration: none;
border-left: 2px solid #cccccc;
}
aside nav li a:hover {
border-left: 2px solid #000;
}
aside h3 {
color: #fff;
background: #2172b3;
padding: 10px 0;
margin-bottom: 0;
text-align: center;
}
aside p {
background: #eee;
margin: 0;
text-align: center;
}
aside strong {
font-size: 16px;
line-height: 34px;
color: #666;
}
aside a {
text-decoration: none;
}

aside nav ul {
    max-height: 700px;
    overflow: scroll;
    height: auto;
}
/*==================================================Includes==================================================*/
/*  Saiba mais */
.more {
margin-bottom: 20px;
}
.more h2 strong {
font-size: 16px;
}
/*  Gallery  */
.gallery {
display: inline-block;
list-style-type: none;
list-style: none;
}
.gallery li {
float: left;
margin: 5px;
text-align: center;
transition: .3s;
}
.gallery li:hover {
opacity: 0.9;
transform: scale(1.05);
}
.gallery li img {width: 150px;height: 80px;object-fit: contain;border-radius: 5px;border: 2px solid #78289e;}
p.ampliar {
color: #F30;
font-size: 11px;
margin: 5px 0;
}
/*  Social midia  */
.compartilhe {
font-size: 0.75em;
margin: 0.5em 0;
display: block;
font-weight: bold;
}
.social-media {
display: inline-block;
padding: 0;
margin: 5px 0;
}
.social-media li {
float: left;
margin-right: 10px;
}
.bt-twitter {
text-indent: -5000px;
overflow: hidden;
display: block;
width: 55px;
height: 20px;
background: url(../imagens/icones/tweet.png) no-repeat 0 0;
}
.bt-twitter:hover {
background-position: 0px -20px;
}
/*  Páginas relacionadas  */
.related-posting-title {
font-size: 22px;
}
.related-posting {
list-style: none;
list-style-type: none;
margin: 0;
padding: 0;
}
.row {
clear: both;
display: block;
background: #E8E8E8;
border-left: 3px solid #ccc;
padding: 10px 20px;
transition: all .3s linear;
min-height: 85px;
margin: 0 0 2px 0;
overflow: hidden;
}
.row:hover {
border-left: 3px solid #666;
}
.row img {
display: block;
float: left;
width: 80px;
height: 80px;
border: 1px solid #CCC;
margin: 0 10px 0 0;
}
.row p {
font-size: 12px;
line-height: 15px;
margin-bottom: 0;
}
.row a {
color: #666;
text-decoration: none;
}
.row p a {
color: #69747b;
}
.row strong {
font-size: 12px;
}
/*  Tabs regiões  */
.hide {
position: absolute;
top: -9999px;
left: -9999px;
}
#servicosTabsDois .list-wrap {
background: #eee;
padding: 10px;
margin: 0 0 15px 0;
font-size: 10px;
}
#servicosTabsDois ul {
list-style: none;
display: inline-block;
}
#servicosTabsDois .list-wrap li {
width: 160px;
float: left;
color: #666;
}
#servicosTabsDois .nav {
overflow: hidden;
margin: 0;
padding: 0;
}
#servicosTabsDois .nav li {
float: left;
margin: 0 10px 0 0;
}
#servicosTabsDois .nav li.last {
margin-right: 0;
}
#servicosTabsDois .nav li a {
display: block;
text-decoration: none;
padding: 12px;
background: #ddd;
transition: all .3s linear;
color: #666;
font-size: 12px;
text-align: center;
border: 0;
}
#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
background: #999;
color: #fff;
}
#servicosTabsDois ul li.nav-two a.current {
background-color: #eee !important;
color: #666;
}
/*  Copyright  */
.copyright {
font-size: 10px;
color: #666;
}
.copyright a {
font-size: 10px;
color: #666;
}
/*==================================================Footer==================================================*/
footer {clear: both;/* margin-top: 15px; */padding: 15px;background: #540173;}
.contact-footer {
float: left;
color: #eee;
margin-right: 30px;
}
.contact-footer strong {
font-size: 18px;
/* letter-spacing: -1px; */
}
.contact-footer a {
text-decoration: none;
color: #fff;
}
footer address {
margin: 0 0 10px 0;
font-size: 12px;
font-style: normal;
line-height: 15px;
}
footer address span {
margin: 0 0 5px 0;
font-size: 14px;
font-weight: bold;
display: block;
}
footer .menu-footer {
text-align: right;
}
footer .menu-footer nav {
margin: 3px 0;
}
footer .menu-footer nav li {
display: inline;
padding: 0 10px 0 0;
}
footer .menu-footer nav li a {
color: #eee;
font-size: 13px;
text-decoration: none;
}
footer .menu-footer nav li a:hover {
color: #bbb;
}
footer .social {margin: 7px 0 0 0;float: left;}
footer .social .social-icons:hover {opacity: 1;background: #FFF;color: #71029c;}
footer .social .social-icons {width: auto;border-radius: 30px;transition-property: all;transition-duration: 0.3s;padding: 10px;display: block;margin: 0 0 0 5px;float: right;font-size: 18px;background: #71029c;color: #FFF;min-width: 25px;min-height: 20px;text-align: center;/* box-shadow: 2px 2px 2px #ccc; */}
.copyright-footer {text-align: left;font-size: 10px;color: #eee;padding: 8px 0;background: #43025a;text-align: center;}
.copyright-footer .selos {
float: right;
}
.copyright-footer .selos strong {
background: #fff;
color: #363b36;
padding: 0px 5px;
}
.copyright-footer .selos a {
margin: 0 0 0 5px;
color: #B7B7B7;
text-decoration: none;
opacity: 0.8;
transition-property: all;
transition-duration: 0.3s;
}
.copyright-footer .selos a:hover {
opacity: 1;
}
/*==================================================Página Contato (Formulario)==================================================*/
.contact {
display: block;
padding: 0 20px;
}
.form {
float: left;
width: 50%;
}
.form label {
width: 185px;
font-weight: bold;
padding-right: 5px;
font-size: 13px;
display: table-cell;
vertical-align: middle;
}
.form label span {
font-size: 9px;
color: #C00;
}
.form input,
.form textarea,
.form select {
width: 80%;
margin: 10px 0 4px 0;
padding: 8px 5px;
border: solid 1px #CFCFCF;
font-size: 16px;
box-sizing: border-box;
}
input#ddd {
width: 17%;
}
input#telefone {
width: 59%;
}
@media screen and (max-width: 420px) {
.form input,
.form textarea,
.form select {
width: 100%;
}
input#ddd {
width: 30%;
}
input#telefone {
width: 67%;
}
.form textarea {
width: 100% !important;
}
}
input.ir {
width: 40%;
max-width: 150px;
}
.form textarea {
width: 80%;
font-family: fonte;
margin-bottom: 18px;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
background: #eee;
}
.form .ir {
border: solid 1px #666;
background: #ffffff;
padding: 10px 18px;
color: #666;
cursor: pointer;
border-radius: 5px;
width: 40%;
max-width: 150px;
transition: all 300ms ease-in-out;
}
.form .ir:hover {
background: #2ecc71;
color: #ffffff;
border-color: #2ecc71;
}
.bt-submit {
display: block;
margin: 5px 0 0 0;
}
.form span.obrigatorio {
font-size: 0.8em;
color: #C00;
margin-top: 10px;
}
.form label.error {
display: block;
color: red;
margin: 0 .5em 0 0;
vertical-align: top;
font-size: 10px;
}
.help {
font-size: 11px;
color: #666;
}
.alert {
color: #FF0000;
}
.contact-form {
float: right;
color: #989898;
font-size: 11px;
width: 50%;
}
.contact-form strong {
color: #666;
}
/*==================================================Sitemap==================================================*/
.sitemap {
margin-left: 30px;
list-style: none;
list-style-type: none;
}
.sitemap li {
font-size: 15px;
margin: 10px 0;
}
.sitemap li a {
color: #777;
font-size: 20px;
line-height: 25px;
text-decoration: none;
}
.sitemap li a:hover {
color: #222 !important;
}
.sitemap li ul {
margin-left: 35px;
list-style: none;
list-style-type: none;
}
.sitemap li ul li {
margin: 5px 0;
padding: 0;
}
.sitemap li ul li a {
font-size: 12px;
color: #777;
}
.sitemap li ul li ul li {
margin: 5px 0;
}
.sitemap li ul li ul li a {
font-size: 13px;
color: #777;
}
.sitemap li a:hover {
color: #999;
}
.sitemap .fa {
display: none;
}
.sitemap br {
display: none;
}
/*========================================Page not found========================================*/
.msg-404 {
position: relative;
font-size: 22px;
line-height: 34px;
color: #A7A9AC;
margin-bottom: 30px;
}
.menu-404 {
background: #F8F8F8;
width: 95%;
padding: 15px;
margin-bottom: 20px;
float: left;
}
.menu-404 a {
display: block;
margin: 0 auto;
}
/* ==========================================================================Helper classes========================================================================== */
/** Image replacement*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
/**text-indent: -9999px;*/
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/** Hide from both screenreaders and browsers: h5bp.com/u*/
.hidden {
display: none !important;
visibility: hidden;
}
/** Hide only visually, but have it available for screenreaders: h5bp.com/v*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/** Extends the .visuallyhidden class to allow the element to be focusable* when navigated to via the keyboard: h5bp.com/p*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/** Hide visually and from screenreaders, but maintain layout*/
.invisible {
visibility: hidden;
}
/** Clearfix: contain floats** For modern browsers* 1. The space content is one way to avoid an Opera bug when the*    `contenteditable` attribute is included anywhere else in the document.*    Otherwise it causes space to appear at the top and bottom of elements*    that receive the `clearfix` class.* 2. The use of `table` rather than `block` is only necessary if using*    `:before` to contain the top-margins of child elements.*/
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
/** For IE 6/7 only* Include this rule to trigger hasLayout and contain floats.*/
.clearfix {
/**zoom: 1;*/
}
.slicknav_menu {
display: none;
}
.slicknav_nav .fa {
display: none;
}
.slicknav_nav br {
display: none;
}
/*==================================================Layout responsivo com Grid==================================================*/
.grid {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.grid:after {
content: "";
clear: both;
display: block;
}
[class*="col-"] {
float: left;
padding: 15px;
box-sizing: border-box;
}
/* [class*="col-"] iframe {display: block;margin: 0 auto;width: 100%;max-width: 300px;height: 200px;border: 0;} */
.col-1 {
width: 8.33%;
}
.col-2 {
width: 16.66%;
}
.col-3 {
width: 25%;
}
.col-4 {width: 33.33%;}
.col-5 {
width: 41.66%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.33%;
}
.col-8 {
width: 66.66%;
}
.col-9 {
width: 75%;
}
.col-10 {
width: 83.33%;
}
.col-11 {
width: 91.66%;
}
.col-12 {
width: 100%;
}
.txtcenter {
text-align: center;
}
.txtleft {
text-align: left;
}
.txtright {
text-align: right;
}
.pd {
padding: 0;
}
.fright {
float: right;
}
.fleft {
float: left;
}
.fwidth {
width: 100%;
}
.center-block {
display: block;
margin: 0 auto;
}
/*========================================Fancy Box - Lightbox========================================*/
#title-empresa h2 {
font-size: 14px;
background: #E9E9E9;
padding: 4px 10px;
line-height: 15px;
color: #717171;
text-transform: uppercase;
text-decoration: none;
margin: 0 0 10px 0;
font-weight: 500;
border-radius: 8px;
}
#title-keyword h3 {
font-size: 12px;
padding: 0 10px;
line-height: 15px;
color: #717171;
text-decoration: none;
margin: 0 0 10px 0;
border-radius: 8px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
padding: 0;
margin: 0;
border: 0;
outline: 0;
vertical-align: top
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.fancybox-opened {
z-index: 8030
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}
.fancybox-inner,
.fancybox-outer {
position: relative
}
.fancybox-inner {
overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap
}
.fancybox-iframe,
.fancybox-image {
display: block;
width: 100%;
height: 100%
}
.fancybox-image {
max-width: 100%;
max-height: 100%
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
background-image: url(images-fancy/fancybox_sprite.png)
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: .8;
cursor: pointer;
z-index: 8060
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(images-fancy/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: url(images-fancy/blank.gif);
-webkit-tap-highlight-color: transparent;
z-index: 8040
}
.fancybox-prev {
left: 0
}
.fancybox-next {
right: 0
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px
}
.fancybox-nav:hover span {
visibility: visible
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible!important
}
.fancybox-lock {
overflow: hidden!important;
width: auto
}
.fancybox-lock body {
overflow: hidden!important
}
.fancybox-lock-test {
overflow-y: hidden!important
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(images-fancy/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll
}
.fancybox-title {
visibility: hidden;
font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
position: relative;
text-shadow: none;
z-index: 8050
}
.fancybox-opened .fancybox-title {
visibility: visible
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: 0 0;
background: rgba(0, 0, 0, .8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: 700;
line-height: 24px;
white-space: nowrap
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff
}
.fancybox-title-inside-wrap {
padding-top: 10px
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8)
}
.active-menu-topo {
color: #32326b;
font-weight: bold;
}
.active-menu-aside {
color: rgb(33, 114, 179);
background-color: rgba(33, 114, 179, 0.1);
border-left: 2px solid #2172b3;
font-weight: bold;
}
/*==========================================================================Tabela==========================================================================*/
.tg {
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
width: 100%;
}
.tg td {
font-size: 12px;
text-align: center;
line-height: 30px;
border-style: solid;
border-width: 1px;
overflow: hidden;
word-break: normal;
color: #000;
}
.tg th {
font-size: 14px;
font-weight: normal;
padding: 10px 5px;
border-style: solid;
border-width: 1px;
overflow: hidden;
word-break: normal;
}
.tg .tg-kf0f {
background-color: #3166ff;
color: #000000
}
.tabela {
background: none repeat scroll 0% 0% rgb(33, 114, 179);
text-align: center;
line-height: 30px;
}
.tabela p {
text-align: center;
line-height: normal;
}
.tabela th{
border: 1px solid #000;
color: #ffffff;
}
.tabela-conteudo {
background: none repeat scroll 0% 0% rgb(229, 236, 244);
padding: 0cm;
}
.busca{
border: 1px solid;
width:  100%;
box-sizing:  border-box;
padding: 10px 15px;
border: 2px solid #ddd;
color: #666;
}
.busca:focus{
border: 2px solid #2172b3;
}
.barra-busca form{
position: relative;
}
.barra-busca{
background-color: #e4e4e4;
border-top: 1px solid #ccc;
padding: 10px 0;
box-sizing:  border-box;
}
.barra-busca .btn{
max-width: 100%;
position:  absolute;
margin: 0;
top: 3px;
right: 3px;
}
.barra-busca input[type="search"]{
width: 100%;
box-sizing:  border-box;
}
.barra-busca2 form{
position: relative;
}
.barra-busca2{
padding: 10px 0;
box-sizing:  border-box;
}
.barra-busca2 .btn{
max-width: 100%;
position:  absolute;
margin: 0;
top: 1px;
right: 1px;
font-size: 14px;
}
.barra-busca2 input[type="search"]{
width: 100%;
box-sizing:  border-box;
border-radius: 5px;
}
.topofixo .barra-busca2{
padding: 0;
}
/* ==========================================================================BOTAO TOPO========================================================================== */
#scrollUp {bottom: 0;right: 30px;width: 50px;height: 45px;margin-bottom: -10px;padding: 10px 5px;font: 14px/20px sans-serif;text-align: center;text-decoration: none;text-shadow: 0 1px 0 #fff;color: #FFF;border-radius: 5px 5px 0 0;background-color: #ff4684;-webkit-transition: margin-bottom 150ms linear;-moz-transition: margin-bottom 150ms linear;-o-transition: margin-bottom 150ms linear;transition: margin-bottom 150ms linear;}
#scrollUp:hover {
margin-bottom: 0;
color: #fff
}
#scrollUp-active {
display: none
}
/*========================================CSS Mobile========================================*/
/* TABLET */
@media only screen and (min-width:767px) and (max-width: 959px) {
.wrapper {
box-sizing: border-box;
padding: 0 10px;
}
header .right a {
margin: 0px 10px;
}
header .right {
width: 100%;
text-align: center;
}
header .logo {
text-align: center;
width: 100%;
}
header .logo img {
margin-top: 10px;
}
header nav a {
padding: 10px 0px;
width: 142px;
}
article img {
max-width: 100%;
}
.gallery li {
margin: 4px;
}
.js .slicknav_menu {
display: block;
/* position: fixed; */
z-index: 11;
/* width: 100%; */
}
.js #menu {
display: none;
}
.js #menu2 {
display: none;
}
.contact-footer a {
color: white;
text-decoration: none;
}
#servicosTabsDois .nav li a {
padding: 10px;
}
.col-m-1 {
width: 8.33% !important;
}
.col-m-2 {
width: 16.66% !important;
}
.col-m-3 {
width: 25% !important;
}
.col-m-4 {
width: 33.33% !important;
}
.col-m-5 {
width: 41.66% !important;
}
.col-m-6 {
width: 50% !important;
}
.col-m-7 {
width: 58.33% !important;
}
.col-m-8 {
width: 66.66% !important;
}
.col-m-9 {
width: 75% !important;
}
.col-m-10 {
width: 83.33% !important;
}
.col-m-11 {
width: 91.66% !important;
}
.col-m-12 {
width: 100% !important;
}
.hide-tablet {
display: none;
}
.topofixo {
position: relative;
}
#header-block {
display: none !important;
}
}
/* Mobile */
@media only screen and (max-width: 765px) {



.conteudo-index1 {
    height: 100vh;
}
.apresentador-titulo {
    right: 70px !important;
}
.vaso1 {
    width: 81px !important;
    height: 151px !important;
}
.vaso2 {
    width: 81px !important;
    height: 151px !important;
}
.vaso3 {
    width: 81px !important;
    height: 151px !important;
}
.vaso4 {
    width: 81px !important;
    height: 151px !important;
}
.vaso5 {
    width: 81px !important;
    height: 151px !important;
}
.vaso6 {
    width: 81px !important;
    height: 151px !important;
}
.vaso7 {
    width: 81px !important;
    height: 151px !important;
}
.defesa-record {
    left: 30px !important;
    width: 230px !important;
    height: 66px !important;
}
.num-record {
    left: 41px !important;
    width: 30% !important;
    font-size: 37px !important;
}

.defesa-news {
    left: 130px !important;
    width: 230px !important;
    height: 66px !important;
}
.num-news {
    left: 22px !important;
    width: 30% !important;
    font-size: 39px !important;
}
.defesa-r7 {
    left: 210px !important;
    width: 230px !important;
    height: 66px !important;
}
.num-r7 {
    left: 24px !important;
    width: 30% !important;
    font-size: 37px !important;
}

.twitter1 {
    left: 13px !important;
    width: 30% !important;
    font-size: 30px !important;
}
.num-twitter1 {
    left: -3px !important;
    width: 30% !important;
    font-size: 28px !important;
}
.twitter2 {
    left: 130px !important;
    width: 230px !important;
    height: 66px !important;
}
.num-twitter2 {
    left: 6px !important;
    width: 30% !important;
    font-size: 38px !important;
    top: -18px !important;
}
.twitter3 {
    left: 210px !important;
    width: 230px !important;
    height: 66px !important;
}
.num-twitter3 {
    left: 47px !important;
    width: 30% !important;
    font-size: 42px !important;
    top: -27px !important;
}

.dado1 {
    left: 10px !important;
    width: 200px !important;
    height: 50px !important;
}
.num-dado1 {
    font-size: 30px !important;
}

.dado2 {
    left: 250px !important;
    width: 200px !important;
    height: 50px !important;
}
.num-dado2 {
    font-size: 30px !important;
    top: -19px !important;
    left: 8px !important;
}
.dado3 {
    left: 114px !important;
    width: 243px !important;
    height: 50px !important;
}
.num-dado3 {
    font-size: 28px !important;
    left: 23px !important;
}
.dado4 {
    left: 10px !important;
    width: 200px !important;
    height: 50px !important;
}
.num-dado4 {
    font-size: 23px !important;
    left: 20px !important;
}

.dado5 {
    left: 241px !important;
    width: 200px !important;
    height: 50px !important;
}
.num-dado5 {
    font-size: 27px !important;
    top: -19px !important;
    left: 18px !important;
}
.fazenda-outline {
    right: 26% !important;
}
.logo-footer {
    width: 50% !important;
    float: none !important;
}
.btn{
    display: inline-block;
}
.topofixo {
position: relative;
}
.owl-pagination {
display: none;
}
.title-breadcrumb h1 {
box-sizing: border-box;
padding: 5px;
}
.title-breadcrumb #breadcrumb {
float: none;
}
header .topo .social {
display: none;
}
.wrapper {
box-sizing: border-box;
padding: 0 10px;
}
header {
/* padding-top: 54px; */
}
header .logo a {
margin: 0 auto;
}
header .logo {width: 100%;display: none;text-align: center;}
header .logo img {
margin-top: 20px;
max-width: 100%;
}
header .right {
width: 100%;
text-align: center;
}
.topo .fright {
float: none;
}
.topo {
text-align: center;
}
article {
width: 100%;
}
aside {
width: 100%;
margin: 0;
}
.gallery img {
width: 100%;
}
.gallery li {
width: 45%
}
.thumbnails li {
width: 100%;
margin: 10px 0;
}
.thumbnails {
width: 100%;
box-sizing: border-box;
padding: 10px;
}
.thumbnails img {
width: 100%;
}
footer .wrapper {
text-align: center !important
}
.copyright-footer {
text-align: center
}
footer .menu-footer nav li {
display: block;
background: rgba(0, 0, 0, 0.2);
margin: 10px 0px;
text-align: center;
padding: 10px
}
.contact-footer {
float: none
}
.copyright-footer .wrapper {
text-align: center
}
footer .social {
float: none;
width: 100%
}
.copyright-footer .selos {
float: none;
margin: 10px 0px
}
.copyright-footer .selos a {
float: none;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.2);
padding: 10px 0px;
margin: 10px 0px
}
footer .social .social-icons {
float: none;
padding: 10px 0px;
margin: 10px 0px;
width: 100%;
text-align: center
}
.contact-footer a {
color: white;
text-decoration: none;
}
.contact-footer {
margin-right: 0;
}
.js #menu {
display: none;
}
.js #menu2 {
display: none;
}
.js .slicknav_menu {
display: block;
}
#servicosTabsDois .nav li a {
padding: 8px;
font-size: 13px;
width: 100%;
}
.hide-mobile {
display: none;
}
.contact {
padding: 0;
}
.form {
width: 100%;
}
.contact-form {
float: none;
width: 100%;
}
#header-block {
display: none !important;
}
}
/*=======================================VERSAO MOBILE PARA CELULARES PEQUENOS======================================*/
@media only screen and (max-width:480px) {
[class*="col-"] {
width: 100%;
}
.fim-block {
  margin-bottom: 100px;
}
.grid-videos {
    width: 100%;
    margin: 40px 0px 0px 0px;
}
.periodo {
    margin-left: 0px;
}
#slide-show {
height: 880px !important;
}
.titulo-oport {
    width: 97%;
}
.block {
    display: unset;
}
.grid-normal {
    width: 100%;
}
.menu-tam {
    width: 100% !important;
}
.men {
    height: 5% !important;
}
.topofixo {
    position: fixed;
}
.conteudo-index2 {
    height: auto;
    background-image: none;
}
.fonte-ap2-mobile {
  font-size: 16px;
  color: #fff !important;
}
.titulo-apresentador-mobile {
  width: 100%;
  margin-bottom: 30px;
}
.texto-apresentador-mobile {
  width: 100%;
  margin-bottom: 30px;
}
.dados-apresentador-mobile {
  width: 100%;
  margin-bottom: 30px;
}
.foto-mion-mobile {
  width: 100%;
  margin-bottom: 30px;
}
.conteudo-index7 {
  height: auto;
}
.v_segunda1 {
  position: unset;
    width: 100%;
    top: 20%;
    /* margin-top: 23px; */
    margin: 25px auto;
    left: 0%;
    opacity: 1;
    display: block;
}
.dias-mobile {
  width: 90%;
  margin: 60px auto;
  display: block;
}
.txts-mobile {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.titulo-mecanica-mobile {
  width: 100%;
  margin-bottom: 40px;
}
.texto-intro-mobile {
  width: 100%;
}
.conteudo-index7 {
    background-image: none;
    margin-bottom: 0;
}
.texto-merchan-mobile {
  width: 75%;
  display: block;
  margin: 8px auto;
}
.slider-ctr {
    width: 100% !important;
    height: 42% !important;
    margin-top: -169px !important;
    margin-left: -50% !important;
    top: 58% !important;
}
.conteudo-index5 {
    background-size: contain;
    background-position-y: center;
    margin-top: 0;
}
.titulo-contato-mobile {
  width: 100%;
  margin: 10px auto; 
}
.mailbox {
    left: 8%;
    width: 100%;
}
.nuvem-1 {
    bottom: 57%;
}
.nuvem-2 {
    bottom: 55%;
}
.titulo1 {
    width: 85%;
    left: 50%;
    margin-left: -42%;
    top: 17%;
    display: unset;
}
.titulo2 {
    width: 85%;
    left: 50%;
    margin-left: -42%;
    top: 53%;
    opacity: 1;
}
.fade {
    display: none;
}
.fonte-ap-mobile {
  color: #fff;
  font-size: 10px;
}
.defesa-mobile {
  width: 100%;
}
.record-mobile{
  width: 88%;
  margin: 34px auto;
  display: block;
}
.conteudo-index-def-mobile {
  width: 100%;
  position: relative;
}
.fazenda-outline-mobile {
  position: absolute;
}
}
/*Mobile Menu Core Style*/
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 0.438em 0.625em 0.438em 0.625em;
line-height: 1.125em;
cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left;
}
.slicknav_menu .slicknav_icon {
float: left;
margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
margin: 0
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
margin-top: 0.188em
}
.slicknav_nav {
clear: both
}
.slicknav_nav ul,
.slicknav_nav li {
display: block
}
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
cursor: pointer;
}
.slicknav_nav .slicknav_row {
display: block;
}
.slicknav_nav a {
display: block
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
display: inline
}
.slicknav_menu:before,
.slicknav_menu:after {
content: " ";
display: table;
}
.slicknav_menu:after {
clear: both
}
/*User Default StyleChange the following styles to modify the appearance of the menu.*/
.slicknav_menu {
font-size: 16px;
}
/* Button */
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #222222;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
}
.slicknav_menu {
background: #4c4c4c;
padding: 5px;
}
.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
list-style: none;
overflow: hidden;
}
.slicknav_nav ul {
padding: 0;
margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
padding: 5px 10px;
margin: 2px 5px;
}
.slicknav_nav a {
padding: 5px 10px;
margin: 2px 5px;
text-decoration: none;
color: #fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0;
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #fff;
}
.slicknav_nav a:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #222;
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px;
}