@charset "UTF-8";
/*
Theme Name: gopopup
Theme URI: 
Author: Atomic4
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gopopup
Tags: 
*/
.boton-amarillo .has-black-color:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.fila-pop {
  margin-top: 75px;
  gap: 3px !important;
}

.parrafo-crear {
  margin-top: 2px !important;
}

.parrafo-crear a {
  color: #000;
  text-decoration: none;
}

html {
  margin-top: unset;
  scroll-behavior: smooth;
  font-family: "Waldenburg Go", sans-serif;
}

:where(.wp-site-blocks) > * {
  margin-block-start: unset;
}

.wp-site-blocks header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
}

.admin-bar .wp-site-blocks header {
  top: 32px;
}

#masthead {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#masthead .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1390px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #floating-header ul li button {
    display: none;
  }
  #floating-header.active > .wp-block-group {
    /*background-color: rgba(245, 245, 245, 1);*/
    height: 340px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
  }
  #floating-header.active > .wp-block-group ul li ul {
    display: none;
    margin-top: 10px;
    background-color: #e5e5e5;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    min-width: 220px;
    width: auto;
    padding: 8px 0;
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  #floating-header.active > .wp-block-group ul li ul.active {
    display: block !important;
  }
  #floating-header.active > .wp-block-group ul li ul:hover li a:hover {
    color: #fff;
  }
  #floating-header.active > .wp-block-group ul li ul a {
    margin: 0 0 5px 0;
    padding: 0;
  }
}
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  display: block;
}

#cities .list p {
  margin-block-start: 0;
  cursor: pointer;
}
#cities .list p:hover {
  color: rgb(155, 155, 155);
}
#cities .list p a {
  color: inherit;
  text-decoration: none;
}
#cities .covers {
  position: relative;
}
#cities .covers .wp-block-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-block-start: 0;
}
@media screen and (max-width: 768px) {
  #cities .covers .wp-block-cover {
    position: relative;
    max-height: 233px;
    display: none;
  }
  #cities .covers .wp-block-cover.current {
    display: block;
  }
}

#overlay {
  top: 0;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 9;
  backdrop-filter: blur(10px);
  display: none;
}

#overlay.active {
  display: block;
}

#overlay.active-buscador {
  display: block;
  z-index: 20;
  position: fixed;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #EEFF38 !important;
  color: #000 !important;
}
.wp-block-buttons .wp-block-button.is-style-yellow:hover a {
  color: #EEFF38 !important;
  background: #000 !important;
}

.page:not(.page-template-wp-custom-template-legal) .wp-site-blocks #floating-header {
  top: calc(20px + var(--wp-admin--admin-bar--position-offset, 0px));
}

