body {
	font-family: 'Source Sans Pro'!important;
	background: #E2E2E2;
}

/* HEADER */
.headerBorderTop {
	height: 5px;
}

form[name=buscador] input {
	height: 25px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
nav {
	margin-top: 15px;
	background: rgb(7,88,158); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(7,88,158,1) 0%, rgba(8,82,146,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,88,158,1)), color-stop(100%,rgba(8,82,146,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(7,88,158,1) 0%,rgba(8,82,146,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(7,88,158,1) 0%,rgba(8,82,146,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(7,88,158,1) 0%,rgba(8,82,146,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(7,88,158,1) 0%,rgba(8,82,146,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07589e', endColorstr='#085292',GradientType=0 ); /* IE6-9 */
}
nav ul, nav li {
	list-style-type: none;
}
nav ul {
	margin: 0;
	padding: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
nav li {
	//float: left;
}
nav a {
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-size: 12pt;
}

nav a:hover {
	background: rgb(200,200,200); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(200,200,200,1) 0%, rgba(164,164,164,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(200,200,200,1)), color-stop(100%,rgba(164,164,164,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(200,200,200,1) 0%,rgba(164,164,164,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(200,200,200,1) 0%,rgba(164,164,164,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(200,200,200,1) 0%,rgba(164,164,164,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(200,200,200,1) 0%,rgba(164,164,164,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#a4a4a4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-decoration: none;
	color: white;
}

.qs {
	padding: 10px 10px;
}

.radius{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.head-border {
	border-right: #085394 solid 1px;
	border-left: #085394 solid 1px;
}

.submenu {
	background-color: #477DBB;
	opacity: .8;
	position: absolute;
	z-index: 99999;
}

.submenu li {
	float: none;
	position: relative;
}

.submenu a {
	display: block;
	padding: 5px 10px;
	text-align: left;
	height: 30px;
	width: 250px;
	font-size: 11pt;
}

.submenu a:hover {
	background: rgb(7,88,158) !important;
}

.submenu-border {
	border-top: #085394 solid 1px;
}

.display-none {
	display: none;
}

/* FOOTER */
footer {
	margin-top: 40px;
	background: #6d6d6d;
	padding: 50px 0 20px 0;
	color: #9F9D9E;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

footer a {
	width: inherit;
	font-weight: normal;
	color: #9F9D9E;
	text-decoration: none; 
}

footer a:hover{
	color: white;
	text-decoration: none; 
}

footer div {
	margin-top: 5px;
}

.border-footer {
	border-left: 1px solid #9F9D9E;
	height: 100px;
}

.fullWidth {
	width: 100%;
}
.darkGray {
	background: #6d6d6d;
}

/*Index*/


.language {
	font-size: 12px;
	color: white;
	text-align: right;
	margin: 10px auto;
	margin-top: 0;
	margin-right: 15%;
	width: 157px;
	height: 37px;
	font-family: 'Source Sans Pro'!important;
	background: url(../img/btn.png) no-repeat;
}
.lang-back {
	display: block;
	width: 100%;
	background: #939598;
	height: 20px;
}

#btningles{
	float: right;
	color: #FFF;
} 

#btningles a{
} 

#btningles a:hover{
	color: #014188;
} 


#btnespanol {
	float: left;
	color: #FFF;
}

.language-box {
	background: url(../img/btn.png) no-repeat top center;
	width: 156px;
	margin: auto;
	font-size: 12px;
	padding-left: 5px;
}
.language-box > div{
	display: inline-block;
	margin: auto 5px;
}
.lang-right {
	text-align: center;
}
.container {
	overflow-x: hidden;
}
.container h1 {
	font-size: 30px;
	text-align: center;
	width: 750px;
	margin: 25px auto;
	font-family: 'Source Sans Pro'!important;
	font-weight: bold;
}

.container h2:not(.article-header) {
	font-family: 'Source Sans Pro'!important;
	text-align: center;
	font-size: 25px;
	margin: 0 auto;
	//width: 770px;
	font-weight: bold;
}

.container h3 {
	font-family: 'Source Sans Pro'!important;
	text-align: center;
	font-size: 22px;
	margin: 0 auto;
	width: 760px;
	font-weight: bold;
}

.TransporteDeCarga {
	font-family: 'Source Sans Pro'!important;
	font-size: 16px;
	text-align: center;
	width: 1000px;
	margin: 20px auto;
}

.outer-banner {
	height: 380px;
}

.banner {
	width: 100%;
	color: white;
}

.inner-banner {
	width: 1200px;
	height: 380px;
	margin: 0 auto;
}

.b-index-1 {
	background: url(../img/index/banner.jpg);
}


.i-index-1 {
	background: url(../img/index/inner-banner2.jpg) no-repeat;
	background-size: 510px 340px;
	width: 700px;
	height: 340px;
}

.i-index-2 {
	background: url(../img/index/inner-banner.jpg) no-repeat;
	background-size: 510px 340px;
	width: 700px;
	height: 340px;
}
.b-index-0 {
	background: url(../img/index/banner0.gif);
}

.b-index-2 {
	background: url(../img/index/banner2.jpg);
}

.b-index-3 {
	background: url(../img/index/banner3.jpg);
}

.b-index-4 {
	background: url(../img/index/banner4.jpg);
}

.b-index-5 {
	background: url(../img/index/banner5.jpg);
}

.b-index-6 {
	background: url(../img/index/banner6.jpg);
}
.b-index-7 {
	background: url(../img/index/banner_chile.jpg);
}
.b-index-8 {
	background: url(../img/index/banner_gt.jpg);
}
.b-index-9 {
	background: url(../img/index/banner-cr.jpg);
}

.i-index-5 {
	background: url(../img/index/inner-banner5.jpg) no-repeat;
	background-size: 510px 340px;
	width: 700px;
	height: 340px;
}

.circle {
	width: 300px;
	height: 300px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;/
	 /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(7,88,158);
    /* RGBa with 0.6 opacity */
    background-color: rgba(7,88,158, 0.8);
	-webkit-box-shadow: 5px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 1px 5px rgba(50, 50, 50, 0.75);
	margin: 80px auto 0px auto;
	font-size: 16px;
}

.inner-circle {
	padding-top: 55px;
	text-align: center;
}

.inner-circle label {
	margin-bottom: 15px;
	font-weight: normal;
}

.inner-circle input {
	margin-bottom: 10px;
}

.form-consultar {
	margin-top: 45px;
}

.form-consultar button {
	margin-top: 10px;
	color: white;
	width: 115px;
	background-color: rgb(7,88,158);
	border: none;
	font-size: 14px;
	-webkit-box-shadow: 3px -1px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px -1px 3px rgba(50, 50, 50, 0.75);
	box-shadow:         3px -1px 3px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.main-logo {
	padding: 0;
}

.gallery-img {
	max-width: 312px;
	height: 133px;
	float: left;
	margin-right: 18px;
	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.gallery-img > div, .gallery-img > img {
	margin-left: -15px;
}

.inner-gallery {
	margin: 40px auto;
}

.row1 {
	width: 990px;
}


.label-img {
	width: 100%;
	height: 25px;
	background-color: rgb(7,88,158);
	color: white;
	text-align: center;
	font-size: 18px;
	bottom:0;
	position:absolute;
	line-height: 25px;
}

.gallery-hover {
	width: 100%;
	height: 133px;
	float: left;
	margin-right: 18px;
	position: absolute;
	top: 0;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
}

.inner-gallery-hover {
	width: inherit;
	height: inherit;
	background-color: rgba(7,88,158,.3);
	display: table-cell;
    vertical-align: middle;
}

.label-hover {
	width: inherit;
	height: 25px;
	background-color: rgba(7,88,158,.8);
	color: white;
	text-align: center;
	font-size: 18px;
	top:0;
	position:absolute;
	line-height: 25px;
}

.inner-gallery-hover p {
	margin-top: 25px;
	text-align: center;
    color: white;
}

.tech-box {
	margin: 40px auto;
	overflow: hidden;
	/*width: 1029px;
	height: 240px;*/

}

.tech-box-bg {
	/*background: url(../img/index/iconos.png) no-repeat;*/
	border: 6px solid rgb(199, 199, 199);
	border-radius: 15px;
}

.tech-box-bg-hover {
	/*background: url(../img/index/iconos-hover.png) no-repeat;*/
}

.tech-img {
	display: block;
	height: 231px;
	cursor: pointer;
}
.touchmenu.tech-img:after {
	margin: auto;
	display: block;
	text-align: center;
}


#s-esp-1 {
	background: url('../img/testindex/automovil.png') no-repeat;

}
#s-esp-1:hover:not(.touchmenu) {
	background: url('../img/testindex/automovil-hover.png') no-repeat;
	overflow: visible;
	z-index: 1000;
	width: 450px;
}

#s-esp-2 {
	background: url('../img/testindex/perecederos.png') no-repeat;
}

#s-esp-2:hover:not(.touchmenu) {
	background: url('../img/testindex/perecederos-hover.png') no-repeat;
	overflow: visible;
	z-index: 1000;
	width: 450px;
}



#s-esp-3 {
	background: url('../img/testindex/mineria.png') no-repeat;
}

#s-esp-3:hover:not(.touchmenu) {
	background: url('../img/testindex/mineria-hover.png') no-repeat;
	overflow: visible;
	z-index: 1000;
	width: 450px;
}

#s-esp-4 {
	background: url('../img/testindex/aeroespacial.png') no-repeat;
	background-position: 17%;
}

#s-esp-4:hover:not(.touchmenu) {
	background: url('../img/testindex/aeroespacial-hover.png') no-repeat;
	background-position: 17%;
	overflow: visible;
	z-index: 1000;
	width: 450px;
}

#s-esp-5 {
	background: url('../img/testindex/energia.png') no-repeat;
	background-position: 98%;
}

#s-esp-5:hover:not(.touchmenu) {
	background: url('../img/testindex/energia-hover.png') no-repeat;
	background-position: 98%;
	overflow: visible;
	z-index: 1000;
	width: 450px;
}

.tech{
	width: 85px;
	height: 85px;
	float: left;
	margin-left: 65px;
	margin-right: 45px;
	margin-top: 80px;
	cursor: pointer;
	position: relative;
	z-index: 9999;
}

.tech3 {
	margin-left: 79px !important;
}

.tech4 {
	margin-left: 78px !important;
	width: 95px !important;
}

.tech5 {
	margin-left: 60px !important;
}

.technology {
	width: 457px;
	height: 231px;
	position: absolute;
	margin-top: 7px;
}

.technology1 {
	background: url(../img/index/automovil-hover.png) no-repeat;
	margin-left: 22px;
	opacity: 0;
	margin-top: 6px;
}

.technology2 {
	background: url(../img/index/perecederos-hover.png) no-repeat;
	margin-left: 230px;
	margin-top: 6px;
	opacity: 0;
}

.technology3 {
	background: url(../img/index/mineria-hover.png) no-repeat;
	margin-left: 400px;
	margin-top: 3px;
	opacity: 0;
}

.technology4 {
	background: url(../img/index/aeroespacial-hover.png) no-repeat;
	margin-left: 576px;
	margin-top: 6px;
	opacity: 0;
}

.technology5 {
	background: url(../img/index/energia-hover.png) no-repeat;
	margin-left: 556px;
	margin-top: 6px;
	opacity: 0;
}

.noticias {
	color: gray;
	font-size: 12px;
	margin-bottom: 50px;
}

.noticias label {
	width: 100%;
	color: white;
	background-color: rgb(7,88,158);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: lighter;
	line-height: 35px;
}

.noticias hr {
	border-top: 1px solid silver;
}

.blog {
	border: 1px solid silver;
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
	color: #333;
	padding: 0px;
	overflow: hidden;
	background: transparent;
}

.blog .label-img {
	font-size: 15px;
	width: 90%;
	margin: auto -20px;
}

.blog .big {
	font-size: 24px;
}

.blog .small {
	font-size: 17px;
}

.clear {
	clear: both;
}

/*Acerca*/
.b-acerca {
	background: url(../img/acerca/banner.jpg);
}

.img-acerca {
	width: 840px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
}

ul {
	text-align: left;
}

#listaQuienes ul {
	text-align: left;
	list-style-image: url('../img/bullet-acerca_03.png');
}


/*Contactanos*/
.text-contactanos {
	background: #DADADA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px;
	padding: 15px;
	font-size: 15px;
}

.icon-contactanos {
	margin-left: 50px;
	margin-top: 20px;
}

/*Empresa*/
.title-empresa-h1 {
	width: auto !important;
	color: #00549d;
	font-size: 30px !important;
	text-align: left !important;
	text-shadow: silver 0.1em 0.1em 0.1em;	
}
.title-empresa-h1-vla {
	width: auto !important;
	color: #00549d;
	font-size: 30px !important;
}

.title-empresa-h2 {
	width: auto !important;
	color: #00549d;
	font-size: 20px !important;
	text-align: left !important;
	text-shadow: silver 0.1em 0.1em 0.1em;
}
.title-empresa-h2-vla {
	width: auto !important;
	color: #00549d;
	font-size: 20px !important;
	text-align: left !important;
}

#btningles{
float: right;
color: #FFF;
} 

#btningles a{
} 

