:root {
  --color-green: #11372b;
  --color-green-light: #007b73;
  --color-gold-light: #ceb245;
  --gold-gradient: linear-gradient(90deg, #be953c 0%, #eed15e 100%);
  --gold-gradient-light: linear-gradient(90deg, #eabe2d 0%, #f9d462 100%);
  --green-gradient: linear-gradient(90deg,
      #0b3433 1.13%,
      #0c7177 99.13%,
      rgba(17, 55, 43, 0) 99.13%);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Globals */
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: var(--color-gold-light) !important;
}

/** CUSTOM **/
/* Sizing */
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.w-10 {
  width: 40px;
}

.w-18 {
  width: 72px;
}

.w-20 {
  width: 80px;
}

.h-20 {
  height: 80px;
}

.border-t-10 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Colors */
.bg-green-base {
  background-color: var(--color-green);
}

.bg-green-base-light {
  background-color: var(--color-green-light);
}

.bg-green-base-90 {
  background-color: rgba(17, 55, 43, 0.9);
}

.bg-gold-base-light {
  background-color: var(--color-gold-light);
}

.bg-gradient-gold {
  background: var(--gold-gradient);
}

.bg-gradient-gold-light {
  background: var(--gold-gradient-light);
}

.text-green-base {
  color: var(--color-green);
}

.text-green-base-light {
  color: var(--color-green-light);
}

.text-gold-light {
  color: var(--color-gold-light);
}

.text-gradient-green {
  background: linear-gradient(90deg,
      #0b3433 1.13%,
      #0c7177 99.13%,
      rgba(17, 55, 43, 0) 99.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-black {
  font-weight: 900;
}

.flex-1 {
  flex: 1 1 0%;
}

.text-sm {
  font-size: 14px;
}

.text-5xl {
  font-size: 48px;
}

.text-6xl {
  font-size: 60px;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-28 {
  max-width: 7rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-sx {
  max-width: 20rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.header-p {
  padding: 8px 0;
}

@media (min-width: 1280px) {
  .header-p {
    padding: 40px 0;
  }
}

.hero-title {
  font-size: 40px;
  font-weight: 900;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1280px) {
  .hero-title {
    font-size: 64px;
  }
}

.hero-subtitle {
  font-size: 24px;
  font-weight: 500;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1280px) {
  .hero-subtitle {
    font-size: 40px;
  }
}

.hero-p {
  font-size: 16px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1280px) {
  .hero-p {
    font-size: 20px;
  }
}

/* Botones */
.button1 {
  display: inline-flex;
  padding: 24px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 0px 100px 100px 50px;
  border: none;
  background: var(--gold-gradient);
  color: var(--color-green);
  font-weight: 500;
}

.button1:hover {
  background: var(--gold-gradient-light);
}

.button2 {
  padding: 16px;
  border-radius: 0px 100px 100px 50px;
  border: 2px solid #fff;
  background-color: transparent;
  color: white;
}

.button2:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.login-button {
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 0px 100px 100px 50px;
  border: none;
  background: var(--gold-gradient);
  color: var(--color-green);
  font-weight: 500;
}

.link {
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
  color: white;
}

.login-button:hover {
  background: var(--gold-gradient-light);
  color: var(--color-green) !important;
}

.main-rounded {
  border-radius: 0px 2rem 2rem 2rem;
}

.hero {
  height: 75vh;
  background-image: url("/img/bgtop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media (min-width: 991px) {
  .hero {
    height: 100vh;
  }
}

.hero::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/img/hombre_tablet.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

@media (min-width: 576px) {
  .hero::before {
    height: 85%;
  }
}

@media (min-width: 991px) {
  .hero::before {
    left: unset;
    transform: translateX(0);
    right: 0;
  }
}

.hero2 {
  height: 90vh;
  background-image: url("/img/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media (min-width: 768px) {
  .hero2 {
    height: 60vh;
  }
}

.hero2::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-image: url("/img/mujer-laptop1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  .hero2::before {
    height: 100%;
    width: 50%;
    left: 5%;
    bottom: unset;
    transform: translateX(0);
    background-position: left;
  }
}

@media (min-width: 991px) {
  .hero::before {
    left: unset;
    transform: translateX(0);
    right: 0;
  }
}

.hero3 {
  background-image: url("/img/bg3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.section4 {
  max-width: 3168px;
  width: 100%;
  background-image: url("/img/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section5 {
  width: 100%;
  background-image: url("/img/bg5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.titles {
  font-weight: 900;
  font-size: 60px;
  line-height: normal;
}

.text-small {
  font-weight: 300;
  font-size: 10px;
  line-height: normal;
}

.text1 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  color: white;
}

.text2 {
  font-weight: 300;
  font-size: 25px;
  line-height: normal;
  color: white;
}

.border-box {
  box-sizing: border-box;
}

.h-screen {
  height: 100vh;
}

.iconos {
  margin-bottom: 32px;
}

.title-icons {
  color: var(--green, #11372b);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: normal;
}

.text-icons {
  color: var(--green, #11372b);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.nosotros {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-nosotros1 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}

.text-nosotros2 {
  color: var(--light_gold, #ceb245);
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.tarjetas {
  width: 362px;
  height: 208px;
  border-radius: 16px;
}

.w-tarjetas {
  width: 362px;
}

#nav {
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cont-logo {
  width: 400px;
}

.log {
  width: 200px;
}

@media (min-width: 992px) {
  .log {
    width: 700px;
  }
}

/* Swipper - No tocar */
.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

/* */