/* Imports */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800;900&display=swap");

/* Variables */
/* Mixin */
body {
  background-color: #ededed;
  color: #353535;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  position: relative;
}

.navbar-light {
  transition: 500ms ease;
  background: transparent;
}

header,
header.scrolled {
  background-color: #ededed;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

header .navbar-brand>img,
header.scrolled .navbar-brand>img {
  transition: 500ms ease;
  max-width: 180px;
  height: auto;
}

.navbar-light .navbar-nav .nav-link {
  color: #353535;
  font-weight: 400;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fb7622;
  font-weight: 800;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fb7622;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.85rem;
  padding-left: 0.85rem;
}

.navbar-brand>img {
  transition: 500ms ease;
  max-width: 100%;
  height: auto;
}

hr {
  border: 1px solid #ffc216;
  margin: 2rem 0;
}

.footer {
  border-top: 2px solid #fff;
}

.footer .list-group-flush .list-group-item {
  background-color: transparent;
  border: none;
  padding: 0.2rem 0;
}

.footer .list-group-flush .list-group-item a {
  color: inherit;
  font-weight: 400;
}

.footer .list-group-flush .list-group-item a:hover {
  color: #585cb0;
  text-decoration: none;
}

/* Botones */
.btn-principal {
  background-color: #585cb0;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
}

.btn-principal-crear {
  font-size: 1.4rem;

  -moz-animation: pulse 4s infinite;
  -webkit-animation: pulse 4s infinite;
  animation: pulse 4s infinite;
}

.btn-principal span {
  display: inline-block;
}

.btn-principal:hover,
.btn-principal:focus {
  background-color: #fff;
  border: 1px solid #585cb0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #585cb0;

  -moz-animation: none;
  -webkit-animation: none;
  animation: pulse none;
}

.btn-principal:hover span,
.btn-principal:focus span {
  animation: move 0.6s ease-in-out infinite alternate;
}

.btn-principal:hover {
  transform: translateY(-1px);
}

.btn-variant {
  background-color: #ffc216;
  color: #585cb0;
  font-weight: 700;
  font-size: 0.85rem;
}

.btn-variant span {
  display: inline-block;
}

.btn-variant:hover,
.btn-variant:focus {
  background-color: #fff;
  border: 1px solid #585cb0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #585cb0;

  -moz-animation: none;
  -webkit-animation: none;
  animation: pulse none;
}

.btn-variant:hover span,
.btn-variant:focus span {
  animation: move 0.6s ease-in-out infinite alternate;
}

.btn-variant:hover {
  transform: translateY(-1px);
}

/* Forms */
.form-control {
  border: none;
  font-size: 0.85rem;
  margin-top: 0.8rem;
}

/* Backgrounds */
.bg-primario {
  background-color: #585cb0;
}

.bg-secundario {
  background-color: #272a77;
}

/* Textos */
.txt-principal {
  color: #585cb0;
}

.txt-principal {
  color: #585cb0;
}

.lead {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.2;
}

.svg-title {
  max-width: 80%;
}

.svg-title-sm {
  max-width: 60%;
}

.accordion .card {
  background-color: transparent;
  border: none;
}

.accordion .card-header {
  background-color: transparent;
  border-bottom: 2px solid #ffc216;
}

.accordion .card-header .btn-link {
  align-items: center;
  color: #686cb6;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}

.accordion .card-header .btn-link::after {
  content: "-";
  margin-left: auto;
}

.accordion .card-header .btn-link.collapsed {
  color: #737373;
}

.accordion .card-header .btn-link.collapsed::after {
  content: "+";
  margin-left: auto;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #585cb0;
  font-weight: 800;
}

h2 {
  font-size: 2rem;
  font-weight: 900;
}

h2 {
  font-size: 1.8rem;
  font-weight: 900;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

/* Sprites */
.sprite_diferenciadores {
  background-image: url(../img/diferenciadores/sprite_diferenciadores.png);
  background-size: 200% 300%;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  max-width: 100%;
}

.sprite_modulos {
  background-image: url(../img/modulos/sprite_modulos.png);
  background-size: 200% 300%;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  max-width: 100%;
}

.sprite_diferenciadores--100web,
.sprite_modulos--matricula {
  background-position: 0 0;
}

.sprite_diferenciadores--seguro,
.sprite_modulos--gestion {
  background-position: 100% 0;
}

.sprite_diferenciadores--facil,
.sprite_modulos--control {
  background-position: 0 50%;
}

.sprite_diferenciadores--configurable,
.sprite_modulos--calendarios {
  background-position: 100% 50%;
}

.sprite_diferenciadores--servicios,
.sprite_modulos--comunicados {
  background-position: 0% 100%;
}

.sprite_diferenciadores--soporte,
.sprite_modulos--aplicacion {
  background-position: 100% 100%;
}

.sprite_modulos--cobros-electronicos {
  background-image: url(../img/modulos/cobros_electronicos.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  max-width: 100%;
  background-size: 90%;
  background-position: center;
}

.sprite_modulos--preinscripciones {
  background-image: url(../img/modulos/preinscripciones.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  max-width: 100%;
  background-size: 90%;
  background-position: center;
}

.sprite_modulos--escritorio-virtual-alumnos {
  background-image: url(../img/modulos/escritorio-alumno.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  max-width: 100%;
  background-size: 90%;
  background-position: center;
}

.sprite_modulos--app-tutores {
  background-image: url(../img/modulos/app-tutores.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  max-width: 100%;
  background-size: 90%;
  background-position: center;
}

.sprite_modulos--indicadores {
  background-image: url(../img/modulos/indicadores.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  max-width: 100%;
  background-size: 90%;
  background-position: center;
}

/* Margins */
.mtop-4 {
  margin-top: 4rem;
}

.mtop-8 {
  margin-top: 8rem;
}

.mbottom--4 {
  margin-bottom: -4rem;
}

/* Anims */
@keyframes move {
  from {
    transform: scale(0.6);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scale-logo {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(0.5);
  }
}

/* Media Queries */
@media (min-width: 992px) {
  header {
    background-color: transparent;
    box-shadow: none;
  }

  header .navbar-brand>img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 992px) {
  .navbar-brand>img {
    max-width: 200px;
    height: auto;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .footer .list-group-flush .list-group-item {
    padding: 0.3rem 0;
  }
}

@media (max-width: 1200px) {
  .navbar-brand>img {
    max-width: 250px;
    height: auto;
  }
}

/* Efecto de pulso para el botón */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Para el botón flotante  */

.floating-button {
  position: fixed;
  bottom: 20px;
  right: -100px;
  width: 70px;
  height: 70px;
  background-image: url('../img/boton-flotante.png');
  background-size: cover;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  /* Oculto inicialmente */
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* Animación para que aparezca */
  animation: slideIn 1s forwards;
  animation-delay: 1s;
}

/* Animación para que el botón aparezca */
@keyframes slideIn {
  100% {
    opacity: 1;
    transform: translateX(-120px);
    /* Fuera de la pantalla */
  }

  0% {
    opacity: 0;
    transform: translateX(0px);
    /* Posición final */
  }
}

/* Deshabilitar animación en dispositivos móviles */
@media (max-width: 768px) {
  .floating-button {
    animation: none;
    /* Deshabilitar animación */
    opacity: 1;
    /* Mostrar directamente */
    transform: translateX(0);
    /* Posición final */
    right: 20px;
    /* Ajustar posición */
  }
}

.options.show-options {
  display: block;
}

.options {
  display: none;
  position: fixed;
  bottom: 90px;
  /* Adjust based on button size */
  right: 20px;
  background-color: #ffc216;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.options button {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  text-align: left;
  cursor: pointer;
  background-color: #ffc216;
  color: #585cb0;
}

.options button:hover {
  background-color: #585cb0;
  color: #fff;
}


/*# sourceMappingURL=escolastia.1.0.css.map */