*{
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
	width: 100%;
	height: auto;
	font-family: 'Raleway', sans-serif;
	background-repeat : no-repeat;	 
	background-color : #ffffff;
	background-position : top center;
}

h1,h2 {
   line-height: 55px;
   color: #66666;
   padding: 35px 0 0 0;
   text-align: center;
}

h3 {
   line-height: 45px;
   color: #66666;
   padding: 0 0 5px 0;
   text-align: center;
}


/* BOTAO TOPO */

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 0;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #c0c0c0;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #666666;
}

#intro {
  width: 100%;
  background-color : #ffffff;
  padding: 10px 0 5px 0;
  font-family: 'Raleway', sans-serif;
  font-size : 12px;
  position: relative;
  text-align: center;
}  

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

* {
  box-sizing: border-box;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
  overflow-x: hidden;
  transition: .5s ease;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  line-height: 55px;
  margin-top: 0px;
}

.overlay a {
  padding: 0px 8px 8px 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ffffff;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 31px;
  font-size: 70px;
}

.button {
  border-radius: 4px;
  background-color: transparent;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  padding: 5px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 1px;
  
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

@media screen and (max-height: 480px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 30px;
  top: 30px;
  right: 0px;
  }
}

.menuTop { z-index: 1;
	 width: 100%;
    	 font-family: 'Raleway', sans-serif;
	 background-color: rgb(0,0,0);
         background-color: rgba(0,0,0, 0.7);
	 color: white;
	 height: 95px;
 	 font-size: 16px; 
         padding: 0px;
         text-align: center;
 	 position: sticky;
 	 position: -webkit-sticky;
 	 top: 0;
}

.top-left {
   width: 32%;
   position: absolute;
   top: 25px;
   margin-left: auto;
   margin-right: auto;
}

.top-left-txt {
  position: relative;
  font-size: 9px;
  top: 3px;
  text-align: center;
}

.top-right {
  position: absolute;
  top: 16px;
  right: 97px;
}

.imgopen {
    color: #ffffff;
    height: 18em;
    display: block;
    align-items: left;
    justify-content: left;
    background-size: cover;
    background-position: center;
    background-image: url( '../img/Big-cab-mesch-2.jpg' ); 
}

