@charset "UTF-8";
/*!
Theme Name: Hey!Broadband
Theme URI: http://underscores.me/
Author: SIDN Digital Thinking
Author URI: https://www.sidn.es/
Description: Theme custom developed by SIDN Digital Thinking
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hey
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hey!Broadband is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import 'fonts/Geomanist/stylesheet.css';
@import 'fonts/Roboto/stylesheet.css';
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0 !important;
}

#page {
  overflow: hidden;
}

::selection {
  background-color: #E51F1E;
  color: #fff;
}

[id] {
  scroll-margin-top: 120px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 0 !important;
  }
}
a.cta-box {
  height: 48px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-family: Inter;
  font-size: 16.2px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
a.cta-box div {
  height: 100%;
  width: 100%;
  background-color: #0000FF;
  border-radius: 6px;
  padding: 11px 16px 11px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.cta-box:hover {
  transform: scale(1.1);
}
a.cta-box:hover::before {
  background-position: right;
}
a.cta-box::before {
  content: "";
  position: absolute;
  z-index: -10 !important;
  display: inline-block;
  width: 95%;
  height: 50%;
  background: rgb(244, 17, 27);
  background: linear-gradient(90deg, rgb(244, 17, 27) 0%, rgb(0, 0, 255) 50%, rgb(244, 17, 27) 100%);
  background-position: left;
  background-size: 200%;
  transition: all 0.3s ease-in-out;
  top: 25px;
  left: 10px;
  filter: blur(10px);
}

.postcode .gf_browser_chrome {
  display: flex !important;
  width: 100%;
  justify-content: center;
}
.postcode form {
  width: 100%;
  max-width: 450px;
  position: relative;
}
.postcode form input[type=text] {
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 15px;
  background: #fff;
  color: #000;
  position: relative;
  font-family: Inter;
  font-size: 16px;
  padding: 1rem !important;
  height: 68px;
  border: none;
  position: relative;
  margin-top: 20px;
  box-shadow: 0 0 15px 3px rgba(244, 17, 27, 0.3), 0 0 15px 3px rgba(0, 0, 255, 0.3), 0 0 25px 5px rgba(244, 17, 27, 0.2);
}
.postcode form input[type=submit] {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0px 1rem;
  border-radius: 6px !important;
  background-color: #E51F1E !important;
  color: #fff !important;
  font-family: Geomanist !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  width: fit-content;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
  border-radius: 6px !important;
  padding: 0 16px !important;
  position: absolute;
  right: 20px;
  top: 35px;
  transition: all 0.3s ease-in-out;
}
.postcode form input[type=submit]:hover {
  transform: scale(1.1);
  background-color: #0000FF !important;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes flotar {
  0% {
    transform: translateY(0);
    /* Posición inicial */
  }
  50% {
    transform: translateY(-12px);
    /* Subir 10px */
  }
  100% {
    transform: translateY(0);
    /* Volver a la posición inicial */
  }
}
.site-header {
  height: 103px;
  box-shadow: 0px 20px 11px -15px rgba(244, 17, 27, 0.0784313725);
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .site-header {
    height: 80px;
    padding: 0 16px !important;
  }
}
.site-header .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .container .bloque-1 {
  max-width: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}
