@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 1.2rem);
  padding-right: var(--bs-gutter-x, 1.2rem);
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 132rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 150rem;
  }
}

/* Media queries */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../fonts/montserrat-v15-latin-500.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../../fonts/montserrat-v15-latin-600.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-600.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-700.woff") format("woff");
}
:root {
  --primary: var(--general);
  --primary-light: #ff9346;
  --primary-dark: #d35700;
  --secondary: #3a3a3a;
  --secondary-med: #707070;
  --section-secondary: #f6f6f6;
  --cuaternary: #ff5b41;
  --gradient-blue: #6479a7;
  --gradient-orange: #233252;
  --gray: #707070;
  --general: #0234ab;
  --gray: #7f7f7f;
  --gray-dark: #4d4d4d;
  --lightgrey: #eeeeee;
  --black: #292929;
  --body: #444444;
  --info: var(--cuaternary);
  --info-a: #045cff;
  --info-a-hover: #143f8f;
  --info-light: #70a2ff;
  --info-dark: #496aa8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--secondary);
  outline: none !important;
  scrollbar-width: thin;
  scrollbar-color: var(--secondary) transparent;
}

*::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: 2rem;
  border: 0.2rem solid transparent;
}

.no-margin {
  margin: 0 !important;
}

html,
body {
  line-height: 1;
  /* Boton Cupón */
}
html .overlay,
html .overlay-modal,
body .overlay,
body .overlay-modal {
  backdrop-filter: blur(0.5rem);
  background-color: rgba(9, 24, 36, 0.99);
  border-radius: 50%;
  display: none;
  height: 200vh;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 200%;
}
html .overlay,
body .overlay {
  z-index: 15;
}
html .overlay-modal,
body .overlay-modal {
  z-index: 9999;
}
html.blocked,
body.blocked {
  overflow-y: hidden;
}
html #btnInfoGeneralCupon.movil,
body #btnInfoGeneralCupon.movil {
  width: 100% !important;
  bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html #btnInfoGeneralCupon.movil,
  body #btnInfoGeneralCupon.movil {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    font-size: 18px !important;
    height: 50px;
    bottom: 15px;
    bottom: 0;
    border: 2px solid white !important;
    border-radius: 6px;
    height: 8rem;
    width: 218px !important;
    width: 100% !important;
    margin: 10px 5px 0 auto !important;
    padding: 0 15px !important;
    z-index: 20;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    color: #fff !important;
  }
}
@media screen and (min-width: 992px) {
  html #btnInfoGeneralCupon.movil,
  body #btnInfoGeneralCupon.movil {
    display: none !important;
  }
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
}
body h1.section-title, body h1.pseudotitle,
body h2.section-title,
body h2.pseudotitle,
body h3.section-title,
body h3.pseudotitle,
body h4.section-title,
body h4.pseudotitle,
body h5.section-title,
body h5.pseudotitle,
body h6.section-title,
body h6.pseudotitle {
  color: var(--primary);
}
body h1.section-title ~ p, body h1.pseudotitle ~ p,
body h2.section-title ~ p,
body h2.pseudotitle ~ p,
body h3.section-title ~ p,
body h3.pseudotitle ~ p,
body h4.section-title ~ p,
body h4.pseudotitle ~ p,
body h5.section-title ~ p,
body h5.pseudotitle ~ p,
body h6.section-title ~ p,
body h6.pseudotitle ~ p {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  body h1.section-title ~ p, body h1.pseudotitle ~ p,
  body h2.section-title ~ p,
  body h2.pseudotitle ~ p,
  body h3.section-title ~ p,
  body h3.pseudotitle ~ p,
  body h4.section-title ~ p,
  body h4.pseudotitle ~ p,
  body h5.section-title ~ p,
  body h5.pseudotitle ~ p,
  body h6.section-title ~ p,
  body h6.pseudotitle ~ p {
    margin-top: 2.5rem;
  }
}
body h2,
body h3.pseudotitle,
body h1.pseudotitle,
body span.pseudotitle {
  color: var(--primary);
  font-size: 2.1rem;
}
@media (min-width: 992px) {
  body h2,
  body h3.pseudotitle,
  body h1.pseudotitle,
  body span.pseudotitle {
    font-size: 2.9rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1600px) {
  body h2,
  body h3.pseudotitle,
  body h1.pseudotitle,
  body span.pseudotitle {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
body h2.cuadrico,
body h3.cuadrico,
body h1.cuadrico {
  background-color: var(--primary);
  color: white;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.5rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.75rem 1.5rem;
}
@media (min-width: 992px) {
  body h2.cuadrico,
  body h3.cuadrico,
  body h1.cuadrico {
    padding: 1rem 2rem;
    font-size: 2.9rem;
    line-height: 3.5rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
body h3 {
  color: var(--primary);
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin: 1.5rem 0 1.5rem;
}
@media (min-width: 992px) {
  body h3 {
    font-size: 2.3rem;
    line-height: 3.4rem;
  }
}
body li h3 {
  color: var(--secondary);
  font-size: 1.6rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  body li h3 {
    font-size: 1.8rem;
  }
}
body p,
body .paragraphize {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  body p,
  body .paragraphize {
    font-size: 1.8rem;
  }
}
body p + p,
body .paragraphize + p {
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  body p + p,
  body .paragraphize + p {
    margin-top: 3rem;
  }
}
body p.text-center,
body .paragraphize.text-center {
  text-align: center;
}
body .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
body .buttons-wrapper a {
  margin: 0;
}
body a {
  color: var(--info);
  text-decoration: none;
}
body a.strong-link {
  color: var(--info);
  font-weight: 700;
}

section.main-area, section.first-section, section + section, section:last-child + .breadcrumbs {
  margin-top: 3.5rem;
}
@media (min-width: 992px) {
  section.main-area, section.first-section, section + section, section:last-child + .breadcrumbs {
    margin-top: 5.5rem;
  }
}

.btn {
  background-color: var(--primary);
  border-radius: 0.6rem;
  display: block;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 4.5rem auto;
  padding: 1.5rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.8rem;
  }
}
.btn:hover {
  background-color: rgb(1.4104046243, 36.6705202312, 120.5895953757);
}

.d-none {
  display: none;
}

.main-area {
  margin-top: 3.5rem;
}
@media (min-width: 992px) {
  .main-area {
    margin-top: 6.5rem;
  }
}

#modal-cupon-general .container-modal-cupon-general {
  background-color: #fff;
  border: 0.3rem solid var(--primary);
  border-radius: 1rem;
}
#modal-cupon-general .container-modal-cupon-general #cerrar-cupon-general {
  border: 0.3rem solid var(--primary);
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 {
  background-color: initial;
  color: #383048;
  font-family: "Montserrat";
  line-height: 1.5rem;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span {
  color: #383048;
  font-weight: 500;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span.titulo-cupon-1 {
  font-size: 2.6rem;
  font-weight: 600;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span.titulo-cupon-2 {
  font-size: 1.9rem;
  font-weight: 700;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal form input,
#modal-cupon-general .container-modal-cupon-general .txt-modal form select,
#modal-cupon-general .container-modal-cupon-general .txt-modal form textarea {
  background-color: white;
  border: 0.2rem solid rgba(1, 103, 190, 0.55);
  -webkit-box-shadow: 0 0 0.6rem rgba(21, 64, 70, 0.1);
          box-shadow: 0 0 0.6rem rgba(21, 64, 70, 0.1);
  border-radius: 0.6rem;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal form .input-field-check a {
  color: #383048;
  text-decoration: underline;
}
#modal-cupon-general .container-modal-cupon-general button[type=submit] {
  background-color: var(--cuaternary);
  border: 0.2rem solid var(--cuaternary);
  cursor: pointer;
}
#modal-cupon-general .container-modal-cupon-general button[type=submit]:hover {
  background-color: white;
  color: var(--cuaternary) !important;
}

#btn-llamamos {
  display: none !important;
}
@media only screen and (min-width: 993px) {
  #btn-llamamos {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*Botonaco Master D*/
.btn-masterd,
.btn-general {
  font-family: "Montserrat", sans-serif;
  border-radius: 2rem;
  background: var(--info);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  line-height: 115%;
  color: #fff !important;
  text-shadow: 1px 2px 1px rgba(51, 51, 51, 0.2);
  padding: 15px 15px 15px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-masterd:after,
.btn-general:after {
  text-decoration: none !important;
  content: "➜";
  font-size: 38px;
  text-shadow: none;
  min-width: 60px;
  height: 60px;
  color: #333 !important;
  background-color: #fff;
  position: relative;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 100%;
  margin-left: 10px;
  -webkit-box-shadow: 1px 2px 1px rgba(51, 51, 51, 0.5);
          box-shadow: 1px 2px 1px rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-masterd.btn-masterd-contacta:after {
  content: "🕽";
  font-size: 50px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.btn-masterd:hover,
.btn-masterd:visited,
.btn-masterd:focus,
.btn-general:hover,
.btn-general:visited,
.btn-general:focus {
  text-decoration: none !important;
  color: #fff;
}

.btn-masterd:hover,
.btn-general:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
  -webkit-box-shadow: 0 2px 1px rgba(51, 51, 51, 0.15);
          box-shadow: 0 2px 1px rgba(51, 51, 51, 0.15);
}

.btn-masterd:hover:after,
.btn-general:hover:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.btn-masterd.btn-masterd-contacta:hover:after {
  -webkit-transform: translateX(3px) rotate(30deg);
          transform: translateX(3px) rotate(30deg);
}

.container-btn-masterd {
  margin: 30px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .btn-masterd,
  .btn-general {
    width: 100%;
  }
  .btn-masterd:after,
  .btn-general:after {
    min-width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .btn-masterd,
  .btn-general {
    margin: 0 auto;
  }
}
/*Botonaco Master D*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.cc-message span {
  color: white;
}

pre {
  display: none;
}

blockquote {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  blockquote {
    font-size: 1.8rem;
  }
}
blockquote + p {
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  blockquote + p {
    margin-top: 3rem;
  }
}

/* CHAT Oct8ne*/
chat-oct8ne#livechat-wrapper {
  background-color: #0234ab !important;
}

/* CHAT Oct8ne*/
#ot-sdk-cookie-policy {
  display: none;
}

a#ot-sdk-btn {
  color: #fff !important;
}

a#ot-sdk-btn:hover {
  text-decoration: none !important;
}

.spinner-contenedor {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: -1px 0px 24px 5px rgba(0, 0, 0, 0.26);
          box-shadow: -1px 0px 24px 5px rgba(0, 0, 0, 0.26);
  height: 60px;
  width: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 30;
}
.spinner-contenedor .lds-default {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.spinner-contenedor .lds-default div {
  position: absolute;
  width: 2.25px;
  height: 2.25px;
  background: var(--section-secondary);
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
          animation: lds-default 1.2s linear infinite;
}
.spinner-contenedor .lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 13.875px;
  left: 24.75px;
}
.spinner-contenedor .lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 8.25px;
  left: 23.25px;
}
.spinner-contenedor .lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 4.125px;
  left: 19.5px;
}
.spinner-contenedor .lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 2.625px;
  left: 13.875px;
}
.spinner-contenedor .lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 4.125px;
  left: 8.25px;
}
.spinner-contenedor .lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 8.25px;
  left: 4.125px;
}
.spinner-contenedor .lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 13.875px;
  left: 2.625px;
}
.spinner-contenedor .lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 19.5px;
  left: 4.125px;
}
.spinner-contenedor .lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 23.25px;
  left: 8.25px;
}
.spinner-contenedor .lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 24.75px;
  left: 13.875px;
}
.spinner-contenedor .lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 23.25px;
  left: 19.5px;
}
.spinner-contenedor .lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 19.5px;
  left: 23.25px;
}
@-webkit-keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.375);
            transform: scale(1.375);
  }
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.375);
            transform: scale(1.375);
  }
}
.spinner-contenedor .lds-default div {
  background: var(--primary);
}

