/* Hoja de estilo
Sitio web: Globalingua
Diseño gráfico: Adriana Olguin
Programación: Yonatan López @ionsoniko
*/
body{
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	text-decoration: none;
}
img{
	border: 0;
}
#contenedor-general{
	width: 100%;
	float: left;
}
.limpiar{
	clear: both;
}
.soy1200{
	width: 1200px;
	margin: 0 auto;
}
.soy960{
	width: 960px;
	margin: 0 auto;
}
/*****Pantalla de inicio****/
header{
	overflow-x: hidden; 
}
.pantalla-inicio{
	width: 100%;
	float: left;
	text-align: center;
	height: 400px;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#el-logo{
	margin-top: 130px;
}
#imagen-head{
	width: 100%;
	overflow: hidden;
}
.slider-wrapper{
	overflow: hidden;
}
.slider{
	margin: 0 auto;
}
/*****Pantalla de inicio****/
/*****MENU****/
#menu{
	width: 100%;
	float: left;
	background-color: #f3f2f2;
	padding: 20px 0;
}
.pegate{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#aparta-menu{
	width: 100%;
	height: 100px;
	float: left;
	background-color: #fff;
	position: relative;
	z-index: -1;
	margin-bottom: -90px;
}
#logo-simple{
	width: 20%;
	padding: 0;
	float: left;
	margin-left: 35px;
}
#logo-simple img{
	width: 100%;
}
.elmenu{
	margin: 0;
	padding: 0;
	float: left;
	padding-left: 210px;
	margin-top: 15px;
}
.elmenu li{
	list-style: none;
	float: left;
	border-right: 1px solid #9b999e;
}
.elmenu li a{
	color: #9b999e;
	font-size: 15px;
	padding: 5px 15px;
	border-bottom: 1px solid #f3f2f2;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.elmenu li a:hover{
	border-bottom: 1px solid #9b999e;
}
#acceso{
	width: 200px;
	background-image: url(../images/bg-azul.png);
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 10px 20px;
	z-index: 99999;
}
#acceso a{
	color: #fff;
	text-decoration: none;
}
#sombra{
	width: 100%;
	float: left;
	background-image: url(../images/sombra-menu.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	margin-top: -1px;
}
.pegate{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
/**********AVISO DE PRIVACIDAD*********/
.lightbox{
	display: none;
	background-image: url(../images/bg-gris.png);
	border-radius: 20px;
	color: #fff;
	padding: 20px;
}
/**********SLIDER*************/
.slai1{
	background-repeat: no-repeat;
	background-size: cover;
}
/**********SLIDER************/
/**********Quienes somos******/
#esc1{
	width: 100%;
	float: left;
	padding: 15px 0;
}
.img-aniv{
	width: 23%;
	float: left;
	text-align: center;
	border-right: 1px solid #434041;
}
.img-aniv img{}
.cont-derecha-qs{
	width: 66%;
	float: left;
	padding: 10px 40px;
	text-align: justify;
	font-size: 15px;
}
.cont-img-der{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: right;
}
.cont-img-der img{
	width: 45%;
}
.cont-derecha-qs span{
	font-weight: bolder;
	font-size: 30px;
}
/********Servicios********/
#esc2{
	width: 100%;
	float: left;
	padding: 15px 0;
}
#cont-menu-servicios{
	width: 100%;
	float: left;
	border-top: 1px solid #0087c7;
	border-bottom: 1px solid #0087c7;
}
#cont-menu-servicios h2{
	background-image: url(../images/flecha-azul.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding: 10px 10px;
	color: #fff;
	font-size: 24px;
	width: 148px;
	float: left;
	padding-left: 35px;
}
.men-servicios{
	width: 83%;
	float: left;
	margin: 0;
	padding: 0;
}
.men-servicios li{
	list-style: none;
	float: left;
	width: 142px;
	text-align: center;
	padding: 9px 0;
}
.men-servicios li a{
	color: #9b999e;
}
.men-servicios li a:hover{
	color: #0087c7;
}
#cont-detalles-servicios{
	width: 100%;
	float: left;
	background-image: url(../images/bg-degradado.png);
	background-repeat: repeat-x;
	min-height: 470px;
}
.servicios-home{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: justify;
}
.servicios-home .img-servicio{
	float: left;
	margin: 0 20px 20px 0;
}
.servicios-home h2{
	color: #0087c7;
}
.servicios-home h4{
	color: #0087c7;
}
.servicios-home ul{
	margin: 0 0 0 300px;
}
#serv2{
	display: none;
}
#serv3{
	display: none;
}
#serv4{
	display: none;
}
#serv5{
	display: none;
}
#serv6{
	display: none;
}
#serv7{
	display: none;
}

