body {
  background-color: rgba((240, 255, 255, 0.719), 255, 0.849);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.logo {
  font-size: 32px;
  font-weight: bold;
  color: #ff0000;
}

h1 {
  font-size: 100px;
  font-weight: bold;
  font-family: Varela Round;
}

h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: Varela Round;
}

h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: Varela Round;
}

p {
  font-size: 20px;
  font-family: Montserrat;
}

.space1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space2 {
  padding-top: 0px;
}

.space3 {
  padding-bottom: 14px;
}

.space4 {
  padding-top: 5px;
  padding-bottom: 16px;
}

.space5 {
  padding-top: 16px;
}

.space6 {
  padding-top: 16px;
}

.space7 {
  padding-top: 4px;
}

.space8 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.text-list {
  font-size: 20px;
  font-family: Montserrat;
}

nav {
  background-color: #0ea3dd;
}

.nav {
  display: flex;
  gap: 20px;
}

.nav-link {
  text-decoration: none;
  color: #ffffff;
}

.navegacion {
  text-decoration: none;
}

.logo {
  display: flex;
  color: #ffffff;
  width: auto;
  height: 35px;
}

.hero {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 40px;
  background-color: #e0e0e0;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-size: 48px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}

.hero-button {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background-color: #f6c840;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img {
  width: 80%;
  height: auto;
}

.about-us {
  color: #ffffff;
}

.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-color: #f0f0f0;
}

.partners-title {
  font-size: 48px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-family: Montserrat;
  text-decoration: none;
  background-color: #f6c840;
  color: #ffffff;
  cursor: pointer;
}

.image-container {
  position: relative;
}

.image-container-top {
  position: relative;
  display: flex;
  max-width: 100%;
}

.top-image {
  max-width: 100%;
}

.background-image {
  top: 0;
  left: 0;
  max-width: 100%;
}

@keyframes float {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}

.foreground-image {
  z-index: 1;
  height: 350px;
  width: 350px;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  animation: float 2s ease-in-out infinite;
}

.centered-text {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.centered-text-franquicias {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.centered-text-extra {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.centered-text-principal, .centered-text-franquicias {
  position: absolute;
  top: 0;
  left: 0px;
  transform: none !important;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  padding: 0px 25%;
  background: rgb(59 58 58 / 50%);
}

.centered-text-franquicias h1 {
  text-align: center;
  font-size: 48px;
}

.centered-text-franquicias +{
  text-align: center;
}

div#franquicias_final {
  padding: 86px 0px 70px;
}
.centered-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.centered-text-polos {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

div#faqs {
  padding: 50px 0px 70px;
}

div#faqs > h2{
  margin-bottom: 30px;
}

.hero {
  background-color: #0ea3dd;
}

.hero-title {
  color: #ffffff;
}

.hero-subtitle {
  color: #ffffff;
}

.hero-image {
  position: relative;
}

.logo {
  color: #ffffff;
}

.header {
  background-color: #0ea3dd;
}

.title-franqu {
  color: #0ea3dd;
  margin-top: 20px;
}

.footer-logo {
  display: flex;
  color: #ffffff;
  width: auto;
  height: 35px;
  font-size: 24px;
  font-weight: bold;
  left: 100%;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #0ea3dd;
}

.redes {
  font-size: 20px;
  padding-left: 40px;
  padding-top: 4px;
}

.logoF {
  position: absolute;
  width: 35px;
  height: auto;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 80px;
}

.footer-nav-link {
  text-decoration: none;
  color: #ffffff;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #f6c840;
  cursor: pointer;
  padding: 15px;
  border-radius: 100%;
  font-size: 18px;
}

.scroll-to-top:hover {
  background-color: #555;
}

.centered-text-principal h1 {
  text-align: center;
  font-size: 62px;
}

.centered-text-principal p{
  text-align: center;
}

@media screen and (max-width: 1370px) {
  .centered-text-franquicias h1 {
      text-align: center;
      font-size: 38px;
  }

  .centered-text-franquicias p{
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .foreground-image {
    height: 60%;
    width: auto;
  }

  h1 {
    font-size: 60px;
  }

  .centered-text-principal {
    top: 50%;
  }

  .space-hide {
    padding-bottom: 20px;
  }

  .centered-text-franquicias {
    font-size: 70px;
  }

  .title-franqu {
    font-size: 70px;
  }

  .hide {
    display: none;
  }

  .partners {
    text-align: center;
  }

  .scroll-to-top {
    bottom: 100px;
    right: 30px;
  }

  .hide-large {
    display: none;
  }
  .centered-text-principal h1, .centered-text-franquicias h1 {
      text-align: center;
      font-size: 25px;
  }

  .centered-text-principal p, .centered-text-franquicias p {
      text-align: center;
      font-size: 16px;
  }

  .centered-text-principal, .centered-text-franquicias {
      top: 0!important;
      padding: 0px 30px;
  }
}

@media screen and (min-width: 900px) {
  
}

@media screen and (max-width: 600px) {
  .foreground-image {
    height: 60%;
    width: auto;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 30px;
  }

  .centered-text-principal {
    top: 50%;
  }

  .space1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .space2 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .space3 {
    padding-bottom: 10px;
  }

  .space4 {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .space5 {
    padding-top: 10px;
  }

  .space6 {
    padding-top: 10px;
  }

  .space {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-text-franquicias {
    font-size: 45px;
  }

  .title-franqu {
    font-size: 45px;
  }

  .hide {
    display: none;
  }

  .partners {
    text-align: center;
  }

  .logoF {
    position: relative;
  }

  .scroll-to-top {
    bottom: 10px;
    right: 10px;
  }
  
}
