<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 1440px) {
  .container {
    max-width: 132rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 150rem;
  }
}

@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: #0234ab;
  --primary-light: #3962ac;
  --primary-dark: #233252;
  --secondary: #3a3a3a;
  --bg-light: #6479a7;
  --info: #ff5b41;
  --fondo-davante: #e6ebf4;
}

* {
  -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;
}

html,
body {
  line-height: 1;
}
html .d-none,
body .d-none {
  display: none;
}
html .overlay,
html .overlay-modal,
body .overlay,
body .overlay-modal {
  backdrop-filter: blur(0.5rem);
  background-color: rgba(0, 21, 52, 0.75);
  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 {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
}

body a {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 600;
}
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);
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  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 {
    font-size: 2.9rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  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 {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  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 {
    font-size: 3.4rem;
  }
}
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 + * {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  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 + * {
    margin-top: 4.5rem;
  }
}
body h1.cuadrico,
body h2.cuadrico,
body h3.cuadrico,
body h4.cuadrico,
body h5.cuadrico,
body h6.cuadrico {
  background-color: var(--primary);
  color: white;
  font: 500 2.1rem/1.2 "Montserrat", sans-serif;
  padding: 0.75rem 1.5rem;
}
@media (min-width: 768px) {
  body h1.cuadrico,
  body h2.cuadrico,
  body h3.cuadrico,
  body h4.cuadrico,
  body h5.cuadrico,
  body h6.cuadrico {
    font-size: 2.4rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (min-width: 1200px) {
  body h1.cuadrico,
  body h2.cuadrico,
  body h3.cuadrico,
  body h4.cuadrico,
  body h5.cuadrico,
  body h6.cuadrico {
    padding: 1rem 2rem;
    font-size: 2.6rem;
  }
}
body h1.cuadrico a,
body h2.cuadrico a,
body h3.cuadrico a,
body h4.cuadrico a,
body h5.cuadrico a,
body h6.cuadrico a {
  color: white;
}
body .subrayadito {
  position: relative;
}
body .subrayadito:after {
  content: "";
  display: block;
  background: url("../../images/subrayado.svg");
  background-size: cover;
  height: 0.555rem;
  margin-top: 0.5rem;
  width: 21.5rem;
}
@media (min-width: 768px) {
  body .subrayadito:after {
    height: 0.865rem;
    margin-top: 1.5rem;
    width: 33.5rem;
  }
}
body p,
body .paragraphize {
  font: 400 1.4rem/1.5 "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  body p,
  body .paragraphize {
    font-size: 1.6rem;
  }
}
@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 p a,
body .paragraphize a {
  color: var(--info);
  text-decoration: none;
}
body p a.strong-link,
body .paragraphize a.strong-link {
  color: var(--primary);
  font-weight: 700;
}
@media (min-width: 992px) {
  body .m-width {
    min-width: 70rem;
    width: 65vw;
  }
}
body main {
  display: grid;
  gap: 6.5rem;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 3.5rem;
}
body main.no-margin {
  margin: 0;
}
@media (min-width: 1200px) {
  body main {
    margin-top: 5.5rem;
  }
}
body main:has(.social-attached) + #add-social {
  margin-top: 0;
}
body .btn {
  background-color: var(--info);
  border-radius: 0.6rem;
  display: block;
  color: white;
  font: 700 1.6rem/1 "Montserrat", sans-serif;
  margin: 3.5rem auto 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1.5rem 3.5rem;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 100%;
}
@media (min-width: 1200px) {
  body .btn {
    font-size: 1.8rem;
    margin-top: 5.5rem;
  }
}
body .btn:hover {
  background-color: rgb(255, 46.9789473684, 14);
}
body .cta-btn {
  background-color: var(--info);
  border-radius: 0.5rem;
  color: white;
  cursor: pointer;
  display: block;
  font: 700 1.8rem/1 "Montserrat", sans-serif;
  margin: 4.5rem auto 0;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  body .cta-btn {
    font-size: 2.1rem;
    margin-top: 6.5rem;
  }
}
body .cta-btn:hover {
  background-color: rgb(255, 46.9789473684, 14);
}

/* one trust */
#ot-sdk-btn.ot-sdk-show-settings {
  color: #ededed !important;
  text-decoration: none !important;
}

#ot-sdk-cookie-policy {
  display: none;
}

