﻿@font-face {
    font-family: 'Open Sans';
  
    font-weight: 100 900;
    font-style: normal;
}


body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #fff;
}
.banner .container {
    max-width: 100% !important;
    padding: 0;
}

.banner-img {
    object-fit: cover;
    height: 100vh;
}

h1, h2, h3, h5, p,a,ul,li .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.btn {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

a, .nav-link {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

.banner-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #004080;
}

.banner-subtitle {
    font-size: 1.2rem;
    color: #666;
}


.financial-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .financial-section h2 {
        color: #004080;
        margin-bottom: 15px;
    }
.btn-corporativo {
    background-color: #004080;
    color: #fff;
    border: none;
}

    .btn-corporativo:hover {
        background-color: #003060;
    }


.bg-dark {
    background-color: #004080 !important; 
}


.navbar-brand {
    font-weight: bold;
    font-size: 1.3rem;
    color: #86b7fe !important; 
}

.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 550px;
}

.nav-link {
    color: #fff !important;
    margin-left: 20px;
    transition: color 0.3s ease;
}

    .nav-link:hover {
        color: #86b7fe !important;
    }
    .nav-link.active {
        color: #86b7fe !important;
        font-weight: bold;
        border-bottom: 2px solid #86b7fe;
    }



.navbar {
    padding-left: 2rem;
    padding-right: 2rem;
}


.banner {
    width: 100%;
    overflow: hidden;
}

.banner-content {
    position: absolute;
    max-width: 800px;
    padding: 1rem;
    top: 60%;
    left: 35%;
    transform: translate(-50%, -50%); 
    text-align: center;
    color: #fff;
}

.lead1 {
    font-size: 1.25rem;
    font-weight: 300;
}

@media (max-width: 1199px) {  
    .card-img-top {
        object-fit: cover;
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding-left: 1rem; 
        padding-right: 1rem;
    }
    .card-img-top {
        object-fit: cover;
        width: 100%;
        height: 458px;
    }
}

@media (max-width: 1400px) {
   
    .card-img-top {
        object-fit: cover;
        width: 100%;
        height: 458px;
    }
}



@media (max-width: 992px) {
    .logo-img {
        height: 50px;
    }

    .banner-content {
        max-width: 90%;
    }

    .lead1 {
        font-size: 1.1rem;
    }
    .espacio {
        padding: 12px 10px 10px 10px !important;
    }
    .imgOrga {
        width: 70%;
    }
    .card-img-top {
        object-fit: cover;
        width: 100%;
        height: 530px;
    }
}
.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

@media (max-width: 599px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
    .logo-img {
        height: 40px;
    }
 
    .banner-content h2 {
        font-size: 1.5rem;
    }

    .lead1 {
        font-size: 1rem;
    }
    .espacio {
        padding: 10px 0px 10px 12px !important;
    }
    .imgOrga {
        width: 100%;
    }
    .card-img-top {
        object-fit: cover;
        width: 100%;
        height: 500px;
    }
    .banner-content {
        position: absolute;
        max-width: 800px;
        padding: 1rem;
        top: 71%;
        left: 16%;
        transform: translate(-8%, -40%);
        text-align: center;
        color: #fff;
    }
}

@media (max-width: 450px) {
    .logo-img {
        height: 28px;
    }
    .lead1 {
        font-size: 1.10rem;
        font-weight: 400;
    }
    .espacio {
        padding: 10px 0px 10px 12px !important;
    }
    .imgOrga {
        width: 100%;
    }
    .card-img-top {
        object-fit: cover;
        width: 100%;
        height: 450px;
    }
    .banner-content {
        position: absolute;
        max-width: 800px;
        padding: 1rem;
        top: 71%;
        left: 16%;
        transform: translate(-8%, -40%);
        text-align: center;
        color: #fff;
    }

}


.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.navbar {    
    background-color: #1b335c;
}


.nav-custom {
    color: #ffffff !important; 
    font-weight: 500;
    margin-left: 20px;
    transition: color 0.3s ease;
}

   
    .nav-custom:hover {
        color: #86b7fe !important;
    }

   
    .nav-custom.active {
        color: #86b7fe !important;
        border-bottom: 2px solid #86b7fe;
    }

.section-title {
    color: #FF5204; 
    font-weight: bold;
    margin-bottom: 15px;
}


.section-text {
    font-size: 1.1rem;
    color: #333; 
    max-width: 800px; 
    margin: 0 auto 20px; 
}



.card-header {
    background-color: #f8f9fa; 
    font-size: 1.1rem;
    
}
.text-justify {
    text-align: justify;
}



h5 {
    color: #FF5204; 
}


.memoria-title {
    color: #FF5204; 
    font-size: 1.1rem;
    line-height: 1.4;
}




.btn-outline-primary:hover {
    background-color: #003177 !important; 
    color: #fff !important;
    border-color: #003177 !important;
}



.btn-link-card {
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .btn-link-card:hover .card {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #003177; 
}

.card-imgBoton-top {
    width: 100%; 
    height: 150px; 
    object-fit: contain; 
    padding: 10px; 
}


.html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1; 
}

.footer {
    background-color: #1b335c;
    color: white;
    text-align: center;
    padding: 10px;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-title {
    color: #FF5204; 
    font-weight: bold;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-link:hover {
        color: #86b7fe;
    }



.card-imgNosotros-top {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.cardNosotros-title {
    color: #FF5204; 
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
}

.card-body {
    overflow-x: auto;
}
.bg-darkblue {
    background-color: darkblue !important;
}

