@font-face {
    font-family: "OpenSans-Bold";
    src: url('fuentes/OpenSans-Bold.ttf') format("truetype");
}
@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url('fuentes/OpenSans-ExtraBold.ttf') format("truetype");
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url('fuentes/OpenSans-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "OpenSans-SemiBold";
    src: url('fuentes/OpenSans-SemiBold.ttf') format("truetype");
}
@font-face {
    font-family: "OpenSans-Medium";
    src: url('fuentes/OpenSans-Medium.ttf') format("truetype");
}
* {
	margin:0;
	padding:0;
}
body {
	background:url(../images/fondo_cuadrado-min.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	/*background-attachment: fixed;*/
}
/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
header {
	width:100%;
	height:auto;
	background-color: #FFFFFF;
	-webkit-transition: all ease .5s; 
	-o-transition: all ease .5s; 
	transition: all ease .5s; 
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:65px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
	padding-top: 10px;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
	background-color:#fff;
}

.my-float{
	margin-top:16px;
	border-width: 0 0 0 0;
	padding: 0 0 0 1px;
}
.social3 {
	position: fixed; 
	top: 70vh; 
	z-index: 2000; 
}
.social3 ul {
	list-style: none;
	margin-top:5%;
} 
.social3 ul li a {
	display: inline-block;
	color:#fff;
	background: #000;
	padding: 8px 6px 8px 6px;
	font-size:18px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; 
}
 
.social3 ul li .texto-vertical-2 {
	background:#000000;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	font-family: "Oswald-Regular";
}
.social3 ul li a:hover {
	background: #ffffff; 
	padding: 8px 6px 8px 6px;
	color: #000000;
}
.nc {
	width:100%;
	background-color: #4D4D4D;
	font-family: "OpenSans-Regular";
	color: #ffffff;
}
.nc-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
  	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	text-align: right;
}
.nc p {
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#etimail {
	width: 180px;
	margin-right: 1%;
}
#etimail2 {
	width: 200px;
}
.h-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
  	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	
}
.h_logo {
	width:45%;
	height:auto;
}
#logomin {
	width: 30%;
	height: auto;
	padding: 1%;
}
.h_menu {
	width:55%;
	height:auto;
	color: #FFFFFF;

}
.menu_movil {
	font-family: "OpenSans-Bold";
	text-align: center;
}
.m-info {
	width:100%;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	font-family: "OpenSans-SemiBold";
	z-index: 5;
	position: relative;
	
}
.txt-contacto {
	font-size: 12px !important;
	margin-right: 4%;
}
.m-info .icon-facebook {background:#3A559F; color: #FFFFFF; padding: 4px 5px; }
.m-info .icon-mobile {color:#33348A; font-size: 20px;}
.m-info a:hover {
	background: #000; 
	padding: 4px 5px; 
}
.m-contenedor {
	width:100%;
	max-width:1200px;
	margin: 0 auto;
	color: #FFFFFF;
	/*text-shadow: 0.1px 5px 10px #27477C;*/
	display: flex;
  	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.menuespacio {
	width: 10%;
}
.menusinespacio {
	width: 100%;
}
.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}
ul.nav {
	width:100%;
	list-style: none; /* esto elimina el marcador de lista */
	 /* esto crea el borde superior de los vínculos (los demás se sitúan usando un borde inferior en el LI) */
	margin-bottom: 0px; /* esto crea el espacio entre la navegación en el contenido situado debajo */
	font-family: "OpenSans-Regular";
	color: #FFFFFF;
	margin-top: 5%;
	/*margin-left: 19%;*/
}
ul.nav ul /* Para todos los ul debajo del ul.menu */
{
	position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
  	left:0px; /* Para que no monte sobre el <li> */
	/*top:65px;*/
	display:none;
 	list-style:none;
	z-index:5;
	color: #FFFFFF;
	
}
ul.nav li:hover > ul
{
    display:block;
}
ul.nav li {
	text-align:center;
	position:relative; 
	padding:1px;
	float:left;
	width:20%;
	color: #FFFFFF;
	 /* esto crea la separación de los botones */
}
ul.nav li li{
	width: 150px;
	color: #FFFFFF;
}
ul.nav li li a, ul.nav li li a:visited {
	background:#FFFFFF;
	padding: 7% 5% 7% 5%;
	font-size:13px;
}
ul.nav li li a:hover, ul.nav li li a:active, ul.nav li li a:focus {
	color:#FFFFFF;
	background:#80161b;
}
ul.nav a, ul.nav a:visited { /* al agrupar estos selectores, se asegurará de que los vínculos mantengan el aspecto de botón incluso después de haber sido visitados */
	padding: 7% 5% 7% 5%;
	display: block; /* esto da al anclaje propiedades de bloque, de manera que llene todo el LI en el que está contenido para que toda el área reaccione a un clic de ratón. */
	color: #4D4D4D;
	font-size:13px;
	text-decoration: none;
}
.navbold a {
	color: #80161B;
	font-family: "OpenSans-Bold";
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* esto cambia el color de fondo y del texto tanto para usuarios que naveguen con ratón como para los que lo hagan con teclado */
	color: #80161B;
	/*text-decoration: underline;*/
	text-underline-position: under;
	font-family: "OpenSans-Bold";
	/*text-shadow: 0px 0px 0px #27477C;*/
}

#menu_contacto {
	background-color: #80161B; 
	width: 100%; 
	color: #ffffff; 
	border-radius: 40px 40px 40px 40px; 
	-moz-border-radius: 40px 40px 40px 40px; 
	-webkit-border-radius: 40px 40px 40px 40px;
}

#menu_contacto:hover {
	padding: 7% 0px 7% 0px;
	margin-top: 0px;
}
/*********/
.abslider {
	width:100%;
	padding: 0;
	float:left;
}
#slider1_container {
	position: relative; 
	margin: 0 auto;
    top: 0px; 
	left: 0px; 
	width: 1920px; 
	height: 720px; 
	overflow: hidden;
}
#loading {
	position: absolute; 
	top: 0px; 
	left: 0px;
}
#loading2 {
	filter: alpha(opacity=70); 
	opacity: 0.7; 
	position: absolute; 
	display: block;
    top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}
