/**
Theme Name: Destrucción de documentación
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: destruccion-de-documentacion
Template: astra
*/

.ast-site-title-wrap { visibility:hidden;}

/* Clase base */
.ampliar {
  display: inline-block; /* Asegura que transform y box-shadow no afecten el flujo */
  transition: transform 0.3s ease;
  cursor: pointer;
}

/* Al pasar el ratón: ligero zoom y sombra suave */
.ampliar:hover {
  transform: scale(1.08);

}

.certificaciones a.aio-icon-box-link {text-decoration:none; color:inherit; line-height:20px}
.certificaciones a.aio-icon-box-link:hover h3 {text-decoration: underline; color:#046BD2;}



/* Estilo para mostrar los elementos en línea */
#menu-menu-provincias {
  display: flex;
  flex-wrap: wrap; /* Permite que salten de línea si no caben en una sola */
  gap: 9px; /* Espacio entre elementos */
  list-style: none;
  padding: 0;
  margin: 0;
  font-size:14px;
	justify-content: center;
}

/* Opcional: estiliza los enlaces del menú */
#menu-menu-provincias li a {
  display: block;
  padding: 3px 6px;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}

#menu-menu-provincias li a:hover {
  background-color: #046BD2;
  color: #fff;
}

.gform_button {
  background-color: #046BD2 !important;
  color: #fff;
	text-decoration:uppercase !important;
}
.gform_button:hover {
  background-color: #000 !important;
  color: #fff;
}

button.ubtn-normal { padding-left: 50px !important; }

.porEncima { z-index:10000 !important}

.entry-content a:hover { text-decoration:none; }

.entry-content h2.vc_custom_heading a { text-decoration:none}
.entry-content h2.vc_custom_heading a:hover { text-decoration: underline}

.site-footer-primary-section-3 img { margin:0 15px}

#gform_fields_1 .gfield { margin-bottom:-20px}

.sombra {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Sombra suave y elegante */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.sombra:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Más sombra al pasar el ratón */
  transform: translateY(-3px); /* Levanta ligeramente el elemento */
}

.sombra h2 { font-size:36px;}


.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: #fff;
  background-color: #046BD2;
  text-decoration:none;
}

.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink:hover .vc_btn3-style-flat:hover {
  color: #fff;
  background-color: #000 !important;
  
}

.carrusel-testimonios {
  max-width: 1200px;
  margin: 10px auto 20px auto;
  overflow: hidden;
  position: relative;
}

.carrusel-viewport {
  overflow: hidden;
  width: 100%;
}

.carrusel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.carrusel-slide {
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}

.testimonio {
  width: 32%;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.testimonio i {
  font-size: 40px;
  color: #CCCCCC; /* Azul */
  margin-bottom: 10px;
  display: block;
}

.testimonio h3 {
  margin: 10px 0 5px;
  font-size: 18px;
  color: #222;
}

.testimonio p {
  font-size: 15px;
  color: #555;
  font-style: italic;
}

/* Responsive con scroll lateral si no caben */
@media (max-width: 900px) {
  .testimonio {
    width: 100%;
    margin: 10px;
  }

  .carrusel-slide {
    flex-direction: column;
    align-items: center;
  }
}

.carrusel-controles {
  text-align: center;
  margin-top: 20px;
}

.carrusel-controles button {
  background: none;
  border: none;
  font-size: 24px;
  margin: 0 10px;
  cursor: pointer;
  color: #007BFF;
  transition: color 0.2s ease;
}

.carrusel-controles button:hover {
  color: #0056b3;
}


.site-header-section > * {
  padding: 0 9px;
}


.clientes-carousel,
.clientes-carousel .slick-track {
  display: flex !important;
  align-items: center;
  gap: 40px; /* separación de 40px entre cada cliente */
}

.clientes-carousel li.clientes-item,
.clientes-carousel .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 100px; /* ajusta si necesitas otra altura */
}