.wp-block-details {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .wp-block-details {
    margin-block-start: 5px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details .summary {
    font-size: 14px;
  }
}

.wpml-ls-dropdown .current-language-item {
  text-transform: uppercase;
}
.wpml-ls-dropdown .wp-block-navigation-item {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .floating-header-mobile {
    display: none;
  }
}
.floating-header-mobile .wp-block-buttons {
  width: 100% !important;
}
.floating-header-mobile .wpml-language-switcher-navigation-block {
  text-transform: uppercase;
}
.floating-header-mobile .wpml-language-switcher-navigation-block li[data-wpml=current-language-item] {
  color: #9B9B9B !important;
}
.floating-header-mobile .wp-block-navigation__responsive-container {
  background: transparent !important;
  margin-top: 5px;
  margin-bottom: 8px;
}
.floating-header-mobile .wp-block-navigation__responsive-close {
  height: 100vh;
  background-color: #fff;
  margin-top: 130px;
  border-radius: 30px;
  padding: 20px;
  font-size: 24px;
  font-weight: 900;
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog {
  padding: 0;
  height: 90%;
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
  position: fixed;
  top: 50px;
  right: 25px;
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close svg {
  fill: rgba(0, 0, 0, 0);
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content {
  padding: 0 !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: max-content;
  justify-content: end;
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content .wp-block-navigation:first-child {
  position: absolute;
  top: 0;
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  width: 100%;
  gap: 15px;
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content .wp-block-navigation__container li {
  width: 100%;
  position: relative;
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content .wp-block-navigation__container li button {
  position: absolute;
  right: 10px;
  display: block;
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content .wp-block-navigation__container li a {
  width: 100%;
}
.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content .wp-block-navigation__container li a span {
  width: 100%;
}
.floating-header-mobile .wp-block-navigation__submenu-container.active {
  display: block !important;
}

#floating-header {
  position: relative;
}
#floating-header .wp-block-navigation__container > li {
  position: relative;
}
#floating-header .wp-block-navigation__submenu-container {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  background: #e5e5e5;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  z-index: 30;
}
#floating-header .wp-block-navigation__submenu-container::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
#floating-header .wp-block-navigation__submenu-container.is-open {
  display: block;
}
#floating-header .wp-block-navigation__submenu-container a {
  display: block;
  padding: 8px 16px;
  color: #2b2b2b;
  text-decoration: none;
}
#floating-header .wp-block-navigation__submenu-container a:hover {
  color: #000;
}
#floating-header .wp-block-navigation-item__content {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#floating-header .wp-block-navigation-submenu__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
#floating-header .wp-block-navigation__submenu-icon svg {
  width: 12px;
  height: 12px;
  margin-top: 0;
}
#floating-header.is-sticky {
  background: rgba(255, 255, 255, 0.7) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
}
#floating-header.is-sticky .wp-block-navigation__container > li > a {
  color: #000;
}
#floating-header.is-sticky .wp-block-navigation__submenu-icon svg {
  color: #000;
}
#floating-header.is-sticky .boto-sesion {
  background: #000 !important;
  color: #fff !important;
}
#floating-header.is-sticky .boto-sesion a,
#floating-header.is-sticky a.boto-sesion {
  color: #fff !important;
}
#floating-header.is-sticky .wpml-language-switcher-navigation-block a,
#floating-header.is-sticky .wpml-language-switcher-navigation-block li,
#floating-header.is-sticky .wpml-ls-dropdown .wp-block-navigation-item {
  color: #000 !important;
}
#floating-header.is-sticky .wpml-language-switcher-navigation-block,
#floating-header.is-sticky .wpml-language-switcher-navigation-block * {
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  #floating-header {
    display: none;
  }
  #floating-header.floating-header-mobile {
    display: block;
    background: transparent;
  }
  #floating-header.floating-header-mobile > div > div {
    padding: 0 28px 0 12px;
  }
  #floating-header.is-sticky.floating-header-mobile {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
  }
  #floating-header.floating-header-mobile .wp-block-navigation__responsive-container-open svg {
    color: #fff;
    fill: #fff;
  }
  #floating-header.floating-header-mobile.is-sticky .wp-block-navigation__responsive-container-open svg {
    color: #000;
    fill: #000;
  }
}

.imagen-radius-grog a img {
  border-radius: 10px;
}

/* TEST CSS HEADER */
body.header-force-black #floating-header .wp-block-navigation__container > li > a,
body.header-force-black #floating-header .wp-block-navigation__container > li > a span {
  color: #000;
}
body.header-force-black #floating-header .wp-block-navigation__submenu-icon svg {
  color: #000;
}
body.header-force-black #floating-header .boto-sesion {
  background: #000 !important;
  color: #fff !important;
}
body.header-force-black #floating-header .boto-sesion a,
body.header-force-black #floating-header .boto-sesion a span,
body.header-force-black #floating-header a.boto-sesion,
body.header-force-black #floating-header .boto-sesion .wp-block-button__link,
body.header-force-black #floating-header .boto-sesion .wp-block-button__link span,
body.header-force-black #floating-header a.boto-sesion span {
  color: #fff !important;
}
body.header-force-black #floating-header .wpml-language-switcher-navigation-block,
body.header-force-black #floating-header .wpml-language-switcher-navigation-block * {
  color: #000 !important;
}
body.header-force-black #floating-header.floating-header-mobile .wp-block-navigation__responsive-container-open svg {
  color: #000 !important;
  fill: #000 !important;
}