#loading3 {
	position: absolute; 
	display: block; 
	background: url(../images/loading.gif) no-repeat center center;
    top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}
#slides {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1920px;
    height: 720px; 
	overflow: hidden;
}
#caption {
	position: absolute; 
	width: 445px; 
	height: 300px; 
	top: 100px; 
	left: 600px;
	color: #ffffff;
}
#phone {
	position: absolute; 
	width: 445px; 
	height: 300px; 
	top: 0px; 
	left: 0px;
}
#img_caption {
	position: absolute; 
	width: 102px; 
	height: 78px; 
	top: 70px; 
	left: 130px;
}
#text {
	position: absolute; 
	width: 80px; 
	height: 53px; 
	top: 153px; 
	left: 163px;
}
#fruit {
	position: absolute; 
	width: 140px; 
	height: 90px; 
	top: 60px; 
	left: 220px;
}
#navigator {
	position: absolute; 
	width: 200px; 
	height: 155px; 
	top: 57px; 
	left: 121px; 
}
#caption2 {
	position: absolute; 
	width: 700px; 
	height: auto; 
	top: 50px; 
	left: 130px;
	color: #ffffff;
}
#caption2 h2 {
	margin-left: 15%;
	font-family: "OpenSans-Regular";
}
#caption2 h1 {
	margin-left: 15%;
	margin-top: 7%;
	font-family: "OpenSans-Bold";
	font-size: 45px;
}
#caption2 h1 span {
	font-family: "OpenSans-Regular";
	font-size: 35px;
}
.hgslider {
	font-size: 65px !important;
	margin-top: 25% !important;
}
.hngslider {
	margin-top: 0px !important;
}
#caption2 a {
	color: #ffffff;
}
#caption2 p {
	font-family: "OpenSans-Regular";
	margin-left: 15%;
	font-size: 20px;
}
#caption2 .icon-arrow-right2 {
	font-size: 14px;
	margin-top: 20%;
}
#btn-mas {
	width:198px;
	border: 1px solid #ffffff;
	z-index:1;
	color:#ffffff;
	font-family: "OpenSans-SemiBold";
	font-size:20px;
	padding-top: 7px;
  	padding-right: 0px;
  	padding-bottom: 7px;
  	padding-left: 0px;
	margin-top:5%;
	transition: all 500ms ease;
	text-align:center;
	margin-left:15%;
}
#btn-mas:hover {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #80161B;
}
.slider-linea {
	width: 35%;
	height: 2px;
	background-color: #ffffff;
	margin-left: 15%;
	margin-top: 1%;
}
#caption2_img {
	position: absolute; 
	width: 470px; 
	height: 220px; 
	top: 0px; 
	left: 0px;
}
#caption2_img1 {
	position: absolute; 
	width: 379px; 
	height: 213px; 
	top: 4px; 
	left: 45px;
}
#caption2_img2 {
	position: absolute; 
	width: 379px; 
	height: 213px; 
	top: 4px; 
	left: 45px;
}
#caption2_img_point {
	position: absolute; 
	width: 257px; 
	height: 300px; 
	top: 80px; 
	left: 200px;
}
#caption2_nav_horizontal {
	position: absolute; 
	width: 379px; 
	height: 213px; 
	top: 4px; 
	left: 45px;
}
#titulo {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 30px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 60px; 
	text-transform: uppercase; 
	font-size: 50px;
    color: #FFFFFF;
}
#titulo2 {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 30px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 60px; 
	text-transform: uppercase; 
	font-size: 50px;
    color: #FFFFFF;
}
#titulo3 {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 30px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 60px; 
	text-transform: uppercase; 
	font-size: 50px;
    color: #FFFFFF;
}
#leyenda {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 300px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 36px; 
	font-size: 30px;
    color: #FFFFFF;
}
#leyenda2 {
	position: absolute; 
	width: 640px; 
	height: 144px; 
	top: 308px; 
	left: 274px; 
	padding: 5px;
    text-align: left; 
	line-height: 36px; 
	font-size: 50px;
    color: #FFFFFF;
}
#leyenda3 {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 300px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 36px; 
	font-size: 30px;
    color: #FFFFFF;
}
#leyenda4 {
	position: absolute; 
	width: 683px; 
	height: 75px; 
	top: 179px; 
	left: 875px; 
	padding: 5px;
    text-align: left; 
	line-height: 36px; 
	font-size: 50px;
    color: #FFFFFF;
}
/*Bullet Navigator Skin Begin -->
             jssor slider bullet navigator skin 21 css */
            /*
            .jssorb21 div           (normal)
            .jssorb21 div:hover     (normal mouseover)
            .jssorb21 .av           (active)
            .jssorb21 .av:hover     (active mouseover)
            .jssorb21 .dn           (mousedown)
            */
            .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
            {
                background: url(../images/b21.png) no-repeat;
                overflow:hidden;
                cursor: pointer;
            }
            .jssorb21 div { background-position: -5px -5px; }
            .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
            .jssorb21 .av { background-position: -65px -5px; }
            .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }


