/*
Theme Name: Caribetrans
Author: Andres J. Villar - Merit Designs
Author URI: https://ibiut.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--red: #D01F25;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #4F4848;
	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);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
iframe { 
	max-width: 100% !important; 
}
.alert { 
	margin-bottom: 20px; 
	padding: 10px; 
	border-radius: none; 
	background: rgba(255,255,255,0.4); 
	margin-top: 12px; 
}
.wp-caption { 
	max-width: 100%; 
	list-style: none; 
	background: none; 
}
.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(--red);
	border: 1px solid var(--red);
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	border-radius: 4px;
	font-size: 15px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.top {
	position: relative;
	z-index: 9999;
	color: #ffffff;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 6px;
	display: none;
}
.top a  {
	color: #ffffff;
}
.top .col-sm-3 {
	text-align: right;
}
.top span {
	margin-right: 10px;
}
.top span.social {
	margin-right: 0;
}
.top span.social a {
	color: #fff;
	margin-left: 8px;
	font-size: 16px;
}
.language-chooser {
	list-style-type: none;
	display: block; 
	margin: 0;
	padding: 0;
}
.language-chooser a {
	display: block;
	color: #373737 !important;
	border-bottom: 1px solid #f8f8f8;
	padding: 7px 5px 7px 50px;
}
.language-chooser img {
	margin-right: 8px;
}
.qtranxs_flag_es, .qtranxs_flag_en {
    background-position: 10px center;
}
.dropdownidiomas {
	display: inline-block;
	width: auto;
	position: absolute;
	top: 10px;
	right: 0;
    z-index: 30000;
}
.dropdownidiomas img {
	width: 25px;
	margin-right: 4px;
}
.dropdownidiomas button.btn {
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
	padding: 0;
	color: #fff !important;
	font-size: 16px;
}
.dropdownidiomas .fa {
	margin-left: 5px;
	color: #fff;
}
.qtranxs_flag_es {
  background-image: url(images/es.png);
  background-repeat: no-repeat;
  background-size: 25px;
}
.qtranxs_flag_en {
  background-image: url(images/gb.png);
  background-repeat: no-repeat;
  background-size: 25px;
}

/**** HEADER ****/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.bordeheader {
	position: relative;
	display: block;
}
.bordeheader::after {
 	content: '';
  	display: block;
  	position: absolute;
  	bottom: -1px;
  	left: 0;
  	right: 0;
  	height: 1px;
  	width: 100%;
  	z-index: 1000;
  	border-top: 1px solid #fff;
  	opacity: 0.3;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 96px;
}
header .logo {
	margin-top: 20px;
}
.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: #fff;
	font-size: 16px;
	border: none;
	text-transform: none;
	font-weight: normal;
	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: 'Poppins', sans-serif;
	border-bottom: 2px solid transparent;
	padding: 12px 15px 17px 15px;
}
.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: #fff;
	border-bottom: 2px solid var(--red);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    border-bottom: 2px solid var(--red);
}
.navbar-right {
    padding-top: 24px;
}
.navbar-default .navbar-nav li.myCMCT {
  padding: 0 20px;
  position: relative;
  top: 3px;
}
.navbar-default .navbar-nav li.myCMCT a.btn-cmct {
	background: var(--red) !important;
	border: none !important;
	color: #fff !important;
	padding: 9px 12px;
	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;
	border-radius: 4px;
}
a.loginbtn, a.loginbtn:hover, a.loginbtn:focus,
.navbar-default .navbar-nav li a.loginbtn:hover  {
    display: block;
    width: 100%;
    padding: 10px !important;
    text-align: center;
    background: var(--red) !important;
    color: #fff !important;
    margin-top: 14px;
    margin-bottom: 10px;
    border: none !important;
}
.navbar-default .navbar-nav li.myCMCT ul li {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-right ul.dropdown-menu {
    min-width: 240px !important;
    right: 0;
    left: inherit;
}
.dropdownidiomas {
	position: absolute;
	right: 0;
}
header .logo2 {
  	display: none;
}


/** HOME **/
.carousel-home, .carousel-home .carousel-inner {
	height: 100%;
}
.carousel-home .item {
	height: 100%;
}
#myVideo {
  	/*
  	position: fixed;
  	right: 0;
  	bottom: 0;
  	min-width: 100%;
  	min-height: 100%;
  	*/
	position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
  	min-height: 100%;
}
.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: left;
	width: 600px;
	max-width: 100%;
	margin: 0;
	font-size: 16px;
}
.content-carousel h1 {
	padding-top: 140px;
	font-size: 58px;
	color: #fff;
}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background-color: #EA0B13;
    border: 1px solid #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #ccc;
    border-radius: 20px;
}
img.deco {
	margin: 10px 0 20px 0;
}
.service-home {
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 50px;
}
.service-home .image {
	display: block;
	width: 100%;
	height: 200px;
}
.service-home .contents {
	padding: 10px 15px;
}
.leermas {
	text-transform: uppercase;
}
.leermas .fa {
	color: var(--red);;
	display: inline-block;
	border: 1px solid var(--red);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	margin-right: 6px;
	position: relative;
	top: 0;
	line-height: 20px;
}

