@charset "utf-8";

/* elimino los margenes de default */
* {
	margin: 0;
	padding: 0;
}

/* scroll publicidad */
html {
	scroll-behavior: smooth;
}

/* ligas a sin decoración */
a {
	text-decoration: none;
	color: #07b0f2;
}

/*botones*/
.cont-btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 20px 0px;
}

.cont-btn a{
	margin: 10px;
}

.btn-azul {
	text-align: center;
	font-family: 'Nunito', sans-serif;
	background: #07b0f2;
	color: #ffffff;
	display: inline-block;
	margin: auto;
	padding: 10px 15px;
	width: 200px;
	text-decoration: none;
	border-radius: 50px;
}

.btn-azul-grande {
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 32px;
	background: #07b0f2;
	color: #ffffff;
	display: inline-block;
	margin: auto;
	padding: 20px;
	text-decoration: none;
	border-radius: 20px;
}

.btn-azul-grande:hover {
	background: #0C8CBD;
}

.btn-morado {
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	background: #5d6073;
	color: #ffffff;
	display: inline-block;
	margin: auto;
	padding: 5px;
	width: 200px;
	text-decoration: none;
	border-radius: 50px;
	vertical-align: middle;
}

.btn-rau {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	background: rgba(0,0,0,0.00);
	color: #fff;
	display: inline-block;
	margin: auto;
	padding: 5px;
	width: 250px;
	text-decoration: none;
	border-radius: 10px;
	vertical-align: middle;
	border: 1px solid #fff;
}

.btn-rau:hover {
	background: rgba(34,56,97,.50);
	cursor: pointer;
	color: #fff;
}

.corto {
	font-size: 13px;
	width: 80px;
	margin-bottom: 15px;
}

/*paises*/

.menu-paises {
	display: inline;
	float: right; 
	list-style: none;
	padding: 0px 10px;
	margin: auto;
	z-index: 2100;
	margin-right: 100px;
	vertical-align: middle;
}

.menu-paises li {
	display: inline-block;
	padding: 0px 8px;
	float: left;
}

.menu-paises li a{
	color: #ffffff;
}

.menu-paises li a img{
	width: 20px;
}

#items-home .menu-paises2 {
	width: 100%;
	display: inline-block;
	margin: auto;
	text-align: center;
	padding: 0px 20px;
	background-color: #07B0F2;
}
#items-home .menu-paises2 li {
	width: 40px;
	display: inline-block;
	padding: 0px 3px;
	float: left;
}

#items-home .menu-paises2 li a{
	color: #ffffff;
	padding: 0px;
}

#items-home .menu-paises2 li a img{
	width: 20px;
}

.menus {
	display: inline-block;
	width: 900px;
	height: 120px;
	float: right;
}

/* header y menú de navegación en home y página oscura */
#header-bn {
	width: 100%;
	height: 130px;
	margin-top: 0px;
	position: fixed;
	background-color: rgba(255,255,255,1);
	z-index: 199;
}

.navegacion-home {
	width: 100px;
	height: 120px;
	display: inline-block;
}

.logo {
	width: 230px;
	padding: 10px;
	margin: 10px;
	margin-left: 50px;
	z-index: 5000;
}

/* menú con sus estados */
.menu-home {
	font-family:'Nunito', sans-serif;
	font-weight: 700;
	font-size: 13px;
	float: right !important; 
	list-style: none;
	padding: 10px;
	margin: auto;
	z-index: 99;
	margin-right: 100px;
	margin-top: 10px;
}

.menu-home li {
	display: block;
	float: left;
}

.menu-home li a {
	padding: 10px 10px;
	display: block;
	color: #ffffff;
}

.menu-home li a:hover {
	background: #ffffff;
	color:#07B0F2;
}

/* submenus con sus estados */
.submenu-home {
	position: absolute;
}

.submenu-home li a {
	width: 130px;
	color: #07B0F2;
	padding: 10px 15px;
	background: #fff;
}

.submenu-home li a:hover {
	background: #D0EFFB;
}

.menu-home li ul {
	display:none;
	position:absolute;
	min-width:130px;
}
			
.menu-home li:hover > ul {
	display:block;
	color: #ffffff;
	
}
			
.menu-home li ul li {
	position:relative;
}
			
.menu-home li ul li ul {
	right:-140px;
	top:0px;
}

/* menú responsivo home */
#menu2-home {
    width: 40%;
    height: 100%;
    position: absolute;
    z-index: 66;
    left: 0px;
    top: 8px;
	display: none;
}

#menu2-home a {
	display: inline-block;
	padding: 20px 25px;
}

#items-home{
    background-color: #07B0F2;
    position: absolute;
    z-index: 99;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 14px;
	display: none;
}

#items-home li {
	width: 100%;
	display: block;
	float: left;
}

#items-home li a {
	width: 100%;
	padding: 15px 20px;
	color: #fff;
	background: #07B0F2;
}

#items-home a:hover {
	background: #fff;
	color:#07B0F2;
}


/* submenus con sus estados */
.submenu2-home {
	list-style: inline;
}


/* header home */
.home {
	width: 100%;
	height: 850px;
	z-index: 0;
	background-size: 100%;
	background-position: left;
	background-image: url(../img/home-header.png);
	background-repeat: no-repeat;
	margin-top: -300px;
}

.titulos-home {
	z-index: 2;
	width: 500px;
	margin-left: 150px;
	margin-top: -400px;
}

.titulos-home h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ffffff;
	font-size: 55px;
}

.titulos-home h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 500; 
	color: #ffffff;
	font-size: 30px;
}

/* publicidad*/
#cuadro-publicidad {
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: hidden;
	position: fixed;
	background-color: rgba(0,0,0,.5);
}

.publicidad {
	width: 60%;
	margin: auto;
	animation: modal 1s 1s forwards;
	visibility: hidden;
	opacity: 0;
	text-align: center;
}


#cerrar {
	display: none;
}