/*Arrow Navigator Skin Begin -->
             jssor slider arrow navigator skin 21 css */
            /*
            .jssora21l              (normal)
            .jssora21r              (normal)
            .jssora21l:hover        (normal mouseover)
            .jssora21r:hover        (normal mouseover)
            .jssora21ldn            (mousedown)
            .jssora21rdn            (mousedown)
            */
            .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(../images/a21.png) center center no-repeat;
                overflow: hidden;
            }
            .jssora21l { background-position: -3px -33px; }
            .jssora21r { background-position: -63px -33px; }
            .jssora21l:hover { background-position: -123px -33px; }
            .jssora21r:hover { background-position: -183px -33px; }
            .jssora21ldn { background-position: -243px -33px; }
            .jssora21rdn { background-position: -303px -33px; }			
			
#jssorb21 {
	position: absolute; 
	bottom: 26px; 
	left: 6px;
}
#prototype {
	POSITION: absolute; 
	WIDTH: 19px; 
	HEIGHT: 19px; 
	text-align:center; 
	line-height:19px; 
	color:White; 
	font-size:12px;
	margin-top:-30px;
}
/****/

.info-m {
	position:absolute;
	width:100%;
	z-index:2001;
}
.pri-movil {
	width: 100%;
	display: none;
}
#movil {
	width: 100%;
}
.detalle {
	width:100%;
	padding: 0;
	float:left;
}
.d-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	margin-top: 3%;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
}
.d_left {
	width: 50%;
	margin-top: 30px;
}
.d_left p {
	width: 100%;
	font-family: "OpenSans-Regular";
	text-align: justify;
	font-size: 20px;
	color: #4D4D4D;
	padding-right: 10%;
	margin-top: 7%;
}
#local {
	width: 105%;
	height: auto;
	float: right;
	margin-top: 8%;
	position: absolute;
}
#local_movil {
	width: 100%;
	height: auto;
	display: none;
}
.d_right {
	width: 50%;
	margin-top: 30px;
	display: flex;
  	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
#dlogo {
	width: 80%;
}
.dlogo {
	width: 50%;
}
.dtitulo {
	width: 50%;
}
.dcuerpo {
	width: 100%;
	margin-top: 5%;
}
.d_right h1 {
	font-family: "OpenSans-Bold";
	margin-top: 12%;
	color: #00426E;
	margin-left: 20%;
}
.d_right h2 {
	font-family: "OpenSans-Regular";
	margin-top: 22%;
	color: #4D4D4D;
	margin-left: 10%;
}
.d_right h2 span {
	font-family: "OpenSans-Bold";
}
.d_right p {
	width: 100%;
	font-family: "OpenSans-SemiBold";
	text-align: justify;
	font-size: 17px;
	color: #4d4d4d;
	padding-right: 10%;
}
.d_right span {
	font-family: "OpenSans-Bold";
}
.d_h1 {
	margin-left: 0px !important;
	font-family: "OpenSans-Bold" !important;
	color: #80161B !important;

}
#fle_more {
	width: 8%;
	height: auto;
}
.linea {
	width: 30%;
	height: 4px;
	background-color: #80161B;
	margin-left: 10%;
}

