@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');

/*INICIO DE BANNER*/
.inicio {
  background-color: #f9f9f9;
  height: 125px;

}

.main-banner {
  background-image: url(../img/bg.jpg);
  background-position: unset;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 1rem 0;
  width: 100%;
}



.title {
  font-size: 1.8rem;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
}

.line-2 {
  color: #3FBBC0;
}

.description {
  font-size: 1rem;
  margin-top: 5%;

}

.s-center {
  text-align: center;
}

.flex {
  display: flex;
}

.countdown {
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
}

.countdown-item {
  padding: 0.75rem;
  align-items: center;
  position: relative;
}

.countdown-item:not(:last-of-type):before {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #fff;
  opacity: .5;
}

.countdown-number {
  font-size: 1.75em;
  font-weight: bold;
  margin-right: .25rem;
}

.countdown-letter {
  opacity: .5;
}

.form-container {
  height: 2.5rem;
  margin-bottom: 2rem;
}

.button {
  padding: 8px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: #3FBBC0;
  transition: all 0.3s ease;
}

.button:hover {
  letter-spacing: 2px;
  background-color: #4070F4;
  color: #fff;
  transition: all 0.4s;
}

.form-hint {
  font-size: .7rem;
}

.graphic {
  position: relative;
  display: grid;
  padding-top: 3rem;
  grid-template-columns: 1fr 75%;

}

.graphic-man {
  width: 100%;
  grid-column-start: 2;
}

.absolute {
  position: absolute;
}

.graphic-circles {
  height: 100%;
  aspect-ratio: 1/1;
}

.graphic-circles img {
  width: 100%;
  height: 100%;

}

.graphic-circle-1 {
  animation: turn1 20s linear infinite;

}

.graphic-logo {
  margin-top: 8%;
  animation: rotar 10s linear infinite;
}

@keyframes turn1 {
  to {
    transform: rotate(1turn);
  }
}

@keyframes rotar {
  100% {
    transform: rotateY(360deg)
  }
}

@media screen and (min-width: 1024px) {
  .main-banner {
    width: 100%;
  }

  .s-center {
    text-align: left;
  }

  .title {
    font-size: 2.5rem;
  }

  .description {
    font-size: 1.2rem;
  }

  .countdown {
    justify-content: flex-start;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px;
    margin: auto;
  }
}

/*FIN DEL BANNER*/

/*INICIO DE BANNER TWO*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');

figure {
  display: flex;
}

.banner {
  text-align: center;
  max-width: 1200px;
  font-family: "Roboto", sans-serif;
  padding: 0 20px;
  margin-top: -5%;
}

.banner__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 0;
}

.banner__bg {
  border-radius: 10px;
  background-color: rgba(236, 235, 235, 0.4);
  margin-top: 3rem;
}

.banner__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
}

.banner__description {
  font-size: 18px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.banner__title,
.banner__description {
  color: #000;
  margin-bottom: 10%;
}

.banner__img {
  width: 360px;
  margin-top: 10%;
}

.banner2:hover,
.banner2:focus {
  background-color: #3FBBC0;
  color: #666;
}

.banner2 {
  width: 80% !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: #3FBBC0;
  transition: all 0.3s ease;
}

.banner2:hover {
  letter-spacing: 2px;
  background-color: #4070F4;
  color: #fff;
}

.banner2 span {
  margin-left: 10px;
  margin-top: 4px;
}


@media (min-width: 768px) {
  .banner {
    text-align: left;
  }

  .banner__container {
    flex-direction: row;
    justify-content: space-around;
    padding: 0 30px;
  }

  .banner2 {
    margin-right: auto;
    margin-left: 0;

  }
}

@media screen and (min-width: 1024px) {
  .banner2 {
    width: 45% !important;
    margin-right: auto;
    margin-left: 0;
  }

  .banner__title,
  .banner__description {
    color: #000;
    margin-bottom: 3%;
  }

  .banner__img {
    width: 360px;
    margin-top: 2%;
  }
}

/*FIN DE BANNER TWO*/


/*INICIO DE NOSOTROS*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');

.card-title {
  font-family: 'Ubuntu', sans-serif;
  padding: 10px;
}

.card-text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding: 10px;
  line-height: 30px;
}

@import url('https://fonts.googleapis.com/css2?family=Delicious+Handrawn&display=swap');

#fraseFinal {
  font-family: 'Delicious Handrawn', cursive !important;
  color: #3FBBC0 !important;
  font-weight: 600;
}


@media (max-width: 768px) {
  .main-banner {

    width: 100vh;
  }

  .beneficios {

    width: 80vh;
    margin-left: 15%;
  }

  .publicitario {
    width: 80vh;
    margin-left: 15%;
  }

  .nosotros {
    width: 80vh;
    margin-left: 15%;
  }

  .servicios {
    width: 80vh;
    margin-left: 15%;
  }

  .frase {
    width: 80vh;
    margin-left: 15%;
  }

  .pagos {
    width: 80vh;
    margin-left: 15%;
  }

  .footer {
    width: 100vh;
    text-align: center;

  }

  .contactenos {
    width: 80vh;
      margin-left: 15%;

  }

  hr {
    color: #3FBBC0;
  }
}