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

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSans-Bold.ttf') format('truetype'),
        url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

:root {	
	--white: #ffffff;
	--yellow: #D1AE6C;
	--blue: #0e1532; 
	--black: #111111;
	--primary: #555555;
	--blue2 : #20375E;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', 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);
}
.blue {
	color: var(--blue);
}
.yellow {
	color: var(--yellow);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-yellow {
	background: var(--yellow);
}
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);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Nobel', sans-serif;
	font-weight: 300;
	color: var(--blue2);
	margin-bottom: 20px;
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff;
	background: var(--blue);
	border: none;
	padding: 10px 40px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 15px;
}
.boton:hover, .boton:focus {
	color: #ffffff;
	background: var(--blue);
	border: none;
	text-decoration: none;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 48px;
}


/**** HEADER ****/
body {
	position: relative;
}
.top {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
}
.top a {
	color: #B1C0DF !important;
}
.top span {
	font-size: 18px;
}
.top span a {
	margin-right: 9px;
}

header {
	z-index: 100;
	position: relative;
	background: var(--blue);
	width: 100%;
}
.content-menu {
	position: relative;
}
.language-chooser {
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.language-chooser li.active {
	display: none;
}
.language-chooser li img {
	display: none;
}
.language-chooser a {
  display: block;
  width: 102px;
  text-align: left;
  padding-left: 30px;
  margin-left: 10px;
}
.language-chooser a span {
	font-size: 15px;
}
.language-chooser a.qtranxs_flag_es {
	background: url(images/es.png) no-repeat left center;
	background-size: cover;
	background-size: 24px;
}
.language-chooser a.qtranxs_flag_en {
	background: url(images/en.png) no-repeat left center;
	background-size: cover;
	background-size: 24px;
}

header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 85px;
    margin-top: -15px;
    margin-bottom: 15px;
}
.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: #B1C0DF;
	font-size: 16px;
	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: 'Open Sans', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 5px 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: #B1C0DF;
	border-bottom: 2px solid var(--yellow);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #B1C0DF;
	border-bottom: 2px solid var(--yellow);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-default .navbar-nav li.sep  {
	color: #B1C0DF !important;
	font-size: 12px;
	position: relative;
	top: 5px;
}
.navbar-right {
    padding-top: 12px;
}

.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);
}

h3 {
	font-size: 22px;
	font-weight: normal;
}
.slide .item {
	height: 500px;
}
.servicio {
	text-align: left;
}
.servicio h3 {
	margin: 0;
	padding: 0;
}
.servicio img {
	width: 60px !important;
	margin-bottom: 20px;
}
.owl1 {
	padding-left: 60px;
	padding-right: 60px;
}
.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/right2b.png) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 34px;
    position: absolute;
    top: 86px;
    right: 0;
    opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left2b.png) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 34px;
    position: absolute;
    top: 86px;
    left: 0;
    opacity: 0.5;
}
.bg-grey {
	background: #f2f2f2;
}
.area {
	display: block;
	width: 100%;
	height: 200px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.area div {
	height: 100%;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Nobel';
	font-size: 22px;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 280px;
	margin-bottom: 15px;
}
h4 {
	font-size: 20px;
}
.imgequipo {
	display: block;
	width: 100%;
	height: 330px;
	position: relative;
}
.imgequipo div {
	position: absolute;
	bottom: 45px;
	left: 0;
	text-align: center;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}
.imgequipo h3 {
	color: #fff;
	margin-bottom: 10px;
}

.bgfooter {
	background: url(images/bgfooter.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.bgfooter .foto {
	background: url(images/footer.png) no-repeat center center;
	background-size:  cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 48%;
	height: 100%;
}
.bgfooter h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 30px;
}
.whatsapp img {
	width: 185px;
}
footer {
	background: var(--blue);
	color: #fff;
	padding-top: 30px;
}
footer a {
	color: #fff !important
}
img.logofooter {
	width: 270px;
}
.contactosfooter span {
	display: inline-block;
	text-align: center;
	width: 15px;
	margin-right: 4px;
}
.contactosfooter .fa-mobile {
	font-size: 20px;
}
.redesfooter {
	margin-top: 20px;
}
.redesfooter a {
	margin-right: 10px;
	font-size: 20px;
}
.copyright {
	background: #1a2948;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 14px;
}
@media(min-width:767px) {
	.developer {
		text-align: right;
	}
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.cab h1 {
	margin: 0;
	padding: 0;
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 700;
  	color: #fff;
  	text-transform: uppercase;
}
.barlow {
	font-family: "Barlow Condensed", sans-serif;
}
h3.barlow {
	font-size: 26px;
	font-weight: 500;
}
.single-servicio h3 {
	font-size: 28px;
	font-weight: 500;
	color: ##20375E;
	font-family: "Barlow Condensed", sans-serif;
}
.img-floatleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.single-page h2 {
	color: var(--blue2);
}
.single-page h3 {
	color: var(--blue2);
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 28px;
}
.single-page ul {
	clear: both;
	margin-bottom: 30px;
}
.single-page ul::before {
	content: '';
	display: block;
	clear: both;
}
.single-page li {
	margin-bottom: 5px;
}
.formulario input, .formulario textarea {
	width: 100%;
	padding: 14px;
	margin-bottom: 15px;
	border: 1px solid #e9e9e9;
}
.mapa iframe {
	width: 100%;
	height: 340px;
}
.news a strong {
	font-family: "Barlow Condensed", sans-serif;
	color: var(--blue2) !important;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
}
@media(min-width:767px) {
	.pright {
		padding-right: 30px;
	}
}
.elegirnos h3 {
	margin-bottom: 10px;
}

@media(max-width: 1100px) {
	header .navbar-brand img {
  		height: 70px;
  		margin-top: -15px;
  		margin-bottom: 15px;
	}
	.navbar-default .navbar-nav li.sep {
	  display: none;
	}
}
.mapa2 iframe {
	width: 100%;
	height: 350px;
}

@media(max-width:767px) {
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 0px 10px;
	  margin-top: 8px;
	  margin-right: 0;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	  border: none !important;
	  color: #fff !important;
	  background: transparent !important;
	  font-size: 27px;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  		color: var(--yellow) !important;
  		border-bottom: 1px solid #1e274e !important;
	}
	.navbar-default .navbar-nav li a {
  		border-bottom: 1px solid #1e274e !important;
  		padding: 12px 15px;
  	}
  	.slide .item {
  		height: 400px;
	}
	.imgequipo {
	  display: block;
	  width: 100%;
	  height: 370px;
	  position: relative;
	  width: 300px;
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
	.bgfooter .foto {
  		position: relative;
	  top: inherit;
	  left: inherit;
	  width: 100%;
	  height: 300px;
	  margin-bottom: 30px;
	}
	.bgfooter {
  		padding-top: 0;
  		padding-bottom: 30px;
	}
}


@media(max-width:598px){
	.img-floatleft {
  		float: none;
  		margin-right: 0;
  		margin-bottom: 20px;
	}
}


@media (max-width: 498px) {
  	.slide .item {
    	height: 300px;
	}
  	h2 {
  		font-size: 36px;
	}
}