/*
Theme Name: ayiti
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #0099FF;
	--orange: #FA4F1B;
	--black: #000000;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('fonts/GothamNarrow-Bold.eot');
    src: url('fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-Bold.woff2') format('woff2'),
        url('fonts/GothamNarrow-Bold.woff') format('woff'),
        url('fonts/GothamNarrow-Bold.ttf') format('truetype'),
        url('fonts/GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 300;
}
.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);
}
.orange {
	color: var(--orange);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-orange {
	background: var(--orange);
}
.bg-grey {
	background: #f2f2f2;
}
.transition, 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);
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	border-radius: 6px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #0470b8;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham Narrow', sans-serif;
	font-weight: bold;
}


/**** HEADER ****/
header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.top {
	border-bottom: 1px solid #344289;
	padding-top: 6px;
	padding-bottom: 5px;
}
.top .social {
	display: inline-block;
}
.top .language-chooser {
	display: inline-block;
}
.top .language-chooser a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.top .language-chooser li {
	display: inline-block;
}
.top .language-chooser li.active {
	display: none;
}
.qtranxs_flag_fr {
  padding-left: 32px;
  background-size: 26px;
}
.qtranxs_flag_en {
  padding-left: 32px;
  background-size: 26px;
}
.top .social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: #fff;
	text-align: center;
	color: #273367;
	font-size: 15px;
	border-radius: 50%;
	line-height: 32px;
	margin-left: 6px;
}
.top .botontop {
	display: inline-block;
	margin-right: 10px;
}
.top .botontop .boton {
  padding: 5px 6px;
  font-size: 14px;
  background: #fa4f1b;
  border: none;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
  height: 76px;
}
.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: 15px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
	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: 'Gotham Narrow', sans-serif;
	border-bottom: none;
	padding-bottom: 35px;
	padding-top: 35px;
}
.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(--orange);
	border-bottom: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--orange);
    border-bottom: none;
}
.navbar-default .navbar-nav li {
  padding-right: 14px;
  padding-left: 14px;
}