.imgopen > h1 {
    padding: 95px 0px 0px 0px;
    color: #ffffff;
    font-size: 2em;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.imgopen > p {
    padding: 7px 45px 0px 45px;
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.img-tab {
    padding: 0px auto auto auto;
}

/* Navegação */
ul {
  width: 85.3%;
  font-family: 'Raleway', sans-serif;
  margin: 25px auto 10px auto;	
  list-style-type: none;
  overflow: auto;
  background-color: white;
}

li {
  float: left;
}

li a,  .dropbtn{
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: #ffffff;
}

.dropbtnselected{
  display: inline-block;
  color: white;
  min-width: 288px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: #999999;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #666666;
  color: white;
  opacity: 1;
}

li.dropdown {
  display: inline-block;
  width: 25%; 
  font-size: 14px;
  text-align: center;
}

.dropdown:hover {
  background-color: #666666;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 288px;
  z-index: 0;
    border-color: #f1f1f1;
    border-style:solid;
    border-width:1px;  
    opacity: 0.92;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #ffffff; color: black;}

.dropdown:hover .dropdown-content {
  display: block;
}

/* ---------------------------------Sub-menu-overlay---- */
.dropbtnover {
  background-color: #000000;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropover {
  position: relative;
  display: inline-block;
}

.dropover-content {
  display: none;
  position: absolute;
  background-color: #000000;
  background-color: rgba(0,0,0, 0.9);
  min-width: 400px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
  z-index: 1;
}

.dropover-content a {
  color: black;
  padding: 12px 10px 12px 10px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropover-content a:hover {background-color: #666;}

.dropover:hover .dropover-content {display: block;}

.dropover:hover .dropbtnover {background-color: #000;}

/* ------------------------------------- */

@media screen and (max-width: 850px) {
  li.dropdown { display: none; }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
}

.container img {
  width: 100%;
  height: auto;
}

.container .Btn-ov {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2rem;
  border: none;
  background-color: rgba(0,0,0,0.7);
  color: #ffffff;
  padding: 20px;
  transition: all 0.4s;
  cursor: pointer;
  text-align: center;

}

.container .Btn-ov:hover {
  background-color: #666666;
  color: #ffffff;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
  font-size : 23px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  text-align: justify;
  line-height: 30px;
  margin: auto;
}

/* Conter OV-1 coluna */
.conterOV {
  width: 100%;
  font-size : 20px;
  padding: 5%;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  text-align: justify;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
}
 
/* ------------------------------------- */

/* Conter 1e2-1 coluna */
.conter1, .conter2 {
  width: 100%;
  font-size : 20px;
  padding: 35px;
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff;
  color: #666666;
  text-align: center;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;
}

/* Conter 3 colunas */
.conter3 {
  width: 95%;
  padding: 25px 35px 65px 35px;
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff;
  color: #666666;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* 2 colunas */
.column {
  float: left;
  width: 50%;
  padding: 20px 0px 0px 0px;
  background-color: #f5f5f5;
  color: #666666;
  line-height: 20px;
}

/* 1,1,1 colunas */
.colunas3 {
  float: left;
  width: 33.33%;
  padding: 20px;
  background-color: #ffffff;
  color: #666666;
  line-height: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Conter 4 coluna */
.conter4 {
  width: 100%;
  font-size : 20px;
  padding: 35px;
  font-family: 'Raleway', sans-serif;
  background-color: #f5f5f5;
  color: #666666;
  text-align: center;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;
}

/* Conter 5-1 coluna */
.conter5 {
  width: 100%;
  font-size : 20px;
  padding: 8%;
  font-family: 'Raleway', sans-serif;
  background-color: #f5f5f5;
  color: #666666;
  text-align: justify;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.conter6 {
  width: 100%;
  font-size : 20px;
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff;
  color: #666666;
  text-align: center;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
}


p.txt-just24
{ 
	width: 89%;
	margin: auto;
	padding: 35px 0px 35px 0px;
	font-family: 'Raleway', sans-serif;
	font-size : 24px; 
	color : #666666; 
	line-height: 35px;
	text-align : justify; 
} 

p.txt-justify-2col
{ 
	font-family: 'Raleway', sans-serif;
	font-size : 16px; 
	padding: 0px 0px 0px 0px;
       	text-align : justify; 
	line-height: 25px;
	color: #666666;
} 

p.txt-justify-menu
{ 
	font-family: 'Raleway', sans-serif;
	font-size : 16px; 
        padding: 0px 35px 0px 0px;
       	text-align : justify; 
	line-height: 25px;
	color: #666666;
} 


p.txt-3col
{ 
	font-family: 'Raleway', sans-serif;
	font-size : 16px; 
	text-align : justify; 
	padding: 5px;
	line-height: 25px;
	color: #666666;
} 

p.cab-3col
{
	font-family: 'Raleway', sans-serif;	
	background-color: #ffffff;
	text-align : center;
	font-size : 16px;
	color: #666666;
}

p.txt-just24Edredoes
{ 
	width: 89%;
	margin: auto;
	padding: 15px 77px 35px 77px;
	font-family: 'Raleway', sans-serif;
	font-size : 20px; 
	color : #666666; 
	line-height: 35px;
	text-align : justify; 
} 

.imgtop {
    max-width: 100%;
    padding: 10px 0 0 0;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img, .img1 {
    max-width: 100%;
    padding: 0 0 25px 0;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img3, .imgE {
    max-width: 100%;
    padding: 35px 0 25px 0;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-half {
    max-width: 100%;
    padding: 0px 0 0 0;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgBotton1 {
    max-width: 100%;
    padding: 25px 0 0px 0;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgBotton2 {
    max-width: 100%;
    padding: 25px 0 0px 0;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.imgOV {
    max-width: 100%;
    padding: 0px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer {
  font-family: 'Raleway', sans-serif;
  background-color: #333333;
  margin-top: 150px;
  padding : 45px 0px 0px 0px; 
  text-align: center;
}

p.txtmenubase
{ 
	font-family: 'Raleway', sans-serif; 
	padding : 0px 0px 0px 0px; 
	font-size : 12px; 
	color : #999999; 
	text-align : center; 
}

p.txtbase
{ 
	font-family: 'Raleway', sans-serif; 
	padding : 45px 0px 0px 0px; 
	font-size : 11px; 
	color : #999999; 
	text-align : center; 
}

P.txtcenter
{ 
	font-family: 'Raleway', sans-serif; 
	padding : 45px 0px 0px 0px; 
	font-size : 18px; 
	color : #666666; 
	text-align : center; 
}

p.copyr { 
	font-family: 'Raleway', sans-serif;
	padding : 45px 0 10px 0px; 
	font-size : 12px; 
	text-align : center; 
	color : #c0c0c0; 
} 

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 850px) {
.column, .colunas3 {
    width: 100%;
  }
}

@media (max-width: 1000px) {
.column {
    width: 100%;
  }
}

a { 
text-decoration : none; 
} 

a:link {
	color : #c0c0c0;
} 
a:visited { 
	color : #c0c0c0; 
} 

a:active { 
	color : #c0c0c0;
} 

a:hover { 
	color : #ffffff;
} 

.column2 {
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #666666;
  background-color: #ffffff;
}

.containerTab {
  width: 100%;
  padding: 115px 107px 25px 107px;
  text-align: justify;
  line-height: 25px;
  color: #666666;
  background-color: #f5f5f5;
}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Closable button inside the container tab */
.closebtn {
  float: right;
  color: #666666;
  font-size: 55px;
  cursor: pointer;
}

#vid 
{
	width: 751px;
	height: 376px;
	margin: 0px auto auto auto;
 	padding : 0px;  
	background-color: #ffffff;
	text-align : center; 
}

@media screen and (max-width: 810px) {
 
.menuTop { width: 100%; right: 0px; height: 60px; text-align: right; padding: 0px 40px 0 20px; }
.top-left { top: 25%; margin-left: auto; margin-right: auto;}

.centered { display: none;}
.imgBotton1 { display: none;}
.imgBotton2 { display: block;}
.colunas3 { width: 100%; padding: 0px;}
  .imgopen { background-image: url( '../img/Big-cab-mesch-2small.jpg' );}
  .top-left-txt { display: none; }
  .top-right { display: none; }
  .containerTab { width: 100%; padding: 55px 45px; text-align: left;}
 p.txt-just24 { width: 100%; padding: 35px 5px; 35px 5px; text-align: left;}
 p.txt-just24Edredoes { width: 100%; padding: 35px 5px; 35px 5px; text-align: left; }
 p.txtmenubase { display: none; }
 p.copyr { display: none; }
 p.txt-3col { font-size : 18px; }
 p.txt-justify-2col { font-size : 13px; } 
.img-tab { display: none; }
 p.txtbase { font-size : 14px; }
.imgOV { max-width: 60%; }
 /*.imgopen > h3 { padding: 55px 97px 0px 97px; } */
.Btn-ov { display: none; }
#vid { display: none; }

}