#cerrar + label {
	position: fixed;
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	z-index: 10001;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	cursor: pointer;
	animation: modal 1s 1s forwards;
	visibility: hidden;
	opacity: 0;
	top: 3px;
	right: 10px;
}

#cerrar:checked + label, #cerrar:checked ~ #cuadro-publicidad {
	display: none;
}

/* animación */
@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
}

/* Whatss App Business*/
#wa-b {
	width: 150px;
	height: 150px;
	z-index: 9999;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
}

.boton-wa {
	margin: 10px;
	text-align: center;
	padding: 10px;
	background: rgba(255,255,255,.75);
	border-radius: 30px;
}

.boton-wa a{
	font-family: 'Nunito', sans-serif;
	color: #5d6073;
	font-size: 14px;
	font-weight: 900;
}


/* página de  home*/
.img-home {
	float: right;
	margin-top: -100px;
}

.apoyo-home {
	width: 600px;
	margin: 20px;
	padding: 10px;
	margin-top: 280px;
	margin-left: 30px;
}

.apoyo-home p {
	font-family: 'Nunito', sans-serif;
	color: #5d6073;
	font-size: 18px;
}

/* home contacto */
.capacitacion-home {
	margin-top: 50px;
	width: 100%;
	height: 250px; 
	background-size: cover;
	background-position: center;
	background-image: url(../img/home_capacitacion.png);
	background-repeat: no-repeat;
}

.home-rau {
	width: 100%;
	height: 230px; 
	background-size: cover;
	background-position: center;
	background-image: url("../img/fondo-rau2.png");
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.txt_home-rau {
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	padding: 20px;
	width: 65%;
	margin: auto;
}

.txt_home-rau h3 {
	float: left;
}

.txt_home-rau img {
	float: left;
}

/*.txt_home-rau a {
	float: right;
}*/


/* home cuatro columnas */
.seccion-home {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #5d6073;
	font-size: 28px;
	margin: auto;
	padding: 10px;
	text-align: center;
}

.productos-home {
	display: inline-block;
	vertical-align: top;
	margin: auto;
}

.home-prod {
	display: inline-block;
	width: 150px;
	height: 280px;
	padding: 40px;
	margin: auto;
	text-align: center;
	vertical-align: top;
}

.home-prod p {
	width: 150px;
	font-family: 'Nunito', sans-serif;
	color: #5d6073;
	font-size: 16px;
	text-align: center;
}

.home-prod img {
	margin: auto;
}

.space {
	display: inline-block;
	width: 200px;
	height: 180px;
	padding: 2.5em;
	margin: auto;
	text-align: center;
	vertical-align: bottom;
}

.space img {
	margin: auto;
	max-height: 110px;
}


.boton-home {
	width: 100px;
	margin: auto;
	padding: 10px;
	vertical-align: bottom;
}

/* header y menú de navegación en página blanca */
.navegacion {
	width: 100px;
	height: 150px;
	display: inline-block;
	margin-left: 70px;
	z-index: 3002;
}

/* menú con sus estados */
.menu {
	font-family:'Nunito', sans-serif;
	font-weight: 700;
	font-size: 13px;
	float: right !important; 
	list-style: none;
	padding: 10px;
	margin: auto;
	z-index: 99;
	margin-right: 100px;
}

.menu li {
	display: block;
	float: left;
}

.menu li a {
	padding: 10px 10px;
	display: block;
	color: #66adac;
}

.menu li a:hover {
	background: #66adac;
	color:#FFFFFF;
}

/* submenus con sus estados */
.submenu {
	position: absolute;
}

.submenu li a {
	width: 130px;
	color: #ffffff;
	padding: 10px 15px;
	background: #66adac;
}

.submenu li a:hover {
	background-color: #85BDBD;
}

.menu li ul {
	display: none;
	position: absolute;
	min-width: 130px;
}
			
.menu li:hover > ul {
	display: block;
	color: #ffffff;
	
}
			
.menu li ul li {
	position:relative;
}
			
.menu li ul li ul {
	right:-140px;
	top:0px;
}

/* espacio menu fijo*/
.espacio-header {
	width: 100%;
	height: 160px;
}

/* servicios encabezado*/
.encabezado {
	width: 100%;
	height: 250px;
	margin: auto;
}

.encabezado img {
	width:  50%;
}

.subencabezados {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 28px;
	text-align: center;
	color: #07b0f2;
	margin: 10px;
	padding: 10px;
}

.titulares {
	display: inline-block;
	width: 40%;
	height: 100%;
	vertical-align: middle;
}

.titulares h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #66adac;
	font-size: 44px;
}
.titulares h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700; 
	color: #5d6073;
	font-size: 30px;	
}


/* menú responsivo */
#menu2 {
    width: 40%;
    height: 100%;
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 8px;
	display: none;
}

#menu2 a {
	display: inline-block;
	padding: 20px 25px;
}

#items{
    background-color: #66adac;
    position: absolute;
    z-index: 66;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 14px;
	display: none;
}

#items li {
	width: 100%;
	display: block;
	float: left;
}

#items li a {
	width: 100%;
	padding: 15px 20px;
	color: #fff;
	background: #66adac;
}

#items a:hover {
	background: #ffffff;
	color:#66adac;
}

#items .menu-paises2 {
	width: 100%;
	display: inline-block;
	margin: auto;
	text-align: center;
	padding: 0px 20px;
	background-color: #66adac;
}
#items .menu-paises2 li {
	width: 40px;
	display: inline-block;
	padding: 0px 3px;
	float: left;
}

#items .menu-paises2 li a{
	color: #ffffff;
	padding: 0px;
}

#items .menu-paises2 li a img{
	width: 20px;
}


/* submenus con sus estados */
.submenu2 {
	list-style: inline;
}

/* titulos de páginas soporte y nosotros */
.titular-sop {
	width: 800px;
	text-align: center;
	margin: auto;
	
}

