/*
Theme Name: Caribbean Arts & Design
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--red: #FD390F;
	--yellow: #FF9900;
	--grey: #829494;
	--black: #222222;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', 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);
}
.grey {
	color: var(--grey);
}
.red {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
.bg-grey {
	background: var(--grey);
}
.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(--red);
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--grey);
	border: none;
	padding: 9px 30px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	border-radius: 8px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--red);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (height/width * 100) */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapa iframe {
	width: 100%;
	height: 300px;
}

/**** HEADER ****/
.top {
	background: #829494;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
}
.top .col-sm-11 span, .top .col-sm-11 a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
}
.top img {
	margin-right: 2px;
	width: 15px;
}
.top .social {
	text-align: right;
}
.top .social a {
	color: #fff !important;
	margin-left: 7px;
	font-size: 19px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 50px;
    margin-bottom: 5px;
}
.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(--black);
	font-size: 16px;
	border: none;
	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: 'Montserrat', sans-serif;
	border-bottom: 2px solid transparent;
	padding: 21px 0px;
}
.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(--black);
	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: var(--black);
	border-bottom: 2px solid var(--red);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 0;
}
.slider {
	background: url(images/video.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 600px;
	font-weight: 500;
	font-size: 18px;
}
.slider .content-slider {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	color: #fff;
}
.slider h1 {
	display: inline-block;
	color: #fff;
	margin: 0;
}
.text-slider span {
	display: inline-block;
	margin: 0 10px;
	font-size: 15px;
	position: relative;
	top: -3px;
}
.text-slider {
	padding-bottom: 10px;
	border-bottom: 2px solid var(--red);
}
h1, .h1 {
	font-size: 32px;
}
.h1 {
	color: var(--red);
}
.bg {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
}
.lampara {
	position: relative;
	padding-left: 500px;
	padding-top: 60px;
	padding-bottom: 90px;
}
.lampara img {
	position: absolute;
	width: 510px;
	left: 0;
	top: 0;
}
.myrow {
	margin: 0 5px;
}
.myrow .col-sm-4, .myrow .col-sm-3 {
	padding: 0 5px;
}
.bloque {
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.flex {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex .block {
	font-size: 17px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.flex .block p {
	margin: 0;
	background: rgba(0,0,0,0.4);
	padding: 6px 10px;
	line-height: 1.2em;
}
.owl2 .owl-nav  {
	display: none !important;
}
.owl2 .owl-dots {
	display: block !important;
	width: 100%;
	text-align: center;
}
.owl2 .owl-dots .owl-dot {
	display: inline-block;
	height: 4px;
	width: 24px;
	margin: 0 1px !important;
	background: #CCCCCC;
	border-radius: 4px;
}
.owl2 .owl-dots .owl-dot.active {
	background: var(--red) !important;
}
.botones .boton {
	margin: 0 5px 12px 5px;
}
.bg-grey {
	background: #f2f2f2;
}
.trabajos-home .myrow .col-sm-3 {
	margin-bottom: 10px;
}
footer  {
	padding-top: 40px;
	font-size: 15px;
}
.logofooter {
	width: 220px;
	margin-bottom: 12px;
}
.redesfooter {
	font-size: 19px;
}
.redesfooter a {
	margin-right: 5px;
}
p.contactos {
	position: relative;
	padding-left: 24px;
}
p.contactos img {
	position: absolute;
	left: 0;
	top: 0;
}
a.contactos {
	display: inline-block;
	padding-left: 24px;
	position: relative;
	margin-right: 15px;
	color: #555 !important;
	margin-bottom: 12px;
}
a.contactos img {
	position: absolute;
	left: 0;
	top: 0;
}
.copyright {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
.copyright .copy {
	padding-top: 10px;
}
.tarjetas {
	text-align: right
}
.tarjetas img {
	height: 40px;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.cab2 {
	background: url(images/cab2.jpg) no-repeat center center;
	background-size: cover;
}
.cab3 {
	background: url(images/cab3.jpg) no-repeat center center;
	background-size: cover;
}
.cab4 {
	background: url(images/cab4.jpg) no-repeat center center;
	background-size: cover;
}
.cab h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 38px;
}
.cab h1::after {
	content: '';
	display: block;
	width: 90px;
	height: 2px;
	background: var(--red);
	margin-top: 10px;
}
.page-productos .bloque {
	margin-bottom: 10px;
}
#html5-watermark, .html5-text {
	display: none !important;
}
h3 {
	font-size: 22px;
	font-weight: 600;
}
h3.red {
	color: var(--red);
	margin-bottom: 20px;
}
.medida h3 {
	color: #333333;
	font-weight: 600;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.medida ul {
	list-style-type: none;
}
.medida ul strong {
	color: var(--red);
}
.medida ul li {
	margin-bottom: 6px;
}
.paso {
	position: relative;
	padding-left: 44px;
	padding-top: 5px;
}
.paso strong {
	color: var(--red);
}
.paso span {
	font-size: 24px;
	color: var(--red);
	font-weight: 600;
	position: absolute;
	left: 20px;
	top: 0;
}
.formulario input {
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 17px;
	padding: 12px;
}
.formulario textarea {
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 17px;
	padding: 12px;
	height: 120px;
}
.terminos {
	margin-top: 30px;
	font-size: 14px;
}
.portafolio .col-sm-3 {
	text-align: center;
	margin-bottom: 24px;
}
.noticia {
	margin-bottom: 40px;
}
.noticia h4 {
	color: var(--red);
	margin: 20px 0 15px 0;
}
.mapa iframe {
	width: 100%;
	height: 320px;
}
.legal h2, .legal h3, .legal h4 {
	color: var(--red);
	font-weight: 600;
	margin-bottom: 24px;
}


@media(max-width:1100px) {
	.top .horario {
		display: none !important;
	}
	.top .social {
  		white-space: nowrap;
	}
}

@media(max-width:767px) {
	.top .direccion {
		display: none !important;
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 0 9px 10px;
	  margin-top: 0px;
	  margin-right: 0px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: none;
	  border-radius: 4px;
	  background: #fff !important;
	  border: none !important;
	  color: var(--red);
	  font-size: 24px;
	}
	.navbar-default .navbar-nav li a {
  		padding: 12px 0px;
  		border-bottom: 2px solid #f4f4f4;
	}
	.lampara img {
	  position: absolute;
	  width: 335px;
	  left: -74px;
	  top: 0;
	}
	.lampara {
	  position: relative;
	  padding-left: 227px;
	  padding-top: 48px;
	  padding-bottom: 50px;
	}
	.bloque {
	  width: 400px;
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
}


@media(max-width:498px) {
	h1, .h1 {
 		font-size: 28px;
	}
	.lampara img {
  		opacity: 0.1;
	}
	.lampara {
	  position: relative;
	  padding-left: 15px;
	  padding-top: 48px;
	  padding-bottom: 50px;
	}
}