*{
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	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: 115px;
  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%;
 /* min-height: 700px; */
  background-color : #ffffff;
  padding: 20px 0 20px 0;
  font-family: 'Raleway', sans-serif;
  font-size : 12px;
  position: relative;
  text-align: center;
}  

* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  min-height: 650px;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 35%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.4);
}

/* Caption text */
.text {
  color: #666666;
  font-size: 15px;
  padding: 15px 12px 0px 0px;
 
  bottom: 10%;
  width: 100%;
  text-align : center; 
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.introlax {
/*  background-image: url( '../img/Big-Index-8.jpg' ); */
  width: 100%;
  min-height: 700px; 
  padding: 30px 0 20px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*
.imglax {
    max-width: 100%;
    padding: 0px 0 20px 0;
   background-color: rgb(238,238,234); 
   background-color: rgba(238,238,234, 0.3); 
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/

P.txtintrolax
{ 
	font-family: 'Raleway', sans-serif; 
	padding : 0px 20px 0px 20px; 
	font-size : 13px; 
        line-height: 25px;
	color : #999999; 
	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: 0.5s;
}

.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.5s;
}

.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.2s;
}

.button:hover span {
  padding-right: 25px;
  color: #ffffff;
}

.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: 7px;
  text-align: center;
}

.top-right {
  position: absolute;
  top: 16px;
  right: 97px;
}

.imgopen {
    color: #ffffff; 
    height: 18em;
    display: block;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-image: url( '../img/Big-Index-8.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;

}

/* 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;
}

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: #444444;
  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 1 e 2 - 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: 35px;
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff;
  color: #666666;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* Conter 4 coluna */
.conter4 {
  width: 100%;
  font-size : 20px;
  padding: 0px 35px 0px 35px;
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff;
  color: #666666;
  text-align: center;
  line-height: 35px;
  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;
  margin-left: auto;
  margin-right: auto;
}

/* 1,1,1 colunas */
.column {
  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;
}

#myDIV {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
}

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-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-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; 
} 

p.txt-center24Edredoes
{ 
	width: 91%;
	margin: auto;
	padding: 15px 77px 45px 77px;
	font-family: 'Raleway', sans-serif;
	font-size : 20px; 
	color : #006600; 
	line-height: 35px;
	text-align : center;
} 

.txt-center24Edredoes a:hover {
  color: #006600;
}

.imgmenu {
    max-width: 100%;
    padding: 0px 0px 0 0px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.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 {
    max-width: 100%;
    padding: 35px 0 0px 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, .imgRetreat1 {
    max-width: 100%;
    padding: 25px 0 0px 0;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgRetreat2 {
    max-width: 100%;
    padding: 25px 0 0px 0;
    height: auto;
    display: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.imgBotton2 {
    max-width: 100%;
    padding: 25px 0 0px 0;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.footer {
  font-family: 'Raleway', sans-serif;
  background-color: #333333;
  margin-top: 100px;
  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: 700px) {
.column {    width: 95%;  }
}

a { 
text-decoration : none; 
} 

a:link {
	color : #c0c0c0;
} 
a:visited { 
	color : #c0c0c0; 
} 

a:active { 
	color : #c0c0c0;
} 

a:hover { 
	color : #ffffff;
} 

/* Conter 5 - 6 colunas */
.conter5 {
  width: 80%;
  padding : 0px; 
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff;
  color: #666666;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.column2 {
  float: left;
  width: 16.66%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #666666;
  background-color: #ffffff;
}

.containerTab {
  width: 100%;
  padding: 115px 103px 25px 103px;
  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;
}

.cta {
  background-color: #666666;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 18px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
}

.cta:hover {opacity: 0.6}

p.read-more-target
{ 
	width: 89%;
	margin: auto;
	padding: 0px 0px 35px 0px;
	font-family: 'Raleway', sans-serif;
	font-size : 24px; 
	color : #666666; 
	line-height: 35px;
	text-align : left; 
} 

.read-more-target,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: block;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none; 
}

@media screen and (max-width: 810px) {
.prev, .next { top: 25%; }
.menuTop { right: 0px; height: 60px; text-align: right; padding: 0px 40px 0 20px; }
.top-left { top: 25%; margin-left: auto; margin-right: auto;}
.imgopen > p { font-size : 14px; }
.imgBotton1 { display: none;}
.imgBotton2 { display: block;}
.imgRetreat1 { display: none;}
.imgRetreat2 { display: block;}
.column { width: 100%; padding: 0px;}
  
  .top-left-txt { display: none;}
  .top-right { display: none; }
  .conter5 { 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.read-more-target {width: 100%; padding: 35px 5px; 35px 5px; text-align : left;} 
 p.txt-center24Edredoes { display: none; } 
 p.txtmenubase { display: none; }
 p.copyr { display: none;; }
 p.txt-3col {font-size : 18px; }
 p.txtbase { font-size : 14px; }
  
  .slideshow-container { min-height: 350px; }
 .text { bottom: 0%; }
  }