.titular-sop h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #66adac;
	font-size: 44px;
}

.titular-sop h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700; 
	color: #5d6073;
	font-size: 28px;
}

/* estilo general del cuerpo */
.cuerpo {
	width: 1000px;
	margin: auto;
	text-align: center;
}

.cuerpo-rose {
	width: 90%;
	margin: auto;
	text-align: center;
}

/* página servicios */
.producto {
	display: inline-block;
}

.descripcion {
	width: 650px;
	padding: 10px;
	display: inline-block;
	text-align: left;
}

.descripcion h4 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #5d6073;
	font-size: 32px;
}

.descripcion p {
	font-family: 'Nunito', sans-serif;
	color: #5d6073;
	font-size: 18px;
}

.descripcion a {
	float: right;
}

.acordeon {
	padding: 15px;
	width: 60%;
	margin-left: 50px;
	margin-top: -40px;
	font-family: 'Nunito', sans-serif;
	color: #5d6073;
	font-size: 16px;
	text-align: left;
}

.acordeon h5 {
	cursor: pointer;
}

.acor-der {
	float:right;
}

.pro-img {
	display: inline-block;
	padding: 50px;
}

/* banner rosa */
.cotizar {
	width: 100%;
	height: 300px; 
	background-size: cover;
	background-position: center;
	background-image: url(../img/productos-contacto.png);
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.txt_rosa {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 38px;
	color: #ffffff;
	text-align: center;
	padding-top: 100px;
}

/* espacio entre divs*/
.espacio {
	width: 100%;
	height: 50px;
	display: inline-block;
}

/* página aliados*/

.encabezado-aliados {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-aliados.jpg);
	z-index: 0;
}

.contenido-hd {
	z-index: 2;
	width: 700px;
	margin: auto;
	text-align: center;
	padding-top: 150px;
}

.contenido-hd h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ffffff;
	font-size: 48px;
}

.contenido-hd  h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 500; 
	color: #ffffff;
	font-size: 32px;
}


.aliados {
	float: left;
	margin-left: 6em;
}

.aliados-txt {
	display: block;
	width: 800px;
	text-align: center;
	margin: auto;
	padding: 50px;
}

.aliados-txt p {
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
}

.img-aliados {
	display: inline-block;
	margin: auto;
	padding: 50px;
	margin-left: 5em;
}

.sis-aliados {
	display: inline-block;
	width: 500px;
	padding: 50px;
	margin: auto;
}

.sis-aliados h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 28px;
	color: #5d6073;
}

.sis-aliados p {
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
}

.beneficios-al {
	vertical-align: top;
	display: inline-block;
	width: 400px;
	padding: 50px;
	margin: auto;
}

.beneficios-al h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #5d6073;
}

.beneficios-al li {
	text-align: left;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	color: #5d6073;
}

.btn-aliados {
	display: inline-block;
	padding: 20px;
	float: right;
}

.img-beneficios {
	display: inline-block;
	padding: 50px;
}

.img-beneficios img {
	width: 200px;
}

/* página nosotros */
.encabezado-nosotros {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-nosotros.jpg);
	z-index: 0;
}


/* estilo del parallax */
.contenedor {
	display: inline-block;
	min-width: 1200px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	height: 600px;
}

.parallax {
	padding: 100px;
    background: transparent;
	height: 400px;
}

.contenido {
	width: 250px;
	height: 300px;
	display: inline-block;
	z-index: auto;
	position: relative;
	margin: auto;
	margin: 20px;;
	padding: 30px;
	background: rgba(225,225,225,0.75);
}

.contenido h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 26px;
	color: #5d6073;
	text-align: center;
}

.contenido p {
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
}

.mision {
	float: left;
	margin-left: 170px;
}

.vision {
	float: right;
	margin-right: 170px;
}

/* página nosotros */
.experiencia {
	width: 650px;
	margin: auto;
	padding: 50px;
}

.experiencia h4 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 26px;
	color: #5d6073;
	text-align: center;
}

.experiencia p {
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
}

.experiencia li {
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
	text-align: left;
}

/* página eventos */

.banner {
	width: 100%;
	height: 300px;
	background-color: #183878;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-evento.jpg);
	z-index: 0;
}

/* banner rotator */
.contenido-banner {
	z-index: 2;
	width: 700px;
	margin: auto;
	text-align: center;
	padding-top: 150px;
}

.contenido-banner h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ffffff;
	font-size: 48px;
}

.contenido-banner h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 500; 
	color: #ffffff;
	font-size: 32px;z-index: 2;
	width: 700px;
	margin: auto;
	text-align: center;
	padding-top: 250px;
}


/* videos */
.seccion-video {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #07B0F2;
	font-size: 38px;
	margin: auto;
	padding: 5px;
	text-align: center;
}

.videos {
	display: inline-block;
	padding: 10px;
	text-align: center;
	width: 950px;
	margin: auto;
	margin-left: 5px;
}

.cuadro-video {
	width: 350px;
	display: inline-block;
	margin: auto;
	padding: 40px;
}

/* reunion anual */
.info-rau {
	display: inline-block;
	width: 800px;
	margin: auto;
	margin-left: 50px;
	padding: 20px;
}

.texto-rau {
	text-align: left;
	display: inline-block;
	width: 450px;
	margin: auto;
	padding: 10px;
}

.texto-rau h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #66adac;
	font-size: 36px;
}

.texto-rau h4 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700; 
	color: #5d6073;
	font-size: 24px;
}

.texto-rau p {
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
}

.img-rau {
	display: inline-block;
	width: 300px;
}

.img-rau img {
	width: 300px;
}

.boton-rau {
	display: inline-block;
	width: 400px;
	float: left;
	padding: 20px;
}

.boton-rau h5 {
	display: inline-block;
	width: 270px;
	font-family: 'Nunito', sans-serif;;
	font-size: 14px;
	color: #07B0F2;
	text-align: right;
	padding: 10px;
}

