/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}

@font-face {
	font-family: 'Montserrat-Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat-Bold'), url('Montserrat-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat-Light';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat-Light'), url('Montserrat-Light.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat-Regular'), url('Montserrat-Regular.woff') format('woff');
}

body {
	font-family: 'Montserrat-Regular';
	text-align:center;
	margin:0;
	background:#FFF;
	width:100%;
	height:100%;
}

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

.azul { color:#111748; }
.rojo { color:#A43131; }
.centrado{ width:100%; text-align:center; }

/*INICIO*/
#logoamex{
	position:absolute;
	top:20px;
	left:20px;
}
#logoamex img{
	height:50px;
}
#cabecera{
	width:70%;
	height:auto;
	padding:10px 15%;
	text-align:center;
	position:relative;
	height:auto;
	display:table;
	position:fixed;
	z-index:2000;
	background:#FFF;
}
#cabecera_izq{
	width:30%;
	float:left;
	padding:25px 0;
}
#cabecera_izq ul{
	width:100%;
	list-style:none;
}
#cabecera_izq ul li{
	width:49%;
	float:left;
	text-align:center;
	font-size:14px;
	border-right:solid 1px #666666;
}
#cabecera_izq ul li a{
	padding:5px 0;
	text-decoration:none;
	display:block;
	color:#666;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#cabecera_izq ul li a:hover{
	color:#111748;
	font-size:18px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#cabecera_logo{
	width:40%;
	float:left;
	text-align:center;
	padding:0;
}
#cabecera_logo img{
	width:70%;
}
#slide{
	width:100%;
	height:auto;
	padding-top:80px;
}
#slide img{
	width:100%;
}
#centrado{
	width:70%;
	padding:50px 15%;
	text-align:left;
	line-height:20px;
	font-size:20px;
}
#centrado h1{
	font-size:20px;
	color:#666;
	font-family: 'Montserrat-Bold';
}
#centrado p{
	font-size:13px;
	color:#ppp;
	font-family: 'Montserrat-Light';
}

/*SOMOS*/
#titulo{
	width:100%;
	padding:10px 0;
	text-align:center;
	font-size:30px;
	color:#FFF;
}
#bloque_somos{
	width:100%;
	height:auto;
	padding:50px 0;
	display:table;
	background:#093;
}
#txt_somos{
	width:21%;
	padding:0 2%;
	text-align:center;
	float:left;
}
#txt_somos img{
	width:80%;
}
#txt_somos p{
	font-size:15px;
	color:rgba(255,255,255,0.7);
	font-family: 'Montserrat-Light';
	text-align:left;
	line-height:20px;
}

/*PRODUCTOS*/
#bloque_productos{
	width:100%;
	height:auto;
	display:table;
	position:relative;
	margin-bottom:30px;
}
#bloque_productos img{
	width:100%;
}
#txt_productos{
	width:80%;
	margin:0 10%;
	position:absolute;
	top:100px;
	text-align:center;
}
#txt_productos img{
	width:80%;
}
#producto_1{
	width:30%;
	padding:5px 1% 20px 1%;
	text-align:center;
	float:left;
	border-right:solid 2px #999999;
	margin:40px 0;
	font-size:13px;
	color:#999;
	font-family: 'Montserrat-Light';
}
#producto_1 a img{
	width:60%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#producto_1 a:hover img{
	width:110%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}

/*SERVICIOS*/
#bloque_servicios{
	width:100%;
	padding:50px 0;
	display:table;
	position:relative;
	height:auto;
	background:#FFF;
}
#servicios_izq{
	width:60%;
	padding:20px 20%;
	text-align:left;
	float:left;
	color:#333;
	font-size:15px;
	font-family:'Montserrat-Light';
	line-height:20px;
}
#bloque_servicios ul{
	width:100%;
	height:auto;
	list-style:outside;
}
#bloque_servicios ul li{
	width:100%;
	margin:5px 0;
	float:left;
	list-style:circle;
}
#servicios_izq_2{
	width:94%;
	padding:20px 3%;
	text-align:left;
	float:left;
	color:#333;
	font-size:15px;
	font-family:'Montserrat-Light';
	line-height:20px;
}
#servicios_izq_2 ul{
	width:100%;
	height:auto;
	list-style:none;
}
#servicios_izq_2 ul li{
	width:23%;
	margin:5px 1%;
	float:left;
	list-style:none;
}
#imagen_servicio{
	width:100%;
	height:200px;
	overflow:hidden;
}
#imagen_servicio img{
	width:100%;
}
#nombre_servicio{
	width:90%;
	height:40px;
	padding:15px 5%;
	text-align:center;
	font-size:13px;
	color:#FFF;
	background:#093;
}