/* one trust */
.spinner-contenedor {
  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(--info);
  border-radius: 3rem;
  -webkit-box-shadow: -0.1rem 0px 2.4rem 0.5rem rgba(0, 0, 0, 0.26);
          box-shadow: -0.1rem 0px 2.4rem 0.5rem rgba(0, 0, 0, 0.26);
  height: 6rem;
  left: 50%;
  margin-top: -3rem;
  margin-left: -3rem;
  position: fixed;
  top: 50%;
  width: 6rem;
  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: white;
  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);
  }
}

@-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);
  }
}
#modal-cupon-general .container-modal-cupon-general {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--primary-dark)));
  background: linear-gradient(var(--primary), var(--primary-dark));
  border-radius: 1rem;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 {
  background-color: initial;
  color: white;
  font-family: "Montserrat";
  line-height: 1.5rem;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span {
  color: white;
  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 h4 span.titulo-cupon-2 strong {
  color: white;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal .checkbox input {
  position: absolute;
}
#modal-cupon-general .container-modal-cupon-general label {
  color: white;
}
#modal-cupon-general .container-modal-cupon-general label a {
  text-decoration: underline;
}
#modal-cupon-general .container-modal-cupon-general .form-cupon-general .telefono {
  color: rgba(0, 195, 226, 0.64);
  display: grid;
  font-size: 1.6rem;
  font-weight: 600;
  grid-template-columns: 8rem 1fr;
  min-height: 3.4rem;
  width: 100%;
}
#modal-cupon-general .container-modal-cupon-general .form-cupon-general .telefono .prefijo-wrapper {
  position: relative;
}
#modal-cupon-general .container-modal-cupon-general .form-cupon-general .telefono .prefijo-wrapper .prefijo-dropdown {
  background-color: transparent;
  height: 100%;
  padding: 0;
  width: 100%;
}
#modal-cupon-general .container-modal-cupon-general .form-cupon-general .telefono .prefijo-wrapper .prefijo-box {
  background-color: #e9e9e9;
  background-image: url("../../images/icons/drop-prefijo.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 50%;
  color: #444;
  cursor: pointer;
  font-size: 1.4rem;
  height: 100%;
  line-height: 3.4rem;
  left: 0;
  padding-left: 0.8rem;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  width: 100%;
  z-index: 1;
}
#modal-cupon-general .container-modal-cupon-general #respuesta-cupon {
  background-color: #be1227;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 2rem 0;
}
#modal-cupon-general .container-modal-cupon-general button[type=submit] {
  background-color: var(--info);
  cursor: pointer;
}
#modal-cupon-general .container-modal-cupon-general button[type=submit]:hover {
  color: white !important;
}

.cc-window span {
  color: white;
}

a#btnInfoGeneralCupon {
  background-color: var(--info);
  border: 0.2rem solid white;
  border-radius: 0.6rem;
  bottom: 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.65rem 2.5rem;
}
@media (max-width: 600px) {
  a#btnInfoGeneralCupon {
    z-index: 999999;
  }
}
@media (min-width: 1440px) {
  a#btnInfoGeneralCupon {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  a#btnInfoGeneralCupon {
    font-size: 2.1rem;
  }
}
a#btnInfoGeneralCupon.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;
  border-radius: 0.6rem;
  bottom: 1.5rem;
  color: #fff !important;
  font: 500 1.6rem/1 "Montserrat", sans-serif !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  margin: initial !important;
  padding: 0.65rem 2.5rem !important;
  position: fixed !important;
  right: 1.5rem !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  z-index: 20;
}

#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;
}

