html,
body {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  color: rgba(21, 20, 57, 0.4);
  background-color: #ffffff !important;
  overflow-x: hidden;
}

:root {
  --azul-oscuro: rgba(30, 14, 98, 1);
  --celeste: #25dac5;
  --azul: rgba(14, 51, 182, 1);
}

h1 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: calc(1.667rem + 2vw) !important;
  line-height: 121% !important;
  letter-spacing: -1px;
  color: #1e0e62;
}

h2 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: calc(1.556rem + 1vw) !important;
  line-height: 124%;
  letter-spacing: -0.4px;
  color: var(--azul-oscuro);
}

h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  line-height: 29px;

  /* Blackish Green */

  color: #112211;
}

h4 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 32px;
  text-align: center;
  color: #1e0e62;
}

h5 {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

p {
  font-size: 1rem !important;
  color: rgba(154, 153, 163) !important;
  line-height: 156% !important;
  font-weight: 400;
  letter-spacing: 0;
}

b {
  font-weight: 700 !important;
  font-family: inherit;
  color: inherit;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
}

.btn {
  font-family: "DM Sans", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 26px !important;
  border-radius: 100px !important;
  padding: 17px !important;
  margin-right: 10px;
}

.btn-celeste {
  color: rgb(255, 255, 255) !important;
  background-color: #25dac5 !important;
  border: solid 2px #25dac5 !important;
}

.btn-celeste:hover {
  color: #25dac5 !important;
  background-color: #fff !important;
  transition: all 0.2s ease;
}

.btn-alt {
  color: #1e0e62 !important;
  background-color: transparent !important;
  border: 2px #361dc0 solid !important;
  padding: 17px 50px !important;
}

.btn-alt:hover {
  color: #ffffff !important;
  background-color: #361dc0 !important;
  padding: 17px 50px !important;
  transition: all 0.2s ease;
}

.btn-alt-white {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px rgba(207, 187, 179, 0.373) solid !important;
  padding: 17px 50px !important;
}

.btn-negro {
  color: rgb(252, 252, 252) !important;
  background: #112211 !important;
}

.btn:active {
  position: relative;
  top: 1px;
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 10px !important;
  }

  .btn-alt,
  .btn-alt-white {
    padding: 10px 30px !important;
  }
}

.text-gray {
  color: #112211;

  opacity: 0.7;
}

.text-dark-gray {
  color: #112211;

  opacity: 0.8;
}

.text-blue {
  color: var(--azul) !important;
}

.text-verde {
  color: var(--verde);
}

.text-verde-oscuro {
  color: var(--verde-oscuro);
}

.text-transparent {
  color: #ffffff00;
}

a:hover {
  color: #03658c;
}

.pt-6 {
  padding-top: 4rem;
}

.pt-7 {
  padding-top: 5rem;
}

.pt-8 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.pb-7 {
  padding-bottom: 5rem;
}

.pb-8 {
  padding-bottom: 6rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 4rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 6rem;
}

.fit-content {
  width: fit-content;
}

.mt-sections {
  margin-top: 2rem !important;
}

#parrafo-portada {
  padding-right: 52px;
}

.beneficios {
  background-image: url("../images/fondo-beneficios.png");
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 67px;
}

.icon-beneficios {
  width: 39px;
}

.p-beneficios {
  opacity: 1;
  padding-left: 30px;
  font-size: 14px !important;
}

.container-li-beneficios {
  margin-bottom: 30px;
}

.btn-mas {
  padding: 17px 50px !important;
}

@media screen and (max-width: 768px) {
  .btn-mas {
    padding: 10px 30px !important;
  }
}

.ganadores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.ganadores-mobile {
  display: none;
}

.ganadores-1 {
  grid-area: 1 / 1 / 2 / 2;
}
.ganadores-2 {
  grid-area: 1 / 2 / 2 / 3;
}
.ganadores-3 {
  grid-area: 1 / 3 / 2 / 4;
}
.ganadores-4 {
  grid-area: 2 / 1 / 3 / 2;
}
.ganadores-5 {
  grid-area: 2 / 2 / 3 / 3;
}
.ganadores-6 {
  grid-area: 2 / 3 / 3 / 4;
}