.boto-sesion {
  color: #000;
  background: #fff !important;
  border-radius: 16px;
  padding-top: 12px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 11px !important;
}

@media screen and (max-width: 768px) {
  footer .footer-gop {
    margin-left: 10px;
    margin-right: 10px;
  }
  .grupo-logo {
    min-height: 110px !important;
  }
  .floating-header-mobile .wp-block-navigation__responsive-container {
    position: fixed;
    top: var(--mobile-header-h, 0px);
    left: 0;
    right: 0;
    height: calc(100vh - var(--mobile-header-h, 0px));
    max-height: calc(100dvh - var(--mobile-header-h, 0px));
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #e6e6e6 !important;
    margin: 0;
    padding: 70px 20px 30px;
    z-index: 2000;
  }
  .floating-header-mobile .wp-block-navigation__responsive-container::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 40px;
    width: 140px;
    height: 36px;
    background: url("/wp-content/uploads/2026/01/logo-gopopup-white.png") no-repeat left center;
    background-size: contain;
  }
  .floating-header-mobile .wp-block-navigation__responsive-container-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
  }
  .floating-header-mobile .wp-block-navigation__responsive-container-close svg {
    fill: #000 !important;
    color: #000 !important;
    width: 20px;
    height: 20px;
  }
  .floating-header-mobile .wp-block-navigation-item.has-child > button,
  .floating-header-mobile .wp-block-navigation-submenu__toggle {
    display: none !important;
  }
  .floating-header-mobile .wp-block-navigation__submenu-container {
    display: block !important;
    position: static;
    padding-left: 0;
    margin-top: 0;
    top: calc(100% + 0px);
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .floating-header-mobile .wp-block-navigation__submenu-container a {
    font-size: 14px;
    padding: 8px 0px !important;
  }
  .floating-header-mobile .wp-block-navigation__container > li > a,
  .floating-header-mobile .wp-block-navigation__container > li > a span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
  }
  .floating-header-mobile .wp-block-navigation__responsive-close {
    margin-top: 0;
    border-radius: 0;
    background-color: transparent;
    height: calc(100dvh - var(--mobile-header-h, 0px));
    overflow: hidden;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .floating-header-mobile #floating-header.floating-header-mobile .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close svg {
    fill: #000 !important;
    color: #000 !important;
  }
  .floating-header-mobile .wp-block-navigation__container > li {
    margin-bottom: 10px;
  }
  .floating-header-mobile .wp-block-navigation__responsive-container-content .wp-block-navigation:first-child {
    position: static;
    margin-top: 50px;
  }
  .floating-header-mobile .wp-block-navigation__responsive-container-content > .wp-block-buttons {
    margin-top: 50px;
  }
  .floating-header-mobile .wpml-language-switcher-navigation-block a,
  .floating-header-mobile .wpml-language-switcher-navigation-block li,
  .floating-header-mobile .wpml-language-switcher-navigation-block span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
  }
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  margin-top: 0;
}

.is-style-yellow a {
  color: #000;
  border-radius: 30px;
  background-color: #eeff38;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 29px;
  font-style: normal;
  font-weight: 1000;
}
.is-style-yellow:hover a {
  background-color: #000 !important;
  color: #eeff38 !important;
}

@media screen and (max-width: 768px) {
  .paises-mbl {
    margin-top: 5px !important;
  }
  h2.wp-block-heading {
    font-size: 24px !important;
  }
  h1.wp-block-heading {
    font-size: 32px !important;
  }
}
.ds-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .ds-mobile {
    display: block;
  }
}