#modal-buscador {
  background-color: white;
  height: 100%;
  left: 50%;
  max-height: 85vh;
  max-width: 60rem;
  overflow-y: scroll;
  padding: 2rem;
  position: fixed;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 7.5rem;
  width: 100%;
  z-index: 9999999;
}
@media (min-width: 768px) {
  #modal-buscador {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (min-width: 992px) {
  #modal-buscador {
    top: 7.5rem;
  }
}
#modal-buscador.active {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
#modal-buscador .modal-titulo {
  color: var(--secondary);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
}
#modal-buscador .modal-titulo span {
  color: var(--primary);
  font-weight: 700;
}
#modal-buscador .lista-resultados {
  margin-top: 1.875rem;
}
#modal-buscador .lista-resultados li + li {
  margin-top: 0.1rem;
}
#modal-buscador .lista-resultados li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--section-secondary);
  color: var(--secondary);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem;
  position: relative;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#modal-buscador .lista-resultados li a img {
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-left: 2.5rem;
  opacity: 0.2;
  height: 1.8rem;
  width: 0.9rem;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#modal-buscador .lista-resultados li a:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#modal-buscador .lista-resultados li a:hover img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#modal-buscador button#search-modal-close {
  background-color: var(--primary);
  border: none;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 2.3rem;
  font-weight: 600;
  margin: 1.5rem 0 0 auto;
  padding: 0.75rem 1.5rem;
}

#modal-cupon-general .txt-modal .form-cupon-general .input-field-check input {
  height: 17px !important;
}
#modal-cupon-general .txt-modal .form-cupon-general .input-field-check label {
  line-height: 16px;
}
#modal-cupon-general .txt-modal .form-cupon-general .input-field-check input {
  float: left;
}
#modal-cupon-general .form-texto-legal-wrapper {
  background: #fff;
  border: 0.1rem solid #ededed;
  border-radius: 0.4rem;
  padding: 0.6rem;
  height: 5.2rem;
}
#modal-cupon-general .form-texto-legal-wrapper .form-text-legal {
  height: 100%;
  overflow-y: auto;
  padding-right: 1.4rem;
  width: 100%;
}
#modal-cupon-general .form-texto-legal-wrapper .form-text-legal p {
  color: #5e5454;
  font: 400 1.2rem/1.6rem "Montserrat";
}
#modal-cupon-general .form-texto-legal-wrapper .form-text-legal p a {
  color: #ff5b41;
  font-weight: 600;
  text-decoration: underline;
}

