/*Seccion de VacantesPostulante */
* {
    box-sizing: border-box;
    margin: 0%;
    padding: 0;
}

body {
    background-color: #aca8a823;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

.tab-content {
    border: 0px;
}

.navbar {
    width: 100%;
    height: 4rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    width: 20%;
}

.logoms {
    width: 7rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content {
    padding: 20px;
    width: 100%;
}

.content img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.image-container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.image-section {
    position: relative;
    margin: 0;
    padding: 0;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.image-cont {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.custom-img {
  width: 100%;       /* ocupa todo el ancho de su columna */
  height: auto;      /* mantiene proporción */
  object-fit: cover; /* recorta sin deformar */
  border-radius: 8px; /* opcional, bordes suaves */
}


/* Sobre imagen */
.corner-banner1 {
    position: absolute;
    top: .5rem;
    right: -7rem;
    opacity: 1;
    z-index: 1;
}

.corner-banner1 img {
    width: 69%;
    height: auto;
}

.corner-banner2 {
    position: absolute;
    top: 50%;
    left: 60%;
    opacity: 1;
    z-index: 1;
    margin-right: 10px;
}

.corner-banner2 img {
    width: 69%;
    height: auto;
}

.corner-banner2:last-child {
    margin-right: 0;
}


.img-fluid {
    width: 100%;
    height: 20rem;
}


.bg-soft {
    background-color: #f2f0eb;
    color: black;
    padding: 0;
    margin: 0;
}


.borderR {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.bg-red {
    background-color: #b30000;
    color: white;
}

.btn-dark2 {
    background-color: black;
    color: white;
}


.overlay-text {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    color: white;
}


.overlay-text2 {
    position: absolute;
    top: 30%;
    transform: translate(50%, 50%);
    text-align: center;
    z-index: 10;
    color: white;
}

p {
    text-align: justify;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

footer {
    padding: 0;
    margin: 0;
}

.dropdown {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
}

.dropdown-menu {
    background-color: #00000083;
    color: rgb(255, 255, 255);
    box-shadow: none;
    border: none;
    width: 100%;
    margin: 0px;
    padding: 0;
    border-radius: 0;
}

.dropdown-item {
    color: rgb(255, 255, 255);
    width: 100%;
    height: 2rem;
}

.dropdown-item:hover {
    background-color: #b30000;
    width: 100%;
    color: white;
}


.card-landi-container {
    display: flex;

}

.card-landi-containerLeft {
    display: flex;
    justify-content: left;
}

.card-landi-containerRight {
    display: flex;
    justify-content: right;
}

.card-landi {
    border: none;
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 17rem;
    width: 95%;
    margin-top: 1rem;
}

.card-landi:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.card-landi-body {
    padding: 1.5rem;
    max-height: 17rem;
}

.card-landi-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    color: #333;
}

.card-landi-text {
  font-family: 'Poppins', sans-serif; /* Puedes cambiar por otra si quieres */
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

.resaltado-rojo {
  color: #a30000;
  font-weight: 600;
}

.button-container {
    margin: 0;
    padding: 0;
    display: flex;
    height: auto;
}

.btn-custom {
    background-color: #b30000 !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-custom:hover {
    background-color: #D2242A !important;
    color: white !important;
}

.btn-nav {
    background-color: #000000;
    color: rgb(255, 255, 255);
    border: 0;
    margin: 0;
    height: 4rem;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-nav:hover {
    background-color: #b30000;
    color: white;
}

.btn-vacantes {
    background-color: #ffffff;
    color: #000000;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 5rem;
}

.btn-vacantes:hover {
    background-color: rgba(179, 0, 0, 0.5);
    color: white;
}

.input-group-footer {
    border-radius: 25px;
    overflow: hidden;
    margin: 0px;
}

.form-control-footer {
    border: 1px solid #ced4da;
    height: 2.3rem;
    width: 15rem;
    margin: 0px;
    border-radius: .25rem 0 0 .25rem;
}

.btn-primary {
    border-radius: 0 25px 25px 0;
    background-color: #ff0000;
    border: none;
}

.btn-primary:hover {
    background-color: #b30000;
}

.icon-red {
    color: red;
}

.text-red {
    color: #b30000;
}

.postulaciones-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.postulaciones-title {
    color: #b30000;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.postulaciones-table {
    border-collapse: collapse;
}

.postulaciones-table thead {
    background-color: #ff0000;
    color: white;
}

.postulaciones-table tbody tr {
    transition: background-color 0.3s;
}

.postulaciones-table tbody tr:hover {
    background-color: #f1f1f1;
}

.postulaciones-table td,
.postulaciones-table th {
    padding: 15px;
    text-align: center;
    border: 1px solid #dee2e6;
}

.btn-postulaciones {
    background-color: #b30000;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-postulaciones:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn-postulaciones:disabled {
    background-color: #CCC !important;
    color: black;
    cursor: not-allowed;
    opacity: 0.5;
}

.division-f {
    border: 1px solid white;
    margin: 20px 0
}

.division-c {
    display: block;
    width: 30rem;
    height: .3rem;
    background-color: red;
    margin-top: 5px;
}

.vertical-line {
    width: 1px;
    height: 4rem;
    background-color: #ffffff41;
    z-index: 4;
}

.footer {
    margin: 0;
    padding: 0;
}

.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.payment-logo {
    margin: 0.5rem;
    height: 1.5rem
}

.titulo {
    text-align: center;
    font-family: 'Bebas Neue', sans-seri;
    font-size: 5rem;
}

.subtitulo {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
}

.titulo-Intranet {
    color: #b30000;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.tituloVacante {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #b30000;
}

.borderIn {
    border-color: rgba(0, 0, 0, 0.7);
}

.borderIn:focus {
    border-color: #b30000;
    box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.2);
}

.info-section {
    font-family: Arial, sans-serif;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* Espacio entre los elementos */
}

.info-item {
    display: flex;
    align-items: center;
}

.info-item i {
    margin-right: 10px;
    color: #D2242A;
}

.info-item span {
    font-weight: bold;
    color: #333;
}


.card-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-link {
    border: none;
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: auto;
    width: 30rem;
    margin-top: 1rem;
}

.card-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(179, 0, 0, 0.4);
}

.card-link-body {
    padding: 1.5rem;
    max-height: 17rem;
}

.card-link a {
    display: inline-block;
    padding: 10px 20px;
    color: #b30000;
    background-color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.card-link a:hover {
    background-color: #f2f0eb;
}
 .alert-custom-bounce {
        animation: bounce-in 0.8s ease;
        max-width: 700px;
        margin: 0 auto;
    }

    @keyframes bounce-in {
        0% {
            transform: scale(0.95);
            opacity: 0;
        }
        60% {
            transform: scale(1.05);
            opacity: 1;
        }
        100% {
            transform: scale(1);
        }
    }
    
  .img-izq {
    width: 100%;              /* Para que se ajuste al contenedor */
    height: auto;             /* Para mantener la proporción */
    border-radius: 10px;      /* Bordes redondeados, opcional */
    object-fit: cover;        /* Recorta elegantemente si es necesario */
    margin-top: 15px;         /* Espacio entre el título y la imagen */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* Sombra suave */
    transition: transform 0.3s ease; /* Animación suave */
}

.img-izq:hover {
    transform: scale(1.02);   /* Efecto de zoom ligero al pasar el mouse */
}