#btningles a:hover{
color: #014188;
} 


#btnespanol {
float: left;
color: #FFF;
}

.empresa article {
	text-align: justify;
	width: auto;
	font-size: 15px;
	margin-top: 10px;
}

strong {
	color: #00549d;
	text-shadow: silver 0.1em 0.1em 0.1em;
}

.empresa .inner-column {
	padding-left: 20px;
}

.cuadro-blanco {
	margin-top: 50px;
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.marca .TransporteDeCarga {
	width: 255px;
}

.marca .empresa-h2 {
	width: auto !important;
	text-align: center !important;
	color: #00549d;
	font-size: 20px !important;
	text-shadow: silver 0.1em 0.1em 0.1em;
}

.vision .TransporteDeCarga {
	width: 265px;
}

.vision .empresa-h2 {
	width: auto !important;
	text-align: center !important;
	color: #00549d;
	font-size: 20px !important;
	text-shadow: silver 0.1em 0.1em 0.1em;
}

.mision .TransporteDeCarga {
	width: 325px;
}

.mision .empresa-h2 {
	width: auto !important;
	text-align: center !important;
	color: #00549d;
	font-size: 20px !important;
	text-shadow: silver 0.1em 0.1em 0.1em;
}

.text-left {
	text-align: left;
}

.img-empresa1 {
	width: 442px;
	height: 70px;
}

.img-empresa2 {
	width: 515px;
	height: 120px;
	margin-top: 50px;
}

.lnk:hover{
	color: white;
	text-decoration: none;
}

.num-empresa {
	color: white;
	width: 330px;
	height: 42px;
	background-color: rgb(7,88,158);
	margin: 30px auto 0px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 42px;
}

.b-empresa {
	background: url(../img/empresa/banner.jpg) left;
}

/*Contacto*/
.b-contacto {
	background: url(../img/contacto/banner.jpg);
}

.contacto h3 {
	width: auto;
}


.form-contacto, .form-mood {
	width: 315px;
	text-align: left;
	background-color: rgb(7,88,158);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	padding: 15px;
}
.form-mood > .row{
	width: 95%;
	margin: auto;
}
.form-mood > .row:not(.face) {
	margin: 10px auto;
}
.form-mood > .row > img {
	width: auto !important;
}
.form-mood > .row > input:not([type='radio']), .form-mood > .row > textarea {
	width: 100%;
	margin: auto;
	border-radius: 5px;
}
.form-contacto .input{
	background: white;
	width: 285px;
	height: 22px;
	margin-bottom: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.form-contacto input{
	border: none;
	background: transparent;
	color: black;
	width: 269px;
}

.form-contacto input:focus { 
	outline: none;
}

.form-contacto .icon {
	width: 16px;
	height: 22px;
	float: left;
}

.icon-name {
	background: url(../img/contacto/forma/name.jpg) no-repeat center;
}

.icon-mail {
	background: url(../img/contacto/forma/mail.jpg) no-repeat center;
}

.icon-clip {
	background: url(../img/contacto/forma/asunto.jpg) no-repeat center;
}

.form-contacto textarea{
	width: 285px;
	height: 205px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	resize: none;
	margin-bottom: 8px;
	padding: 7px;
}


.form-contacto hr, .form-mood hr {
	width: 290px;
	margin-left: -4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-contacto a {
	width: 285px;
	background-color: white;
	color: black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.contacto .right-column {
	margin-top: 90px;
}

.border-none {
	border: none;
}

/*Empleo*/
.b-empleo {
	background: url(../img/empleo/banner.jpg);
}

/*Empleo - La vida en Europartners*/
.b-vidaeneuropartners {
	background: url(../img/empleo/vidaeneuropartners/banner.jpg) left;
}

/*Empleo - Unete al equipo*/
.b-unete {
	background: url(../img/empleo/unete/banner.jpg) left;
}

.box-unete h2 {
	text-align: left;
	width: auto;
	margin-top: 65px;
}

.img-unete {
	height: 170px;
	width: 540px;
}

/*Servicios*/
.b-servicios {
	background: url(../img/servicios/banner.jpg);
}

.small-article {
	width: 340px;
}

.mt {
	margin-top: 40px;
}

.serv {
	text-align: left;
	background: #F1F1F1;
	color: black;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.serv-l {
	border-bottom: 1px solid #CCCCCC;
	line-height: 35px;
	padding-left: 5px;
}

.serv-l a {
	color: black;
}

/*Servicios - EPOcean*/
.b-epocean {
	background: url(../img/servicios/epocean/banner.jpg);
}

/*Servicios - EPAir*/
.b-epair {
	background: url(../img/servicios/epair/banner.jpg);
}

/*Servicios - Project Cargo*/
.b-projectcargo {
	background: url(../img/servicios/projectcargo/banner.jpg);
}

/*Servicios - Critical Cargo*/
.b-criticalcargo {
	background: url(../img/servicios/criticalcargo/banner.jpg);
}

.title-servicios-h1 {
	width: auto !important;
	color: #00549d;
	font-size: 30px !important;
}

.title-servicios-h2 {
	width: auto !important;
	color: #00549d;
	font-size: 30px !important;
	margin-top: 40px !important;
	margin-bottom: 20px !important;
}

.vladimirPictures img {
	float: right;
	margin-left: 20px;
}
.vladimirPictures article, .vladimirPictures h2 {
	clear: both;
}
.vladimirPictures article {
	text-align: justify!important;
}
.vladimirPictures h2 {
	padding-top: 60px;
	color: #00549d;
	width: auto;
}
.vladimirPictures h1 {
	color: #;
}

/*Servicios - OTR*/
.b-otr {
	background: url(../img/servicios/otr/banner.jpg);
}
.b-wine {
	background: url(../img/servicios/epwine/banner-epwine.jpg);
}
.b-projectepwine {
	background: url(../img/servicios/epwine/banner-epwine.jpg);
}

.list-blue {
	list-style-image:url('../img/servicios/bullet.png');
}

.list-blue li {
	margin: 8px 0px;
}

/*Industrias*/
.b-industrias {
	background: url(../img/industrias/banner.jpg);
}

.list-ind {
	list-style-type: none;
	-webkit-padding-start: 0px;
}

.ml {
	margin-left: 50px;
}

/*Industrias - Automotriz*/
.b-automotriz {
	background: url(../img/industrias/automotriz/banner.jpg);
}

/*Industrias - Aeroespacial*/
.b-aeroespacial {
	background: url(../img/industrias/aeroespacial/banner.jpg);
}
.b-epfresh {
	background: url(../img/servicios/criticalcargo/banner_perece.jpg);
}

.col-md-6 .TransporteDeCarga {
	text-align: justify;
	width: auto;
	font-size: 15px;
	margin-top: 10px;
}

.list {
	margin-top: 10px;
	-webkit-padding-start: 15px;
	list-style-type: none;
}

.img-aero {
	margin-top: 40px;
}

.list li:before{ content:"-"; position:relative; left:-5px;}
.list li{ text-indent:-5px; }

/*Industrias - Mineria*/
.b-mineria {
	background: url(../img/industrias/mineria/banner.jpg);
}

/*Industrias - Oil & Gas*/
.b-oil {
	background: url(../img/industrias/oil&gas/banner.jpg);
}

/*Industrias - Perecederos*/
.b-perecederos {
	background: url(../img/industrias/perecederos/banner.jpg);
}

/*Herramientas*/
.b-herramientas {
	background: url(../img/herramientas/banner.jpg);
}

.formVladimir {
	width: 100%;
	background: #00549d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 7% 7%;
}
.formVladimir span {
	color: white;
	display: block;
	margin-top: 15px;
}
.formVladimir input[type=text] {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	height: 30px;
}

.h2-servicios, .h2-industriase {
	font-size: 38px !important;
}

.aviso-privacidad {
	margin-top: 70px;
	border-top: 1px solid #9F9D9E;
	padding-top: 15px;
	margin-bottom: 50px;
}

.payasoH2 {
	text-align: left !important;
}

.left {
	float: left;
}

.img-globo {
	max-height: 20px;
	max-width: 90px;
	margin-left: 15px;
}

.img-footer {
	max-width: 180px;
}
.special-padding1 {
	padding: 0px 90px;
}

.special-padding2 {
	padding: 0 80px;
}

.styled-select select {
   background: transparent;
   width: 315px;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 27px;
   -webkit-appearance: none;
   cursor: pointer;
}

.styled-select {
   width: 315px;
   height: 27px;
   overflow: hidden;
   background: url(../img/new_arrow.png) 265px -4px no-repeat white;
   border: 1px solid #ccc;
   border-radius: 5px;
   box-shadow: inset 0px 0px 7px  rgba(0, 0, 0, 0.33);
}

#dataContacto {
	padding-top: 20px;	
}
/*Herramientas - Descargables*/
.b-descargables {
	background: url(../img/herramientas/descargables/banner.jpg);
}

.div-pdf {
	min-height: 200px;
}

.p-sol-ind {
	width: 260px;
	margin-left: 35px;
	margin-top: 20px;
}
.cir-road {
	width: 500px;
	height: 500px;
	margin: -80px 0px 0px 0px;
}
.cir-road-h2 {
	width: 400px !important;
	margin-left: 50px !important;
	margin-top: 60px !important;
}
.cir-road-h3 {
	width: 400px !important;
	margin-left: 60px !important;
}
.cir-road-frm {
	margin-top: 10px;
	text-align: left;
	margin-left: 60px;
}
.out-of-btn {
	text-align: center;
	margin-left: -60px;
}
.w-200-h3 {
	width: 230px !important;
	margin-left: 40px !important;
}
.slider-vertical {
	padding: 0;
}
.slider-vertical h3  {
	margin-bottom: 10px;
}
.slider-vertical img {
	float: left;
}
.slider-vertical .vinculo-especial2 {
	margin-right: 32px;
}
.contenedor-slider {
	height: 200px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.bloque-slider {
	position: relative;
	top: 0;

}
.modulo-slider {
	height: 200px;
	/* los paddings los coloque independientes para que se puedan obtener por javascript */
	position: relative;
}
.modulo-slider h4 {
	margin-top: 0;
}
.mover-slider-vertical {
	position: absolute;
	width: 40px;
	right: 0;
	top: 0;
	margin: 0;
}
.mover-slider-vertical a {
	display: block;
	width: 21px;
	height: 21px;
	margin: 10px 0 40px 10px;
	text-indent: -9999em;
	outline: none;
	cursor: pointer;
}
.mover-slider-vertical a:hover {
	/*background-color: #F1F0DE;*/
}
.subir-slider {
	background-position: 0 0;
}
.subir-slider:hover {
	background-position: 0 -21px;
}
.subir-slider:active {
	background-position: 0 0;
}
.bajar-slider {
	background-position: -21px 0;
}

.bajar-slider:hover {
	background-position: -21px -21px;
}

.bajar-slider:active {
	background-position: -21px 0;
} 
.login-icon {
	position: relative;
}
.login-icon:hover {
	cursor: pointer;
}
.login-icon > a {
	text-decoration: none;
	color:black;
	background:transparent;
}

.img-vida {
	max-width: 180px;
	max-height: 130px;
	margin-left: 60px !important;
}

.margin {
	margin: 30px 0;
}

.big-text {
	font-size: 25px;
}

.img-blog {
	margin: -20px;
}

.navbar-default .navbar-nav>li>a {
	color: white;
}

.navbar-toggle {
	float: left;
	margin-left: 20px;
}

ul.nav li.dropdown:hover >  ul.dropdown-menu.no-touch {
    display: block;    
}

.rs-interior {
	margin-top: -20px;
	//text-align: center;
}

.rsImg {
	width: 100%;
}

#full-width-slider {
	text-align: center;
  //max-width: 1400px;
  	width: 100%;
  	color: #000;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}

.hiddenTouch{
	display: none !important;
}

.tech-label:not(.touchmenu) {
	display: none;
}

.tech-grid {
	text-align: center;
}

.blog-s {
	text-align: center;
	margin: 25px auto;
}

.cword {
	text-align: center;
	background: rgb(7,88,158);
	color: white;
	padding: 10px;
	margin:20px;
}
.cword:hover {
	background: #777;
}
.cword:first-child {
	margin-left: 10%;
}
.cword:first-child, .cword:last-child {
	line-height: 40px;
}
.acword {
	text-decoration: none;
	color: white;
}
.acword:hover {
	text-decoration: none;
	color: black;
}
.menu-articulos {
	margin-top: 10%;
}
#menu-articulos-box {
	text-decoration: none;
	list-style: none;
	width: 230px;
	background: 100px;
	margin: auto;
}
#menu-articulos-box > li {
	background: rgb(7,88,158);
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid white;
}
#menu-articulos-box > li.active, #menu-articulos-box > li:hover {
	background: rgb(129, 129, 129);
}
#menu-articulos-box > li > a {
	height: 100%;
	display: block;
	text-decoration: none;
	color: white;
	width: 100%;
}
.cpointer {
	cursor: pointer;
}
#telefonohid.touchmenu, #emailhid.touchmenu {
	display: block !important;
}
.text-contactanos > .form-horizontal {
	background: rgb(7,88,158); 
	border-radius: 15px; 
	text-align: center;
}
.text-contactanos > .form-horizontal > fieldset {
	padding:15px;
	color:white;
}
.text-contactanos > form > fieldset > p {
	text-align: left;
}
.medio-contacto {
	padding: 0px;
	margin: auto -20px;
}
#telefonoicon > img, #emailicon > img {
	margin: auto;
}
#telefonohid > label, #emailhid > label {
	text-align: left;
}
#telefonohid > div, #emailhid > div {
	padding: 5px;
	margin: 10px;
}
#btn-enviar {
	float: none;
}
.hover-help {
	margin: 20px auto;
}
.blog-lnk {
	width: auto !important;
}
#accordion ul {
	margin: auto;
	padding: 0;
	list-style-type: circle;
	font-size: 0.8em;
}
.blog-head {
	height: 85px;
	margin: auto;
	background: #085599;
}
.logo {
	margin-top: 27px;
	margin-left: 42px;
}
.redes {
	margin-top: 29px;
	text-align: center;
}
.navbar-default {
	margin-top: 0px;
}
.banner-blog {
	width: 40%;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
}
.footer-blog {
	background: #085599;
	color: white;
}
.footer-blog .container p{
	margin-top: 27px;
	margin-bottom: 16px;
}
.title-article {
	background: #085599;
	color: white;
	text-align: center;
	display: block;
}
.title-article > h2 {
	font-size: 1.1em;
	margin: 1px auto;
}
.articulo-blog .row:nth-child(3) {
	font-size: 0.8em;
	text-align: center;
}
.mauto {
	margin: auto;
}
.pzero {
	padding: 0 !important;
}
.articulo.cuadricula {
	margin: 95px auto;
}
.telefono > a {
	text-decoration: none;
	color: black;
}

