/*
Theme Name: GFS - Global Freight Solutions
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--darkblue: #1d2150;
	--blue: #00cccc;
	--black: #000000;
	--primary: #333333;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #555;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.primary {
	color: var(--primary);
}
.blue {
	color: var(--blue);
}
.whatsappfix {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
.whatsappfix img {
	width: 54px;
}
.darkblue {
	color: var(--darkblue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-darkblue {
	background: var(--darkblue);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 10px 35px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--blue);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}


/**** HEADER ****/
.top {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: right;
}
.top a {
	color:#fff;
}
.top span.phone {
	margin-right: 25px;
}
.top span.social {
	margin-right: 25px;
}
.top .phone img {
	width: 15px;
	position: relative;
	top: -1px;
	margin-right: 4px;
}
.top .social a {
	margin: 0 3px;
}
.top .social img {
	width: 14px;
	position: relative;
	top: -2px;
}
.top .language-chooser {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top .language-chooser li.active {
	display: none;
}
.top .language-chooser a.qtranxs_flag_es {
	display: inline-block;
	padding-left: 27px;
	background: url(images/es.png) no-repeat left center;
	background-size: 22px;
}
.top .language-chooser a.qtranxs_flag_en {
	display: inline-block;
	padding-left: 27px;
	background: url(images/en.png) no-repeat left center;
	background-size: 20px;
}
header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
body {
	padding-top: 136px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 70px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--darkblue);
	font-size: 15px;
	border: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 10px 15px;
	border-radius: 6px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background: var(--blue) !important;
	color: var(--white);
	border: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--white);
    background: var(--blue) !important;
    border: none;
}
.navbar-default .navbar-nav li {
	padding-right: 2px;
	padding-left: 2px;
}
.navbar-right {
  padding-top: 20px;
  padding-bottom: 30px;
}

