* {
  margin: 0;
  box-sizing: border-box;
  scrollbar-color: transparent transparent;
  /* thumb and track color */
  scrollbar-width: 0px;
    font-family: 'Poppins', sans-serif;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

:root {
  scroll-behavior: smooth;
  --blued: #3434ce;
  --blue: #6161fa;
  --background: transparent;
}

.scrollToBottomBtn {
  display: none;
}


.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0;
}

.container--hero {
  padding: 0;
}

.img {
  display: none;
}

/* Menú */

.nav {
  height: 70px;
  width: 100%;
  padding: 0 20px;
  border-bottom: 2px solid rgb(240, 240, 240);
}

.nav__logo {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 136.5px;
  width: 30%;
}

@media (max-width: 768px) {
    .cori2 {
        display: none;
    }
}

.nav__menu {
  width: 35px;
  margin-left: 20px;
  margin-top: 15px;
  cursor: pointer;
  z-index: 100;
  position:absolute;
  border-radius: 5px;
}

 .form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 AUTO;
  width: 50%;
 }
 
/* learn */

.learn__articles {
  margin-top: 0.5rem;
  display: grid;
  gap: 3rem;
}

.learn__title,
.paragraph {
    color:white;
}

.learn__article {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.learn__img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  width: 50px;
}
 
 .tx-center{
  font-weight: bold;
  font-size: 20px;

 }
 
 .login-wrapper {
  width: 95%;
  margin: 0 AUTO;
  max-width: 500px;
  padding: 35px 70px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(245, 4, 4, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 }
 
 .btn-info {
  background-color: #007bff;
  border-color: #007bff;
  color: #ffffff;
 }
 
 .btn-info:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #ffffff;
 }
 
 input[type="text"],
 input[type="password"] {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 10px;
  width: 225px;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  box-shadow: none;
 }
 
 button[type="submit"] {
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #007bff;
  cursor: pointer;
 }
 
 button[type="submit"]:hover {
  background-color: #0056b3;
 }



.nav__list {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  background-color: rgb(240, 240, 240);
  padding: 80px 0;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 2.5rem;
  list-style: none;
  transform: translate(-100%);
  transition: transform 0.3s;
  z-index: 99;
}

.nav__list--show {
  transform: translate(0);
}

.nav__link {
  text-decoration: none;
  color: #1C274C;
  font-size: 18px;
  font-weight: bold;
}

.search-box {
  background: rgb(241, 239, 239);
  width: 300px;
  height: 35px;
  max-width: 400px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.bolita1 {
    display:none;
}


.search-box input {
  font-family: "Poppins", sans-serif;
  flex: 1;
  padding: 15px 10px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12.5px;
  font-style: oblique;
  text-align: right;
}

.search-box button img {
  width: 20px;
  cursor: pointer;
}

.search-box button {
  padding: 10px 12px;
  border: 0;
  outline: 0;
  background: transparent;
}

/* hero-main */

.hero__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero__figure {
  order: -1;
  padding: 20px 0;
}

.hero__texts {
  display: grid;
  gap: 8px;
  text-align: center;
  padding: 30px 0 20px 0;
  color: #555353;
}

.hero__title {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  margin: 0;
}

.hero__title2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  color: #1C274C;
}

.hero__title3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  color: #1C274C;
}

.hero__title4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.hero__paragraph {
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.hero__cta {
  background-color: var(--blue);
  color: #fff;
  text-decoration: none;
  padding: 1em 3em;

  justify-self: center;
  border-radius: 6px;
}

/* statistics */

.statistics {
  background-position: center;
  color: #fff;
  text-align: center;
}

.statistics__container {
  display: grid;
  gap: 1rem;
}

.cori21 {
    width: 100%;
}

.statistics__item {
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
}

.statistics__title {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.statistics__cta {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 300px;
  text-decoration: none;
  color: #444343;
  padding: 1rem 0.5rem;
  justify-self: center;
  border-radius: 10px;
  font-weight: 700;
}

.form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert {
  display: none;
}

.benef {
  background-color: #004B73;
  height: 350px;
  padding: 20px;
}

.subtitle1 {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.subtitle {
  color: rgb(0, 0, 0);
  font-size: 20px;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: bold;
}

.conve {
  height: 200px;
}

.soc {
  background-color: #004B73;
  height: 250px;
  padding: 20px;
  ;
}

.body {
  align-items: center;
  background: #e3e3e3;
  display: flex;
  justify-content: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.imgs {
  height: 100px;
  width: 100px;
}

.imgs1 {
  height: 100px;
  width: 220px;
}

.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.356) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 10);
}

.slider .slide {
  height: 100px;
  width: 250px;
}

.slide1 {
  height: 100px;
  width: 270px;
  margin-right: 42px;
}


/* footer */

.footer h2 {
  font-size: 15px;
  text-align: center;
}

.footer__contact {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.rigths {
  text-align: center;
  font-size: 13px;
  font-style: italic;
}

.pas {
  margin: 0;
}

.footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color);
}

.footer__item:nth-of-type(1) {
  --color: #1da1f2;
}

.footer__item:nth-of-type(2) {
  --color: #c32aa3;
}

.footer__item:nth-of-type(3) {
  --color: #ff0000;
}

.footer__item:nth-of-type(4) {
  --color: #3b5998;
}

.footer__img {
  width: 28px;
}