.ds-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .ds-desktop {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-cover.list p {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    line-height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-cover.list a {
    font-size: 14px;
  }
}

/* NOU ESTIL MIGRAT DEL STYLE 2 */
#overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  z-index: 900;
}
#overlay.active-buscador {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.18) 30%, rgba(0, 0, 0, 0.18) 70%, rgba(0, 0, 0, 0.35) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 1;
  pointer-events: auto;
  z-index: 950;
}

#buscador.desktop.overlay.active #go {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
#buscador .content.active {
  height: 365px !important;
}

#buscadormobile .content.active {
  height: 365px !important;
}

.menu-subm {
  cursor: pointer;
}

#modal-1-content,
#modal-2-content {
  gap: 30px;
}

.logo .wp-block-image img {
  height: 100%;
  width: auto !important;
  max-width: 120px;
  aspect-ratio: unset !important;
}

.parrafo-50.has-white-color {
  opacity: 0.5 !important;
}

.historias-h2 {
  margin-top: 0px;
}

.degradat-font-y {
  background: linear-gradient(90deg, #ffffff 0%, #eeff38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.espaciado-10-top {
  margin-top: 10px !important;
}

.gform_required_legend {
  display: none !important;
}

.gfield_required.gfield_required_custom {
  display: none !important;
}

.columnas-newsletter {
  background: radial-gradient(125.61% 125.61% at 52.09% 100%, rgba(238, 255, 56, 0.5) 0%, rgba(239, 236, 230, 0.5) 77.2%);
  border-radius: 30px;
  padding: 30px;
  margin-left: 150px !important;
  margin-right: 150px !important;
  margin-bottom: 30px !important;
}

#gform_submit_button_1 {
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

#input_1_2 {
  border-radius: 50px;
  border: 0px;
  margin-right: 40px !important;
}

#input_1_3_1 {
  border: 0px !important;
}

.img-cat {
  align-items: center;
  text-align: center;
}

.espaciado-parrafo {
  letter-spacing: 1.5px;
}

.gopopup-card-degradado {
  background-color: #EEFF38;
  background-image: radial-gradient(125.61% 125.61% at 52.09% 100%, rgba(238, 255, 56, 0.75) 0%, rgba(239, 236, 230, 0.75) 77.2%);
}

