@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;
  font-size: 100%;
  font: inherit;
  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,
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Font Family*/
/* COLACAO COLORS */
/* Opciones($prop): color, background-color,opacity,..., all */
/*PlaceHolder*/
/*font-size: get-vw(30px);*/
/*padding-top:get-vw(50px);*/
body {
  font-family: Georgia, "Times New Roman", Times, serif;
}

@font-face {
  font-family: "Roboto";
  src: url(fonts/Roboto-Regular.woff2) format("woff2"), url(fonts/Roboto-Regular.woff) format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url(fonts/Roboto-Thin.woff2) format("woff2"), url(fonts/Roboto-Thin.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "gilroyd-extrabold";
  src: url(fonts/Gilroy-ExtraBold.woff2) format("woff2"), url(fonts/Gilroy-ExtraBold.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(fonts/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(fonts/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Novecento-Wide";
  src: url(fonts/Novecento-WideNormal.woff2) format("woff2"), url(fonts/Novecento-WideNormal.woff) format("woff");
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
}

body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  margin: 0;
  padding: 0;
  scroll-margin-left: 0;
}

/*
  container emergap
*/
#container {
  position: relative;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
}
@media only screen and (max-width : 525px) {
  .wrapper {
    width: 90%;
  }
}

.modulo_uno {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 0.5vw;
  margin-bottom: 1.5vw;
}
.modulo_uno .mini {
  background-color: red;
}

.modulo_dos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 0.5vw;
  margin-bottom: 1.5vw;
}
@media only screen and (max-width : 768px) {
  .modulo_dos {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.modulo_tres {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 0.5vw;
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 1248px) {
  .modulo_tres {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  }
}
@media only screen and (max-width : 768px) {
  .modulo_tres {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.modulo_tres .mini {
  border: 2px solid forestgreen;
  background-color: grey;
}

.modulo_cuatro {
  display: grid;
  gap: 1vw;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 1024px) {
  .modulo_cuatro {
    grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
    gap: 1vw;
  }
}
@media only screen and (max-width : 768px) {
  .modulo_cuatro {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 2vw;
  }
}
@media only screen and (max-width : 525px) {
  .modulo_cuatro {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 5vw;
  }
}
/* P FONT */
.pFfontSize {
  font-size: 1.0416666667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSize {
    font-size: 1.09375vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSize {
    font-size: 1.1979166667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSize {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSize {
    font-size: 1.40625vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSize {
    font-size: 1.5104166667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSize {
    font-size: 1.6145833333vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSize {
    font-size: 2.9947916667vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSize {
    font-size: 3.2552083333vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSize {
    font-size: 3.90625vw;
  }
}

.pFfontSizePastillas {
  font-size: 0.9895833333vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizePastillas {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizePastillas {
    font-size: 1.1979166667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizePastillas {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizePastillas {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizePastillas {
    font-size: 1.5104166667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizePastillas {
    font-size: 1.6145833333vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizePastillas {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizePastillas {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizePastillas {
    font-size: 3.90625vw;
  }
}

.pFfontSizeMid {
  font-size: 1.25vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizeMid {
    font-size: 1.1979166667vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizeMid {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizeMid {
    font-size: 1.40625vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizeMid {
    font-size: 1.5104166667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizeMid {
    font-size: 1.6145833333vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizeMid {
    font-size: 1.71875vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizeMid {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizeMid {
    font-size: 2.8645833333vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizeMid {
    font-size: 2.8645833333vw;
  }
}

.pFfontSizeBig {
  font-size: 1.6145833333vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizeBig {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizeBig {
    font-size: 1.7708333333vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizeBig {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizeBig {
    font-size: 1.9791666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizeBig {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizeBig {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizeBig {
    font-size: 4.5572916667vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizeBig {
    font-size: 4.6875vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizeBig {
    font-size: 4.8177083333vw;
  }
}

.etiquetaFontSize {
  font-size: 0.5208333333vw;
}
@media only screen and (max-width: 1720px) {
  .etiquetaFontSize {
    font-size: 0.5729166667vw;
  }
}
@media only screen and (max-width: 1550px) {
  .etiquetaFontSize {
    font-size: 0.6770833333vw;
  }
}
@media only screen and (max-width: 1448px) {
  .etiquetaFontSize {
    font-size: 0.78125vw;
  }
}
@media only screen and (max-width: 1248px) {
  .etiquetaFontSize {
    font-size: 0.8854166667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .etiquetaFontSize {
    font-size: 0.9895833333vw;
  }
}
@media only screen and (max-width: 900px) {
  .etiquetaFontSize {
    font-size: 1.09375vw;
  }
}
@media only screen and (max-width : 768px) {
  .etiquetaFontSize {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width : 640px) {
  .etiquetaFontSize {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width : 525px) {
  .etiquetaFontSize {
    font-size: 1.8229166667vw;
  }
}

.header {
  position: fixed;
  background-color: white;
  z-index: 1001;
  width: 100%;
  padding-top: calc(5px + 0.5vw);
  padding-bottom: calc(20px + 0.5vw);
}
.header .logo {
  display: flex;
}
.header .logo .logo1 {
  display: flex;
  width: 90px;
  aspect-ratio: 58/27;
  align-content: center;
  align-items: center;
}
.header .logo .logo1 img {
  width: 100%;
}
.header .logo .logo2 {
  margin-left: 10px;
  width: 145px;
}
.header .logo .logo2 img {
  width: 100%;
}
.header .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #545D61;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.header .menu .menu_desktop {
  display: flex;
  align-items: center;
}
.header .menu .menu_desktop .opc_m {
  margin: 0 2.2vw 0 0;
  cursor: pointer;
}
.header .menu .menu_desktop .opc_m a {
  color: #545D61 !important;
  text-decoration: none;
}
.header .menu .menu_desktop :nth-last-child(1 of .opc_m) {
  margin-right: 4vw;
}
.header .menu .menu_desktop .rrss {
  display: flex;
}
.header .menu .menu_desktop .rrss .rs {
  margin: 0 8px 0 0;
  max-width: 30px;
  cursor: pointer;
}
.header .menu .menu_desktop .rrss .rs img {
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .header .menu .menu_desktop {
    display: none;
  }
}
.header .menu .hamburguesa {
  display: none;
  align-items: center;
}
.header .menu .hamburguesa .burger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 2;
  visibility: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .header .menu .hamburguesa .burger {
    visibility: visible;
  }
}
.header .menu .hamburguesa .burger span {
  z-index: 102;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  background: #003479;
  transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
  transform-origin: 0px 100%;
}
.header .menu .hamburguesa .burger span:nth-child(2) {
  top: calc(50% - 2px);
}
.header .menu .hamburguesa .burger span:nth-child(3) {
  bottom: 0;
}
@media only screen and (max-width : 768px) {
  .header .menu .hamburguesa {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    padding-top: calc(5px + 1.5vw);
  }
}
@media only screen and (max-width : 525px) {
  .header {
    padding-top: calc(5px + 2vw);
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    padding-bottom: calc(20px + 1.5vw);
  }
}
@media only screen and (max-width : 525px) {
  .header {
    padding-bottom: calc(20px + 2vw);
  }
}

.menu_mobile {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 1002;
  width: 100%;
  background-color: #fff;
  height: 90%;
  top: 88px;
  text-align: center;
  color: #545D61;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-top: 2vw;
}
.menu_mobile .opc_m {
  margin: 3vw 0;
  cursor: pointer;
}
@media only screen and (max-width : 525px) {
  .menu_mobile .opc_m {
    margin: 6vw 0;
  }
}
@media only screen and (max-width : 525px) {
  .menu_mobile .opc_m {
    font-size: 3.90625vw;
  }
}
.menu_mobile .opc_m a {
  color: #545D61 !important;
  text-decoration: none;
}
.menu_mobile .rrss {
  display: flex;
  justify-content: center;
  margin-top: 5vw;
}
@media only screen and (max-width : 525px) {
  .menu_mobile .rrss {
    margin-top: 8vw;
  }
}
.menu_mobile .rrss .rs {
  cursor: pointer;
  margin: 0 8px;
  max-width: 30px;
}
@media only screen and (max-width : 525px) {
  .menu_mobile .rrss .rs {
    margin: 0 10px;
  }
}
.menu_mobile .rrss .rs img {
  width: 100%;
}

.cuidarte {
  position: relative;
  margin: 110px auto 0;
  padding-bottom: calc(20px + 2vw);
}
.cuidarte .mini {
  width: 100%;
  aspect-ratio: 13.5/5.8;
  border-radius: 20px;
  background-color: #DBE9F1;
  background-image: url(img/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width : 768px) {
  .cuidarte .mini {
    background-image: url(img/bg_mobile.png);
    aspect-ratio: 10.4/9.8;
  }
}
.cuidarte .mini .txtlogo {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width : 768px) {
  .cuidarte .mini .txtlogo {
    width: 52%;
  }
}
.cuidarte .mini .txtlogo .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: calc(10px + 0.5vw);
}
.cuidarte .mini .txtlogo .logo img {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .cuidarte .mini .txtlogo .logo {
    margin-bottom: calc(10px + 0.5vw);
  }
}
@media only screen and (max-width : 525px) {
  .cuidarte .mini .txtlogo .logo {
    margin-bottom: calc(10px + 0.8vw);
  }
}
.cuidarte .mini .txtlogo .txt {
  color: #003479;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .cuidarte .mini .txtlogo .txt .quitabr {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cuidarte {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .cuidarte {
    padding-bottom: calc(20px + 6vw);
  }
}

.bienestar {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(20px + 2vw);
}
.bienestar .foto {
  width: 100%;
}
.bienestar .foto img {
  width: 100%;
}
.bienestar .txt {
  display: flex;
  margin: 4.5vw 5vw 1vw;
  flex-direction: column;
}
@media only screen and (max-width: 1720px) {
  .bienestar .txt {
    margin: 4.5vw 5vw 1vw;
  }
}
@media only screen and (max-width: 1550px) {
  .bienestar .txt {
    margin: 5vw 5vw 1vw;
  }
}
@media only screen and (max-width: 1448px) {
  .bienestar .txt {
    margin: 5.3vw 5vw 1vw;
  }
}
@media only screen and (max-width: 1248px) {
  .bienestar .txt {
    margin: 5.5vw 5vw 1vw;
  }
}
@media only screen and (max-width: 1024px) {
  .bienestar .txt {
    margin: 5vw 5vw 1vw;
  }
}
@media only screen and (max-width: 900px) {
  .bienestar .txt {
    margin: 3vw 6vw 1vw;
  }
}
@media only screen and (max-width : 768px) {
  .bienestar .txt {
    margin: 3vw 0vw 0;
  }
}
.bienestar .txt h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: calc(10px + 0.3vw);
}
.bienestar .txt p {
  font-family: Roboto;
  font-style: normal;
  line-height: 1.3;
  /*letter-spacing: 2.1px;*/
}
@media only screen and (max-width: 1024px) {
  .bienestar {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .bienestar {
    padding-bottom: calc(20px + 6vw);
  }
}

.ajusteslogros {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(20px + 2vw);
}
.ajusteslogros .mini {
  border-radius: 30px;
}
.ajusteslogros .cabecera {
  margin-bottom: calc(20px + 1vw);
}
.ajusteslogros .cabecera h2 {
  font-family: gilroyd-extrabold;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: calc(10px + 0.3vw);
}
@media only screen and (max-width : 525px) {
  .ajusteslogros .cabecera h2 {
    margin-top: calc(5px + 0.5vw);
    margin-bottom: calc(15px + 1vw);
  }
}
.ajusteslogros .cabecera p {
  color: black;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width : 525px) {
  .ajusteslogros .cabecera .oculbr {
    display: none;
  }
}
.ajusteslogros .mini {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 32/39;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.ajusteslogros .mini .mybotton {
  width: 100%;
  height: 100%;
}
.ajusteslogros .mini .over {
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  height: 100%;
  /*background-repeat: no-repeat;
  background-size: 100% 100%;*/
  width: 100%;
}
.ajusteslogros .mini .over .fondoover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ajusteslogros .mini .over .botonera {
  display: flex;
  position: relative;
  left: 5%;
  top: 5%;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1248px) {
  .ajusteslogros .mini .over .botonera {
    top: 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .ajusteslogros .mini .over .botonera {
    top: 3.5%;
  }
}
@media only screen and (max-width: 900px) {
  .ajusteslogros .mini .over .botonera {
    top: 4%;
  }
}
@media only screen and (max-width : 768px) {
  .ajusteslogros .mini .over .botonera {
    top: 3%;
  }
}
@media only screen and (max-width : 640px) and (max-width : 768px) {
  .ajusteslogros .mini .over .botonera {
    top: 1.5%;
  }
}
@media only screen and (max-width : 525px) {
  .ajusteslogros .mini .over .botonera {
    margin-bottom: 30px;
    top: 7%;
  }
}
.ajusteslogros .mini .over .botonera .tit {
  color: white;
  font-family: gilroyd-extrabold;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width : 525px) {
  .ajusteslogros .mini .over .botonera .tit {
    font-size: 20px !important;
  }
}
.ajusteslogros .mini .over .botonera .mas {
  cursor: pointer;
  transform: scale(1);
}
@media only screen and (max-width: 1720px) {
  .ajusteslogros .mini .over .botonera .mas {
    transform: scale(0.98);
  }
}
@media only screen and (max-width: 1550px) {
  .ajusteslogros .mini .over .botonera .mas {
    transform: scale(0.96);
  }
}
@media only screen and (max-width: 1448px) {
  .ajusteslogros .mini .over .botonera .mas {
    transform: scale(0.94);
  }
}
@media only screen and (max-width: 1248px) {
  .ajusteslogros .mini .over .botonera .mas {
    transform: scale(0.92);
  }
}
@media only screen and (max-width: 1024px) {
  .ajusteslogros .mini .over .botonera .mas {
    transform: scale(0.88) translateY(-2px);
  }
}
@media only screen and (max-width: 900px) {
  .ajusteslogros .mini .over .botonera .mas {
    transform: scale(0.8) translateY(-4px);
  }
}
@media only screen and (max-width : 768px) {
  .ajusteslogros .mini .over .botonera .mas {
    transform: scale(1) translateY(0px);
  }
}
.ajusteslogros .mini .over .descripcion {
  position: relative;
  left: 5%;
  top: 8.5%;
  width: 90%;
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width : 525px) {
  .ajusteslogros .mini .over .descripcion {
    font-size: 4.296875vw !important;
    line-height: 1.4;
  }
}
.ajusteslogros .bg1 {
  background-image: url(img/mini_bg_logros_1.png);
}
.ajusteslogros .bg2 {
  background-image: url(img/mini_bg_logros_2.png);
}
.ajusteslogros .bg3 {
  background-image: url(img/mini_bg_logros_3.png);
}
.ajusteslogros .bg4 {
  background-image: url(img/mini_bg_logros_4.png);
}
@media only screen and (max-width: 1024px) {
  .ajusteslogros {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .ajusteslogros {
    padding-bottom: calc(20px + 6vw);
  }
}

.webinars {
  position: relative;
  margin: 0 auto;
  background-color: #ccebf8;
  padding-bottom: calc(20px + 2vw);
}
.webinars .cabecera {
  padding-top: calc(35px + 3vw);
  margin-bottom: calc(35px + 2.5vw);
}
.webinars .cabecera h2 {
  text-align: center;
  color: #003479;
  font-family: gilroyd-extrabold;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: calc(10px + 0.3vw);
}
@media only screen and (max-width : 525px) {
  .webinars .cabecera h2 {
    margin-top: calc(5px + 0.5vw);
    margin-bottom: calc(15px + 1vw);
  }
}
.webinars .cabecera p {
  text-align: center;
  color: #003479;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width : 525px) {
  .webinars .cabecera .oculbr {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .webinars {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .webinars {
    padding-bottom: calc(20px + 6vw);
  }
}
.webinars .box-slider .swiper-pagination {
  position: relative;
  top: 0;
  bottom: 0;
}
.webinars .box-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #71A7C6;
  width: 12px;
  height: 12px;
}
.webinars .box-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003479;
}
.webinars .box-slider .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.webinars .box-slider .swiper-pagination {
  width: auto;
}
.webinars .box-slider .swiper-prev,
.webinars .box-slider .swiper-next {
  margin: 0 10px;
  cursor: pointer;
}
.webinars .box-slider .swiper-next {
  transform: scaleX(-1);
}
.webinars .box-slider .swiper-slide {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}
.webinars .box-slider .swiper-slide > figure {
  position: relative;
}
.webinars .box-slider .swiper-slide > figure img {
  width: 100%;
  height: auto;
}
.webinars .box-slider .swiper-slide > figure .badges {
  position: absolute;
  top: 16px;
  left: 22px;
  font-family: Roboto;
  font-size: 14px;
}
.webinars .box-slider .swiper-slide .slide-content {
  padding: 16px;
}
.webinars .box-slider .swiper-slide .slide-content .info {
  margin: 0 0 10px 0;
  min-height: 86px;
}
@media only screen and (max-width: 1720px) {
  .webinars .box-slider .swiper-slide .slide-content .info {
    min-height: 86px;
  }
}
@media only screen and (max-width: 1550px) {
  .webinars .box-slider .swiper-slide .slide-content .info {
    min-height: 90px;
  }
}
@media only screen and (max-width: 1448px) {
  .webinars .box-slider .swiper-slide .slide-content .info {
    min-height: 90px;
  }
}
@media only screen and (max-width: 1248px) {
  .webinars .box-slider .swiper-slide .slide-content .info {
    min-height: 114px;
  }
}
@media only screen and (max-width: 1024px) {
  .webinars .box-slider .swiper-slide .slide-content .info {
    min-height: 90px;
  }
}
@media only screen and (max-width: 900px) {
  .webinars .box-slider .swiper-slide .slide-content .info {
    min-height: 108px;
  }
}
@media only screen and (max-width : 768px) {
  .webinars .box-slider .swiper-slide .slide-content .info {
    min-height: 115px;
  }
}
@media only screen and (max-width : 640px) {
  .webinars .box-slider .swiper-slide .slide-content .info {
    min-height: 115px;
  }
}
@media only screen and (max-width : 525px) {
  .webinars .box-slider .swiper-slide .slide-content .info {
    min-height: 90px;
  }
}
.webinars .box-slider .swiper-slide .slide-content .info h3 {
  color: #003479;
  font-family: Roboto;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.webinars .box-slider .swiper-slide .slide-content .info p {
  color: #29343A;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 18px;
}
.webinars .box-slider .swiper-slide .slide-content .novisible {
  visibility: hidden;
}
.webinars .box-slider .swiper-slide .slide-content .expanded-info {
  margin-bottom: 16px;
}
.webinars .box-slider .swiper-slide .slide-content .expanded-info ul {
  display: flex;
  flex-wrap: wrap;
}
.webinars .box-slider .swiper-slide .slide-content .expanded-info ul li {
  display: flex;
  align-items: center;
  color: #0F77AE;
  font-family: Roboto;
  font-size: 16px;
  margin-right: 20px;
}
.webinars .box-slider .swiper-slide .slide-content .expanded-info ul li img {
  margin-right: 5px;
}
.webinars .box-slider .swiper-slide .slide-content .expanded-info ul li label {
  display: inline;
}
.webinars .box-slider .swiper-slide .slide-content .author-info-container {
  min-height: 187px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: solid 1px #C4C4C5;
}
.webinars .box-slider .swiper-slide .slide-content .author-info-container .author-info {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 5px;
  color: #29343A;
  min-height: 68px;
}
.webinars .box-slider .swiper-slide .slide-content .author-info-container .author-info figure {
  margin: 0 15px 0 0;
}
.webinars .box-slider .swiper-slide .slide-content .author-info-container .author-info figure img {
  border-radius: 100%;
  overflow: hidden;
  max-width: 52px;
}
.webinars .box-slider .swiper-slide .slide-content .author-info-container .author-info .txt {
  font-family: Roboto;
}
.webinars .box-slider .swiper-slide .slide-content .author-info-container .author-info .txt .tit {
  font-weight: 600;
  margin: 0 0 5px 0;
}
.webinars .box-slider .swiper-slide .slide-content .author-info-container .author-info .txt p {
  font-weight: 400;
  line-height: 1.2;
}
.webinars .box-slider .swiper-slide .slide-content .actions {
  border-top: solid 1px #C4C4C5;
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.webinars .box-slider .swiper-slide .slide-content .actions > a {
  display: flex;
  align-content: center;
  justify-content: center;
  text-decoration: none;
  text-decoration: none;
  color: white;
}
.webinars .box-slider .swiper-slide .slide-content .actions > a span {
  cursor: pointer;
  width: fit-content;
  padding: 7px 20px;
  background-color: #0F77AE;
  border: 1px solid white;
  font-size: 14px;
  border-radius: 30px;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.webinars .box-slider .swiper-slide .slide-content .actions > a span:hover {
  background-color: white;
  color: #0F77AE;
  border: 1px solid #0F77AE;
}
.webinars .box-slider .swiper-slide .slide-content .actions > a span:hover a {
  text-decoration: none;
}

.badges {
  font-family: Roboto;
}
.badges .badge {
  border-radius: 4px;
  padding: 3px 8px;
  background-color: white;
  color: black;
}
.badges .badge.badge-purple {
  border-radius: 4px;
  padding: 2px 8px;
  background-color: #C30080;
  color: #FFFFFF;
}

.disableBot {
  display: none;
}

.ideasconsejos {
  position: relative;
  margin: 0 auto;
  background-color: #e9eff3;
  padding-bottom: calc(20px + 2vw);
}
.ideasconsejos .mini {
  display: none;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}
.ideasconsejos .mini .topimg {
  width: 100%;
}
.ideasconsejos .mini .topimg img {
  width: 100%;
}
.ideasconsejos .mini .etiquetas {
  display: flex;
  margin: calc(17px + 0vw) 0;
  margin-left: calc(11px + 0vw);
}
@media only screen and (max-width : 768px) {
  .ideasconsejos .mini .etiquetas {
    margin: calc(10px + 0.3vw) 0;
    margin-left: calc(13px + 0.3vw);
  }
}
.ideasconsejos .mini .etiquetas .eti {
  color: black;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 10px;
  margin-right: 7px;
  text-transform: uppercase;
  text-align: center;
}
.ideasconsejos .mini .etiquetas .saludable {
  background-color: #A2D8C1;
}
.ideasconsejos .mini .etiquetas .ergonomia {
  background-color: #E6C2D4;
}
.ideasconsejos .mini .etiquetas .activo {
  background-color: #95BEF5;
}
.ideasconsejos .mini .etiquetas .mental {
  background-color: #F0D972;
}
.ideasconsejos .mini .cont {
  margin: calc(17px + 0vw) 0;
  margin-left: calc(11px + 0vw);
  width: 93%;
  min-height: 260px;
  max-height: 260px;
}
@media only screen and (max-width : 768px) {
  .ideasconsejos .mini .cont {
    margin: calc(10px + 0.3vw) 0;
    margin-left: calc(13px + 0.3vw);
  }
}
@media only screen and (max-width: 1720px) {
  .ideasconsejos .mini .cont {
    min-height: 260px;
    max-height: 260px;
  }
}
@media only screen and (max-width: 1550px) {
  .ideasconsejos .mini .cont {
    min-height: 230px;
    max-height: 230px;
  }
}
@media only screen and (max-width: 1248px) {
  .ideasconsejos .mini .cont {
    min-height: 250px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 900px) {
  .ideasconsejos .mini .cont {
    min-height: 180px;
    max-height: 180px;
  }
}
@media only screen and (max-width : 768px) {
  .ideasconsejos .mini .cont {
    min-height: 300px;
    max-height: 300px;
  }
}
@media only screen and (max-width : 640px) {
  .ideasconsejos .mini .cont {
    min-height: 330px;
    max-height: 330px;
  }
}
@media only screen and (max-width : 525px) {
  .ideasconsejos .mini .cont {
    min-height: 190px;
    max-height: 190px;
  }
}
.ideasconsejos .mini .cont .tit {
  margin-bottom: calc(5px + 0.2vw);
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width : 525px) {
  .ideasconsejos .mini .cont .tit {
    line-height: 1.4;
  }
}
.ideasconsejos .mini .cont .desc {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #545D61;
  min-height: 145px;
  max-height: 145px;
}
@media only screen and (max-width : 525px) {
  .ideasconsejos .mini .cont .desc {
    line-height: 1.4;
  }
}
.ideasconsejos .mini .boton {
  margin: calc(17px + 0vw) 0;
  margin-left: calc(11px + 0vw);
  width: 93%;
  transform: scale(0.9);
  transform-origin: 100% 50%;
  display: flex;
  width: 90%;
  align-content: center;
  justify-content: flex-end;
}
@media only screen and (max-width : 768px) {
  .ideasconsejos .mini .boton {
    margin: calc(10px + 0.3vw) 0;
    margin-left: calc(13px + 0.3vw);
  }
}
.ideasconsejos .mini .boton span {
  cursor: pointer;
  border: 2px solid #0F77AE;
  border-radius: 30px;
  text-align: center;
  padding: 4px 19px;
  color: #0F77AE;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
.ideasconsejos .mini .boton span a {
  text-decoration: none;
  color: #0F77AE !important;
}
.ideasconsejos .mini .boton span:hover {
  border: 2px solid white;
  background-color: #0F77AE;
  color: white;
}
.ideasconsejos .mini .boton span:hover a {
  text-decoration: none;
  color: white !important;
}
.ideasconsejos .vermas {
  transform: scale(0.9);
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
  margin-top: calc(30px + 1vw);
}
.ideasconsejos .vermas span {
  cursor: pointer;
  width: fit-content;
  padding: 8px 17px;
  background-color: #0F77AE;
  border: 1px solid white;
  border-radius: 30px;
  text-align: center;
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.ideasconsejos .vermas span:hover {
  background-color: white;
  color: #0F77AE;
  border: 1px solid #0F77AE;
}
.ideasconsejos .vermas span:hover a {
  text-decoration: none;
}
.ideasconsejos .cabecera {
  padding-top: calc(35px + 3vw);
  margin-bottom: calc(35px + 2.5vw);
}
.ideasconsejos .cabecera h2 {
  text-align: center;
  font-family: gilroyd-extrabold;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: calc(10px + 0.3vw);
}
@media only screen and (max-width : 525px) {
  .ideasconsejos .cabecera h2 {
    margin-top: calc(5px + 0.5vw);
    margin-bottom: calc(15px + 1vw);
  }
}
.ideasconsejos .cabecera p {
  text-align: center;
  color: black;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width : 525px) {
  .ideasconsejos .cabecera .oculbr {
    display: none;
  }
}
.ideasconsejos .selector {
  position: relative;
  width: 80%;
  background-color: white;
  border-radius: 40px;
  margin: 0 auto;
  margin-bottom: calc(20px + 2vw);
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width : 768px) {
  .ideasconsejos .selector {
    flex-direction: column;
    width: 46%;
    border-radius: 13px;
  }
}
@media only screen and (max-width : 525px) {
  .ideasconsejos .selector {
    width: 52%;
  }
}
.ideasconsejos .selector .opc {
  z-index: 2;
  text-align: center;
  color: #29343A;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
  .ideasconsejos .selector .opc {
    margin: 5px 0;
  }
}
.ideasconsejos .selector .rollover {
  z-index: 1;
  position: absolute;
  width: 150px;
  border-radius: 40px;
  background-color: #264160;
  left: 0;
  top: 3px;
}
@media only screen and (max-width: 1024px) {
  .ideasconsejos {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .ideasconsejos {
    padding-bottom: calc(20px + 6vw);
  }
}

footer {
  position: relative;
  margin: 0 auto;
  font-family: Roboto;
  background-color: #0F6999;
  padding: 70px 0 100px 0;
  color: white;
}
footer header {
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  margin: 0 0 60px 0;
}
footer .footer-blocks {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer .footer-blocks {
    flex-direction: column;
  }
}
footer .footer-blocks .mini {
  display: flex;
  background-color: #06658E;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 100%;
  border-radius: 20px;
  align-items: center;
  width: calc(50% - 14px);
  margin: 0 10px 20px 10px;
}
@media only screen and (max-width: 1248px) {
  footer .footer-blocks .mini {
    background-size: auto 80%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-blocks .mini {
    width: calc(100% - 8px);
    margin: 0 4px 20px;
  }
}
footer .footer-blocks .mini.mini-comer {
  background-image: url(img/comer_pequeno.png);
}
@media only screen and (max-width : 640px) {
  footer .footer-blocks .mini.mini-comer {
    background-image: none;
  }
}
footer .footer-blocks .mini.mini-fast {
  background-image: url(img/fast_pequeno.png);
}
@media only screen and (max-width : 640px) {
  footer .footer-blocks .mini.mini-fast {
    background-image: none;
  }
}
footer .footer-blocks .mini figure {
  width: 27%;
  height: 100%;
  margin-right: 40px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  footer .footer-blocks .mini figure {
    width: 140px;
    height: 100%;
  }
}
@media only screen and (max-width : 640px) {
  footer .footer-blocks .mini figure {
    margin-right: 5px;
    align-self: end;
    margin-bottom: -3px;
  }
}
footer .footer-blocks .mini figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0;
}
@media only screen and (max-width : 640px) {
  footer .footer-blocks .mini figure img {
    opacity: 1;
  }
}
footer .footer-blocks .mini .txt {
  padding: 20px 20px 20px 0;
  line-height: 1.4;
  flex: 1;
}
footer .footer-blocks .mini .txt p {
  margin-bottom: 16px;
}
footer .footer-blocks .mini .txt p:last-child {
  margin-bottom: 0;
}
footer .footer-blocks .mini h4 {
  font-weight: bold;
  font-size: 24px;
  font-family: gilroyd-extrabold;
  margin: 0 0 15px 0;
}
@media only screen and (max-width : 768px) {
  footer .footer-blocks .mini h4 {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width : 640px) {
  footer .footer-blocks .mini h4 {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
}
footer .btn-outline {
  transform: scale(0.9);
  padding: 2px 19px;
  border-width: 2px;
  border-radius: 50px;
  border: solid 2px white;
  color: white;
  text-decoration: none;
  display: inline-block;
}
footer .btn-outline:hover {
  background-color: white;
  color: #0987bb;
}
footer .legal-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}
footer .legal-footer img {
  max-width: 165px;
  margin-bottom: 22px;
}
footer .legal-footer a {
  color: inherit;
  text-decoration: none;
}
footer .legal-footer a:hover {
  text-decoration: underline;
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