.ser1{
	width: 100%;
	float: left;
}
.ser1 .col2{
	width: 48%;
	float: left;
}
.ser1 .col2 h2{
	color: #0087c7;
}
.ser1 .col2 h4{
	color: #0087c7;
}
.ser1 .col2 .img-servicio{
	float: left;
	margin: 0 20px 20px 0;
}

.ser2{
	width: 100%;
	float: left;
}

/**********IDIOMAS***********/
#esc3{
	width: 100%;
	float: left;
}
.horizontal{
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #727276;
}
#cont-idiomas{
	padding: 15px 20px;
}
#cont-idiomas h2{
	font-size: 28px;
	margin: 0;
	color: #727276;
}
.btns-idiomas{
	width: 21%;
	float: left;
	margin-right: 50px;
	padding: 20px 0;
}
.btns-idiomas-home{
	margin: 0;
	padding: 0;
}
.btns-idiomas-home li{
	list-style: none;
	background-color: #0087c7;
	padding: 15px;
	width: 200px;
	margin: 4px 0;
	color: #fff;
	font-size: 17px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btns-idiomas-home li:hover{
	background-color: #afaeb4;
	color: #fff;
}
.mostrar-idioma{
	width: 64%;
	float: left;
	padding: 23px 0;
	text-align: justify;
}
.filtross{
	display: none;
}
.mostrar-idioma h3{
	color: #0087c7;
	font-size: 18px;
}
.filtross h2{
	color: #0087c7;
}
.filtross h4{
	color: #0087c7;
}
.filtross ul{
	margin: 0 0 0 300px;
}
/***********Clase muestra*************/
#esc4{
	
	float: left;
}
#cont-clase-muestra{
	min-height: 250px;
	background-image: url(../images/imagen-clase-muestra.png);
	background-position: left;
	background-repeat: no-repeat;
}
.form-clase{
	width: 38%;
	min-height: 250px;
	float: right;
	background-color: #0087c7;
	color: #fff;
	padding: 0 50px;
}
.form-clase h2{
	font-size: 30px;
	margin-bottom: 5px;
}
#formulario{}
#formulario input{
	border:0;
	background-color: #fff;
	margin: 5px;
	padding: 5px;
	width: 200px;
}
#formulario #boton-formulario{
	cursor: pointer;
	float: none;
	width: 100px;
	margin-top: 10px;
}
/***************Contacto*************/
#esc5{
	width: 100%;
	float: left;
}
.soy900{
	width: 900px;
	margin: 0 auto;
}
#formulario-contacto{
	float: left;
	border: 1px solid #9b999e;
	padding: 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	-webkit-box-shadow: 5px 5px 20px 0 #000000;
	box-shadow: 5px 5px 20px 0 #000000;
}
#formulario-contacto h2{
	color: #007eb3;
	font-size: 28px;
	margin: 0;
	margin-bottom: 5px;
}
#form-contacto{
	width: 600px;
	float: left;
}
.sobre{
	width: 20%;
	float: left;
	margin-left: 45px;
	margin-top: -50px;
}
#form-contacto input{
	width: 250px;
	padding: 5px;
	margin-bottom: 3px;
}
#form-contacto textarea{
	width: 300px;
	position: absolute;
	margin-top: -95px;
	margin-left: 275px;
	height: 87px;
}
/***************Pie*************/
#cont-pie{
	/*width: 100%;*/
	float: left;
	text-align: center;
	border-top: 1px solid #9b999e;
	padding: 15px 0;
	color: #9b999e;
	margin-top: 30px;
}
#mensaje-exitoso{
  width: 100%;
  position: relative;
  z-index: 100;
  top: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  float: left;
  margin-bottom: -15px;
}
@media screen and (max-width: 1100px) {
	#contenedor-general{
		width: auto;
		float: left;
	}
	#cont-detalles-servicios{
		width: auto;
		float: left;
		background-image: url(../images/bg-degradado.png);
		background-repeat: repeat-x;
		min-height: 470px;
	}
}