/*
Theme Name: DHOZ Consulting
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'Futura Lt BT';
    src: url('fonts/FuturaBT-Light.eot');
    src: url('fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-Light.woff2') format('woff2'),
        url('fonts/FuturaBT-Light.woff') format('woff'),
        url('fonts/FuturaBT-Light.ttf') format('truetype'),
        url('fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {	
	--white: #ffffff;
	--blue: #135061;
	--light: #C9D8D7;
	--black: #333333;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Futura Lt BT', sans-serif;
	font-size: 18px;
	color: var(--black);
	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);
}
.light {
	color: var(--light);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-light {
	background: var(--light);
}
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);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--blue);
	background: var(--light);
	border: 1px solid var(--light);
	padding: 10px 40px;
	font-weight: normal;
	font-family: 'Futura Lt BT', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 17px;
}
.boton:hover, .boton:focus {
	color: var(--blue);
	background: var(--light);
	border: 1px solid var(--light);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Futura Lt BT', sans-serif;
	font-weight: normal;
	color: var(--blue);
	margin-bottom: 20px;
}
h1 {
	font-size: 56px;
}
h2 {
	font-size: 40px;
}


/**** HEADER ****/
body {
	position: relative;
}
header {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	width: 100%;
}
.content-menu {
	position: relative;
	padding-right: 62px;
}
.language-chooser {
	position: absolute;
	right: 15px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	top: 32px;
}
.language-chooser li.active {
	display: none;
}
.language-chooser li img {
	display: none;
}
.language-chooser a {
	display: block;
	width: 26px;
	height: 26px;
}
.language-chooser a.qtranxs_image_es {
	background: url(images/es.png) no-repeat center center;
	background-size: cover;
	border: 2px solid #fff;
	border-radius: 50%;
}
.language-chooser a.qtranxs_image_en {
	background: url(images/en.png) no-repeat center center;
	background-size: cover;
	border: 2px solid #fff;
	border-radius: 50%;
}

header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 75px;
}
.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: 17px;
	border: none;
	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: 'Futura Lt BT', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 15px 2px;
}
.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(--blue);
}
.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(--blue);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-right {
    padding-top: 22px;
}

.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--blue);
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	color: #000;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--blue);
}


.slide .content-carousel {
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 50%;
}
a.readmore {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 17px;
	color: var(--blue);
}
.intro {
	padding-top: 50px;
}
.owl-carousel {
	padding-left: 50px;
}
.owl-carousel .owl-nav  {
	display: block !important;
}
.owl-carousel .owl-dots {
	display: none !important;
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right.png) no-repeat center center;
    background-size: cover;
    width: 25px;
    height: 12px;
    position: absolute;
    top: 26px;
    left: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: cover;
    width: 25px;
    height: 12px;
    position: absolute;
    top: 56px;
    left: 0;
}
.bg-grey {
	background: #ecebe6;
}
.equipo img {
	width: 100%;
	margin-bottom: 15px;
}
.equipo strong {
	font-size: 17px;
	display: block;
	line-height: 21px;
}
.equipo .cargo {
	font-size: 16px;
	color: #57544C;
}
.trabaja {
	background: url(images/edificio.jpg) no-repeat center center;
	background-size: cover;
}
.trabaja .bg-white {
	padding: 50px 30px;
}
.trabaja .bg-white h2 {
	margin-top: 0;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 240px;
	margin-bottom: 15px;
}
.formulario input, .formulario select, .formulario textarea {
	border: 1px solid #C9D8D7;
	margin-bottom: 15px;
	padding: 10px 15px;
	width: 100%;
}
.mapa iframe {
	width: 100%;
	height: 300px;
}
footer {
	background: #353535;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #FEFEFE;
	font-size: 17px;
}
footer a {
	color: #FEFEFE !important;
}
.sello {
	text-align: right;
}
.sello img {
	width: 68px;
}
@media(min-width:991px) {
	.sello img {
		margin-top: -50px;
	}
}


/* PAGINAS */
.cab {
	padding-top: 150px;
	min-height: 450px;
	background-size: cover;
}
.cabfirma {
	background: url(images/cabfirma.jpg) no-repeat right center;
}
.cabblog {
	background: url(images/cabblog.jpg) no-repeat center center;
}
.cab .col-sm-12 {
	padding-right: 45%;
}
.membresias img {
	height: 110px;
	margin-right: 20px;
}
.links {
	text-align: center;
}
.links .link {
	display: inline-block;
	padding: 6px 15px;
	margin: 1px;
	background: #DEDEDE;
	color: #333333;
}
.links .link.active {
	background: var(--blue);
	color: #fff;
}
.single {
	padding-top: 80px;
}
.servicio strong {
	color: var(--blue);
}

.panel-title a {
	color: #fff !important;
	font-size:  19px;
}
.panel-heading .accordion-toggle {
    position: relative;
    display: block;
    padding-right: 40px !important;
}
.panel-heading .accordion-toggle:after {
  font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
  content: "\2212"; /* adjust as needed, taken from bootstrap.css */
  color: #fff; /* adjust as needed */
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0px;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\2b"; /* adjust as needed, taken from bootstrap.css */
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0px;
}
.panel-default > .panel-heading {
  color: #fff !important;
  background-color: var(--blue);
  border-color: #fff !important;
  font-weight: bold;
}
@media(min-width:767px) {
	.floatright {
		float:  right;
	}
}
.page-equipo h4 {
	font-size:  24px;
	color: var(--black);
	font-weight: bold;
	margin-bottom: 6px;
}



@media(max-width:991px) {
	.navbar-default .navbar-nav li {
 		padding-right: 6px;
  		padding-left: 6px;
	}
	.slide .content-carousel {
  		padding-left: 10%;
  		padding-right: 10%;
	}
}

@media(max-width:767px) {
	.navbar-toggle {
		margin-top: 23px;
		margin-right: 0;
  		background: var(--blue) !important;
  		color: #fff !important;
	}
	.slide .content-carousel {
    	padding-left: 0;
    	padding-right: 0;
  	}
  	h1 {
 		font-size: 44px;
	}
	.intro {
  		padding-top: 0;
	}
	h2 {
  		font-size: 30px;
	}
	.cab .col-sm-12 {
  		padding-right: 10%;
	}
	.cab {
  		padding-top: 140px;
  	}
}