@font-face {
    font-family: "Oswald-Bold";
    src: url('fuentes/Oswald-Bold.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-Bold";
    src: url('fuentes/OpenSans-Bold.ttf') format("truetype");
}
@font-face {
    font-family: "Oswald-Light";
    src: url('fuentes/Oswald-Light.ttf') format("truetype");
}
@font-face {
    font-family: "Oswald-Regular";
    src: url('fuentes/Oswald-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "Oswald-Medium";
    src: url('fuentes/Oswald-Medium.ttf') format("truetype");
}
@font-face {
    font-family: "Oswald-SemiBold";
    src: url('fuentes/Oswald-SemiBold.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;*/
}

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:absolute; 
	top: 60%; 
	z-index: 2000; 
}
.social3 ul {
	list-style: none;
	margin-top:5%;
} 
.social3 ul li a {
	display: inline-block;
	color:#fff;
	background: #C33A31;
	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:#C33A31;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	font-family: "Oswald-Regular";
}
.social3 ul li a:hover {
	background: #ffffff; 
	padding: 8px 6px 8px 6px;
	color: #C33A31;
	border: 1px solid #C33A31;
}
.nc {
	width:100%;
	background-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_linea {
	width: 100%;
	height: 1px;
	background-color: #aaaaaa;
	margin-top: 1.5%;
}
.nc-menu {
	width: 60%;
}
.nc-datos {
	width: 40%;
}
.nc p {
	width: 100%;
	font-size: 12px;
	padding-top: 4%;
	margin-bottom: 5px;
	color: #848484;
	font-family: "OpenSans-Regular";
}
#etimail {
	width: 180px;
	margin-right: 1%;
}
#etimail2 {
	width: 270px;
}
.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%;
	margin-top: 2%;
	margin-left: 2%;
}
.h_menu {
	width:55%;
	height:auto;
	color: #FFFFFF;

}
.menu_movil {
	font-family: "Oswald-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%;
	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: 50%;
}
.btncoti {
	width: 35%;
}
.m_grupo {
	width: 15%;
}
#logogrupocolor {
	width: 95%;
	height: auto;
	padding: 1%;
	margin-top: 10%;
}
#btn-coti {
	width:168px;
	border: 1px solid #C33A31;
	z-index:1;
	color:#C33A31;
	font-family: "Oswald-Bold";
	font-size:16px;
	padding-top: 9px;
  	padding-right: 0px;
  	padding-bottom: 9px;
  	padding-left: 0px;
	margin-top:6%;
	transition: all 500ms ease;
	text-align:center;
	margin-left:15%;
}
#btn-coti:hover {
	border: 1px solid #C33A31;
	background: #C33A31;
	color: #ffffff;
}
.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}
.icomion {
	width: 30px;
}
.nc-datos p .icon-facebook {background:#C33A31; color: #ffffff; padding: 3px;}
.nc-datos p .icon-linkedin2 {background:#C33A31; color: #ffffff; padding: 3px;}
ul.nav {
	width:70%;
	list-style: none; 
	margin-bottom: 1%;
	font-family: "Oswald-Regular";
	color: #666666;
	margin-top: 1%;
	margin-left: 2%;
}
ul.nav ul /* Para todos los ul debajo del ul.menu */
{
	position:absolute;
  	left:0px; 
	/*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;
}
ul.nav li li{
	width: 220px;
	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:#27477C;
}
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: #666666;
	font-size:13px;
	text-decoration: none;
}
.navbold a {
	color: #C33A31 !important;
	font-family: "Oswald-Bold";
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 2.1px;
	width: fit-content;
}


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: #C33A31;
	/*text-decoration: underline;*/
	text-underline-position: under;
	font-family: "Oswald-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: 800px; 
	height: auto; 
	top: 50px; 
	left: 40px;
	color: #C33A31;
}
#caption2 h2 {
	margin-left: 15%;
	font-family: "OpenSans-Regular";
}
#caption2 h1 {
	margin-left: 15%;
	margin-top: 7%;
	font-size: 35px;
	font-family: "Oswald-Regular";
}
#caption2 h1 span {
	font-size: 35px;
}
.hgslider {
	font-size: 85px !important;
	margin-top: 25% !important;
	font-family: "Oswald-Bold";
}
.hgslider2 {
	font-size: 85px !important;
	margin-top: 25% !important;
	font-family: "Oswald-Regular";
}
.hgslider3 {
	font-family: "Oswald-SemiBold";
}
.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%;
}
.extend {
	width:100%;
	padding: 0;
	float:left;
}
.e-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
	margin-top: 5%;
}
.e_left {
	width: 35%;
	text-align: right;
	padding-right: 4%;
}
.e_center {
	width: 30%;
	display: flex;
  	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.e_center h1 {
	font-family: "Oswald-Bold";
	color: #C33A31;
}
.e_center h2 {
	font-family: "OpenSans-Regular";
	color: #C33A31;
	margin-left: 10%;
}
.e_center h2 span {
	font-family: "OpenSans-Bold";
}
.e_center p {
	font-family: "OpenSans-Regular";
	color: #C33A31;
}
.e_center p span {
	font-family: "Oswald-SemiBold";
}
.e_left h1 {
	font-family: "Oswald-Regular";
	color: #C33A31;
}
.e_left p {
	font-family: "Oswald-Light";
	color: #4d4d4d;
	font-size: 18px;
}
.e_right {
	width: 35%;
}
.e_right p {
	font-family: "Oswald-Light";
	color: #4d4d4d;
	font-size: 22px;
	width: 95%;
}
.detalle {
	width:100%;
	padding: 0;
	float:left;
	padding-bottom: 20%;
}
.d-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
}
.d_left {
	width: 100%;
	margin-top: 30px;
}
.fila {
	width: 100%;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
}
.botonera {
	width: 50%;
}
.btn_descrip {
	width: 50%;
	display: flex;
   	align-items: center;
}
.d_right {
	width: 50%;
	margin-top: 30px;
	display: flex;
  	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
#dlogo {
	width: 90%;
}
.dlogo {
	width: 50%;
}
.dbarra {
	width: 1%;
}
.mark {
	width: 50%;
	height: 35px;
	background-color: #C33A31;
	margin-top: 400%;
}
.dtitulo {
	width: 49%;
}
.dcuerpo {
	width: 100%;
	margin-top: 5%;
}
.d_right h2 {
	font-family: "OpenSans-Regular";
	margin-top: 13%;
	color: #C33A31;
	margin-left: 10%;
}
.peq {
	font-size: 18px;
	font-family: "OpenSans-Regular";
}
.d_right h2 span {
	font-family: "OpenSans-Bold";
}
.d_left p {
	width: 100%;
	font-family: "Oswald-Light";
	text-align: justify;
	font-size: 20px;
	color: #848484;
}
.d_left span {
	font-family: "Oswald-Medium";
}

