.body{
    background: white;
}
.btn-primary{
    background-color: #042537 !important;
    padding: 15px 25px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    color: white !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 10px !important;

}
.btn-primary:hover{

    background-color: #093147 !important;
}
.show-menu {
    display: flex !important;
}

.dropdown-menu {
    min-width: 500px;
    padding: 15px;
    border-radius: 15px !important;
}

.btn-success {
    font-size: 24px;
}

.floating-navbar {
    background-color: rgba(9, 49, 71, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    margin: 20px auto;
    width: 90%;
    max-width: 1200px;
    padding: 10px 20px;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.floating-navbar.scrolled {
    background-color: rgba(9, 49, 71, 1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.navbar-brand img {
    height: 35px;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    margin: 0 10px;
    font-size: 18px;
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.navbar-nav .btn-light {
    color: #093147 !important;
    font-weight: bold;
    border-radius: 20px;
    padding: 8px 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 43, 63, 0.473);
    display: none;
    z-index: 998;
}

.show-overlay {
    display: block !important;
}

.dropdown-menu.show {
    display: block !important;
}

.btn-wsp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #F7B71E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.btn-wsp:hover {
    transform: scale(1.1);
}

.btn-wsp img {
    width: 35px;
    height: auto;
}

.container1 {
    padding: 40px;
}

.texto-oculto {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.valores {
    position: relative;
    padding: 60px 0;
    background: url('../img/fondo6.png') no-repeat center center/cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    top: 2rem;
}

.valores::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.11);
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-md-1-custom {
    max-width: 250px !important;
    width: 100% !important;
}

.col-md-6-custom {
    max-width: 800px !important;
    width: 100% !important;
    height: auto;
}

.valor-item {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px !important;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    max-width: 1900px;
    height: auto;
}

.valor-item1 {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px !important;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    max-width: 20rem;
    margin-left: auto;
}

.valor-item h3, .valor-item1 h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    height: auto;
}

.valor-item p, .valor-item1 p {
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    height: auto;
}

.contenedor-valores {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 65%;
}

.transparencia {
    height: 100%;
    flex: 1;
}

.sencillez-eficiencia {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.personaje-container {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.personaje {
    max-width: 50rem;
    height: auto;
    position: absolute;
    bottom: -0.5rem;
    right: -13rem;
    z-index: 3;
}

.text-center{
    margin-left: auto;
}
.flex-column{
    padding: 10px;
}

.porque-elegirnos {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 2rem;
    background: url('../img/fondo_blanco.png') no-repeat center center/cover;
  
}

.navegacion-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.navegacion {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #d1d1d1;
    text-align: center;
    position: relative;
}

.navegacion .nav-item {
    flex: 1;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    font-size: 18px !important;
}

.navegacion .nav-item.active {
    color: #042537;
    font-weight: bold;
}

.linea {
    width: 100%;
    height: 3px;
    background-color: #042537;
    position: relative;
    margin-top: 8px;
    top:2px;
}

.punto {
    width: 14px;
    height: 14px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -4px; 
}

.punto:nth-child(1) { left: 0%; } 
.punto:nth-child(2) { left: 50%; } 
.punto:nth-child(3) { left: 100%; } 

.punto-activo {
    background-color: #042537 !important;
}


.navegacion .nav-item:nth-child(1) { text-align: left; }
.navegacion .nav-item:nth-child(2) { text-align: center; }
.navegacion .nav-item:nth-child(3) { text-align: right; }


.tab-content {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    top:3rem;
    width: 100%;
    height: 30rem;
}

.tab-pane {
    display: block;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    align-items: center;
    
}

.icono {
    width: 80%;
    max-width: 300px;
    margin-top: 3rem;
    align-items: center;
}

.text-dark{
    font-size:20px;
    
}
p{
    font-size: 20px;
}

.py-4{
    box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.2);
}




@media (max-width: 768px) {

    
    .display-4{
        margin-top: 3.5rem;
    }
    .hero{
        height: 30vh !important;
    }
    .btn-primary{
        max-width: 70%;
        height: auto;
        font-size: 9px;
        
    }
    .floating-navbar{
       padding: 5px 20px;
       margin-top: 0.2rem; 
    }

    
    .navbar-toggler-icon{
        width:15px;
    }
    .navbar-brand img{
        height: 25px
    }
    .col-md-5 {
        max-width: 50%;
    }
    .shield-container {
        max-width: 100% !important; 
        margin-right: auto !important; 
        text-align: center; 
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    
    .shield-container img {
        max-width: 45% !important;
        height: auto !important;
        display: block !important;
    }
    .col-md-7{
        max-width: 50%;
    }
    .fw-bold{
        font-size: 14px;
    }
    .text-dark{
        font-size: 10px;
        
    }
    .texto-oculto {
        display: none; 
    }

    .mostrar {
        display: block !important;
        opacity: 1;
    }

    .ocultar {
        display: none !important;
        opacity: 0;
    }

    #toggleButton {
        display: block !important;
    }
    .py-1{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    

    .valor-item h3, .valor-item1 h3 {
        font-size: 14px;
        
    }
    
.valor-item p, .valor-item1 p {
    font-size: 10px;
 
}

    .col-md-4 img{
        width: 45%;
        height: auto;
    }
    .col-md-4 h5{
       font-size: 15px;
    }
    .text-dark{
        font-size: 12px;
    }
    
    .mt-2{
        font-size: 12px;
    }

    .col-md-9 {
        flex-direction: column !important;
        display: flex;
        align-items: center;
        gap: 5px !important;
        margin-top: -1.4rem;
        
    }

    .col-md-3, .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;

        
    }
    .valor-item1, .valor-item {
        max-width: 100% !important;
        width: 100% !important;
        margin: 5px 0 !important;
        padding: 10px !important;
    }
    
    .personaje-container {
        display: none !important;
    }
    
    .navegacion .nav-item {
        flex: 1;
        text-align: center;
        cursor: pointer;
        transition: color 0.3s ease-in-out;
        font-size: 18px;
    }
    
    .navegacion .nav-item.active {
        color: #042537;
        font-weight: bold;

    }
    
    .linea {
        width: 100%;
       
    }
    
    .punto {
        width: 8px;
        height: 8px;
        
    }
    .tab-content {
        margin-top: 20px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 25px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        top:3rem;
        width: 100%;
        height: 22rem;
    }
    
    .tab-pane {
        display: block;
        background: transparent;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        align-items: center;
        
    }
    
    .icono {
        width: 50%;
        max-width: 5rem;
        margin-top: 5px;
        margin-bottom: 5px;
       
    }
    .col-md-4 img{
        width: 50%;
        max-width: 5rem;
        margin-top: 5px;
        margin-bottom: 15px; 
    } 
    .col-md-8{
        font-size: 12px;
    }
    p { 
        font-size: 12px !important;
    }



}

@media (min-width: 481px) {
    #toggleButton {
        display: none !important;
    }
    






}

@media (max-width: 480px) {


    .display-4{
        margin-top: 3.5rem;
    }
    .hero{
        height: 30vh !important;
    }
    .btn-primary{
        max-width: 70%;
        height: auto;
        font-size: 9px;
        
    }
    .floating-navbar{
       padding: 5px 20px;
       margin-top: 0.2rem; 
    }
    .navbar-nav .nav-link {
        color: white !important;
        font-weight: bold;
        margin: 0 10px;
        font-size: 12px !important;
    }
    .dropdown-menu {
        min-width: 100% !important;  
        max-width: 100% !important;
        white-space: normal !important; 
        word-wrap: break-word !important; 
        margin-bottom: 10px;
      }
      .dropdown-item{
        font-size: 14px !important;
        white-space: normal !important; 
        line-height: 1.2;
      }
    
    .navbar-toggler-icon{
        width:15px;
    }
    .navbar-brand img{
        height: 25px
    }
    .col-md-5 {
        max-width: 50%;
    }
    .shield-container {
        max-width: 100% !important; 
        margin-right: auto !important; 
        text-align: center; 
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    
    .shield-container img {
        max-width: 45% !important;
        height: auto !important;
        display: block !important;
    }
    .col-md-7{
        max-width: 50%;
    }
    .fw-bold{
        font-size: 14px;
    }
    .text-dark{
        font-size: 10px;
        
    }
    .texto-oculto {
        display: none; 
    }

    .mostrar {
        display: block !important;
        opacity: 1;
    }

    .ocultar {
        display: none !important;
        opacity: 0;
    }

    #toggleButton {
        display: block !important;
    }
    .py-1{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    

    .valor-item h3, .valor-item1 h3 {
        font-size: 14px;
        
    }
    
.valor-item p, .valor-item1 p {
    font-size: 10px;
 
}


    .col-md-4 img{
        width: 45%;
        height: auto;
    }
    .col-md-4 h5{
       font-size: 15px;
    }
    .text-dark{
        font-size: 12px;
    }
    
    .mt-2{
        font-size: 12px;
    }

    .col-md-9 {
        flex-direction: column !important;
        display: flex;
        align-items: center;
        gap: 5px !important;
        margin-top: -1.4rem;
        
    }
    .col-md-3, .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;

        
    }

    .valor-item1, .valor-item {
        max-width: 100% !important;
        width: 100% !important;
        margin: 5px 0 !important;
        padding: 10px !important; 
        
      
    }

    .personaje-container {
        display: none !important;
    }


    .navegacion .nav-item {
        flex: 1;
        text-align: center;
        cursor: pointer;
        transition: color 0.3s ease-in-out;
        font-size: 12px !important;
        padding: 5px;
    }
    
    .navegacion .nav-item.active {
        color: #042537;
        font-weight: bold;

    }
    
    .linea {
        width: 100%;
       
    }
    
    .punto {
        width: 8px;
        height: 8px;
        
    }



    .tab-content {
        margin-top: 20px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 25px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        top:3rem;
        width: 100%;
        height: 22rem;
    }
    
    .tab-pane {
        display: block;
        background: transparent;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        align-items: center;
        
    }
    
    .icono {
        width: 50%;
        max-width: 5rem;
        margin-top: 5px;
        margin-bottom: 5px;
       
    }
    .col-md-4 img{
        width: 25% !important;
        max-width: 5rem;
        margin-top: 5px;
        margin-bottom: 15px; 
    } 
    .col-md-8{
        font-size: 12px;
    }
    p { 
        font-size: 12px !important;
    }

    .navbar-nav .btn-light {
        color: #093147 !important;
        font-weight: bold;
        border-radius: 5px;
        padding: 9px 8px;
        font-size: 14px;
      }
    
     



}
