/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Login Styles */

.login h1 a {
  background-image: url("https://pabloaredo.com/wp-content/uploads/pablo-aredo-logo.png");
  background-size: 100%;
  width: 266px;
  height: 138px;
}



.page-content a {
  text-decoration: none;
}

.elementskit-menu-overlay {
  background-color: var(--e-global-color-primary);
  opacity: 0.85;
}

.pa-nav .hfe-nav-menu__align-left ul.hfe-nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* ICONO CERRAR MENÚ */

.elementor-131 .elementor-element.elementor-element-f9a0ef8 .elementskit-menu-close {
  font-weight: 100;
}

/* TAMAÑO ICONO ABRIR MENÚ */

@media (max-width: 767px) {
  .elementor-131 .elementor-element.elementor-element-f9a0ef8 .elementskit-menu-hamburger {
    padding: 15px 10px 10px 10px;
  }
}

/* VIDEO REEL */

video.reel {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  height: auto;
}

/* COLOR DEL BOTON PLAY */

.ekit-wid-con .ekit-video-popup-btn {
  background-color: var(--e-global-color-primary);
}

/* DESKTOP > Fondo negro de subtitulo de sección */

/* @media (max-width: 1024px) {
  .subtitle-bg .elementor-widget-container {
    background: #000;
  }
} */

/* CONTACT FORM */

.ccr-form input[type="date"],
.ccr-form input[type="email"],
.ccr-form input[type="number"],
.ccr-form input[type="password"],
.ccr-form input[type="search"],
.ccr-form input[type="tel"],
.ccr-form input[type="text"],
.ccr-form input[type="url"],
.ccr-form select,
.ccr-form textarea {
  width: 100%;
  border: 1px solid var(--e-global-color-text);
  border-radius: 0;
  padding: 1rem;
  transition: all .3s;
  font-size: 1.2rem;
}

.ccr-form input[type="date"]:focus,
.ccr-form input[type="email"]:focus,
.ccr-form input[type="number"]:focus,
.ccr-form input[type="password"]:focus,
.ccr-form input[type="search"]:focus,
.ccr-form input[type="tel"]:focus,
.ccr-form input[type="text"]:focus,
.ccr-form input[type="url"]:focus,
.ccr-form select:focus,
.ccr-form textarea:focus {
  border-color: var(--e-global-color-primary);
}

.elementor-element .elementor-widget-container form.ccr-form p {
  margin: 0 0 2.5rem 0;
  padding: 0;
  display: block;
  color: #ffffff;
}

.ccr-form p:not(.nl-img) {
  margin: 0;
  padding: 0 1rem;
  display: inline-block;
}

.ccr-form p.nl-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 20px;
}

.ccr-form p label span.wpcf7-list-item-label {
  font-size: 1rem;
  line-height: inherit;
}

.ccr-form .wpcf7-form-control-wrap {
  display: block;
}

.ccr-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 0.375rem;
  position: absolute;
}

pre .ccr-form {
  font-family: var(--e-global-typography-primary-font-family);
}

.ccr-form .wpcf7-list-item,
.ccr-form label {
  display: flex;
}

.ccr-form a {
  /*color: var(--e-global-color-accent);*/
  color: var(--e-global-color-secondary);
}

.ccr-form a:hover {
  color: var(--e-global-color-text);
}

[type="button"],
[type="submit"],
button {
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-text);
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  background-color: var(--e-global-color-text);
}

.ccr-form .wpcf7-list-item {
  margin: 0;
}

.ccr-form label {
  cursor: pointer;
}

.ccr-form [type="radio"],
.ccr-form [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.ccr-form [type="radio"]+.wpcf7-list-item-label,
.ccr-form [type="checkbox"]+.wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}