#fle_more {
	width: 8%;
	height: auto;
}
.icon-arrow-right2 {
	margin-left: 80px;
}
.pop-c2 {
	width:100%;
	text-align: center;
}
.pop-img {
	width: 80%;
}
/***** Zoe *****/
/*---------------*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h1 {
	font-family: "Oswald-Regular";
	text-align: left;
	font-size: 28px;
	margin-top: 15%;
}

.grid figure h2 {
	font-family: "Oswald-Regular";
	text-align: left;
	font-size: 24px;
	line-height: 1.2;
}

.grid figure h2 span {
	font-size: 14px;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-family: "Oswald-Regular";
	text-align: left;
	font-size: 28px;
	margin-top: 15%;
}

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	width: 88%;
	height: 9.75em;
	background: #C33A31;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe img {
	filter: grayscale(100%);
}

figure.effect-zoe:hover img {
	filter: grayscale(0%);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
.formulario {
	width:100%;
	padding:0;
	float:left;
}
.for-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding-bottom: 5%;
	background-color: #FFFFFF;
}
.forleft {
	width: 65%;
	margin-top: 3%;
}
.medio_form {
	width: 50%;
}
.comple-form {
	width: 100%;
}
.forleft p {
	width: 90%;
	text-align: justify;
}
.forleft h3 {
	font-family: "Oswald-Medium";
	color: #C33A31;
	margin-top: 2%;
}
#form_test {
	width: 80%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;	
}
#name {
    border: 1px solid #4D4D4D;
	width:90%;
	height:45px;
	background-color:#FFFFFF;
	padding-left:5px;
	margin-top:10px;
	font-family: "Oswald-Regular";
}
#correo {
	border: 1px solid #4D4D4D;
	width:90%;
	height:45px;
	background-color:#FFFFFF;
	padding-left:5px;
	margin-top:15px;
	font-family: "Oswald-Regular";
}
#asunto {
	border: 1px solid #4D4D4D;
	width:90%;
	height:45px;
	background-color:#FFFFFF;
	padding-left:5px;
	margin-top:15px;
	font-family: "Oswald-Regular";
	float: right;
}
#telefono {
	border: 1px solid #4D4D4D;
	width:90%;
	height:45px;
	background-color:#FFFFFF;
	padding-left:5px;
	margin-top:10px;
	font-family: "Oswald-Regular";
	float: right;
}
#origen {
    border: 1px solid #4D4D4D;
	width:90%;
	height:45px;
	background-color:#FFFFFF;
	padding-left:5px;
	margin-top:10px;
	font-family: "Oswald-Regular";
}
#material {
	border: 1px solid #4D4D4D;
	width:90%;
	height:45px;
	background-color:#FFFFFF;
	padding-left:5px;
	margin-top:15px;
	font-family: "Oswald-Regular";
}
#peso {
	border: 1px solid #4D4D4D;
	width:90%;
	height:45px;
	background-color:#FFFFFF;
	padding-left:5px;
	margin-top:15px;
	font-family: "Oswald-Regular";
	float: right;
}
#destino {
	border: 1px solid #4D4D4D;
	width:90%;
	height:45px;
	background-color:#FFFFFF;
	padding-left:5px;
	margin-top:10px;
	font-family: "Oswald-Regular";
	float: right;
}

#comentario {
	border: 1px solid #4D4D4D;
	width:100%;
	height:123px;
	text-decoration:none;
	padding:10px;
	background-color:#FFFFFF;
	margin-top:15px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#848484;
	font-size:16px;
}
::-moz-placeholder { /* Firefox 19+ */
	color:#848484;
	font-size:16px;

}
:-ms-input-placeholder { /* IE 10+ */
	color:#848484;
	font-size:16px;

}
:-moz-placeholder { /* Firefox 18- */
	color:#848484;
	font-size:16px;

}
input[type=submit]
{
	font-family: "Oswald-SemiBold";
	font-weight:300;
	-webkit-appearance: none;
	background-color:#C33A31;
	color:#FFFFFF;
	height:50px;
	width:15%;
	font-size:18px;
	border: 0px solid white;
	margin-top:20px;
	transition: all 500ms ease;
}
input[type=submit]:hover
{
	background-color:#FFFFFF;
	color:#C33A31;
	border: 1px solid #C33A31;
}
.separador {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}