.clientes-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* contenedor general */
.recent-posts-seo {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* cada elemento */
.recent-post-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

/* miniatura */
.recent-post-thumb {
  flex-shrink: 0;
  width: 120px;      /* aquí defines tu ancho */
  height: 80px;      /* y tu alto */
  margin-right: 0.75rem;
  overflow: hidden;
  border-radius: 4px; /* opcional, para esquinas redondeadas */
}

.recent-post-thumb img.recent-post-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* bloque de texto */
.recent-post-content {
  flex: 1;
}

/* título más pequeño */
.recent-post-title {
  font-size: 0.95rem;     /* letra algo más pequeña */
  line-height: 1.3;
  margin: 0 0 0.25rem;
  font-weight: 400 !important;
}

/* fecha secundaria */
.recent-post-date {
  font-size: 0.8rem;
  color: #666;
}

/* opcional: todo el enlace sin subrayado */
.recent-post-link {
  text-decoration: none;
  color: inherit;
}

/* hover: ligeros ajustes */
.recent-post-link:hover .recent-post-title {
  text-decoration: underline;
}



/* Quita cualquier pseudo-elemento previo en el <li> */
.menuSupClientes::before { content: none !important; }

/* Icono + texto en la MISMA línea (aplicado al <a>) */
.menuSupClientes > a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;             /* espacio icono-texto */
  white-space: nowrap;  /* evita saltos raros */
}

/* Icono Font Awesome a la IZQUIERDA del texto */
.menuSupClientes > a::before {
  content: "\f007";                 /* fa-folder-open */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;                 /* sólido */
  font-size: 1.1em;
  line-height: 1;
  display: inline-block;
}

/* Opcional: en móvil mantenlo en fila */
@media (max-width: 921px) {
  .menuSupClientes > a { justify-content: flex-start; }
}




/* Quita cualquier pseudo-elemento previo en el <li> */
.menuSupTfno::before { content: none !important; }

/* Icono + texto en la MISMA línea (aplicado al <a>) */
.menuSupTfno > a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;             /* espacio icono-texto */
  white-space: nowrap;  /* evita saltos raros */
}

/* Icono Font Awesome a la IZQUIERDA del texto */
.menuSupTfno > a::before {
  content: "\f2a0";                 /* fa-folder-open */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;                 /* sólid<o */
  font-size: 1.1em;
  line-height: 1;
  display: inline-block;
}

/* Opcional: en móvil mantenlo en fila */
@media (max-width: 921px) {
  .menuSupTfno > a { justify-content: flex-start; }
}



/* Quita cualquier pseudo-elemento previo en el <li> */
.menuSupCAE::before { content: none !important; }

/* Icono + texto en la MISMA línea (aplicado al <a>) */
.menuSupCAE > a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;             /* espacio icono-texto */
  white-space: nowrap;  /* evita saltos raros */
}

/* Icono Font Awesome a la IZQUIERDA del texto */
.menuSupCAE > a::before {
  content: "\f07c";                 /* fa-folder-open */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;                 /* sólid<o */
  font-size: 1.1em;
  line-height: 1;
  display: inline-block;
}

/* Opcional: en móvil mantenlo en fila */
@media (max-width: 921px) {
  .menuSupCAE > a { justify-content: flex-start; }
}


#custom_html-7 { width:240px !important}


.llamadaGratis { margin-top:-35px; margin-left:100px}
@media (max-width: 767.98px) {
  .llamadaGratis { margin-top:0px !important; margin-left: 0px !important}
}


.ast-single-post .entry-content .llamadaGratis a h3 { text-decoration:none !important}
.ast-single-post .entry-content .llamadaGratis a:hover { text-decoration: none !important; color:#ccc}
.ast-single-post .entry-content .llamadaGratis a { text-decoration:none !important}


.faq-destruccion {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq-titulo {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  color: #222;
}

.faq-contenedor {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  cursor: pointer;
}

.faq-item summary {
  font-size: 18px;
  color: #046BD2;
  margin-bottom: 10px;
}

.faq-item summary:hover { text-decoration:underline}
.faq-item p {
  margin-top: 10px;
  color: #444;
  font-size: 16px;
  line-height: 1.5;
}

.500x500 img { width:500px !important}

.faqs-home-accordion .vc_tta-panel-title { font-size:1.05rem; line-height:1.4; }
@media (max-width:768px){
  .faqs-home-accordion .vc_tta-panel-title { font-size:1rem; }
  .faqs-home-accordion .vc_tta-panel-body { font-size:.98rem; }
}


.dd-localidades-box { visibility:hidden;}

div.footercall{ display: none; }
@media screen and (max-width: 980px) {
	div.footercall{
		display: block;
	position: fixed;
	bottom: -10px;
	width: 100%;
	height: 40px;
	z-index: 10000;
		text-align: center;
	}
	
	
  .boton_personalizado{
    text-decoration: none;
    padding: 10px 25px;
    font-weight: bold;
	  font-size: 16px;
	  color: #ffffff;
    background-color: #413678;
    border-radius: 6px;
    border: 1px solid #0016b0;
	  width: 45%;
  }
	.boton_personalizado:hover {
		color:#ffffff;		
	}
}

#ast-mobile-header .content-align-flex-start { position:relative !important;}	