body {
    background-color: #f8f9fa;
}
.header {
    background-color: #00468c;
    color: white;
}

.logo {

}

.text-blue-tj {
    color: #00468c;
}

.fondo-azul {
    background-color: #00468c !important;
}

.hero {
    background-color: #e9ecef;
    padding: 40px 0;
    min-height: 400px;
    max-height: 600px;
    background-image: url(../img/hero-image.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-link-tj {
    color: #ffffffaa;
}

.nav-link-tj:hover {
    color: #fff;
}

.menu-movil {
    border: 0;
    padding: 0;
    margin: 0;
    width: 32px;
}

.menu-movil:focus {
    box-shadow: none;
}

.navbar-brand-tj {
    width: 160px;
}

.nav-margin-r {
    margin-top: 0;
}

.cta-button {
    background-color: #28a745;
    color: white;
}

.cta-button:active {
    background-color: #117027;
    color: white;
}

.cta-button:focus {
    background-color: #117027;
    color: white;
}

.cta-button:hover {
    background-color: #117027;
    color: white;
}

.img-pro {
    width: 100%;
    margin: auto;
}

.text-dark-emphasis {
    color: #717171 !important;
    text-decoration: none !important;
    margin-bottom: 5px !important;
    display: block;
}

.col-xl-5ths {
    flex: 0 0 auto;
    width: 20%; /* 100% / 5 */
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-size: 50% !important;
    background-color: #00468c;
    width: 36px !important;
    height: 36px !important;
    border-radius: 36px;
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
    background-size: 50% !important;
    background-color: #00468c;
    width: 36px !important;
    height: 36px !important;
    border-radius: 36px;
}

.carrusel-p {
    position: absolute;
    width: 100%;
    top: -70px;
}

.card-footer {
    padding: 20px !important;
}

.dropdown-menu {
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #f8f9fa; /* Color de fondo del menú */
}

.dropdown-item {
    color: #333; /* Color del texto */
    padding: 0.25rem 1.5rem;
}

.dropdown-item:hover {
    background-color: #e9ecef; /* Color de fondo al pasar el mouse */
}

.footer {
    background-color: #f5f5f5;
    color: #404040;
}
.mas {
    background-color: #00468c45;
    color: #00468c;
}

.mas:hover {
    background-color: #00468c;
    color: #ffffff;
}

.carousel-item {
    transition: transform 10s ease-in-out; /* Aumenta la duración y suaviza la transición */
  }
  
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  
  .carousel-item-next:not(.carousel-item-start),
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(10); /* Evita saltos al principio y al final */
  }

  .continuous-inner {
    display: flex;
    transition: transform linear;
  }
  
  .continuous-item {
    flex: 0 0 auto;
  }
  
  .continuous-row {
    display: flex;
    flex-wrap: nowrap;
  }

  .whatsapp-flotante {
    background-color: #28a745;
    width: 64px;
    height: 64px;
    display: flex;
    text-align: center;
    border-radius: 64px;
    align-content: space-between;
    justify-content: center;
    flex-wrap: nowrap;
    position: fixed;
    z-index: 2000;
    bottom: 60px;
    right: 60px;
  }

  .cabecera-pagina {
    background-image: url(../img/nosotros.jpg);
    background-size: cover;
    min-height: 220px;
    max-height: 320px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding-top: 7%;
    background-color: #00468c;
    background-blend-mode: soft-light;
  }

.div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-top: 25px;
    font-weight: 300;
    color: #00468c;
}
ul {
    list-style-type: disc;
    padding-left: 20px;
}
li {
    margin-bottom: 8px;
}
.catalogo-titulo {
    font-weight: bold;
    margin-top: 15px;
    color: #555;
}


@media only screen and (max-width: 991px) {
    .nav-margin-r {
        margin-top: 30px;
    }
}