.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: 9rem;
  }
}
@media (min-width: 1440px) {
  .header-pagina {
    height: 8rem;
  }
}
.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: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 14rem;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .nav-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 18rem;
  }
}
.header-pagina .nav-wrapper .nav-logo svg {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: var(--primary);
  height: 4rem;
  width: 16.643rem;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .nav-logo svg {
    height: 5rem;
    width: 20.8rem;
  }
}
.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: 1440px) {
  .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 &gt; 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: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--primary-dark)));
  background: linear-gradient(var(--primary), var(--primary-dark));
  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: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--primary-dark)));
  background: linear-gradient(var(--primary), var(--primary-dark));
  padding: 2.5rem 0 12.5rem;
  width: inherit;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie ul {
  display: grid;
  gap: 2.5rem;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, minmax(10px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(10px, max-content));
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.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 &gt; 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(--primary);
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li &gt; a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li &gt; 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: var(--primary);
  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(--primary);
  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 1.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  display: none;
  width: 35rem;
  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: 8rem;
}
.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 var(--primary);
}
.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-dark);
  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 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 {
  background-color: var(--primary-dark);
  color: white;
}
.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, minmax(0, 1fr));
  grid-gap: 0 2.5rem;
  text-transform: initial;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 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: var(--primary-dark);
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.9rem;
  padding: 1.5rem;
  text-transform: initial;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li a:hover {
  color: white;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li + li {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.55);
}
.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: 1440px) {
  .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: 1.8rem;
  width: 2rem;
  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: 1440px) {
  .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: 3rem;
    -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(--primary);
  border-radius: 0.6rem;
  color: white;
  display: block;
  font: 700 1.4rem/0.75 "Montserrat", sans-serif;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  padding: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.header-pagina .nav-wrapper .actions .actions-desktop .infobar a#btnInfoGeneralCupon:hover {
  background-color: var(--primary-dark);
}
.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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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(--secondary);
  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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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);
}
.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: 1440px) {
  .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 {
  color: var(--primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (min-width: 1440px) {
  .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;
}

.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-block: 4.5rem 6rem;
}
@media (min-width: 992px) {
  footer {
    margin-top: 4.5rem;
    padding-block: 6.5rem 3.5rem;
  }
}
footer * {
  color: white;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
footer .container .footer-main {
  display: grid;
  gap: 3.5rem;
}
@media (min-width: 992px) {
  footer .container .footer-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.4rem;
  }
}
@media (min-width: 1200px) {
  footer .container .footer-main {
    grid-template-columns: 4fr 3fr 3fr 2fr;
  }
}
footer .container .footer-main .footer-header {
  font: 600 2.2rem/1 "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  footer .container .footer-main .footer-header {
    font-size: 2rem;
  }
}
footer .container .footer-main .footer-header:after {
  content: "";
  display: block;
  background-color: white;
  height: 0.4rem;
  margin-top: 0.7rem;
  max-width: 21.5rem;
}
footer .container .footer-main .footer-header.toggle:after {
  display: none;
}
@media (min-width: 992px) {
  footer .container .footer-main .footer-header.toggle:after {
    display: block;
  }
}
footer .container .footer-main .info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  footer .container .footer-main .info-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .container .footer-main .info-col svg {
  fill: white;
  height: 6.8rem;
  width: 28.5rem;
}
footer .container .footer-main .info-col .brand-footer-movil {
  fill: white;
  height: 5.6rem;
  margin-inline: auto;
  width: 21.5rem;
}
@media (min-width: 992px) {
  footer .container .footer-main .info-col .brand-footer-movil {
    display: none;
  }
}
footer .container .footer-main .info-col .intro-masterd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  footer .container .footer-main .info-col .intro-masterd {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .container .footer-main .info-col .intro-masterd p {
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  footer .container .footer-main .info-col .intro-masterd p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
@media (min-width: 992px) {
  footer .container .footer-main .info-col .intro-masterd p {
    text-align: left;
    width: 85%;
  }
}
footer .container .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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 700 1.4rem/1 "Montserrat", sans-serif;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  footer .container .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 .container .footer-main .info-col .intro-masterd p.big svg {
  fill: white;
  height: 1.9rem;
  width: 1.7rem;
}
footer .container .footer-main .info-col .intro-masterd p a {
  color: var(--info);
}
footer .container .footer-main .info-col .footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .container .footer-main .enlaces-central .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 .container .footer-main .enlaces-central .toggle {
    border-bottom: 1px solid var(--fondo-davante);
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  footer .container .footer-main .enlaces-central .toggle {
    display: block;
  }
}
footer .container .footer-main .enlaces-central .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: 2rem;
  position: relative;
  width: 2rem;
}
@media (min-width: 992px) {
  footer .container .footer-main .enlaces-central .toggle span {
    display: none;
  }
}
footer .container .footer-main .enlaces-central .toggle span:before, footer .container .footer-main .enlaces-central .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;
}
footer .container .footer-main .enlaces-central .toggle span.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
footer .container .footer-main .enlaces-central .toggle span.close:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
footer .container .footer-main .enlaces-central .toggle + ul {
  color: white;
  display: none;
  list-style: outside disc;
  margin-top: 2rem;
  padding-left: 3rem;
}
@media (min-width: 992px) {
  footer .container .footer-main .enlaces-central .toggle + ul {
    display: block;
    list-style: none;
    padding: 0;
  }
}
footer .container .footer-main .enlaces-central .toggle + ul li {
  position: relative;
  font: 500 1.3rem/1 "Montserrat", sans-serif;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .container .footer-main .enlaces-central .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 .container .footer-main .enlaces-central .toggle + ul li:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .container .footer-main .enlaces-central .toggle + ul li + li {
  margin-top: 1.2rem;
}
footer .container .footer-main .enlaces-central .toggle + ul li a {
  color: white;
}
footer .container .footer-main .certificaciones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem;
  margin: 2.5rem auto 0;
  width: 80%;
}
@media (min-width: 992px) {
  footer .container .footer-main .certificaciones {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
    width: 100%;
  }
}
footer .container .footer-main .certificaciones img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 8.5rem;
}
footer .container .prefooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--fondo-davante);
  padding-block: 1.35rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  footer .container .prefooter {
    margin-top: 4.5rem;
    padding-block: 3.5rem 0;
  }
}
footer .container .prefooter svg {
  display: none;
  fill: white;
  height: 5.6rem;
  width: 21.5rem;
}
@media (min-width: 992px) {
  footer .container .prefooter svg {
    display: block;
  }
}
footer .container .prefooter a,
footer .container .prefooter #ot-sdk-btn {
  position: relative;
}
footer .container .prefooter a:after,
footer .container .prefooter #ot-sdk-btn: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 .container .prefooter a:hover:after,
footer .container .prefooter #ot-sdk-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .container .prefooter a,
footer .container .prefooter #ot-sdk-btn,
footer .container .prefooter span {
  color: white;
  font: 400 1.2rem/1 "Montserrat", sans-serif !important;
}

