@charset "UTF-8";
/* CSS Document */

#mk_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

.mk_boxed_wrapper {
	width: 90%;
	max-width: 1200px;
	margin: auto !important;
	display: flow-root;
}

.mk_input_search {
	width: 240px;
	height: 44px;
	vertical-align: middle;
	box-sizing: border-box;
	border: solid 2px #fff;
    border-radius: 30px;
    color: #fff;
    background: none;
    font-size: 26px;
    padding-left: 50px;
}

#mk_main_search .mk_input_search {
	width: 240px;
	height: 44px;
	vertical-align: middle;
	box-sizing: border-box;
	border: solid 2px #3F3F3F;
    border-radius: 30px;
    color: #3F3F3F;
    background: none;
    font-size: 26px;
    padding-left: 50px;
}

input::placeholder {
  color: #fff;
}
#mk_main_search .mk_input_search::placeholder {
	color: #3F3F3F;
}

.mk_search_submit {
	padding: 10px;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin: 0 -50px 0 0;
	border-radius: 0 4px 4px 0;
}

.searchBox{
	padding: 14px 0;
}

.mk_header {
	background: #333;
	position: relative;
	z-index: 500;
    border-bottom: solid 1px #707070;
}

.mk_header_shadow {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.mk_topHeader {
	background: #333;
	color: #fff;
	padding: 5px 10px;
	min-height: 36px;
}

.mk_search {
	text-align: right;
}

.mk_product_loop_img {
	width: 100%;
	height: auto;
}

.mk_product_loop_img_container {
	position: relative;
	overflow: hidden;
	min-height: 20em;
	display: flex;
    align-items: center;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.05);
	margin: 0 0 12px 0;
	max-height: 20em;
}

.mk_product_loop_hover_container {
	display: none;
}

.mk_product_loop_img_hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	/*background-color: #fff;*/
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.mk_page_title,
.woocommerce-products-header__title {
	text-align: center;
	display: block;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 6px;
}

.mk_copywright {
	padding: 12px 20px;
	clear: both;
	background: #3F3F3F;
	color: #ccc;
	font-size: 14px;
}

.mk_logo {
	width: 18%;
	margin: 22px auto 0;
	text-align: center;
	font-size: 32px;
	z-index: 90;
	position: relative;
}

.mk_main_logo {
	width: 100%;
	height: auto;
}

.logo a {
	color: #000;
	text-decoration: none;
}

.mk_footer_dark {
	background: #3F3F3F;
	color: #FFF;
	font-size: 16px;
}

.mk_footer_dark h4 {
    margin: 20px 0 16px 0; 
}

.mk_row {
	display: flow-root;
}

.mk_shop_with_aside {
	width: 76%;
	display: inline-block;
}

.mk_aside_shop_bar {
	width: 24%;
	float: left;
	padding: 0 2.5% 0 0;
    box-sizing: border-box;
}

.mk_avatar a {
	color: inherit;
	text-decoration: inherit;
}

.separated {
	margin: 0 8px;
}

.mk_background_dark {
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 600;
}

.mk_cart_display,
.mk_login_display,
.mk_register_display {
	display: none;
}

.mk_float_content {
	background: #fff;
	position: relative;
	width: 25%;
	height: 100vh;
	padding: 1% 2%;
	box-sizing: border-box;
	box-shadow: -20px 0 20px rgba(0,0,0,0.2);
}

.mk_float_title {
	padding: 2% 0;
	border-bottom: solid 1px #f3f3f3;
	margin: 0 0 16px 0;
}

.mk_float_content li {
	display: flow-root;
	list-style-image: none;
	margin: 0 0 12px;
}

.mk_float_content li a.mk_cart_title_link {
	color: inherit;
	text-decoration: none;
}

.mk_cart_item_img {
	width: 24%;
	float: left;
	box-sizing: border-box;
	border: solid 5px #f6f6f6;
	margin: 0 4% 0 0;
}

.mk_cart_item_img img {
	width: 100%;
	height: auto;
}

.mk_cart_item_info {
	width: 72%;
	float: left;
	box-sizing: border-box;
}

.mk_cart_item_info p {
	font-size: 0.9em;
}