.ccr-form [type="radio"]+.wpcf7-list-item-label::before,
.ccr-form [type="checkbox"]+.wpcf7-list-item-label::before,
.ccr-form [type="radio"]+.wpcf7-list-item-label::after,
.ccr-form [type="checkbox"]+.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.ccr-form [type="radio"]+.wpcf7-list-item-label::before,
.ccr-form [type="radio"]+.wpcf7-list-item-label::after {
  border-radius: 50%;
}

.ccr-form [type="radio"]+.wpcf7-list-item-label::before,
.ccr-form [type="checkbox"]+.wpcf7-list-item-label::before {
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--e-global-color-text);
}

.ccr-form [type="radio"]+.wpcf7-list-item-label::after,
.ccr-form [type="checkbox"]+.wpcf7-list-item-label::after {
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--e-global-color-text);
  transition: all 0.2s;
}

.ccr-form [type="radio"]:not(:checked)+.wpcf7-list-item-label::after,
.ccr-form [type="checkbox"]:not(:checked)+.wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

.ccr-form [type="radio"]:checked+.wpcf7-list-item-label::after,
.ccr-form [type="checkbox"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.ccr-form [type="radio"]:focus+.wpcf7-list-item-label::before,
.ccr-form [type="checkbox"]:focus+.wpcf7-list-item-label::before {
  box-shadow: 0 0 4px 3px var(--e-global-color-text);
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0.5rem 1rem;
}

.ccr-form textarea {
  height: 8rem;
}

/* FILTER CLIENTES */

.elementor-9 .elementor-element.elementor-element-36881ff .elementskit-clients-slider .single-client img {
  filter: invert(75%);
}

.ekit-wid-con .elementskit-clients-slider .single-client {
  background-color: transparent;
}

/* MENU */

@media (max-width: 1024px) {
  .elementor-131 .elementor-element.elementor-element-f9a0ef8 .elementskit-navbar-nav>li>a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  @media (max-width: 1024px) {
    .ekit-wid-con:not(.ekit_menu_responsive_mobile) .elementskit-navbar-nav {
      padding: 20% 0 0 0;
    }
  }
}

/* SCROLL TEXT */

.text-scroll {
  overflow: hidden;
}

.text_running {
  position: relative;
  font-size: 12vmax;
  white-space: nowrap;
  animation: ticker 5s infinite linear;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 90%;
  color: #000000;
  width: fit-content;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.text_running:before {
  content: attr(data-count);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
}

@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

/* COOKIES */

.cmplz-cookiebanner.banner-a .cmplz-header {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

#cmplz-document.cmplz-document.cookie-statement.cmplz-document-eu {
  margin: 0 auto;
}

#cmplz-document.cmplz-document.cookie-statement.cmplz-document-eu p,
#cmplz-document.cmplz-document.cookie-statement.cmplz-document-eu li {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}

#cmplz-document.cmplz-document.cookie-statement.cmplz-document-eu h2 {
  font-size: 1.75rem;
  margin-block-start: .5rem;
  margin-block-end: 1rem;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--e-global-color-text);
}

/* TEXTO ALERT CONTACT */

.wpcf7 form .wpcf7-response-output {
  color: var(--e-global-color-text);
}

/*page-404*/

.page-404 {
  text-align: center;
  padding: 80px;
}

.page-404 h1.page-404-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  word-spacing: var(--e-global-typography-primary-word-spacing);
  color: var(--e-global-color-4724c36);
}

.page-404 p.page-404-subtitle {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin-bottom: 40px;
}

.page-404 a.elementor-button {
  margin-top: 80px;
  margin-bottom: 80px;
}

.page-404 a.elementor-button .elementor-button-icon {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .page-404 {
    text-align: center;
    padding: 20px;
  }
}

.page-404 label {
  width: 180px;
}

.page-404 label input {
  border-radius: 0;
  width: 100%;
  border: 2px solid #000000;
  border-radius: 0;
  padding: 18px;
  transition: all .3s;
  font-size: 1.2rem;
  background: #fff;
}