.breadcrumbs {
  background: var(--primary);
  -webkit-box-shadow: inset 0 0.2rem 0.4rem rgba(0, 21, 52, 0.25);
          box-shadow: inset 0 0.2rem 0.4rem rgba(0, 21, 52, 0.25);
  padding: 0.975rem 0;
  margin-top: 3.5rem;
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin: 0;
  }
}
.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 + footer {
  margin-top: 0;
}

.miguitas-sm + footer {
  margin-top: 0;
}

#eventos-calendario .calendario-wrapper .fc .fc-view-harness {
  -webkit-box-shadow: 0 0.3 0.6 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3 0.6 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  border: 0.3rem solid var(--secondary);
  overflow: hidden;
}
#eventos-calendario .calendario-wrapper .fc-header-toolbar h2 {
  color: var(--secondary);
}
#eventos-calendario .calendario-wrapper .fc-scroller-harness a {
  color: var(--info);
  font-size: 1.3rem;
  font-weight: 700;
}
#eventos-calendario .calendario-wrapper .fc-scroller-harness a.fc-timegrid-more-link {
  -webkit-box-shadow: 0 0.3 0.6 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3 0.6 rgba(0, 0, 0, 0.2);
  background-color: var(--secondary);
  border: none;
  color: white;
}
#eventos-calendario .calendario-wrapper .fc .fc-timegrid-slot {
  height: 3.5rem;
}
#eventos-calendario .calendario-wrapper .fc-timegrid-slot-label-cushion {
  font-weight: 600;
}
#eventos-calendario .calendario-wrapper .fc-event-main {
  cursor: pointer;
  background-color: var(--primary);
  padding: 0.5rem;
}
#eventos-calendario .calendario-wrapper .fc-timegrid-event .fc-event-time {
  background-color: var(--primary-title);
  border-radius: 0.5rem;
  margin: 0;
  padding: 0.2rem 0.4rem;
}
#eventos-calendario .calendario-wrapper .fc-popover-body .fc-timegrid-event .fc-event-time {
  font-size: 1rem;
  font-weight: 700;
}
#eventos-calendario .calendario-wrapper .fc-popover-body .fc-v-event .fc-event-title {
  font-size: 1.2rem;
  margin-top: 0.1rem;
}