.mk_cart_resume {
	border-top: solid 2px #ff4d10;
	padding: 2% 5%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

.mk_cart_subtotal label {
	font-size: 20px;
}

.mk_cart_total {
	font-size: 24px;
	font-weight: 600;
}

.pd_secondary_nav {
	display: flow-root;
    width: 60px;
    padding: 26px 0 20px;
    float: right;
}

#mk_searchform {
	float: left;
	width: 74%;
	text-align: right;
    margin: 22px 0 0;
}

.mk_avatar {
	float: right;
	width: 15%;
	padding: 22px 0 0;
}

.mk_cart {
	position: relative;
	cursor: pointer;
	float: right;
	width: 15%;
	padding: 22px 0 0;
}

.mk_cart_icon_main {
	width: 34px;
	float: left;
	position: relative;
}

.mk_cart_price {
	font-size: 1em;
	float: left;
	margin: 0 0 0 8px;
}

.mk_cart_counter {
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	background: #FF6265;
	display: block;
	border-radius: 100%;
	padding: 6px 4px;
	width: 18px;
	height: 18px;
    text-decoration: none;
    line-height: 4px;
	text-align: center;
	position: absolute;
	right: -4px;
	top: -4px;
}

.valores_txt {
    background: #DC840A;
    padding: 10px 20px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    max-width: 74% !important;
    min-height: 80px;
    vertical-align: top;
    text-align: left !important;
}

.quienes_icon {
    vertical-align: top;
    display: inline-block;
    margin-top: -9px;
}

footer.columns-4 {
	display: flow-root;
}

footer.columns-4 .mk_footer_col {
	width: 23%;
	padding: 0 2%;
	margin: 0 1%;
	float: left;
	box-sizing: border-box;
}

footer p {
	text-align: left;
}

footer a {
	color: #FFFFFF;
	text-decoration: inherit;
}

.mk_footer_col .widgettitle {
	font-size: 22px;
}