/**
**	CSS Media Queries 
**	Media queries purpose is to define properties over classes or ids on certain
**	range of resolutions. Whether it is from 0 up to N width, from N up to "infinity"
**	or from N to M width. Additionally it can define for certain media, including
** 	screen, printed and some other output formats.
**/

/*
*	Media Queries for Safari iPhone or other browsers on iPhone
*	iPhone 3G, 3GS: width 320px;
*	iPhone 4, 4S, 5, 5S: width: 480px;
*/

/*
**	PORTRAIT
*/

@media all and (min-width: 0px) and (max-width: 320px) {
	.contenedor-slider, .modulo-slider {
		height: 300px !important;
	}
	.tech-img {
		height: 130px;
	}
	#s-esp-1 {
		background: url('../img/testindex/auto-mini.png') no-repeat center;
	}
	#s-esp-2 {
		background: url('../img/testindex/perecederos-mini.png') no-repeat center;
	}
	#s-esp-3 {
		background: url('../img/testindex/mineria-mini.png') no-repeat center;
	}
	#s-esp-4 {
		background: url('../img/testindex/aero-mini.png') no-repeat center;
	}
	#s-esp-5 {
		background: url('../img/testindex/energia-mini.png') no-repeat center;
	}
	.tech-grid.brp {
		margin-left: calc(100% - 100%*(10/12));
	}
	.pull-right, .pull-left {
		float: none !important;
	}
	#telefonohid, #emailhid {
		padding: 0;
	}
	.articulo-blog {
		margin: 20px auto;
	}
	.blog-head {
		height: auto;
	}
}