.modal-evento {
  -webkit-box-shadow: 0 0.3 0.6 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3 0.6 rgba(0, 0, 0, 0.2);
  background-color: white;
  cursor: pointer;
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  width: 85%;
  z-index: 9999999999999;
}
@media (min-width: 992px) {
  .modal-evento {
    width: auto;
  }
}
.modal-evento .modal-evento-wrapper {
  position: relative;
}
.modal-evento .modal-evento-wrapper .close-evento-modal {
  background: url("../../images/close.svg") center center/35% no-repeat;
  background-color: rgba(0, 0, 0, 0.75);
  border: 0.1rem solid white;
  border-radius: 50%;
  height: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  z-index: 101;
}
@media (min-width: 992px) {
  .modal-evento .modal-evento-wrapper .close-evento-modal {
    border: 0.2rem solid white;
    height: 4rem;
    width: 4rem;
  }
}

.fc-icon,
.fc-unselectable {
  -moz-user-select: none;
  -ms-user-select: none;
}

.fc .fc-button,
.fc-icon {
  text-transform: none;
  font-weight: 400;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc .fc-button:not(:disabled),
.fc a[data-navlink],
.fc-event.fc-event-draggable,
.fc-event[href] {
  cursor: pointer;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1em;
}

.fc .fc-button,
.fc-icon {
  display: inline-block;
  text-align: center;
}

.fc,
.fc *,
.fc :after,
.fc :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
}

.fc td,
.fc th {
  vertical-align: top;
  padding: 0;
}

