@charset "UTF-8";
/* CSS Document */

.engil-container{
	width: 734px;
	height: auto;
	box-shadow: 0 0 5px gray;
	padding: 20px 70px;
	box-sizing: border-box;
}

.engil-wrapper{
	overflow: hidden;
	margin: 5px 0px;
}

.engil-wrapper .col-6:first-child{
	padding-right: 10px;
}

.logo-cont{
	background-image: url(../image/img-logo.jpg);
	background-position: 50% 50%;
	box-sizing: border-box;
	width: 196px;
	height: 196px;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px gray;
	margin: 3px;
}

iframe{
	box-shadow: 0 0 5px gray;
}

.redes{
	display: block;
	float: right;
	list-style-type: none;
	margin: none;
	width: 120px;
}

.redes li{
	display: inline-block;
	margin:0px 3px;
}

.redes li a{
	width: 31px;
	height: 31px;
}

.col-4{
	float: left;
	width: 33%;
	padding: 20px 0px;
}

.col-8{
	float: left;
	width: 66%;
	padding: 20px 0px;
}

.col-6{
	float: left;
	width: 50%;
	padding: 5px 0px 20px 0px;
	box-sizing: border-box;
}

.clearfix{
	clear: both;
}

.texto-engil{
	color: #4C4B4B;
	font-family: 'Open Sans', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	text-align: justify;
}

.texto2-engil{
	color: #4C4B4B;
	font-family: 'Open Sans', 'Helvetica', sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	text-align: center;
	padding:0px 3px;
}

.title-engil{
	color: #0076BF;
	font-family: 'Myriad Pro', 'Helvetica', sans-serif;
	font-size: 28px;
	line-height: 1.1em;
	text-align: left;
	font-style: oblique;
	display: block;
	padding-bottom: 15px;
	background-image: url(../image/bg-text.jpg);
	background-position: 0% 90%;
	background-repeat: no-repeat;
}

.title2-engil{
	color: black;
	font-family: 'Myriad Pro', 'Helvetica', sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	text-align: center;
	font-style: oblique;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background-position: 50% 90%;
	background-repeat: no-repeat;
}

.col-4:nth-child(1) .title2-engil{
	background-image: url(../image/bg-text2.jpg);
}

.col-4:nth-child(2) .title2-engil{
	background-image: url(../image/bg-text3.jpg);
}

.col-4:nth-child(3) .title2-engil{
	background-image: url(../image/bg-text4.jpg);
}

.bor-bottom{
	border-bottom: 1px solid #CECCCC;

}

.slider_cont{
width:634px;
height:340px;
overflow:hidden;
margin-top: 20px;
}

.slider_cont ul {
	padding: 0;
	width: 500%;
	animation: cambio2 27s infinite alternate;
	margin: none;
}

.slider_cont li {
	margin: none;
	padding: none;
	list-style: none;
	float:left;
}

@keyframes cambio2 {
0% { margin-left: 0%; }
20% { margin-left: 0%; }

20% { margin-left: -100%; }
35% { margin-left: -100%; }

40% { margin-left: -200%; }
55% { margin-left: -200%; }

60% { margin-left: -300%; }
75% { margin-left: -300%; }
	
80% { margin-left: -400%; }
100% { margin-left: -400%; }
}

.slider_cont2{
width:317px;
height:319px;
overflow:hidden;
}

.slider_cont2 ul {
	padding: 0;
	width: 700%;
	animation: cambio3 27s infinite alternate;
	margin: none;
}

.slider_cont2 li {
	margin: none;
	padding: none;
	list-style: none;
	float:left;
}

@keyframes cambio3 {
0% { margin-left: 0%; }
10.2% { margin-left: 0%; }

14.2% { margin-left: -100%; }
24.5% { margin-left: -100%; }

28.5% { margin-left: -200%; }
38.8% { margin-left: -200%; }

42.8% { margin-left: -300%; }
53.1% { margin-left: -300%; }
	
57.1% { margin-left: -400%; }
67.4% { margin-left: -400%; }
	
71.4% { margin-left: -500%; }
81.7% { margin-left: -500%; }
	
85.7% { margin-left: -600%; }
100% { margin-left: -600%; }
}


.engil-btn{
	background-color: #69AC2A;
	display: block;
	border-radius: 5px;
	text-align: center;
	padding: 7px 0px;
	color: white;
	text-decoration: none;
	font-family: 'Open Sans', 'Helvetica', sans-serif;
}

.engil-container strong{
	font-weight: bold;	
}

.engil-container span{
	font-weight: bold;
	color: #0076BF;	
}