footer {
	padding-top: 40px;
	background: #e8e8e8;
	color: var(--red);
	position: relative;
}
footer a {
	color: var(--red);
}
.menufooter a {
	font-size: 14px;
	margin: 0 8px;
}
.socialfooter a {
	background: #fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
}
.developer {
	text-align: right;
}
.imgfooter {
	position: absolute;
	left: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.developer, .copyright, .developer a {
	color: #4F4848;
	font-size: 14px;
}

/*** PAGINAS **/
.cab {
	padding-top: 210px;
	padding-bottom: 30px;
}
.bg-grey {
	background: #f8f8f8;
}
h4 {
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}
img.deco2 {
	width: 67px;
	margin: 10px 0 0 0;
}
.contenidos h1 {
	width: 320px;
	max-width: 100%;
	margin-bottom: 20px;
}
.relative {
	position: relative;
}
.decor2 {
	background: url(images/dec.png) no-repeat center center;
	background-size: 100%;
	width: 120px;
	height: 48px;
	position: absolute;
	top: 90px;
	left: 20px;
}
.politica {
	background: #fff;
	padding: 12px 20px;
	border-left: 4px solid var(--red);
	margin-bottom: 30px;
}
.certificacion {
	padding: 10px 15px;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10);
	background: #fff;
	text-align: center;
}
.col-5 {
	padding: 0 15px;
	width: 20%;
	float: left;
}
.tituloenlace {
	min-height: 90px;
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.tituloenlace a {
	color:  var(--red);
}
form {
	text-align: left;
}
input, textarea {
	border: 1px solid #ccc;
	background: #f0f0f0;
	color:  #111;
	margin-bottom: 16px;
	width: 100%;
	padding: 16px 15px;
}
label {
	font-weight: normal;
}
.terminos {
	font-size: 14px;
}
input[type="checkbox"] {
	width: auto;
}
.botonround {
	background: var(--red);
	color: #fff;
	padding: 13px 60px;
	border-radius: 26px;
	border: none;
	outline: none;
	text-transform: uppercase;
}
.mapa iframe {
	width: 100%;
	height: 400px;
}
.alert {
	color: var(--red);
	font-size: 17px;
}
.floatright {
	float: right
}
.sidebar {
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 10000;
	background: rgba(232,232,232,0.8);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #fff;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10);
	padding: 5px;
}
.sidebar a {
	-webkit-display: flex;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	width: 74px;
	border-bottom: 1px solid #e0e0e0;
	min-height: 55px;
}
.sidebar a img {
	width: 40px;
}
.sidebar a .block {
	display: block;
	width: 100%;
	text-align: center;
}
.sidebar a span {
	display: none;
}
.sidebar a.activo span {
	display: block;
}
.proyectos .proyecto {
	display: block; 
	height: 240px;
	text-align: center;
	position: relative; 
	overflow: hidden !important;
	border-radius: 6px;
	margin-bottom: 40px;
}
.galeria { 
	margin-top: 30px; 
}
.proyectos .contenidos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff !important;
	padding: 15px;
	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;
}
.proyectos:hover .contenidos {
	bottom: 20px;
}
.proyectos .proyecto .shadow {
    background: rgba(0,0,0,0.3);
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.proyectos h4 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.proyecto .contenidos .texto {
	height: 0;
	opacity: 0;
}
.proyecto:hover .shadow {
	background: rgba(0,0,0,0.7);
}
.proyecto:hover .contenidos .texto {
	height: auto;
	opacity: 1;
}
.proyecto:hover h4::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: #fff;
	margin: 16px auto 12px auto;
}
.img_galeria { 
	display: inline-block; 
	width: 100%; height: 170px; 
	margin-bottom: 15px; 
}
.owl2 .owl-dots, .owl3 .owl-dots {
	display: block !important;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.owl-carousel button.owl-dot {
    background: #fff;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #CF1F24;
    border-radius: 14px;
    margin: 0 4px 10px 4px;
}
.owl-carousel button.owl-dot.active {
	background: #CF1F24;
}
.owl2 .owl-nav  {
	display: none;
}



@media(max-width: 767px) {
	.dropdownidiomas {
  		right: 60px;
	}
	.navbar-toggle {
 		position: relative;
  		float: right;
  		padding: 9px 10px;
  		margin-top: 8px;
  		margin-right: 15px;
  		margin-bottom: 8px;
  		background-color: transparent;
  		background-image: none;
  		border-radius: 4px;
  		padding: 13px 2px;
  		margin: 16px 0 0 0;
  		border: none !important;
  		background: transparent !important;
	}
	.navbar-toggle .icon-bar {
  		display: block;
  		width: 22px;
  		height: 2px;
  		border-radius: 1px;
  		margin-bottom: 5px;
  		background-color: #fff !important;
	}
	.top .col-sm-9 {
		display: none;
	}
	.content-carousel h1 {
  		padding-top: 140px;
  		font-size: 40px;
	}
	.piefooter {
		text-align: center;
	}
	.developer {
		text-align: center;
	}
	.navbar-collapse {
		border-top: none !important;
	  	box-shadow: none !important;
	  	background: rgba(0,0,0,0.95);
	  	margin-left: -15px;
	  	margin-right: -15px;
	  	padding: 0;
	  	margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-nav li a {
		color: #fff;
		font-size: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 30px;
		padding-right: 30px;
		border-bottom: 1px solid #333 !important;
		font-weight: normal;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.navbar-default .navbar-nav li.myCMCT a.btn-cmct {
  		background: transparent !important;
  		border: none !important;
  		color: #fff !important;
  		padding: 11px;
  	}
  	header .logo {
  		display: none;
  	}
  	header .logo2 {
  		display: inline-block;
  		width: 78px;
  		margin-bottom: 8px;
	}
	.dropdownidiomas {
	  	top: 25px;
	}
	.carousel-home, .carousel-home .carousel-inner {
  		height: 600px;
	}
	.content-carousel h1 {
  		padding-top: 100px;
	}
	.cab {
  		padding-top: 160px;
  	}
  	.col-5 {
		width: 50%;
	}
	.floatright {
		float: none
	}
}

@media(max-width: 498px) {
	h1 {
		font-size: 30px;
	}
	h3 {
		font-size: 20px;
	}
}