/*
 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
*/

:root {
  --c-negro: #000;
  --c-blanco: #ffffff;
  --c-primario: #d93052;
  --c-secundario: #000;
  --c-grisclaro: #ececec;
  --c-gris: #737373;
}

.vce > p:last-child {
  margin-bottom: 0;
}

a img:hover {
  opacity: 0.9;
}

.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus {
  background-color: #ffffff;
  padding-right: 25px;
}

li::marker {
  color: #ff6686;
}

.homepage-h1 {
  font-family: Arimo;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 20px;
  display: inline-block;
}

.tag-h3 {
  min-height: 145px;
}

.round-image img {
  padding: 10px;
  border-radius: 200px;
}
.round-image .vce-single-image-wrapper {
  border-radius: 200px;
}

a.vce-button--style-basic.vce-button--style-basic--size-medium {
  padding: 27px 43px 25px;
}
.vce-button--style-outline-animated.vce-button--style-outline--size-medium,
.vce-button.vce-button--style-basic {
  text-transform: uppercase;
  font-weight: 700;
}
a.vce-button--style-outline-animated::before {
  border: solid #ff6686 3px;
}
a.vce-button--style-outline-animated.vce-button--style-outline--size-medium {
  padding: 25px 43px;
}

.video-cab {
  height: 85vh;
}

.top-banner .vce-row-content {
  padding-right: 0 !important;
}

.button-float {
  float: left;
  margin-right: 20px;
}
.phone-button .vce-button.vce-button--style-basic::before {
  background-image: url("/wp-content/uploads/2025/03/phone.png");
  content: "";
  float: left;
  background-repeat: no-repeat;
  margin-right: 12px;
  background-size: 18px 20px;
  width: 18px;
  height: 20px;
}
.whatsapp-button .vce-button.vce-button--style-basic::before {
  background-image: url("/wp-content/uploads/2025/03/whatsapp.png");
  content: "";
  float: left;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: 18px 20px;
  width: 18px;
  height: 20px;
}

.boxes .vce-feature-description-image-wrapper {
  width: 100% !important;
}
.boxes .vce-feature-description-image.vce-features-shape--filled-rounded {
  border-radius: 30px 30px 0 0;
}
.boxes .vce-feature-description-content {
  margin-top: 40px;
  padding: 0 40px;
}

.inside-site-info.grid-container {
  padding-top: 30px;
}

.subtit p {
  font-family: Arimo, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

/* BLOG */

.blog .content-area {
  padding: 40px 0px 40px;
}

.blog .generate-columns-container {
  gap: 30px;
}

.blog article {
  border: 2px solid #e9e9e9;
  border-radius: 30px;
  padding: 20px !important;
}

.blog article .entry-summary {
  margin-top: 20px !important;
}

.blog article .read-more {
  border-radius: 30px;
  background-color: #d93052;
  border: 2px solid #d93052;
  color: #ffffff;
}

.blog article .read-more:hover {
  background-color: transparent;
  color: #000000;
}

.sidebar {
  padding-top: 40px !important;
}

.sidebar > .inside-right-sidebar {
  background-color: #e9e9e9 !important;
  padding: 40px 20px !important;
  border-radius: 30px;
}

.sidebar aside {
  margin-bottom: 0 !important;
  background-color: transparent !important;
}

.sidebar > .inside-right-sidebar > aside:last-child {
  padding-bottom: 0 !important;
}

.sidebar .widget-title {
  margin-bottom: 15px;
  font-family: Arimo, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

.single-post .type-post {
  padding: 40px 0px 40px;
}

.single-post .featured-image {
  margin-bottom: 40px !important;
}

.single-post .featured-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: 50% 15%;
}

.single-post footer .noticias-back {
  display: flex;
  align-items: center;
}

.single-post footer .noticias-back a {
  font-size: 18px;
}

.single-post footer .noticias-back .gp-icon svg {
  height: 2em;
  width: 2em;
}

.single-post footer .cat-links {
  margin-bottom: 30px;
}

.blog .no-results {
  width: 100%;
  text-align: center;
}

.blog .no-results h1 {
  margin-top: 0;
}

.blog .no-results form {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.blog .no-results form input {
  margin: 0 !important;
}

@media screen and (min-width: 1400px) {
  .video-cab {
    height: 100vh;
  }
}

@media screen and (max-width: 1024px) {
  .homepage-h1 {
    font-size: 28px;
    width: 370px;
  }

  .video-cab {
    height: 69vh;
  }
}

@media screen and (max-width: 820px) {
  .main-navigation .main-nav ul li a {
    padding: 0 30px;
  }
  .round-image {
    width: 260px;
  }

  .video-cab {
    height: 42vh;
  }

  /* BLOG */

  .sidebar {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 600px) {

  .video-cab {
    height: 25vh;
  }

  .homepage-h1 {
    font-size: 28px;
    width: 250px;
  }

  .site-header .header-image {
    width: 280px;
  }
  .tag-h3 {
    min-height: 0;
  }
  .vce-button.vce-button--style-basic {
    padding: 25px 20px;
  }

  #politica-cookies table {
    display: block;
    overflow: scroll;
  }
}

/* FORMULARIO DE CONTACTO */

input#nombre,
input#telefono,
input#email {
  background-color: var(--c-blanco) !important;
  border-bottom: 2px solid var(--c-primario);
  margin-top: 5px;
  width: 100%;
}

#form-contacto textarea.wpcf7-form-control {
  background-color: var(--c-blanco) !important;
  border-bottom: 2px solid var(--c-primario);
  margin-top: 5px;
  width: 100%;
  max-height: 150px;
}

/* 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 */

  .logos-kit-digital img {
    max-width: 210px;
  }

  .logos-kit-digital > img:last-child {
    max-width: 23%;
  }
}

@media screen and (max-width: 780px) {
}

@media screen and (max-width: 600px) {
  /* LOGOS KIT DIGITAL */

  .logos-kit-digital img {
    max-width: 165px;
    padding: 10px 5px;
  }

  .logos-kit-digital > img:last-child {
    max-width: 40%;
  }
}

@media screen and (max-width: 560px) {
}

/* CAPTCHA */

.grecaptcha-badge {
  display: none;
}
