/*
Theme Name: World Offices & Services
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--brown: #340414;
	--black: #000000;
	--primary: #111111;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: var(--primary);
	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);
}
.brown {
	color: var(--brown);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-brown {
	background: var(--brown);
}
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(--brown);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--brown);
	border: none;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	border-radius: 6px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: #411b28;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}


/**** HEADER ****/
.top {
	background:var(--brown);
	color:#fff;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}
.top img {
	margin-right: 4px;
}
.top .telefono {
	margin-right: 15px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    width: 140px;
    margin-bottom: 10px;
}
.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: #000;
	font-size: 15px;
	border: none;
	padding: 6px 12px;
	border-radius: 4px;
	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: 'Poppins', sans-serif;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background: var(--brown) !important;
	color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background: var(--brown) !important;
	color: #ffffff;
}
.navbar-default .navbar-nav li {
	padding-right: 5px;
	padding-left: 5px;
}
.navbar-right {
    padding-top: 30px;
}
.container-menu .container-fluid {
	position: relative;
	padding-right: 106px;
}
.container-menu .social {
	position: absolute;
	right: 15px;
	top: 35px;
}
.container-menu .social a, .socialfooter a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background:var(--brown);
	color:#fff;
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	border-radius: 50%;
} 
h1 {
	font-size: 48px;
	font-weight: 700;
}
.content-carousel {
	padding-top: 100px;
	padding-bottom: 100px;
	color:#fff;
	padding-right: 50%;
}
.content-carousel h1 {
	color:#fff;
}
.content-carousel .linea {
	display: block;
	height: 2px;
	background: #fff;
	width: 100px;
	margin: 20px 0 30px 0;
}
.contenido-slide {
	font-size: 15px;
	padding-left: 50px;
}
.contenido-slide a {
	background: #fff;
	color:var(--brown);
	display: inline-block;
	padding: 8px 25px;
	border-radius: 24px;
	text-trasnsform: uppercase;
	font-weight:600;
}
.contenido-slide a:hover {
	background:var(--brown);
	color:#fff;
}
.solicitar {
	padding: 30px;
	background:rgba(255,255,255,0.8);
	text-align: center;
	width: 400px;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 12px 10px rgba(66, 68, 90, 0.23);
	-moz-box-shadow: 0px 0px 12px 10px rgba(66, 68, 90, 0.23);
	box-shadow: 0px 0px 12px 10px rgba(66, 68, 90, 0.23);
	border-radius: 20px;
	margin-top:-70px;
}
.solicitar h2 {
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	color:var(--brown);
}
.solicitar .row {
	margin: 0 -5px;
}
.solicitar .row .col-xs-5, .solicitar .row .col-xs-7 {
	padding: 0 5px;
}
.solicitar a {
	display: block;
	width: 100%;
}
.servicio {
	display: block;
	width: 400px;
	max-width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.servicio2 {
	display: block;
	width: 400px;
	max-width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.servicio h4 {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	color:#fff;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}
.servicio2 .contenidos2 {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	color:#fff;
	padding-left: 20px;
	padding-right: 20px;
}
.servicio2 .contenidos2 .oculto {
	display: none;
}
.servicio2:hover .contenidos2 .oculto {
	display: block;
}
.servicio2 .contenidos2 h4 {
	font-weight: bold;
}
.pregunta {
	margin-bottom: 30px;
}
.bg {
	background: url(images/bg.png) no-repeat bottom center;
	background-size: 100%;
}
footer {
	padding-top: 60px;
	padding-bottom: 30px;
}
.contact {
	position: relative;
	padding-left: 22px;
}
.contact img {
	position: absolute;
	left: 0;
	top: 0;
}
@media(min-width:767px) {
	.mapa {
		padding-left: 50px;
	}
	.developer {
		text-align: right;
	}
}
.mapa iframe {
	width: 100%;
	height: 300px;
}
.logofooter {
	width: 140px;
	margin-bottom: 10px;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.cab.cabservicios {
	background: url(images/cabservicios.jpg) no-repeat center center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.cab.cabbusca {
	background: url(images/cabbusca.jpg) no-repeat center center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.cab h1 {
	margin: 0;
	color:#fff;
}
.border-radius {
	border-radius: 8px;
}
.bg2 {
	background: url(images/bg2.jpg) no-repeat bottom center;
	background-size: 100%;
}
ul.lista {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.lista li {
	position: relative;
	padding-left: 24px;
	background:url(images/bullet.jpg) no-repeat left 3px;
	background-size: 18px;
}
table {
	width: 100%;
	font-size: 14px;
	min-width: 900px;
}
table td {
	border: 3px solid #fff;
	background: #e8e8e8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}
table td div {
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
}
table td.bgred {
	background: var(--brown);
	color:#fff;
	font-weight: bold;
	text-align: left;
}
table td.dark {
	background:#dadada;
}
table td .fa {
	font-size: 20px;
	color:var(--black);
}
.service {
	width: 300px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 40px;
	font-weight:600;
}
.service img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 110px;
	margin-bottom: 5px;
}
.table-responsive {
	overflow-x: scroll;
}
.servicio small {
	font-weight: normal;
	color:#fff;
}
.formulario {
	width: 480px;
	max-width: 100%;
	margin-left: auto;
	margin-right:auto;
}
.formulario input[type="text"], .formulario input[type="email"] {
	border:1px solid #ccc;
	margin-bottom:16px;
	padding: 12px;
	width: 100%;
}
.formulario textarea {
	border:1px solid #ccc;
	margin-bottom:16px;
	padding: 12px;
	width: 100%;
	height: 100px;
}
.formulario label {
	display: block;
	font-weight: normal;
}




@media(max-width:991px) {
	.hidden991 {
		display: none;
	}
}


@media(max-width:767px) {
	.container-menu .container-fluid {
  		padding-right: 82px;
	}
	.navbar-toggle {
  		margin-top: 21px;
  		border: none !important;
  		font-size: 18px;
  		background: #fff !important;
	}
	.navbar-default .navbar-nav li {
 		margin: 2px 0;
	}
	.solicitar {
		float: right;
	}
	.contenido-slide {
  		padding-left: 0;
	}
	.content-carousel {
 		padding-right: 20%;
	}
	.servicio {
		margin-right: auto;
		margin-left: auto;
	}
}

@media(max-width:498px) {
	h1 {
 		font-size: 38px;
  	}
  	.content-carousel {
   		padding-right: 0;
  	}
  	.solicitar {
  		padding: 30px 12px;
  	}
  	.solicitar .boton {
  		padding: 8px 10px;
  	}
}

#html5-watermark {
	display: none !important;
}
.owl-nav {
	display: block !important;
	text-align:center;
	font-size: 24px;
}
.owl-nav button {
	margin: 20px 4px 0 4px;
}
.owl-nav button span {
	display: inline-block;
	width: 34px;
	height: 34px;
 	border-radius: 50%;
 	text-align: center;
 	background: #ccc;
 	line-height: 30px;
}
.owl-dots {
	display: none !important;
}