.col2 .widgettitle::before {
    content: '';
    display: inline-block;
    margin: -7px 12px 0 0;
    width: 30px;
    height: 30px;
    background: url("../images/ico_contacto.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.col3 .widgettitle::before {
    content: '';
    display: inline-block;
    margin: -7px 12px 0 0;
    width: 30px;
    height: 30px;
    background: url("../images/ico-oficinas.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.col4 .widgettitle::before {
    content: '';
    display: inline-block;
    margin: -7px 12px 0 0;
    width: 30px;
    height: 30px;
    background: url("../images/ico_site.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.col4 .widgettitle {
    margin-bottom: 20px;
}

.mk_logo_footer {
	width: 60%;
	margin: 0 auto 20px;
	display: block;
}

.mk_flex {
	display: flex;
}

.mk_page_head {
	padding: 2%;
	background: #31363e;
}

.mk_page_head h1 {
	color: #fff;
}

.mk_page_description p {
	text-align: center;
}

.mk_row_padding {
}

.pd_main_cat .mk_tax_box,
.mk_tax_box {
	display: flex;
	height: 100%;
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	border: solid 10px #f6f6f6;
	position: relative;
}

.mk_tax_box {
	height: 240px;
}

.mk_tax_data h2 {
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}

.mk_tax_data h6 {
	font-weight: 500;
	color: #777;
}

.pd_main_cat .mk_tax_box {
	height: 500px;
}

.mk_tax_data {
	width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*border-left: solid 15px #ff4e10;*/
    padding: 10px 0 10px 20px;
    background-color: rgba(255,255,255,0.5);
}

.more_link {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.mk_tax_data h2 {
	margin: 0 0 0px 0;
	text-align: left;
	padding: 0;
	display: block;
	border: none;
	line-height: 24px;
	font-size: 20px;
}

.wp-block-column:not(:first-child) {
	margin-left: 12px;
}

.wp-block-columns {
	margin-bottom: 20px;
}

.logo_footer {
	width: 200px;
	height: auto;
    margin-bottom: 20px;
}

.mk_footer_dark li {
    margin-bottom: 6px;
}

.mk_cart_display h4 {
	margin-bottom: 0;
}

.mk_cart_subtotal {
	padding: 0px 0 30px;
}

.cat_link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.pd_search_mobile {
	display: none;
	background: #de111f;
}

.pd_search_mobile .searchBox {
	padding: 6px 10px;
	text-align: center;
}

.pd_search_mobile .mk_input_search {
	border: none;
	height: 36px;
	border-radius: 4px;
	width: 80%;
}

.pd_avatar {
	width: 22px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}

#mk_sign_in {
	padding: 0 10px;
}

#loginform label {
	display: block;
}

.pd_login_name {
	line-height: 14px;
    width: calc(100% - 52px);
    display: inline-block;
    text-align: left;
	vertical-align: middle;
	font-size: 13px;
}

.woocommerce-MyAccount-navigation {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.woocommerce-MyAccount-content {
	width: 77%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 20px;
}

.woocommerce-account .woocommerce {
	padding: 30px 0;
}

.u-columns {
	margin: 30px auto;
}

.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.search_image {
	width: 15%;
	display: inline-block;
	vertical-align: top;
}

.search_info {
	width: 82%;
	display: inline-block;
	vertical-align: top;
	padding: 0 2%;
}

.pf_filters {
	width: 30px;
	height: 30px;
	background: #000;
	padding: 10px;
	position: fixed;
	bottom: 4px;
	right: 10px;
	margin: auto;
	z-index: 400;
	border-radius: 10%;
	display: none;
}

.section_header {
    min-height: 440px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.section_header::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section_quienes::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
}

.icon_sections img {
    max-width: 60px !important;
    height: auto !important;
    max-height: 52px;
    width: auto;
}

.section_block .vc_column-inner {
    border-radius: 20px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}

.service_three_column .vc_column-inner {
    position: relative;
}

.service_three_column .vc_column-inner,
.service_two_column .vc_column-inner {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.service_two_column  {
    min-height: 400px;
    background-size: cover;
    
}

.service_three_column .vc_column-inner::before,
.service_two_column .vc_column-inner::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.services_container .vc_row {
    margin-top: 0 !important;
}

/* ======================
   FAQ — Preguntas Frecuentes
   ====================== */

.faq-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.faq-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq-item:hover {
  /*background-color: #f9f9f9;*/
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
}

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  margin: 0 20px 0 0;
}

.faq-item.active .faq-icon {
  transform: rotate(90deg);
}

.faq-answer {
  display: none;
  margin-top: 10px;
  line-height: 1.6;
  animation: fadeIn 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.faq-text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    padding-right: 80px;
}

.faq_container .vc_column-inner {
    background: rgba(0,0,0,0.4);
    border-radius: 30px;
    color: #fff;
}

.back_news {
    background-position: top;
    background-size: cover;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ====== SECCIÓN ====== */
.team-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

/* ====== GRID GENERAL ====== */
/* Centrar última fila SIEMPRE */
/* CONTENEDOR: 3 columnas exactas + última fila centrada */
.team-container{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;                           /* mismo espacio que ya usas */
  justify-content: center;             /* centra cada fila, incluida la última */
  list-style: none;                    /* si es <ul> */
  margin: 60px auto 0;
  padding: 0;
  max-width: calc(3 * 280px + 2 * 40px); /* 3 columnas de 220 + 2 gaps de 40 */
}

/* Cada item ocupa exactamente el ancho de una columna */
.team-member{
  width: 280px;
  list-style: none;
  text-align: center;
}

/* Responsive: reduce el ancho de columna para que quepan en pantallas pequeñas */
@media (max-width: 992px){
  .team-container{ max-width: calc(2 * 220px + 1 * 40px); }
}
@media (max-width: 600px){
  .team-container{ max-width: 100%; }
}


/* ====== FOTO ====== */
.team-photo {
  width: 280px;
  height: 280px;
  background-size: 400px auto;
  background-position: center -28px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.team-photo:hover {
  transform: scale(1.02);
}

/* ====== NOMBRE ====== */
.team-name {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

/* ====== OVERLAY ====== */
.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.7);
  padding: 36px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Contenido del overlay */
.team-overlay-content { }

.overlay_name {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.overlay_info {
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
}

.team-more {
  color: #AF8700;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

/* Mostrar overlay cuando está activo */
.team-member.active .team-overlay {
  opacity: 1;
}

/* ======================
   Página individual del equipo
   ====================== */

.equipo-single {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.equipo-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.equipo-foto {
  flex: 1 1 40%;
  text-align: center;
}

.equipo-foto img {
  width: 100%;
  max-width: 400px;
  border-radius: 0;
  object-fit: cover;
}

.equipo-contenido {
  flex: 1 1 55%;
}

.equipo-nombre {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0;
    padding-bottom: 6px;
}

.equipo-descripcion p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .equipo-wrapper {
    flex-direction: column;
  }

  .equipo-foto,
  .equipo-contenido {
    flex: 1 1 100%;
  }

  .equipo-foto img {
    max-width: 100%;
  }
}

div.service_three_column .vc_column-inner.vc_custom_1762348552725 {
  background-image: url('https://prado.hooq.work/wp-content/uploads/2025/11/calculo.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
}
div.service_three_column .vc_column-inner.vc_custom_1762487185578 {
  background-image: url('https://prado.hooq.work/wp-content/uploads/2025/11/instantanea-recortada-de-un-inspector-en-un-campo-petrolero-con-una-carpeta-para-notas-y-un-casco.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
}
div.service_three_column .vc_column-inner.vc_custom_1762487199248 {
  background-image: url('https://prado.hooq.work/wp-content/uploads/2025/11/derecho-societario_.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
}

.vc_custom_1762400646377 {
  background-image: url('https://prado.hooq.work/wp-content/uploads/2025/11/fondo-news.jpg') !important;
  background-size: cover !important;
  background-position: center top !important;
}

.form_textfield input::placeholder,
.form_textfield textarea::placeholder{
    color: #fff !important;
    font-size: 18px !important;
}

.form_textfield input {
    background: none !important;
    color: #FFF !important;
    padding: 12px !important;
    border: solid 2px #fff !important;
    border-radius: 20px !important;
    font-size: 18px !important;
}

.form_textfield textarea {
    background: none !important;
    color: #FFF !important;
    padding: 12px !important;
    border: solid 2px #fff !important;
    border-radius: 20px !important;
    font-size: 18px !important;
}

.send_form {
    background: #fff !important;
    color: #333 !important;
    width: 100% !important;
    border-radius: 20px !important;
}

.back_form .vc_column-inner {
    background: rgba(63,63,63,0.7);
    border-radius: 20px;
    padding: 30px !important;
    box-sizing: border-box !important;
    margin: 30px 0 0 !important;
}

.back_form h3 {
    font-size: 28px;
    font-weight: 600;
}

.principal_info p {
    color: #FFF;
    font-size: 24px;
    line-height: 26px;
}

.mk_copywright {
    margin-bottom: 0;
}

.entry_image {
    width: 20%;
    display: inline-block;
    min-height: 160px;
    vertical-align: top;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin: 0 10px 20px 0;
}

.entry_image_search {
    width: 8%;
    min-height: 60px;
}

.entry_info h2 {
    margin: 0 0 8px 0;
    text-align: left;
    padding: 0;
    font-weight: 700;
}

.entry_info h2 a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.entry_info {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px 0;
    background: #efefef;
    min-height: 160px;
    position: relative;
}

.meta_right {
    position: absolute;
    right: 20px;
    bottom: 10px;
    text-align: right;
    font-weight: 600;
}

.entry_info_search {
    width: 81%;
}

.entry_info p {
    font-size: 17px;
}

.entry_info div a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.content_blog {
    margin: 30px auto !important;
    padding: 0 30px;
}

h1.blog_title {
    text-align: center;
}

h1.blog_title::after {
    content: '';
    display: block;
    width: 50px;
    border-bottom: solid 3px #000;
    margin: 20px auto;
}

.pagination {
    text-align: center;
    margin: 20px 0 30px 0;
}

.page-numbers {
    padding: 0;
    margin: 0;
}

.page-numbers li {
    display: inline-block;
    margin: 0 14px;
    font-size: 18px;
}

.page-numbers li a {
    color: #000;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

.equipo-cargo {
    text-align: center;
    font-style: italic;
    font-size: 20px;
}

.equipo-relacion {
    text-align: center;
    color: #DA8E3D;
}

.team-overlay .equipo-cargo {
    font-size: 16px;
    line-height: 18px;
}

.team-overlay .equipo-relacion {
    font-size: 14px;
    line-height: 16px;
}

.equipo-foto {
    background-size: cover;
    background-position: top center;
    min-height: 520px;
}

.blog-foto {
    min-height: 380px;
}

.single-equipo .equipo-cargo {
    
}

.logo_40 img {
    width: 180px;
    height: auto;
    display: block;
    margin: 20px auto;
}

.quienes_icon img {
    width: 80px;
    height: auto;
    margin: auto;
    display: block;
}

.download_link {
    background: #fff;
    border-radius: 20px;
    border: solid 2px #333;
    width: fit-content;
    display: block;
    margin: 20px 0;
    color: #333;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none
}