@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: junio 2013 */


img{border:0;}

* { margin: 0; padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"; box-sizing: border-box;}

a, input, nav ul{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}


body{
	background:#fff;
	color: #333;
	}


main {
	width: 100%;
	height: 100%;
	margin:0 auto;
	}


header{
	width: 100%;
	padding: 30px 0;
	position: relative;
	background: #fff;
	text-align: center;
}


nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	list-style: none;
	position: absolute;
	width: 100%;
	padding: 0 3%;
	z-index: 4;
	border-bottom: 1px solid white;
	background: url("images/pleca.svg") no-repeat;
	background-size: 35%;
	background-position: top right;
}


nav ul li{
	display: inline-block;
	border-right: 1px solid white;
	padding: 20px;
}

nav ul li:last-child{
	border: 0;
}

nav ul li a{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: white;
	margin: 0 10px;
	overflow-wrap:normal;
	word-wrap: normal;
	word-break: keep-all;
}

nav ul li a:hover, nav ul li a.active{
	color: #dc8c82;
}


nav img{
	margin-bottom: -5px;
}

.slide{
	position: relative;
}


.welcome{
	width: 100%;
	padding: 50px 30%;
	text-align: center;
}

.welcome2{
	margin: 50px 0 0 0;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 0;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.reconocimientos{
	width: 100%;
	background: #898a8d url("images/fondo.svg") no-repeat center;
	background-size: cover;
}

.certificaciones{
	width: 100%;
	background: #ececec;
}

.certificaciones div{
	width: 20%;
}

.especialidades{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 0;
}


footer{
	width: 100%;
	padding: 50px 5%;
	background: #54565a;
	border-top: 10px solid #b2292e;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

footer p, footer a{
	font-size: 14px;
	line-height: 20px;
	color: white;
}

footer h2{
	font-size: 15px;
	line-height: 22px;
	color: white;
}

footer div{
	margin-left: 80px;
}


	
h1{
	font-size:40px;
	line-height:44px;
	}

h2{
	font-size:20px;
	line-height:26px;
}

h3{
	font-size:30px;
	line-height:34px;
}

	
p {
	font-size:16px;
	line-height:22px;
	}
	
a {
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}
	
a:hover {
	color:white;
	}

.link{
	background: white;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #b2292e;
	color:#b2292e;
	font-size: 14px;
}

.link:hover{
	background: #b2292e;
	border: 1px solid white;
}

.gris{
	color: #333;
}

.white{
	color: white;
}

.red{
	color: #b2292e;
}

.cleare {
	display: block;
	clear: both;
}


#menuiphone{
	display: none;
}

nav ul li:first-child{
	display: none;
}

.redes{
	position: absolute;
	right: 3%;
	top: 80px;
	z-index: 3;
}

.redes img{
	margin-bottom: -7px;
}

.redes a{
	color: white;
	margin-left: 10px;
}


/*–––––––––––––––––––––––––––––––––––––––empresa––––––––––––––––––––––––––––––––––––––*/


.links{
	text-align: center;
	width: 100%;
	padding: 100px 0;
}

hr{
	border-top: 1px solid #b2292e;
	margin-bottom: -10px;
}

.links a{
	display: inline-block;
	margin-top: -20px;
}

/*–––––––––––––––––––––––––––––––––––––––especialidades––––––––––––––––––––––––––––––––––––––*/

.especialidad .col30, .especialidad .col60{
	margin-bottom: 40px;
}


.col60{
	width: 66%;
}

.corto{
	width: 80px;
	margin: 20px 0;
}


/*–––––––––––––––––––––––––––––––––––––––casos de exito––––––––––––––––––––––––––––––––––––––*/

.casosExito{
	background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 85%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
	text-align: center;
	padding: 100px 10% 0 10%;
}

.marB{
	margin-bottom: 40px;
}

.casos .col50{
	background: #f1f2f2;
}

.pad{
	padding: 30px 50px;
}

.contact{
	padding: 0px 10% 100px 10%;
}



input[type=text], input[type=email], select{
	padding: 10px 2%;
	background: #e6e6e6;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: #b2292e;
	color: white;
}

textarea{
	padding: 20px 2%;
	background: #e6e6e6;
	height: 100px;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=submit]{
	padding: 20px 2%;
	background: #b2292e;
	border: 0;
	outline: none;
	color: #FFF;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}

input[type=submit]:hover{
	background: #000;
	color: #fff;
}



@media only screen and (min-width:0px) and (max-width:767px){
	
header{
width: 100%;
padding: 20px 0;
}
	
	header img{
		width: 160px;
	}
	
#menuiphone{
	display: block;
}


nav{
	position: relative;
	width: 100%;
	padding: 10px 2%;
	background: #c2c2c2;
	background-size: 25%;
	background-position: top right;
	border: 0;
	height: 55px;
	overflow: hidden;
}


nav.active{
	width: 100%;
	height: 280px;
}
	
nav ul{
	width: 100%;
	text-align: center;
}


nav ul li{
	border-right: 0;
	padding: 7px 6px;
	display: block;
}


nav ul li a{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #b2292e;
	margin: 0 10px;
}

	
nav ul li:first-child{
	display: block;
}
	
	.redes img{
		width: 20px;
		margin-bottom: -3px;
	}

.slide{
	position: relative;
}


.welcome{
	width: 100%;
	padding: 40px 20%;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 8%;
}

.col30{
	width: 100%;
	margin-bottom: 20px;
}

.col50{
	width: 100%;
	margin-bottom: 20px;
}

.reconocimientos{
	width: 100%;
}
	
.reconocimientos img{
	width: 120px;
}
	
.reconocimientos img:last-child{
	width: 170px;
}

.certificaciones{
	width: 100%;
}

.certificaciones div{
	width: 25%;
	margin-bottom: 20px;
}
	
.certificaciones div:last-child{
	width: 100%;
}
	
.certificaciones img{
	width: 100px;
}

.especialidades{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 8%;
}


footer{
	width: 100%;
	padding: 50px 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	flex-direction: column;
	text-align: center;
}

footer p, footer a{
	font-size: 13px;
	line-height: 19px;
}

footer h2{
	font-size: 15px;
	line-height: 22px;
}

footer div{
	width: auto;
	margin-left: 30px;
	margin-bottom: 20px;
}

	
h1{
	font-size:36px;
	line-height:40px;
	}

h2{
	font-size:16px;
	line-height:22px;
}

h3{
	font-size:26px;
	line-height:30px;
}

	
p {
	font-size:14px;
	line-height:20px;
	}

	
a {
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	}
	
	
/*–––––––––––––––––––––––––––––––––––––––empresa––––––––––––––––––––––––––––––––––––––*/



.links a{
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 10px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––especialidades––––––––––––––––––––––––––––––––––––––*/

.especialidad .col30, .especialidad .col60{
	margin-bottom: 30px;
}


.col60{
	width: 100%;
}
	
	

}

@media only screen and (min-width:0px) and (max-width:500px){
	
.certificaciones div{
	width: 45%;
	margin-bottom: 20px;
}
	
.pad{
	padding: 20px 20px;
}
	
	.pad h1{
		font-size: 25px;
		line-height: 30px;
	}

	
}


@media only screen and (min-width:768px) and (max-width:1023px){

	header{
	width: 100%;
	padding: 20px 0;
}


nav{
	position: absolute;
	width: 100%;
	padding: 0 2%;
	top: 0px;
	background: none;
	background-size: 25%;
	background-position: top right;
}


nav ul li{
	border-right: 1px solid white;
	padding: 12px 6px;
}


nav ul li a{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: white;
	margin: 0 10px;
}


.slide{
	position: relative;
}


.welcome{
	width: 100%;
	padding: 40px 20%;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 8%;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.reconocimientos{
	width: 100%;
}
	
.reconocimientos img{
	width: 120px;
}
	
.reconocimientos img:last-child{
	width: 160px;
}

.certificaciones{
	width: 100%;
}

.certificaciones div{
	width: 25%;
	margin-bottom: 20px;
}
	
.certificaciones div:last-child{
	width: 100%;
}
	
.certificaciones img{
	width: 100px;
}

.especialidades{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 8%;
}


footer{
	width: 100%;
	padding: 50px 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

footer p, footer a{
	font-size: 13px;
	line-height: 19px;
}

footer h2{
	font-size: 15px;
	line-height: 22px;
}

footer div{
	width: auto;
	margin-left: 30px;
	margin-bottom: 20px;
}

	
h1{
	font-size:36px;
	line-height:40px;
	}

h2{
	font-size:16px;
	line-height:22px;
}

h3{
	font-size:26px;
	line-height:30px;
}

	
p {
	font-size:14px;
	line-height:20px;
	}

	
a {
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	}

}

@media only screen and (min-width:1024px) and (max-width:1299px){
	
	header{
	width: 100%;
	padding: 20px 0;
}


nav{
	position: absolute;
	width: 100%;
	padding: 0 3%;
	top: 0px;
	z-index: 2;
	background: none;
	background-size: 25%;
	background-position: top right;
}


nav ul li{
	border-right: 1px solid white;
	padding: 15px;
}


nav ul li a{
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 1px;
	color: white;
	margin: 0 10px;
}


.slide{
	position: relative;
}


.welcome{
	width: 100%;
	padding: 40px 30%;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 80px 8%;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.reconocimientos{
	width: 100%;
}
	
.reconocimientos img{
	width: 120px;
}
	
.reconocimientos img:last-child{
	width: 170px;
}

.certificaciones{
	width: 100%;
}

.certificaciones div{
	width: 20%;
}

.especialidades{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 80px 8%;
}


footer{
	width: 100%;
	padding: 50px 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

footer p, footer a{
	font-size: 13px;
	line-height: 19px;
}

footer h2{
	font-size: 15px;
	line-height: 22px;
}

footer div{
	margin-left: 50px;
}

	
h1{
	font-size:38px;
	line-height:42px;
	}

h2{
	font-size:18px;
	line-height:24px;
}

h3{
	font-size:28px;
	line-height:32px;
}

	
p {
	font-size:15px;
	line-height:21px;
	}

	
a {
	font-size:15px;
	line-height:21px;
	text-decoration:none;
	}

}

@media only screen and (min-width:1300px) and (max-width:1600px){

	header{
	width: 100%;
	padding: 30px 0;
}


nav{
	position: absolute;
	width: 100%;
	padding: 0 3%;
	top: 0px;
	z-index: 2;
	background: url("images/pleca.svg") no-repeat;
	background-size: 25%;
	background-position: top right;
}


nav ul li{
	border-right: 1px solid white;
	padding: 15px;
}


nav ul li a{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: white;
	margin: 0 10px;
}


.slide{
	position: relative;
}


.welcome{
	width: 100%;
	padding: 50px 30%;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 8%;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.reconocimientos{
	width: 100%;
}

.certificaciones{
	width: 100%;
}

.certificaciones div{
	width: 20%;
}

.especialidades{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 8%;
}


footer{
	width: 100%;
	padding: 50px 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

footer p, footer a{
	font-size: 14px;
	line-height: 20px;
}

footer h2{
	font-size: 15px;
	line-height: 22px;
}

footer div{
	margin-left: 80px;
}

	
h1{
	font-size:40px;
	line-height:44px;
	}

h2{
	font-size:20px;
	line-height:26px;
}

h3{
	font-size:30px;
	line-height:34px;
}

	
p {
	font-size:16px;
	line-height:22px;
	}

	
a {
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}
	
}

