body, html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@font-face {
  font-family: myFont;
  src: url(font.otf);
  font-display: swap;
}

:root {
  --color: #da0568;
  --color2: #ff1d87;
  --colorborde: rgba(255, 67, 255, 0.5);
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

code {
  color: #745eb1;
  background: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem;
}

.text-uppercase {
  letter-spacing: 0.08em;
}

header {
  z-index: 10;
  position: relative;
}

header:after {
  border-bottom: 1px solid #D9D9D9;
  content: "";
  z-index: 101;
  width: 100vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw;
}

.navbar {
  padding: 0px 2rem;
  height: 96px;
}

.navbar, section {
  max-width: 1360px;
  margin: 0 auto;
}

#navbarContent {
  z-index: 100;
  background-color: #fff !important;
}

.navbar-nav {
  margin: 0px 0px 0px auto !important;
  height: 96px;
}

.navbar-nav.menu {
  margin: 0px auto 0px 0px !important;
  height: 96px;
}

.navbar-toggler {
  border: none;
  border-radius: 0rem;
}

section {
  z-index: 1;
}

.seccion__py-5 {
  padding: 2rem !important;
}

.presentacion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 !important;
  min-height: 27vw;
}

.presentacion:after {
  border-bottom: 1px solid #D9D9D9;
  content: "";
  z-index: 101;
  width: 100vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw;
}

.cabecera__background {
  position: relative;
  width: 52%;
}

.cabecera__background.dos {
  position: relative;
  width: 52%;
}

.cabecera__background .circulo {
  position: absolute;
  z-index: 100;
  height: 100%;
  left: -0.2vw;
}

.cabecera__background .circulo-r {
  position: absolute;
  z-index: 100;
  height: 100%;
  right: -0.2vw;
}

.cabecera__background:after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 100%)/2 + 54%);
  background-image: url("cosas/esther-h.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.cabecera__background.dos:after {
  background-image: none;
}

.cabecera__background.dos .otros {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc((100vw - 100%)/2 + 54%);
}

