/*!
Theme Name: dalso
Theme URI: http://underscores.me/
Author: Dalso
Author URI: http://reformasdalso.es
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dalso
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
# Slider
# Footer
# Header
# Pageheader

# Bloque Flexible: cta 
# Bloque Flexible: caracteristicas 
# Bloque Flexible: faqs
# Bloque Flexible: alternado 
# Bloque Flexible: related
# Bloque Flexible: features
# Bloque Flexible: reseñas
# Bloque Flexible: destacados
# Bloque Flexible: tarjetas
# Bloque Flexible: Relacionado trabajos
# Bloque Flexible: Banner
# Bloque Flexible: Marcas
# Bloque Flexible: Relacionado blog
# Bloque Flexible: interactive
# Bloque Flexible: equipo
# Bloque Flexible: Precios
# Bloque Flexible: Toc
# Bloque Flexible: Alternado desplegable
# Bloque Flexible: Galeria
# Bloque Flexible: Contenido alternado


# Page 404
# Blog
# Trabajos Realizados

# scroll to top
# Botones whatsapp y contacto
# Shortcode banner
# Responsive








--------------------------------------------------------------*/

/* General */
:root {
  --white: #ffffff;
  --black: #001324;
  --secondary: #312978;
  --primary: #DF0902;
  --body: #474F58;

  --title-font: "Lato", sans-serif;
  --tagline-font: "Lato", sans-serif;
  --text-font: "Hind", sans-serif;
  --button-font: "Hind", sans-serif;
  --serif-font: "Lato", serif;
}
body {
  background-color: var(--white);
}
.bg-light {
  background-color: var(--light, #F8F9FB)!important;
}
.c-white {
  color: #ffffff!important;
}
.c-black {
  color: #000000!important;
}
.c-secondary {
  color: var(--secondary);
}
.c-primary {
  color: var(--primary);
}

body,
p {
  color: var(--grey, #474F58);
  font-family: var(--text-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
}

a{
  color: var(--primary);
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.heading {
  color: var(--heading, #1A1A1D);
  font-family: var(--title-font);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 3rem */
}


.heading-4{
    color: #696969;
    font-family: var(--tagline-font);
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.01063rem;
    text-transform: uppercase;

}

blockquote p{
  color: var(--grey, #474F58);
  font-family: var(--title-font);
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 160%; /* 2.1rem */
  padding: 1rem 1.5rem;
  border-left: 2px solid var(--primary);
  background: rgba(49, 41, 120, 0.05);
}
.tagline {
  color: #99A1AF;
  font-family: var(--tagline-font);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.575rem */
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}


.button {
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
}

.button-primary {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.button-primary:hover {
  background-color: #ffffff8a;
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: all 0.3s ease-in-out 0s;
}


.button-secondary{
  color: var(--black, #1A1A1D);
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 21px */
  letter-spacing: -0.33px;
  border-radius: 6px;
  border: 1px solid var(--black, #1A1A1D);
}
.button-secondary:hover {
  background-color: var(--black, #1A1A1D);
  color: var(--white);
  transition: all 0.3s ease-in-out 0s;
}
.button-terciary{
  background-color: var(--black, #1A1A1D);
  color: var(--white);
  border: 1px solid var(--black, #1A1A1D);
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 21px */
  letter-spacing: -0.33px;
  border-radius: 6px;
}
.button-terciary:hover {
  color: var(--black);
  background-color: transparent;
  border: 1px solid var(--black);
  transition: all 0.3s ease-in-out 0s;
}
/* Slider */
.slider,
.carousel-inner,
.carousel-item {
    min-height: 500px;
    padding: 10rem 0 3.5rem;
}

.slider .h1 {
  color: var(--white, #FFF);
  font-family: var(--title-font);
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 4.8rem */
}

.slider-tagline{
  color: #99A1AF;
  font-family: var(--tagline-font);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.575rem */
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.slider__text, .slider__text p {
  color: rgba(255, 255, 255, 0.90);
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 2.4rem */
  letter-spacing: 0.00438rem;
}
.slider_form-tagline {
  color: var(--white);
  font-family: Hind;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 27.2px */
  letter-spacing: -0.17px;
  margin-bottom: 0;
}
.slider_title-heading {
 color: var(--white, #FFF);
  font-family: var(--tagline-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.4rem */
  margin: 0;
  padding-bottom: 0.25rem;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label, label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
    color: var(--light, #F8F9FB);
    font-family: Hind;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}


.pageheader .gform_confirmation_message_1, .slider .gform_confirmation_message_1 {
  color: #fff!important;

} 

.page-contact .gfield_consent_label, .page-contact .gfield_consent_label a{
  color: #000!important;
}

.gform_button:hover{
  background-color: #001324!important;
  color: var(--white)!important;
}

/* Footer*/
.footer {
  background: #1A1D23;
}

.footer__title {
  color: #FFF;
  font-family: var(--title-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}

.footer a {
  color: #99A1AF;
  font-family: var(--text-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
  text-decoration: none;
}

.footer a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.footer-social i{
  border: 2px solid var(--white);
  color: var(--white);
}
.footer-social i:hover{
  background: var(--white);
  color: var(--black);
  transition: all 0.3s ease-in-out 0s;
}

.logo-text{
  color: #99A1AF;
  font-family: var(--title-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: -0.0195rem;
  margin: 1rem 0
}
.text-copy,
.text-copy a {
  color: #99A1AF;
  font-family: var(--text-font);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 138.462% */
}

.phones i{
  padding: 0.4375rem;
  border: 1px solid var(--white);
  font-size: 1rem;
  margin-right: 0.5rem;
}

.mail i{
  color: var(--white);
  padding: 0.4375rem;
  border: 1px solid var(--white);
  font-size: 1rem;
  margin-right: 0.5rem;
}
.mail{
  color: var(--white);
  margin: 0.5rem 0 0 0;
}

.mail a{
  color: var(--white);
}

.phones a{
  color: var(--white);
  font-family: var(--text-font);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
  padding-right: 0.25rem;
}

/* Header */
#menu-menu-principal .nav-link {
  color: #1A1D23;
  font-family: var(--title-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  cursor: default!important;
}
#menu-menu-principal .nav-link:hover:not(a[href="#"])
{
  color: var(--primary);
  cursor: pointer!important;
}
#menu-menu-principal .current-menu-item > .nav-link {
  color: var(--primary);
}

.menu-item {
  align-items: center;
}
.dropdown-menu {
    top:85%;
    padding: 0.5rem;
    border-radius: 0rem!important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: -1rem;
    content: "";
    color: var(--primary);
}

.topbar p{
  color: var(--COLORS-Background-White, #FFF);
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: var(--line-height-30, 1.475rem); /* 176.471% */
}


.but-round{
  border-radius: 50%;
} 
.round-black{
  color : var(--white);
  background: var(--black, #1A1A1D);
}
.round-black:hover{
  background: var(--primary);
  color : var(--white);
  transition: all 0.3s ease-in-out 0s;
}
.topbar-text{
  color: var(--text-color, #474F58);
  font-family: var(--text-font);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 171.429% */
}
/* Pageheader */
.pageheader {
  min-height: 400px;
  padding: 10rem 0 3.5rem;
  display: flex;
  align-items: end;
}
.pageheader-tagline {
  color: #2b2b2b;
  font-family: var(--tagline-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.25rem; /* 150% */
}

.pageheader-heading {
  color: var(--white, #FFF);
  font-family: var(--title-font);
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 4.8rem */
}

.pageheader__form {
  border-radius: 0.375rem;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0.75);
  padding: 1.5rem;
}
.pageheader-formtitle {
  color: #000;
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem; /* 150% */
}
.pageheader__text, .pageheader__text p{
  color: rgba(255, 255, 255, 0.90);
  font-family: var(--title-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 2rem */
  letter-spacing: 0.00438rem;
}
.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="tel"],
.gform_body textarea {
  border: 1px solid #e3e7ec !important;
  background: #fff !important;
}

.gform_fields {
  gap: 0.5rem !important;
}
.gfield_required_text{color: var(--primary)!important;}
.gfield_consent_label,
.gfield_consent_label a {
  color: var(--body);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.gform_button {
  display: flex;
  gap: 10px;
  background: var(--primary)!important;
  color: var(--white)!important;
  font-family: var(--body-font) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 140% !important; /* 22.4px */
  letter-spacing: -0.32px !important;
  border-radius: 0px!important;
  margin-top: 1rem !important;
  padding: 1rem!important;
}

/* Bloque Flexible: cta */
.cta {
  padding: 4rem 0;
}

.cta-tagline {
  color: var(--primary);
  text-align: center;
  font-family: var(--tagline-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 2rem */
  letter-spacing: -0.025rem;
}
.cta-heading {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 3.375rem */
  letter-spacing: 0.00769rem;
}
.cta-text p{ 
  color: var(--light, #F6F8FA);
  text-align: center;
  font-family: var(--title-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 1.9125rem */

}
.cta2-heading{
  color: var(--white);
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--text-font);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 2.4rem */
  letter-spacing: -0.04rem;
}
.cta2-text p{ 
  color: var(--white);
  text-align: center;
  font-family: var(--text-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 2rem */
  letter-spacing: -0.025rem;
}

.cta2-content{
  padding: 3rem;
  background: linear-gradient(135deg, rgba(0, 19, 36, 0.00) 8.68%, rgba(0, 19, 36, 0.60) 88.79%), #312978;
}
/* Bloque Flexible: caracteristicas */

.caracteristicas {
  margin: 5rem 0;
}

.caracteristica {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
}
.caracteristica-title {
  color: #121212;
  text-align: center;
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem; /* 150% */
  padding-top: 1.5rem;
}
.caracteristica-text {
  text-align: center;
}
/* Bloque Flexible: related */

.related {
  margin: 4rem 0;
  background: #f9fafb;
}
.related .container {
 
}
.related-img {
  height: 15.625rem;
}
.related-item:hover .related-img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out 0s;
}
.related-blog-category{
  top: 10px;
  right: 10px;
  border-radius: 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.00);
  background: #DF0902;
  color: #FFF;
  padding: 0.125rem 0.5rem;

}


.related-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.related-content {
  padding-bottom: 2rem;
}

.related-category {
  color: #757575;
  font-family: var(--tagline-font);
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.related-title {
  color: #001324;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.45rem */
  letter-spacing: -0.035rem;
}

.related_tagline {
  color: var(--secondary);
  font-family: var(--tagline-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 27.2px */
}
.related-link {
  color: #f7a823;
  text-align: right;
  font-family: Hind;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 1.7rem */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.related-link:hover{
  font-weight: 700;
}
.related-item-footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* Bloque Flexible: faqs */
.faqs {
  padding: 4rem 0;
}

.accordion{
  padding-top: 5rem;
}

.desplegables .accordion-button:not(.collapsed), .faqs .accordion-button:not(.collapsed)  {
  box-shadow: none;
  background-color: #f9fafb !important;
  color: #001324;
  font-family: var(--text-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.8rem */
  border-left: 2px solid var(--primary);

}
.faqs .accordion-button:not(.collapsed)  {
  color: var(--black);
  font-family: var(--text-font);
  font-size: 1.125rem;
  font-style: bold;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
  border-radius: 8px 8px 0 0!important;
  border: 2px solid #E1E4E8;
  border-bottom: 0;
  background-color: #fff!important;
}

.faqs-tagline{
  color: #696969;
  font-family: var(--tagline-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 1.7rem */
  letter-spacing: -0.01063rem;
  text-transform: uppercase;
  text-align: center;
}
.faqs-heading{
  color: var(--black);
  text-align: center;
  font-family: var(--tagline-font);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 3rem */
}
.accordion-button {
  border-radius: 0rem !important;
  background: var(--light, #F8F9FB);;
  color: #001324;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.8rem */
}

.accordion-button.collapsed{
  background-color: var(--white);
  border-right: 2px solid var(--light, #F8F9FB);
border-bottom: 2px solid var(--light, #F8F9FB);
border-left: 2px solid var(--light, #F8F9FB);
}

.faqs .accordion-button {
  color: var(--black);
font-family: var(--text-font);
font-size: 1.125rem;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 1.35rem */


}
.faqs .accordion-button.collapsed {
border-radius: 8px!important;
border: 2px solid #E1E4E8;

}

.accordion-item.accordion-open .accordion-button {
  font-weight: 700;
  padding-top: 1.5rem;
}

.accordion-item {
  padding: 0;
  border: 0;
  background: var(--light, #F8F9FB);
}

.desplegables .accordion-body {
  padding-right: 3.5rem;
  background: #f9fafb;
  border-left: 2px solid var(--primary);

}
.faqs .accordion-body {
  padding-right: 3.5rem;
  background: #ffffff!important;
  border-left: 2px solid var(--primary);
  border-radius: 0 0 8px 8px!important;
  border: 2px solid #E1E4E8;
  border-top: 0!important;
}

.accordion-open {
  border: 0;
  background: #f9fafb;
}

.accordion-button.collapsed::after {
  transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg)!important;
}
.accordion-button::after{
  background-image: url("./img/flecha.svg") !important;
} 

.accordion-body, .accordion-collapse {
  background-color: #f9fafb!important;
}
/* Bloque Flexible: desplegables */
.desplegables {
  margin: 4rem 0;
}
.desplegables-content {
  padding: 7.5rem 4rem;
}

.desplegable-number {
  color: var(--primary);
  font-family: var(--serif-font);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.1rem */
}

/* Bloque Flexible: alternado */
.alternado {
  margin: 4rem 0;
}


.toc_alternado-image{
  max-height: 24.90363rem;
}
.alternado__text p{
  margin-bottom: 0.75rem;
}

/* Bloque Flexible: features */

/* Bloque Flexible: reseñas */
.resena{
  padding: 4rem 0;
}

/* Bloque Flexible: destacados */
.destacados{
  margin: 4rem 0;
}


.destacados-heading {
  padding: 7.5rem 4rem;
}
.destacados-heading span{
  color: var(--primary);
}
.destacado-title {
  color: #001324;
  font-family: var(--text-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.8rem */
}

.destacado__text p {
  color: #4C565E;
  font-family: var(--text-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
}
.destacado {
  margin: 2.5rem 2.5rem 0rem;
}
.destacado img{
  border-radius: 0.5rem;
  border: 1px solid rgba(115, 126, 138, 0.10);
  background: var(--light, #F8F9FB);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
/* Bloque Flexible: tarjetas */
.tarjetas {
  padding: 3rem 0;
}

section.tarjetas{
  background: var(--light, #F8F9FB);
}

.tarjeta__title {
  color: var(--black, #1A1A1D);
  font-family: var(--title-font);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.575rem */
letter-spacing: -0.0225rem;
}

.tarjeta{
  padding: 1.5rem;
  text-align: center;
  border-radius: 0.375rem;
  border: 1px solid var(--light, #F8F9FB);
  background: var(--white, #FFF);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.35rem !important;
  color: var(--primary);
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary);
}
/* Bloque Flexible: Relacionado trabajos */
.related-trabajos {
  margin: 4rem 0;
}

.related-trabajos .related-title {
  color: #001324;
  font-family: var(--title-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.025rem;
}
.related-text {
  color: var(--body);
}

/* Bloque Flexible: Banner */
.banner {
  padding: 4rem 0;
}
.banner-content .heading {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  font-family: var(--title-font);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 2.4rem */
  letter-spacing: -0.04rem;
}

.banner-content .gfield_consent_label a,
.banner-content .gfield_consent_label {
  color: #fff !important;
}
.banner-text {
  padding: 1.5rem;
  background-color: #fff;
}
.banner-text p {
  color: #001324;
  font-family: var(--body-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 1.5rem */
}
.banner .gform_confirmation_message{
  color: var(--white);
  font-size: 1.25rem;
}
.slider .gform_confirmation_message{
  color: var(--black);
  font-size: 1.25rem;
}

.asideform__body  .gform_confirmation_message{
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
}
/* Bloque Flexible: Formulario */
.gform_footer {
  margin-top: 0 !important;
}
textarea#input_1_4 {
    height: 10px!important;
}
/* Bloque Flexible: Marcas */
.marcas {
  margin: 4rem 0;
}
.marca {
  max-height: 5rem;
}
.marca img {
  height: 5rem;
  width: 100%;
  object-fit: contain;
}

/* Bloque Flexible: Relacionado blog */
.related-blog {
  margin: 4rem 0;
}
.toc a{
  color: #001324;
  font-family: var(--title-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.025rem;
  text-decoration: none;
}
.toc > p{
  color: #001324;
  font-family: var(--title-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.025rem;
  text-decoration: none;
}
.related-blog .related-title {
  color: #001324;
  font-family: var(--title-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.025rem;
}
.post-img {
    max-height: 250px;
}
.post__content p{
  padding-bottom: 0.5rem;
}

.related-blog .related-item, .related-item{
  border-radius: 12px;
  border: 1px solid #E1E4E8;
  overflow: hidden;
  height: 100%;
}
.related-blog-text{
  padding: 1.5rem;
}
/* Bloque Flexible: Interactivo */
.interactive-text p {
  background: rgba(173, 216, 229, 0.50);
  padding: 1rem 0.5rem;
  color: var(--color-black-solid, #081C25);
  font-family: Hind;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-30, 1.875rem); /* 150% */
}
.interactive-text a{
  color: var(--color-black-solid, #081C25);
}
#powerTip li, #powerTip p, #powerTip a{
  color: var(--color-black-solid, #081C25);
}
.inteactive__img{
  max-height: 750px;

}
.interactive {
  background: #F8F9FB;
  padding-top: 4rem;
}
#powerTip.n:before {
    border-top: 10px solid rgb(255, 255, 255)!important;
}
img.pins_image.ihotspot_hastooltop:hover {
  cursor: pointer;
}
#powerTip {
background-color: white !important;
padding: 1.5rem !important;
}
#powerTip p{
color: #000!important;}

/* Bloque Flexible: Equipo */

.equipo__content{
  padding: 7.5rem 4rem 2.5rem 4rem;

}

.equipo__img{
  max-height: 450px;
}

/* Bloque Flexible: Precios */
.precios{
  margin: 4rem 0;
  
}
.precio{
  margin: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}
.precio-title{
  color: var(--black);
text-align: center;
font-family: var(--text-font);
font-size: 1.75rem;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 2.275rem */
letter-spacing: -0.035rem;
padding-bottom: 1rem;
}

.presupuesto{
  padding: 2.5rem 4rem;
  background: rgba(78, 192, 226, 0.08);
}
.presupuesto-title{
  color: var(--black);
  font-family: var(--text-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.8rem */
}
.presupuesto__partida-nombre{
  color: #4C565E;
  font-family: var(--text-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 1.6rem */
  padding: 0.25rem 0;
}
.presupuesto__partida-precio{
  color: #4C565E;
  font-family: var(--text-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.presupuesto__partidas{
  border-bottom: 1px solid #000;
}
.presupuesto__total{
  color: #001324;
  font-family: var(--text-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.5rem */
}

.presupuesto__text blockquote {
  color: #001324;
  font-family: Hind;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.4rem */
  padding: 1rem;
  border-left: 2px solid #312978;
  background: rgba(49, 41, 120, 0.05);
}
.presupuesto__text blockquote a{
  color: #001324;
  font-family: Hind;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.4rem */
}
.presupuesto__text p{
  margin-bottom: 0.5rem;
}

.financiacion{
  margin: 3rem;
  height: -webkit-fill-available;
}
.financiacion-title{
  color: var(--black);
font-family: var(--text-font);
font-size: 1.75rem;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 2.275rem */
}

.precios li {
  list-style: none;       /* quitar el marcador por defecto */
  position: relative;     /* necesario para posicionar el ::before */
  padding-left: 1.5em;   /* espacio para el tick */
}

.precios li::before {
  content: "✔";           /* tick */
  position: absolute;
  left: 0;
  color: var(--primary);         /* color del tick */
  font-weight: bold;
}
.precios ul{
  padding-left: 1rem!important;
}
.precio-img, .financiacion-img{
  padding-bottom: 2rem;
}
.cantidad{
  padding: 1rem 0;
}
.precio-numero, .precio-anyos{
  color: #001324;
  text-align: center;
  font-family: var(--text-font);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 2.2rem */
}
.precio-simbolo{
  color: #001324;
  font-family: var(--text-font);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

/* Bloque Flexible: Toc */

.sidebar{
  padding: 3rem 2.5rem 0 0;
  position: sticky;
  top: 30px;
}

.titulo-sidebar{
  color: #696969;
  font-family: var(--text-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.7rem */
  letter-spacing: -0.01063rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

.sidebar-cta{
  padding: 2.5rem 1.5rem
}

.sidebar-cta__title{
  color: #001324;
  text-align: center;
  font-family: Hind;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.8rem */
  letter-spacing: -0.03rem;
}

.sidebar-cta__text p{
  color: #4C565E;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Hind;
font-size: 0.9375rem;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 1.40625rem */
margin: 1rem 0 2rem;
}

.content-list{
  width: fit-content;
  min-width: 300px;
}

.list-group-item{
  border-left: 1px solid var(--primary);
}
.list-group-item a{
  color: var(--black);
  font-family: var(--text-font);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.125rem */
  text-decoration: none;
  padding-left: 0.5rem;
}


/* Bloque Flexible: Alternado Desplegable */
.alternado-desplegables{
  margin: 4rem 0;
}

.alternado-desp-title{
  color: var(--black);
  font-family: var(--text-font);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 2.1rem */
}

.accordion-button.accordion-desp{
  color: #312978;
  font-family: var(--text-font);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.35rem */
  letter-spacing: -0.01125rem;
}
.alternado-desplegables .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  background-color: #f9fafb !important;

}
.alternado-desplegable-content{
  padding: 4rem;
}

.desplegable-img{
  padding: 4rem 0;
}
.alternado-desplegables .accordion {
  padding-top: 1rem;
}

.alternado-desplegables .row.justify-content-center.flex-row-reverse .alternado-desplegable-content{
  padding-left: 0rem;
}
.alternado-desplegables .row.justify-content-center .alternado-desplegable-content{
  padding-right: 0rem;
}
/* Bloque Flexible: Galeria */

.galeria{
  margin: 4rem 0;
}
.gallery__card{
  max-height: 250px;
  overflow: hidden;
}
.gallery__card{
  overflow: hidden;
}
.galeria__item{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery__card:hover .galeria__item{
  transform: scale(1.05);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}

/* Bloque Flexible: Contenido Alternado */
.altern-content{
  margin: 7.5rem 0 5rem 0;
}

.altern-img{
  width: 100%;
  min-height: 300px;

}
.altern-content-text-left h2, .altern-content-text-right h2 {
  color: var(--heading, #1A1A1D);
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 3rem */
}

@media (min-width: 768px) {
    .altern-content-text-right{
    padding: 2.5rem 0 2.5rem 4rem;

  }
  .altern-content-text-left{
    padding: 2.5rem 4rem 2.5rem 0;
  }
 .altern-img{
  width: 93%;
}
}
/* Page 404 */
.page-404 .site-main {
  height: calc(100vh - 200px);
}
.error-404 {
  max-width: 620px;
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-404 .link-home {
  color: var(--white);
}
.error-404 .link-home:hover {
  color: var(--primary);
}

.page-404-header p {
  line-height: 2.5rem;
}
/* Blog */
.title_nombre {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 3rem */
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.single-equipo{
  padding-top: 6rem;
}
/* Trabajos Realizado */

.btn-grey {
    border: 1px solid rgba(68, 68, 68, 0.10);
    background: var(--light, #F9F9F9);
    color: var(--tagline, rgba(85, 85, 85, 0.75));
    transition: .3s;
    font-weight: 600;
}
.btn-filter {
    padding: 0.625rem 1.5rem;
    text-decoration: none;
}

.btn-grey:hover{
	background: var(--primary);
	color: var(--white);
	transition: .3s;
}
.btn-sm {
    border: 2px solid black;
    align-items: center;
    display: flex;
}
.btn-sm:hover {
	background-color: black;
	color: white;
	transition: 0.3s;
}

.filters{
	display: flex;
	gap: 0.5rem;

}
.page-trabajo__caption-title{
	color: var(--heading, #0D0D0D);
	font-family: var(--libre);
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.page-trabajo__card {
	text-decoration: none;
}
.page-trabajos-title{
  color: #001324;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.035rem;
}
.trabajos-img{
	height: 18.75rem;
	object-fit: cover;
	transition: 0.3s;
}

.trabajos-img:hover{
	transform: scale(1.1);
	transition: 0.3s;
}
/* Scroll to top */
.scrollToTop {
  position: fixed;
  bottom: 75px;
  right: 8px;
  width: 48px;
  height: 48px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  z-index: 130;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.scrollToTop:hover {
  background-color: var(--secondary);
}

/* Botones whatsapp y contacto */
.contacts {
  width: 56px;
  height: 168px;
  position: fixed;
  right: 4px;
  bottom: 126px;
  transition: all 250ms ease-in-out 0s;
  z-index: 101;
}
.contacts__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  left: 0;
  color: var(--white);
  transition: all 250ms ease-in-out 0s;
  border-radius: 50%;
  background-color: var(--primary);
  color: #ffffff;
  text-decoration: none;
}
.contacts__btn:hover,
.contacts__btn:focus {
  color: #ffffff;
}
.contacts__btn--main {
  width: 56px;
  height: 56px;
  z-index: 90;
}
.contacts__btn--wp,
.contacts__btn--ph,
.contacts__btn--em {
  width: 48px;
  height: 48px;
}
.contact-active .contacts__btn--wp {
  transform: translate(4px, -176px);
}
.contact-active .contacts__btn--ph {
  transform: translate(4px, -120px);
}
.contact-active .contacts__btn--em {
  transform: translate(4px, -64px);
}

.contact-active .contacts__btn--main .ph-whatsapp-logo {
  transform: rotate(45deg);
}
.buttons__contact-container .ph-whatsapp-logo,
.buttons__contact-container .ph-phone,
.buttons__contact-container .ph-envelope {
  top: 50%;
  left: 50%;
  color: var(--white);
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.2s ease-out 0s;
}
.contacts__btn--main .ph-whatsapp-logo {
  font-size: 32px;
}
.contacts__btn--wp .ph-whatsapp-logo,
.contacts__btn--ph .ph-phone,
.contacts__btn--em .ph-envelope {
  font-size: 22px;
}

/* Shortcode banner */

.shortcode_banner {
  position: relative;
  width: 100%;
  background-size: cover;
}
.shortcode_banner__title {
  font-family: var(--tipo-body);
  text-align: center;
  display: block;
  padding: 35px 0;
}
.shortcode_banner__title p {
  font-size: 48px;
}
.shortcode_banner__text {
  font-family: var(--tipo-body);
  text-align: center;
  display: block;
  padding: 20px 0;
  background-color: rgb(255, 255, 255, 0.65);
}
.shortcode_banner__text p {
  font-size: 20px;
}
.shortcode_banner__text p {
  padding-bottom: 0;
}
.shortcode_banner__caption {
  padding: 30px;
  text-align: center;
}

/* Responsive */

@media (max-width: 992px) {
    .destacados-heading{
    padding: 0rem 1rem;
  }
  .destacado{
    margin: 2rem 1rem 0rem;
  }
  .pageheader-heading{
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .btn-contact-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1rem !important;
    font-size: 1rem !important;
    z-index: 2000;
    text-align: center;
  }
  .video iframe{
  width: 100%;
  height: 400px;
  }
    .slider{
    padding-top: 10rem;
  }
  .slider-content{
    padding-bottom: 0rem;
  }
  .related{
    margin: 0;
  }
  .slider__text, .slider__text p{
    font-size: 1rem;
  }
  .heading{font-size: 2rem;}
  .cta-heading{
    line-height: 100%;
  }
  .alternado img {
    padding: 2rem 0;
  }
  .alternado__content {
    padding: 1.5rem 2rem;
  }
  .tarjetas-content {
    padding-bottom: 0rem;
  }
  .alternado {
      margin: 1rem 0 1.5rem;
  }
  .desplegables-content {
    padding: 0.75rem 2rem;
  }
  .accordion {
      padding-top: 0rem;
  }
  .navbar-nav .dropdown-menu {
    border: none;
  }
  .slider{
    margin-bottom: 1rem;
  }
  .slider .h1 {
    font-size: 40px;
  }
  .slider_form-tagline{
    padding-top: 2rem;
  }
  .financiacion{
    margin: 1rem;
  }
  .alternado-desplegable-content {
    padding: 1rem;
  }
  .desplegable-img {
      padding: 1rem 0;
  }
  .dropdown-toggle{
    justify-content: space-between;
  }
  .dropdown-toggle::after {
    font-size: 1.35rem;
  }
  .pageheader {
    padding-top: 10rem;
  }
  .pageheader-content {
    padding-bottom: 6rem;
  }
  .alternado__button{
    margin: 1rem 0;
  }
  .video iframe {
    height: 400px!important;
  }
  .pageheader {
    min-height: 200px;
    padding-bottom: 0rem;
  }
  .presupuesto {
    padding: 2.5rem 1rem;
  }
  .swiper {
    min-height: 350px;
  }
}

@media (min-width: 992px) {
  #menu-menu-principal > li:last-child .nav-link {
    border-radius: 0.375rem;
    background: var(--black, #1A1A1D);
    border: 2px solid var(--black, #1A1A1D);
    color: var(--white);
    padding: 0.575rem 1.5rem;
  }

  #menu-menu-principal > li:last-child .nav-link:hover {
    background: transparent;
    color: var(--secondary) !important;
    transition: all 0.3s ease-in-out 0s;
  }

  .dropdown-menu{
    width: max-content;
  }
  .interactive-img{
    min-height: 534px;
  }

}

.wrap_svl, .wrap_svl_center_box{
  width: 100%;
}
.box_view_html p{
  color: var(--white);
}
.box_view_html a{
  color: var(--primary);
}
.video iframe{
  width: 100%;
  height: 600px;
}

.encabezados{
  margin: 4rem 0;
}
.contact-nav:hover{
  color: var(--primary);
  border: 1px solid var(--primary)!important;
}

.swiper-pagination{
  bottom: 0!important;
}
/* .container{
  border-left: 1px solid #E0E4E0;
  border-right: 1px solid #E0E4E0;
}  */

i.ph-fill.ph-house {
    font-size: 22px;
}

[id] {
  scroll-margin-top: 100px; /* ajusta según la altura de tu header */
  scroll-behavior: smooth;
}

/* ---- TOC MÓVIL ---- */
.toc-mobile {
    position: sticky;
    top: 0; /* ahora lo ajusta el JS dinámicamente */
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}

.toc-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    border: none;
    padding: 12px 16px;
    font-weight: bold;
    cursor: pointer;
    color: #696969;
    font-family: var(--text-font);
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.01063rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}

/* Flecha del desplegable */
.toc-toggle .arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.toc-mobile.active .arrow,
.toc-fixed-bar.active .arrow {
    transform: rotate(-135deg);
}

.toc-mobile-list,
.toc-fixed-list {
    display: none;
    background: #f2f2f2;
    border-top: 1px solid #eee;
    margin: 0;
    padding: 0;
    list-style: none;
}

.toc-mobile-list li a,
.toc-fixed-list li a {
    display: block;
    padding: 7px 16px;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    color: var(--black);
    font-family: var(--text-font);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.toc-mobile-list li a:hover,
.toc-fixed-list li a:hover {
    background: #f9f9f9;
}

/* Mostrar el desplegable activo */
.toc-mobile.active .toc-mobile-list,
.toc-fixed-bar.active .toc-fixed-list {
    display: block;
}

/* ---- Barra fija desktop ---- */
.toc-fixed-bar {
    position: fixed;
    top: 0; /* ajustado por JS */
    left: 0;
    right: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    z-index: 1;
    display: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0;
    transform: translateY(-10px);
}
.toc-fixed-bar.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


/* Estilos de las tablas*/

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  color: #333;
  margin: 1rem 0  ;
}

th, td {
  padding: 0.6em 0.8em;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

th {
  background-color: #f9fafb;
  font-weight: 600;
}

tbody tr:nth-child(odd) {
  background-color: #fff; /* fondo normal */
}

tbody tr:nth-child(even) {
  background-color: #f8fafc; /* tono muy leve para alternar */
}

tbody tr:last-child td {
  border-bottom: none;
}

caption {
  caption-side: top;
  font-size: 1rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 0.4em;
}


@media (max-width: 768px) {
    .tarjetas-carousel {
        position: relative;
        overflow: hidden;
    }

    .tarjetas-grid {
        display: flex;
        transition: transform 0.3s ease;
        width: 100%;
    }

    .tarjeta-item {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .tarjetas-carousel-controls {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin: 20px 0;
    }

    .carousel-btn {
        background-color: #007bff;
        color: white;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

    .carousel-indicators-mobile {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 30px;
    }

    .indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ddd;
    }

    .indicator.active {
        background-color: var(--primary);
    }
    .altern-content {
      margin: 2.5rem 0 2rem 0;
    }
    .interactive {
    padding-top: 2rem;
    }
}