.boton-rau a {
	display: inline-block;
	width: 100px;
	float: right;
}

/* gallery jquery */
.container {
     height: 300px;
     margin:30px auto;
	 z-index: 20;
}

.container ul {}

.container ul li {
    /* transition: width .5s, height .5s, top .5s, left .5s;
        -webkit-transition: width .5s, height .5s, top .5s, left .5s;
     */
    border:1px solid #fff;
}

.container ul li img {
	z-index: 30;
}

.left, .right {
    cursor: pointer;
}

.rau {
	display: none;
}

/* página rau */
#fondo-rau {
	background: linear-gradient(to bottom, #001d2e, #004b6f, #001d2e);
	background-image: url("../img/fondo-rau.jpg");
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;
}

.banner-rau {
	width: 100%;
	height: 300px;
	/*background-color: #183878;*/
	background-size: cover;
	background-position: center;
	background-image: url("../img/banner-home_rau.png");
	z-index: 0;
	margin-top: -150px;
}

.banner-rau1 {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	background-image: url("../img/banner-home_rau.png");
	z-index: 0;
	margin-top: -150px;
}

.logo-rau {
	z-index: 2;
	width: 700px;
	margin: auto;
	text-align: center;
	padding-top: 60px;
}

.rau-principal {
	display: inline-block;
	width: 560px;
	height: 315px;
	background-size: 100%;
	background-size: cover;
	background-position: center;
	background-image: url(../img/rau-cuadros1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;	
}

.rau-principal h4 {
	padding-top: 80px;
	height: 80px;
	vertical-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 58px;
	color: #fff;	
}

.rau-principal p {
	padding-bottom: 100px;
	padding: 0px 40px;
	height: 150px;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	font-size: 18px;
}

.rau-principal ul{
	width: 70%;
	margin: auto;
	display: inline-block;
	margin-top: -20px;
}

.rau-principal li {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 16px;
	text-align: left;
}

.circulo-rau {
	display: inline-block;
	width: 300px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #5d6073;
	margin: auto;
	padding: 0 50px;
	text-align: center;
	vertical-align: top;
}

.cuerpo-rau {
	width: 100%;
	height: 430px;
	background-image: url("../img/parallax-rau.png");
	background-size: cover;
	background-position: center;
	padding: 30px 0px;
	vertical-align: middle;
	margin: auto;
}

.hotel-rau {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	width: 40%;
	height: 400px;
	margin: auto;
	padding: 15px;
}

.hotel-rau h3 {
	font-size: 30px;
	margin-top: 150px;
}

.mapa-rau {
	display: inline-block;
	width: 40%;
	height: 400px;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}


#form-rau {
	display: inline-block;
	width: 70%;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	text-align: left;
	margin: auto;
}

#nombre-rau, #correo-rau, #rfc-rau, #telefono-rau {
	width: 100%;
	height: 30px;
	background-color: #000;
	border-radius: 5px;
	border: 0;
	border-bottom: 1px solid #1E57DB;
	color: #fff;
}

#enviar-rau {
	text-align: center;
}

.button-rau {
	background: #000;
	color: #fff;
	margin: 20px;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	width: 100px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #1E57DB;
}

.button-rau:hover {
	background: #0054AC;
	color: #fff;
}

.rau-sub {
	width: 200px;
	height: 70px;
	background-color: rgba(0,0,0,.90);
	font-family: 'Raleway', sans-serif;
	color: #fff;
	position: fixed;
	display: inline-block;
	margin-left: 20px;
	margin-top: -110px;
	border: 2px solid #1E57DB;
	vertical-align: middle;
	font-size: 14px;
}

.productos-home li div {
	display:none;
	position:absolute;
	min-width:130px;
}
			
.productos-home li:hover > div {
	display:block;
	color: #ffffff;
}

#lista-rau {
	list-style: none;
}

#lista-rau li {
	display: inline-block;
}

/* página contacto */
.contacto {
	width: 100%;
	height: 200px; 
	background-size: cover;
	background-position: center;
	background-image: url(../img/contacto-header.png);
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

/* cuadros de contacto */
.txt-contacto {
	text-align: left;
	display: inline-block;
	width: 300px;
	min-height: 450px;
	margin-left: 70px;
	padding: 10px;
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
}

.txt-contacto li {
	margin-left: 30px;
	list-style: none;
}

/* mapa */
.mapa {
	width: 300;
	height: 350;
}

/* formulario de contacto */
.form {
	display: inline-block;
	width: 300px;
	height: 750px;
	margin-left: 10px;
	padding: 10px;
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
	vertical-align: top;
	text-align: left;
}

#form1 {
	display: inline-block;
	width: 300px;
	height: 750px;
	margin-left: 10px;
	padding: 10px;
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
	vertical-align: top;
	text-align: left;
}

#nombre, #correo, #telefono, #empresa {
	width: 300px;
	height: 30px;
	background-color: #E7E4E4;
	color: #5d6073;
}

#comentario {
	width: 300px;
	height:250px;
	background-color: #E7E4E4;
	color: #5d6073;
	vertical-align: top;
}

.button {
	background: #07b0f2;
	color: #ffffff;
	display: inline-block;
	margin: auto;
	margin-left: 100px;
	padding: 10px 0px;
	text-align: center;
	width: 100px;
	text-decoration: none;
	box-shadow: 0px 3px 0px #5d6073;
	border-radius: 50px;
}

#TbNombre, #TbCorreo, #TbTelefono, #TbEmpresa {
	width: 300px;
	height: 30px;
	background-color: #E7E4E4;
	color: #5d6073;
}

#TbComentario {
	width: 300px;
	height:200px;
	background-color: #E7E4E4;
	color: #5d6073;
	vertical-align: top;
}

#Button1 {
	background: #07b0f2;
	color: #ffffff;
	display: inline-block;
	margin: auto;
	margin-left: 100px;
	padding: 10px 0px;
	text-align: center;
	width: 100px;
	text-decoration: none;
	box-shadow: 0px 3px 0px #5d6073;
	border-radius: 50px;
}