.forright {
	width: 35%;
	text-align: center;
}
#sudmapa {
	width: 70%;
	margin-top: 11%;
}

.servicios {
	width:100%;
	padding:0;
	float:left;
}
.s-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	margin-top: 5%;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
}
.servicio {
	width: 33.3%;
	position: relative;
	padding-bottom: 4%;
}
.servicio h2 {
	font-family: "Oswald-Regular";
	color: #4d4d4d;
	margin-top: 5%;
	margin-left: 5%;
}
.servicio h2 span {
	font-family: "Oswald-Light";
}
.imgflota {
	width: 100%;
}
.servicio_b {
	width: 34%;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
}
.servicio_texto {
	background-color: #C33A31;
	width: 100%;
	font-family: "Oswald-Light";
	color: #FFFFFF;
	padding-bottom: 65%;
}
.servicio_texto p {
	font-size: 20px;
	width: 70%;
	text-align: justify;
	margin-left: 15%;
	margin-top: 20%;
}
.servicio_img {
	width: 100%;
}
#flota_b {
	width: 100%;
	margin-top: -25%;
}
.divclientes {
	width: 25%;
	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%;
}
/**
 * Material Modal CSS
 */
 .modal {
	will-change: visibility, opacity;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: $modal-delay;
			transition-delay: $modal-delay;
  }
  .modal--active {
	visibility: visible;
	opacity: 1;
  }
  .modal--align-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  .modal__bg {
	background: transparent;
  }
  .modal__dialog {
	max-width: 1150px;
	padding: 1.2rem;
  }
  .modal__content {
	will-change: transform, opacity;
	position: relative;
	padding: 2.4rem;
	background: #ffffff;
	background-clip: padding-box;
	box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
	opacity: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .modal__content--active {
	opacity: 1;
  }
  .modal__close {
	z-index: 1100;
	cursor: pointer;
  }
  #ver-regula {
	  width:80%;
	  height: auto;
  }
  .modal__trigger {
	
	cursor: pointer;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .modal__trigger--active {
	z-index: 10;
  }
  .modal__trigger:hover {
  
  }
  #modal__temp {
	will-change: transform, opacity;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	-webkit-transform: none;
			transform: none;
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
 /**
 * Demo specific CSS
 */

 .demo-btns header {
	padding: 7vh 10vw;
	background: #ffebee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .demo-btns header h1 {
	margin: 0;
	color: rgba(0,0,0,0.54);
	font-weight: 300;
  }
  .demo-btns .info {
	background: #f44336;
	padding: 3vh 10vw;
	height: 70vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-flex-flow: column wrap;
		-ms-flex-flow: column wrap;
			flex-flow: column wrap;
  }
  .demo-btns p {
	text-align: center;
	color: #fff;
  }
  .demo-btns .link {
	font-size: 20px;
  }
  .demo-btns .modal__trigger {
	margin-right: 3px;
  }
  @media (max-width: 640px) {
	.demo-btns .modal__trigger {
	  margin-bottom: 0.8rem;
	}
  }
  .demo-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 1.2rem;
	padding: 0.6rem;
	background: rgba(0,0,0,0.3);
	border-radius: 50%;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .demo-close svg {
	width: 24px;
	fill: #fff;
	pointer-events: none;
	vertical-align: top;
  }
  .demo-close:hover {
	background: rgba(0,0,0,0.6);
  }
  .logo {
	position: fixed;
	bottom: 3vh;
	right: 3vw;
	z-index: 2;
  }
  .logo img {
	width: 45px;
	-webkit-transform: rotate(0);
			transform: rotate(0);
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .logo img:hover {
	-webkit-transform: rotate(180deg) scale(1.1);
			transform: rotate(180deg) scale(1.1);
  }
/*********Fin Modal**********/

#div_flecha {
	margin-top: 20%;
}
.icon-arrow-right2 {
	font-size: 30px;
	margin-top: 20%;
}
.iconos {
	width: 100%;
}
.miniatura img {
	border: 0px;
}
.miniatura span {
	position: absolute;
	text-decoration: none;
	visibility: hidden;
	border: 0px;
	top:0px;
	left:0px;
}
.miniatura:hover span {
	visibility: visible;
	overflow:visible;
	z-index: 5;
}
.miniatura:focus span {
	visibility: visible;
	overflow:visible;
	z-index: 5;
}
.separadora {
	width: 100%;
	padding-top: 5%;
}
.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;
}
.lflota {
	width: 50%;
}
.lflota h1 {
	font-family: "Oswald-Medium";
	color: #C33A31;
	margin-top: 5%;
}
.lflota h1 span {
	font-family: "Oswald-Regular";
	color: #4d4d4d;
}
.lflota p {
	font-family: "Oswald-Light";
	color: #4d4d4d;
	font-size: 24px;
	text-align: justify;
	width: 90%;
}
.firstp {
	margin-top: 5%;
}
.rflota {
	width: 50%;
}
.linea {
	width: 20%;
	height: 4px;
	background-color: #C33A31;
	float: right;
}
#imgflota {
	width: 100%;
}
.tipo {
	width: 85%;
	text-align: center;
	position: relative;
}

