/* Style the header */
  
* {
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}  

.h1{
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 50px;
  text-align: center;
  color: white;
  background-color: black;
  padding: 10px;
}

/* imagens marcas */  

.row2{
	margin-top:2%;
}

.row2 > .column {
padding: 0 8px;
}

.row2:after {
content: "";
display: table;
clear: both;
}

.column2 {
float: left;
width: 25%;
margin-bottom: 10px;
text-align: center;
}

/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
}

/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}

/* The Close Button */
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}

.mySlides {
display: none;
}

.cursor {
cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

#img2 {
margin-bottom: -4px;
max-width:150px;
max-height:100px;
align-content: center;
}

.caption-container {
text-align: center;
background-color: black;
padding: 2px 16px;
color: white;
}

.demo {
opacity: 0.6;
}

.active,
.demo:hover {
opacity: 1;
}

img.hover-shadow {
	padding: 15px;
transition: 0.3s;
}

.hover-shadow:hover {

box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

/* NAV BAR */


nav {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	font-family: 'Montserrat', sans-serif;
	padding: 0 5%;
	height: 50px;
	background-color: #333;
}
nav .logo {
	float: left;
	width: 15%;
	height: 100%;
	display: flex;
	align-items: center;
	
}
nav .links {
	float: right;
	padding: 0;
	margin: 0;
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav .links li {
	list-style: none;
}
nav .links li:hover{

    background-color: #DA0037;
	max-height: 50px;
}
nav .links a {
	display: block;
	padding: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nav-toggle {
	position: absolute;
	top: -100px;
}
nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
nav .icon-burger .line {
	width: 30px;
	height: 5px;
	background-color: #fff;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 768px) {
nav .logo {
	float: none;
	width: 25%;
	justify-content: center;
	margin-left: 35%;
}
nav .links {
	float: none;
	position: fixed;
	z-index: 9;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 100%;
	width: auto;
	height: auto;
	flex-direction: column;
	justify-content: space-evenly;
	background-color: rgba(0,0,0,.8);
	overflow: hidden;
	box-sizing: border-box;
	transition: all .5s ease-in-out;
}
nav .links a {
	font-size: 20px;
}
nav :checked ~ .links {
	bottom: 0;
}
nav .icon-burger {
	display: block;
}
nav :checked ~ .icon-burger .line:nth-child(1) {
	transform: translateY(10px) rotate(225deg);
}
nav :checked ~ .icon-burger .line:nth-child(3) {
	transform: translateY(-10px) rotate(-225deg);
}
nav :checked ~ .icon-burger .line:nth-child(2) {
	opacity: 0;
}

}

/*ALERT*/
.alert {
	padding: 20px;
	background-color: #2196F3;
	color: white;
	opacity: 1;
	transition: opacity 0.6s;
	margin-top: 40px;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}
  
.closebtn:hover {
	color: black;
}


/* BODY */

.column {
  float: unset;
  width: 60%;
  padding: 20px;
  margin: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  text-align: center;
}

/* Style text */
h2{
	text-align: center;
  	text-transform: uppercase;
  	color: rgb(177,179,178);
	text-decoration: underline overline;  
	font-family: Impact, Calibri, 'Arial Narrow Bold', sans-serif;
	font-size: xx-large;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;	
	text-align: justify;
	
}

.p2{
	text-align: center;
}

a {
	text-decoration: none;
	color: #008CBA;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}

/* tabela */
#table {
font-family: Arial, Helvetica, sans-serif;
border: 2px solid rgb(108, 122, 137);
border-collapse: collapse;
width: 90%;
margin-left: auto;
margin-right: auto;
}
  
#table td, #customers th {
border: 2px solid rgb(108, 122, 137);
padding: 8px;
}  
#table tr:nth-child(even){background-color: #ffffff;}
  
#table tr:hover {background-color: rgba(75, 119, 190, 0.39);}
  
#table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
background-color: rgb(58, 83, 155);
color: rgb(0, 0, 0);
border: 2px solid rgb(108, 122, 137);
 }

/* Style the footer */
.footer {
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
}

.content-wrapper{
	width:100%;
	animation: fadeIn 5s;
	-webkit-animation: fadeIn 5s;
	-moz-animation: fadeIn 5s;
	-o-animation: fadeIn 5s;
	-ms-animation: fadeIn 5s;
}
.content-wrapper img{
		width:100%;
		
}

@media screen and (max-width:600px) {
	.content-wrapper{
		width:100%;
		animation: fadeIn 5s;
		-webkit-animation: fadeIn 5s;
		-moz-animation: fadeIn 5s;
		-o-animation: fadeIn 5s;
		-ms-animation: fadeIn 5s;
	}
	.content-wrapper img{
			width:100%;
			margin-top: 10%;
	}
}

@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
  
@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
  
@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
  
@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
.text-wrapper{
	width:80%;
	position: relative;
	margin-top: -30%;
	margin-left: 13.5%;
}
.text-wrapper h1{
	text-align:center;
	color:#ffffff;
	font-size:7vw;
	font-family: 'Courier New', Courier, monospace;
}

.background{
	background-color: black;
  color: white;
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
  box-shadow: 4px 4px 7px #9E7F2E;
  border-radius: 10px;
  margin-left:10%;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
.mySlides2 {display: none;}
img {vertical-align: middle;}

/* CONT PARA TEXTO SLIDE SHOW*/

.cont{

  background-color: black;
  color: white;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
  box-shadow: 4px 4px 7px black;
}

/* FIM CONT PARA TEXTO SLIDE SHOW*/


/*PRIMEIRA SECÇÃO */

img {
  width: 100%;
  height: auto;
}

/* FIM DE PRIMEIRA SECÇÃO */



/* Slideshow container */
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;

}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot2 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active2, .dot2:hover {
	background-color: #717171;
}

.active {
  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: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
  
  
}
#lei{
  padding-top:5%;
  padding-bottom:5%;
  color:red;
  font-weight:bold;
}

.img_redes_sociais{
	width:45px;
}
