@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.navbar {
  background-color: #F38F1A;
  font-family: "Rubik", sans-serif;
  font-size: 19px;
}
.navbar a {
  color: black !important;
}

.nav-list {
  display: flex;
  justify-content: end;
  list-style: none;
}

.nav-link:hover {
  color: #FFFFFF !important;
}

.carousel-caption h1 {
  text-align: center;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
}

.carousel-caption p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.sec1 {
  background-color: #F38F1A;
  padding: 20px;
}
.sec1 h2 {
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.sec1 p {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.card-index {
  background-color: #F38F1A;
  border: #F38F1A;
}

.sec2 {
  background-color: #FFFFFF;
  background: linear-gradient(360deg, #e9e4df 0%, #FFFFFF 100%);
}
.sec2 h2 {
  padding-top: 20px;
  font-family: "Rubik", sans-serif;
  text-align: center;
  color: black;
}

.sec2 h3 {
  padding-bottom: 10px;
  font-family: "Rubik", sans-serif;
  color: black;
  text-align: center;
}

.sec2 h4 {
  font-family: "Rubik", sans-serif;
  color: black;
}

.sec2 p {
  font-family: "Montserrat", sans-serif;
  color: black;
  text-align: center;
}

.funciones {
  padding: 20px;
}
.funciones p {
  font-family: "Montserrat", sans-serif;
  color: black;
  text-align: left;
}

.sec3 {
  background-color: #FFFFFF;
}
.sec3 h3 {
  font-family: "Rubik", sans-serif;
  color: #F38F1A;
  text-align: center;
  padding-bottom: 20px;
}

.sec3 h4 {
  font-family: "Rubik", sans-serif;
  color: #F38F1A;
  text-align: left;
  padding-top: 20px;
}

.sec3 p {
  font-family: "Montserrat", sans-serif;
  color: black;
  text-align: left;
  padding-bottom: 20px;
}

.fuentes {
  padding-bottom: 20px;
}

.sec4 {
  background-color: #F38F1A;
  padding: 20px;
}
.sec4 h2 {
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.sec4 p {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.sec4 h3 {
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.card-index-sec4 {
  background-color: #F38F1A;
  border: #F38F1A;
}

.sec5 {
  background-color: #FFFFFF;
  padding: 20px;
}
.sec5 h2 {
  font-family: "Rubik", sans-serif;
  color: black;
  text-align: center;
}

.sec5 p {
  font-family: "Montserrat", sans-serif;
  color: black;
  text-align: center;
}

.card-index-sec5 {
  background-color: #FFFFFF;
  border: #FFFFFF;
}

.sec6 {
  background-color: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 254, 254) 0%, #FFC543 100%);
}
.sec6 h4 {
  font-family: "Rubik", sans-serif;
}

.sec6 p {
  font-family: "Montserrat", sans-serif;
}

.pack {
  animation: zoomIn 10s ease-in-out infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
footer {
  background-color: #FFC543;
  color: black;
  text-align: center;
  padding: 20px;
}
footer .redes a {
  letter-spacing: 20px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  color: black;
}
footer .redes a :hover {
  color: #F38F1A;
}

.logo-footer {
  padding: 20px;
}

.subir {
  width: 40px;
  height: 40px;
  background-color: #F38F1A;
  text-decoration: none;
  color: #FFFFFF;
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.subir :hover {
  color: #FFC543;
}

.cierre {
  text-align: center;
}/*# sourceMappingURL=estilos.css.map */