.servicios {
	width:100%;
	padding:0;
	float:left;
}
.s-contenedor {
	width:99%;
	max-width:1155px;
	margin: 0 auto;
	margin-top: 2%;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
}
#img_contenedor {
	width: 100%;
}
#img_contenedor_movil {
	width: 100%;
	display: none;
}
.s_encabezado {
	width: 100%;
	text-align: center;
}
.s_encabezado  h1 {
	color: #4D4D4D;
	font-family: "OpenSans-Bold";
	padding-bottom: 2%;
}
.s_encabezado  h2 {
	color: #4D4D4D;
	font-family: "OpenSans-Regular";
}
.s_encabezado  h2 span {
	color: #80161B;
	font-family: "OpenSans-Bold";
	padding-bottom: 2%;
	font-size: 35px;
}
.s_encabezado p {
	color: #333333;
	font-family: "OpenSans-Regular";
	font-size: 17px;
}
.servicio {
	width: 33.3%;
	text-align: center;
	color: #ffffff;
	font-family: "OpenSans-Bold";
	padding-top: 3%;
	padding-bottom: 3%;
}
.ser_a {
	background-color: #9d182b;
}
.ser_b {
	background-color: #80161b;
}
.ser_c {
	background-color: #70161e;
}
.servicio_b {
	width: 40%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #00426E;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
	 color: #FFFFFF;
}
.espacio {
	width: 100%;
	height: 50px;
}
.divclientes {
	width: 20%;
	text-align: center;
}
.servicio_b_left {
	width: 40%;
	font-family: "OpenSans-Bold";
}
.servicio_b_left a {
	color: #FFFFFF;
}
.servicio_b_left a:hover {
	color: #FFFFFF;
}
.servicio_b_left h1 {
	margin-left: 50%;
	margin-top: 15%;
}
.servicio_b_right {
	width: 60%;
}
#div_flecha {
	margin-top: 20%;
}
.icon-arrow-right2 {
	font-size: 30px;
	margin-top: 20%;
}
.iconos {
	width: 100%;
}
.sercuerpo {
	width: 100%;
	padding-bottom: 10%;
	background-color: #ffffff;
}
.sercuerpo:hover {
	background-color: #80161B;
}
.sercuerpo:hover p {
	color: #ffffff;
}
.sercuerpo:hover h1 {
	color: #ffffff;
}
.sercuerpo:hover div {
	background-color: #ffffff;
}
.sercuerpo p {
	color: #4D4D4D;
	font-family: "OpenSans-Regular";
	font-size: 22px;
	line-height: 22px;
	padding-top: 20%;
}
.sercuerpo h1 {
	color: #80161B;
	font-family: "OpenSans-Bold";
}
#btn-informacion {
	width:198px;
	z-index:1;
	color:#ffffff;
	background-color: #4D4D4D;
	font-family: "OpenSans-SemiBold";
	font-size:16px;
	padding-top: 14px;
  	padding-right: 0px;
  	padding-bottom: 14px;
  	padding-left: 0px;
	margin: 0 auto;
	margin-top:35%;
	transition: all 500ms ease;
	text-align:center;
}
.sercuerpo:hover #btn-informacion {
	background-color: #ffffff;
	color: #80161B;
}
.s_estructura {
	width: 100%;
	margin-top: -3%;
}
.estructura_movil {
	width: 100%;
	display: none;
}
#neuma {
	width: 44%;
}
#mecanica {
	width: 35%;
}
#itv {
	width: 35%;
}
#frenos {
	width: 40%;
}
#lavado {
	width: 35%;
}
#direccion {
	width: 40%;
}
.contenedor {
	width:100%;
	padding:0;
	float:left;
}
.c_contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	margin-top: 6%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding-bottom: 4%;
}
.izq_c {
	width: 35%;
}
.izq_ccontenedor {
	width: 100%;
	margin-top: 10%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.izq_c p {
	margin-left: 0px;
	font-family: "OpenSans-SemiBold";
	color: #000000;
	font-size: 18px;

}
.izq_c h1 {
	margin-left: 0px;
	font-family: "OpenSans-Bold";
	color: #80161B;
	margin-top: 12%;
}
.resto_texto {
	width: 35%;
	color: #80161B;
	font-family: "OpenSans-Bold";
}
.resto_texto h2, h3 {
	margin-left: 0;
}
.resto_porciento {
	width: 65%;
}
.resto_porciento h1 {
	font-size: 100px;
	color: #80161B;
	font-family: "OpenSans-Bold";
	margin-top: 0px;
}
.der_c {
	width: 65%;
}
#ctmin {
	width: 100%;
}
#tabla_pc {
	width: 100%;
	margin-top: 5%;
}
#tabla_movil {
	width: 100%;
	margin: 0 auto;
	margin-top: 5%;
	display: none;
}
.tg	{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-top: 7%;
}
.tg td {
	border-color:black;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
.tg th {
	border-color:black;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
}
.tg .tg-0lax {
	vertical-align:middle;
}
.croj {
	background-color: #982529;
	color: #ffffff;
}
.f_croj {
	font-family: "OpenSans-Bold";
	font-size: 20px;
	padding-left: 2% !important;
}
.p_croj {
	font-family: "OpenSans-Bold";
	font-size: 16px;
	padding-left: 2% !important;
}
.pi_croj {
	font-family: "OpenSans-SemiBold";
	font-size: 26px;
	text-align: center;
}
.pd_croj {
	font-family: "OpenSans-SemiBold";
	font-size: 26px;
	text-align: right;
	padding-right: 2.5% !important;
}
.cplo {
	background-color: #979596;
	color: #ffffff;
	font-family: "OpenSans-Bold";
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cwhite {
	color: #000000;
	font-family: "OpenSans-Bold";
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fwhite {
	color: #000000;
	font-family: "OpenSans-SemiBold";
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 26px;
}
.fwhite span {
	font-size: 17px;
}
.h_croj {
	font-family: "OpenSans-Bold";
	font-size: 28px;
	text-align: center;
}
.caracteristicas {
	width: 33.3%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	margin-top: 5%;
}
.ico-caracteristicas {
	width: 40%;
	text-align: right;
}
.centro-caracteristicas {
	width: 1%;
}
.barra-caracteristica {
	width: 2px;
	height: 34px;
	background-color: #000000;
	margin-top: 7px;
}
.ico-caract {
	width: 35px;
	height: 35px;
	margin-top: 7px;
	margin-right: 10%;
}
.des-caracteristicas {
	width: 59%;
	font-family: "OpenSans-SemiBold";
}
.des-caracteristicas p {
	margin-left: 7%;
}
.tit-diseno {
	width: 100%;
	text-align: center;
	margin-top: 7%;
	padding-bottom: 4%;
}
.tit-diseno h1 {
	font-family: "OpenSans-Bold";
	color: #80161b;
}
.tit-diseno h3 {
	font-family: "OpenSans-SemiBold";
	color: #4d4d4d;
}
.ficha {
	width: 25%;
	background-color: #80161b;
	padding-bottom: 4%;
}
.ico-vivienda {
	width: 30%;
	margin-top: 15%;
	margin-left: 10%;
}
.ficha h1 {
	font-family: "OpenSans-Bold";
	color: #ffffff;
	margin-top: 10%;
	margin-left: 10%;
}
.ficha p {
	font-family: "OpenSans-SemiBold";
	color: #ffffff;
	margin-top: 5%;
	margin-left: 10%;
	width: 85%;
}
#btn-ver {
	width:158px;
	border: 1px solid #ffffff;
	z-index:1;
	color:#ffffff;
	font-family: "OpenSans-Medium";
	font-size:20px;
	padding-top: 7px;
  	padding-right: 0px;
  	padding-bottom: 7px;
  	padding-left: 0px;
	margin-top:10%;
	transition: all 500ms ease;
	text-align:center;
	margin-left:35%;
}
#btn-ver:hover {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #80161B;
}
.mosaico {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	margin-top: 4%;
}
.s-mosaico {
	width: 25%;
}
.l-mosaico {
	width: 50%;
}
.img-mosaico {
	width: 100%;
}
.ficha-serv {
	width: 25%;
	text-align: center;
}
.ico-serv {
	width: 30%;
}
.ficha-serv h3 {
	margin-top: 5%;
	color: #333333;
	font-family: "OpenSans-SemiBold";
}

.promociones {
	width:100%;
	padding:0;
	float:left;
}
.p-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	margin-top: 2%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding-bottom: 4%;
}
.p_contenedor_b {
	width:100%;
	max-width:1920px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding-bottom: 4%;
}
.p_leyenda {
	width: 100%;
	background-color: #00426E;
}
.p_texto {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
}
.p_leyenda p {
	color: #FFFFFF;
	text-align: justify;
	font-family: "OpenSans-Regular";
	font-size: 22px;
	margin-top: 1%;
}
.p_leyenda span {
	font-family: "OpenSans-Bold";
}
.p-contenedor h1 {
	color: #80161B;
	font-family: "OpenSans-Bold";
	margin-top: 3%;
}
.p-contenedor p {
	color: #4D4D4D;
	font-family: "OpenSans-Regular";
	font-size: 20px;
	margin-top: 1%;
}
.p-contenedor p span {
	font-family: "OpenSans-Bold";
}
.separador {
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #80161B;
	text-align: center;
	color: #ffffff;
	font-family: "OpenSans-SemiBold";
}
#btn-contacto {
	width:188px;
	border: 1px solid #80161b;
	z-index:1;
	color:#80161b;
	background-color: #ffffff;
	font-family: "OpenSans-Bold";
	font-size:20px;
	padding-top: 7px;
  	padding-right: 0px;
  	padding-bottom: 7px;
  	padding-left: 0px;
	margin-top:10%;
	transition: all 500ms ease;
	text-align:center;
	margin: 0 auto;
	margin-top: 2%;
}
#btn-contacto:hover {
	border: 1px solid #ffffff;
	background: #80161B;
	color: #ffffff;
}
#banner {
	width: 100%;
	height: auto;
}
#prom1 {
	font-family: "OpenSans-Bold";
}
#prom2 {
	font-family: "OpenSans-Regular";
}
.p_encabezado_b {
	width: 25%;
}
.p_encabezado {
	width: 75%;
	text-align: left;
}
.linea2 {
	width: 270px;
	height: 2px;
	background-color: #4D4D4D;
	margin: 0 auto;
}
.gal_cupon {
	width: 100%;
}
.gal_cupon_b {
	width: 100%;
	display: none;
}
/*****/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto;  }
.flex-container a:active,
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:92%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(../images/next.png) no-repeat center; bottom:0px; right: 88.5%; }
.flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;bottom:0px;}
.flex-direction-nav li a.next:hover {background:url(../images/next_a.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(../images/prev_a.png) no-repeat center;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
.slider_container{ width:100%; margin:0 0 0 0; clear:both; background:none; padding: 0 0 0 0;}
.flexslider {width: 100%; margin: 0; padding:0 0 30px 0;background:none;}
.flex-direction-nav {margin: 0; padding: 0; list-style: none; margin-top: -5%;} 
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:92; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(../images/next.png) no-repeat center; bottom:0px; right: 85.5%;}
.flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;bottom:0px;}
.flex-caption { display:none;}
}
@media screen and (max-width: 480px) {
	.slider_container{ width:100%; margin:0 0 0 0; clear:both; background:none; padding: 0 0 0 0;}
	.flexslider {width: 100%; margin: 0; padding:0 0 30px 0;background:none;}
	.flex-direction-nav {margin: 0; padding: 0; list-style: none; margin-top: -9%;} 
	.flex-direction-nav li a {width:34px; height:35px; margin:0; display: block; position: absolute; right:92; cursor: pointer; text-indent: -9999px;}
	.flex-direction-nav li a.next {background:url(../images/next.png) no-repeat center; bottom:0px; right: 82.5%;}
	.flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;bottom:0px;}
	.flex-caption { display:none;}
	}