.gopopup-card-imagen {
  background-image: url("/wp-content/uploads/2026/01/noia-ia.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contenido-col-gr {
  position: absolute;
  bottom: 50px;
}

.black-70 {
  opacity: 0.7 !important;
  margin-top: 8px !important;
}

.parrafo-margin-normal {
  margin-top: 8px !important;
}

.inferior-container-b, .fondo-container-b {
  margin-top: 0px !important;
  background-color: #000;
}

.fondo-container-b {
  padding-right: 20px !important;
  padding-left: 10px !important;
  padding-top: 20px;
}

.contenedor-espacios-b .espacio-ex {
  max-width: 100% !important;
}

@media screen and (max-width: 768px) {
  .buttons-cta-mobile > .wp-block-button.wp-block-button__width-25 {
    width: 90% !important;
    flex-basis: 90% !important;
  }
}
.grupo-espacio-prop .bloque-esp-yellow {
  background-image: radial-gradient(125.61% 125.61% at 52.09% 100%, rgba(238, 255, 56, 0.75) 0%, rgba(239, 236, 230, 0.75) 77.2%);
}

.badge-premium {
  width: 10%;
}

.column-gest-agentes {
  background-image: radial-gradient(125.61% 125.61% at 52.09% 100%, rgba(238, 255, 56, 0.75) 0%, rgba(239, 236, 230, 0.75) 77.2%);
}

.mockup-row {
  position: relative;
  overflow: visible;
}

.mockup-row .mockup-main img {
  display: block;
  width: 100%;
  height: auto;
}

.mockup-row .mockup-badge {
  position: absolute;
  right: 180px;
  top: 50%;
  transform: translateY(20%);
  z-index: 10;
}

.mockup-row .mockup-badge-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .mockup-row .mockup-badge {
    display: none !important;
  }
  .mockup-row .mockup-badge-mobile {
    display: block !important;
  }
  .mockup-row .mockup-badge-mobile {
    position: absolute;
    right: 10px;
    top: 63%;
    transform: translateY(20%);
    z-index: 10;
  }
  .badge-premium {
    width: 50%;
  }
  .grupo-espacio-prop {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .grupo-espacio-prop .wp-block-columns {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .group-herramientas-control-propietarios {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .group-servicio-premium-propietario {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mockup-row .mockup-main {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .mockup-row .mockup-badge {
    width: 100% !important;
    max-width: 100px !important;
    position: absolute !important;
    right: -20px !important;
    top: 60% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
  }
  .mockup-row .mockup-main img {
    max-width: 370px !important;
    width: 370px !important;
    height: auto !important;
    object-fit: contain;
  }
  .group-headphones {
    padding-left: 10px !important;
  }
  .group-headphones img {
    width: 90px !important;
  }
  .fila-group-icon-text-propietario .group-icon-text-img img {
    width: 90px;
    margin-left: 5px;
  }
  .fila-group-icon-text-propietario .group-icon-text p {
    margin-left: 10px !important;
  }
}
/*SCSS FAQS*/
/* FAQ – sistema general */
.grupo-faq-item, .grupo-faq-item-bloque-page {
  /* FAQ (details) */
}
.grupo-faq-item details, .grupo-faq-item-bloque-page details {
  border-radius: 0;
  border-top: 1px solid #e6e6e6;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.grupo-faq-item details:last-of-type, .grupo-faq-item-bloque-page details:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.grupo-faq-item details > summary, .grupo-faq-item-bloque-page details > summary {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
}
.grupo-faq-item details p, .grupo-faq-item-bloque-page details p {
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 16px !important;
  line-height: 1.5 !important;
  width: 100%;
}
.grupo-faq-item details > summary::-webkit-details-marker, .grupo-faq-item-bloque-page details > summary::-webkit-details-marker {
  display: none;
}
.grupo-faq-item details > summary::after, .grupo-faq-item-bloque-page details > summary::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2026/01/flechadown.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.grupo-faq-item details[open] > summary::after, .grupo-faq-item-bloque-page details[open] > summary::after {
  background-image: url("/wp-content/uploads/2026/01/flechaup.png");
}
.grupo-faq-item details > *:not(summary), .grupo-faq-item-bloque-page details > *:not(summary) {
  margin-top: 12px;
  max-width: 720px;
}

@media screen and (max-width: 768px) {
  .grupo-faq-botones {
    width: 360px;
  }
  .grupo-faq-botones .wp-block-buttons.faq-tab.is-active .wp-block-button__link {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .grupo-faq-item details > summary, .grupo-faq-item-bloque-page details > summary {
    padding-right: 30px;
  }
  .grupo-faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grupo-faq-item-bloque-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*SCSS Bloque img sobre nosotros*/
.card-img-bottom {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.card-img-bottom .wp-block-image {
  margin: 0;
}

.card-img-bottom .wp-block-image img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 350px;
  width: auto;
  display: block;
}

.card-left-team {
  transform: rotate(-4deg);
  transform-origin: bottom center;
  position: relative;
  z-index: 1;
}

.card-right-team {
  transform: translateX(-30px) rotate(4deg);
  transform-origin: bottom center;
  position: relative;
  z-index: 2;
}

.two-col-sobre-nosotros .two-col-group-yellow {
  background-color: #EEFF38;
  background-image: radial-gradient(125.61% 125.61% at 52.09% 100%, rgba(238, 255, 56, 0.75) 0%, rgba(239, 236, 230, 0.75) 77.2%);
}

@media screen and (max-width: 768px) {
  .general-group-sobre-nosotros {
    padding-left: 20px;
    padding-right: 20px;
  }
  .two-col-sobre-nosotros > .wp-block-column:first-child > .wp-block-group {
    height: 530px !important;
    min-height: 0 !important;
  }
  .two-col-sobre-nosotros > .wp-block-column:last-of-type > .wp-block-cover {
    min-height: auto !important;
    height: 530px !important;
  }
  .two-col-sobre-nosotros > .wp-block-column:last-of-type > .wp-block-cover img {
    height: 530px !important;
    border-radius: 30px;
  }
  .group-black-sobre-nosotros {
    min-height: 0 !important;
    height: 530px;
  }
  .p-marcas-sobre-nosotros {
    font-size: 20px !important;
  }
  .two-col-sobre-nosotros > .wp-block-column:first-of-type > .wp-block-group.has-background p {
    font-size: 21px !important;
  }
  .two-col-sobre-nosotros > .wp-block-column:first-of-type > .wp-block-group.has-background .two-col-sobre-nosotros-heightone {
    height: 10px !important;
  }
  .card-img-bottom {
    min-height: 240px !important;
    height: 240px !important;
    padding-top: 20px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .card-img-bottom p:first-of-type {
    font-size: 15px !important;
  }
  .card-img-bottom p:last-of-type {
    font-size: 10px !important;
  }
  .card-left-team,
  .card-right-team {
    margin-left: 20px;
  }
  .group-team-sobre-nosotros {
    transform: translateX(10px);
  }
  .card-right-team {
    transform: translateX(-30px) rotate(6deg) !important;
  }
  .card-img-bottom .wp-block-image img {
    height: 170px;
  }
  .espaciador-nosotros-team1 {
    height: 0px !important;
  }
  .espaciador-nosotros-team2 {
    height: 20px !important;
  }
  .group-marcas-propietarios {
    padding-left: 20px;
  }
  .column-metricas-sobre-nosotros-p {
    margin-left: 40px;
  }
  .column-metricas-sobre-nosotros-p2 {
    margin-left: 10px;
  }
  .height1-metricas-sobre-nosotros {
    height: 10px !important;
  }
  .height2-metricas-sobre-nosotros {
    height: 0px !important;
  }
  .height3-metricas-sobre-nosotros {
    height: 50px !important;
  }
}
/*SCSS Page FAQs*/
/* FAQ: oculta todos por defecto */
.grupo-faq-item {
  display: none;
}

.grupo-faq-item.is-active {
  display: block;
}

.grupo-faq-botones {
  width: 402px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.grupo-faq-botones .wp-block-buttons.faq-tab .wp-block-button .wp-block-button__link.wp-element-button:hover {
  background-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
  transform: none !important;
}

.grupo-faq-botones .wp-block-buttons.faq-tab .wp-block-button__link {
  background: transparent;
  color: #b2b2ae;
  border-radius: 0;
}
.grupo-faq-botones .wp-block-buttons.faq-tab.is-active .wp-block-button__link {
  background-color: #ffffff;
  color: #000000;
  border-radius: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #b2b2ae;
}

@media screen and (max-width: 768px) {
  .columnas-newsletter {
    padding: 20px;
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 50px !important;
  }
  .grupo-faq-botones {
    width: 360px;
  }
  .grupo-faq-botones .wp-block-buttons.faq-tab.is-active .wp-block-button__link {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .grupo-faq-item details > summary {
    padding-right: 30px;
  }
  .grupo-faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.icon-dia-partner {
  background-color: #EEFF38;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20px;
  border-radius: 26px;
}

.icon-reserva-whats, .icon-reserva-check {
  background-color: #000000;
  padding: 7px;
  border-radius: 30px;
}

.icon-reserva-book {
  background-color: #EEFF38;
  padding: 7px;
  border-radius: 30px;
}

.icon-reserva-step {
  position: relative;
  display: inline-flex;
}

.icon-reserva-step::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 120%;
  width: 80px;
  height: 1.2px;
  background-color: #000;
  transform: translateY(-50%);
}

/*Creamos tu POP UP*/
/*SCSS Bloque Fase 1 - Fase 2 - Fase 3*/
/* La tarjeta */
.card-fase {
  position: relative;
}

/* El texto "Fase 1" */
.card-fase .badge-fase {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  background: #E9F59A;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .fondo-creamos-altura1 {
    height: 15vh !important;
  }
  .fondo-creamos-altura2 {
    height: 20vh !important;
  }
  .group-partner-creativo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .column-fondo-partner-diamante .wp-block-cover {
    min-height: 550px !important;
    height: 550px;
  }
  .fondo-partner-diamante-height {
    height: 260px !important;
  }
  .group-espacio-experiencia {
    padding-left: 20px;
    padding-right: 20px;
  }
  .group-pasos-creamos {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*SCSS Footer*/
.footer-legal.wp-block-navigation__container {
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .footer-legal.wp-block-navigation__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-legal .wp-block-navigation__responsive-container-open {
    display: none;
  }
  .footer-legal .wp-block-navigation__responsive-container {
    display: block;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .pila-footer-general {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .social-icons-footer {
    gap: 60px !important;
  }
}
.column-popupshowroom {
  position: relative;
}

.column-popupshowroom .enlace-columna-popupshowroom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: block;
  cursor: pointer;
}

.gradient-group-tipologia {
  background: radial-gradient(125.61% 125.61% at 52.09% 100%, rgba(238, 255, 56, 0.5) 0%, rgba(239, 236, 230, 0.5) 77.2%) !important;
}

/*CSS Formulario - Página de Contacto */
/* CONTENEDOR EXTERIOR */
.formulario-principal_wrapper {
  background: #F6F5F0;
  padding: 40px;
  border: 2px solid #9ca3af;
  border-radius: 30px;
}

/* INPUTS */
.formulario-principal_wrapper input[type=text],
.formulario-principal_wrapper input[type=email],
.formulario-principal_wrapper input[type=tel],
.formulario-principal_wrapper textarea {
  border: 1.5px solid #9ca3af !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  height: 56px !important;
}

/* FOCUS */
.formulario-principal_wrapper input:focus,
.formulario-principal_wrapper textarea:focus {
  background: #ffffff !important;
  border-color: #686e77 !important;
  outline: none;
}

.formulario-principal_wrapper textarea {
  min-height: 180px !important;
}

.formulario-principal_wrapper .gform_button {
  width: 100% !important;
  display: block !important;
  background: #eeff38 !important;
  color: #111 !important;
  border: none !important;
  border-radius: 60px !important;
  height: 50px !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  cursor: pointer;
  transition: all 0.25s ease;
}

@media (max-width: 768px) {
  .formulario-principal_wrapper {
    padding: 20px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .formulario-principal_wrapper .gform_fields {
    row-gap: 20px !important;
  }
  .formulario-principal_wrapper .gfield {
    margin: 0 !important;
  }
  .formulario-principal_wrapper .ginput_container_textarea {
    padding: 0 !important;
    margin: 0 !important;
  }
  .formulario-principal_wrapper textarea,
  .formulario-principal_wrapper textarea.textarea {
    min-height: 120px !important;
    height: 120px !important;
    padding: 10px 12px !important;
  }
  .formulario-principal_wrapper input[type=text],
  .formulario-principal_wrapper input[type=email],
  .formulario-principal_wrapper input[type=tel] {
    height: 44px !important;
    padding: 10px 12px !important;
  }
  .height1-contacto {
    height: 130px !important;
  }
  .column1-contacto-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .column1-contacto-text img {
    height: auto !important;
  }
  .group-last-contacto p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .paises-mbl {
    margin-top: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