@media (max-width: 768px) {
  .site-header .container .bloque-1 {
    gap: 10px;
    max-width: 100%;
  }
}
.site-header .container .bloque-1 .logotipo {
  height: 50px;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .site-header .container .bloque-1 .logotipo {
    height: 40px;
  }
}
.site-header .container .bloque-1 .logotipo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.site-header .container .bloque-1 a {
  font-family: Inter;
  font-size: 14.1px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #0000FF;
  text-decoration: none;
  display: flex;
  position: relative;
  cursor: pointer;
  gap: 2px;
}
@media (max-width: 768px) {
  .site-header .container .bloque-1 a {
    font-weight: 600;
  }
}
.site-header .container .bloque-1 a:hover::before {
  width: 100%;
}
.site-header .container .bloque-1 a::before {
  content: "";
  left: 0px;
  bottom: -4px;
  width: 0px;
  display: block;
  position: absolute;
  height: 2px;
  background: linear-gradient(99deg, rgb(244, 17, 27) 0%, rgb(4, 2, 253) 100%) 0% 0% no-repeat padding-box padding-box transparent;
  transition: width 0.3s, left 0.3s;
}
@media (max-width: 410px) {
  .site-header .container .bloque-2 {
    max-width: 150px;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  background-color: rgba(150, 150, 150, 0.49);
  padding: 10px 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  transform: translateY(20px);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-to-top.show {
  opacity: 1;
  transform: translateY(0);
}
.scroll-to-top:hover {
  background-color: rgba(90, 90, 90, 0.49);
}
.scroll-to-top img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.site-footer {
  margin: 80px 0 0;
  box-shadow: rgba(244, 17, 27, 0.08) 0px -20px 11px -15px;
}
@media (max-width: 992px) {
  .site-footer {
    padding: 0 20px !important;
  }
}
.site-footer .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  padding: 33px 0 48px 0 !important;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.site-footer .container .bloque-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-1 {
    flex-direction: column;
  }
}
.site-footer .container .bloque-1 .bloque {
  display: flex;
  gap: 20px;
}
.site-footer .container .bloque-1 .bloque #footer-menu-1 {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-1 .bloque #footer-menu-1 {
    flex-direction: column;
  }
}
.site-footer .container .bloque-1 .bloque #footer-menu-1 li {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-1 .bloque #footer-menu-1 li {
    margin: 10px 0;
  }
}
.site-footer .container .bloque-1 .bloque #footer-menu-1 li a {
  font-size: 16px;
  font-family: Geomanist;
  color: #000;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.site-footer .container .bloque-1 .bloque #footer-menu-1 li a:hover::before {
  width: 100%;
}
.site-footer .container .bloque-1 .bloque #footer-menu-1 li a::before {
  content: "";
  left: 0px;
  bottom: -2px;
  width: 0px;
  display: block;
  position: absolute;
  height: 2px;
  background: linear-gradient(99deg, rgb(244, 17, 27) 0%, rgb(4, 2, 253) 100%) 0% 0% no-repeat padding-box padding-box transparent;
  transition: width 0.3s, left 0.3s;
}
.site-footer .container .bloque-1 .bloque #footer-menu-1 li ul {
  display: none;
  padding: 32px !important;
  list-style: none;
  padding: 0;
  position: absolute !important;
  margin-top: 40px !important;
  background-color: rgb(247, 247, 255);
  position: relative;
  border-radius: 0.625rem;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  z-index: 4;
  max-width: 200px;
  width: 100%;
  box-shadow: rgba(244, 17, 28, 0.267) 0px 13px 36px;
}
.site-footer .container .bloque-1 .bloque #footer-menu-1 li ul li {
  margin: 0px;
}
.site-footer .container .bloque-1 .bloque #footer-menu-1 li ul li a {
  font-family: Geomanist;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-1 .bloque a.box {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.site-footer .container .bloque-2 {
  display: flex;
  gap: 32px;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 {
    flex-direction: column;
  }
}
.site-footer .container .bloque-2 .colum-1 {
  max-width: 296px;
  width: 100%;
}
.site-footer .container .bloque-2 .colum-1 .redes-sociales {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-1 .redes-sociales {
    margin-bottom: 0;
  }
}
.site-footer .container .bloque-2 .colum-1 .redes-sociales a {
  position: relative;
  width: 50px;
  height: 50px;
  transition: transform 0.2s;
  display: block;
}
.site-footer .container .bloque-2 .colum-1 .redes-sociales a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 50px;
}
.site-footer .container .bloque-2 .colum-1 .redes-sociales a::before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: 4px;
  opacity: 0.685;
  background-image: linear-gradient(rgb(244, 17, 27) 0%, rgb(4, 2, 253) 100%);
  border-radius: 24px;
  filter: blur(5px);
  z-index: -1;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-1 img.imagen {
    display: none;
  }
}
.site-footer .container .bloque-2 .colum-2 {
  width: 100%;
  max-width: 308px;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-2 .menu-footer-2-container .visible a {
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
  }
  .site-footer .container .bloque-2 .colum-2 .menu-footer-2-container .visible a svg {
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
  }
}
.site-footer .container .bloque-2 .colum-2 .menu-footer-2-container .menu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 32px;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-2 .menu-footer-2-container .menu {
    gap: 0px;
    flex-direction: column;
  }
}
.site-footer .container .bloque-2 .colum-2 .menu-footer-2-container .menu li {
  padding: 0;
  width: 100%;
  max-width: 155px;
  list-style: none;
}
.site-footer .container .bloque-2 .colum-2 .menu-footer-2-container .menu li a {
  font-family: Geomanist;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-2 .menu-footer-2-container .menu li a {
    margin: 4px 0;
    font-weight: 400;
  }
}
.site-footer .container .bloque-2 .colum-2 .menu-footer-2-container .menu li ul {
  padding: 0;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-2 .menu-footer-2-container .menu li ul {
    display: none;
  }
}
.site-footer .container .bloque-2 .colum-3 {
  display: flex;
  max-width: 650px;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-3 {
    flex-direction: column;
  }
}
.site-footer .container .bloque-2 .colum-3 .mensaje {
  height: fit-content;
  background-color: #e8edf7;
  margin: 60px 0 0 74px;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 5px;
  box-shadow: rgba(103, 109, 154, 0.16) 0px 13px 36px;
  position: relative;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-3 .mensaje {
    max-width: 280px;
    flex-direction: column;
  }
}
.site-footer .container .bloque-2 .colum-3 .mensaje::before {
  position: absolute;
  width: 195px;
  height: 236px;
  content: "";
  background-image: url(./img/mensaje-footer.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  left: -74px;
  top: -66px;
}
.site-footer .container .bloque-2 .colum-3 .mensaje .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-3 .mensaje .texto {
    gap: 15px;
  }
}
.site-footer .container .bloque-2 .colum-3 .mensaje .texto p.title {
  color: #0000FF;
  font-family: Geomanist;
  font-size: 24px;
  font-weight: 700;
}
.site-footer .container .bloque-2 .colum-3 .mensaje .texto p {
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
}
@media (max-width: 992px) {
  .site-footer .container .bloque-2 .colum-3 .mensaje .texto p {
    font-size: 14px;
  }
}
.site-footer .container .bloque-2 .colum-3 .mensaje .texto a {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .container .bloque-2 .colum-3 .mensaje .texto a:hover::before {
  content: "";
}

.site-footer-simple .container {
  padding: 33px 0 !important;
}
@media (max-width: 992px) {
  .site-footer-simple .container .bloque-1 {
    flex-direction: row;
  }
}
.site-footer-simple .container .bloque-1 .bloque {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer-simple .container .bloque-1 .bloque p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: #A8A8A8;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.hero-home {
  margin: 170px 0 45px 0;
}
@media (max-width: 768px) {
  .hero-home {
    margin: 130px 0 45px 0;
  }
}
.hero-home .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.hero-home .container .bloque-1 a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 25px;
  box-sizing: border-box;
}
.hero-home .container .bloque-1 a .capa {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-home .container .bloque-1 a img.trustpilot {
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0px;
  margin: 0px;
}
@media (max-width: 768px) {
  .hero-home .container .bloque-1 a {
    height: 25px;
  }
}
.hero-home .container .bloque-1 p {
  font-family: Geomanist;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 768px) {
  .hero-home .container .bloque-1 p {
    line-height: 16px;
    font-size: 14px;
  }
}
.hero-home .container .bloque-2 {
  width: 100%;
  padding: 40px 12px 20px 12px;
  border-radius: 1000px 1000px;
  background: linear-gradient(90deg, #0000FF 0%, #E51F1E 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .hero-home .container .bloque-2 {
    border-radius: 0;
    padding: 40px 20px 10px 20px;
  }
}
.hero-home .container .bloque-2 h1 {
  font-family: Geomanist;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 668px;
}
@media (max-width: 768px) {
  .hero-home .container .bloque-2 h1 {
    font-size: 42px;
    line-height: 45px;
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .hero-home .container .bloque-2 h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .hero-home .container .bloque-2 h1 {
    max-width: 325px;
  }
}
.hero-home .container .bloque-2 p.text {
  font-family: Geomanist;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 668px;
}
@media (max-width: 768px) {
  .hero-home .container .bloque-2 p.text {
    font-size: 20px;
    line-height: 22px;
    max-width: 430px;
  }
}
@media (max-width: 500px) {
  .hero-home .container .bloque-2 p.text {
    max-width: 290px;
  }
}
.hero-home .container .bloque-2 p.small-print {
  font-family: Geomanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.hero-promo {
  margin: 170px 0 60px 0;
}
@media (max-width: 768px) {
  .hero-promo {
    margin: 120px 0 45px 0;
  }
}
.hero-promo .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .hero-promo .container {
    gap: 24px;
  }
}
.hero-promo .container .bloque-1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .hero-promo .container .bloque-1 {
    padding: 0 10px;
  }
}
.hero-promo .container .bloque-1 a {
  overflow: hidden;
  position: relative;
  height: 25px;
}
.hero-promo .container .bloque-1 a .capa {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-promo .container .bloque-1 a img.trustpilot {
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0px;
  margin: 0px;
}
@media (max-width: 768px) {
  .hero-promo .container .bloque-1 a {
    height: 25px;
  }
}
.hero-promo .container .bloque-1 p {
  font-family: Geomanist;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 768px) {
  .hero-promo .container .bloque-1 p {
    line-height: 16px;
    font-size: 14px;
  }
}
.hero-promo .container .bloque-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-promo .container .bloque-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 900px;
}
@media (max-width: 768px) {
  .hero-promo .container .bloque-2 {
    margin-top: 20px;
    padding: 0 20px;
    gap: 20px;
  }
}
.hero-promo .container .bloque-2 h1 {
  font-family: Geomanist;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #0000FF;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-promo .container .bloque-2 h1 {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  .hero-promo .container .bloque-2 h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.hero-promo .container .bloque-2 p.text {
  font-family: Geomanist;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #000;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-promo .container .bloque-2 p.text {
    font-size: 20px;
    line-height: 26px;
  }
}
.hero-promo .container .bloque-2 .postcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .hero-promo .container .bloque-2 .postcode {
    padding: 0 20px;
    width: 100%;
  }
}
.hero-promo .container .bloque-2 .postcode p {
  font-family: Geomanist;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 768px) {
  .hero-promo .container .bloque-2 .postcode p {
    font-size: 16px;
    line-height: 27px;
  }
}
.hero-promo .container .bloque-2 .postcode .postcode {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.hero-promo .container .bloque-2 .postcode .postcode a {
  position: relative;
}
.hero-promo .container .bloque-2 .postcode .postcode a:hover {
  transform: scale(1.1);
  z-index: 3;
}
.hero-promo .container .bloque-2 p.bold {
  font-family: Geomanist;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 668px;
}
@media (max-width: 768px) {
  .hero-promo .container .bloque-2 p.bold {
    font-size: 20px;
    line-height: 22px;
  }
}
.page-template-cyber-monday .hero-promo .container {
  flex-direction: column-reverse;
}
.page-template-cyber-monday .hero-promo .container .bloque-1 {
  flex-direction: column-reverse;
}
.page-template-cyber-monday .hero-promo .container .bloque-1 img {
  height: 456px;
}
@media (max-width: 992px) {
  .page-template-cyber-monday .hero-promo .container .bloque-1 img {
    height: auto;
  }
}
.page-template-cyber-monday .hero-promo .container .bloque-2 {
  max-width: 100%;
  gap: 0;
}
.page-template-cyber-monday .hero-promo .container .bloque-2 h1 {
  font-family: Geomanist;
  font-size: 37px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: linear-gradient(90deg, #0000FF 0%, #F4111B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .hero-promo .container .bloque-2 h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

.hero-black {
  margin: 130px 0 45px 0;
}
@media (max-width: 768px) {
  .hero-black {
    margin: 120px 0 45px 0;
  }
}
.hero-black .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-black .container .bloque-1 {
  max-width: 1178px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-black .container .bloque-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-black .container .bloque-2 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .hero-black .container .bloque-2 {
    padding: 0 27px !important;
  }
}
.hero-black .container .bloque-2 a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 25px;
}
.hero-black .container .bloque-2 a .capa {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-black .container .bloque-2 a img.trustpilot {
  height: 100%;
  object-fit: contain;
  top: 0px;
  margin: 0px;
}
@media (max-width: 768px) {
  .hero-black .container .bloque-2 a {
    height: 25px;
  }
}
.hero-black .container .bloque-3 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .hero-black .container .bloque-3 {
    padding: 0 27px !important;
  }
}
.hero-black .container .bloque-3 h1 {
  font-family: Geomanist;
  font-size: 43px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  background: linear-gradient(90deg, #0000FF 0%, #F4111B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .hero-black .container .bloque-3 h1 {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  .hero-black .container .bloque-3 h1 {
    font-size: 42px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .anchor-points {
    padding: 0 27px !important;
  }
}
.anchor-points .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .anchor-points .container {
    gap: 30px;
  }
}
.anchor-points .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 23px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #000;
}
.anchor-points .container .bloque-2 {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .anchor-points .container .bloque-2 {
    gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
  }
}
.anchor-points .container .bloque-2 a {
  height: 60px;
  width: 100%;
  max-width: 312px;
}
@media (max-width: 768px) {
  .anchor-points .container .bloque-2 a {
    height: 50px;
    max-width: 100%;
  }
}
.anchor-points .container .bloque-2 a::before {
  display: none;
}
.anchor-points .container .bloque-2 a div {
  font-family: Geomanist;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  transition: all 0.3 ease-in-out;
}
@media (max-width: 768px) {
  .anchor-points .container .bloque-2 a div {
    font-size: 16px;
  }
}
.anchor-points .container .bloque-2 a div:hover {
  background: #E51F1E;
}

.page-template-black-friday .anchor-points .container .bloque-2 a {
  max-width: fit-content;
}
@media (max-width: 768px) {
  .page-template-black-friday .anchor-points .container .bloque-2 a {
    max-width: 100%;
  }
}
.page-template-black-friday .anchor-points .container .bloque-2 a div {
  background: #000;
  border-radius: 20px !important;
}
.page-template-black-friday .anchor-points .container .bloque-2 a div:hover {
  background: #0000FF;
}

.page-template-cyber-monday .anchor-points .container .bloque-1 h2 {
  font-size: 27px;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .anchor-points .container .bloque-1 h2 {
    font-family: Geomanist;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.page-template-cyber-monday .anchor-points .container .bloque-2 {
  gap: 24px;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .anchor-points .container .bloque-2 {
    gap: 20px;
    max-width: 100%;
  }
}
.page-template-cyber-monday .anchor-points .container .bloque-2 a:nth-child(1) > div {
  background-color: #E51F1E;
}
.page-template-cyber-monday .anchor-points .container .bloque-2 a:nth-child(2) > div {
  background-color: #730893;
}
.page-template-cyber-monday .anchor-points .container .bloque-2 a:nth-child(3) > div {
  background-color: #0000FF;
}
.page-template-cyber-monday .anchor-points .container .bloque-2 a {
  height: auto;
}
.page-template-cyber-monday .anchor-points .container .bloque-2 a div {
  border-radius: 20px;
  width: 100%;
  max-width: 312px;
  font-family: Geomanist;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  height: auto;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .anchor-points .container .bloque-2 a div {
    max-width: 100%;
  }
}
.page-template-cyber-monday .anchor-points .container .bloque-2 a div span {
  font-family: Geomanist;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.swiper-ellipse {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .swiper-ellipse {
    padding: 0 30px !important;
  }
}
.swiper-ellipse .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-ellipse .container .swiper-wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
@media (max-width: 600px) {
  .swiper-ellipse .container .swiper-wrapper {
    flex-wrap: nowrap;
    gap: unset;
    justify-content: start;
  }
}
.swiper-ellipse .container .swiper-slide {
  position: relative;
  width: 230px;
  height: 182px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .swiper-ellipse .container .swiper-slide {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .swiper-ellipse .container .swiper-slide {
    width: 144px;
  }
}
.swiper-ellipse .container .swiper-slide:last-child svg.flecha {
  display: none;
}
.swiper-ellipse .container .swiper-slide .svg-circulo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
}
.swiper-ellipse .container .swiper-slide svg.flecha {
  position: absolute;
  right: -30px;
}
@media (max-width: 1300px) {
  .swiper-ellipse .container .swiper-slide svg.flecha {
    display: none;
  }
}
.swiper-ellipse .container .swiper-slide p {
  max-width: 132px;
  font-family: Geomanist;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 768px) {
  .swiper-ellipse .container .swiper-slide p {
    max-width: 100px;
    font-size: 17px;
    line-height: 20px;
  }
}
.swiper-ellipse .container .swiper-button-disabled {
  display: none !important;
}
.swiper-ellipse .container .swiper-button-prev {
  display: none;
}
@media (max-width: 600px) {
  .swiper-ellipse .container .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    left: -30px;
  }
}
.swiper-ellipse .container .swiper-button-next {
  display: none;
}
@media (max-width: 600px) {
  .swiper-ellipse .container .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: -30px;
  }
}
.swiper-ellipse .container .swiper-button-prev::after, .swiper-ellipse .container .swiper-button-next::after {
  content: "";
}
.swiper-ellipse .container .swiper-pagination {
  display: none;
}
@media (max-width: 600px) {
  .swiper-ellipse .container .swiper-pagination {
    display: block;
    position: relative;
    bottom: -3px;
  }
  .swiper-ellipse .container .swiper-pagination-bullet-active {
    color: #000;
    background-color: #000;
  }
}

.table-compared {
  margin: 60px 0;
}
.table-compared .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.table-compared .container .bloque-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 832px;
}
@media (max-width: 768px) {
  .table-compared .container .bloque-1 {
    padding: 0 20px;
  }
}
.table-compared .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 43px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  background: linear-gradient(90deg, #0000FF 0%, #F4111B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 821px) {
  .table-compared .container .bloque-1 h2 {
    font-size: 33px;
    line-height: 39px;
  }
}
@media (max-width: 600px) {
  .table-compared .container .bloque-1 h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .table-compared .container .bloque-1 h2 br {
    display: none;
  }
}
.table-compared .container .bloque-1 p {
  font-family: Geomanist;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 768px) {
  .table-compared .container .bloque-1 p {
    font-size: 14px;
    line-height: 16px;
  }
}
.table-compared .container .contenedor-bloques {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.table-compared .container .contenedor-bloques .bloque-2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.table-compared .container .contenedor-bloques .bloque-2 .fondo {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 130px;
  background: linear-gradient(120deg, #0000FF 0%, #E51F1E 100%);
  left: 128px;
}
@media (max-width: 900px) {
  .table-compared .container .contenedor-bloques .bloque-2 .fondo {
    width: 100px;
  }
}
@media (max-width: 500px) {
  .table-compared .container .contenedor-bloques .bloque-2 .fondo {
    width: 120px;
  }
}
@media (max-width: 390px) {
  .table-compared .container .contenedor-bloques .bloque-2 .fondo {
    left: 127px;
  }
}
@media (max-width: 375px) {
  .table-compared .container .contenedor-bloques .bloque-2 .fondo {
    left: 127px;
    width: 120px;
  }
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 {
  border: 4px solid #E51F1E;
  background-color: transparent;
}
@media (max-width: 768px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 {
    border-color: #0000FF;
  }
}
@media (max-width: 500px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 td br {
    display: none;
  }
}
@media (max-width: 500px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 tr.installation td {
    height: 50px !important;
  }
}
@media (max-width: 500px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-titulos tr.image td {
    height: 66px;
  }
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-titulos tr.azul {
  background: #E5E5FF;
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-titulos tr td {
  width: 120px;
  padding: 8px 0 8px 8px;
  height: 70px;
  font-family: Geomanist;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: start;
  color: #0000FF;
}
@media (max-width: 500px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-titulos tr td {
    font-size: 14px;
    line-height: 20px;
    height: 45px;
    padding: 4px 4px 4px 4px;
  }
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .td-0 .tabla-2 tr.azul {
  background: transparent;
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .td-0 .tabla-2 tr td {
  color: #fff;
  font-weight: 500;
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .td-0 .tabla-2 tr td .etiqueta {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  transform: rotate(0deg);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .td-0 .tabla-2 tr td .etiqueta p.small {
  display: none;
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr.azul {
  background: #E5E5FF;
  font-weight: 400;
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr.alto {
  height: 97px;
}
@media (max-width: 500px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr.alto {
    height: 48px;
  }
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr.same {
  height: 124px;
}
@media (max-width: 500px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr.same {
    height: 68px;
  }
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td {
  height: 70px;
  width: 130px;
  padding: 8px 0;
  font-family: Geomanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 900px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td {
    width: 100px;
  }
}
@media (max-width: 500px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td {
    width: 120px;
    font-size: 14px;
    height: 45px;
  }
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td.image {
  padding: 8px;
}
@media (max-width: 500px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td.image {
    height: 66px;
  }
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td img {
  object-fit: contain;
  width: 100%;
  height: 50px;
}
@media (max-width: 900px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td img {
    max-width: 80px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td img {
    max-width: 90px;
    height: 50px;
  }
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td .etiqueta {
  width: 119.24px;
  height: 58.92px;
  border-radius: 20px;
  border: 3px solid #fff;
  transform: rotate(-8deg);
  background-color: #E51F1E;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td .etiqueta p {
  font-family: Geomanist;
  font-size: 23px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: #fff;
}
.table-compared .container .contenedor-bloques .bloque-2 .tabla-1 .tabla-2 tr td .etiqueta p.small {
  font-size: 12px;
}
.table-compared .container .contenedor-bloques .bloque-2 button.flecha-prev {
  padding: 0;
  border: 0;
  background-color: transparent;
  display: none;
  position: absolute;
  top: 33px;
  right: 105px;
  transform: rotate(180deg);
  width: 22px;
  height: 22px;
}
.table-compared .container .contenedor-bloques .bloque-2 button.flecha-prev:disabled {
  display: none;
}
@media (max-width: 735px) {
  .table-compared .container .contenedor-bloques .bloque-2 button.flecha-prev {
    display: flex;
  }
}
.table-compared .container .contenedor-bloques .bloque-2 button.flecha-next {
  padding: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 3px;
  display: none;
  width: 22px;
  height: 23px;
}
.table-compared .container .contenedor-bloques .bloque-2 button.flecha-next:disabled {
  display: none;
}
@media (max-width: 735px) {
  .table-compared .container .contenedor-bloques .bloque-2 button.flecha-next {
    display: flex;
  }
}
.table-compared .container .contenedor-bloques .bloque-3 {
  width: 100%;
  max-width: 790px;
}
@media (max-width: 768px) {
  .table-compared .container .contenedor-bloques .bloque-3 {
    display: none;
  }
}
.table-compared .container .contenedor-bloques .bloque-3 p {
  font-family: Geomanist;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  text-align: end;
  color: #000;
}

p.rojo {
  color: #E51F1E;
  line-height: 12px;
}
@media (max-width: 500px) {
  p.rojo br {
    display: block !important;
  }
}
p.rojo span {
  font-size: 12px;
}

.page-template-black-friday .table-compared .container .contenedor-bloques .bloque-2 .fondo {
  left: 131px;
}
@media (max-width: 900px) {
  .page-template-black-friday .table-compared .container .contenedor-bloques .bloque-2 .fondo {
    width: 100px;
    left: 128px;
  }
}
@media (max-width: 500px) {
  .page-template-black-friday .table-compared .container .contenedor-bloques .bloque-2 .fondo {
    width: 120px;
  }
}
@media (max-width: 390px) {
  .page-template-black-friday .table-compared .container .contenedor-bloques .bloque-2 .fondo {
    left: 127px;
  }
}
@media (max-width: 375px) {
  .page-template-black-friday .table-compared .container .contenedor-bloques .bloque-2 .fondo {
    left: 127px;
    width: 120px;
  }
}
.page-template-black-friday .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 {
  border: 8px solid #000;
  background-color: transparent;
}
@media (max-width: 900px) {
  .page-template-black-friday .table-compared .container .contenedor-bloques .bloque-2 .tabla-1 {
    border: 4px solid #000;
  }
}

.benefits {
  margin: 60px 0;
  background-color: #E5E5FF;
}
.benefits .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  padding: 60px 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .benefits .container {
    padding: 40px 0 !important;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .benefits .container .bloque-1 {
    padding: 0 20px;
  }
}
.benefits .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  color: #000;
}
@media (max-width: 820px) {
  .benefits .container .bloque-1 h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
.benefits .container .bloque-2 {
  width: 100%;
  max-width: 1134px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}
.benefits .container .bloque-2 .mySwiperBenefist {
  width: 100%;
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper {
  width: 100%;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-around;
  gap: 30px;
}
@media (max-width: 600px) {
  .benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper {
    gap: unset;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element {
  max-width: 246px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 600px) {
  .benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element {
    max-width: 100%;
    justify-content: center;
  }
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 600px) {
  .benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .svg {
    width: 60px;
    height: 60px;
  }
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 600px) {
  .benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .svg img {
    width: 60px;
    height: 60px;
  }
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .texto {
    max-width: 285px;
  }
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .texto p.title {
  font-family: Geomanist;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 768px) {
  .benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .texto p.title {
    font-size: 20px;
    line-height: 24px;
  }
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .texto p.text {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .benefits .container .bloque-2 .mySwiperBenefist .swiper-wrapper .benefits-element .texto p.text {
    font-size: 16px;
    line-height: 22px;
  }
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-button-disabled {
  display: none !important;
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-button-prev {
  transform: rotate(180deg);
  display: none;
}
@media (max-width: 600px) {
  .benefits .container .bloque-2 .mySwiperBenefist .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-button-next {
  display: none;
}
@media (max-width: 600px) {
  .benefits .container .bloque-2 .mySwiperBenefist .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-button-prev::after, .benefits .container .bloque-2 .mySwiperBenefist .swiper-button-next::after {
  content: "";
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-pagination {
  position: relative;
  bottom: -3px;
}
.benefits .container .bloque-2 .mySwiperBenefist .swiper-pagination-bullet-active {
  color: #000;
  background-color: #000;
}
@media (max-width: 600px) {
  .benefits .container .bloque-3 {
    max-width: 371px;
    padding: 0 20px;
  }
}
.benefits .container .bloque-3 p {
  font-family: Geomanist;
  font-size: 26px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  color: #000;
}
.benefits .container .bloque-3 p br {
  display: none;
}
@media (max-width: 768px) {
  .benefits .container .bloque-3 p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .benefits .container .bloque-3 p br {
    display: block;
  }
}
.benefits .container .bloque-3 p a {
  text-decoration: none;
  color: #000;
}
.benefits .container .bloque-3 p a:hover {
  text-decoration: underline;
}

.page-template-cyber-monday .benefits {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .faster {
    padding: 0 20px !important;
  }
}
.faster .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .faster .container {
    gap: 40px;
  }
}
.faster .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .faster .container .bloque-1 h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
.faster .container .bloque-2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 992px) {
  .faster .container .bloque-2 {
    gap: 40px;
    justify-content: center;
  }
}
.faster .container .bloque-2 .example {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 212px;
  width: 100%;
}
.faster .container .bloque-2 .example .time {
  width: 212px;
  height: 212px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faster .container .bloque-2 .example .time svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.faster .container .bloque-2 .example .time p.time {
  font-family: Geomanist;
  font-size: 104px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #0000FF;
  margin: 0px;
}
@media (max-width: 821px) {
  .faster .container .bloque-2 .example .time p.time {
    margin-bottom: -20px !important;
  }
}
.faster .container .bloque-2 .example p.text {
  font-family: Geomanist;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #0000FF;
}
.faster .container .bloque-2 p.small {
  width: 100%;
  font-family: Geomanist;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}
@media (max-width: 500px) {
  .faster .container .bloque-2 p.small {
    max-width: 248px;
  }
}
.faster .container .bloque-3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faster .container .bloque-3 p.text {
  font-family: Geomanist;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0000FF;
}
.faster .container .bloque-3 a {
  width: 100%;
  max-width: 365px;
}
.faster .container .bloque-3 a::before {
  display: none;
}
.faster .container .bloque-3 a div {
  width: 100%;
  max-width: 365px;
  height: 71px;
  font-size: 28px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .faster .container .bloque-3 a div {
    height: 65px;
    font-size: 24px;
  }
}
.faster .container .linea {
  width: 100%;
  max-width: 1269px;
  height: 1px;
  background-color: #0000FF;
}

.page-template-black-friday {
  margin-top: 0;
}
.page-template-black-friday .faster .bloque-3 a div {
  background-color: #000;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.page-template-black-friday .faster .bloque-3 a div:hover {
  transform: scale(1.05);
}

.page-template-cyber-monday .faster {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .faster {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-template-cyber-monday .faster .container .bloque-3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-template-cyber-monday .faster .container .bloque-3 a {
    max-width: 100%;
  }
}
.page-template-cyber-monday .faster .container .bloque-3 a div {
  background: linear-gradient(90deg, #0000FF 0%, #F4111B 100%);
}
@media (max-width: 992px) {
  .page-template-cyber-monday .faster .container .bloque-3 a div {
    max-width: 100%;
  }
}

.plan-and-prices {
  margin: 120px 0 60px 0;
}
@media (max-width: 985px) {
  .plan-and-prices {
    padding: 0 20px !important;
  }
}
.plan-and-prices .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  max-width: 1010px;
  width: 100%;
  border-radius: 10px;
  background-color: #F7F8FD;
  position: relative;
  box-shadow: 0px 4px 20px 0px #DDDDF7;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  padding: 90px 20px 40px 20px;
}
.plan-and-prices .container .container-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: -65px;
  left: 0;
}
@media (max-width: 768px) {
  .plan-and-prices .container .container-tag {
    left: 10px;
  }
}
@media (max-width: 600px) {
  .plan-and-prices .container .container-tag {
    left: 0;
  }
}
.plan-and-prices .container .container-tag .tag {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0000FF 0%, #E51F1E 100%);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-and-prices .container .container-tag .tag p {
  font-family: Geomanist;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.plan-and-prices .container .container-tag .tag p span {
  line-height: 40px;
  font-size: 45px;
}
.plan-and-prices .container .bloques {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 798px;
  width: 100%;
}
@media (max-width: 985px) {
  .plan-and-prices .container .bloques {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques {
    flex-direction: column;
  }
}
.plan-and-prices .container .bloques .imagen {
  position: absolute;
  left: -65px;
  animation: flotar 2s ease-in-out infinite;
}
@media (max-width: 985px) {
  .plan-and-prices .container .bloques .imagen {
    display: none;
  }
}
.plan-and-prices .container .bloques .bloque-1 {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 30px;
  flex-direction: column;
  max-width: 306px;
  width: 100%;
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-1 {
    order: 1;
    align-items: center;
    max-width: 100%;
    gap: 20px;
  }
}
.plan-and-prices .container .bloques .bloque-1 p.title {
  font-family: Geomanist;
  font-size: 31px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #0000FF;
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-1 p.title {
    font-family: Geomanist;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
}
.plan-and-prices .container .bloques .bloque-1 p.title span {
  font-size: 45px;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloques .bloque-1 p.title span {
    font-size: 35px;
  }
}
.plan-and-prices .container .bloques .bloque-1 .price p {
  font-family: Geomanist;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #000;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloques .bloque-1 .price p {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-1 .price p {
    font-size: 32px;
  }
}
.plan-and-prices .container .bloques .bloque-1 .price p span {
  font-size: 70px;
  color: #0000FF;
  font-weight: 700;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloques .bloque-1 .price p span {
    font-size: 52px;
  }
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-1 .price p span {
    font-size: 70px;
  }
}
@media (max-width: 870px) {
  .plan-and-prices .container .bloques .bloque-1 .price p span {
    font-size: 52px;
  }
}
.plan-and-prices .container .bloques .bloque-1 .price p b {
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloques .bloque-1 .price p b {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-1 .price p b {
    font-size: 23px;
  }
}
.plan-and-prices .container .bloques .bloque-1 .bloque {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-1 .bloque {
    align-items: center;
    margin-top: -10px;
  }
}
.plan-and-prices .container .bloques .bloque-1 .bloque .mbps p {
  font-family: Geomanist;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.plan-and-prices .container .bloques .bloque-1 .bloque .mbps p span {
  font-weight: 700;
  font-size: 60px;
}
.plan-and-prices .container .bloques .bloque-1 .bloque .mbps p.small {
  font-weight: 300;
  font-family: Roboto;
  font-size: 14px;
  color: rgb(85, 81, 96);
  position: relative;
  top: -10px;
}
.plan-and-prices .container .bloques .bloque-1 .bloque a.cta {
  height: 68px;
  width: 100%;
  font-size: 24px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.plan-and-prices .container .bloques .bloque-1 .bloque a.cta::before {
  content: none;
}
.plan-and-prices .container .bloques .bloque-1 .velocity {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: start;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-1 .velocity {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.plan-and-prices .container .bloques .bloque-1 .velocity .svgs {
  width: 90px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-1 .velocity .svgs {
    justify-content: center;
  }
}
.plan-and-prices .container .bloques .bloque-1 .velocity .svgs .svg-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  font-weight: 800;
  background: linear-gradient(135deg, rgb(4, 2, 253) 0%, rgb(244, 17, 27) 100%) 0% 0% no-repeat padding-box padding-box transparent;
  padding: 5px;
}
.plan-and-prices .container .bloques .bloque-1 .velocity .svgs .svg-1 svg {
  width: 100%;
  height: 100%;
  transform: rotate(270deg);
}
.plan-and-prices .container .bloques .bloque-1 .velocity .svgs .svg-1 svg path {
  fill: #fff;
  stroke: #fff;
}
.plan-and-prices .container .bloques .bloque-1 .velocity .svgs .svg-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  font-weight: 800;
  background: linear-gradient(135deg, rgb(4, 2, 253) 0%, rgb(244, 17, 27) 100%) 0% 0% no-repeat padding-box padding-box transparent;
  padding: 5px;
}
.plan-and-prices .container .bloques .bloque-1 .velocity .svgs .svg-2 svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.plan-and-prices .container .bloques .bloque-1 .velocity .svgs .svg-2 svg path {
  fill: #fff;
  stroke: #fff;
}
.plan-and-prices .container .bloques .bloque-1 .velocity p {
  font-family: Geomanist;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #000;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloques .bloque-1 .velocity p {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-1 .velocity p {
    text-align: center;
    margin-top: 10px;
  }
  .plan-and-prices .container .bloques .bloque-1 .velocity p br {
    display: none;
  }
}
.plan-and-prices .container .bloques .bloque-2 {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-2 {
    order: 2;
  }
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloques .bloque-2 {
    max-width: 100%;
    gap: 30px;
  }
}
.plan-and-prices .container .bloques .bloque-2 p.title-checks {
  font-weight: 600;
  font-family: Geomanist;
  font-size: 20px;
  color: #000;
  font-style: normal;
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-2 p.title-checks {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloques .bloque-2 p.title-checks {
    font-size: 18px;
    line-height: 22px;
  }
}
.plan-and-prices .container .bloques .bloque-2 .checks {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}
.plan-and-prices .container .bloques .bloque-2 .checks .check {
  display: flex;
  align-items: start;
  gap: 16px;
}
.plan-and-prices .container .bloques .bloque-2 .checks .check p.check {
  display: block;
  font-weight: 400;
  font-family: Geomanist;
  font-size: 17px;
  color: #000;
  font-style: normal;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloques .bloque-2 .checks .check p.check {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .plan-and-prices .container .bloques .bloque-2 .checks .check p.check {
    text-align: start;
    font-size: 17px;
  }
}
.plan-and-prices .container .bloques .bloque-2 .checks a {
  margin-top: 10px;
  display: block;
  position: relative;
  height: 25px;
}
.plan-and-prices .container .bloques .bloque-2 .checks a .capa {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.plan-and-prices .container .bloques .bloque-2 .checks a img.trustpilot {
  position: relative;
  top: 0;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloques .bloque-2 .checks a {
    height: 20px;
  }
}
.plan-and-prices .container .bloques .bloque-2 a.cta {
  height: 68px;
  width: 100%;
  font-size: 24px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-and-prices .container .bloques .bloque-2 a.cta::before {
  content: none;
}
.plan-and-prices .container .bloque-3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloque-3 {
    margin: 20px auto 0 auto;
    max-width: 272px;
  }
}
.plan-and-prices .container .bloque-3 p {
  font-family: Geomanist;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloque-3 p {
    font-size: 14px;
    line-height: 18px;
  }
}
.plan-and-prices .container .bloque-3 p span {
  font-size: 28px;
}
@media (max-width: 768px) {
  .plan-and-prices .container .bloque-3 p span {
    font-size: 18px;
  }
}
.plan-and-prices .container .bloque-3 p a {
  color: #000;
  text-decoration: none;
}
.plan-and-prices .container .bloque-3 p a:hover {
  text-decoration: underline;
}

.page-template-black-friday .plan-and-prices .container .container-tag {
  top: -40px;
}
@media (max-width: 768px) {
  .page-template-black-friday .plan-and-prices .container .container-tag {
    top: -20px;
  }
}
.page-template-black-friday .plan-and-prices .container .container-tag .tag {
  border-radius: 0;
  width: 100%;
  max-width: 536px;
  height: 95px;
  position: relative;
  background: transparent;
  padding: 20px 20px 10px 20px;
}
@media (max-width: 500px) {
  .page-template-black-friday .plan-and-prices .container .container-tag .tag {
    align-items: start;
    padding: 14px;
  }
}
.page-template-black-friday .plan-and-prices .container .container-tag .tag::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='536' height='97' viewBox='0 0 536 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.9829 96L1 1L535 9.98649L513.13 96H31.9829Z' fill='black' stroke='black'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .page-template-black-friday .plan-and-prices .container .container-tag .tag::before {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.page-template-black-friday .plan-and-prices .container .container-tag .tag p {
  position: relative;
  z-index: 3;
  font-family: Geomanist;
  font-size: 36px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-template-black-friday .plan-and-prices .container .container-tag .tag p {
    font-size: 26px;
    line-height: 22px;
  }
}
@media (max-width: 420px) {
  .page-template-black-friday .plan-and-prices .container .container-tag .tag p {
    font-size: 20px;
    line-height: 22px;
  }
}
.page-template-black-friday .plan-and-prices .container .container-tag .tag p span {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 420px) {
  .page-template-black-friday .plan-and-prices .container .container-tag .tag p span {
    font-size: 15px;
  }
}
.page-template-black-friday .plan-and-prices .container .bloque-1 {
  max-width: 370px;
}
@media (max-width: 768px) {
  .page-template-black-friday .plan-and-prices .container .bloque-1 {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .page-template-black-friday .plan-and-prices .container .bloque-1 .price p {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .page-template-black-friday .plan-and-prices .container .bloque-1 .price p span {
    font-size: 50px !important;
  }
}
.page-template-black-friday .plan-and-prices .container .bloque-1 .price p b {
  font-size: 27px;
}
@media (max-width: 450px) {
  .page-template-black-friday .plan-and-prices .container .bloque-1 .price p b {
    font-size: 22px !important;
  }
}
.page-template-black-friday .plan-and-prices .container .bloque-1 .bloque a.cta {
  align-items: start;
  justify-content: start;
  max-width: 308px;
}
.page-template-black-friday .plan-and-prices .container .bloque-1 .bloque a.cta div {
  border-radius: 10px;
  background: #000;
  font-family: Geomanist;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.page-template-black-friday .plan-and-prices .container a.cta {
  align-items: start;
  justify-content: start;
}
.page-template-black-friday .plan-and-prices .container a.cta div {
  border-radius: 10px;
  background: #000;
  font-family: Geomanist;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-template-black-friday .plan-and-prices .container a.cta div:hover {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices {
    margin-top: 80px;
  }
}
.page-template-cyber-monday .plan-and-prices .container {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container {
    padding: 50px 20px 16px 20px;
  }
}
.page-template-cyber-monday .plan-and-prices .container .container-tag {
  top: -50px;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .container-tag {
    top: -30px;
  }
}
.page-template-cyber-monday .plan-and-prices .container .container-tag .tag {
  width: 100%;
  max-width: 555px;
  border-radius: 100px;
  height: 95px;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .container-tag .tag {
    height: 53px;
    max-width: 299px;
  }
}
.page-template-cyber-monday .plan-and-prices .container .container-tag .tag p {
  font-family: Geomanist;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .container-tag .tag p {
    font-size: 18px;
  }
}
.page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 {
  max-width: 368px;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 {
    max-width: 100%;
  }
}
.page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .titulo p.title {
  color: #000;
}
.page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .bloque a.cta {
  height: 68px;
  width: 100%;
  font-size: 24px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .bloque a.cta::before {
  content: none;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .bloque .mbps span {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .price p {
    text-align: center;
    font-size: 28px;
  }
}
.page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .price p span {
  font-size: 68px;
}
@media (max-width: 830px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .price p span {
    font-size: 56px;
  }
}
@media (max-width: 450px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .price p span {
    font-size: 50px !important;
  }
}
.page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .price p b {
  font-size: 27px;
}
@media (max-width: 450px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .price p b {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .velocity {
    margin-top: -16px;
  }
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .velocity p {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .velocity .svg-1,
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 .velocity .svg-2 {
    display: none;
  }
}
.page-template-cyber-monday .plan-and-prices .container .bloques .bloque-1 a.cta {
  max-width: 308px;
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-2 {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-2 .checks {
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container .bloques .bloque-2 .checks p {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .page-template-cyber-monday .plan-and-prices .container a.cta {
    margin: 0 auto;
    border-radius: 10px;
    max-width: 278px;
    height: 51px !important;
  }
}

.texts-and-images {
  margin: 80px 0 80px 0;
}
@media (max-width: 768px) {
  .texts-and-images {
    margin: 50px 0 80px 0;
    padding: 0 20px !important;
  }
}
.texts-and-images .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  max-width: 1159px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.texts-and-images .container .bloque-1 {
  margin-bottom: 80px;
}
@media (max-width: 821px) {
  .texts-and-images .container .bloque-1 {
    margin-bottom: 30px;
  }
}
.texts-and-images .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: linear-gradient(90deg, #0000FF 0%, #F4111B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-1 h2 {
    font-size: 26px;
    line-height: 34px;
    max-width: 266px;
  }
}
.texts-and-images .container .bloque-1 p.text {
  font-family: Geomanist;
  font-size: 25px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  color: #000;
}
@media (max-width: 821px) {
  .texts-and-images .container .bloque-1 p.text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-1 p.text {
    display: none;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
}
.texts-and-images .container .bloque-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 {
    gap: 20px;
  }
}
.texts-and-images .container .bloque-2 .element {
  max-width: 1159px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element {
    gap: 0;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    background-color: #E5E5FF;
  }
  .texts-and-images .container .bloque-2 .element::before {
    z-index: -3;
    content: "";
    position: absolute;
    inset: 10px;
    filter: blur(15px);
    transform: translate3d(0px, 15px, -1px);
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(99deg, rgb(244, 17, 27) 0%, rgb(4, 2, 253) 100%) 0% 0% no-repeat padding-box padding-box transparent;
  }
}
.texts-and-images .container .bloque-2 .element .texto {
  width: 100%;
  max-width: 525px;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element .texto {
    max-width: 100%;
    cursor: pointer;
  }
}
.texts-and-images .container .bloque-2 .element .texto h1,
.texts-and-images .container .bloque-2 .element .texto h2,
.texts-and-images .container .bloque-2 .element .texto h3,
.texts-and-images .container .bloque-2 .element .texto h4,
.texts-and-images .container .bloque-2 .element .texto h5,
.texts-and-images .container .bloque-2 .element .texto h6 {
  font-family: Geomanist;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  color: #0000FF;
  margin-bottom: 20px !important;
  position: relative;
}
@media (max-width: 821px) {
  .texts-and-images .container .bloque-2 .element .texto h1,
  .texts-and-images .container .bloque-2 .element .texto h2,
  .texts-and-images .container .bloque-2 .element .texto h3,
  .texts-and-images .container .bloque-2 .element .texto h4,
  .texts-and-images .container .bloque-2 .element .texto h5,
  .texts-and-images .container .bloque-2 .element .texto h6 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element .texto h1,
  .texts-and-images .container .bloque-2 .element .texto h2,
  .texts-and-images .container .bloque-2 .element .texto h3,
  .texts-and-images .container .bloque-2 .element .texto h4,
  .texts-and-images .container .bloque-2 .element .texto h5,
  .texts-and-images .container .bloque-2 .element .texto h6 {
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .texts-and-images .container .bloque-2 .element .texto h1::before,
  .texts-and-images .container .bloque-2 .element .texto h2::before,
  .texts-and-images .container .bloque-2 .element .texto h3::before,
  .texts-and-images .container .bloque-2 .element .texto h4::before,
  .texts-and-images .container .bloque-2 .element .texto h5::before,
  .texts-and-images .container .bloque-2 .element .texto h6::before {
    content: "";
    width: 70px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0px;
    transform: translateX(0%);
    background: url(./img/Arrow-Down-blue.svg) center center/3rem no-repeat;
    transition: 0.2s;
    transform-origin: center center;
    z-index: 2;
  }
}
.texts-and-images .container .bloque-2 .element .texto p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element .texto p {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    max-height: 0;
    overflow: hidden;
  }
}
.texts-and-images .container .bloque-2 .element .imagen {
  height: 312px;
  width: 100%;
  max-width: 544px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element .imagen {
    transition: all 0.3s ease-in-out;
    height: auto;
    max-height: 0;
  }
}
.texts-and-images .container .bloque-2 .element .imagen img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .texts-and-images .container .bloque-2 .element .imagen img {
    object-fit: contain;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(1) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(1) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(2) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(3) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(3) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(4) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(4) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(5) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(5) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(6) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(6) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(7) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(7) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(8) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(8) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(9) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(9) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .element:nth-child(10) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element:nth-child(10) {
    flex-direction: column;
  }
}
.texts-and-images .container .bloque-2 .quote {
  margin: 20px 0 0 0;
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: start;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 15px;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .quote {
    margin-top: 0px;
    height: auto;
    max-height: 0;
  }
}
.texts-and-images .container .bloque-2 .quote img {
  width: 57px;
  height: 57px;
  border: 1px solid #0000FF;
  border-radius: 50px;
}
.texts-and-images .container .bloque-2 .quote .texto-quote p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin: 0px !important;
}
.texts-and-images .container .bloque-2 .quote .texto-quote p.name {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}
.texts-and-images .container .bloque-2 .element.select {
  background-color: #fff;
  gap: 10px;
}
.texts-and-images .container .bloque-2 .element.select .texto h1,
.texts-and-images .container .bloque-2 .element.select .texto h2,
.texts-and-images .container .bloque-2 .element.select .texto h3,
.texts-and-images .container .bloque-2 .element.select .texto h4,
.texts-and-images .container .bloque-2 .element.select .texto h5,
.texts-and-images .container .bloque-2 .element.select .texto h6 {
  margin-bottom: 20px !important;
}
.texts-and-images .container .bloque-2 .element.select .texto h1::before,
.texts-and-images .container .bloque-2 .element.select .texto h2::before,
.texts-and-images .container .bloque-2 .element.select .texto h3::before,
.texts-and-images .container .bloque-2 .element.select .texto h4::before,
.texts-and-images .container .bloque-2 .element.select .texto h5::before,
.texts-and-images .container .bloque-2 .element.select .texto h6::before {
  transform: translateX(-10%);
  transform: rotate(180deg);
}
.texts-and-images .container .bloque-2 .element.select .texto p {
  margin-top: 20px;
  height: auto;
  max-height: 600px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element.select .imagen {
    height: auto;
    max-height: 600px;
  }
}
.texts-and-images .container .bloque-2 .element.select .quote {
  padding: 10px 40px 10px 20px;
}
@media (max-width: 768px) {
  .texts-and-images .container .bloque-2 .element.select .quote {
    padding: 20px;
    margin: 20px 0 0 0;
    max-height: 400px;
  }
}

.trustpilot {
  margin: 80px 0;
}
.trustpilot .tp-widget-reviews-filter-label {
  display: none !important;
}
@media (max-width: 768px) {
  .trustpilot {
    padding: 0 30px !important;
  }
}
.trustpilot .container {
  width: 100%;
  max-width: 1390px;
  padding: 40px 0 !important;
  border-top: 1px solid #0000FF;
  border-bottom: 1px solid #0000FF;
}
.trustpilot .container .bloque-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.trustpilot .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  color: #0000FF;
}
@media (max-width: 768px) {
  .trustpilot .container .bloque-1 h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
}
.trustpilot .container .bloque-2 {
  position: relative;
}
@media (max-width: 768px) {
  .trustpilot .container .bloque-2 {
    flex-direction: column;
  }
}
.trustpilot .container .bloque-2 .trustpilot-widget {
  width: 100%;
}
.trustpilot .container .bloque-2 .trustpilot-widget.especial {
  display: none !important;
}
@media (max-width: 596px) {
  .trustpilot .container .bloque-2 .trustpilot-widget.especial {
    display: block !important;
  }
}
.trustpilot .container .bloque-2 .capa-1 {
  top: 0;
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: 2;
}
.trustpilot .container .bloque-2 .capa-2 {
  top: 0;
  position: absolute;
  height: 200px;
  width: 80%;
  left: 240px;
  z-index: 2;
}
@media (max-width: 821px) {
  .trustpilot .container .bloque-2 .capa-2 {
    top: 0;
    position: absolute;
    height: 200px;
    width: 507px;
    left: 240px;
  }
}
@media (max-width: 600px) {
  .trustpilot .container .bloque-2 .capa-2 {
    left: 30px;
    width: 84%;
    top: unset;
    bottom: 24px;
    height: 220px;
  }
}
@media (max-width: 1300px) {
  .trustpilot .container .bloque-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.page-template-cyber-monday .trustpilot {
  margin-bottom: 0;
}
.page-template-cyber-monday .trustpilot .container {
  border-bottom: 1px solid transparent;
}

.points {
  margin: 100px 0;
}
@media (max-width: 992px) {
  .points {
    margin: 100px 0 0 0;
  }
}
.points .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  width: 100%;
  max-width: 1054px;
  background-color: #E5E5FF;
  border-radius: 30px;
  position: relative;
  padding: 40px 40px 50px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-direction: column;
  height: 639px;
}
@media (max-width: 992px) {
  .points .container {
    border-radius: 0;
    flex-direction: column;
    height: auto;
  }
}
.points .container img {
  position: absolute;
  left: -4px;
  bottom: 30px;
  width: fit-content;
  object-fit: contain;
  z-index: 1;
  height: 317px;
}
@media (max-width: 821px) {
  .points .container img {
    bottom: 140px;
  }
}
@media (max-width: 768px) {
  .points .container img {
    top: 20px;
    left: -16px;
    bottom: unset;
    height: 214px;
    width: fit-content;
  }
}
.points .container .bloques {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  z-index: 2;
  gap: 14px;
}
@media (max-width: 768px) {
  .points .container .bloques {
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.points .container .bloques .bloque-1 {
  width: 100%;
  max-width: 444px;
  background-color: #fff;
  padding: 10px 40px 30px 30px;
  border-radius: 30px;
}
@media (max-width: 821px) {
  .points .container .bloques .bloque-1 {
    padding: 10px 20px 30px 30px;
  }
}
@media (max-width: 768px) {
  .points .container .bloques .bloque-1 {
    position: relative;
    right: -30px;
    padding: 10px 20px 20px 20px;
  }
}
.points .container .bloques .bloque-1 h3 {
  font-family: Geomanist;
  font-size: 34.2px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  color: #0000FF;
}
@media (max-width: 992px) {
  .points .container .bloques .bloque-1 h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
}
.points .container .bloques .bloque-1 .triangulo {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 31px 0 0px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 120px;
  transform: rotate(25deg);
}
@media (max-width: 768px) {
  .points .container .bloques .bloque-1 .triangulo {
    left: -25px;
    top: -3px;
    transform: rotate(48deg);
    z-index: -1;
  }
}
@media (max-width: 500px) {
  .points .container .bloques .bloque-1 .triangulo {
    left: -9px;
    top: 25px;
    transform: rotate(26deg);
    z-index: -1;
    border-width: 60px 31px 0 0px;
  }
}
.points .container .bloques .bloque-2 {
  width: 100%;
  max-width: 485px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .points .container .bloques .bloque-2 {
    gap: 14px;
  }
}
.points .container .bloques .bloque-2 .point {
  display: flex;
  align-items: center;
  gap: 10px;
}
.points .container .bloques .bloque-2 .point p {
  font-family: Geomanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #000;
}
@media (max-width: 992px) {
  .points .container .bloques .bloque-2 .point p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .points .container a {
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }
}
.points .container a::before {
  content: none;
}

.ready .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  background: linear-gradient(90deg, #0000FF 0%, #E51F1E 100%);
  border-radius: 1000px 1000px;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 992px) {
  .ready .container {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .ready .container {
    padding: 40px 20px 4px 20px;
  }
}
.ready .container .bloque-1 {
  width: 100%;
  max-width: 1067px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ready .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 63px;
  font-weight: 700;
  line-height: 57px;
  text-align: center;
  color: #fff;
}
@media (max-width: 821px) {
  .ready .container .bloque-1 h2 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .ready .container .bloque-1 h2 {
    font-size: 41px;
    line-height: 44px;
    text-align: center;
  }
}
.ready .container .bloque-1 p.text {
  font-family: Geomanist;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
@media (max-width: 821px) {
  .ready .container .bloque-1 p.text {
    font-size: 24px;
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .ready .container .bloque-1 p.text {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}
.ready .container .bloque-1 p.small {
  font-family: Geomanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .ready .container .bloque-1 p.small {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }
}
.ready .container .bloque-2 {
  position: absolute;
  bottom: 10px;
}
@media (max-width: 768px) {
  .ready .container .bloque-2 {
    position: relative;
    bottom: unset;
  }
}
.ready .container .bloque-2 p {
  font-family: Geomanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.ready p.text-1 {
  margin-top: 40px;
  font-family: Geomanist;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 821px) {
  .ready p.text-1 {
    font-size: 24px;
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .ready p.text-1 {
    font-size: 21px;
    line-height: 27px;
    padding: 0 12px;
  }
}

.page-template-black-friday .ready .container {
  background: #000;
}
.page-template-black-friday .ready .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
  text-align: center;
  color: #fff;
}
@media (max-width: 821px) {
  .page-template-black-friday .ready .container .bloque-1 h2 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .page-template-black-friday .ready .container .bloque-1 h2 {
    font-size: 41px;
    line-height: 44px;
    text-align: center;
  }
}
.page-template-black-friday .ready .container .bloque-1 a.cta div {
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  height: 55px;
}
.page-template-black-friday .ready .container .bloque-1 a.cta::before {
  display: none;
}

.page-template-cyber-monday .ready .container .bloque-1 a.cta div {
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  height: 55px;
}
.page-template-cyber-monday .ready .container .bloque-1 a.cta::before {
  display: none;
}

.form {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .form {
    margin: 50px 0 80px 0;
    padding: 0 20px !important;
  }
}
.form .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.form .container .bloque-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.form .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 48px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 821px) {
  .form .container .bloque-1 h2 {
    font-size: 38px;
    line-height: 30px;
    text-align: center;
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .form .container .bloque-1 h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
}
.form .container .bloque-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-direction: column;
}
.form .container .bloque-2 p.text {
  font-family: Geomanist;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 821px) {
  .form .container .bloque-2 p.text {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .form .container .bloque-2 p.text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 500px) {
  .form .container .bloque-2 p.text {
    max-width: 254px;
  }
}
.form .container .bloque-2 .enlaces {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .form .container .bloque-2 .enlaces {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .form .container .bloque-2 .enlaces {
    flex-direction: column;
    gap: 40px;
  }
}
.form .container .bloque-2 .enlaces .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .form .container .bloque-2 .enlaces .contact {
    gap: 14px;
  }
}
.form .container .bloque-2 .enlaces .contact a {
  color: #0000FF;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.125rem;
}
.form .container .bloque-2 .enlaces .contact p {
  font-size: 14px;
  font-family: Roboto;
}
.form .container .bloque-3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
}
.form .container .bloque-3 .formulario {
  width: 100%;
  max-width: 610px;
}
@media (max-width: 992px) {
  .form .container .bloque-3 .formulario {
    margin: 0;
    max-width: 100%;
  }
}
.form .container .bloque-3 .formulario h3 {
  font-size: 40px !important;
  font-family: Geomanist;
  margin-bottom: 32px !important;
}
.form .container .bloque-3 .formulario h2.gform_title {
  margin-bottom: 20px !important;
  font-family: Geomanist;
  font-size: 40px !important;
}
.form .container .bloque-3 .formulario form {
  /* Estilo de los campos de entrada */
  /* Estilo del botón de envío */
  /* Estilo de los checkboxes */
}
.form .container .bloque-3 .formulario form .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  .form .container .bloque-3 .formulario form {
    margin-top: 0;
    padding: 0 !important;
  }
}
.form .container .bloque-3 .formulario form input[type=text],
.form .container .bloque-3 .formulario form input[type=email],
.form .container .bloque-3 .formulario form input[type=tel],
.form .container .bloque-3 .formulario form textarea {
  width: 100%;
  padding: 10px 22px;
  background: #F7F8FD;
  box-shadow: rgba(173, 169, 251, 0.514) 0px 1px 6px inset;
  border-radius: 8px;
  color: #000;
  font-weight: 600;
  font-size: 19px;
  height: 53px;
  text-align: left;
  margin-bottom: 20px;
  border: none;
}
.form .container .bloque-3 .formulario form input[type=submit] {
  background-color: #0000FF !important;
  color: white !important;
  padding: 15px 10px !important;
  border: none;
  border-radius: 5px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: Geomanist;
  font-size: 20px !important;
}
.form .container .bloque-3 .formulario form input[type=submit]:hover {
  transform: scale(1.1);
}
.form .container .bloque-3 .formulario form input[type=checkbox] {
  margin-bottom: 10px;
}
.form .container .bloque-3 .formulario form a {
  color: #000 !important;
  font-weight: 600;
}
.form .container .bloque-3 .image {
  max-width: 580px;
  width: 100%;
  height: 306px;
  overflow: hidden;
  border-radius: 1000px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 68px;
}
@media (max-width: 992px) {
  .form .container .bloque-3 .image {
    display: none;
  }
}
.form .container .bloque-3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form .gform_validation_errors {
  display: none;
}

.page-template-black-friday .form .container .bloque-2, .page-template-cyber-monday .form .container .bloque-2 {
  order: 3;
}

.container-fluid .container {
  width: 100%;
  max-width: 1313px;
  padding: 0;
}
.container-fluid .container .bloque-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .container-fluid .container .bloque-4 {
    padding: 0 20px;
    width: 100%;
  }
}
.container-fluid .container .bloque-4 p {
  font-family: Geomanist;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #0000FF;
}
@media (max-width: 768px) {
  .container-fluid .container .bloque-4 p {
    font-size: 16px;
    line-height: 27px;
  }
}
.container-fluid .container .bloque-4 .postcode {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.container-fluid .container .bloque-4 .postcode a {
  position: relative;
}
.container-fluid .container .bloque-4 .postcode a:hover {
  transform: scale(1.1);
  z-index: 3;
}

.faqs {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .faqs {
    padding: 0 20px !important;
    margin: 60px 0;
  }
}
.faqs .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .faqs .container {
    gap: 30px;
  }
}
.faqs .container .bloque-1 h2 {
  font-family: Geomanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: linear-gradient(90deg, #0000FF 0%, #F4111B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
@media (max-width: 768px) {
  .faqs .container .bloque-1 h2 {
    font-family: Geomanist;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.faqs .container .bloque-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}
@media (max-width: 992px) {
  .faqs .container .bloque-2 {
    gap: 30px 10px;
  }
}
@media (max-width: 768px) {
  .faqs .container .bloque-2 {
    gap: 20px;
  }
}
.faqs .container .bloque-2 .faq {
  width: 100%;
  max-width: calc(50% - 30px);
  padding: 10px 30px 10px 30px;
  background-color: #E5E5FF;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: fit-content;
}
@media (max-width: 992px) {
  .faqs .container .bloque-2 .faq {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .faqs .container .bloque-2 .faq {
    max-width: 100%;
    padding: 16px;
  }
}
.faqs .container .bloque-2 .faq.select {
  background-color: #fff;
}
.faqs .container .bloque-2 .faq.select .ask svg {
  transform: rotate(180deg);
}
.faqs .container .bloque-2 .faq.select .answer {
  padding: 30px 0;
  height: auto;
  max-height: 1400px;
}
.faqs .container .bloque-2 .faq .ask {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faqs .container .bloque-2 .faq .ask p {
  font-family: Geomanist;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0000FF;
}
.faqs .container .bloque-2 .faq .ask svg {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  transition: all 0.3s ease-in-out;
}
.faqs .container .bloque-2 .faq .answer {
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.faqs .container .bloque-2 .faq .answer p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

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