@media all and (min-width: 321px) and (max-width: 480px) {
	.contenedor-slider, .modulo-slider {
		height: 300px !important;
	}
	.tech-img {
		height: 130px;
	}
	#s-esp-1 {
		background: url('../img/testindex/auto-mini.png') no-repeat center;
	}
	#s-esp-2 {
		background: url('../img/testindex/perecederos-mini.png') no-repeat center;
	}
	#s-esp-3 {
		background: url('../img/testindex/mineria-mini.png') no-repeat center;
	}
	#s-esp-4 {
		background: url('../img/testindex/aero-mini.png') no-repeat center;
	}
	#s-esp-5 {
		background: url('../img/testindex/energia-mini.png') no-repeat center;
	}
	.tech-grid.brp {
		margin-left: calc(100% - 100%*(10/12));
	}
	.pull-right, .pull-left {
		float: none !important;
	}
	#telefonohid, #emailhid {
		padding: 0;
	}
	.articulo-blog {
		margin: 20px auto;
	}
}

/*
**	LANDSCAPE
*/

@media all and (min-width: 481px) and (max-width: 959px) {
	.contenedor-slider, .modulo-slider {
		height: 200px;
	}
	.tech-img {
		height: 130px;
	}
	#s-esp-1 {
		background: url('../img/testindex/auto-mini.png') no-repeat center;
	}
	#s-esp-2 {
		background: url('../img/testindex/perecederos-mini.png') no-repeat center;
	}
	#s-esp-3 {
		background: url('../img/testindex/mineria-mini.png') no-repeat center;
	}
	#s-esp-4 {
		background: url('../img/testindex/aero-mini.png') no-repeat center;
	}
	#s-esp-5 {
		background: url('../img/testindex/energia-mini.png') no-repeat center;
	}
	.tech-grid.brp {
		margin-left: calc(100% - 100%*(10/12));
	}
	#telefonohid.pull-right, #emailhid.pull-left {
		float: none !important;
	}
	#telefonohid, #emailhid {
		padding: 0;
	}
	.articulo-blog {
		margin: 20px auto;
	}
}
@media screen and (min-width: 960px) and (max-width: 1200px){
	.contenedor-slider, .modulo-slider {
		height: 200px;
	}
	.tech-img.touch-menu {
		height: 200px;
	}
}

