@font-face {
    font-family: 'sherborne-variable';
    src: url('fonts/Sherborne-Variable-.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}

h1 {
    font-family: "sherborne-variable";
    font-variation-settings: "opsz" 12, "wght" 600;
    margin: 0;
    padding: 0;
}
body {
    font-family: "lato", sans-serif;
    font-variation-settings: normal;
}
.navbar {
    /*margin-top: -15px;*/
    position: fixed;
    z-index: 1030 !important;
}

img.logo {
    height: 60px;
}

.navbar-nav .nav-link {
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #004B5D;
}

.nav-link.active {
    font-weight: bold;
}

.dropdown-item {
    transition: color 0.3s ease;
}

.dropdown-item:hover {
    color: #004B5D;
    background-color: transparent;
}

.dropdown-item.active {
    background-color: white;
    color: #000000;
    font-weight: bold;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 1.0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
}

/*#navbar-placeholder {
    height: 80px;
}*/

.navbar.navbar-expand-lg.shadow {
    background-color: white;
    z-index: 3;
}


/* Colores */
.bg-004b5d {
    background-color: #004B5D;
}

.bg-b3 {
    background-color: #dadada;
}

.bg-f2 {
    background-color: #F2F2F2;
}

.text-primary {
    color: #004B5D !important;
}

header {
    background-color: #F2F2F2;
    color: #000;
}

.btn-primary {
    background-color: #004B5D;
    border: none;
}

.btn-primary:hover {
    background-color: #002d38;
}

footer {
    background-color: #000;
    color: #fff;
}

.hero {
    background: url('../assets/home/al_web-header.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero .row {
    width: 100%;
}

.hero h1 {
    font-size: 2.5rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.about-section {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
}

.about-section h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.about-section p {
    margin-bottom: 15px;
}

.icon {
    font-size: 1.5rem;
    width: 30px;
    margin-right: 10px;
}

.icon2 {
    font-size: 1.5rem;
    width: 50px;
    margin-right: 10px;
}

.btn {
    background-color: #004B5D;
    color: #fff;
}

.newsletter {
    background-color: #000;
    color: white;
    text-align: start;
    padding: 40px 20px;
}

.news-section img {
    max-width: 100%;
    border-radius: 8px;
}

.news-section h3 {
    color: #004B5D;
}

.news-section .btn {
    background-color: #004B5D;
    color: white;
}


.carousel-indicators {
    position: absolute;
    bottom: -50px;
    left: 35%;
    transform: translateX(-50%);
    z-index: 5;
}

.carousel-indicators button {
    background-color: #004B5D !important;
}

.col-md-6:nth-child(2) {
    max-height: 800px;
    /* Ajusta la altura según sea necesario */
    overflow-y: scroll;
    /* Habilita el desplazamiento vertical */
    position: relative;
}


/* Efecto cuando el usuario pasa el mouse sobre el área */
.col-md-6:nth-child(2):hover::after {
    opacity: 1;
    /* Aumenta la visibilidad de la flecha cuando pasa el mouse */
}

/* Estilo para ocultar la barra de desplazamiento */
.col-md-6:nth-child(2)::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.col-md-6:nth-child(2)>.scrollable-content {
    max-height: 800px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hero2 {
    background: url('../assets/home/Civil.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero2 .row {
    width: 100%;
}

.hero2 h1 {
    font-size: 2.5rem;
}

.hero3 {
    background: url('../assets/home/Mercantil.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero3 .row {
    width: 100%;
}

.hero3 h1 {
    font-size: 2.5rem;
}

.hero4 {
    background: url('../assets/home/Administrativo.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero4 .row {
    width: 100%;
}

.hero4 h1 {
    font-size: 2.5rem;
}

.hero5 {
    background: url('../assets/home/Laboral.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero5 .row {
    width: 100%;
}

.hero5 h1 {
    font-size: 2.5rem;
}

.hero6 {
    background: url('../assets/home/Procedimientos.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero6 .row {
    width: 100%;
}

.hero6 h1 {
    font-size: 2.5rem;
}


.hero7 {
    background: url('../assets/home/Tramites.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero7 .row {
    width: 100%;
}

.hero7 h1 {
    font-size: 2.5rem;
}

.hero8 {
    background: url('../assets/Corporativopng.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero8 .row {
    width: 100%;
}

.hero8 h1 {
    font-size: 2.5rem;
}

.hero9 {
    background: url('../assets/Penal.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero9 .row {
    width: 100%;
}

.hero9 h1 {
    font-size: 2.5rem;
}
/* nuevos */
.hero10 {
    background: url('../assets/home/compliance.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero10 .row {
    width: 100%;
}

.hero10 h1 {
    font-size: 2.5rem;
}

.hero11 {
    background: url('../assets/home/contrataciones.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero11 .row {
    width: 100%;
}

.hero11 h1 {
    font-size: 2.5rem;
}
.cta {
    background: url('../assets/home/Corona.svg') no-repeat center center;
    /* Imagen de fondo centrada */
    text-align: center;
    padding: 50px 20px;
    padding-bottom: 50px !important;
    background-color: #fff !important;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    /* Tamaño de la bolita */
    height: 12px;
    /* Tamaño de la bolita */
    border-radius: 50%;
    /* Forma circular */
    background-color: #ccc;
    /* Color de fondo */
    border: none;
    /* Sin bordes */
    transition: background-color 0.3s ease;
    /* Animación de transición */
}

.carousel-indicators [data-bs-target].active {
    background-color: #007bff;
    /* Color para la bolita activa */
}


.profile-header {
    text-align: center;
    margin-bottom: 2rem;
}

.profile-header img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.profile-header h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1rem;
}

.profile-header h2 {
    font-size: 1.2rem;
    color: #6c757d;
}

.section-title {
    font-weight: bold;
    font-size: 16px !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #6c757d;
    display: inline-block;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

.contact-info a {
    text-decoration: none;
    color: #fff;
}

.col-md-6 >.scrollable-content {
    max-height: 600px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.btn {
    border-radius: 0px;
    padding: 8px 16px;
}
.btn:hover {
    color: white;
    background-color: #66939e;
    border-color: #66939e;
}

.form-control {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    background-color: transparent;
}

.vacante-card {
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    cursor: pointer;
    height: 300px; /* Asegura que todas las tarjetas tengan la misma altura */
    display: flex;
    flex-direction: column; /* Hace que el contenido se organice de arriba a abajo */
    justify-content: space-between; /* Asegura que el contenido esté distribuido uniformemente */
}

.vacante-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.vacante-card.active {
    background-color: #fff;
}
.detalle-vacante {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
}

.vacante-card h5 {
    font-size: 1.25rem;
    font-weight: bold;
}
.vacante-card p {
    font-size: 0.9rem;
    color: #555;
}

.btn-ver {
    background-color: transparent;
    border: 1px solid #002d38;
    color: #002d38;
    border-radius: 5px;
    padding: 5px 10px;
}
.btn-ver:hover {
    background-color: #002d38;
    color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
}

.leer-mas {
    display: none;
}

.slick-dots li button:before {
    font-size: 20px !important;
}

.slick-dots li.slick-active button:before {
    color: #002d38 !important; 
    font-size: 20px;
}

.slick-dots li button:hover:before {
    color: #004B5D !important; 
}
