/*
Theme Name: Dominguez Pujals
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #63888B;
	--grey: #e6e8e8;
	--black: #333333;
}

html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.justify {
	text-align:justify;
}
.justify p {
	text-align:justify;
}
.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: var(--grey);
}
a, .boton, 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(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #50787b;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	color:#343944;
}


/**** HEADER ****/
.top {
	background:var(--grey);
}
.language-chooser {
	display:inline-block;
	margin:0 0 0 15px;
	padding: 12px 0 3px 0;
	list-style-type:none;
	vertical-align:top;
}
.language-chooser li.active {
	display:none;
}
.language-chooser .lang-en img, .language-chooser .lang-es img {
	display:none;
}
.language-chooser .lang-en a {
	display:inline-block;
	background:url(images/en.png) no-repeat center center;
	background-size: cover;
	width: 23px;
	height:16px;
}
.language-chooser .lang-es a {
	display:inline-block;
	background:url(images/es.png) no-repeat center center;
	background-size: cover;
	width: 23px;
	height:16px;
}
/**
.main {
	background:url(/web/20250711073111im_/https://dpestudiolegal.com/wp-content/themes/dominguezpujals/images/bg.jpg) no-repeat top center;
	background-repeat:no-repeat;
	background-size:cover;
}
***/
header {
	z-index: 100;
	position: relative;
	width: 100%;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 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: #333;
	font-size: 15px;
	border: none;
	padding: 5px 3px;
	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: 'Montserrat', sans-serif;
	border-bottom: 2px solid transparent;
}
.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: #333;
	border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: #333;
	border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-right {
    padding-top: 15px;
}
.slider {
	padding-top:100px;
	padding-bottom:100px;
	font-size:17px;
	width:990px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.slider img {
	margin-bottom:40px;
}
.boton.dec {
	position:relative;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.boton.dec::after {
	content:'';
	width:150px;
	border-top:1px solid var(--blue);
	border-left:1px solid var(--blue);
	border-right:1px solid var(--blue);
	position:absolute;
	top: -6px;
	height:6px;
	left: 15px;
}
.boton.dec::before {
	content:'';
	width:150px;
	border-bottom:1px solid var(--blue);
	border-left:1px solid var(--blue);
	border-right:1px solid var(--blue);
	position:absolute;
	bottom: -6px;
	height:6px;
	left: 15px;
}
.featured {
	background:#50787b;
	padding:15px;
}
.feature {
	display:block;
	border:1px solid #fff;
	padding: 20px;
	min-height:382px;
	color:#fff !important;
}
h4 {
	font-size:21px;
}
.feature h4 {
	color:#fff;
	margin:0;
}
.line {
	width:80px;
	border-top:1px solid #fff;
	height:1px;
	margin:15px 0 25px 0;
}
.reestructuracion {
	background: url(images/bg2.jpg) no-repeat center center #efefef;
	background-size:cover;
	padding-top: 40px;
	position:relative;
}
.reestructuracion .line, .owl2 .line {
	border-top:1px solid var(--blue);
	width: 120px;
}
.reestructuracion .imgbg {
	position:absolute;
	left: -20px;
	top:0;
	width:50%;
	height:100%;
	background: url(images/img1.jpg) no-repeat center center;
	background-size:cover;
}
.feature img {
	width:82px;
}
.relative {
	position:relative;
}
.siluetas {
	position:absolute;
	right:0;
	bottom:0;
	width:500px;
}
.logo2 {
	width: 400px;
	max-width:90%;
}
.nosotros-home {
	padding-top: 100px;
	padding-bottom:70px;
	border-bottom: 10px solid var(--blue);
}
h1 {
	font-size:42px;
}
.imghome {
	background:#fff;
	padding: 14px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.img-ficha {
	display:block;
	width:100%;
	height:400px;
	border: 14px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estÃ¡ndar funcione en todos */
	transition: all 0.2s;
}
.img-ficha:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
}
.imgblog {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estÃ¡ndar funcione en todos */
	transition: all 0.2s;
}
.imgblog:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
}
.owl2 .owl-nav  {
	display: none !important;
	/*** 
	position: absolute;
	top: 70px;
	****/
}
.owl-carousel .owl-nav button span {
	display: block;
}
.owl-carousel .owl-dots, .carousel-parallax2 .owl-dots {
    display:block !important;
    text-align:center;
    margin-top:10px;
}
.owl-carousel .owl-dots .owl-dot, .carousel-parallax2 .owl-dots .owl-dot {
    display: inline-block;
    background:#d0d0d0 !important;
    width: 14px !important;
    height:14px !important;
    border-radius:50%;
    margin:0 3px;
}
.owl-carousel .owl-dots .owl-dot.active, .carousel-parallax2 .owl-dots .owl-dot.active {
    display: inline-block;
    background: var(--blue) !important;
    width: 14px !important;
    height:14px !important;
    border-radius:50%;
}
footer {
	background:#f7f5f1;
	padding-top:40px;
}
.telefonofooter {
	text-align:left;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-family:'Playfair Display', sans-serif;
	font-size: 26px;
	font-weight:500;
}
.telefonofooter img {
	width: 54px;
	margin-right: 8px;
}
.logofooter img {
	width: 180px;
	max-width: 90%;
	margin-bottom:30px;
}
.menufooter {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	font-size:15px;
}
.menufooter li {
	margin: 8px;
	display:inline-block;
}
.menufooter a {
	color:#333 !important;
	text-transform:uppercase;
}
.cuadros-footer {
	background:var(--blue);
	color:#fff;
	height: 90px;
	-webkit-display:flex;
	display:flex;
	align-items:center;
	margin-bottom: 12px;
}
.cuadros-footer .block {
	display:block;
	text-align:center;
	width:100%;
	font-size:15px;
	padding-left: 15px;
	padding-right:15px;
}
.cuadros-footer a {
	color:#fff;
}
.cuadros-footer .fa {
	font-size: 23px;
	margin:0 5px;
}
.copyright {
	background:#343944;
	color:#fff;
	padding-top: 30px;
	padding-bottom:30px;
	font-size: 14px;
}
.copyright a {
	color:#fff !important;
}
@media(min-width:767px) {
	.developer {
		text-align:right;
	}
	.floatright {
		float:right;
	}
}
.valores strong {
	color:var(--blue);
}
.mapa iframe {
	width:100%;
	height:370px;
}
.formulario input {
	width:100%;
	border:1px solid #CCCCCC;
	padding: 12px 15px;
	margin-bottom:15px;
}
.formulario textarea {
	width:100%;
	border:1px solid #CCCCCC;
	padding: 12px 15px;
	margin-bottom:15px;
	height:100px;
}
.blogshadow {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.content-blog {
	padding: 12px 15px;
}
.imgblog {
	display:block;
	width:100%;
	height: 270px;
}
.paginacion {
	margin: 20px 0 0 0;
}
.paginacion a {
	display:inline-block;
	margin: 0 2px;
	width:32px;
	height:32px;
	border:1px solid #666;
	color:#666;
	text-align:center;
	line-height:32px;
	border-radius:50%;
	font-weight:normal;
}
.paginacion a.selected {
	background:var(--blue);
	color:#fff;
	border:1px solid var(--blue);
	font-weight:normal;
}
.blogsidebar {
	position:relative;
	padding-left: 75px;
	margin-bottom:30px;
}
.blogsidebar .fecha {
	font-size:13px;
}
.imgblogsidebar {
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0;
}
.detalle li {
	margin-bottom: 16px;

}
.detalle ul, .detalle ol {
	list-style-type:none;
	margin: 0;
	padding:0;
}
.detalle strong, .detalle b {
	color:var(--blue);
}
.fotoequipo {
	display:block;
	margin:0 auto;
	width: 300px;
	height:300px;
	border-radius:50%;
}
.fotoequipo {	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estÃ¡ndar funcione en todos */
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.fotoequipo:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
}



@media(max-width:767px) {
	.feature {
  		min-height: 182px;
  		margin: 5px 0;
	}
	.siluetas {
    	display: block;
    	position: relative;
    	margin-top: 45px;
  	}
	.reestructuracion .imgbg {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 300px;
	  background: url(images/img1.jpg) no-repeat center center;
	  background-size: cover;
	}
	.reestructuracion {
		padding-top: 340px;
	}
	.nosotros-home {
 		padding-top: 10px;
  		padding-bottom: 0;
  	}
  	.navbar-toggle {
 		padding: 6px 10px;
  		margin-top: 0;
  		margin-right: 0;
  		margin-bottom: 8px;
  		background-color: transparent;
  		background-image: none;
  		border: none !important;
    	border-radius: 4px;
    	color:var(--blue) !important;
    	font-size: 22px;
	}
	.navbar-default .navbar-nav li a {
		padding: 12px 3px;
		border: none !important;
	}
}

@media(max-width:498px) {
	header .navbar-brand img {
 		height: 44px;
	}
	.slider {
  		padding-top: 63px;
 	 	padding-bottom: 63px;
  	}
  	.img-ficha {
  		height: 300px;
  	}
  	h1 {
  		font-size:36px;
  	}
}