/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2&display=swap');

.item-contacto{
	font-size: 19px;
}
.valores{
	padding: 50px 100px;
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
}
.contacto{
	font-family: 'Baloo Thambi 2';
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
}
.banner-main{
	height: 750px;
}
.logo-top{
	width: 250px;
	height: auto;
}
.logo-footer{
	width: 300px;
	height: auto;
}
.barra-menu{
	background: rgba(227,227,227,.5); 
	margin: 0px; 
	padding: 0px; 
	position: relative;
}
#menu_top{
	padding-top: 30px;
	font-size: 19px;
}
/*menu link*/
.menulink{
	color: #3d3d3d;
	font-size: 10px;
}
.menulink:hover{
	color:#5393dc;
}
#collapsingNavbar li{
	display: table-cell; 
  position: relative; 
}
.menulink:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #3d3d3d;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menulink:hover:after { 
  width: 100%; 
  left: 0; 
}
/*menu link*/
/*menu link2*/
.menulink2{
	color: #5393dc;
}
.menulink2:hover{
	color:#3d3d3d;
}
.menulink2:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #3d3d3d;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menulink2:hover:after { 
  width: 100%; 
  left: 0; 
}
/*menu link2*/


/*boton especial */
.bespecial{
	margin: 10px; padding: 20px 10px;
}


.ats{
	padding-top: 1px;
}
@media (max-width: 1200px){
	#menu_top{
		padding-top: 0px;
		margin: 0px;
		font-size: 16px;
	}
	#collapsingNavbar li{
		display: block; 
	  position: relative; 
	}
	.bespecial{
		width: 90%;
		margin: 0px 20px 10px 20px;
	}
	.banner-main{
	height: 720px;
}
}
@media (max-width:600px){
	.barra-menu{
		position: fixed;
		height: 80px;
	}
	.logo-top{
	width: 170px;
	height: auto;
}
	
	.banner-main{
		margin-top: 80px;
		height: 400px;
}
	.ats{
		padding-top: 50px;
	}
	.valores{
	padding: 0px 30px;
		text-align: center;
}
	.contacto{
		text-align: center;
}
	.item-contacto{
	font-size: 17px;
}
}