.cabecera__background.dos .otros .imagenes_carrusel {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
  position: absolute;
  right: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.cabecera__autor {
  position: absolute;
  top: inherit;
  right: 100%;
  bottom: 1rem;
  margin-right: calc(-50vw + 1.5rem);
  background: #fff;
  z-index: 10;
  padding: 0.25rem;
  display: none;
}

.cabecera__contenido {
  position: relative;
  width: 50.5%;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cabecera__seccion {
  position: relative;
  width: 100%;
  padding: 1rem;
}

.cabecera__seccion h1 {
  margin-bottom: 2rem;
}

h1 .nombre {
  font-size: 2.5rem;
}

.cabecera__seccion .tarjetas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  padding-bottom: 0rem;
}

.cabecera__seccion .tarjetas .tarjeta {
  max-width: 11%;
  font-size: .8125rem;
  line-height: 1.1875rem;
  -webkit-box-shadow: 0 2px 8px #00000026;
          box-shadow: 0 2px 8px #00000026;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 1rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.cabecera__seccion .tarjetas .tarjeta.activo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid var(--color);
  -webkit-box-shadow: 0 10px 10px #00000026;
          box-shadow: 0 10px 10px #00000026;
  cursor: default;
}

.cabecera__seccion .tarjetas .tarjeta:hover {
  -webkit-box-shadow: 0 5px 12px #0003;
          box-shadow: 0 5px 12px #0003;
}

.cabecera__seccion .tarjetas .tarjeta.activo:hover {
  -webkit-box-shadow: 0 10px 10px #00000026;
          box-shadow: 0 10px 10px #00000026;
}

.cabecera__seccion .tarjetas .tarjeta.lg .svg {
  margin-left: 0.5rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.cabecera__seccion .tarjetas .tarjeta.lg:hover .svg {
  margin-left: 1.5rem;
}

.cabecera__seccion .tarjetas .tarjeta.lg {
  width: 20%;
  max-width: 20%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 1rem;
  font-size: 1.5rem;
}

.cabecera__seccion .tarjetas .tarjeta .icono {
  width: 40%;
  margin: 5% auto;
}

.cabecera__seccion .tarjetas .tarjeta p {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
}

.cabecera__seccion .tarjetas .tarjeta.lg p {
  font-size: 1.3rem;
}

.cabecera__seccion .tarjetas .tarjeta.lg a {
  text-decoration: none;
  color: #fff;
  padding: .5rem;
  background-color: var(--color);
  border-radius: .5rem;
  font-size: .9rem;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 8px #00000026;
          box-shadow: 0 2px 8px #00000026;
}

.cabecera__seccion .tarjetas .tarjeta.lg a:hover {
  -webkit-box-shadow: 0 5px 12px #0003;
          box-shadow: 0 5px 12px #0003;
}

.cabecera__seccion .premios, .cabecera__seccion .colaboradores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  padding-bottom: 0rem;
}

.premios .premio {
  max-width: 11%;
  -webkit-box-shadow: 0 2px 8px #00000026;
          box-shadow: 0 2px 8px #00000026;
  cursor: pointer;
}

.premios .premio .premio_img {
  width: 100%;
}

.premios .premio:hover {
  -webkit-box-shadow: 0 5px 12px #0003;
          box-shadow: 0 5px 12px #0003;
}

.cabecera__titulo {
  padding: 1rem;
}

.cabecera__subtitulo {
  margin-bottom: 0;
  padding: 1rem;
  text-align: justify !important;
}

.cabecera__subtitulo .precio {
  position: relative;
  float: right;
  margin: 0.5rem;
  font-size: 2rem;
  color: var(--color);
  margin-top: 6rem;
}

.navbar-brand {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 2.5rem;
  z-index: 999;
}

.navbar-brand img {
  height: 70px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
  font-size: .875rem;
}

.nav-item {
  position: relative;
}

.nav-item a {
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.4rem;
}

.nav-item:after {
  background: var(--color);
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 0.16rem;
  width: 0;
  bottom: 0;
  opacity: 0;
  display: block;
}

.nav-item.activo:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.15s cubic-bezier(0.18, 0.89, 0.32, 1.28) width;
  transition: 0.15s cubic-bezier(0.18, 0.89, 0.32, 1.28) width;
}

.nav-item:hover:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.15s cubic-bezier(0.18, 0.89, 0.32, 1.28) width;
  transition: 0.15s cubic-bezier(0.18, 0.89, 0.32, 1.28) width;
}

.nav-item img {
  margin: auto;
  height: 50px;
}

.navbar-expand-lg .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icono_nav {
  display: none;
}

input[type=checkbox], input[type=radio] {
  width: 2rem;
  height: 2rem;
}

.btn-primary {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color2);
  -webkit-box-shadow: 0 2px 8px #00000026;
          box-shadow: 0 2px 8px #00000026;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--colorborde);
          box-shadow: 0 0 0 0.2rem var(--colorborde);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--color2);
  border-color: var(--color);
  -webkit-box-shadow: 0 5px 12px #0003;
          box-shadow: 0 5px 12px #0003;
}

.colaboradores .colaborador {
  max-width: 120px;
  -webkit-box-shadow: 0 2px 8px #00000026;
          box-shadow: 0 2px 8px #00000026;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 3rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet-active {
  background-color: #da0568;
}

#fondo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
}

.navbar-expand-lg .navbar-toggler {
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flow-root !important;
  }
}

@media (min-width: 1025px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1200px) {
  .cabecera__background {
    width: 50.5%;
  }
  .cabecera__contenido {
    width: 49.5%;
    padding: 1rem 3rem;
  }
}

@media (max-width: 1098px) {
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
    font-size: .8rem;
  }
}

