/*
Theme Name: Seohana
Theme URI: https://seohanamarketingdigital.es/
Template: astra
Author: Seohana
Author URI: https://seohanamarketingdigital.es/
Description: Tema - Web Seohana Marketing
Version: 4.11.1.1756024543
Updated: 2025-08-24 08:35:43

*/

/* ###-----------------###  VARIABLES  ###-----------------### */

:root {
  --color1: #d84a3b;
  --color2: #60d6c8;
  --color3: #133c40;
}

/* ###-----------------###  GENERAL  ###-----------------### */

/* Botón SEOHANA (Flecha) */

.arrow-seohana-button .elementor-button-icon {
  padding-left: 15px;
}

.arrow-seohana-button .elementor-button-icon svg path {
  fill: #fff;
}
.arrow-seohana-button .elementor-button-icon {
  display: inline-flex;
  -moz-transition: transform 0.25s ease;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  will-change: transform;
}
.arrow-seohana-button .elementor-button:hover .elementor-button-icon,
.arrow-seohana-button .elementor-button:focus-visible .elementor-button-icon {
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
@media (prefers-reduced-motion: reduce) {
  .arrow-seohana-button .elementor-button-icon {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* ###  Imagen SEOHANA  ### */

.seohana-image {
  position: relative;
  display: inline-block;
}

.seohana-image::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: rgba(96, 214, 200, 0.3);

  transform: rotate(10deg);
  z-index: -1;
  border-radius: 50px;
}

.seohana-image img {
  display: block;
  position: relative;
  z-index: 1;
}

.home-icon-text-block .elementor-image-box-img {
  padding: 20px;
  background: white;
  border-radius: 50%;
}

/* === Barra inferior móvil === */
@media (max-width: 1023px) {
  .mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 16px;
    background: #111827; /* fondo oscuro */
    z-index: 9999;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-bar.hide {
    opacity: 0;
    transform: translateY(100%);
  }

  .mobile-btn {
    flex: 1;
    margin: 0 6px;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .mobile-btn.audit {
    background: #60d6c8;
    color: #0b3a3d;
  }

  .mobile-btn.whatsapp {
    background: #25d366;
    color: #fff;
  }

  .mobile-btn i {
    font-size: 18px;
  }
}

/* Ocultar en pantallas grandes */
@media (min-width: 1024px) {
  .mobile-bar {
    display: none !important;
  }
}

/* Formulario de Contacto */

/* End Formulario de Contacto */

/* ###  Fin Barra inferior móvil  ### */

/* ###-----------------###  HEADER  ###-----------------### */
/* ###-----------------### END HEADER  ###-----------------### */

/* ###-----------------###  FOOTER  ###-----------------### */
/* ###-----------------### END FOOTER  ###-----------------### */

/* ###-----------------### FORMULARIO DE CONTACTO  ###-----------------### */

.wpcf7-form.init label {
  color: var(--color3);
}

/* Inputs texto y text area */
.wpcf7-form-control:not([type="submit"]) {
  color: var(--color3) !important;
  border-radius: 20px !important;
}

.wpcf7-form-control input:focus {
  border-style: solid;
  border-color: var(--color3);
}

.wpcf7-form-control[type="submit"]:hover {
  background-color: var(--color3) !important;
}

/* Checkbox */

/* Submit */
.wpcf7-submit {
  background-color: var(--color3);
  transition: 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: var(--color1);
}
/* ###-----------------### END FORMULARIO DE CONTACTO  ###-----------------### */

/* End Formulario de Contacto */

/* ###-----------------###  HOME  ###-----------------### */

/* ###-----------------###  CONTACTO  ###-----------------### */

/* Icono blanco */

.contact-icon-box .elementor-icon {
  padding: 20px;
  border-radius: 50%;
  background: white;
}
/* Fin Icono blanco */

/* ###-----------------###  INTERNAS  ###-----------------### */

/* Bloque 3 inclinados */

/* 🟦 Columna 1 → solo lado derecho inclinado */
.col-1-right-inclined {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  margin-right: calc(var(--ov) * -1);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  margin-right: -2vw;
  margin-left: -2vw;
}

/* 🟨 Columna 2 → ambos lados inclinados (romboide completo) */
.col-2-inclined {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  margin-left: calc(var(--ov) * -1);
  margin-right: calc(var(--ov) * -1);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  margin-left: -2vw;
  margin-right: -2vw;
}
/* 🟩 Columna 3 → solo lado izquierdo inclinado */
.col-3-left-inclined {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: calc(var(--ov) * -1);
  position: relative;
  z-index: 3;
  transition: transform 0.3s ease;
  margin-left: -2vw;
  margin-right: -2vw;
}

/* Hover con efecto de relieve */
/* Efecto hover → resalta con luz */
.col-1-right-inclined:hover,
.col-2-inclined:hover,
.col-3-left-inclined:hover {
  filter: brightness(1.2) saturate(1.1);
}

/* ###-----------------###  Páginas (Privacidad,Cookies...etc...)  ###-----------------### */

/* ###-----------------###  MEDIAS  ###-----------------### */

@media (min-width: 1441px) {
  .cabecera-pagina {
    margin-top: 100px;
  }
  .mobile-bar.hide {
    display: none;
  }
}

@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
  .cky-revisit-bottom-left {
    bottom: 70px;
  }

  .col-1-right-inclined,
  .col-2-inclined,
  .col-3-left-inclined {
    clip-path: unset;
    margin-left: unset;
    margin-right: unset;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    margin-left: -2vw;
    margin-right: -2vw;
  }
}

@media (max-width: 456px) {
}