/*****/



.clientes {
	width:100%;
	padding:0;
	float:left;
}
.c-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	margin-top: 2%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding-bottom: 4%;
}
.cleft {
	width: 50%;	
}
.cleft p {
	width: 90%;
	text-align: justify;
}
#pcliente1 {
	margin-top: 10%;
}
.cright {
	width: 50%;
	text-align: right;
}
#clientes {
	width: 90%;
}
.c-contenedor h1 {
	color: #00426E;
	font-family: "OpenSans-Bold";
}
#subh1 {
	font-family: "OpenSans-Regular";
}
.c_encabezado {
	width: 100%;
}
.ctotal {
	width: 100%;
	margin-top: 7%;
}
.linea3 {
	width: 250px;
	height: 2px;
	margin: 0 auto;
	background-color: #00426E;
}

.marcas {
	width:100%;
	padding:0;
	float:left;
}
.mar-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	margin-top: 2%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding-bottom: 4%;
}
.mar_encabezado {
	width: 100%;
	text-align: center;
}
.mar-contenedor h1 {
	color: #00426E;
	font-family: "OpenSans-Bold";
	margin: 0 auto;
}
.mar_encabezado p {
	width: 60%;
	margin: 0 auto;
	margin-top: 2%;
}

#demos {
	margin-top: 5%;
}
.mapa {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
#mapa {
	width:100%;
	height:700px;
	display:block;
	margin:0 auto;
}
footer {
	width:100%;
	height:auto;
	float:left;
	background-color:#333333;
}
.f-contenedor {
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
	padding-bottom:2%;
}
.f-empresas {
	width:35%;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
}
.f-logo-p {
	width:100%;
}
#logo-footer-min {
	margin-top:13%;
	margin-left:10%;
}
.f-logo-p p {
	color:#ffffff;
	font-family: "Oswald-Regular";
	font-size:13px;
	margin-left:10%;
	margin-top: 3%;
}
.f-logo-s {
	width:25%;
	padding-left:1%;
}
.f-info {
	width:42%;
	color:#ffffff;
}
.f-border {
	margin-top:8%;
	border-right:0px solid white;
	margin-bottom: 5px !important;
}
.f-border p {
	width: 80%;
	margin-bottom: 5px !important;
}
#t-info {
	font-family: "Roboto-Medium";
	margin-left:5%;
}
.txt-info {
	font-family: "OpenSans-SemiBold";
	margin-top:0%;
	font-size:16px;
}
.txt-info-regular {
	font-family: "OpenSans-Regular";
	font-size: 13px;
}
.txt-info-regular-b {
	font-family: "OpenSans-Regular";
}
.txt-info span {
	font-family: "OpenSans-Bold";
	font-size:16px;
}
.f-enlaces {
	width:22.5%;
	color:#ffffff;
}
#t-enlaces {
	font-family: "OpenSans-Bold";
	margin-left:5%;
}
.txt-enlaces {
	font-family: "OpenSans-Regular";
	margin-top:5%;
	font-size:12px;
	margin-left:5%;
}
.txt-enlaces a {
	outline: none;
	color: #ffffff;
	text-decoration: none;
}

