*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
body{
    margin: 0;
    padding: 0;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    font-family: 'Arial', 'serif';
}
.home{
	background-image: url(pagina1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 100vh;
}

.banner-area{
	position: absolute;
	top: 37%;
	left: 26%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	
}
.banner-area h3{
	font-size: 30px;
	
	color: #fff;
	margin: 0 0 40px 0;
}
.banner-area h2{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 3em;
	line-height: 0;
}
.banner-area h2 span{
	color: darkorange;
}



button {
 position: absolute;
 top: 65%;
 left: 50%;
 transform: translate(-50%, -50%);
}

button {
 background: none;
 color: #ccc;
 width: 240px;
 height: 80px;
 border: 1px solid #338033;
 font-size: 35px;
 border-radius: 4px;
 transition: .6s;
 overflow: hidden;
}

button:focus {
 outline: none;
}

button:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255,255,255,.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    filter: blur(30px);
    transform: translateX(-130px) skewX(-15deg);
}

button:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255,255,255,.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(30px);
    transform: translateX(-100px) scaleX(-15deg);
}

button:hover {
   background: #45a049;
   cursor: pointer;
}

button:hover:before {
 transform: translateX(300px) skewX(-15deg);
 opacity: .6;
 transition: .7s;
}

button:hover:after {
 transform: translateX(300px) skewX(-15deg);
 opacity: 1;
 transition: .7s;
}












@media (max-width: 800px){
	nav a{
		font-size: 11px;
		margin: 0 10px;
	}
	.logo{
		font-size: 18px;
	}
	.banner-area{
		top: 40%;
		left: 50%;
	}
	.banner-area h2{
		font-size: 18px;
	}
	.banner-area h3{
		margin: 0 0 20px 0;
		font-size: 22px;
	}
}








.icon{
  color: white;
}
.navigation-bar-container{
  position: sticky;
  height: 53px;
  
  z-index: 100;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 5px;
  
}
.logo-container{
  position: absolute;
  padding-left: 12%;
  float: left;
  line-height: 53px;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
}
.logo-container a, .logo-container a:visited{
  color: white;
  text-decoration: none;
}
.logo-container a img{
  height: 53px;
  
}
.nav-container{
  margin: 0px auto;
}
.navbar{
  float: right;
  right: 5px;

}
.navbar ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
.navbar ul li{
  float: left;
  position: relative;
}
.navbar ul li a, .navbar ul li a:visited{
  display: block;
  padding: 0px 20px;
  line-height: 53px;
  
  color: white;
  text-decoration: none;

}
.navbar ul li a:hover, .navbar ul li a:visited:hover{
  
  color: white;
}

.navbar ul li ul li{
  min-width: 190px;


}
.navbar ul li ul li a{
  padding: 15px;
  line-height: 20px;
}
.nav-dropdown{
  position: absolute;
  z-index: 1;
  box-shadow: 0px 3px 12px rgba(0,0,0,0.15);
  display: none;
}
.nav-mobile{
  position: absolute;
  float: right;
  top: 0px;
  right: 0px;
  
  height: 53px;
  width: 70px;
  display: none;
}
#nav-toggle{
  position: absolute;
  left: 10px;
  top: 12px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before{
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:after{
  bottom: -10px;
}
#nav-toggle span:before{
  top: -10px;
}
#nav-toggle.active span{
  background: transparent;
}
#nav-toggle.active span:after,
#nav-toggle.active span:before{
  top: 0px;
}
#nav-toggle.active span:after{
  transform: rotate(-45deg);
}
#nav-toggle.active span:before{
  transform: rotate(45deg);
}
@media only screen and (max-width: 790px){
  .nav-mobile{
    display: block;
  }
  .navbar{
    width: 100%;
    padding: 53px 0px 0px;
  }
  .navbar ul{
    display: none;

  }
  .navbar ul li{
    float: none;
  }
  .navbar ul li a{
    padding: 15px;
    line-height: 20px;
  }
  .navbar ul li ul li a{
    padding-left: 30px;
  }
  .nav-dropdown{
    position: static;
  }
}
@media screen and (min-width: 790px){
  .nav-list{
    display: block !important;
  }
}















a{
  text-decoration: none;
  transition: .5s;
  color: #fff;
}
.ul,.li{
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #999;
}
.ul,.li:hover{
  color: #fff;
}
footer{
  background-color: rgba(211, 225, 171);
  color: #fff;
}
.footer_info{
  width: 90%;
  margin: 0 auto;
  display: flex;
  padding: 50px 0;
}

.footer_info .footer_width{
  padding: 0 15px;
}
.footer_info h2{
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer_info h2:before{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f00;
}
.about {
  width: 40%;
}
.link{
  width: 30%;
}
.contact{
  width: 30%;
}


footer p{
  color: #999;
}

.link ul li a {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #999;
}
.link ul li a:hover{
  color: #fff;
}
.contact ul li{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact ul li span{
  margin-right: 15px;
}
.copy-right{
  width: 100%;
  background: #181818;
  padding: 8px 100px;
  text-align: center;
  color: #999;
}
@media screen and (max-width: 992px){
  .about , .contact{
    width: 35%;
  }
  .link{
    width: 30%;
  }

}
@media screen and (max-width: 767px){
  .about , .contact , .link {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer_info{
    flex-direction: column;
  }
}