.carousel-home .item {
	height: 600px;
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.content-carousel > div {
	margin-top: -80px;
	text-align: center;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	max-width: 100%;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
}
.content-carousel h1 {
	font-size: 50px;
	font-weight: 500;
	color:#fff;
}
.content-carousel h2 {
	font-size: 38px;
	font-weight: bold;
	color:#fff;
}
.content-carousel a {
	display: inline-block;
	border: 1px solid #fff;
	color:#fff;
	padding: 10px 35px;
	font-size: 15px;
	font-weight: 500;
}
.content-carousel a:hover {
	background:#fff;
	color:var(--darkblue);
}
.carousel-indicators {
	display: none;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0 1px;
    background-color: var(--blue);
    border: 1px solid #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 1px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #ccc;
    border-radius: 20px;
}
h4.suptitle {
	margin-bottom: 0;
	color:var(--blue);
	font-weight: 500;
	letter-spacing: 2px;
}
.destacadoshome {
	margin-top: -120px;
}
.destacadoshome img {
	width: 100%;
}
.destacadoshome .cont {
	padding: 10px 20px;
	min-height: 150px;
}
.destacadoshome .destacado {
	box-shadow: 1px 2px 10px 0px rgba(66, 68, 90, 0.3);
	background:#fff;
}
.destacadoshome .destacado h4 {
	color:#000;
	font-weight: 500;
}
.destacadoshome .contmas {
	padding-left: 20px;
	padding-bottom: 15px;
}
.destacadoshome .contmas img {
	width: 24px;
}
h2 {
	font-weight: 500;
	margin-bottom: 30px;
}
.bg-grey {
	background-color: #f7f7f7;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	background-color:#f7f7f7;
}
.servicio {
	padding: 15px;
	background:#fff;
	-webkit-box-shadow: 1px 2px 15px -6px rgba(66, 68, 90, 0.4);
	-moz-box-shadow: 1px 2px 15px -6px rgba(66, 68, 90, 0.4);
	box-shadow: 1px 2px 15px -6px rgba(66, 68, 90, 0.4);
	margin-bottom: 30px;
}
.main-image {
	padding: 15px;
	background:#fff;
	-webkit-box-shadow: 1px 2px 15px -6px rgba(66, 68, 90, 0.4);
	-moz-box-shadow: 1px 2px 15px -6px rgba(66, 68, 90, 0.4);
	box-shadow: 1px 2px 15px -6px rgba(66, 68, 90, 0.4);
	margin-bottom: 30px;
}
.readmore {
	display: inline-block;
	padding: 6px 15px;
	background: var(--blue);
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.readmore img {
	width: 12px;
}
.servicio .conten {
	min-height: 100px;
}
.imgnoticia {
	display: block;
	height: 240px;
}
h4 {
	line-height: 1.4em;
	font-size: 17px;
}
footer {
	background: url(images/footer.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 30px;
	color:var(--black);
}
footer a {
	color:var(--black);
}
footer p {
	margin-bottom: 6px;
}
.logofooter {
	width: 110px;
}
.redesfooter a {
	display: inline-block;
	width: 38px;
	height:38px;
	background:#fff;
	border-radius:50%;
	text-align: center;
	line-height: 38px;
	margin-right:5px;
}
.redesfooter img {
  	width: 12px;
  	position: relative;
  	top: -1px;
}
.suscripcion {
	position: relative;
}
.suscripcion input {
	width: 100%;
	height: 40px;
	padding: 10px 100px 10px 15px;
}
.suscripcion button {
	background: var(--darkblue);
	color:#fff;
	height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	outline: none;
	font-size: 15px;
}
.copy, .developer {
	font-size: 15px;
}
.suptitle + h2 {
	margin-top: 15px;
}
.mirow {
	margin: 0 -8px;
}
.mirow .col-sm-5, .mirow .col-sm-7 {
	padding: 0 8px;
}
.servicionew {
	margin-bottom: 16px;
	display: block;
	height: 300px;
	position: relative;
}
.contenidoservnew {
	position: absolute;
	bottom: 30px;
	left: 0;
	background: rgba(255,255,255,0.8);
	max-width: 80%;
	padding: 15px;
}
.contenidoservnew h4 {
	font-weight: 500;
	color:#111;
}
.contenidoservnew a {
	color: #111 !important;
}
.contenidoservnew img {
	width: 20px;
}
.cab {
	background: url(images/cabnosotros.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 60px;
}
.cab.cabperfil {
	background: url(images/cabperfil2.jpg) no-repeat center center;
	background-size: cover;
}
.cab.cabservicios {
	background: url(images/cabservicios2.jpg) no-repeat center center;
	background-size: cover;
}
.cab.cabnoticias {
	background: url(images/cabnoticias2.jpg) no-repeat center center;
	background-size: cover;
}
.cab.cabcontacto {
	background: url(images/cabcontacto2.jpg) no-repeat center top;
	background-size: cover;
}
.cab.cabproyectos {
	background: url(images/cabproyectos2.jpg) no-repeat center top;
	background-size: cover;
}
.cab.cabutiles {
	background: url(images/cabutiles2.jpg) no-repeat center top;
	background-size: cover;
}

@media(max-width:767px) {
	.cab.cabcontacto {
		background: url(images/conta32b.jpg) no-repeat center top;
		background-size: cover;
	}
}
.cab h2 {
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
.cab .bread {
	color:#fff;
	font-size: 15px;
}
.cab .bread a {
	color:#fff !important;
}
.cab .fa {
	font-size: 13px;
	margin: 8px;
}
.page .bread {
	color: var(--darkblue);
	font-size: 15px;
}
.page .bread a {
	color: var(--darkblue) !important;
}
.page .fa {
	font-size: 13px;
	margin: 8px;
}
.maincontent h1 {
	margin-bottom: 20px;
}

@media(min-width:767px) {
	.intro {
		padding-top: 70px;
	}
	.pleft {
		padding-left: 50px;
	}
	h2 {
		font-size: 40px;
	}
	.developer {
		text-align: right;
	}
}
.formulario input {
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	color:var(--black);
}
.formulario textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	color:var(--black);
	height: 100px;
}
.mapa iframe {
	width: 100%;
	height: 360px;
}
.contacto {
	min-height: 180px;
	background:#f7f7f7;
	text-align: center;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	padding: 15px 30px;
}
.galeria {
	display: block;
	width: 100%;
	height: 200px;
	border: 9px solid #fff;
	box-shadow: 1px 2px 10px -6px rgba(66, 68, 90, 0.2);
}
.owl2 .owl-dots {
	display: none;
}
.owl2 .owl-nav  {
	display: block !important;
	/*** 
	position: absolute;
	top: 70px;
	****/
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right2b.png) no-repeat center center;
    background-size: cover;
    width: 14px;
    height: 24px;
    position: absolute;
    top: 72px;
    right: -42px;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left2b.png) no-repeat center center;
    background-size: cover;
    width: 14px;
    height: 24px;
    position: absolute;
    top: 72px;
    left: -42px;
}
#html5-watermark {
	display: none !important;
}

@media(max-width:767px) {
	header .navbar-brand img {
 		height: 63px;
  		margin-bottom: 12px;
  		margin-top: 5px;
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 10px;
	  margin-top: 18px;
	  margin-right: 0;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: none;
	    border-top-color: currentcolor;
	    border-right-color: currentcolor;
	    border-bottom-color: currentcolor;
	    border-left-color: currentcolor;
	  border-radius: 4px;
	  color: var(--darkblue);
	  font-size: 18px;
	  background:#fff !important;
	}
	.navbar-default .navbar-nav li a {
		border-bottom: 1px solid transparent;
		padding: 15px 10px;
	}
	.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
	.navbar-default .navbar-nav li a:focus {
		border-bottom: 1px solid var(--blue);
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-default .navbar-nav > .active > a:hover {
	    border-bottom: 1px solid var(--blue);
	}
	.content-carousel h1 {
  		font-size: 36px;
 	}
 	.content-carousel h2 {
 		font-size: 30px;
  	}
  	.content-carousel > div {
 		font-size: 20px;
  	}
  	.carousel-home .item {
		height: 500px;
	}
	.servicio {
		width: 400px;
  		max-width: 100%;
  		margin-left: auto;
  		margin-right: auto;
	}
	.destacadoshome {
  		margin-top: -60px;
	}
	.destacadoshome .cont {
 		min-height: 50px;
	}
	.destacado {
		margin-bottom: 30px;
	}
}


@media(max-width:498px) {
	.content-carousel h1 {
   		font-size: 30px;
  	}
  	.content-carousel h2 {
    	font-size: 24px;
  	}
  	.content-carousel > div {
   		font-size: 17px;
  	}
}