/*
Theme Name: MCD Maritima del Caribe
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #0094d9;
	--green: #91cc1e;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #ffffff;
	font-family: 'Open 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);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.transition, a.boton, 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);
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #1076a7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 500;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
h4 {
	font-size: 19px;
}


/**** HEADER ****/
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
	padding-top: 15px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
	margin-top: -20px;
}
header .navbar-brand img {
    height: 80px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.contenedortop {
	text-align: right;
}
.topidioma {
	display: inline-block;
	width: 110px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	color: #333 !important;
	margin-right: 15px;
	position: relative;
	top: 0;
}
.topidioma a {
	color: #333 !important;
}
.trackresponsive {
	display: inline-block;
}
.dropdown-menu {
  z-index: 9999;
  text-align: left;
}
.language-chooser {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.language-chooser a {
	display: block;
	padding: 9px 15px;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
}
@media(min-width:991px) {
	.trackresponsive {
		display: none;
	}
	.topidioma {
		margin-right: 15px;
	}
}
.trackresponsive img {
  width: 100px;
  position: relative;
  top: -8px;
}
.topidioma .fa {
	margin-left: 5px;
}
.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: #333;
	font-size: 17px;
	border: none;
	padding: 8px;
	text-transform: none;
	font-weight: 500;
	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: 'Open Sans', sans-serif;
	border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--green);
	border-bottom: 3px solid var(--green);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--green);
    border-bottom: 3px solid var(--green);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-right {
    padding-top: 24px;
}
.navbar-default .navbar-nav li.rastrear img {
	width: 100px;
	position: relative;
	top: -25px;
}
.navbar-default .navbar-nav li.rastrear a {
	border: none !important;
}
@media(max-width:991px) {
	.navbar-default .navbar-nav li.rastrear {
		display: none;
	}
	.navbar-right {
  		padding-top: 10px;
	}
	header .navbar-brand {
  		margin-top: -50px;
  		margin-bottom: 20px;
	}
}

.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 {
	text-align: center;
	width: 560px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
.content-carousel > div .boton {
	font-size: 16px;
}
.content-carousel h1 {
	font-size: 50px;
}
.bg-about {
	background: url(images/bg-about.jpg) no-repeat top left;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 30px;
}
.parallax .serv {
	text-align: center;
	margin-bottom: 32px;
}
.logocompromiso {
	padding-top: 20px;
}
.logocompromiso img {
	width: 200px;
}
.compromiso {
	padding-left: 30px;
	padding-top: 50px;
}
.bg-certificate img.mainimage {
	display: none;
}

/** FOOTER **/
footer {
	background: #302f35;
	color: #fff;
	padding-top:  40px;
	font-size: 15px;
}
footer a {
	color: #fff !important;
}
footer h4 {
	color: var(--blue);
	margin-bottom: 20px;
}
.menufooter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menufooter li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.menufooter li::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--blue);
}
.socialfooter {
	text-align: right;
	font-size: 22px;
}
.socialfooter a {
	margin: 0 3px;
}
.copyright {
	background: #232227;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.cab {
	padding-top: 60px;
	padding-bottom: 60px;
}
.cab h1 {
	margin: 0;
	padding: 0;
	color: #fff;
}
.cab_sobrenosotros {
	background: url(images/cabnosotros.jpg) no-repeat center center;
	background-size: cover;
}
.cabservicios {
	background: url(images/cabservicios.jpg) no-repeat center center;
	background-size: cover;
}
.cablogisticos {
	background: url(images/cablogisticos.jpg) no-repeat center center;
	background-size: cover;
}
.cabtransporte {
	background: url(images/cabtransporte.jpg) no-repeat center center;
	background-size: cover;
}
.cabfrio {
	background: url(images/cabfrio.jpg) no-repeat center center;
	background-size: cover;
}
.cablogistica {
	background: url(images/cablogistica.jpg) no-repeat center center;
	background-size: cover;
}
.imagenprincipal img {
	border: 6px solid #fff;
}
.cajazul {
	color: #fff;
	background: var(--blue);
	padding: 20px 30px 20px 30px;
	min-height: 270px;
	margin-bottom: 40px;
}
.cajazul h4 {
	text-align: center;
}
.cajazul .fa {
	display: block;
	font-size: 46px;
	margin-bottom: 10px;
}
.divpoliticas {
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.politicas ul li {
	margin-bottom: 10px;
}
.page-servicios .serv {
	text-align: center;
	margin-bottom: 40px;
}
.formulario input[type="text"], .formulario input[type="email"], .formulario input[type="tel"],
.formulario select {
	width: 100%;
	padding: 11px 15px;
	height: 42px;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	border-radius: 4px;
	background: #fff;
}
.formulario textarea {
	width: 100%;
	padding: 11px 15px;
	height: 132px;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	border-radius: 4px;
	background: #fff;
}
.mapa iframe {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}
.bloque2 {
	padding-top: 50px;
	color: #fff;
	padding-bottom: 50px;
	position: relative;
}
.bloque2 .bg {
	background: url(images/transporte.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}




@media(min-width:767px) {
	.developer {
		text-align: right;
	}
	.logocompromiso {
		text-align: right;
	}
	.bloque2 .texto {
		padding-left: 32px;
	}
}




@media(max-width:767px) {
	header .navbar-brand img {
 		height: 65px;
	}
	.topidioma {
  		margin-right: 10px;
  	}
  	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 0px 10px;
	  margin-top: 0;
	  margin-right: 5px;
	  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;
	  font-size: 24px;
	  color: var(--blue);
	  background: transparent !important;
	}
	.navbar-nav > li > a {
	  	text-align: left;
	  	padding: 15px 0 !important;
	  	font-size: 16px !important;
	  	border-bottom: 1px solid #e0e0e0 !important;
	}
	.content-carousel h1 {
  		font-size: 40px;
	}
	.bg-certificate {
		background: none !important;
	}
	.logocompromiso {
  		padding-top: 10px;
  		margin-bottom: 30px;
	}
	.bloque2 {
		padding-top: 0;
	}
	.bloque2 .bg {
  		position: relative;
	  left: inherit;
	  top: inherit;
	  width: 100%;
	  height: 200px;
	  margin-bottom: 30px;
	}
}


@media(max-width:498px) {
	header .navbar-brand {
    	margin-top: -25px;
    	margin-bottom: 20px;
  	}
	.trackresponsive {
	    display: inline-block;
	    position: absolute;
	    width: 85px;
	    right: 64px;
	    top: 50px;
	    z-index: 2000;
	}
	.navbar-toggle {
    	margin-top: 12px;
    }
}