.fc .fc-button,
.fc .fc-button .fc-icon,
.fc .fc-button-group,
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc .fc-button:hover,
.fc .fc-list-event-title a,
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: fcicons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.fc-icon {
  width: 1em;
  height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  font-family: fcicons !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

.fc .fc-button {
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
}

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc .fc-button {
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button .fc-icon {
  font-size: 1.5em;
}

.fc .fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fc .fc-button-group &gt; .fc-button {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.fc .fc-button-group &gt; .fc-button.fc-button-active,
.fc .fc-button-group &gt; .fc-button:active,
.fc .fc-button-group &gt; .fc-button:focus,
.fc .fc-button-group &gt; .fc-button:hover {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group &gt; .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group &gt; .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group &gt; .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group &gt; .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar &gt; * &gt; :not(:first-child) {
  margin-left: 0.75em;
}

.fc-direction-rtl .fc-toolbar &gt; * &gt; :not(:first-child) {
  margin-right: 0.75em;
}

.fc-direction-rtl .fc-toolbar-ltr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.fc .fc-scroller-liquid {
  height: 100%;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness &gt; .fc-scroller {
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid-section-footer &gt; *,
.fc .fc-scrollgrid-section-header &gt; * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed;
}

.fc .fc-scrollgrid table {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
}

.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section &gt; td {
  height: 1px;
}

.fc .fc-scrollgrid-section-liquid &gt; td {
  height: 100%;
}

.fc .fc-scrollgrid-section &gt; * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}

.fc .fc-scrollgrid-section-sticky &gt; * {
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3;
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky &gt; * {
  top: 0;
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky &gt; * {
  bottom: 0;
}

.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}

.fc-sticky {
  position: sticky;
}

.fc .fc-view-harness {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business,
.fc .fc-view-harness-active &gt; .fc-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
  background: var(--fc-bg-event-color, #8fdf82);
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

.fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event-selected .fc-event-resizer,
.fc-event:hover .fc-event-resizer,
.fc-h-event {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

.fc-event-selected {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.fc-h-event {
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event .fc-event-title-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}

.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 4px;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

:root {
  --fc-daygrid-event-dot-width: 8px;
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}

.fc .fc-daygrid-day-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}

.fc .fc-daygrid-day-events {
  margin-top: 1px;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}

.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: grey;
  color: var(--fc-neutral-text-color, grey);
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}

.fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-daygrid-block-event .fc-event-time {
  font-weight: 700;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

.fc-daygrid-dot-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot {
  margin: 0 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

.fc-v-event {
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fc-v-event .fc-event-time {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 0;
}

.fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}

.fc .fc-timegrid-axis-chunk &gt; table,
.fc .fc-timegrid-body,
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px;
}

.fc .fc-timegrid-body {
  min-height: 100%;
}

.fc .fc-timegrid-axis-chunk {
  position: relative;
}

.fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
  content: "&nbsp;";
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}

.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols &gt; table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-col-bg {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight,
.fc .fc-timegrid-col-events {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness {
  position: absolute;
}

.fc-timegrid-event-harness &gt; .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
          box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event,
.fc-timegrid-more-link {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}

.fc-timegrid-event {
  margin-bottom: 1px;
}

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-short .fc-event-time:after {
  content: "&nbsp;-&nbsp;";
}

.fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-timegrid-more-link {
  position: absolute;
  z-index: 9999;
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px;
}

.fc-timegrid-more-link-inner {
  padding: 3px 2px;
  top: 0;
}

.fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}

.fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  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;
}

.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
}

.fc .fc-list-table tr &gt; * {
  border-left: 0;
  border-right: 0;
}

.fc .fc-list-sticky .fc-list-day &gt; * {
  position: sticky;
  top: 0;
  background: var(--fc-page-bg-color, #fff);
}

.fc .fc-list-table th {
  padding: 0;
}

.fc .fc-list-day-cushion,
.fc .fc-list-table td {
  padding: 8px 14px;
}

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}

.fc .fc-list-event-dot {
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc .fc-list-event-title a {
  color: inherit;
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit;
}

.fc-direction-ltr .fc-list-day-text {
  color: var(--primary);
  font-weight: 600;
}

.fc .fc-button-primary {
  background-color: var(--info);
  border: none;
  font-weight: 700;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .fc .fc-button-primary {
    font-size: 1.8rem;
  }
}
.fc .fc-button-primary:disabled {
  background-color: #ffc092;
  opacity: 1;
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color: var(--info);
  font-weight: 700;
}
.fc .fc-button-primary:hover {
  background-color: #c85707;
}
@media (min-width: 768px) {
  .fc .fc-toolbar-title {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .fc .fc-toolbar-title {
    font-size: 2.4rem;
  }
}
.fc .fc-list-event-dot {
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, var(--primary));
}

#eventos-calendario .calendario-wrapper .fc-icon:before {
  color: white;
}
#eventos-calendario .calendario-wrapper .fc .fc-view-harness {
  -webkit-box-shadow: 0 0 3rem rgba(21, 64, 70, 0.1);
          box-shadow: 0 0 3rem rgba(21, 64, 70, 0.1);
  border-radius: 1rem;
  border: 0.3rem solid var(--secondary);
  overflow: hidden;
}
#eventos-calendario .calendario-wrapper .fc-header-toolbar h2 {
  color: var(--secondary);
}
#eventos-calendario .calendario-wrapper .fc-scroller-harness a {
  color: var(--info);
  font-size: 1.3rem;
  font-weight: 700;
}
#eventos-calendario .calendario-wrapper .fc-scroller-harness a.fc-timegrid-more-link {
  -webkit-box-shadow: 0 0 3rem rgba(21, 64, 70, 0.1);
          box-shadow: 0 0 3rem rgba(21, 64, 70, 0.1);
  background-color: var(--secondary);
  border: none;
  color: white;
}
#eventos-calendario .calendario-wrapper .fc .fc-timegrid-slot {
  height: 3.5rem;
}
#eventos-calendario .calendario-wrapper .fc-timegrid-slot-label-cushion {
  font-weight: 600;
}
#eventos-calendario .calendario-wrapper .fc-event-main {
  cursor: pointer;
  background-color: var(--primary-light);
  padding: 0.5rem;
}
#eventos-calendario .calendario-wrapper .fc-event-main * {
  color: white;
}
#eventos-calendario .calendario-wrapper .fc-timegrid-more-link {
  padding: 0.25rem;
}
#eventos-calendario .calendario-wrapper .fc-timegrid-more-link .fc-timegrid-more-link-inner {
  color: white;
  font-size: 1rem;
}
#eventos-calendario .calendario-wrapper .fc-timegrid-event .fc-event-time {
  background-color: var(--primary-med);
  border-radius: 0.5rem;
  margin: 0 3.5rem 0 0;
  padding: 0.5rem;
}
#eventos-calendario .calendario-wrapper .fc-event-title-container {
  margin-top: 0.5rem;
}
#eventos-calendario .calendario-wrapper .fc-event-title-container .fc-event-title {
  margin-right: 3.5rem;
}
#eventos-calendario .calendario-wrapper .fc-popover-body .fc-timegrid-event .fc-event-time {
  font-size: 1rem;
  font-weight: 700;
}
#eventos-calendario .calendario-wrapper .fc-popover-body .fc-v-event .fc-event-title {
  font-size: 1.2rem;
  margin-top: 0.1rem;
}