#txt_servicios{
	width:100%;
	padding:0;
	text-align:center;
}
#txt_servicios img{
	width:50%;
}
#producto_2, #producto_3{
	width:20%;
	padding:5px 0;
	text-align:center;
	float:left;
	margin:20px 0;
}
#producto_2 img{
	width:70%;
}
#informacion{
	width:100%;
	padding:50px 0;
	text-align:center;
	border-top:solid 2px rgba(204,204,204,0.5);
	border-bottom:solid 2px rgba(204,204,204,0.5);
	position:relative;
}
#informacion p{
	font-size:20px;
	color:#666;
	font-family: 'Montserrat-Bold';
	letter-spacing:5px;
	line-height:30px;
}
#informacion_icono{
	position:absolute;
	top:0;
	left:28%;
}
#informacion_icono img{
	width:50px;
	height:30px;
}

/*CONTACTO*/
#formulario{
	width:50%;
	margin:20px 25% 50px 25%;
	height:auto;
	display:table;
}
#formulario_izq{
	width:30%;
	margin:10px 10%;
	height:auto;
	text-align:right;
	font-size:15px;
	color:#999;
	float:left;
}
#formulario_der{
	width:30%;
	margin:10px 10%;
	height:auto;
	text-align:left;
	font-size:15px;
	color:#999;
	float:left;
}
span{
	width:100%;
	font-size:14px;
	text-align:center;
	color:#666;
	line-height:25px;
	font-family: 'Montserrat-Light';
}
.txt{
	width:90%;
	padding:10px;
	border:none;
	border:solid 1px #CCCCCC;
	background:#FFF;
}
.txt2{
	width:90%;
	height:100px;
	padding:5px 10px;
	border:none;
	border:solid 1px #CCCCCC;
	background:#FFF;
}
.enviar{
	border:none;
	padding:10px 15px;
	font-size:13px;
	color:#FFF;
	background:#093;
	border-radius:20px;
	cursor:pointer;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox *
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
.enviar:hover{
	background:#000 ;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#footer{
	width:100%;
	padding:20px 0;
	height:auto;
	display:table;
	background:#093;
}
#footer img{
	width:10%;
}
#datos{
	width:40%;
	margin:10px 30%;
	padding:10px 0;
	border-top:solid 1px #FFFFFF;
	font-size:11px;
	color:#FFF;
	font-family: 'Montserrat-Light';
}
#datos_2{
	width:50%;
	margin:30px 25%;
	height:auto;
	display:table;
}
#datos_2_iconos{
	width:5%;
	float:left;
	text-align:center;
}
#datos_2_iconos img{
	width:90%;
}
#datos_2_txt{
	width:40%;
	padding:7px 2%;
	text-align:left;
	font-size:11px;
	color:#FFF;
	float:left;
}
#datos_2_txt a{
	color:#FFF;
	text-decoration:none;
}


input:focus, textarea:focus{
	background-color:#A43131;
	color:#FFF;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}

/*QUITAR MOVIL*/
#cabecera_movil, #s7, #informacion_2, #apmovil, #datos_2_txt_movil{
	display:none;
}
.desaparece{
	display:block;
}
#datos_2_txt_movil{
	display:none;
}
.desktop{
	display:block;
}
.movil{
	display:none;
}

/*COBERTURA*/
#bloque_cobertura{
	width:100%;
	height:auto;
	display:table;
	position:relative;
}
#bloque_cobertura img{
	width:100%;
}
#titulo_cobertura{
	position:absolute;
	top:30px;
	width:100%;
	text-align:center;
}
#titulo_cobertura img{
	width:45%;
}
#amx{
	display:none;
}




















