/*
Theme Name: Dhoz Abogados
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'Futura';
    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;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {	
	--white: #ffffff;
	--blue: #135061;
	--black: #333333;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Futura', sans-serif;
	font-size: 16px;
	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);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-grey {
	background: #f0f0f0;
}
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: #C9D8D7;
	border: 1px solid #C9D8D7;;
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Futura', sans-serif;
	letter-spacing: 1px;
	font-size: 15px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--blue);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Futura', sans-serif;
	font-weight: normal;
	color: var(--blue);
}


/**** HEADER ****/
header {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 72px;
}
.content-menu {
	position: relative;
	padding-right: 50px;
}
.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: 16px;
	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', sans-serif;
	border-bottom: 2px solid transparent;
	padding: 18px 1px;
}
.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: #000;
	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: #000;
	border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.language-chooser {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 24px;
}
.language-chooser li.active {
	display: none;
}
.language-chooser li img {
	display: none;
}
.language-chooser li .qtranxs_image_en {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(images/en.png) no-repeat center center;
	background-size: cover;
}
.language-chooser li .qtranxs_image_es {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(images/es.png) no-repeat center center;
	background-size: cover;
}
.navbar-right {
    padding-top: 10px;
}

.carousel-home .item {
	height: 650px;
}
.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;
}
.content-carousel > div {
	text-align: left;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
	padding-left: 52%;
	color: var(--black);
}
h1, .h1 {
	font-size: 58px;
	margin-bottom: 20px;
}
h2, .h2 {
	font-size: 46px;
	margin-bottom: 20px;
}
.readmore {
	letter-spacing: 1px;
	color: var(--blue);
	text-transform: uppercase;
	font-weight: bold;
}
.owl1 strong {
	display: block;
	font-size: 19px;
}
.owl-nav  {
	display: block !important;
	/*** 
	position: absolute;
	top: 70px;
	****/
}
.owl-carousel {
	padding-left: 50px;
	padding-right: 3px;
}
.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: 24px;
    height: 12px;
    position: absolute;
    top: 36px;
    left: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 12px;
    position: absolute;
    top: 76px;
    left: 0;
}
.owl2 img {
	margin-bottom: 10px;
}
.intro {
	padding-top: 80px;
}
.trabaja {
	background: url(images/edificio.jpg) no-repeat center center;
	background-size: cover;
}
.trabaja .bg-white {
	background: #fff;
	padding: 30px 34px 40px 34px;
}
.trabaja .bg-white h2 {
	margin-top: 0;
	padding-top: 0;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
}
.formulario input, .formulario select, .formulario textarea {
	width: 100%;
	border: 1px solid #C9D8D7;
	padding: 12px 15px;
	margin-bottom: 20px;
}
.formulario textarea {
	height: 150px;
}
.mapa iframe {
	width: 100%;
	height: 340px;
}
footer {
	background: #353535;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
}
footer a {
	color: #fff !important;
}
.logofooter {
	width: 160px;
}
.sello {
	text-align: right;
}
.sello img {
	margin-top: -30px;
	width: 60px;
}

.cab {
	padding-top: 150px;
	padding-bottom: 80px;
	font-size: 18px;
}
.cab h1 {
	margin: 0;
	padding: 0;
}
.cab .boton {
	margin-top: 20px;
}
.cabfirma {
	background: url(images/cabfirma.jpg) no-repeat center center;
	background-size: cover;
}
.cabblog {
	background: url(images/cabblog.jpg) no-repeat center center;
	background-size: cover;
}
.cab .col-sm-12 {
	padding-right: 50%;
}
h3 {
	font-size: 32px;
	margin-bottom: 20px;
}
.col-sm-4.floatright {
	float: right !important;
}
h4.nombre {
	color: var(--black);
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: var(--blue);
  border-color: #ddd;
  padding: 13px;
}
.panel-title {
	color: #fff !important;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
  font-weight: bold;
}
.panel-title a {
	color: #fff !important;
}
.reconoc img {
	border: 1px solid #ddd;
}
.membresias img {
	height: 100px;
	margin-bottom: 20px;
	margin-right: 20px;
}


@media(max-width:991px) {
	.language-chooser {
		position: relative;
		top: inherit;
		right: inherit;
		display: block;
		width: 100%;
	}
	.language-chooser li {
		display: block;
		width: 100%;
		text-align:right;
	}
	.content-menu {	
		padding-right: 10px;
		padding-top: 15px;
	}
	.navbar-right {
  		padding-top: 0;
	}
	header .navbar-brand img {
	  height: 72px;
	  margin-top: -18px;
	}
	.navbar-default .navbar-nav li {
  		padding-right: 12px;
  		padding-left: 12px;
	}
	.content-carousel > div {
  		padding-left: 30%;
  	}
  	.intro {
  		padding-top: 40px;
	}
}


@media(max-width:767px) {
	.content-carousel > div {
    	padding-left: 30px;
  	}
  	h1, .h1 {
  		font-size: 46px;
  	}
  	h2, .h2 {
  		font-size: 36px;
  	}
  	.intro {
  		padding-top: 0;
  	}
  	.trabaja {
  		padding-top: 80px;
  	}
  	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 10px;
	  margin-top: 0;
	  margin-right: 35px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: none;
	    border-top-color: currentcolor;
	    border-right-color: currentcolor;
	    border-bottom-color: currentcolor;
	    border-left-color: currentcolor;
	  border-radius: 4px;
	  color: var(--blue);
	  font-size: 26px;
	}
	.language-chooser {
    	position: absolute;
    	top: 38px;
    	right: 6px;
    	display: inline-block;
    	width: auto;
  	}
  	.col-sm-4.floatright {
		float: none !important;
	}
}

@media(max-width:498px) {
	h1, .h1 {
    	font-size: 40px;
  	}
  	.content-carousel > div {
    	padding-left: 0;
  	}
  	.carousel-home .item {
  		height: 600px;
	}
	h2, .h2 {
    	font-size: 30px;
  	}
  	.owl-carousel {
  		padding-left: 40px;
  		padding-right: 10px;
	}
	.sello img {
  		margin-top: 20px;
  	}
  	.logofooter {
  		width: 130px;
	}
}