#neuma {
	width: 44%;
}
#mecanica {
	width: 35%;
}
#itv {
	width: 35%;
}
#frenos {
	width: 40%;
}
#lavado {
	width: 35%;
}
#direccion {
	width: 40%;
}
.info {
	width:100%;
	padding:0;
	float:left;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
.i-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.call {
	width: 33.3%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	border-right: 1px solid #aaaaaa;
}
.icall {
	width: 40%;
}
.dcall {
	width: 60%;
}
#ico_call {
	width: 40%;
	margin-left: 30%;
	margin-top: 20%;
}
.dcall p {
	font-family: "Oswald-Light";
	color: #4d4d4d;
	margin-left: 30%;
}
.dcall p span {
	font-family: "Oswald-Medium";
	color: #4d4d4d;
	font-size: 20px;
}
.fcall {
	margin-top: 10%;
}
.direccion {
	width: 33.3%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.idir {
	width: 40%;
}
.ddir {
	width: 60%;
}
.ddir p {
	font-family: "Oswald-Light";
	color: #4d4d4d;
}
.ddir p span {
	font-family: "Oswald-Medium";
	color: #4d4d4d;
	font-size: 20px;
}
.fdir {
	margin-top: 3%;
}
#ico_map {
	width: 50%;
	margin-left: 20%;
	margin-top: 10%;
}
.rastreo {
	width: 33.3%;
	border-left: 1px solid #aaaaaa;
}
#btn-rastreo {
	width:168px;
	border: 1px solid #C33A31;
	background: #C33A31;
	z-index:1;
	color:#ffffff;
	font-family: "Oswald-Bold";
	font-size:16px;
	padding-top: 9px;
  	padding-right: 0px;
  	padding-bottom: 9px;
  	padding-left: 0px;
	margin-left: 32%;
	margin-top: 16%;
	transition: all 500ms ease;
	text-align:center;
}
#btn-rastreo:hover {
	border: 1px solid #C33A31;
	background: #ffffff;
	color: #C33A31;
}
.linfo {
	width: 50%;
}
.linfo h1 {
	font-family: "Oswald-Medium";
	color: #C33A31;
	margin-top: 5%;
}
.linfo h1 span {
	font-family: "Oswald-Regular";
	color: #4d4d4d;
}
.linfo p {
	font-family: "Oswald-Light";
	color: #4d4d4d;
	font-size: 24px;
	text-align: justify;
	width: 90%;
}
.linfo p span {
	font-family: "Oswald-Medium";
}
.ifirstp {
	margin-top: 5%;
}
.rinfo {
	width: 50%;
}
.ilinea {
	width: 20%;
	height: 4px;
	background-color: #C33A31;
	margin-top: 2%;
	margin-left: 5%;
}
.info_b {
	width:100%;
	padding:0;
	float:left;
}
.info-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.info_c {
	width:100%;
	padding:0;
	float:left;
	background-color: #C33A31;
}
.infoc-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding-bottom: 2%;
}
.icizq {
	width: 75%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.ic1 {
	width: 100%;
}
.ic1 p {
	font-family: "Oswald-Light";
	font-size: 24px;
	color: #FFFFFF;
	width: 63%;
	margin-top: 2%;
}
.ic2, .ic3, .ic4, .ic5 {
	width: 25%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	margin-top: 3%;
}
.ic-ico {
	width: 30%;
}
.ic-ico_b {
	width: 70%;
}
.ic-p {
	width: 100%;
}
.ic-p p {
	font-family: "Oswald-Medium";
	color: #FFFFFF;
	margin-top: 5%;
}
.icder {
	width: 25%;
}
.ico_img {
	width: 52%;
}
.ico_img_b {
	width: 75%;
}
.ico_img_paso {
	width: 35%;
	margin-top: 5%;
}
#btn-coti2 {
	width:168px;
	border: 1px solid #C33A31;
	z-index:1;
	color:#C33A31;
	background-color: #ffffff;
	font-family: "Oswald-Bold";
	font-size:16px;
	padding-top: 9px;
  	padding-right: 0px;
  	padding-bottom: 9px;
  	padding-left: 0px;
	margin-top:16%;
	transition: all 500ms ease;
	text-align:center;
}
#btn-coti2:hover {
	border: 1px solid #C33A31;
	background: #C33A31;
	color: #ffffff;
}
#chofer {
	width: 26%;
	position: absolute;
	margin-top: -18.2%;
}

