@charset "UTF-8";
* {
  font-family: "Montserrat", sans-serif;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.text_error {
  color: #e74c3c;
}

.input_error {
  color: #e74c3c;
  background-color: rgb(253.3561643836, 242.7397260274, 241.6438356164);
}

.chk_error {
  border-color: #e74c3c !important;
}

.color-marca {
  color: #1a3658;
}

.dalify {
  color: #1a3658;
  font-weight: 700;
}

body {
  background: #ffffff;
  color: #333;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.cta-button {
  display: inline-block;
  padding: 15px 50px;
  background: #ffffff;
  color: #1a3658;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 10px;
  font-size: 1.1rem;
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  color: #1a3658;
}

.cta-button-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cta-button-secondary:hover {
  background: #ffffff;
  color: #1a3658;
}

.top {
  background: #f8f9fa;
  color: #ffffff;
}
.top .flag {
  width: 24px;
  height: 16px;
  cursor: pointer;
}
.top .flag_selected {
  outline: 2px solid #1a3658;
  outline-offset: 1px;
}
.top .flag_unselected {
  outline: 2px solid transparent;
  outline-offset: 1px;
}
.top .email {
  color: #1a3658;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a3658 0%, #2c3e50 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 54, 88, 0.6);
  z-index: 1;
}
.hero .hero-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero .logo {
  max-width: 150px;
  height: auto;
  margin: 0 auto 30px auto;
  display: block;
}
.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.hero .subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 40px;
  opacity: 0.95;
}

.features {
  padding: 100px 20px;
  background: #f8f9fa;
}
.features h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.features .section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 100px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.feature-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  min-height: 100%;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(26, 54, 88, 0.2);
}
.feature-card .icon {
  font-size: 3rem;
  color: #1a3658;
  margin-bottom: 20px;
}
.feature-card img.icon {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
.feature-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.feature-card p {
  color: #666;
  line-height: 1.6;
}

.about {
  padding: 100px 20px;
  background: #ffffff;
}
.about h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.about-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-image.fallback-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fallback-container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#galeria {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

#galeria_texto {
  display: flex;
  flex-direction: column;
}

#galleryCarousel {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
#galleryCarousel .carousel-inner {
  flex: 1;
  height: 100%;
}
#galleryCarousel .carousel-item {
  height: 100%;
}
#galleryCarousel .carousel-item img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#galleryCarousel .carousel-control-prev,
#galleryCarousel .carousel-control-next {
  width: 10%;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#galleryCarousel .carousel-control-prev:hover,
#galleryCarousel .carousel-control-next:hover {
  opacity: 1;
}
#galleryCarousel .carousel-control-prev-icon,
#galleryCarousel .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 20px;
}
#galleryCarousel .carousel-indicators {
  margin-bottom: 0.5rem;
}
#galleryCarousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(26, 54, 88, 0.3);
  border: none;
}
#galleryCarousel .carousel-indicators button.active {
  background-color: #1a3658;
}

.cta-section {
  padding: 60px 20px;
  background: #f8f9fa;
  text-align: center;
}
.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}
.cta-section p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
}
.cta-section .section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cta-section .badge_pdf {
  display: inline-block;
  background: linear-gradient(135deg, rgb(37.6315789474, 78.1578947368, 127.3684210526) 0%, #1a3658 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.contact-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.contact-form .captcha_img {
  width: 175px !important;
}
.contact-form #captcha {
  width: 8rem !important;
}
.contact-form .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.contact-form .form-control:focus {
  border-color: #1a3658;
  box-shadow: 0 0 0 0.2rem rgba(26, 54, 88, 0.25);
  outline: none;
}
.contact-form .form-control.is-invalid {
  border-color: #e74c3c;
}
.contact-form .form-control.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.contact-form .text-danger {
  font-size: 0.875rem;
  color: #e74c3c;
  margin-top: 5px;
  display: block;
}
.contact-form .input-group-icon .input-group-text {
  background: transparent;
  border: 2px solid #e0e0e0;
  border-right: none;
  color: #1a3658;
  padding: 10px 12px;
}
.contact-form .input-group-icon .input-group-text i {
  font-size: 1.1rem;
}
.contact-form .input-group-icon .form-control {
  border-left: none;
}
.contact-form .input-group-icon .form-control:focus {
  border-color: #1a3658;
  border-left: none;
}
.contact-form .input-group-icon .form-control:focus ~ .input-group-text {
  border-color: #1a3658;
}
.contact-form .input-group-icon:focus-within .input-group-text {
  border-color: #1a3658;
  background: rgba(26, 54, 88, 0.05);
}
.contact-form .input-group-icon:focus-within .form-control {
  border-color: #1a3658;
  box-shadow: 0 0 0 0.2rem rgba(26, 54, 88, 0.25);
}
.contact-form .cta-button-send {
  display: inline-block;
  padding: 15px 50px;
  background: #1a3658;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 10px;
  font-size: 1.1rem;
}
.contact-form .cta-button-send i {
  color: #ffffff;
}
.contact-form .cta-button-send:hover {
  transform: translateY(-3px);
  color: #1a3658;
  background-color: #ffffff;
}
.contact-form .cta-button-send:hover i {
  color: #1a3658;
}

