/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ================================
   VARIABLES POR DEFECTO
================================= */
:root {
  --c-negro: #000;
  --c-blanco: #FFFFFF;
  --c-primario: #252E60;
  --c-secundario: #EDC500;
  --c-grisclaro: #ECF1F3;
  --c-gris: #484D49;
}

/* ================================
   OUTLINE
================================= */
*:focus {
  outline: 5px solid orange;
}

/* ================================
   ESTILOS COMUNES
================================= */
.zindex0 {
  z-index: 0;
}

.zindex1 {
  z-index: 1;
}

a {
  text-decoration: none;
}

a,
a:hover {
  transition: all 0.4s ease !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
  color: var(--c-primario);
  font-weight: 700;
}

/* ================================
   FORMULARIO DE CONTACTO (HEADER)
================================= */
/* Formulario */
.default-form p {
  margin-bottom: 0;
}

.default-form input:not([type="submit"]),
.default-form textarea {
  font-size: 15px;
  background-color: #ffffff;
  border-color: #E5E4E9;
  margin-bottom: 10px;
  width: 100%;
}

.default-form textarea {
  max-height: 150px;
  resize: none;
}

.default-form input::placeholder,
.default-form textarea::placeholder {
  font-size: var(--body);
  font-family: var(--font-title);
  font-weight: var(--light);
  color: var(--c-negro);
}

.default-form input:focus,
.default-form textarea:focus {
  outline: none;
}

.default-form .datos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
}

.default-form .datos>div {
  flex: 0 0 48%;
}

.default-form .datos>div.full-w {
  flex: 0 0 100%;
}

.default-form.form-cv .adjunto {
  padding: 10px 15px;
  margin-top: -7px;
}

.default-form.form-cv .adjunto input {
  font-family: var(--body);
}

.rgpd {
  margin-bottom: 20px;
}

.rgpd .wpcf7-list-item {
  margin-left: 0;
}

.rgpd input {
  width: auto !important;
}

.txt-legal {
  margin-bottom: 20px;
  font-size: 0.8rem;
}

.txt-legal .tab-legal {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  column-gap: 4px;
}

.txt-legal .tab-legal p {
  font-size: 1.2em;
}

.txt-legal .tab-legal:hover {
  cursor: pointer;
}

.txt-legal .tab-legal .plus-icon {
  margin-top: 4px;
}

.txt-legal .tab-legal .plus-icon svg {
  max-width: 13px;
  transform: rotate(45deg);
  fill: var(--c-negro);
}

.txt-legal .let-peq {
  margin: 0;
  padding-left: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.txt-legal .let-peq>p {
  font-size: 0.8rem;
  line-height: 1.25em !important;
  color: var(--c-negro) !important;
  padding-bottom: 10px;
}

.btn-enviar input[type=submit] {
  background-color: var(--c-secundario);
  text-align: left;
  color: var(--c-negro);
  padding: 14px 20px;
  font-family: var(--font-title);
  font-size: var(--title-xs);
  text-transform: uppercase;
  transition: var(--all-transition);
  border-radius: 5px;
  font-weight: bold;
}

.btn-enviar input[type=submit]:hover {
  background-color: var(--c-primario);
  color: var(--c-secundario);
}

/* ================================
   LOGOS KIT DIGITAL
================================= */
.logos-kit-digital {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.logos-kit-digital img {
  display: block;
  max-width: 21%;
  padding: 0 20px;
}

.logos-kit-digital>img:last-child {
  max-width: 15%;
}

/* ---------- RESPONSIVE ---------- */
@media screen and (max-width: 1080px) {
  .logos-kit-digital img {
    max-width: 210px;
  }

  .logos-kit-digital>img:last-child {
    max-width: 23%;
  }
}

@media screen and (max-width: 600px) {
  .logos-kit-digital img {
    max-width: 165px;
    padding: 10px 5px;
  }

  .logos-kit-digital>img:last-child {
    max-width: 40%;
  }
}

/* ================================
   CAPTCHA
================================= */
.grecaptcha-badge {
  display: none;
}

body {
  border-bottom: 10px solid #EDC500;
}

/* ================================
   BOXES
================================= */
.boxes ul {
  margin: 0 0 1.5em 1.5em;
}

.boxes li {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.boxes li::marker {
  content: '';
}

.boxes li::before {
  content: '';
  position: absolute;
  height: 1em;
  width: 1em;
  background: url(/wp-content/uploads/2025/09/marker.svg);
  transform: translate(-150%);
  background-size: cover;
  margin-top: 3px;
}

.boxes .vce-col-content {
  height: 100%;
  display: grid;
}

.boxes .vce-button--style-basic-container {
  align-self: flex-end;
}

/* ================================
   LINES
================================= */
.line-below {
  border-bottom: solid 2px #EDC500;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.lines-below {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  border-bottom: solid 2px #EDC500;
}

/* ================================
   HEADER
================================= */
.site-header {
  z-index: 1;
}

.home .site-content {
  padding-top: 0;
}

.inside-header .gp-icon svg {
  top: 0.4em;
  font-size: 20px;
}

.inside-header .gp-icon {
  display: inherit;
}

/* ================================
   BUTTONS
================================= */
.vce a.vce-button {
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.vce a.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:not(:hover) {
  font-size: 15px;
  color: #252E60;
  background-color: #EDC500;
  padding: 20px 40px;
}

.vce a.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:hover {
  font-size: 15px;
  color: #EDC500;
  background-color: #252E60 !important;
  padding: 20px 40px !important;
}

.small-button a.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:not(:hover) {
  font-size: 14px;
  padding: 20px 5px;
  align-self: flex-end;
}

.small-button a.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:hover {
  font-size: 14px;
  color: #EDC500;
  background-color: #252E60;
  padding: 20px 5px;
}

.capitalize a.vce-button--style-basic {
  text-transform: capitalize;
}

/* ================================
   MENU
================================= */
.menu-button.menu-item {
  background-color: #EDC500;
  border-radius: 5px;
}

.main-navigation li.menu-button.menu-item a {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  color: #252E60;
}

.main-navigation li.menu-button.menu-item a:hover {
  background-color: #252E60;
  color: #EDC500;
}

.conmutador {
  margin-left: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.conmutador > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conmutador > a > span {
  display: none;
}

/* ================================
   ICONS & LINKS
================================= */
.vertical-svg::before {
  content: url("/wp-content/uploads/2025/09/Favicon.svg");
  vertical-align: middle;
  transform: scale(.8);
  padding: 0 30px 0 0;
}

a.link-white {
  color: #ffffff;
}

a.link-white:hover {
  color: #EDC500;
}

a.chevron::after {
  content: url("/wp-content/uploads/2025/09/chevron.svg");
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  transform: scale(.6);
}

img:hover {
  opacity: .8;
}

/* ================================
   ANGLES
================================= */
.angle-white {
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
}

.angle-white svg {
  position: absolute;
  bottom: -1px;
}

.angle-blue {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
}

.angle-blue svg {
  position: absolute;
  top: -1px;
}

.angle-blue-up {
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
}

.angle-blue-up svg {
  position: absolute;
  bottom: -1px;
}

/* ================================
   MEDIA QUERIES
================================= */
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {

   .conmutador {
    margin-left: 0;
    margin-top: 20px;
  }

  .default-form .datos {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .delete {
    display: none !important;
  }
}

