@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
.cuerpo{
	font-family: 'Lato', sans-serif;
	margin: -15px;
} 

.menu .facebook {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
    border-right-color: rgb(255, 127, 80);
	font-size: 50px;
}

.menu{
	font-family: 'Lato', sans-serif;
	width: 100%;
	height: 180px;
	background-color: #00a4da;
}

.menu img{
	padding-top: 5px;
	padding-left: auto;
}


.menu nav ul li {
	list-style: none;
	display: inline-block;
	padding-right: 50px;
}

.burger {
	display: none;
}

.burger nav ul li {
	display: block;
}

.menu nav ul li a {
	padding-left: 5px;
	font-weight: 600;
	font-size: 18px;
	color: white;
	text-decoration: none;
}

.empresa{
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 60px;
	color:#5d5d5d;
}

.empresa h1{
	font-weight: 900;
	font-size: 50px;
	text-align: center;
}

.empresa h4{
	font-weight: 300;
	font-size: 22px;
	color:#5d5d5d;
	text-align: justify;
}

.empresa h3{
	font-weight: 600;
}

.empresa p{
	font-weight: 300;
	font-size: 14px;
	text-align: justify;
}

.empresa button{
	background-color: #00a4da;
	border: none;
	color: white;
	padding: 10px;
	font-size: 24px;
	text-align: center;
}

.empresa button:hover{
	background-color: #313E47;

}


.certificaciones{
	padding: 70px;
	color: white;
	text-align: justify;

	background-image: url(img/bg_certificaciones.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.certificaciones h1{
	font-weight: 900;
	font-size: 55px;
}

.certificaciones p{
	font-weight: 400;
	font-size: 28px;
}

.certificaciones button{
	background-color: white;
	border: none;
	color:#5d5d5d;;
	padding: 10px;
	font-size: 15px;
	text-align: center;
}

.certificaciones button:hover{
	color:#FFF;
	background-color: #00a4da;
}

.servicios{
	padding: 30px;
	color: white;
	text-align: justify;
	background-image: url(img/ban3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.servicios h1{
	font-weight: 600;
	font-size: 60px;
	text-align: center;
	padding-bottom: 40px;
}

.servicios h3{
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
    border-right-color: rgb(255, 127, 80);
}

.servicios button{
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	background-color: #00a4da;
	color: white;
	border: none;
}

.servicios button:hover{
	background-color: white;
	color: #00a4da;
}

.contacto{
	padding: 20px;
	background-color: #313E47;
	background-size: cover;
}

.contacto h1{
	color: white;
	font-size: 56px;
	font-weight: 800;
}

.contacto button{
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	background-color: #00a4da;
	color: white;
	border: none;
}

.contacto button:hover{
	background-color: white;
	color: #00a4da;
}

.msjContacto {
	color: white;
	font-size: 18px;
}

.msjContacto i{
	font-size: 30px;
}

.pie {
	font-family: 'Lato', sans-serif;
	padding: 10px;
	background-color: #00a4da;
	background-size: cover;
}

.pieCont {
	color: white;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
    border-right-color: rgb(255, 127, 80);
}

.pie h3 {
	font-size: 18px;
}

.pie p{
	font-weight: 300;
	font-size: 14px;
}


.misionVision {
	padding-left: 95px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	color: white;
	background-color: #313E47;
}

.textEmp {
	color: #515A5A;
	padding-left: 95px;
	padding-right: 50px;
}

.textEmp h1 {
	font-weight: 900;
	font-size: 55px;
}

.textEmp h2 {
	font-weight: 700;
}

.textEmp hr {
	color: #313E47;
	background-color: #313E47;
	height: 1px;
}

.textCert {
	color: #515A5A;
	padding-left: 95px;
	padding-right: 50px;
}

.textCert h1 {
	font-weight: 900;
	font-size: 55px;
}

.textCert h2 {
	font-weight: 700;
}

.textCert hr {
	color: #313E47;
	background-color: #313E47;
	height: 1px;
}

.mapa {
	width:400px;
	height:250px;
}

.clearfix
{
	clear: both;
}

.clientes {
	padding: 40px;
}

.clientes h1{
	color:#5d5d5d;
	font-weight: 900;
	font-size: 50px;
	text-align: center;
}

.distribuimos {
	margin: auto;
	text-align: left;
}

.tabDist span{
	text-align: left;
}


@media all and (max-width: 1200px) and (min-width: 0px) {
	.menu nav ul li a {
		padding-left: 5px;
		font-size: 16px;
	}

	#tituloCarr {
		font-size: 25px;
	}
}

@media all and (max-width: 1145px) and (min-width: 0px) {
	.menu nav ul li a {
		padding-left: 12px;
		font-size: 13px;
	}

	#tituloCarr {
		font-size: 20px;
	}
}

@media all and (max-width: 1080px) and (min-width: 0px) {
	.menu nav ul li a {
	font-size: 13px;
	}

	.menu .facebook {
	font-size: 30px;
	}
	.menu nav ul li {
	padding-right: 35px;
	}

	#tituloCarr {
		font-size: 18px;
	}
}

@media all and (max-width: 960px) and (min-width: 0px) {
	.menu nav ul li a {
	font-size: 11px;
	}

	.menu .facebook {
	font-size: 25px;
	}
	.menu nav ul li {
	padding-right: auto;
	}
}

@media all and (max-width: 890px) and (min-width: 0px) {
	.menu-items {
		display: none;
	}

	.menu {
		height: auto;
	}

	.burger {
		display: block;
	}

	.burger nav ul li a{
		font-size: 20px;
	}
	.burger-items:hover{
		background-color: #313E47;
	}

	.certificaciones button{
		font-size: 15px;
	}

	.clientes h1{
		font-size: 20px;
	}
}

@media all and (max-width: 500px) and (min-width: 0px) {
	.certificaciones h1{
		font-size: 25px;
	}
	.servicios h1 {
		font-size: 25px;
	}
	.contacto h1 {
		font-size: 25px;
	}

	.mapa {
		width: 300px;
	}

	.textEmp h1 {
		font-size: 35px;
	}

	.textCert h1 {
		font-size: 23px;
	}
	#tituloCarr {
		font-size: 14px;
	}
}