.txt-enlaces a:hover, .txt-enlaces a:focus {
	color: #528cb3;
}

.f-mas {
	width:23%;
	color:#FFFFFF;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.t-mas {
	width: 100%;
}
#t-mas {
	font-family: "OpenSans-Bold";
	margin-top:16%;
	padding-bottom: 0px;
	font-size: 16px;
}
.social {
	width: 50%;
}
.social ul {
	list-style: none;
	margin-top:1%;
}
.social ul li {
	display:inline;
	margin-left:2%;
	padding-right: 5%; 
} 
.social ul li a {
	display: inline-block;
	color:#fff;
	background: #000;
	padding: 10px 10px;
	font-size:24px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; 
	border-radius: 23px 23px 23px 23px; 
	-moz-border-radius: 23px 23px 23px 23px; 
	-webkit-border-radius: 23px 23px 23px 23px; 
}
 
.social ul li .icon-facebook {background:#ffffff; color: #80161B;}
.social ul li .icon-twitter {background:#55aaec;}
.social ul li .icon-instagram {background:#ffffff; color: #80161B;}
.social ul li .icon-mail3 {background:#808080;}
.social ul li .icon-youtube {background:#c4302b;} 
.social ul li a:hover {
	background: #000; 
	padding: 10px 10px; 
}

.social2 {
	position: fixed; 
	right: 0; 
	top: 30vh; 
	z-index: 2000; 
}
.social2 ul {
	list-style: none;
	margin-top:5%;
} 
.social2 ul li a {
	display: inline-block;
	color:#fff;
	background: #000;
	padding: 10px 10px;
	font-size:18px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; 
}
 
.social2 ul li .icon-facebook {background:#3b5998;}
.social2 ul li .icon-twitter {background:#55aaec;}
.social2 ul li .icon-instagram {background:#bc2a8d;}
.social2 ul li .icon-mail3 {background:#808080;}
.social2 ul li .icon-youtube {background:#c4302b;} 
.social2 ul li a:hover {
	background: #000; 
	padding: 10px 10px; 
}

.book {
	width: 50%;
}
#book {
	width: 100%;
	max-width: 82px;
}
.grupo {
	width: 100%;
}
#logogrupo {
	width: 100%;
	max-width: 140px;
	margin-top: 0px;
}
.ir-arriba {
	display:none;
	padding:15px;
	background:#ffffff;
	font-size:15px;
	color:#4D4D4D;
	cursor:pointer;
	position: fixed;
	bottom:15px;
	right:15px;
}
#custom_html-4 {
	width: 100%;
}
#custom_html-3 {
	width: 100%;
}
#custom_html-2 {
	width: 100%;
}
.custom-html-widget {
	width: 100%;
}

@media screen and (max-width:1209px) {
	.h_logo {
		width:35%;
	}
	.h_menu {
		width:65%;
	
	}
	#logomin {
		width: 45%;
	}
	
}
@media screen and (max-width:1024px) {
	.i-left p {
		font-family: "Roboto";
		margin-left:5%;
		font-size:12px;
		width:90%;
		text-align:justify;
	}
	
}
@media screen and (max-width:820px) {
	.social3 {
		top: 20vh; 
	}
	.d-contenedor {
		width:100%;
	}
	.d_h1 {
		margin-left: 0px !important;
		font-family: "OpenSans-Bold" !important;
		color: #80161B !important;
		margin-left: 10% !important;	
	}
	.izq_c {
		width: 45%;
	}
	.izq_c p {
		font-size: 14px;
	
	}
	.izq_c h1 {
		font-size: 22px;
	}
	.resto_texto h2, h3 {
		margin-left: 0;
		font-size: 17px;
	}
	.resto_texto h3 {
		margin-left: 0;
		font-size: 14px;
	}
	.resto_porciento h1 {
		font-size: 70px;
		color: #80161B;
		font-family: "OpenSans-Bold";
		margin-top: -10px;
	}
	#tabla_pc {
		display: none;
	}
	#tabla_movil {
		display: block;
	}
	.der_c {
		width: 55%;
	}
	.tit-diseno {
		text-align: left;
	}
	.ficha {
		width: 50%;
		background-color: #80161b;
		padding-bottom: 4%;
	}
	.fo1 { order: 1;}
	.fo2 { order: 2;}
	.fo3 { order: 5;}
	.fo4 { order: 6;}
	.fo5 { order: 3;}
	.fo6 { order: 4;}
	.fo7 { order: 7;}
	.fo8 { order: 8;}
	.olvidar {
		display: none;
	}
	.s-mosaico {
		width: 50%;
	}
	.l-mosaico {
		width: 100%;
	}
	.p_encabezado_b {
		width: 30%;
	}
	.p_encabezado {
		width: 70%;
		text-align: left;
	}
	.separador h2 {
		width: 90%;
		font-size: 18px;
		margin: 0 auto;
	}
	#btn-contacto {
		font-size:18px;
		margin-top: 4%;
	}
	#local {
		display: none;
	}
	#local_movil {
		display: block;
	}
	
	.d_right h1 {
		margin-top: 4%;
		margin-left: 10%;
		font-size: 26px;
	}
	.d_right h2 {
		color: #4D4D4D;
		margin-left: 10%;
		font-size: 22px;
	}
	.d_right p {
		width: 90%;
		margin-left: 10%;
		padding-right: 10%;
		font-size: 18px;
	}
	.linea {
		margin-left: 10%;
	}
	.servicio_b {
		width: 66.6%;
	}
	.p_texto {
		width:90%;
		padding-top: 3%;
		padding-bottom: 2%;
	}
	.cleft {
		width: 100%;	
	}
	.cleft p {
		width: 90%;
		margin-left: 4%;
		text-align: justify;
	}
	#pcliente1 {
		margin-top: 4%;
	}
	.c-contenedor h1 {
		margin-left: 4%;
	}
	.cright {
		width: 100%;
		text-align: center;
	}
	.mar_encabezado p {
		width: 80%;
		margin: 0 auto;
		margin-top: 2%;
	}
	#mapa {
		height:500px;
	}
	.f-empresas {
		width:50%;
	}
	.f-logo-p p {
		width: 70%;
	}
	.f-info {
		width:50%;
	}
	.f-mas {
		width:100%;
	}
	#t-mas {
		font-family: "OpenSans-Bold";
		margin-top:6%;
		padding-bottom: 0px;
		font-size: 16px;
		margin-left: 15%;
	}
	.social {
		width: 35%;
	}
	.social ul {
		list-style: none;
		margin-top:1%;
		margin-left: 43%;
	}
	.book {
		width: 25%;
	}
	.grupo {
		width: 35%;
	}
	#logogrupo {
		width: 100%;
		max-width: 140px;
		margin-top: -40px;
	}

	.principal {
		display: none !important;
	}
	.pri-movil {
		display: block;
	}
	.h_menu {
		display: none;
	}
	.servi {
		width: 33.3%;
	}
	.stitle {
		display: none;
	}
	#l2 {
		display: none;
	}
	#f-logomin {
		width: 70%;
		height: auto;
		margin-left: 10%;
		margin-top: 45%;
	}
	.f-izq {
		width: 50%;
	}
	.f-izq p {
		margin-left: 15%;
		color: #949494;
		font-family: "OpenSans-Regular";
		font-size: 10px;
	}
	/*********/
	#etimail {
		display: none;
	}
	#logomin {
		width: 55%;
		height: auto;
		padding: 3%;
	}
	/*********/
	.d_right {
		width: 100%;
	}
	#dlogo {
		width: 80%;
		margin-left: 20%;
	}
	.d_left {
		display: none;
	}
	/*.servicio {
		width: 50%;
	}*/
	.divclientes {
		width: 33.3%;
	}
	#banner {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	/******/
	.nc {
		display: none;
	}
	#logomin {
		width: 35%;
		height: auto;
		padding: 3%;
		margin-left: 5%;
	}
	.dl-menuwrapper {
		margin-top:4% !important;
	}
	.izq_c {
		display: none;
	}
	.der_c {
		display: none;
	}
	.c_contenedor {
		width:95%;
	}
	.caracteristicas {
		display: none;
	}
	.ficha-serv {
		width: 50%;
	}
	.ficha {
		width: 100%;
	}
	.fo1 { order: 1;}
	.fo2 { order: 3;}
	.fo3 { order: 5;}
	.fo4 { order: 7;}
	.fo5 { order: 2;}
	.fo6 { order: 4;}
	.fo7 { order: 6;}
	.fo8 { order: 8;}
	.p_encabezado_b {
		width: 100%;
		text-align: center;
	}
	.p_encabezado {
		width: 100%;
		text-align: center;
	}
	/******/
	.s_encabezado  h1 {
		font-size: 20px;
	}
	.s_encabezado  h2 {
		font-size: 18px;
	}
	.s_encabezado  h2 span {
		font-size: 28px;
	}
	.sercuerpo p {
		padding-top: 15%;
	}
	#btn-informacion {
		margin-top:25%;
	}
	.s_estructura {
		display: none;
	}
	.estructura_movil {
		display: block;
	}
	.linea2 {
		width: 220px;
	}
	.p-contenedor h1 {
		font-size: 26px;
	}
	.p-contenedor p {
		font-size: 16px;
	}
	.divclientes {
		width: 50%;
	}
	.h_logo {
		width:100%;
	}
	.d_left {
		width: 100%;
	}
	.d_right {
		width: 100%;
	}
	#local {
		display: none;
	}
	#local_movil {
		display: none;
	}
	.linea {
		width: 55%;
		margin-left: 8%;
	}
	.d_right h1 {
		font-family: "OpenSans-Bold";
		margin-top: 10%;
		font-size: 23px;
		margin-left: 8%;
	}
	.d_right p {
		width: 93%;
		font-size: 18px;
		margin-left: 8%;
	}
	.d_right h2 {
		font-family: "OpenSans-SemiBold";
		margin-left: 8%;
		margin-top: 15%;
		font-size: 18px;
	}
	#fle_more {
		width: 18%;
		height: auto;
	}
	.servi {
		width: 100%;
		margin-left: 5%;
	}
	.servicio {
		width: 100%;
	}
	.servicio_b {
		width: 50%;
		padding-top: 2%;
		padding-bottom: 2%;
		background-color: #00426E;
		display: flex;
		 display: -webkit-flex;
		 flex-flow: row wrap;
		 -webkit-flex-flow: row wrap;
		 color: #FFFFFF;
	}
	.servicio_b_left {
		width: 60%;
		font-family: "OpenSans-Bold";
	}
	.servicio_b_left a {
		color: #FFFFFF;
	}
	.servicio_b_left a:hover {
		color: #FFFFFF;
	}
	.servicio_b_left h1 {
		margin-left: 20%;
		margin-top: 15%;
	}
	.servicio_b_right {
		width: 40%;
	}
	.icon-arrow-right2 {
		font-size: 30px;
		margin-top: 20%;
	}
	#div_flecha {
		margin-top: 70%;
	}
	.gal_cupon {
		display: none;
	}
	.gal_cupon_b {
		display: block;
	}
	.p_texto {
		width:80%;
	}
	.p_leyenda p {
		color: #FFFFFF;
		text-align: justify;
		font-family: "OpenSans-Regular";
		font-size: 16px;
		margin-top: 1%;
	}
	#mapa {
		height:300px;
	}
	.f-empresas {
		width:100%;
	}
	.f-info {
		width:100%;
	}
	.f-border {
		margin-left: 10%;
	}
	.f-border p {
		width: 90%;
	}
	.f-izq {
		width: 100%;
	}
	.f-mas {
		width:100%;
	}
	#t-mas {
		margin-left: 10%;
	}
	.social {
		width: 45%;
	}
	.social ul {
		list-style: none;
		margin-top:1%;
		margin-left: 29%;
	}
	.book {
		width: 20%;
	}
	.grupo {
		width: 30%;
	}
	#logogrupo {
		width: 100%;
		max-width: 140px;
		margin-top: -40px;
	}

	.f-izq p {
		margin-left: 20%;
		color: #949494;
		font-family: "OpenSans-Regular";
		font-size: 12px;
	}
	#f-logomin {
		width: 70%;
		height: auto;
		margin-left: 15%;
		margin-top: 45%;
	}
	.f-mas-ico {
		width: 30%;
		padding-top: 4px;
	}
	.f-mas-info {
		width: 70%;
		color:#33348A;
		font-family: "OpenSans-SemiBold";
	}
	.f-mas-ico .icon-mobile {color:#33348A; font-size: 36px; margin-left: 50%;}
	.f-mas-ico .icon-mail2 {color:#33348A; font-size: 18px; margin-left: 58%;}
	.f-mas-ico .icon-location {color:#33348A; font-size: 25px; margin-left: 55%;}
	.socialmedia span {
		font-size: 12px;
		margin-left: 17%;
	}
	.fparrafo {
		font-size: 12px;
	}
}