/* apartado sucursales */
.sucursales {
	display: block;
	text-align: center;
}

.sucursal {
	display: inline-block;
	width: 150px;
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
	margin: auto;
	padding: 10px;
	text-align: center;
}

.sucursales li ul {
	display: none;
	position: absolute;
	min-width: 130px;
}

.sucursales li:hover > ul {
	display: block;
}

.sucursales li ul li {
	position: relative;
}

.sucursal-pop {
	position: absolute;
	list-style: none;
}

.sucursal-pop {
	width: 150px;
	padding: 5px;
	margin-left: 70px;
	color: #fff;
	font-size: 14px;
	background-color: rgba(93,96,115,0.7);
	border-radius: 20px;
}

/* página soporte */

.encabezado-soporte {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-soporte.jpg);
	z-index: 0;
}

.soporte {
	margin: auto;
}

.soporte div {
	text-align: left;
}


/* columnas de soporte */
.soporte img {
	margin-left: 50px;
}

.img-soporte {
	display: inline-block;
}

/* cuadro con enlaces */
.cuadro-aranda {
	margin: 20px;
}

.img-aranda {
	display: inline-block;
	padding: 20px;
	width: 30%;
}

.aranda {
	display: inline-block;
	width: 450px;
	padding: 20px;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 50px;
}

.aranda h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 40px;
	color: #5d6073;
}

.aranda h5 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	color: #5d6073;
}

.aranda p {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #5d6073;
}

.aranda li {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #5d6073;
}

/* cuadro de polizas-soporte */
.polizas {
	width: 800px;
	height: 150px;
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	color: #5d6073;
	margin: auto;
	padding: 20px;
}

/* página psc */

.encabezado-psc {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-psc.jpg);
	z-index: 0;
}

#psc * {
	list-style: none;
}

#psc li{
	line-height: 120%;
}

#psc li:hover {
	font-weight: bold;
}

#psc li a{
	color:#007aff; 
	font-size: 14px;
	text-decoration: none;
}

#psc li a:hover {
	text-decoration: underline;
}

#psc li a:before{
	/*content:"\025b8"*/
	color:#ddd; 
	margin-right:4px;
}

#psc input[name="list"] {
	position: absolute;
	left: -1000em;
}

#psc label:before{
	content:"\025b8";
	margin-right:4px;
}

#psc input:checked ~ label:before{
	content:"\025be";
}

#psc .interior{
	display: none;
}

#psc input:checked ~ ul{
	display:block;
}


/* página de novedades-cuadros de texto */

.encabezado-novedades img {
	width: 100%;
}

.novedades {
	text-align: left;
}


.fecha {
	text-align: left;
	margin-top: 50px;
	display: inline-block;
	width: 100px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 28px;
	color: #5d6073;
	padding: 10px;
	margin-left: 50px;
}

.noticia {
	text-align: left;
	display: inline-block;
	width: 800px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 40px;
	color: #5d6073;
	padding: 10px;
}

.info-noticia {
	text-align: left;
	display: block;
	width: 900px;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #5d6073;
	padding: 5px;
	margin-left: 50px;
	margin-bottom: 50px;
}

/* Aviso de privacidad */
.privacidad {
	margin: auto;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	color: #5d6073;
	padding: 30px;
	text-align: left;
}

.privacidad a {
	color: #07b0f2;
}

/* Footer de la página */

#footer {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-color: #5d6073;
	background-repeat: no-repeat;
}

#cuerpo-footer {
	width: 80%;
	padding-top: 50px;
	text-align: center;
	margin: auto;
}

/* imagenes sat */
#footer-sat {
	float: left;
}


/* redes sociales en footer */
#redes {
	display: inline-block;
	float: right;
	width: 300px;
	height: 100px;
	text-align: right;
	padding-top: 10px;
}

#redes li {
	padding: 10px;
	display: inline-block;
}

#redes img {
	width: 25px;
}

/* aviso de privacidad */
#aviso-privacidad {
	font-family: 'Nunito', sans-serif;
	color: #ffffff;
	font-size: 10px;
	padding: 0px 5px;
	text-align: right;
}

#aviso-privacidad a {
	font-size: 11px;
	color: #ffffff;
}

/* copyrigth */
#copyrigth, #copyrigth1 {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 13px;
	padding: 25px 0px;
}

/* ajedrez */
.encabezado-ajedrez {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-ajedrez.gif);
	z-index: 0;
}

.encabezado-cofidi4 {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-COFIDI4.gif);
	z-index: 0;
}

.form-a {
	display: inline-block;
	width: 90%;
	padding: 10px;
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	color: #5d6073;
	vertical-align: top;
	text-align: left;
}

.form-a-content {
	width: 100%;
	padding: 15px 0px;
}

.form-a label {
	display: inline-block;
	width: 25%;
	font-size: 20px;
}

#nombre-a, #empresa-a, #correo-a, #telefono-a {
	width: 70%;
	border: 0px;
	border-bottom: 2px solid #5d6073;
	outline: none;
}


#Button2 {
	text-align: center;
	background: #07b0f2;
	color: #ffffff;
	display: inline-block;
	margin: auto;
	padding: 20px 5px;
	font-family: 'Nunito', sans-serif;;
	font-size: 16px;
	width: 200px;
	text-decoration: none;
	border: 0px;
	border-radius: 10px;
	transition: all .3s ease;
}

#Button2:hover {
	background: #3F6DBD;
}


/* carta-porte*/
.cp-logo {
	margin-left: 120px;
}

.encabezado-cartaPorte {
	width: 100%;
	height: 800px;
	margin-top: -130px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-cartaPorte.jpg);
	z-index: 0;
	text-align: center;
}

.contenido-cp {
	z-index: 2;
	width: 85%;
	margin: auto;
	padding-top: 100px;
	display: block;
	text-align: center;
}