/*****/
/* 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%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.me1 {
	width: 25%;
}
.me2 {
	width: 75%;
}
.mar-contenedor h1 {
	color: #C33A31;
	font-family: "Oswald-SemiBold";
	margin: 0 auto;
	font-size: 22px;
}
.mar_encabezado p {
	font-family: "Oswald-Regular";
	color: #4d4d4d;
	font-size: 22px;
}

#demos {
	margin-top: 5%;
}
.mapa {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	background-color: #C33A31;
}
.map-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;
}
.map_a {
	width: 50%;
}
.map_b {
	width: 50%;
}
#mapa {
	width:90%;
	max-width:1600px;
	height:400px;
	display:block;
	margin:0 auto;
}
#mapa_b {
	width:90%;
	max-width:1600px;
	height:400px;
	display:block;
	margin:0 auto;
}
.m-leyenda {
	width: 30%;
	margin:0 auto;
	margin-top: -30px;
	position: relative;
	z-index: 10;
	background-color: #C33A31;
	font-family: "Oswald-Bold";
	color: white;
	padding-top: 1%;
}
footer {
	width:100%;
	height:auto;
	float:left;
	background-color:#C33A31;
}
.f-contenedor {
	width:95%;
	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:100%;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
}
.f-logo-p {
	width:100%;
}
#logo-footer-min {
	margin-top:3%;
	width: 23%;
}
.f-logo-p p {
	color:#ffffff;
	font-family: "Oswald-Regular";
	font-size:12px;
	margin-top: 1%;
}
.f-logo-s {
	width:25%;
	padding-left:1%;
}
.f-info {
	width:50%;
	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:50%;
	color:#FFFFFF;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.t-mas {
	width: 100%;
}
.t-mas p {
	margin-bottom: 5px !important;
}
.second {
	margin-top: 8%;
}
#t-mas {
	font-family: "OpenSans-Bold";
	margin-top:6%;
	padding-bottom: 0px;
	font-size: 16px;
}
.social {
	width: 20%;
}
.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: #C33A31;}
.social ul li .icon-twitter {background:#55aaec;}
.social ul li .icon-linkedin2 {background:#ffffff; color: #C33A31;}
.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: 25%;
}
#book {
	width: 100%;
	max-width: 82px;
}
.grupo {
	width: 55%;
}
#logogrupo {
	width: 27%;
	max-width: 140px;
	margin-top: -20px;
}
.ir-arriba {
	display:none;
	padding:15px;
	background:#ffffff;
	font-size:15px;
	color:#C33A31;
	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:800px) {
	.nc {
		display: none;
	}
	.social3 {
		top: 20%; 
	}
	.d-contenedor {
		width:100%;
	}
	.d_left {
		width: 100%;
	}
	.d_left p {
		width: 100%;
		font-family: "Oswald-Regular";
		text-align: justify;
		font-size: 22px;
		color: #ffffff;
		padding-right: 5%;
		padding-left: 5%;
	}
	.d_right h1 {
		margin-top: 4%;
		margin-left: 10%;
		font-size: 26px;
	}
	.d_right h2 {
		color: #ffffff;
		margin-left: 10%;
		font-size: 22px;
	}
	.d_right p {
		width: 90%;
		margin-left: 10%;
		padding-right: 10%;
		font-size: 18px;
	}
	.e_left {
		width: 50%;
	}
	.e_center {
		width: 50%;
	}
	.e_right {
		display: none;
	}
	.forright {
		display: none;
	}
	.forleft {
		width: 100%;
		margin-top: 3%;
	}
	.mark {
		height: 45px;
		margin-left: 100%;
	}
	.lflota {
		width: 100%;
	}
	.rflota {
		width: 100%;
	}
	.tipo {
		width: 33.3%;
		text-align: center;
		position: relative;
	}
	.dcall p {
		font-family: "Oswald-Light";
		color: #4d4d4d;
		margin-left: 0;
	}
	#ico_call {
		width: 60%;
		margin-left: 20%;
		margin-top: 20%;
	}
	.idir {
		display: none;
	}
	.ddir {
		width: 100%;
	}
	.ddir p {
		margin-left: 5%;
	}
	#btn-rastreo {
		margin-left: 12%;
		margin-top: 33%;
	}
	.linfo {
		width: 100%;
	}
	.icizq {
		width: 100%;
	}
	.ic2, .ic3, .ic4{
		width: 33.3%;
	}
	.ic5 {
		display: none;
	}
	.icder {
		display: none;
	}
	.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%;
	}
	.map_a {
		width: 100%;
	}
	.map_b {
		width: 100%;
		margin-top: 5%;
	}
	.f-empresas {
		width:100%;
	}
	.f-logo-p p {
		width: 70%;
	}
	.f-info {
		width:100%;
	}
	.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;
	}
	#logo-footer-min {
		margin-top:3%;
		width: 45%;
	}

	.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: 70%;
		height: auto;
		padding: 4%;
	}
	.dl-menuwrapper {
		margin-top:2% !important;
	}
	.d_right {
		width: 100%;
	}
	#dlogo {
		width: 80%;
		
	}
	.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:3% !important;
	}
	.lflota h1 span {
		font-size: 22px;
	}
	.lflota p {
		font-size: 20px;
		width: 96%;
	}
	.linfo p {
		font-size: 20px;
		width: 96%;
	}
	.ic1 p {
		font-size: 20px;
		width: 96%;
	}
	.ic2, .ic3, .ic4{
		display: none;
	}
	.me1 {
		width: 100%;
		text-align: center;
	}
	.me2 {
		width: 100%;
		text-align: center;
	}
	.tipo {
		width: 50%;
	}
	.info {
		display: none;
	}
	.sercuerpo p {
		padding-top: 15%;
	}
	#btn-informacion {
		margin-top:25%;
	}
	.e_left {
		width: 100%;
		padding-right: 15%;
	}
	.e_center {
		width: 100%;
		padding-left: 10%;
	}
	.medio_form {
		width: 100%;
	}
	#name {
		width:100%;
	}
	#correo {
		width:100%;
	}
	#asunto {
		width:100%;
		float: left;
	}
	#telefono {
		width:100%;
		float: left;
	}
	#origen {
		width:100%;
	}
	#material {
		width:100%;
	}
	#peso {
		width:100%;
		float: left;
	}
	#destino {
		width:100%;
		float: left;
	}
	input[type=submit]
{
	font-family: "Oswald-SemiBold";
	font-weight:300;
	-webkit-appearance: none;
	background-color:#C33A31;
	color:#FFFFFF;
	height:50px;
	width:35%;
	font-size:18px;
	border: 0px solid white;
	margin-top:20px;
	transition: all 500ms ease;
}
	.linea2 {
		width: 220px;
	}
	.p-contenedor h1 {
		font-size: 26px;
	}
	.p-contenedor p {
		font-size: 16px;
	}
	.divclientes {
		width: 50%;
	}
	.h_logo {
		width:100%;
	}
	
	.d_right {
		width: 100%;
	}
	.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: 0px;
		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;
	}
	#mapa_b {
		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: 5%;
	}
	.t-mas p {
		margin-left: 10%;	
	}
	.social {
		width: 40%;
	}
	.social ul {
		list-style: none;
		margin-top:1%;
		margin-left: 10%;
	}
	.book {
		width: 25%;
	}
	.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;
	}
	#logo-footer-min {
		margin-top:3%;
		width: 65%;
	}
}