.calendario-wrapper .fc-header-toolbar h2 {
  color: var(--secondary);
  font-size: 2.1rem;
  margin: 0;
}

.event-modal {
  -webkit-box-shadow: 0 0 3rem rgba(21, 64, 70, 0.1);
          box-shadow: 0 0 3rem rgba(21, 64, 70, 0.1);
  background-color: white;
  border: 0.1rem solid var(--secondary-med);
  border-radius: 1rem;
  left: 50%;
  max-width: 65rem;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  width: 95%;
  z-index: 9999999999999;
}
@media (min-width: 992px) {
  .event-modal {
    width: 85%;
  }
}
.event-modal .modal-content {
  padding: 1.5rem;
}
.event-modal .modal-content .modal-header {
  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-flow: row-reverse;
          flex-flow: row-reverse;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(58, 58, 58, 0.25);
}
.event-modal .modal-content .modal-header h3 {
  color: var(--secondary);
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 992px) {
  .event-modal .modal-content .modal-header h3 {
    font-size: 1.6rem;
  }
}
.event-modal .modal-content .modal-header button {
  margin-left: 3rem;
  border-radius: 50%;
  background-color: var(--secondary);
  border: none;
  color: white;
  cursor: pointer;
  font-size: 2.1rem;
  font-weight: 700;
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
}
.event-modal .modal-content .modal-body {
  margin-top: 2.5rem;
}
.event-modal .modal-content .modal-body .webinars {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--section-secondary);
  border: 1px solid rgba(58, 58, 58, 0.25);
  border-radius: 1rem;
  display: grid;
  font-size: 1.4rem;
  grid-gap: 1.5rem 2.5rem;
  line-height: 1.9rem;
  padding: 1.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .event-modal .modal-content .modal-body .webinars {
    grid-template-columns: 12rem 1fr;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 2.5rem;
  }
}
.event-modal .modal-content .modal-body .webinars .label-info {
  background-color: var(--primary);
  border-radius: 0.5rem;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  right: 1.5rem;
  padding: 0.3rem 0.6rem;
  position: absolute;
  top: -1.35rem;
}
.event-modal .modal-content .modal-body .webinars img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0 3rem rgba(21, 64, 70, 0.1);
          box-shadow: 0 0 3rem rgba(21, 64, 70, 0.1);
  border-radius: 50%;
  border: 0.3rem solid var(--secondary);
  display: block;
}
@media (max-width: 991px) {
  .event-modal .modal-content .modal-body .webinars img {
    height: 10rem;
    margin: 0 auto;
    width: 10rem;
  }
}
@media (min-width: 992px) {
  .event-modal .modal-content .modal-body .webinars img {
    height: 12rem;
    width: 12rem;
  }
}
.event-modal .modal-content .modal-body .webinars .titulo {
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.event-modal .modal-content .modal-body .webinars .clearfix + div span {
  border-radius: 0.5rem;
  color: var(--secondary);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
}
@media (max-width: 767px) {
  .event-modal .modal-content .modal-body .webinars .clearfix + div span {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
}
.event-modal .modal-content .modal-body .webinars .clearfix + div .label-primary {
  background-color: var(--primary);
}
.event-modal .modal-content .modal-body .webinars .clearfix + div .label-default {
  background-color: var(--secondary-med);
}
.event-modal .modal-content .modal-body .webinars .clearfix + div .conferenciante {
  opacity: 0.65;
  font-size: 1.4rem;
}
.event-modal .modal-content .modal-body .webinars .clearfix + div .conferenciante a {
  color: var(--info);
  font-weight: 700;
}

#add-social {
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  #add-social {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1200px) {
  #add-social {
    margin-top: 5.5rem;
    padding: 2.7rem 0;
  }
}
#add-social + footer {
  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");
}
/*# sourceMappingURL=eventos.css.map */
</pre></body></html>