.contenido-cp h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ffffff;
	font-size: 48px;
}

.contenido-cp  h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 500; 
	color: #ffffff;
	font-size: 36px;
}

.contenido-cp  h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 500; 
	color: #ffffff;
	font-size: 30px;
}

.contenido-cp  h4 {
	font-family: 'Nunito', sans-serif;
	font-weight: 500; 
	color: #ffffff;
	font-size: 24px;
}

.txt-cartaPorte {
	text-align: right;
	display: inline-block;
	width: 40%;
	min-height: 350px;
	padding: 10px;
	color: #5d6073;
	float: left;
}

.cp-right {
	float: right;
	text-align: left;
}

.form-cartaporte {
	background-color: rgba(7,176,242,.80); 
	display: inline-block;
	width: 40%;
	height: 650px;
	padding: 30px;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #fff;
	vertical-align: top;
	text-align: left;
	border-radius: 30px;
	float: right;
	margin-top: -50px;
}

.form-cartaporte1 {
	background-color: #00141d; 
	display: inline-block;
	width: 40%;
	height: 650px;
	padding: 30px;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #fff;
	vertical-align: top;
	text-align: left;
	border-radius: 30px;
	float: right;
	margin-top: -50px;
}

.cp-input {
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	text-align: left;
}

.cp-input label {
	width: 25%;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #fff;
}

.cp-input input {
	width: 90%;
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	text-align: left;
}

.cp-wapp {
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	text-align: left;
	
}

.cp-wapp label {
	width: 25%;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #fff;
}

.cp-wapp input {
	width: 10%;
}

.cp-giro {
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	text-align: left;
}

.cp-giro label {
	width: 40%;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #fff;
}

.cp-giro select {
	width: 50%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	border: 0px;
	color: #fff;
	background-color: transparent;
	border-bottom: 2px solid #fff;
}

.cp-giro option {
	background-color: #5d6073;
}

.cp-text {
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	text-align: left;
}

.cp-text label {
	width: 25%;
	float: left;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #fff;
}

.cp-text textarea {
	min-width: 90%;
	max-width: 100%;
	min-height: 80px;
	max-height: 100px;
	background-color: rgba(255,255,255,.75);
	border: 0px;
	box-shadow: none;
	color: #5d6073;
}

.cp-time {
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	text-align: left;
}

.cp-time label {
	width: 70%;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #fff;
}

.cp-time input {
	width: 70%;
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	text-align: center;
}

.cp-button {
	margin-top: 10px;
	text-align: center;
}

.btn-cp {
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	background: #5d6073;
	color: #ffffff;
	display: inline-block;
	margin: auto;
	padding: 5px;
	width: 100px;
	text-decoration: none;
	border-radius: 50px;
	border: 0px;
}

.azul-cp {
	background: #07b0f2;
}

.btn-cp:hover {
	background: #fff;
	color: #5d6073;
}

.encabezado-cpbajo {
	width: 100%;
	height: 650px;
	text-align: center;
}

.faqs-cp {
	width: 100%;
	height: 300px; 
	background-size: cover;
	background-position: center;
	background-image: url(../img/faqs-cp.png);
	background-repeat: no-repeat;
}

.img-cp {
	display: inline-block;
    padding: 20px;
	width: 30%;
}


/* servicios  especializadose*/
.encabezado-se {
	width: 100%;
	height: 750px;
	margin-top: -130px;
	background-size: cover;
	background-position: center;
	background-image: url("../img/header-se.jpg");
	z-index: 0;
	text-align: center;
}

.experiencia-se {
	width: 80%;
	margin: auto;
	padding: 10px;
	font-family: 'Nunito', sans-serif;;
	font-size: 18px;
	color: #5d6073;
}

.faqs-se {
	width: 100%;
	height: 230px; 
	background-size: cover;
	background-position: center;
	background-image: url("../img/banner-se.jpg");
	background-repeat: no-repeat;
}

.encabezado-sebajo {
	width: 100%;
	height: 400px;
	text-align: center;
}

.contenido-se {
	z-index: 2;
	width: 70%;
	margin: auto;
	margin-top: 50px;
	display: inline-block;
	font-family: 'Nunito', sans-serif;; 
	color: #ffffff;
	font-size: 18px;
}

.se-imagen {
	display: inline-block;
	width: 30%;
	float: right;
}

.se-imagen img {
	height: 200px;
}

@media (max-width:1280px){
	.logo {
		width: 200px;
		margin-left: 40px;
	}
	
	.menus{
		width: 800px;
	}
	
	.menu-home {
		font-size: 12px;
		padding: 5px;
		margin-right: 100px;
	}
	
	.menu-home li a {
		padding: 5px;
	}
	
	.menu {
		font-size: 12px;
		padding: 5px;
		margin-right: 100px;
	}
	
	.menu li a {
		padding: 5px;
	}


	.space {
		width: 180px;
		height: 100px;
		padding: 15px;
		margin-top: 60px;
	}
	
	.space .btn-morado {
		width: 180px;
		font-size: 17px;
	}

	.space img {
		margin: auto;
		width: 100px;
	}
	
	.form-cartaporte {
		font-size: 16px;
	}
	
	.encabezado-cpbajo {
		height: 650px;
	}
	
}