@media (min-width: 768px) {
  * {
    margin: 0;
    box-sizing: border-box;
  }
  
    .cori21 {
        display: none;
    }

  
  body {
    font-family: "Poppins", sans-serif;
  }

  .nav__menu {
    display: none;
  }

  .fotitos {
    display: none;
  }

  .nav__logo {
    width: 10%;
    position: relative;
    top: 0;
    margin-left: 50px;
  }

  .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: none;
  }

  .nav__item:hover {
    transform: scale(1.010);
    transition: transform 0.3s;
  }

  .container {
    height: auto;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0;
  }

  .nav__list {
    position: static;
    background-color: transparent;
    padding: 0;
    display: flex;
    gap: 2rem;
    list-style: none;
    transform: unset;
    transition: none;
  }

  .nav__list--show {
    transform: unset;
  }

  .nav__link {
    color: var(--blued);
    padding-left: 30px;
  }

  /* hero-main */

  .hero__main {
    flex-direction: row;
    gap: 0.5rem;
    height: 560px;
    align-items: center;
    padding-left: 100px;
  }

  .cori2 {
    max-width: 600px;
  }

  .hero__texts {
    width: 900px;
    text-align: start;
    padding: 0 0 0 80px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .bolita1 {
    position: absolute;
    top: 58px;
    left: -105px;
    right: 0;
    bottom: 0;
    height: 200px;
    width: 200px;
    background: rgb(255, 128, 0);
    background: linear-gradient(90deg, rgba(255, 128, 0, 1) 26%, rgba(255, 177, 0, 1) 78%);
    border-radius: 50%;
    box-shadow: 8px 5px 4px rgba(0, 0, 0, 0.103);
  }

  .bolita2 {
    position: absolute;
    top: 320px;
    left: 1810px;
    right: 0;
    bottom: 0;
    height: 180px;
    width: 180px;
    background: rgb(246, 194, 49);
    background: linear-gradient(270deg, rgba(246, 194, 49, 1) 26%, rgb(255, 123, 0) 78%);
    border-radius: 50%;
    box-shadow: -8px 5px 4px rgba(0, 0, 0, 0.103);
  }

  .carousel {
    display: none;
    /* position: relative;
    padding-top: 45%;
    width: 90%;
    margin-left: 50px;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
    display: flex;
    justify-content: center; */
  }

  /* .carousel__viewport {
    position: absolute;
    width: 92%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    align-items: center;
    justify-content: center;
  }

  .carousel__slide {
    position: relative;
    border-radius: 12px;
    flex: 0 0 100%;
    width: 100%;
    counter-increment: item;
  }

  .carousel__slide img {
    width: 100%;
    height: 100%;
  }

  .carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
  }

  @media (hover: hover) {
    .carousel__snapper {
      animation-name: tonext, snap;
      animation-timing-function: ease;
      animation-duration: 4s;
      animation-iteration-count: infinite;
    }

    .carousel__slide:last-child .carousel__snapper {
      animation-name: tostart, snap;
    }
  } */

  .hero__title {
    width: 100%;
    font-size: 1.5vw;
  }

  .hero__title2 {
    width: 100%;
    font-size: 3.2vw;
    text-align: start;
  }

  .hero__title3 {
    width: 100%;
    font-size: 1.5rem;
    text-align: start;
  }

  .hero__title4 {
    width: auto;
    font-size: 1.5vw;
    text-align: center;
  }

  .separador {
    border-bottom: 4.5px solid orange;
    width: 80%;
    max-width: 420px;
    border-radius: 2px;
    margin: 3px;
  }

  .hero__title5 {
    font-size: 4.2vw;
  }
  
  
  .learn {
    text-align: center;
  }

  .learn__articles {
    gap: 2rem;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }

  .learn__article {
    gap: 1.5rem;
  }


  /* statistics */

  .statistics__title {
    font-size: 4.2vw;
  }

  .statistics__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .statistics__cta {
    width: 300px;
    height: 70px;
    border-radius: 10px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #444343;
    margin-left: 70px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .conve {
    height: 250px;
  }


  /* footer */

  .footer {
    text-align: center;
  }

  .footer__contact {
    position: absolute;
    top: 340px;
    left: 0;
    display: flex;
    gap: 0;
    flex-direction: column;
    border-radius: 0 12px 12px 0;
    background: rgb(249, 177, 5);
    background: linear-gradient(180deg, rgba(249, 177, 5, 1) 0%, rgba(252, 225, 3, 1) 50%, rgba(255, 223, 0, 1) 100%);
  }

  .footer__link {
    background: none;
  }

  .footer__img {
    width: 28px;
  }

  .body {
    align-items: center;
    background: #e3e3e3;
    display: flex;
    justify-content: center;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
   }
    100% {
      transform: translateX(calc(-210px * 3));
   }
 }
  .slider {
    background: white;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100vw;
 }
  .slider::before, .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
 }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
 }
  .slider::before {
    left: 0;
    top: 0;
 }
  .slider .slide-track {
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px * 10);
 }
  .slider .slide {
    height: 100px;
    width: 250px;
 }
 
 .form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 45%;
 }
 
 .tx-center{
  font-weight: bold;
  font-size: 20px;

 }
 
 .login-wrapper {
  width: 100%;
  max-width: 500px;
  padding: 35px 70px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(245, 4, 4, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 }
 
 .btn-info {
  background-color: #007bff;
  border-color: #007bff;
  color: #ffffff;
 }
 
 .btn-info:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #ffffff;
 }
 
 input[type="text"],
 input[type="password"] {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 10px;
  width: 225px;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  box-shadow: none;
 }
 
 button[type="submit"] {
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #007bff;
  cursor: pointer;
 }
 
 button[type="submit"]:hover {
  background-color: #0056b3;
 }

}