@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lexend Deca", sans-serif;
  background-color: #fff;
  color: #0A1926;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.logoHeader {
  width: 109px;
}
@media (max-width: 768px) {
  .logoHeader {
    width: 80px;
  }
}

@media (max-width: 768px) {
  .logo-text h3 {
    font-size: 1.2rem;
  }
  .logo-text p {
    font-size: 0.9rem;
  }
}

.fc-1 {
  color: #fdf2c3 !important;
}

.fc-2 {
  color: #E0942D !important;
}

.fc-3 {
  color: #2C8D7F !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.bg-primary {
  background-color: #fdf2c3 !important;
}

.bg-verde {
  background-color: #2C8D7F;
}

.bg-amarillo {
  background-color: #E0942D;
}

.pl-6 {
  padding-left: 2.5rem;
}

.pr-6 {
  padding-right: 2.5rem;
}

.px-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar-brand {
  font-size: 1rem;
}
.navbar-brand h3 {
  color: #2C8D7F;
}
.navbar-brand p {
  font-weight: 200;
  letter-spacing: 1px;
  color: #0A1926;
}

#preparateSliderHome .bgSliderHomer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 95vh;
  position: relative;
  display: flex;
  z-index: 1;
}
#preparateSliderHome .bgSliderHomer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#preparateSliderHome .bgSliderHomer .z-2 {
  position: relative;
  z-index: 10000;
  color: #fff;
}

.slick-dots {
  bottom: 10px !important;
}

.slick-dots li button:before {
  color: #fff;
  font-size: 14px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#bloqueUnoPreparate ul, #bloqueUnoPreparate ol {
  margin-left: 1rem;
}
#bloqueUnoPreparate .bgSectionHome {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bloquePromocion {
  background-color: #2C8D7F;
}

.btn-primary {
  color: #fff;
  background-color: #2C8D7F;
  border-color: #2C8D7F;
}
.btn-primary:hover {
  color: #fff;
  background-color: #E0942D;
  border-color: #E0942D;
}
.btn-primary:focus {
  color: #fff;
  background-color: #E0942D;
  border-color: #E0942D;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 45, 0.5) !important;
}
.btn-primary:active {
  color: #fff;
  background-color: #E0942D !important;
  border-color: #E0942D !important;
}

.btn-success {
  color: #2C8D7F;
  background-color: #fff;
  border-color: #fff;
}
.btn-success:hover {
  color: #fff;
  background-color: #2C8D7F;
  border-color: #2C8D7F;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #E0942D;
  border-color: #E0942D;
}

#bloquePreguntasFrecuentes {
  scroll-margin-top: 120px;
  background-color: #E0942D;
}
#bloquePreguntasFrecuentes label {
  color: #fff;
}
#bloquePreguntasFrecuentes #acordeonPreguntasFrecuentes a {
  color: #2C8D7F;
}
#bloquePreguntasFrecuentes #acordeonPreguntasFrecuentes .card-header {
  background-color: #fdf2c3;
}
#bloquePreguntasFrecuentes #acordeonPreguntasFrecuentes button {
  color: #2C8D7F;
  font-weight: 600;
}
#bloquePreguntasFrecuentes #acordeonPreguntasFrecuentes ol, #bloquePreguntasFrecuentes #acordeonPreguntasFrecuentes ul {
  margin-left: 1rem;
}

footer {
  background-color: #2C8D7F;
  color: #fff;
}
footer h3 {
  color: #fdf2c3;
}
footer #menuFooter a {
  color: #fff;
}

#menuPrincipal a {
  color: #0A1926;
}

#paginaRegistro ul {
  margin-left: 1rem;
}
#paginaRegistro .precio {
  color: #2C8D7F;
  font-size: 1.45rem;
  font-weight: 700;
  list-style: none;
  margin-left: 0;
}
#paginaRegistro #seccionAcademiasAviso {
  padding: 40px 0px;
  background-color: #E0942D;
}

#textoDescriptivo {
  color: #fff;
}
#textoDescriptivo ul {
  list-style: none;
  margin-left: 1rem;
}
#textoDescriptivo ul li:before {
  content: "✓ ";
}

header .dropdown-menu {
  left: -80px;
}
header .dropdown-item.active, header .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2C8D7F;
}

#tabEstudiantePreparate ul .nav-link {
  margin-left: 0px;
  padding-left: 0px;
}
#tabEstudiantePreparate ul a {
  color: #2C8D7F;
  text-decoration: underline;
}
#tabEstudiantePreparate .card {
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 260px;
}

.resultados th {
  font-weight: 700;
}
.resultados th, .resultados td {
  text-align: center;
  vertical-align: middle;
}

#perfil .br-20 {
  border-radius: 20px;
}

#tableroPreparate {
  min-height: 45vh;
}

#resetPasswordPage {
  display: flex;
  position: relative;
  min-height: 65vh;
  background-color: #fffef8;
}
#resetPasswordPage .card {
  padding: 30px 20px;
  transition: all 0.3s;
  border: none;
  border-radius: 20px;
  background: linear-gradient(145deg, #e6e5df, #ffffff);
  box-shadow: 14px 14px 28px #d9d8d3, -14px -14px 28px #ffffff;
}

#mensajesPagina table {
  width: 100%;
  table-layout: fixed;
}/*# sourceMappingURL=style.css.map */