/**** HOME ****/
.carousel-home .item {
	height: 700px;
}
.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: 22px;
}
.content-carousel h1 {
	font-size: 51px;
}
.indicadores {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 60px;
}
.carousel-indicators {
	width: 1200px;
	position: relative;
	text-align: left;
	bottom: inherit;
	left: inherit;
	margin: 0 auto;
	padding: 0 15px;
}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background-color: var(--blue);
    border: 1px solid #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background: rgba(255,255,255, 0.95);
    border: 1px solid #ccc;
    border-radius: 20px;
}
.featured {
	margin-top: -90px;
}
.feature {
	background: #fff;
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 100px;
	border-radius: 8px;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 5px solid var(--blue);
	margin-bottom: 30px;
	/***
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,153,255,0.35);
	-moz-box-shadow: 0px 5px 8px 0px rgba(0,153,255,0.35);
	box-shadow: 0px 5px 8px 0px rgba(0,153,255,0.35);
	**/
}
.feature img {
	position: absolute;
	left: 15px;
	top: 22px;
	width: 72px !important;
	display: block;
}
.feature a {
	border: 1px solid #999;
	border-radius: 26px;
	padding: 10px 30px;
	display: inline-block;
	color: #999;
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
	margin-top: 8px;
}
.feature a:hover {
	color: #fff;
	background: var(--blue);
}
.feature .fa {
	margin-left: 10px;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h4 + h1 {
	margin-top: 0;
}
h1 {
	font-size: 40px;
	margin-bottom: 20px;
}
img {
	border-radius: 8px;
}
.intro ul {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
.intro ul li {
	float: left;
	width: 50%;
	margin-bottom: 6px;
	position: relative;
	padding-left: 22px;
}
.intro ul li::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(images/bullet.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 6px;
}
.bg1 {
	background: url(images/bg1.jpg) no-repeat center center;
	background-size: cover;
}
.bg2 {
	background: url(images/bg2.jpg) no-repeat center center;
	background-size: cover;
}
.owl2 .item, .owl3 .item {
	padding: 0 8px;
}
.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/right2.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    border: 3px solid #fff;
    position: absolute;
    top: 66px;
    right: -62px;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left2.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    border: 3px solid #fff;
    position: absolute;
    top: 66px;
    left: -62px;
}
.bg1 {
	padding-top: 50px;
}
.bg1 .img {
	position: relative;
	margin-top: -90px;
}
.before-call {
	padding-bottom: 80px;
}
.call {
	color: #fff;
}
.phone {
	font-family: 'Gotham Narrow', sans-serif;
	color: #fff;
	font-size: 44px;
}
.call .boton, .call .boton:hover, .call .boton:focus {
	background: #fff;
	color: #0439A9;
}
footer {
	background: url(images/bgfooter.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding-top: 40px;
}
.logofooter {
	width: 210px;
}
footer .social {
	margin-top: 10px;
}
footer .social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: #fff;
	text-align: center;
	color: #273367;
	font-size: 15px;
	border-radius: 50%;
	line-height: 32px;
	margin-right: 6px;
}
.menufooter {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menufooter li {
	display: inline-block;
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	font-family: 'Gotham Narrow', sans-serif;
}
.menufooter li a, .menufooter li a:hover, .menufooter li a:focus {
	color: #fff;
}
p.contact {
	position: relative;
	padding-left: 26px;
}
p.contact img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
}
.bottom {
	background: rgba(2,23,54,0.6);
	padding-top: 15px;
	padding-bottom: 15px;
}
@media(min-width: 767px) {
	.developer {
		text-align: right;
	}
}
.developer a {
	color: #fff !important;
}
.cab {
	background: url(images/slider.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 10px;
}
.cab h1 {
	color: #fff;
	text-transform: uppercase;
}
.bread {
	color: var(--orange);
	text-transform: uppercase;
	padding: 15px 0;
}
.bread a {
	color: #999;
}
.bread .fa {
	margin: 0 10px;
}
h2 {
	margin-bottom: 20px;
}
.mapa iframe {
	width: 100%;
	height: 380px;
}
.formulario input, .formulario textarea, .formulario select {
	width: 560px;
	padding: 13px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	max-width: 100%;
	background: #fff;
}
.galeria {
	display: inline-block;
	width: 272px;
	height: 210px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}


@media(max-width: 767px) {
	header .navbar-brand img {
		margin-bottom: 8px;
		height: 62px;
 	}
	.navbar-toggle {
	 	margin-top: 20px;
	 	padding: 0 15px 0 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	 	color: #fff;
	 	font-size: 25px;
	}
	.navbar-collapse {
	  border-top: 1px solid #066f8d !important;
	  box-shadow: none !important;
	  background: rgba(41,53,105, 0.98);
	  margin-left: -15px;
	  margin-right: -15px;
	  padding: 0;
	  margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 22px;
		padding-right: 22px;
		border-bottom: 1px solid #2f3b75 !important;
		font-weight: normal;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.content-carousel h1 {
		font-size: 42px;
	}
	.content-carousel > div {
  		text-align: left;
  		font-size: 20px;
	}
	.call {
		text-align: center;
	}
}

@media(max-width: 498px) {
	.content-carousel h1 {
		font-size:38px;
	}
	h1 {
		font-size: 34px;
	}
	.intro ul {
		margin-bottom: 0;
	}
	.intro ul li {
		float: none;
		width: 100%;
	}
	.phone {
		font-size: 34px;
	}
	.galeria {
		display: inline-block;
		width: 100%;
		height: 210px;
		margin-bottom: 20px;
		margin-right: 20px;
		float: left;
	}
	.top .botontop {
		display: none;
  	}
}

.whatsappfix {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}
.whatsappfix img {
    width: 50px;
}