@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300..700&display=swap');

body {
  font-family: "Quicksand", sans-serif;
    background-color: #f2f2f2;
  }

  a {
    text-decoration: none;
}
  .card-title{
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  h2{
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size: 40px;
  }
  
  
  .logo {
    height: 50px;
  }
  
  .card img {
    height: 200px;
    object-fit: cover;
  }
  


  .floating-windows {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
  }

  .floating-window {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .floating-window a {
    text-decoration: none;
    color: #007bff;
  }


  /*  */
  .card {
    transition: transform 0.2s;
  }
  
  .card:hover {
    transform: scale(1.05);
  }
  
  .card-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  
  .card-text {
    font-size: 1rem;
    color: #6c757d;
  }
  
  .btn-outline-primary {
    border: 2px solid #007bff;
    color: #007bff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: background-color 0.2s, color 0.2s;
  }
  
  .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
  }
  /*  */
  .footer {
              background-color: #f8f9fa;
              padding: 20px 0;
          }
          .footer a {
              color: #000;
              text-decoration: none;
          }
          .footer .col-md-4 {
              text-align: center;
          }

          /* Video card */
          .modal-body img {
            width: 100%;
            height: auto;
        }

        .modal-body p {
            text-align: justify;
        }

        .pdf-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }

        .pdf-item {
            flex: 1 1 calc(33.333% - 15px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            overflow: hidden;
            text-align: center;
        }

        .pdf-item img {
            width: 100%;
            height: auto;
        }

        .pdf-item p {
            margin: 0;
            padding: 10px;
            background-color: #f8f9fa;
        }

        .modal-header {
            border-bottom: none;
        }

        .modal-footer {
            border-top: none;
        }

        .btn-primary {
            background-color: #007bff;
            border: none;
        }

        /*  */
        .carousel-indicators [data-bs-target] {
          box-sizing: content-box;
          flex: 0 1 auto;
          width: 30px;
          height: 3px;
          padding: 0;
          margin-right: 3px;
          margin-left: 3px;
          text-indent: -999px;
          cursor: pointer;
          background-color: #000;
          background-clip: padding-box;
          border: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          opacity: .5;
          transition: opacity .6s ease;
      }

      .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -54px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
    }

    /* .cintillo {
      background-color: #f7751e;
      color: white;
      text-align: center;
      padding: 10px;
      font-size: 11px;
      margin-bottom: 20px;
  } */
      .newsletter {
        padding: 50px 0;
        text-align: center;
      }
  
      .newsletter h2 {
        font-size: 2.5em;
        margin-bottom: 20px;
      }
  
      .newsletter .card {
        border: none;
        transition: transform 0.3s ease;
      }
  
      .newsletter .card:hover {
        transform: translateY(-10px);
      }
  
      .newsletter .card img {
        height: 200px;
        object-fit: cover;
        border-radius: 15px 15px 0 0;
      }
  
      .newsletter .card-body {
        padding: 20px;
      }
  
      .newsletter .card-title {
        font-size: 1.5em;
        margin-bottom: 15px;
      }
  
      .newsletter .card-text {
        font-size: 1em;
        color: #6c757d;
      }
  
      /*  */
      /* General Card Style */
  
  
  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  

.cumpleaneros-card:hover {
    transform: scale(1.05);
}

 /* Specific Styles for "Cumpleañeros" */
 .cumpleaneros-card {
  height: auto;
  background: #f5f5f5; /* Fondo claro y neutro */
  border: 1px solid #ddd; /* Borde sutil */
  color: #333333; /* Texto oscuro para buen contraste */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra ligera para profundidad */
  border-radius: 8px; /* Bordes suavizados */
  padding: 16px; /* Espaciado interno */
}

.cumpleaneros-card:hover {
    transform: scale(1.05);
}

/* Specific Styles for "Viernes corto de este mes" */
.viernes-corto-card {
    height: 120px; /* Diferente altura */
    background: linear-gradient(135deg, #FF6B00 0%, #8B008B 50%, #000000 100%);
    color: #ffffff;
    border: none;
}

.viernes-corto-card:hover {
    transform: scale(1.05);
}

.viernes-corto-card::before {
    content: "🧛‍♂️";
    position: absolute;
    font-size: 40px;
    bottom: 10px;
    right: 10px;
    animation: float 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}
  
  
  .btn-primary{
    background-color: transparent;
    color: #f7751e;
    border: solid 2px #f7751e;
    border-radius: 25px;

  }

  /*  */

  .custom-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: #fff;
}
.custom-card:hover {
    transform: translateY(-5px);
}
.custom-card img {
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: auto;
}
.custom-card p {
    margin: 0;
    padding: 15px;
    font-size: 1.1em;
    background-color: #f8f9fa;
}
.custom-card a {
    text-decoration: none;
    color: #000;
    display: block;
}
.custom-card-wrapper {
    padding: 15px;
}

.pdf-container {
  width: 100%;
  height: 100vh;
  border: none;
}

/* octubre */
.cintillo {
  background-image: linear-gradient(45deg, #f7751e 25%, #000 25%, #000 50%, #f7751e 50%, #f7751e 75%, #000 75%, #000 100%);
  background-size: 40px 40px;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1; /* Asegura que la capa del texto esté por encima */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.cintillo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Capa translúcida */
  z-index: -1; /* La capa translúcida queda por debajo del texto */
}

.cintillo span {
  position: relative;
  z-index: 2; /* Texto por encima de la capa translúcida */
}


/*  */


.navbar-custom {
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  width: 98%;
  margin-top: 25px;
  margin-left: 10px;
}
.navbar-brand img {
  height: 50px;
}
.nav-link {
  color: #333333 !important;
  font-weight: 600;
  margin: 0 15px; /* Aumenta el margen entre opciones */
}
.nav-link.active {
  color: #1E57FF !important;
  border-bottom: 2px solid #1E57FF;
}
.flag-icons img {
  width: 24px;
  height: auto;
  margin-left: 8px;
}


/*  */
.card {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.card-title{
  font-size: 24px;
  color: #73b441; /* Green color for highlighted text */
  font-weight: bold;
  margin-bottom: 10px;
}

.card h2 {
  font-size: 24px;
  color: #73b441; /* Green color for highlighted text */
  font-weight: bold;
  margin-bottom: 10px;
}

.card h2 span {
  color: #333333; /* Darker color for non-highlighted text */
  font-weight: bold;
}

.card p {
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
}

.card p strong {
  font-weight: bold;
}

.card .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3b82f6; /* Button blue color */
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 58px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.card .btn:hover {
  background-color: #2563eb; /* Darker blue on hover */
}

.nav-link{
  text-transform: uppercase !important;
}

.i-card {
  color: #74b441;
  font-size: 44px;
  margin-bottom: 12px;
  }

  /*  */

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 140px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s, box-shadow 0.3s;
}

.floating-button:hover {
  transform: scale(0.8);
  transition: 1s ease;
}