@media (max-width:1050px){
	.menus {
		width: 35%;
		margin-top: -150px;
	}
	
	.menu-paises {
		display: none;
	}
	
	.publicidad {
		width: 90%;
	}
	
	.cont-btn {
		height: 250px;
	}
	
	.home {
		height: 750px;
		background-size: 1200px;
	}
	
	.titulos-home {
		text-align: center;
		width: 450px;
		margin: auto;
		margin-top: -400px;
	}
	
	.titulos-home h1 {
		font-size: 40px;
	}

	.titulos-home h2 {
		font-size: 28px;
	}

	.capacitacion-home {
		margin-top: 0px;
	}
	
	.columnas {
		width: 100%;
		margin-left: 0px;
	}

	.cuadro {
		width: 160px;
		height: 320px;
		margin: 0px;
		padding: 10px;
	}
	
	.cuadro img {
		width: 120px;
	}
	
	.cuadro p {
		width: 150px;
		margin: 0px;
	}
	
	.productos-home {
		width: 100%;
	}
	
	.space {
		width: 150px;
		height: 100px;
		padding: 15px;
		margin-top: 60px;
	}
	
	.space .btn-morado {
		width: 150px;
		font-size: 17px;
	}

	.space img {
		margin: auto;
		width: 50px;
	}
	
	.home-prod {
		width: 130px;
		height: 250px;
		padding: 20px;
	}
	
	.home-prod img {
		width: 130px;
	}
	
	.home-prod p {
		width: 120px;
		font-size: 15px;
		padding: 5px;
	}
	
	.boton-home {
		width: 120px;
		padding: 0px;
		margin: auto;
	}
	
	.boton-home img {
		display: inline-block;
		width: 80px;
		margin: 0px 20px;
	}
	
	#header-bn {
		height: 100px;
		margin-top: 0px;
	}
	
	.navegacion {
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}

	.logo {
		width: 150px;
		padding: 10px;
		margin: auto;
		float: inherit;
	}
	
	.menu-home {
		display: none;
	}

	.menu {
		display: none;
	}

	#menu2{
		display: inherit;
	}
	
	#menu2-home{
		display: inherit;
	}
	
	.contenido-hd {
		width: 90%;
	}

	.contenido-hd h1 {
		font-size: 32px;
	}

	.contenido-hd  h2 {
		font-size: 20px;
	}
	
	/* servicios encabezado*/
	.encabezado {
		height: 100%;
	}

	.encabezado img {
		width:  100%;
	}

	.subencabezados {
		font-size: 22px;
	}

	.titulares {
		text-align: center;
		width: 100%;
		margin: auto;
		margin-right: 0;
	}

	.titulares h1 {
		font-size: 34px;
	}
	.titulares h2 {
		font-size: 24px;	
	}
	
	/* página servicios */
	.cuerpo {
		width:80%;
		padding: 5px;
		margin: auto;
	}
	
	.producto {
		text-align: center;
	}

	.descripcion {
		width: 100%;
		display: inline-block;
	}

	.descripcion h4 {
		font-size: 28px;
		padding: 10px;
	}

	.descripcion p {
		font-size: 18px;
		padding: 10px;
	}

	.descripcion a {
		float: none;
	}

	.pro-img {
		width: 100%;
		margin: auto;
		text-align: center;
		padding: 20px 0px;
	}
	
	.pro-img img {
		width: 120px;
	}
	
	.acordeon {
		padding: 10px;
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
		font-size: 15px;
	}

	.acor-der {
		float:none;
	}

	/* banner rosa */
	.cotizar {
		width: 100%;
		height: 200px;
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.txt_rosa {
		font-size: 20px;
		padding-top: 60px;
	}
	
	/* página aliados*/

	.aliados-txt {
		width: 100%;
		padding: 20px;
	}

	.aliados-txt p {
		font-size: 15px;
		width: 100%;
	}

	.img-aliados {
		text-align: center;
		width: 100%;
		padding: 20px;
		margin: auto;
	}

	.sis-aliados {
		width: 100%;
		padding: 20px;
	}

	.sis-aliados p {
		font-size: 15px;
	}

	.beneficios-al {
		width: 100%;
		padding: 20px;
	}

	.beneficios-al h3 {
		font-size: 20px;
	}

	.beneficios-al li {
		font-size: 16px;
	}

	.img-beneficios {
		text-align: center;
		width: 100%;
		display: inline-block;
		padding: 20px;
		margin: auto;
	}

	/* página nosotros */
	.titular-sop {
		width: 90%;
		padding: 0px 20px;
	}

	.titular-sop h1 {
		font-size: 42px;
	}

	.titular-sop h2 {
		font-size: 30px;
	}

	/* estilo del parallax */
	.contenedor {
		max-width: 900px;
		min-width: 450px;
		width: 100%;
		margin: auto;
		height: 620px;
	}

	.parallax {
		padding: 15%;
		background: transparent;
		height: 620px;
	}

	.contenido {
		width: 80%;
		height: 250px;
		display: inline-block;
		margin: 20px;
		padding: 20px;
	}

	.contenido h3 {
		font-size: 24px;
	}

	.contenido p {
		font-size: 15px;
	}
	
	.mision {
		float: none;
	}
	
	.vision {
		float: none;
	}

	/* página nosotros */
	
	#certificaciones {
		margin-top: 250px;
	}
	
	.experiencia {
		text-align: center;
		width: 90%;
		margin: auto;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	/*eventos*/
	.contenido-banner {
		width: 80%;
	}

	.contenido-banner h1 {
		font-size: 36px;
	}

	.contenido-banner h2 {
		font-size: 24px;
	}
	
	/* videos */
	.seccion-video {
		font-size: 36px;
	}

	.videos {
		width: 90%;
		margin: auto;
		margin-left: 0px;
	}

	.cuadro-video {
		padding: 10px;
	}

	/* reunion anual */
	.info-rau {
		width: 90%;
		margin-left: 0px;
		text-align: center;
	}

	.texto-rau {
		text-align: center;
		width: 90%;
	}

	.texto-rau h3 {
		font-size: 30px;
	}

	.texto-rau h4 {
		font-size: 26px;
	}

	.texto-rau p {
		font-size: 15px;
	}
	
	.img-rau img {
		width: 80%;
	}
	
	.container {
		display: none;
	}
	
	.rau {
		display: inline-block;
		width: 100%;
		padding: 10px;
	}
	
	/* contacto */
	.txt-contacto {
		text-align: center;
		width: 90%;
		margin-left: 0px;
		margin: auto;
		font-size: 15px;
	}

	/* mapa */
	.mapa {
		text-align: center;
		display: inline-block;
		margin: auto;
	}

	/* formulario de contacto */
	form {
		align-content: center;
		text-align: center;
		width: 100%;
		margin: auto;
		font-size: 15px;
	}

	#nombre, #correo, #tel, #empresa {
		text-align: center;
		width: 80%;
	}

	#comentario {
		text-align: center;
		width: 80%;
	}
	
	form a {
		margin: auto;
		margin-left: 0px;
	}
	
	.button {
		margin-left: 0px;
	}

	/* apartado sucursales */
	.sucursales {
		margin-left: 0px;
	}

	.sucursal {
		font-size: 15px;
	}
	
	/* página soporte */
	.soporte {
		width: 100%;
		margin-left: 0px;
	}
	
	.soporte div {
		text-align: center;
	}

	/* columnas de soporte */
	.soporte img {
		display: inline-block;
		margin: auto;
		text-align: center;
	}

	.img-soporte {
		width: 100%;
		display: inline-block;
		margin: auto;
		text-align: center;
	}

	/* cuadro con enlaces */
	.cuadro-aranda {
		width: 100%;
		text-align: center;
		margin: 0px;
	}

	.aranda {
		width: 90%;
		margin-left: 0px;
	}

	.aranda h3 {
		font-size: 36px;
	}

	.aranda p {
		font-size: 16px;
	}

	/* coadro de polizas-soporte */
	.polizas {
		width:100%;
		font-size: 20px;
		padding: 0px;
	}

	/* página de novedades-cuadros de texto */

	.encabezado-novedades img {
		width: 100%;
		text-align: center;
	}


	.fecha {
		margin-top: 0px;
		width: 100%;
		font-size: 26px;
		padding: 10px;
		margin-left: 0px;
	}

	.noticia {
		width: 100%;
		font-size: 36px;
		text-align: center;
	}

	.info-noticia {
		width: 100%;
		font-size: 16px;
		margin-left: 0px;
	}
	
	/* Footer de la página */
	#footer {
		height: 300px;
	}

	#cuerpo-footer {
		text-align: center;
	}
	
	#footer-sat {
		width: 100%;	
	}

	#copyrigth {
		display: inline-block;
		width: 100%;
		font-size: 12px;
		padding: 5px 0px;
	}

	/* redes sociales en footer */
	#redes {
		width: 100%;
		height: 80px;
		text-align: center;
	}
	
	#iconos-redes img {
		width: 50%;
	}

	#redes li {
		padding: 5px;
	}
	
	/* aviso de privacidad */
	#aviso-privacidad {
		text-align: center;
		font-size: 9px;
	}

	#aviso-privacidad a {
		font-size: 10px;
	}
	
	/*carta porte*/
	.encabezado-cartaPorte {
		height: 1300px;
	}
	
	.contenido-cp h1 {
		font-size: 42px;
	}

	.contenido-cp  h2 {
		font-size: 30px;
	}

	.contenido-cp  h3 {
		font-size: 18px;
	}
	
	.txt-cartaPorte {
		text-align: center;
		width: 100%;
		float: none;
		margin-top: -100px;
	}

	.form-cartaporte {
		width: 90%;
		float: none;
		margin-top: 50px;
	}

	.form-cartaporte1 {
		width: 90%;
		height: 450px;
		float: none;
		margin-top: 0px;
	}
	
	.encabezado-cpbajo {
		height: 500px;
		margin-top: 50px;
	}
	
	.faqs-cp {
		height: 200px; 
	}
	
	.img-cp {
		width: 80%;
	}

	
	/*servicios especializados*/
	.encabezado-se{
		height: 1000px;
	}
	
	.faqs-se {
		height: 150px; 
	}
	
	.encabezado-sebajo {
		margin: auto;
		width: 90%;
		height: 650px;
	}
	
	.contenido-se {
		margin: auto;
		margin-top: 150px;
		font-size: 18px;
	}
	
	.se-imagen {
		margin-top: -100px;
		text-align: center;
		width: 90%;
		float: none;
	}
	
	.se-imagen img{
		height: 250px;
	}

}