@media (max-width: 1024px) {
  .presentacion {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 !important;
  }
  .presentacion.dos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cabecera__background {
    width: 101%;
    height: 40vw;
  }
  .cabecera__background.dos {
    width: 101%;
    height: 60vw;
  }
  .cabecera__background:after {
    content: "";
    position: absolute;
    height: 40vw;
    width: 100%;
  }
  .cabecera__autor {
    position: absolute;
    top: 1rem;
    bottom: auto;
    right: 1rem;
    background: #FFF;
    z-index: 10;
    padding: 0.25rem;
    margin-right: 0;
  }
  .cabecera__contenido {
    width: 100%;
    padding: 1rem;
    max-width: 720px;
    margin: auto;
  }
  .cabecera__titulo {
    text-align: center;
    padding: .5rem;
  }
  .cabecera__subtitulo {
    text-align: justify;
    padding: .5rem;
  }
  .cabecera__background .circulo {
    position: absolute;
    z-index: 100;
    height: auto;
    width: 100vw;
    top: 35.2vw;
    content: url("cosas/circulosm.svg");
  }
  .cabecera__background .circulo-r {
    position: absolute;
    z-index: 100;
    height: auto;
    width: 100vw;
    left: 0;
    top: -0.2vw;
    content: url("cosas/circulosm-top.svg");
  }
  .cabecera__seccion .tarjetas .tarjeta {
    max-width: 30%;
  }
  .premios .premio {
    max-width: 18%;
  }
  .cabecera__seccion .tarjetas .tarjeta.lg {
    display: none;
  }
  .cabecera__seccion {
    padding: 0rem;
  }
  .seccion__py-5 {
    width: 100%;
    padding: 1rem !important;
    max-width: 720px;
    margin: auto;
  }
  .cabecera__background.dos .otros {
    width: 101vw !important;
  }
  .navbar-nav {
    height: auto;
    background-color: #fff;
  }
  .navbar-nav.menu {
    height: auto;
  }
  .navbar {
    padding: 0px .5rem;
  }
  .navbar-brand {
    margin: 4px auto !important;
    padding: 0 1rem;
  }
  #navbarContent {
    z-index: 98;
    position: absolute;
    left: 0;
    right: 0;
    top: 96px;
    -webkit-box-shadow: 0 3px 5px grey;
            box-shadow: 0 3px 5px grey;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #navbarContent.show {
    /* display: none !important; */
    top: 96px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #navbarContent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 1rem 0rem 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icono_nav {
    display: inline-block;
  }
  .nav-item a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding-top: 0rem;
  }
  .face img, .insta img {
    height: 70px;
    width: 70px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
    z-index: 999;
  }
}

@media (max-width: 720px) {
  .cabecera__background {
    height: 50vw;
  }
  .cabecera__background:after {
    height: 50vw;
  }
  .cabecera__background .circulo {
    top: 45.2vw;
  }
  .cabecera__seccion {
    padding: 1rem 0rem;
  }
  .cabecera__autor {
    font-size: .8rem;
  }
  .seccion__py-5 {
    padding: 1rem !important;
  }
  .cabecera__background.dos {
    height: 60vw;
  }
  .cabecera__background .circulo-r {
    display: none;
  }
  .cabecera__subtitulo {
    font-size: .9rem;
  }
}

@media (max-width: 540px) {
  .nav-item {
    width: 30%;
    text-align: center;
  }
  .premios .premio {
    max-width: 28%;
  }
  form .col-10 {
    width: 100%;
    max-width: 100%;
  }
  form .col-10.py-1 {
    padding: .25rem !important;
  }
  .cabecera__subtitulo .precio {
    margin-top: 3rem;
  }
}