#modal-llamada {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
#modal-llamada.active {
  opacity: 1;
  visibility: visible;
}
#modal-llamada.inactive {
  opacity: 0;
  visibility: hidden;
}
#modal-llamada .container-te-llamamos {
  background-color: var(--lightgrey);
  padding: 2rem 2rem;
  border-radius: 1rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: 2%;
  margin-right: 2%;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #modal-llamada .container-te-llamamos {
    width: 80%;
    padding: 4rem 4rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media only screen and (min-width: 1200px) {
  #modal-llamada .container-te-llamamos {
    padding: 4rem 4rem;
  }
}
#modal-llamada .container-te-llamamos label {
  color: var(--black);
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  #modal-llamada .container-te-llamamos label {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
#modal-llamada .container-te-llamamos a {
  display: inline;
  color: var(--primary);
  font-weight: 700;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#modal-llamada .container-te-llamamos a:hover {
  color: var(--primary-dark);
}
#modal-llamada .container-te-llamamos .container-cierra-modal {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
#modal-llamada .container-te-llamamos .container-cierra-modal .wrapper-cerrar .cerrar-modal-llamamos {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  fill: var(--black);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#modal-llamada .container-te-llamamos .container-cierra-modal .wrapper-cerrar .cerrar-modal-llamamos:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  #modal-llamada .container-te-llamamos .container-cierra-modal .wrapper-cerrar .cerrar-modal-llamamos {
    height: 3rem;
    width: 3rem;
  }
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media only screen and (min-width: 768px) {
  #modal-llamada .container-te-llamamos .wrapper-te-llamamos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-llama {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-llama p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 45rem;
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-llama a {
  font-size: 2rem;
  max-width: 45rem;
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-llama .phone-link {
  font-size: 2.4rem;
  display: inline-block;
  padding: 1rem 0;
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos {
  border-left: none;
  display: none;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  #modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 6rem;
  }
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos {
  margin-top: 2rem;
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos .input-nombre-tellamamos,
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos .input-telefono-tellamamos {
  margin-bottom: 2rem;
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos .input-nombre-tellamamos input,
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos .input-telefono-tellamamos input {
  width: 100%;
  max-width: 40rem;
  height: 4.5rem;
  padding: 0 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  font-size: 1.6rem;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos .input-nombre-tellamamos input:focus,
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos .input-telefono-tellamamos input:focus {
  outline: none;
  border-color: var(--primary);
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos #error-llamame-tellamamos {
  color: #ff3b30;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  display: none;
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos #error-llamame-tellamamos.active {
  display: block;
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos .boton-llamame-telefono #btn-llamame-ahora-tellamamos {
  background-color: var(--primary);
  font-size: 1.8rem;
  color: white;
  border: none;
  padding: 1.5rem 3rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 40rem;
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos .boton-llamame-telefono #btn-llamame-ahora-tellamamos:hover {
  background-color: var(--primary-dark);
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos .custom-boton-tellamamos .llamame-privacidad {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}
#modal-llamada .container-te-llamamos .wrapper-te-llamamos .box-te-llamamos[style*="display: none"] ~ .container-te-llamamos {
  max-width: 500px;
}
#modal-llamada.active .container-te-llamamos {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#modal-llamada.inactive .container-te-llamamos {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.header-pagina {
  background: white;
  -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.05);
  height: 5.6rem;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1200px) {
  .header-pagina {
    height: 9.5rem;
  }
}
.header-pagina.scrollable {
  background-color: white;
}
.header-pagina.scrollable + #hero {
  margin-top: -5.6rem;
}
@media (min-width: 992px) {
  .header-pagina.scrollable + #hero {
    margin-top: -9.5rem;
  }
}
.header-pagina.scrollable:not(.scrolled) {
  background-color: transparent;
}
.header-pagina.scrollable:not(.scrolled) .nav-wrapper .nav-logo svg {
  fill: white;
}
.header-pagina.scrollable:not(.scrolled) .nav-wrapper .actions svg {
  fill: white;
}
.header-pagina.scrollable:not(.scrolled) .nav-wrapper .actions span.txt {
  color: white;
}
.header-pagina.scrollable:not(.scrolled) .nav-wrapper nav .menu-movil span.txt {
  color: white;
}
.header-pagina.scrollable:not(.scrolled) .nav-wrapper nav .barritas span {
  background-color: white;
}
.header-pagina.scrollable:not(.scrolled) .nav-wrapper .menu-wrapper .desktop-menu > li a {
  color: white;
}
.header-pagina.scrollable:not(.scrolled) .nav-wrapper .menu-wrapper .desktop-menu > li a svg {
  fill: white;
}
.header-pagina.scrollable:not(.scrolled) .actions .actions-desktop .contact-bar #search-icon svg {
  fill: white !important;
}
.header-pagina.scrollable:not(.scrolled) .actions .actions-desktop .contact-bar .phone-link {
  color: white;
}
.header-pagina.scrollable:not(.scrolled) .actions .actions-desktop .contact-bar .numero-phone {
  color: white;
}
.header-pagina.scrollable:not(.scrolled) .actions .actions-desktop .contact-bar .numero-phone:hover {
  color: white;
}
.header-pagina.scrollable.semi-scrolled {
  background-color: white;
}
.header-pagina.scrollable.semi-scrolled .nav-wrapper .nav-logo svg {
  fill: var(--general);
}
.header-pagina.scrollable.semi-scrolled .nav-wrapper .actions svg {
  fill: var(--primary);
}
.header-pagina.scrollable.semi-scrolled .nav-wrapper .actions span.txt {
  color: var(--primary);
}
.header-pagina.scrollable.semi-scrolled .nav-wrapper nav .menu-movil span.txt {
  color: var(--primary);
}
.header-pagina.scrollable.semi-scrolled .nav-wrapper nav .barritas span {
  background-color: var(--primary);
}
.header-pagina .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2rem;
  position: relative;
  height: 100%;
  margin-inline: auto;
  max-width: 192rem;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper {
    gap: 4.5rem;
  }
}
.header-pagina .nav-wrapper .nav-logo {
  display: inline-block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header-pagina .nav-wrapper .nav-logo svg {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-transform: all 0.35s ease-in-out;
          transform: all 0.35s ease-in-out;
  fill: var(--primary);
  height: 4rem;
  width: 14rem;
}
@media (min-width: 992px) {
  .header-pagina .nav-wrapper .nav-logo svg {
    height: 4.7rem;
    width: 18rem;
  }
}
@media (min-width: 1600px) {
  .header-pagina .nav-wrapper .nav-logo svg {
    height: 5.4rem;
    width: 21rem;
  }
}
.header-pagina .nav-wrapper .actions-movil a,
.header-pagina .nav-wrapper nav .menu-movil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.header-pagina .nav-wrapper .actions-movil a .txt,
.header-pagina .nav-wrapper nav .menu-movil .txt {
  color: var(--primary);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper nav {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.header-pagina .nav-wrapper nav .menu-movil {
  width: 3.7rem;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper nav .menu-movil {
    display: none;
  }
}
.header-pagina .nav-wrapper nav .menu-movil .barritas {
  display: block;
  position: relative;
  width: 2.4rem;
  height: 1.8rem;
}
.header-pagina .nav-wrapper nav .menu-movil .barritas span {
  position: absolute;
  left: 0;
  background-color: var(--primary);
  width: inherit;
  height: 0.3rem;
  border-radius: 2rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.header-pagina .nav-wrapper nav .menu-movil .barritas span:nth-child(1) {
  top: 0;
}
.header-pagina .nav-wrapper nav .menu-movil .barritas span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-pagina .nav-wrapper nav .menu-movil .barritas span:nth-child(3) {
  bottom: 0;
}
.header-pagina .nav-wrapper nav .menu-movil .txt.cerrar {
  display: none;
}
.header-pagina .nav-wrapper nav .menu-movil.close .barritas span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header-pagina .nav-wrapper nav .menu-movil.close .barritas span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header-pagina .nav-wrapper nav .menu-movil.close .barritas span:nth-child(2) {
  opacity: 0;
}
.header-pagina .nav-wrapper nav .menu-movil.close .txt.menu {
  display: none;
}
.header-pagina .nav-wrapper nav .menu-movil.close .txt.cerrar {
  display: block;
}
.header-pagina .nav-wrapper .menu-wrapper {
  height: calc(100vh - 5.6rem);
  left: 0;
  position: absolute;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  top: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper.close {
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 45rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .menu-wrapper .menu-container {
    display: none;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container.close {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form {
  background-size: cover;
  height: 14rem;
  position: relative;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form.img-menu-webp {
  background-image: url("../../images/header-movil.webp");
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form.img-menu-jpg {
  background-image: url("../../images/header-movil.jpg");
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form:after {
  content: "";
  display: block;
  background-color: white;
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form {
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper {
  position: relative;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper input {
  border: 0.2rem solid var(--secondary);
  height: 4rem;
  padding: 1rem 1.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper input:focus, .header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper input:hover {
  border: 0.2rem solid var(--primary);
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper svg {
  -webkit-filter: invert(0.7);
          filter: invert(0.7);
  height: 1.9rem;
  right: 1rem;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.9rem;
  z-index: 1;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links .menu-movil-container .movil-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary);
  color: white;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding-inline: 1rem;
  position: relative;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links .menu-movil-container .movil-title svg {
  fill: white;
  height: 1.782rem;
  width: 0.992rem;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links ul.links-movil li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--secondary);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.2rem 1rem;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links ul.links-movil li a svg {
  fill: white;
  height: 1.414rem;
  width: 0.707rem;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links ul.links-movil li.menu-dropdown a + * {
  display: none;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links ul.links-movil li + li {
  border-top: 0.1rem solid #aaa;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie {
  background-color: var(--primary);
  padding: 2.5rem 0 12.5rem;
  width: inherit;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie ul li span,
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie ul li a {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie ul li span {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .menu-wrapper {
    position: initial;
    height: inherit;
    overflow: initial;
  }
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .menu-wrapper.close {
    opacity: 1;
    pointer-events: initial;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu {
  display: none;
  height: inherit;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 2.5rem;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li {
  height: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--general);
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 700;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li > a {
    font-size: 1.8rem;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  position: relative;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown:after {
  content: "";
  display: block;
  border: 1rem solid transparent;
  border-bottom-color: white;
  bottom: 0;
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown a {
  gap: 0.5rem;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: var(--general);
  height: 0.5rem;
  width: 0.8rem;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown {
  background-color: white;
  border-radius: 0 0 1rem 1rem;
  border-top: 0.1rem solid var(--primary);
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(2, 52, 171, 0.35);
          box-shadow: 0 0.3rem 0.6rem rgba(2, 52, 171, 0.35);
  display: none;
  min-width: 28rem;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 9.5rem;
}
@media only screen and (min-width: 1200px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown {
    min-width: 30rem;
  }
}
@media only screen and (min-width: 1501px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown {
    min-width: 34rem;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li {
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li + li {
  border-top: 0.1rem solid rgba(2, 52, 171, 0.15);
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary) !important;
  font-size: 1.5rem;
  gap: 3rem;
  line-height: 1.2;
  padding: 1.5rem;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li a:hover {
  background-color: var(--primary);
  color: white !important;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li a svg {
  fill: white;
  height: 1.628rem;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 0.915rem;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li a:hover svg {
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas {
  left: -40rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 2.5rem;
  text-transform: initial;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1600px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas {
    left: -15rem;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li a {
  color: white;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.9rem;
  padding: 1.5rem;
  text-transform: initial;
  width: 100%;
}
@media (min-width: 1600px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li a {
    font-size: 1.6rem;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li + li {
  border-top: 0.1rem solid rgba(2, 52, 171, 0.15);
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li:nth-child(2), .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li:nth-child(3) {
  border-top: none;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li:hover .dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li:hover:after {
  display: block;
}
.header-pagina .nav-wrapper .actions {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .actions .actions-movil {
    display: none;
  }
}
.header-pagina .nav-wrapper .actions .actions-movil a svg {
  height: 2.6rem;
  width: 2.8rem;
  fill: var(--primary);
}
.header-pagina .nav-wrapper .actions .actions-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .actions .actions-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions .actions-desktop {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .infobar {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.header-pagina .nav-wrapper .actions .actions-desktop .infobar a#btnInfoGeneralCupon {
  background-color: var(--cuaternary);
  border: 0.2rem solid var(--cuaternary);
  border-radius: 0.6rem;
  color: white;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1 !important;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 1rem 1.5rem;
  position: initial !important;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header-pagina .nav-wrapper .actions .actions-desktop .infobar a#btnInfoGeneralCupon:hover {
  background-color: white;
  color: var(--cuaternary) !important;
}
@media (min-width: 1600px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .infobar a#btnInfoGeneralCupon {
    font-size: 1.8rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 7.5rem;
  position: relative;
  width: 22.82rem;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador {
    width: 100%;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar {
  height: 3rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar {
    height: 3.9rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar input {
  border: 0.2rem solid var(--primary);
  border-radius: 3rem;
  color: var(--primary);
  font-size: 1.1rem;
  height: 3rem;
  outline: none;
  opacity: 0;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  right: 1rem;
  width: 0;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar input {
    font-size: 1.4rem;
    height: 4rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar input.active {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
  width: 22.82rem;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar input.active {
    max-width: 25rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  height: 3rem;
  position: relative;
  right: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 3rem;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon {
    height: 4rem;
    margin-left: auto;
    width: 4rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon.animate {
  background-color: white;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  right: 1rem;
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon.animate svg {
  fill: var(--primary) !important;
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon svg {
  fill: var(--primary);
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon svg {
    height: 2rem;
    width: 2rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  height: 2rem;
  width: 2rem;
  opacity: 1;
  fill: var(--primary);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (min-width: 1400px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-link {
    font-size: 1.6rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-link.telefon-open {
  opacity: 0;
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-link #tel-masterd-desktop {
  height: 2rem;
  width: 2rem;
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-enlace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  height: 2rem;
  width: 2rem;
  opacity: 1;
  fill: var(--primary);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (min-width: 993px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-enlace {
    display: none;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-enlace.telefon-open {
  opacity: 0;
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-enlace #tel-masterd-desktop {
  height: 2rem;
  width: 2rem;
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .numero-phone {
  color: var(--primary);
  font-size: 1.4rem;
  font-weight: 600;
  min-width: 13rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .numero-phone {
    font-size: 1.6rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .numero-phone:hover {
  color: var(--primary-dark);
}

.info-bar-header {
  background-color: var(--primary);
  padding: 1rem 2rem;
  position: relative;
  z-index: 36;
}
.info-bar-header .info-text {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.info-bar-header .info-text a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

footer {
  background-color: var(--primary);
  margin-top: 2.5rem;
  padding-top: 4.5rem;
}
@media (min-width: 992px) {
  footer {
    margin-top: 4.5rem;
    padding-top: 6.5rem;
  }
}
footer * {
  color: white;
}
footer .footer-main {
  display: grid;
}
@media (max-width: 991px) {
  footer .footer-main {
    grid-row-gap: 3.5rem;
  }
}
@media (min-width: 992px) {
  footer .footer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.4rem;
  }
}
@media (min-width: 1200px) {
  footer .footer-main {
    grid-template-columns: 4fr 3fr 3fr 2fr;
  }
}
footer .footer-main .brand {
  display: block;
  fill: white;
  height: 5.4rem;
  margin: 0 auto;
  width: 21rem;
}
@media (min-width: 992px) {
  footer .footer-main .brand {
    height: 5.6rem;
    margin: 0;
    width: 21.5rem;
  }
}
footer .footer-main .footer-header {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  footer .footer-main .footer-header {
    font-size: 2rem;
  }
}
footer .footer-main .footer-header:after {
  content: "";
  display: block;
  background-color: white;
  height: 0.4rem;
  margin-top: 0.7rem;
  max-width: 21.5rem;
}
footer .footer-main .footer-header.toggle:after {
  display: none;
}
@media (min-width: 992px) {
  footer .footer-main .footer-header.toggle:after {
    display: block;
  }
}
footer .footer-main .info-col .intro-masterd p {
  font-size: 1.2rem;
  margin-top: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-main .info-col .intro-masterd p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
@media (min-width: 992px) {
  footer .footer-main .info-col .intro-masterd p {
    text-align: left;
    width: 85%;
  }
}
footer .footer-main .info-col .intro-masterd p.big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 1rem;
}
@media (min-width: 992px) {
  footer .footer-main .info-col .intro-masterd p.big {
    font-size: 2.1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footer-main .info-col .intro-masterd p.big svg {
  fill: white;
  height: 2rem;
  width: 2rem;
}
footer .footer-main .info-col .intro-masterd p a {
  color: var(--info);
}
footer .footer-main .info-col .footer-social {
  margin-top: 2.5rem;
}
footer .footer-main .info-col .footer-social ul {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  grid-gap: 2rem;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 360px) {
  footer .footer-main .info-col .footer-social ul {
    grid-template-columns: repeat(8, -webkit-max-content);
    grid-template-columns: repeat(8, max-content);
  }
}
@media (min-width: 992px) {
  footer .footer-main .info-col .footer-social ul {
    margin: 0;
  }
}
footer .footer-main .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  footer .footer-main .toggle {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  footer .footer-main .toggle {
    display: block;
  }
}
footer .footer-main .toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.8rem;
  position: relative;
  width: 1.8rem;
}
footer .footer-main .toggle span:before, footer .footer-main .toggle span:after {
  content: "";
  display: block;
  background-color: white;
  height: 0.3rem;
  position: absolute;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 1.8rem;
}
@media (min-width: 992px) {
  footer .footer-main .toggle span {
    display: none;
  }
}
footer .footer-main .toggle span.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
footer .footer-main .toggle span.close:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
footer .footer-main .toggle + ul {
  color: white;
  display: none;
  list-style: outside disc;
  margin-top: 2rem;
  padding-left: 3rem;
}
@media (min-width: 992px) {
  footer .footer-main .toggle + ul {
    display: block;
    list-style: none;
    padding: 0;
  }
}
footer .footer-main .toggle + ul li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .footer-main .toggle + ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: white;
  left: 0;
  margin-top: 0.35rem;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
footer .footer-main .toggle + ul li:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .footer-main .toggle + ul li + li {
  margin-top: 1.2rem;
}
footer .footer-main .toggle + ul li a {
  color: white;
}
footer .footer-main .certificaciones {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  margin: 2.5rem auto 0;
  width: 80%;
}
@media (min-width: 992px) {
  footer .footer-main .certificaciones {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
    width: 100%;
  }
}
footer .footer-main .certificaciones img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 8.5rem;
}
footer .prefooter {
  border-top: 1px solid var(--gray);
  margin-top: 2.5rem;
  padding: 1.35rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  footer .prefooter {
    margin-top: 4.5rem;
    padding: 4.5rem 0 3.5rem;
  }
}
footer .prefooter svg {
  fill: white;
  height: 3.766rem;
  margin: 0 auto 1.25rem;
  width: 28.5rem;
}
@media (max-width: 991px) {
  footer .prefooter svg {
    display: none;
  }
}
footer .prefooter img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 1.25rem;
  width: 21.5rem;
}
footer .prefooter a {
  position: relative;
  color: white;
}
footer .prefooter a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: white;
  left: 0;
  margin-top: 0.35rem;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
footer .prefooter a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .prefooter p {
  font-size: 1.2rem;
}
footer .prefooter p + p {
  color: var(--gray);
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  footer .prefooter p + p {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.breadcrumbs {
  background: var(--primary);
  -webkit-box-shadow: inset 0 0.2rem 0.4rem rgba(17, 92, 66, 0.25);
          box-shadow: inset 0 0.2rem 0.4rem rgba(17, 92, 66, 0.25);
  padding: 0.975rem 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 4.5rem;
  }
}
.breadcrumbs .breadcrumb-url {
  color: white;
  font-size: 1.1rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .breadcrumbs .breadcrumb-url {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1600px) {
  .breadcrumbs .breadcrumb-url {
    font-size: 1.6rem;
  }
}
.breadcrumbs .breadcrumb-url a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.breadcrumbs .breadcrumb-url a strong {
  color: white;
}
.breadcrumbs + footer {
  margin-top: 0;
}

.hero-pagina {
  position: relative;
  padding-top: 5.6rem;
}
.hero-pagina:after, .hero-pagina:before {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
}
.hero-pagina:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, var(--gradient-blue)), to(var(--gradient-orange)));
  background: linear-gradient(var(--gradient-blue) 15%, var(--gradient-orange));
  opacity: 0.59;
  z-index: 1;
}
.hero-pagina:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (min-width: 992px) {
  .hero-pagina {
    padding-top: 7.5rem;
  }
}
.hero-pagina img {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(0.27);
          filter: saturate(0.27);
}
.hero-pagina .hero-content {
  padding: 3.5rem 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .hero-pagina .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 40vh;
    min-height: 42rem;
  }
}
.hero-pagina .hero-content * {
  color: white;
}
.hero-pagina .hero-content h1,
.hero-pagina .hero-content p {
  font-family: "Montserrat";
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.33);
}
.hero-pagina .hero-content h1 {
  font-size: 3.1rem;
}
@media (min-width: 768px) {
  .hero-pagina .hero-content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .hero-pagina .hero-content h1 {
    font-size: 5.1rem;
  }
}
.hero-pagina .hero-content p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1.5rem;
  max-width: 121rem;
}
@media (min-width: 768px) {
  .hero-pagina .hero-content p {
    font-size: 1.9rem;
    margin-top: 2.5rem;
    width: 82%;
  }
}
@media (min-width: 1200px) {
  .hero-pagina .hero-content p {
    font-size: 2.5rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/../../../images/slick.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-arrow {
  cursor: pointer;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .slider-arrow {
    width: 2rem;
  }
}
.slider-arrow.arrow-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .slider-arrow.arrow-prev {
    left: -1.5rem;
  }
}
.slider-arrow.arrow-next {
  right: 0;
}
@media (min-width: 768px) {
  .slider-arrow.arrow-next {
    right: -1.5rem;
  }
}

.slider-blanco {
  overflow: hidden;
  position: relative;
}
.slider-blanco:before, .slider-blanco:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 15%;
  z-index: 1;
}
.slider-blanco:before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(33%, #fff), to(rgba(60, 58, 64, 0)));
  background: linear-gradient(90deg, #fff 0%, #fff 33%, rgba(60, 58, 64, 0) 100%);
  left: 0;
}
.slider-blanco:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 58, 64, 0)), color-stop(77%, #fff), to(#fff));
  background: linear-gradient(90deg, rgba(60, 58, 64, 0) 0%, #fff 77%, #fff 100%);
  right: 0;
}
.slider-blanco .slider-arrow.arrow-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.slider-blanco .slider-arrow.arrow-next {
  right: 0;
}

.misma-altura .slick-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.misma-altura .slick-slide {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.misma-altura .slick-slide > div {
  height: 100%;
}

#curso-ficha h1.pseudotitle {
  margin-bottom: 4.5rem;
}
#curso-ficha .overlay-de-modal {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(1, 1, 44, 0.596);
  height: 100%;
  width: 100%;
  z-index: 100;
}
#curso-ficha .ficha-wrapper {
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper {
    grid-template-columns: minmax(0, 1fr) 44.3rem;
    grid-column-gap: 6.5rem;
  }
}
#curso-ficha .ficha-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 2.5rem 0;
}
@media (min-width: 768px) {
  #curso-ficha .ficha-wrapper img {
    margin: 3.5rem 0;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq {
  max-width: 97rem;
}
#curso-ficha .ficha-wrapper .ficha-izq .modal-opinion {
  display: none;
  height: auto;
  width: 90%;
  max-height: 90vh;
  background-color: var(--section-secondary);
  color: var(--secondary);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 110;
  padding: 2rem 3rem 3rem;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  #curso-ficha .ficha-wrapper .ficha-izq .modal-opinion {
    width: 60%;
    padding: 3rem 4rem 7rem;
    max-width: 70rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .wrapper-close {
  position: relative;
}
#curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .wrapper-close .close-btn {
  position: absolute;
  top: -1rem;
  right: -2rem;
  cursor: pointer;
  padding: 1rem;
}
@media (min-width: 1024px) {
  #curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .wrapper-close .close-btn {
    top: -2rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .wrapper-close .close-btn img {
  margin: 0;
  height: 2rem;
  width: auto;
}
#curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .modal-title {
  margin: 0;
  font-weight: 700 !important;
  color: var(--primary-title);
  text-align: center;
  font-size: 3rem;
}
#curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .modal-text {
  color: var(--secondary);
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 1.4rem;
  text-align: left;
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .modal-text {
    line-height: 2.4rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .modal-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
  -webkit-filter: drop-shadow(0 1px 5px var(--secondary-10)) drop-shadow(2px 0 0 var(--negro-5)) drop-shadow(0 2px 0 var(--negro-5)) drop-shadow(-2px 0 0 var(--negro-5)) drop-shadow(0 -2px 0 var(--negro-5));
          filter: drop-shadow(0 1px 5px var(--secondary-10)) drop-shadow(2px 0 0 var(--negro-5)) drop-shadow(0 2px 0 var(--negro-5)) drop-shadow(-2px 0 0 var(--negro-5)) drop-shadow(0 -2px 0 var(--negro-5));
}
#curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .modal-stars .estrella-opinion {
  background-color: var(--cuaternary);
  position: relative;
  width: 3rem;
  height: 3rem;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
@media (min-width: 1024px) {
  #curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .modal-stars .estrella-opinion {
    width: 3rem;
    height: 3rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .modal-opinion .container-modal .modal-stars .estrella-opinion.bien:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-light);
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-arrow {
  top: 20%;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 1024px) {
  #curso-ficha .ficha-wrapper .ficha-izq .slider-arrow {
    height: 4rem;
    width: 4rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .arrow-prev {
  left: -1rem;
}
@media (min-width: 1024px) {
  #curso-ficha .ficha-wrapper .ficha-izq .arrow-prev {
    left: -3rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .arrow-next {
  right: -1rem;
}
@media (min-width: 1024px) {
  #curso-ficha .ficha-wrapper .ficha-izq .arrow-next {
    right: -3rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha {
  margin-block: 5rem 2rem;
  cursor: -webkit-grab;
  cursor: grab;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .slick-slide.slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .slick-slide:not(.slick-active) {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.4;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card p {
  text-align: center;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card p a {
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card p a:hover {
  color: var(--info-a);
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .img-card {
  width: 100%;
  margin: 0;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card {
  position: relative;
  padding: 1.5rem 1rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card {
    padding: 1.5rem;
  }
}
@media (min-width: 1280px) {
  #curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card {
    padding: 2rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card {
  min-width: 0;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card .title-card {
  margin: 0;
  font-weight: 700 !important;
  color: var(--primary-title);
  text-align: center;
  font-size: 2.5rem;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card .title-card + .txt-card {
  margin-top: 1rem;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card .txt-card {
  color: var(--secondary);
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 0.8rem;
  position: relative;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card .txt-card p:before, #curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card .txt-card p:after {
  position: absolute;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0;
  color: var(--primary-60);
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card .txt-card p:before {
  content: "“";
  top: 0;
  left: 0;
  -webkit-transform: translate(-0.2rem, 1.5rem);
          transform: translate(-0.2rem, 1.5rem);
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card .txt-card p:after {
  content: "”";
  bottom: 0;
  -webkit-transform: translate(-0.2rem, 0.2rem);
          transform: translate(-0.2rem, 0.2rem);
}
@media (min-width: 768px) {
  #curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card .txt-card {
    font-size: 1.6rem;
    grid-column: -1/1;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .container-txt-card + .estrellas-card-opinion {
  margin-top: 1.5rem;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .estrellas-card-opinion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-filter: drop-shadow(0 1px 5px var(--secondary-10)) drop-shadow(2px 0 0 var(--negro-5)) drop-shadow(0 2px 0 var(--negro-5)) drop-shadow(-2px 0 0 var(--negro-5)) drop-shadow(0 -2px 0 var(--negro-5));
          filter: drop-shadow(0 1px 5px var(--secondary-10)) drop-shadow(2px 0 0 var(--negro-5)) drop-shadow(0 2px 0 var(--negro-5)) drop-shadow(-2px 0 0 var(--negro-5)) drop-shadow(0 -2px 0 var(--negro-5));
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .estrellas-card-opinion .estrella-opinion {
  background-color: var(--cuaternary);
  position: relative;
  width: 3rem;
  height: 3rem;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
@media (min-width: 1024px) {
  #curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .estrellas-card-opinion .estrella-opinion {
    width: 3rem;
    height: 3rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .estrellas-card-opinion .estrella-opinion.bien:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-light);
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .trustpilot-opiniones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.7rem;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .trustpilot-opiniones p {
  color: var(--primary-title);
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.8rem;
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .trustpilot-opiniones img {
  width: 55%;
  margin: 0;
}
@media (min-width: 768px) {
  #curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card .container-card .trustpilot-opiniones img {
    width: 70%;
  }
}
#curso-ficha .ficha-wrapper .ficha-izq .slider-de-ficha .card.card-opinion {
  background-color: white;
}
#curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links),
#curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) {
  list-style-type: none !important;
  margin: 3.5rem 0;
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links),
  #curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) {
    padding-left: 3rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links) li,
#curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) li {
  font-size: 1.6rem;
  list-style-type: none !important;
  line-height: 1.5;
  padding-left: 2rem !important;
  position: relative;
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links) li,
  #curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) li {
    font-size: 1.8rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links) li + p,
#curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) li + p {
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links) li + p,
  #curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) li + p {
    margin-top: 3rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links) li:before,
#curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) li:before {
  content: "";
  display: block;
  background-color: var(--info);
  border-radius: 50%;
  height: 1rem;
  left: 0;
  margin-right: 2.5rem;
  position: absolute;
  top: 0.75rem;
  width: 1rem;
}
#curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links) li + li,
#curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) li + li {
  margin-top: 2rem;
}
#curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links) ul,
#curso-ficha .ficha-wrapper .ficha-subsection ul:not(.plan-links) ol,
#curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) ul,
#curso-ficha .ficha-wrapper .ficha-subsection ol:not(.plan-links) ol {
  margin: 2rem 0;
}
#curso-ficha .ficha-wrapper .ficha-subsection .embed-container a.btn-masterd {
  margin-top: 3.5rem;
}
#curso-ficha .ficha-wrapper .ficha-subsection + .ficha-subsection {
  margin-top: 3.5rem;
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper .ficha-subsection + .ficha-subsection {
    margin-top: 5.5rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso {
  display: grid;
  grid-gap: 3rem 4.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  #curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  #curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso .caracteristica-curso-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
#curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso .caracteristica-curso-single img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 !important;
  max-width: 3.464rem;
}
#curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso .caracteristica-curso-single .caracteristica-curso-content p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  #curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso .caracteristica-curso-single .caracteristica-curso-content p {
    font-size: 2.1rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso .caracteristica-curso-single .caracteristica-curso-content small {
  font-size: 1.6rem;
  display: block;
  margin-top: 0.7rem;
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso .caracteristica-curso-single .caracteristica-curso-content small {
    font-size: 1.8rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso .caracteristica-curso-single .caracteristica-curso-content small + p {
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper .ficha-subsection .caracteristicas-curso .caracteristica-curso-single .caracteristica-curso-content small + p {
    margin-top: 3rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection .localizaciones-curso ul {
  display: grid;
  grid-gap: 2rem;
  margin: 0;
}
@media (min-width: 768px) {
  #curso-ficha .ficha-wrapper .ficha-subsection .localizaciones-curso ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  #curso-ficha .ficha-wrapper .ficha-subsection .localizaciones-curso ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection .localizaciones-curso ul li {
  line-height: 1.1;
}
#curso-ficha .ficha-wrapper .ficha-subsection .localizaciones-curso ul li + li {
  margin-top: 0;
}
#curso-ficha .ficha-wrapper .ficha-subsection .localizaciones-curso ul li a {
  color: var(--secondary);
  font-size: 1.4rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#curso-ficha .ficha-wrapper .ficha-subsection .localizaciones-curso ul li a:hover {
  color: var(--general);
  text-decoration: underline;
}
#curso-ficha .ficha-wrapper .ficha-subsection .temario-content h4 {
  font-size: 1.6rem;
  color: var(--primary-title);
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper .ficha-subsection .temario-content h4 {
    font-size: 1.8rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection .temario-content h4 + p {
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  #curso-ficha .ficha-wrapper .ficha-subsection .temario-content h4 + p {
    margin-top: 3rem;
  }
}
#curso-ficha .ficha-wrapper .ficha-subsection .temario-content ul {
  margin-top: 2rem;
}
#curso-ficha .ficha-wrapper .ficha-subsection .temario-content ul + h4 {
  margin-top: 3.5rem;
}
#curso-ficha .ficha-wrapper .ficha-subsection.ficha-requisitos {
  font-size: 1.6rem;
  line-height: 1.5;
}
#curso-ficha .ficha-wrapper .link-esp {
  color: var(--secondary);
  text-decoration: underline;
}

h2 {
  color: var(--primary);
  margin: 0.5rem 0 2.5rem;
}
h2 strong {
  color: var(--primary);
}

.cuadro-destacado {
  font-weight: bold;
  font-style: italic;
  background: #ffebdd;
  padding: 15px;
  border: 2px solid #ffcca9;
  color: #9e4000;
  text-shadow: 0px 1px 1px white;
}

.convocatorias .slider-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
  cursor: -webkit-grab;
  cursor: grab;
}
.convocatorias .slider-slick:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.convocatorias .slider-slick .slick-slide {
  margin: 0 10px;
}
.convocatorias .slider-slick .slick-track {
  gap: 10px;
}
.convocatorias .slider-slick .slick-list {
  padding: 0 1px;
}
.convocatorias .slider-slick .slider-arrow {
  height: 2rem;
  width: 2rem;
}
.convocatorias .slider-slick img {
  width: 3rem !important;
  margin: 0 !important;
}
.convocatorias .slider-slick .arrow-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .convocatorias .slider-slick .arrow-prev {
    left: -2rem;
  }
}
.convocatorias .slider-slick .arrow-next {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .convocatorias .slider-slick .arrow-next {
    right: -2rem;
  }
}
.convocatorias .slider-slick .card-listado {
  display: grid !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  min-height: 15rem;
  max-width: 90% !important;
  margin: 0 auto;
  border: 1px solid rgb(101, 101, 101);
  padding: 2rem;
  -webkit-box-shadow: 0 0 9px 2px rgba(68, 68, 68, 0.3);
          box-shadow: 0 0 9px 2px rgba(68, 68, 68, 0.3);
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 993px) {
  .convocatorias .slider-slick .card-listado {
    min-height: 22rem;
    margin: 0;
    max-width: 100% !important;
  }
}
.convocatorias .slider-slick .card-listado p:first-child {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
}
.convocatorias .slider-slick .card-listado p:nth-child(2) {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.convocatorias .slider-slick .card-listado p:nth-child(3) {
  font-size: 1.8srem;
  font-weight: 700;
  margin-top: 1rem;
  border-top: 0.1rem solid #939393;
  padding-top: 1rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-default div {
  position: absolute;
  width: 2.25px;
  height: 2.25px;
  background: var(--section-secondary);
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
          animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 13.875px;
  left: 24.75px;
}
.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 8.25px;
  left: 23.25px;
}
.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 4.125px;
  left: 19.5px;
}
.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 2.625px;
  left: 13.875px;
}
.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 4.125px;
  left: 8.25px;
}
.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 8.25px;
  left: 4.125px;
}
.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 13.875px;
  left: 2.625px;
}
.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 19.5px;
  left: 4.125px;
}
.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 23.25px;
  left: 8.25px;
}
.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 24.75px;
  left: 13.875px;
}
.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 23.25px;
  left: 19.5px;
}
.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 19.5px;
  left: 23.25px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.375);
            transform: scale(1.375);
  }
}
@media (min-width: 1200px) {
  #curso-ficha .ficha-wrapper {
    grid-template-columns: minmax(0, 1fr) 44.3rem;
  }
}

#cupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3rem auto 0;
  max-width: 49rem;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  #cupon {
    margin-top: 0;
    position: sticky !important;
    top: 9rem;
  }
}
@media (min-width: 992px) and (max-height: 850px) {
  #cupon {
    top: -2rem !important;
  }
}
#cupon .container-cupon {
  background: white;
  border: 0.2rem solid #12306d;
  -webkit-filter: drop-shadow(0 0 3.5rem rgba(21, 64, 70, 0.1));
          filter: drop-shadow(0 0 3.5rem rgba(21, 64, 70, 0.1));
  padding: 1rem;
}
@media (min-width: 769px) {
  #cupon .container-cupon {
    padding: 1.5rem 2rem;
  }
}
#cupon .cupon-header {
  font-weight: 300;
  padding-top: 0.5rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
#cupon .cupon-header .cupon-title {
  color: #001526;
  font-size: 2.6rem;
  line-height: 1.15;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  #cupon .cupon-header .cupon-title {
    font-size: 3rem;
  }
}
#cupon .cupon-header .cupon-title strong {
  color: #001526;
}
#cupon .cupon-header .cupon-title span {
  color: #001526;
  display: block;
  font-weight: 700;
}
#cupon .cupon-header .cupon-title + p {
  display: none;
}
#cupon .cupon-main {
  margin-top: 1rem;
}
@media (min-width: 769px) {
  #cupon .cupon-main {
    margin-top: 2.5rem;
  }
}
#cupon .cupon-main form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  margin: 0;
}
@media (min-width: 768px) {
  #cupon .cupon-main form {
    gap: 1.2rem;
  }
}
@media (min-width: 992px) and (max-height: 850px) {
  #cupon .cupon-main form {
    gap: 0.7rem;
  }
}
#cupon .cupon-main form input,
#cupon .cupon-main form select,
#cupon .cupon-main form .aviso-legal {
  background-color: white;
  border: 0.2rem solid rgba(1, 103, 190, 0.55);
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(21, 64, 70, 0.1);
          box-shadow: 0 0 0.6rem rgba(21, 64, 70, 0.1);
  font-family: var(--font-title);
  height: 4rem;
  padding: 0 12px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%;
}
#cupon .cupon-main form input:focus,
#cupon .cupon-main form select:focus,
#cupon .cupon-main form .aviso-legal:focus {
  border-color: var(--general);
  -webkit-box-shadow: 0 0 1rem rgba(51, 51, 51, 0.8);
          box-shadow: 0 0 1rem rgba(51, 51, 51, 0.8);
}
@media (min-width: 769px) {
  #cupon .cupon-main form input,
  #cupon .cupon-main form select,
  #cupon .cupon-main form .aviso-legal {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  #cupon .cupon-main form input,
  #cupon .cupon-main form select,
  #cupon .cupon-main form .aviso-legal {
    height: 4.5rem;
  }
}
@media (min-width: 992px) and (max-height: 850px) {
  #cupon .cupon-main form input,
  #cupon .cupon-main form select,
  #cupon .cupon-main form .aviso-legal {
    height: 4.1rem;
  }
}
#cupon .cupon-main form input,
#cupon .cupon-main form select {
  font-size: 1.8rem;
}
#cupon .cupon-main form .aviso-legal {
  background-color: #e9e9e9;
  font-size: 1.4rem;
  height: 56px;
  line-height: 1.12;
  overflow: auto;
}
#cupon .cupon-main form select {
  cursor: pointer;
}
#cupon .cupon-main form .pseudo-input,
#cupon .cupon-main form .telefono {
  position: relative;
}
#cupon .cupon-main form .pseudo-input input,
#cupon .cupon-main form .pseudo-input select,
#cupon .cupon-main form .telefono input,
#cupon .cupon-main form .telefono select {
  margin-top: 0;
}
#cupon .cupon-main form #requisito-estudios-new {
  color: #001526;
  font-weight: 700;
}
#cupon .cupon-main form .checkbox {
  color: #001526;
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#cupon .cupon-main form .checkbox + .checkbox {
  margin-top: 0;
}
#cupon .cupon-main form .checkbox input {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
#cupon .cupon-main form .checkbox input + span {
  color: #001526;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 3.5rem;
  position: relative;
  height: 2.5rem;
  line-height: 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 992px) and (max-height: 850px) {
  #cupon .cupon-main form .checkbox input + span {
    line-height: 1.5rem;
  }
}
#cupon .cupon-main form .checkbox input + span a {
  color: #001526;
  text-decoration: underline;
}
#cupon .cupon-main form .checkbox input + span:before, #cupon .cupon-main form .checkbox input + span:after {
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}
#cupon .cupon-main form .checkbox input:not(:checked) + span:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 0.6rem;
  top: 1rem;
  -webkit-transform: rotate(37deg);
          transform: rotate(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
#cupon .cupon-main form .checkbox input:not(:checked) + span:after {
  height: 2rem;
  width: 2rem;
  background-color: transparent;
  border: 0.2rem solid #001526;
  top: 0;
  z-index: 0;
}
#cupon .cupon-main form .checkbox input:checked + span:before {
  border-bottom: 0.2rem solid var(--info);
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid var(--info);
  border-top: 0.2rem solid transparent;
  -webkit-filter: drop-shadow(0.2rem 0 0 white) drop-shadow(0 0.2rem 0 white) drop-shadow(-0.2rem 0 0 white) drop-shadow(0 -0.2rem 0 white);
          filter: drop-shadow(0.2rem 0 0 white) drop-shadow(0 0.2rem 0 white) drop-shadow(-0.2rem 0 0 white) drop-shadow(0 -0.2rem 0 white);
  left: 0.4rem;
  height: 1.4rem;
  top: -0.2rem;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  width: 0.8rem;
}
#cupon .cupon-main form .checkbox input:checked + span:after {
  top: 0;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid #001526;
  background-color: transparent;
  z-index: 0;
}
#cupon .cupon-main form .cupon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--cuaternary);
  border-radius: 0.6rem;
  border: none;
  color: white;
  cursor: pointer;
  font: 700 3rem/1 "Montserrat";
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  max-width: 100%;
  min-height: 4.5rem;
  min-width: 100%;
  padding: 0.1rem 1.6rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  #cupon .cupon-main form .cupon-btn {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) and (max-height: 850px) {
  #cupon .cupon-main form .cupon-btn {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1025px) {
  #cupon .cupon-main form .cupon-btn {
    min-height: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
#cupon .cupon-main form .cupon-btn svg {
  fill: white;
  height: 2rem;
  margin-left: 0.8rem;
  width: 2rem;
}
@media (min-width: 1025px) {
  #cupon .cupon-main form .cupon-btn svg {
    height: 4rem;
    width: 4rem;
  }
}
#cupon .cupon-main form .form-texto-legal-wrapper {
  background: #fff;
  border: 0.1rem solid #ededed;
  border-radius: 0.4rem;
  padding: 0.6rem;
  height: 5.2rem;
}
#cupon .cupon-main form .form-texto-legal-wrapper .form-text-legal {
  height: 100%;
  overflow-y: auto;
  padding-right: 1.4rem;
  width: 100%;
}
#cupon .cupon-main form .form-texto-legal-wrapper .form-text-legal p {
  color: #5e5454;
  font: 400 1.2rem/1.6rem "Montserrat";
}
#cupon .cupon-main form .form-texto-legal-wrapper .form-text-legal p a {
  color: #ff5b41;
  font-weight: 600;
  text-decoration: underline;
}
#cupon .cupon-main #aviso-incompleto {
  background-color: var(--body);
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 2rem;
  color: white;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 2rem;
  padding: 10px 20px;
}
#cupon .cupon-borrones {
  height: 100%;
  left: 0;
  opacity: 0.075;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#cupon .cupon-borrones .borron {
  border-radius: 50%;
  -webkit-filter: blur(5rem);
          filter: blur(5rem);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}
#cupon .cupon-borrones .borron:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#cupon .cupon-borrones .borron.borron-1, #cupon .cupon-borrones .borron.borron-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fb6169), to(#5d0075));
  background: linear-gradient(to bottom, #fb6169 0%, #5d0075 100%);
}
#cupon .cupon-borrones .borron.borron-1 {
  top: 20%;
  right: -50%;
  width: 60%;
}
#cupon .cupon-borrones .borron.borron-2 {
  top: 45%;
  left: 0;
  width: 45%;
}
#cupon .cupon-borrones .borron.borron-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#cf24fc), to(#5d0075));
  background: linear-gradient(to bottom, #cf24fc 0%, #5d0075 100%);
  bottom: -25%;
  left: 50%;
  width: 70%;
}

#add-social {
  margin-top: 4.5rem;
  padding: 1.5rem 0;
}
@media (min-width: 1200px) {
  #add-social {
    margin-top: 6.5rem;
    padding: 2.7rem 0;
  }
}
#add-social + footer, #add-social + .breadcrumbs {
  margin-top: 0;
}
#add-social .add-social-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(min-content, max-content));
}
@media (min-width: 768px) {
  #add-social .add-social-wrapper {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
#add-social .add-social-wrapper .add-social-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#add-social .add-social-wrapper .add-social-text svg {
  fill: #444;
  height: 2.456rem;
  width: 2.149rem;
}
#add-social .add-social-wrapper .add-social-text p {
  font-size: 1.4rem;
  margin-left: 1.5rem;
}
#add-social .add-social-wrapper .add-social-icons {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, -webkit-max-content));
  grid-template-columns: repeat(4, minmax(0, max-content));
}
#add-social .add-social-wrapper .add-social-icons button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
#add-social .add-social-wrapper .add-social-icons button i {
  -webkit-filter: invert(75%);
          filter: invert(75%);
  display: block;
  height: 1.8rem;
  width: 1.8rem;
}
@media (min-width: 992px) {
  #add-social .add-social-wrapper .add-social-icons button i {
    height: 2.8rem;
    width: 2.8rem;
  }
}
#add-social .add-social-wrapper .add-social-icons button i.fab {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#add-social .add-social-wrapper .add-social-icons button i.fab.fa-facebook-f {
  background-image: url("../../images/facebook.svg");
}
#add-social .add-social-wrapper .add-social-icons button i.fab.fa-twitter {
  background-image: url("../../images/twitter-x.svg");
}
#add-social .add-social-wrapper .add-social-icons button i.fab.fa-twitter-x {
  background-image: url("../../images/twitter-x.svg");
}
#add-social .add-social-wrapper .add-social-icons button i.fab.fa-linkedin-in {
  background-image: url("../../images/linkedin.svg");
}
#add-social .add-social-wrapper .add-social-icons button i.fab.fa-whatsapp {
  background-image: url("../../images/whatsapp.svg");
}