@media (max-width:900px){
	.home-rau {
		height: 300px; 
	}
}

@media (max-width:850px){
	
	.space {
		width: 100%;
		height: 30px;
		padding: 15px;
		margin-top: 0px;
	}
	
	.space .btn-morado {
		width: 150px;
		font-size: 17px;
	}

	.space img {
		display: none;
	}
	
	.button-rau {
		margin: 10px;
		padding: 5px;
		font-size: 16px;
	}
	
	/*carta porte*/
	.encabezado-cartaPorte {
		height: 1300px;
	}
	
	.form-cartaporte {
		width: 80%;
		margin-top: 50px;
		height: 750px;
	}
	
	.img-cp img, .txt-cartaPorte img, .se-imagen img{
		width: 80%;
		height: auto;
	}
	
	.encabezado-cpbajo {
		height: 600px;
	}
	
	.encabezado-se{
		height: 1150px;
	}
	
	.form-cartaporte1 {
		width: 80%;
		height: 600px;
	}
	
	.encabezado-sebajo {
		height: 700px;
	}
	
	.se-imagen {
		margin-top: -50px;
	}
	
	.home-rau {
		height: 400px; 
	}
	
	.txt_home-rau {
		width: 100%;
	}
	
	.txt_home-rau img {
		float: none;
	}
	
}

@media (max-width:550px){
	
	/*carta porte*/
	.encabezado-cartaPorte {
		height: 1500px;
	}
	
	.form-cartaporte {
		width: 80%;
		margin-top: 50px;
		height: 700px;
	}
	
	#certificaciones {
		margin-top: 150px;
	}
	
	.encabezado-sebajo {
		height: 900px;
	}
	
	.se-imagen {
		margin-top: 0px;
	}
	
	.home-rau {
		height: 450px; 
	}
}