


/*-------------------------------EMPRESA------------------------------------*/

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  
  
  margin:auto;
  width: 80%;
  opacity:0.8;
  margin-bottom: 16px;
  padding: 5px 5px;
  
  
}



.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color:#fff;
  height:100%;
  
}

.containere {
  padding: 15px 25px;
  text-align:left;
  
  
}

.containere p {
	font-family: 'Open Sans', sans-serif;
	padding-bottom:5px;
	font-size:15px;
	color: black;
	
	}
	
.containere h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	line-height: 100px;
	position: relative;
	font-weight: 400;
	color: #00adef;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}

.containere h2 {
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	padding-bottom:20px;
	Font-size:40px;
	color: black;
}

.containere h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	font-weight: 400;
	color: #00adef;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}

.containere a {
	font-family: 'Open Sans', sans-serif;
	padding-bottom:20px;
	font-size:15px;
	color: #00adef;
	
}

p.nota{
	line-height: 20px;
	font-weight: 400;
	padding: 0px;
	font-size: 14px;
}
.blabla li{
	
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-size: 16px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	list-style-type: circle;
	margin: 10px 50px;
}

.containere::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
	
  padding-bottom:20px;
  font-size:30px;
  
  color: lightgrey;
  
}
@media screen and (max-width: 1540px) {
	.column {
		margin-top:80px;
	}
}
@media screen and (max-width: 1200px) {
	.column {
		margin-top:0px;
	}
}
@media screen and (max-width: 1366px) {
	/*texto Empresa*/
	.containere {
		padding: 0px 50px;
  }
	
}
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
	
  }
  .containere {
  padding: 0px 50px;
  
  
}
}
/*----------------------------------CORPO----------------------------------*/
/*.corpo{
	
  border-radius: 5px;
  background-color: #ddd;
  padding: 50px;
	
}
.corpo h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	line-height: 100px;
	position: relative;
	font-weight: 400;
	color: #00adef;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.corpo h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 100px;
	position: relative;
	font-weight: 400;
	color: #00adef;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}

.corpo p, a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}

.corpo ul, li{
	
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-size: 16px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	list-style-type: circle;
	margin: 10px;
}



p.nota{
	line-height: 20px;
	font-weight: 400;
	padding: 0px;
	font-size: 14px;
}*/





/*----------------------------------FOOTER-----------------------------------*/

footer{
	padding:10px 0px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#000;
	/*background-color:#00adef;*/

}

footer p {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	
}
footer h3{
	text-align:center;
	font-size:20px;
}
footer a{
	text-decoration:none;
	color: #000;

}
footer a:hover {
	text-decoration:none;
	color: #fff;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: black;
   text-align: center;
   padding:10px 0px;
}
.footer a:hover {
text-decoration:none;
	color: #fff;
}

.footerindex {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: black;
   text-align: center;
   padding:10px 0px;
}
.footerindex a:hover {
text-decoration:none;
	color: #fff;
}
@media screen and (max-width: 1543px) {
	.footer {
		 position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		color: black;
		text-align: center;
		padding:10px 0px;	
	}
	.footerindex {
		 position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		color: black;
		text-align: center;
		padding:10px 0px;	
	}
}



/*----------------------------------MODAL-----------------------------------*/
/* The Modal (background) */
.modal {
	
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	border-radius: 10px;
}

/* Modal Content */
.modal-content {
	font-family: 'Open Sans', sans-serif;
    position: relative;
    background-color: #fefefe;
	color:black;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
	
}
.modal-content a {color: #d8bd55
	
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* The Close Button */
.close1 {
    color: #black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
	border-bottom: 1px solid #ccc;
    padding: 2px 16px;
    background-color: #fefefe;
    color:#aaa;
}
.modal-header h2 {
	font-size:20px;
	
}

.modal-body {padding: 5px 16px;}

.modal-body a {color: #d8bd5;}

.modal-footer {
	border-top: 1px solid #ccc;
    padding: 2px 16px;
    background-color: #fefefe;
    color: #aaa;
    
}

button.btnn {
  font-family: 'Open Sans', sans-serif;
  border:none;
  background-color: transparent;
  color:black;
  padding: 8px 18px;
  font-size: 14px;
  cursor: pointer;
}

button.btnn:hover {
	text-decoration:none;
	color: #fff;
}

button.fechar{
	font-family: 'Open Sans', sans-serif;
	
	border: none;
	border-radius: 5px;
	background:#00adef;;
    color: white;
	margin-bottom: 15px;
    padding: 8px 18px;
    font-size: 16px;
    cursor: pointer;
	
}