.ganadores * img {
  margin-bottom: 20px;
}

.ganadores-mobile * img {
  margin-bottom: 20px;
}

@media screen and (max-width: 1274px) {
  .ganadores {
    display: none;
  }

  .ganadores-mobile {
    display: grid;
    grid-auto-flow: column;
    scroll-snap-type: x mandatory;
    max-height: fit-content;
    grid-auto-columns: calc(50% - 12px);
    grid-gap: 50px;
    transform: translateX(0%);
    transition: all 1s ease;
    grid-template-columns: none;
    grid-template-rows: none;
  }
}

@media screen and (max-width: 938px) {
  .ganadores {
    display: none;
  }

  .ganadores-mobile {
    display: grid;
    grid-auto-flow: column;
    scroll-snap-type: x mandatory;
    max-height: fit-content;
    grid-auto-columns: calc(50% - 12px);
    grid-gap: 50px;
    transform: translateX(0%);
    transition: all 1s ease;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .ganadores-mobile * img {
    width: 280px;
  }
}

.prev-btn {
  position: absolute;
  top: 25%;
  left: 32px;
  transform: translateX(-50%);
  z-index: 4290348;
  width: 45px;
}

.prev-btn img {
  transform: rotate(180deg);
}

.next-btn {
  position: absolute;
  display: none;
  top: 25%;
  transform: translateY(-50%);
  right: -10px;
  transform: translateX(-10px);
  z-index: 4290348;
  width: 45px !important;
}

div.oportunidades span {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 40px;
  /* identical to box height, or 162% */

  color: rgba(21, 20, 57, 0.4);
}

@media screen and (max-width: 1280px) {
  .next-btn {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .ganadores {
    display: none;
  }

  .ganadores-mobile {
    display: grid;
    grid-auto-flow: column;
    scroll-snap-type: x mandatory;
    max-height: fit-content;
    grid-auto-columns: calc(100%);
    grid-gap: 0;
    transform: translateX(0%);
  }

  div.oportunidades * span {
    margin-left: 0;
  }

  .ganadores-mobile * img {
    width: 280px;
  }

  .ganadores-6-mobile {
    padding-top: 23px;
  }

  .next-btn {
    display: block;
  }
}

.bonus {
  background-image: url("../images/img-sorteos/fondo-bonus-julio-11.webp");
  background-size: cover;
  padding-top: 103px;
  padding-bottom: 75px;
}

#treinta {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.167rem + 1vw);
  line-height: 91%;
  text-align: center;
  color: var(--celeste);
}

div.boletos p {
  margin-bottom: 0;
  line-height: 40px !important;
  color: #1e0e62 !important;
  font-size: 22px !important;
}

.boletos-container {
  border: 1px solid var(--azul-oscuro);
  border-radius: 10px;
  padding-block: 30px;
  margin-bottom: 46px;
  padding-inline: 10px;
}

hr {
  background: #ebeaed;
  mix-blend-mode: normal;
  opacity: 0.1;
  border: 1px solid #141414;
  width: 80%;
}

footer {
  background-color: var(--azul);
}

#logo {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  /* identical to box height */

  text-align: center;
  letter-spacing: -0.292683px;

  /* Colors / Heading */

  color: #1e0e62;
}

.navbar-links {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */

  /* Colors / Text */

  color: rgba(21, 20, 57, 0.4);
}

.navbar-bac {
  top: 84px;
  width: 41% !important;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .navbar-bac {
    top: 20px;
    width: 90% !important;
  }
}

footer * a {
  color: #fff;
}

.portada-img {
  transition: opacity 0.2s ease-in-out;
}

/* BLOG */

.masthead {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 7em;
  padding-bottom: 7em;
}

.masthead h1,
h3,
a {
  color: #fff !important;
}
