*
{

	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body
{
	background-color: #fff;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	font-family: sans-serif;
    height: -webkit-fill-available;
  
}
html{
 height: -webkit-fill-available;
}
.menu-bar
{
	background: rgb(37, 194, 230);
	text-align: center;
  display: flex;
  	max-width: 100%;
  margin: auto;

}
.menu-bar ul
{
display: inline-flex;
list-style: none;
color:#fff;
  	max-width: 100%;
  margin: auto;
}
.menu-bar ul li
{
	font-family: Trebuchet MS, sans-serif;
	width: 120px;
	margin: 10px;
	padding: 15px;
}

.menu-bar ul li a 
{
	text-decoration: none;
	color: #fff;
}

.active, .menu-bar ul li:hover
{
	background: #10d5eb;
	border-radius: 3px;
}

.menu-bar .fa
{
 
 margin-right: 8px;   
}

.sub-menu-1{
	display: none;

}



.menu-bar ul li:hover .sub-menu-1
{
	display: block;
	position: absolute;
	background:  rgb(37, 194, 230) ;
	margin-top: 15px;
	margin-left: -15px;

}
.menu-bar ul li:hover .sub-menu-1 ul 
{
	display: block;
	margin: 1opx;
}

.menu-bar ul li:hover .sub-menu-1 ul li
{
	width: 150px;
	padding: 10px;
	border-bottom: 1px dotted #fff;
	background: transparent;
	border-radius: 0;
	text-align: left;

}


.menu-bar ul li:hover .sub-menu-1 ul li:last-child
{
	border-bottom: none;
}



.menu-bar ul li:hover .sub-menu-1 ul li a:hover
{
	color: #b2ff00;
}






@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');



header span {
    color: #eaa03f;
}


.slider{
max-width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}

.slides{
  width: 700%;
  height: 500px;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition: 2s;
}

.slide img{
  width: 100%;
  height: 650px;
}

/*css for manual slide navigation*/

.navigation-manual{
  position: absolute;
  width: 800px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
    align-items: center;
  
}

.manual-btn{
  border: 2px solid #40D3DC;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background: #40D3DC;
}

#radio1:checked ~ .first{
  margin-left: 0;
}

#radio2:checked ~ .first{
  margin-left: -20%;
}

#radio3:checked ~ .first{
  margin-left: -40%;
}

#radio4:checked ~ .first{
  margin-left: -60%;
}

/*css for automatic navigation*/

.navigation-auto{
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: center;
  margin-top: 460px;
  align-items: center;
}

.navigation-auto div{
  border: 2px solid #40D3DC;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
  background: #40D3DC;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
  background: #40D3DC;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
  background: #40D3DC;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background: #40D3DC;
}
      
      .cabo h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-left: 20px;
    margin-top: 1%;
    letter-spacing: 2px;
    color: #124c94;
}

.icon{
    width: 30px;
    float: left;
    height: 9px;
    color:#10d5eb ;
    padding-left: 20px;

}



.gallery {
  margin: 40px;
  border: 2px solid #ccc;
  float: left;
  width: 33%;
  font-family: calibri;
  font-style: bold;
  padding: 20;
  
}

.gallery:hover {
  border: 1px solid #777;
}

.gallery img {
  width: 100%;
  height: 100%;
}

.galllery .desc {
  padding: 15px;
  text-align: center;
  font-style: italic;
}

.caixa 
{
	
	 font-family: 'Times New Roman';
	width: 1100px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	float: center;
	border-radius: 10px;
}
.caixa .box
{
	position: relative;
	width: 320px;
	padding: 100px 40px 60px;
	margin: 15px;
	box-shadow: 0 15px 45px rgba(0, 0, 0,.1);
    margin-right: 15px;
}

.caixa .box:before
{
	contain:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#b2ff00;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.5s;
}

.caixa .box:hover:before
{
    transform: scaleY(1);
	transform-origin: bottom;
	transition: transform 0.5s;
}
.caixa .box h2
{
	position: absolute;
	left: 40px;
	top: 20px;
	font-size: 4em;
	color: #10d5eb;
}
@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .menu-bar, .cabo,{
    width: 100%;
  }
}

.banner-card {
	position: relative;
	margin: 20px;

}
.banner-card img{
	float: left;
	margin: 20px;
border-radius: 10px;
	width: 70%;
	height: 500px;

}

.text-box{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	font-family: Trebuchet MS, sans-serif;
}
.banner-text{
	position: absolute;
	top: 5%;
	color: #fff;
	padding: 20px;
}
.banner-text h4{
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
	font-family: Trebuchet MS, sans-serif;

}
.mis{
	font-family: Trebuchet MS, sans-serif;
	
	padding: 30px;

}
.mis h2{
	font-weight: bold;
		font-size: 40px;
}
.mis p{
	font-size: 20px;
}
.imag img{
padding: 10px;
  size: 250px;
  

}
  

/* The footer is fixed to the bottom of the page */

footer {
    position: fixed;
    bottom: 0;
}

@media (max-height:800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #2d2a30;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: -20px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}


.footer-distributed h3 span {
    color: #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #e0ac1c;
    text-decoration: none;
    ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.footer-distributed .footer-icons a:hover {
    background-color: #3F71EA;
}

.footer-links a:hover {
    color: #3F71EA;
}

@media (max-width: 880px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}      