footer {
  background: #2c3e50;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}
footer .logo {
  max-width: 75px;
  height: auto;
  display: block;
}
footer .subtitle {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  footer .subtitle {
    clear: left;
  }
}
footer h1, footer h2 {
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
footer p {
  margin-bottom: 10px;
}
footer .legal_links {
  margin-bottom: 15px;
}
footer a.legal-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer a.legal-link:hover {
  text-decoration: underline;
}

.rrss {
  color: #ffffff;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .hero {
    padding: 60px 20px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero .subtitle {
    font-size: 1.1rem;
  }
  .hero .cta-button {
    display: block;
    margin: 10px 0;
    width: 90%;
    max-width: 100%;
  }
  .features h2,
  .about h2,
  .cta-section h2 {
    font-size: 2rem;
  }
  .feature-card {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .contact-form {
    padding: 20px;
  }
  .contact-form .form-control {
    padding: 10px 12px;
  }
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #1a3658;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.back-to-top i {
  color: #ffffff;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #2c3e50;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.back-to-top i {
  line-height: 1;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}
#legal {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #1a3658;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  position: relative;
  flex-shrink: 0;
}
#legal:hover {
  box-shadow: 0 0 8px rgba(26, 54, 88, 0.3);
  transform: scale(1.05);
}
#legal:checked {
  background-color: #1a3658;
  border-color: #1a3658;
}
#legal:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
#legal:focus {
  box-shadow: 0 0 0 3px rgba(26, 54, 88, 0.25);
}

.whatsapp {
  position: fixed;
  left: 10px;
  top: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.6em;
  z-index: 100;
  padding: 4px;
  color: white;
  background-color: #25D366;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  animation: pulse3 2s infinite;
}
@keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 #25d366;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(37, 211, 102, 0);
  }
}
.whatsapp:hover {
  color: white;
  animation: pulse4 2s infinite;
}
@keyframes pulse4 {
  0% {
    box-shadow: 0 0 0 0 #25d366;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(37, 211, 102, 0);
  }
}