.youtube-player {
  border: 0.1rem solid white;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.48);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.48);
  cursor: pointer;
  height: 0;
  line-height: 0;
  margin: 4.5rem auto;
  max-width: 77rem;
  padding-bottom: 43.25%;
  position: relative;
  width: 85%;
}
@media (min-width: 992px) {
  .youtube-player {
    margin: 6.5rem auto;
  }
}
.youtube-player iframe {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.youtube-player > div img {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.youtube-player .play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.47);
  border: 2px solid white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1rem rgb(0, 0, 0);
          box-shadow: 0 0 1rem rgb(0, 0, 0);
  cursor: pointer;
  height: 12.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: 12.6rem;
}
@media (min-width: 768px) {
  .youtube-player .play {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (min-width: 1200) {
  .youtube-player .play {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.youtube-player .play .arrow-right {
  background-image: url(../../images/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 5.6rem;
  margin-left: 1rem;
  width: 4.9rem;
}
.youtube-player:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.youtube-player:hover .play {
  background-color: rgba(255, 0, 0, 0.47);
}

.faqs-wrapper .faq-single {
  -webkit-box-shadow: 0 0 1.5rem rgba(21, 64, 70, 0.1);
          box-shadow: 0 0 1.5rem rgba(21, 64, 70, 0.1);
  border-radius: 1rem;
  cursor: pointer;
  padding: 0.8rem 1.3rem;
}
.faqs-wrapper .faq-single p {
  font: 400 1.6rem/1 "Montserrat";
}
.faqs-wrapper .faq-single p:not(.faq-desc) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--info);
  font: 500 1.6rem/1.2 "Montserrat";
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .faqs-wrapper .faq-single p:not(.faq-desc) {
    font-size: 1.8rem;
  }
}
.faqs-wrapper .faq-single p:not(.faq-desc) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid var(--gray);
  border-radius: 50%;
  height: 2.4rem;
  margin-left: 3rem;
  min-width: 2.4rem;
  width: 2.4rem;
}
.faqs-wrapper .faq-single p:not(.faq-desc) span svg {
  fill: var(--info);
  height: 0.749rem;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  width: 1.327rem;
}
.faqs-wrapper .faq-single p.faq-desc {
  display: none;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2rem;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .faqs-wrapper .faq-single p.faq-desc {
    font-size: 1.8rem;
  }
}
.faqs-wrapper .faq-single:after {
  content: "";
  display: block;
}
.faqs-wrapper .faq-single + .faq-single {
  margin-top: 3.5rem;
}
.faqs-wrapper .faq-single.faq-open span svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
/*# sourceMappingURL=ficha-cupon-transparente.css.map */