@media (max-width: 490px) {
  .display-4 {
    font-size: 2.5rem !important;
  }
  .cabecera__autor {
    font-size: .6rem;
  }
  h1 .nombre {
    font-size: 2rem;
  }
  .navbar {
    height: 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .navbar-brand {
    margin: 0px auto !important;
    padding: 0 1rem;
    font-size: 2rem;
  }
  #navbarContent {
    top: 75px;
  }
  .navbar-brand img {
    max-height: 60px;
  }
  .cabecera__background.dos {
    height: 80vw;
  }
}

@media (max-width: 420px) {
  .seccion__py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  h1 .nombre {
    font-size: 1.8rem;
  }
  header {
    z-index: 10;
    position: fixed;
    bottom: 0px;
    top: auto;
    width: 100vw;
    -webkit-box-shadow: 0px -3px 10px grey;
            box-shadow: 0px -3px 10px grey;
  }
  .cabecera__background {
    height: 72vw;
  }
  .cabecera__background:after {
    height: 72vw;
  }
  .cabecera__background .circulo {
    top: auto;
    bottom: -0.5rem;
    width: 101vw;
  }
  #navbarContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 76px;
    top: auto;
    -webkit-box-shadow: 0 3px 5px grey, 0px -3px 10px grey;
            box-shadow: 0 3px 5px grey, 0px -3px 10px grey;
  }
  #navbarContent.show {
    /* display: none !important; */
    bottom: 76px;
    top: auto;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .nav-item {
    width: 25%;
    text-align: center;
    margin: 0.5rem;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem 0.25rem 0.25rem;
  }
}

@media (min-width: 1800px) {
  body, html {
    font-size: 110%;
    /* 100% = 16px */
  }
  header {
    height: 90px;
  }
  .navbar {
    height: 90px;
  }
  .navbar, section {
    max-width: 80%;
    margin: 0 auto;
  }
  #navbarContent {
    height: 90px;
  }
  #navbarContent ul {
    height: 90px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 70% !important;
  }
  .nav-item:after {
    height: 0.3rem;
  }
  .nav-item a {
    height: 88px;
    padding-top: 1rem !important;
  }
  .nav-item img {
    margin: auto;
    height: 65px;
    width: 65px;
  }
  .premios .premio {
    max-width: 20%;
    width: 12vw;
  }
  .colaboradores .colaborador {
    max-width: 10vw;
    max-height: 10vw;
    width: 10vw;
    height: 10vw;
  }
  .form-control {
    font-size: 1.1rem;
  }
  .btn, .tarjeta__link {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 2200px) {
  body, html {
    font-size: 125%;
    /* 100% = 16px */
  }
  header {
    height: 120px;
  }
  .navbar {
    height: 120px;
  }
  .navbar, section {
    max-width: 80%;
    margin: 0 auto;
  }
  #navbarContent {
    height: 120px;
  }
  #navbarContent ul {
    height: 120px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 70% !important;
  }
  .nav-item a {
    height: 115px;
    padding-top: 1rem !important;
  }
  .nav-item img {
    height: 75px;
    width: 75px;
  }
  .form-control {
    font-size: 1.2rem;
  }
  .btn, .tarjeta__link {
    font-size: 1.2rem !important;
  }
}

@media (min-width: 2560px) {
  body, html {
    font-size: 140%;
    /* 100% = 16px */
  }
  header {
    height: 160px;
  }
  .navbar {
    height: 160px;
  }
  #navbarContent {
    height: 160px;
  }
  #navbarContent ul {
    height: 160px;
  }
  .nav-item a {
    height: 150px;
  }
  .nav-item img {
    height: 100px;
    width: 100px;
  }
  .form-control {
    font-size: 2rem;
  }
  .cabecera__seccion .tarjetas .tarjeta p {
    font-size: 1.5rem;
  }
  .btn, .tarjeta__link {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 3800px) {
  body, html {
    font-size: 170%;
    /* 100% = 16px */
  }
  .navbar, section {
    max-width: 3000px;
  }
}
/*# sourceMappingURL=estilos2.css.map */