.overlay-bloqueante {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5000;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-personalizado {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1.5rem;
  width: 90%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease-out;
}
.modal-personalizado .modal-icono {
  font-size: 6rem;
}
.modal-personalizado .modal-icono i {
  display: inline-block;
  line-height: 1;
}
.modal-personalizado .modal-titulo {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.modal-personalizado .modal-mensaje {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6;
}
.modal-personalizado .modal-boton-cerrar {
  background-color: #1a3658;
  color: #ffffff;
  border: none;
  padding: 12px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-personalizado .modal-boton-cerrar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 54, 88, 0.3);
}
.modal-personalizado .modal-boton-cerrar:active {
  transform: translateY(0);
}
.modal-personalizado.modal-ok {
  border-top: 25px solid #27ae60;
}
.modal-personalizado.modal-ok .modal-icono i {
  color: #27ae60;
  font-size: 6rem;
}
.modal-personalizado.modal-ok .modal-boton-cerrar {
  background-color: #27ae60;
}
.modal-personalizado.modal-ok .modal-boton-cerrar:hover {
  box-shadow: 0 4px 12px rgb(38.7198591549, 172.7501408451, 95.3104225352);
}
.modal-personalizado.modal-error {
  border-top: 25px solid #e74c3c;
}
.modal-personalizado.modal-error .modal-icono i {
  color: #e74c3c;
}
.modal-personalizado.modal-error .modal-boton-cerrar {
  background-color: #e74c3c;
}
.modal-personalizado.modal-error .modal-boton-cerrar:hover {
  box-shadow: 0 4px 12px rgb(230.8323287671, 74.7494520548, 58.6376712329);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lopd-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.lopd-modal .lopd-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.lopd-modal .lopd-container {
  position: relative;
  z-index: 10;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease-out;
  flex-shrink: 0;
  font-size: 1rem;
  transition: width 0.3s ease, max-height 0.3s ease;
}
@media (max-width: 992px) {
  .lopd-modal .lopd-container.active {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .lopd-modal .lopd-container {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    border: 2px solid #ffffff;
  }
  .lopd-modal .lopd-container.active {
    height: auto !important;
  }
}
.lopd-modal .lopd-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .lopd-modal .lopd-content {
    padding: 30px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .lopd-modal .lopd-content {
    padding: 30px 20px;
    gap: 20px;
  }
}
.lopd-modal .lopd-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a3658;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #f8f9fa;
}
@media (max-width: 992px) {
  .lopd-modal .lopd-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .lopd-modal .lopd-title {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
}
.lopd-modal .lopd-description {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 992px) {
  .lopd-modal .lopd-description {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .lopd-modal .lopd-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.lopd-modal .lopd-setup {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
  margin-top: 0;
}
.lopd-modal .lopd-setup.active {
  max-height: 1200px;
  opacity: 1;
  margin-top: 10px;
}
.lopd-modal .lopd-setup .cookies_desc {
  font-size: 0.8rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lopd-modal .lopd-setup .checkbox-wrapper {
  margin-bottom: 10px;
}
.lopd-modal .lopd-setup .checkbox-wrapper.border {
  border-top: 1px solid #f8f9fa;
  padding-top: 10px;
}
.lopd-modal .lopd-footer {
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
}
.lopd-modal .lopd-link {
  color: #1a3658;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  word-break: break-word;
  font-size: 1rem;
}
.lopd-modal .lopd-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .lopd-modal .lopd-link {
    font-size: 0.9rem;
  }
}
.lopd-modal .lopd-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid #f8f9fa;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .lopd-modal .lopd-buttons {
    gap: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .lopd-modal .lopd-buttons {
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
  }
}
.lopd-modal .btn-lopd {
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 120px;
}
@media (max-width: 992px) {
  .lopd-modal .btn-lopd {
    padding: 10px 20px;
    font-size: 0.95rem;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .lopd-modal .btn-lopd {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    min-width: auto;
    white-space: normal;
  }
}
.lopd-modal .btn-lopd:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.lopd-modal .btn-lopd:active {
  transform: translateY(0);
}
.lopd-modal .btn-reject {
  background: #f8f9fa;
  color: #333;
  border-color: #333;
}
.lopd-modal .btn-reject:hover {
  background: #333;
  color: #ffffff;
}
.lopd-modal .btn-accept {
  background: transparent;
  color: #1a3658;
  border-color: #1a3658;
}
.lopd-modal .btn-accept:hover {
  background: rgba(26, 54, 88, 0.1);
}
.lopd-modal .btn-accept-all {
  background: #1a3658;
  color: #ffffff;
  border-color: #1a3658;
}
.lopd-modal .btn-accept-all:hover {
  background: rgb(14.3684210526, 29.8421052632, 48.6315789474);
  border-color: rgb(14.3684210526, 29.8421052632, 48.6315789474);
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.lopd-fade-out {
  animation: fadeOut 0.3s ease-out !important;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .checkbox-wrapper {
    gap: 10px;
  }
}

.checkbox-slider {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
}
@media (max-width: 768px) {
  .checkbox-slider {
    width: 44px;
    height: 24px;
  }
}
.checkbox-slider input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}
.checkbox-slider input:checked + .slider {
  background: #1a3658;
}
.checkbox-slider input:checked + .slider::before {
  transform: translateX(20px);
}
@media (max-width: 768px) {
  .checkbox-slider input:checked + .slider::before {
    transform: translateX(18px);
  }
}
.checkbox-slider input:disabled + .slider {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkbox-slider input:focus + .slider {
  box-shadow: 0 0 5px rgba(26, 54, 88, 0.4);
}
.checkbox-slider .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #666;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.checkbox-slider .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background: #ffffff;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .checkbox-slider .slider::before {
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
  }
}
.checkbox-slider .slider:hover {
  box-shadow: 0 0 8px rgba(26, 54, 88, 0.3);
}

.checkbox-slider-success input:checked + .slider {
  background: #27ae60 !important;
}

.checkbox-slider-danger input:checked + .slider {
  background: #e74c3c !important;
}

.checkbox-slider-secondary input:checked + .slider {
  background: #2c3e50 !important;
}

.checkbox-label {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 768px) {
  .checkbox-label {
    font-size: 1rem;
  }
}

.checkbox-slider-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkbox-slider-disabled .checkbox-label {
  cursor: not-allowed;
}/*# sourceMappingURL=style.css.map */