/*
*	Custom Media Queries	
*	For a much more precise responsive design for any screen size 
*	Try to be as precise as possible, and proceed cautiously
*/


@media all and (min-width: 0px) and (max-width: 459px) {
	/*
	#s-esp-1 {
		background-position: 13% 0% !important;
	}
	#s-esp-2 {
		background-position: 10% 0% !important;
	}
	#s-esp-3 {
		background-position: 12% 0% !important;
	}
	#s-esp-4{
		background-position: 25% 0% !important;
		margin-left: 15%;
	}
	#s-esp-5{
		background-position: 88% 0% !important;
	}*/
}
@media screen and (min-width: 0px) and (max-width: 460px) {
	.blog .label-img {
		width: 84.333%;
		margin: auto -1px;
	}
	.video iframe, .video object, .video embed {
		top: 0;
		left: 0;
		width: 100%;
		height: 170px;
	}
	.img-offset {
		margin: 20px auto;
	}
	#ver-menu {
		width: 50% !important;
	}
	.banner-blog {
		display: none;
	}
}
@media screen and (min-width: 0px) and (max-width: 800px) {
	.row1, .row2 {
		width: 100%;
	}
	.blog-ref{
		float: none;
		margin: auto;
	}
	.blog {
		padding: 0;
		height: auto;
	}
	.img-blog {
		margin: 0;
		width: 100%;
	}
	.TransporteDeCarga {
		width: 100%;
	}
	.col-md-6 > img {
		width: 100%;
	}
	.banner h2 {
		font-size: 1.0em;
		text-shadow: black 0.1em 0.1em 0.2em;
		font-weight: bold;
		margin-top: 5px;
		width: auto !important;
		margin-bottom: 0px;
	}
	.banner h3 {
		text-shadow: black 0.1em 0.1em 0.2em;
		font-size: 0.8em;
		text-align: left;
		font-weight: bolder;
		padding: 10px;
		margin: 0px;
	}
	.bck-op {
		background: rgba(7,88,158, 0.8);
		width: 25%;
		height: auto;
		border-radius: 10px;
		text-align: center;
		padding: 0;
	}
	.tech-grid{
		padding: 0;
	}
	.banner-blog {
		margin-top: 0;
	}
}
@media screen and (min-width: 460px) {	
	.video iframe, .video object, .video embed {
		top: 0;
		left: 0;
		width: 100%;
		height: 315px;
	}
	.img-offset {
		margin-left: 50px;
	}
}
@media screen and (min-width: 460px) and (max-width: 480px) {
	.blog .label-img {
		width: 88.333%;
		margin: auto -1px;
	}
}
@media all and (min-width: 460px) and (max-width: 639px) {
	.tech-img:after {
		/*margin-top: 150%;*/
		position: absolute;
		bottom: 30px;
		display: inline-block;
		text-align: center;
		width: 100%;
		font-size: 1.3em;
	}
	.banner-blog h2 {
		font-size: 1.4em;
	}
	.banner-blog p {
		font-size: 0.8em;
	}
}
@media screen and (min-width: 481px) and (max-width: 800px) {
	.blog .label-img {
		width: 88.33%;
		margin: auto -1px;
	}
}
@media all and (min-width: 640px) and (max-width: 799px) {
	.tech-img:after {
		position: absolute;
		bottom: 30px;
		display: inline-block;
		text-align: center;
		width: 100%;
		font-size: 1.3em;
	}
}
@media screen and (min-width: 800px) {
	.float-right {
		float: right !important;
	}
	.bck-op {
		margin-top: 100px;
		background: rgba(7,88,158, 0.8);
		width: 400px;
		height: 170px;
		border-radius: 10px;
	}
	.banner h2 {
		font-size: 30px;
		text-shadow: black 0.1em 0.1em 0.2em;
		font-weight: bold;
		width: 340px;
		margin: 0 20px 15px 20px;
	}

	.banner h3 {
		text-shadow: black 0.1em 0.1em 0.2em;
		font-size: 15px;
		width: 360px;
		text-align: left;
		margin: 0px 20px 0px 20px;
		font-weight: bolder;
	}
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
	.gallery-img {
		margin-right: auto;
	}
}
@media all and (min-width: 800px) and (max-width: 991px) {
	.tech-img:after {
		margin-top: 100%;
		font-size: 1.3em;
	}
	#telefonohid.pull-right, #emailhid.pull-left {
		float: none !important;
	}
}
@media screen and (min-width:801px) and (max-width:959px) {
	.blog .label-img {
		width: 92%;
		margin: auto -1px;
	}
}
@media screen and (max-width: 908px) {
	.gallery-img{
		float: none;
		margin: 20px auto;
	}
	.inner-gallery {
		margin:auto;
	}
	.inner-gallery.pt2{
		margin-top: -20px;
	} 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #FFFF13;
	}
	.foot-title {
		width: 100% !important;
		text-align: center !important;
	}
	.ml--20 {
		/*margin-left: -20px !important;*/
	}
	.pl-45{
		/*padding-left: 45px;*/
	}
	.md-borderr {
		border-bottom: 1px solid #9F9D9E;
	}
	footer > .container > .row {
		text-align: center;
	}
	footer > .container > .row > .col-md-2{
		margin: 10px auto;
		padding-bottom: 10px;
	}
	.btnCotiza{
		position: fixed;
		bottom: -75px;
		display: block;
		z-index: 9999;
		left: 40%;
		transform:rotate(90deg);
		-ms-transform:rotate(90deg); /* IE 9 */
		-webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
	}

	.row{
		padding-left: 20px;
		padding-right: 20px;
	}
	.form-contacto, .form-mood{
		margin: 20px auto;
	}
	.styled-select{
		margin: auto;
	}
	.row > img {
		width: 100%;
	}
	div > h1, div > h2, div > h3, div > h4, div > h5, 
	.row > h1, .row > h2, .row > h3, .row > h4, .row > h5, 
	article > h1, article > h2, article > h3, article > h4, article > h5 {
		width: 100% !important;
		text-align: center;
	}
	#dialog1 {
		width: 100% !important;
		height: auto !important;
		margin: 0;
		padding: 0;
	}
	.ui-dialog {
		width: 100% !important;
		height: auto !important;
		top: 25% !important;
	}
	.telefono {
		width: 100%;
		margin: 10px auto;
	}
	.redeshead{
		width: 100%;
		margin: 10px auto;
	}
	.telefono h1 {
		width: 100% !important;
		margin-top: 8px!important;
		margin-bottom: 8px;
		margin-left: 10px;
		font-size: 28px !important;
		font-weight: bold;
		font-family: 'Source Sans Pro'!important;
		text-shadow: silver 0.1em 0.1em 0.1em;
	}

	#ver-menu {
	    display: block;
	    color: white;
	    font-size: 1.4em;
	    margin-top: 11px;
	    margin-left: auto;
	    margin-right: auto;
	    float: left;
	    text-align: center;
	    width: 80%;
  	}
  	#csta-esp {
		color:rgb(7,88,158);
		cursor: pointer;
	}
}
@media screen and (min-width: 908px) {
	.telefono {
		width: 275px;
		margin-top: 10px;
	}
	.foot-title {
		width: 100% !important;
		text-align: left !important;
	}
	.ml--20 {
		margin-left: -20px !important;
	}
	.pl-45{
		padding-left: 45px;
	}
	.md-borderr {
		border-right: 	1px solid #9F9D9E;
	}
	footer > .container > .row > .col-md-2{
		height: 213px;
	}
	.btnCotiza {
		position: fixed;
		right: 0;
		top: 200px;
		display: block;
		z-index: 9999;
	}
	.pright {
		padding-right: 30px;
	}

	.pleft {
		padding-left: 30px;
	}
	.box-contacto {
		margin: 40px 165px;
	}
	#dialog1 {
		width: 100% !important;
		height: auto !important;
		margin: 0;
		padding: 0;
	}
	.ui-dialog {
		width: 50% !important;
		height: auto !important;
		top: 25% !important;
	}
	.telefono h1 {
		width: 257px !important;
		margin-top: 8px!important;
		margin-bottom: 8px;
		font-size: 28px !important;
		font-weight: bold;
		font-family: 'Source Sans Pro'!important;
		text-shadow: silver 0.1em 0.1em 0.1em;
	}
	#ver-menu {
		display: none;
	}
	.frm-movil {
		display: none;
	}
}
@media screen and (min-width: 920px) and (max-width: 1003px) {
	.navbar-nav {
		margin: auto 0%;
	}
}
@media screen and (min-width:960px) and (max-width: 1200px){

}
@media all and (min-width:992px){
	.tech-img:after {
		margin-top: 130%;
		font-size: 1.3em;
	}
	.articulo-blog {
		padding: 20px;
	}
	.articulo.cuadricula > .row {
		margin: 20px auto;
		height: 360px;
	}
	.articulo-blog {
		height: 100%;
	}
	.articulo-blog .row:last-child {
		position: absolute;
		bottom: 0;
	}
	.articulo-blog .row:nth-child(4) {
		font-size: 0.9em;
	}
}
@media all and (max-width: 991px) {
	.menu-articulos {
		margin: auto;
	}
}
@media screen and (min-width: 1003px) and (max-width: 1121px) {
	.navbar-nav {
		margin: auto 4%;
	}
}
@media screen and (min-width: 1122px) and (max-width: 1312px) {
	.navbar-nav {
		margin: auto 8%;
	}
}
@media screen and (min-width:1200px) {
	.inner-gallery {
		padding-left: 100px;
	}
}
@media screen and (max-width: 1200px) {
	.cword:first-child {
		line-height: 18px;
	}
	.cword:last-child {
		line-height: 36px;
	}
	.cword {
		font-size: 0.9em;
	}
}
@media screen and (min-width: 1312px) and (max-width: 1490px) {
	.navbar-nav {
		margin: auto 14%;
	}
}
@media screen and (min-width: 1491px) and (max-width: 1599px) {
	.navbar-nav {
		margin: auto 18%;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1778px) {
	.navbar-nav {
		margin: auto 21%;
	}
}
@media screen and (min-width: 1779px) {
	.navbar-nav {
		margin: auto 24%;
	}
}
@media screen and (min-width: 0px) and (max-width: 540px) {
	.banner-blog {
		display: none;
	}
}