@media only screen and (min-width:300px) and (max-width:1024px){
#datos{
	display:none;
}
#centrado{
	width:90%;
	padding:20px 5%;
	text-align:center;
}
#wrapper{
	width:100%;
	margin:0;
	height:auto;
	display:table;
	position:relative;
	
}
#fotos_home{
	width:100%;
	height:auto;
	display:table;
	position:relative;
	margin:0;
	padding-top:10px;
	
}
#cabecera{
	display:none;
}
#cabecera_movil{
	width:100%;
	display:table;
	position:relative;
}
#logotipo_movil{
	width:100%;
	padding:20px 0;
	text-align:center;
}
#logotipo_movil img{
	height:80px;
}
#datos_movil{
	width:98%;
	padding:10px 1%;
	text-align:right;
	font-size:11px;
	color:#333;
}
#datos_movil a{
	text-decoration:none;
	color:#333;
}
#tels{
	display:none;
}
#espacios{
	display:none;
}
#slide{
	width:100%;
	height:auto;
	padding-top:10px;
}
#menu_movil{
	position:absolute;
	top:0;
	left:5px;
	display:block;
}
#menu_movil_2{
	position:absolute;
	top:20px;
	left:10px;
	display:block;
}
#bloque_menu{
	width:100%;
	height:180px;
	padding:50px 0;
	background:#FFF;
	position:absolute;
	left:-100%;
	top:-8%;
	z-index:16000;
	display:table;
}
#opcion{
	width:100%;
	height:auto;
	padding:10px 0;
	text-align:center;
	font-size:13px;
	border-bottom:solid 1px #CC0000;
	display:table;
}
#opcion a{
	width:100%;
	text-decoration:none;
	padding:10px 0;
	color:#333;
	display:block;
}
#cuerpo_texto_movil{
	width:100%;
	height:auto;
	display:table;
}
#titulo_seccion_movil{
	width:100%;
	padding:20px 0;
	text-align:center;
	font-family: 'HelveticaNeue-Thin-13';
	background:rgba(0,153,153,0.2);
	color:#333;
	font-size:20px;
}
#informacion_movil{
	font-family: 'HelveticaNeue-Thin-13';
	width:90%;
	padding:20px 5%;
	text-align:left;
	font-size:15px;
	color:#666;
}
#imagen_movil{
	width:100%;
}
#imagen_movil img{
	width:100%;
}

/*SOMOS*/
#bloque_somos{
	width:100%;
	height:auto;
	min-height:400px;
	display:table;
	position:relative;
	background:#093;
	font-size:12px;
}
#txt_somos{
	width:90%;
	margin:0 5%;
	position:absolute;
	top:20px;
	text-align:center;
}
#txt_somos img{
	width:80%;
}
#txt_somos p{
	font-size:13px;
	color:rgba(255,255,255,0.7);
	font-family: 'Montserrat-Light';
}
#trailer_somos{
	width:100%;
	position:absolute;
	bottom:0;
	text-align:left;
}
#trailer_somos img{
	width:55%;
}

/*PRODUCTOS*/
#bloque_productos{
	width:100%;
	height:auto;
	display:table;
	position:relative;
	background:#FFF;
	font-size:12px;
	padding-bottom:50px;
	min-height:550px;
}
#txt_productos{
	width:80%;
	margin:0 10%;
	position:absolute;
	top:20px;
	text-align:center;
}
#producto_1{
	width:80%;
	padding:0 10% 10px 10%;
	text-align:center;
	/*float:left;
	border-right:solid 1px #999999;
	margin:40px 0;*/
	margin:0;
	border:none;
}
#producto_1 a img{
	width:50%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}

/*SERVICIOS*/
#producto_3, #s1, #s2, #informacion_icono{
	display:none;
}
#producto_2{
	width:80%;
	padding:0 10%;
	text-align:center;
	float:left;
	margin:0;
}
#producto_2 img{
	height:200px;
	width:auto;
}
#s7{
	display:block;
	font-family: 'Montserrat-Light';
	color:#111748;
}

/*CONTACTO*/
#formulario{
	width:80%;
	margin:20px 10% 50px 10%;
	height:auto;
	display:table;
}

/*FOOTER*/
#footer{
	width:100%;
	padding:20px 0;
	height:auto;
	display:table;
	background:#111748;
}
#footer img{
	width:30%;
}
#datos{
	width:40%;
	margin:10px 30%;
	padding:10px 0;
	border-top:solid 1px #FFFFFF;
	font-size:11px;
	color:#FFF;
	font-family: 'Montserrat-Light';
}
#datos_2{
	width:90%;
	margin:20px 5%;
	height:auto;
	display:table;
}
#datos_2_iconos{
	width:5%;
	float:left;
	text-align:center;
}
#datos_2_iconos img{
	width:90%;
}
#datos_2_txt{
	display:none;
}
#datos_2_txt a{
	color:#FFF;
	text-decoration:none;
}
#apmovil{
	display:block;
}
#datos_2_txt_movil{
	width:40%;
	padding:7px 2%;
	text-align:left;
	font-size:11px;
	color:#FFF;
	float:left;
	display:block;
}
#datos_2_txt_movil a{
	color:#FFF;
	text-decoration:none;
}
.desaparece{
	display:none;
}
.desktop{
	display:none;
}
.movil{
	display:block;
}

/*COBERTURA*/
#titulo_cobertura{
	position:absolute;
	top:1px;
	width:100%;
	text-align:center;
}
#titulo_cobertura img{
	width:60%;
}
#amx{
	width:100%;
	perspective:20px 0 0 0;
	text-align:center;
	display:block;
}
}