* {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;  
}

body, html {
    height: 100%;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;  
}
.full-height-container {
    padding-bottom:15rem;
    position: relative;
    background: 
        linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)),
        url('/assets/images/background-footer-01.jpeg') no-repeat center bottom; /* URL de la imagen */
    background-size: cover;
    background-position: center 250px;
    color: white;
}
.content {
    position: relative;
    /* z-index: 1; /* Para asegurarse de que el contenido esté por encima del fondo */
    background-color: none;
    top: 10px;
    color: #333;
    text-shadow: 2px 2px #ffffff;
}
.overlay {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    height: 0px; /* Ajusta la altura del overlay según tus necesidades */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}


.navbar {
    background-color: #fff; 
    padding-bottom: 30px;
}
.navbar-toggler {
    border-color: transparent;
}
.navbar-toggler + img {
    display: block;
    width:80%; /* Ajusta según tus necesidades */
    margin-top: 30px; /* Espacio entre el botón y la imagen */
}   
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus,
.navbar-toggler-icon:active {
    outline: none;
    box-shadow: none;
}     
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(122, 128, 91, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width:40%;
    margin-bottom: 5px;
    float: right;
}
.offcanvas {
    background-color: rgba(134,135,125,1) !important;
    color: rgba(122,128,91,1) !important;
}
.dropdown .dropdown-menu {
    background-color: rgba(122,128,91,0) !important;
    border:none;
    
}
.dropdown-item {
    color: rgba(255,255,255,0.4) !important;          
}
.dropdown-item:hover{
    color: rgba(255,255,255,0.8) !important;
    background: #ccc;
}
.content img {
    width: auto;
    height: auto;
}
.list-group-flush .list-group-item {
    background-color: transparent;
    font-size:1.4em;
    font-weight:700;
    text-decoration: none;
    padding: 0.4rem 0;
}
.list-group-flush .list-group-item:not(:last-child) {
    border-color:rgba(122,128,91,0.5);
}        
.list-group-flush .list-group-item a, .list-group-flush .list-group-item a:visited {
    color: rgba(122,128,91,0.7);
    text-decoration: none;
}        
.list-group-flush .list-group-item a:hover {
    color: rgba(122,128,91,1);
}    

.layer {
    display: none;
    width: 360px;

}
.layer.default {
    display: block;
}
.bg-svg {
    background-image: url('/assets/images/section-header-bg.svg'); /* URL de la imagen SVG */
    background-size: cover; /* Ajusta el tamaño para cubrir el área */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    min-height: 470px; /* Ajusta la altura mínima según tus necesidades */
}


.section-title h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.2em;
  font-weight: 500;
  font-style: normal;
  color: rgba(122,128,91,1);
}
.nav-item {
    font-size: 1rem; /* Tamaño de fuente para dispositivos móviles */
    font-weight: 600;
    border:none;
}
.nav-link {
    color: rgba(255,255,255,0.4) !important;

}


/* Estilos para pantallas medianas y superiores (>=768px) */
@media (min-width: 768px) {

    .section-title h1 {
        font-size: 4em;
      }    
    .navbar-brand {
        margin-right: 70px;
    }
        .nav-item {
        font-size: 0.7rem; /* Tamaño de fuente para desktop */
        color: #7A805B !important;
    }
    .nav-item {
        border-left: #7A805B solid 1px;

    }
    .nav-link {
        padding:0;
        margin-right: 18px;
        color: #7A805B !important;
    }
}


.offcanvas-bg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 70%; /* Ajusta el ancho de la imagen */
    height: auto; /* Mantén la proporción de la imagen */
    opacity: 0.8; /* Alpha de 30% */
    pointer-events: none; /* Asegura que la imagen no interfiera con la interacción del usuario */
}

.bussiness-partners img {
    width: 130px;
    margin: 1rem
}

.text-content, .text-content p {
    font-weight: 500;
    color: #7A805B;
    text-align:justify;
    text-shadow: 2px 2px #ffffff;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    content: '';
    display: block;
    padding-top: 56.25%; /* Relación de aspecto 16:9 */
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

        /* Estilo personalizado para las filas rayadas */
        .table-striped-custom tbody tr:nth-of-type(odd) {
            background-color: rgba(255,255,255,0.6); /* Color de fondo para filas impares */
        }
        .table-striped-custom tbody tr:nth-of-type(even) {
            background-color: rgba(255,255,255,0.3); /* Color de fondo para filas pares */
        }


        .modal-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1040 !important;
        }
        .modal-content {
            position: relative;
            z-index: 1050 !important;
        }
        .modal-dialog {
            z-index: 1050 !important;
        }     

        .w-30img {
            width: 30% !important;
          }        