:root {
    --bna-azul-dark: #003366;
    --bna-celeste: #005f86;
    --bna-turquesa: #009ec9;
    --bna-text-light: #f8f9fa;
    --navbar-text-color: rgba(255, 255, 255, 0.85);
}

/* |--------------------------------------------------------------------------
| FUENTES
|--------------------------------------------------------------------------
*/

@font-face {
    font-family: 'OpenSans-VariableFont_wdth';
    src: local('OpenSans-Bold'), /* Para el resto de navegadores */
    url('../Fonts/OpenSans-VariableFont_wdth.ttf') format('truetype');
	font-display:swap;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: local('OpenSans-Bold'), /* Para el resto de navegadores */
    url('../Fonts/OpenSans-Bold.ttf') format('truetype');
	font-display:swap;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: local('OpenSans-ExtraBold'), /* Para el resto de navegadores */
    url('../Fonts/OpenSans-ExtraBold.ttf') format('truetype');
	font-display:swap;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: local('OpenSans-Light'), /* Para el resto de navegadores */
    url('../Fonts/OpenSans-Light.ttf') format('truetype');
	font-display:swap;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: local('OpenSans-Regular'), /* Para el resto de navegadores */
    url('../Fonts/OpenSans-Regular.ttf') format('truetype');
	font-display:swap;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: local('OpenSans-Semibold'), /* Para el resto de navegadores */
    url('../Fonts/OpenSans-Semibold.ttf') format('truetype');
	font-display:swap;
}


h1, h3, h4, h5, h6, input, select, checkbox, textarea, td, th, body, label {
  font-family: 'Open Sans', sans-serif;
}

h1, h5.card-title {
	font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;

}

h1 span.sucursal-title {
  font-family: 'Open Sans', sans-serif !important;
}

.lead, a, .my-2, p, ul, h2, .btn.btn-link{
  font-family: 'Open Sans', sans-serif !important;
}

.btn {
  font-family: 'Open Sans', sans-serif !important;

}

.btn.btn-link{
    font-size: 19px !important;
}

/* |--------------------------------------------------------------------------
| UTILIDADES DE COLOR
|--------------------------------------------------------------------------
*/

.btn-info{
    background-color: #009ec9;    
    border:none;
    font-size: 16px;
}

.btn-info:hover{
    background-color: black;    
}

.background-color-azul-bna {
    background-color: #052953;    
}

.background-color-celeste-bna {
    background-color: #005f86;    
}

.text-color-azul-bna {
    color: #052953;    
}

.bg-xs-default { 
    background-color: var(--bna-celeste) !important; 
}

@media (min-width: 768px) {
    .bg-sm-desktop-icono-celeste {
        background-color: var(--bna-turquesa) !important;
    }
}

.card-img-fixed-height {
    height: 180px; 
    object-fit: cover; 
    border-top-left-radius: inherit; 
    border-top-right-radius: inherit;
}

/* |--------------------------------------------------------------------------
| HERO HEADER & NAVBAR PRINCIPAL
|--------------------------------------------------------------------------
*/

.hero-header {
    background: url('/img/cache/slider.webp') no-repeat center center; 
    background-size: cover;
    min-height: 65vh; 
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    position: relative; 
    color: white; 
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
    z-index: 0; 
}

.hero-content {
    position: relative; 
    z-index: 1;
    padding-top: 56px; 
}

.hero-header .navbar {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-transparent {
    background-color: transparent !important;
    transition: background-color 0.3s ease; 
}

.navbar-transparent .nav-link,
.navbar-transparent .navbar-brand {
    color: var(--navbar-text-color) !important;
}

.navbar-scrolled {
    background-color: var(--bna-blue-dark) !important; 
}

.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-brand {
    color: white !important;
}

.navbar-active-color {
    background-color: var(--bna-celeste) !important;
    transition: background-color 0.3s ease; 
}

.navbar-active-color .navbar-collapse.show {
    background-color: var(--bna-celeste) !important;
}

/* |--------------------------------------------------------------------------
| BOTONES HERO RESPONSIVOS
|--------------------------------------------------------------------------
*/

.btn-hero-responsive {
    display: block; 
    width: 95%; 
    background: white;
    color: #162E55;
    border-radius: 40px;
    font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
        padding: 0px 15px !important;
    height: 45px;
    line-height: 42px;
    margin-left: 0px !important;
}

  .btn-hero-responsive:hover {  
    color: white;
    background: #162E55;
}

.acercaDe{color:#ffffff !important; background: #0000003d !important;}
.acercaDe:hover {  
    color: white !important;
    background: #162E55 !important;
}

@media (min-width: 768px) {
    .btn-hero-responsive {
        display: inline-block; 
        width: auto; 
        flex-shrink: 0; 
        background: white;
        color: #162E55;
    }
}

/* --------------------------------------------------------------------------
| ACORDEÓN "INFORMACIÓN PÚBLICA"
|--------------------------------------------------------------------------
*/

.public-info-accordion .card {
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid var(--bna-azul-dark) !important;
}

.public-info-accordion .card-header {
    background-color: white;
    padding: 0;
    border-bottom: none !important; 
    border-top: none !important;
}

.public-info-accordion .btn-link {
    width: 100%;
    text-align: left;
    padding: 0.75rem 0;
    color: var(--bna-azul-dark);
    font-size: 0.95rem; 
    font-weight: 400;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
}

.public-info-accordion .btn-link::after {
    content: "+";
    font-size: 1.2rem;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.public-info-accordion .btn-link[aria-expanded="true"]::after {
    content: "-";
}

.public-info-accordion .card-body {
    padding: 1rem 0 1rem;
    border-top: none !important; 
    font-size: 0.9rem;
    color: #666;
}

.public-info-accordion .card:first-child {
    border-top: none;
}

.public-info-accordion .card:first-child .card-header {
    border-top: none !important;
}

/* --------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/

.prefooter{
    border-top: 1px solid #6b6b6b;
    margin-top: 30px;
}

.prefooterInt{
    color: #6b6b6b;
    font-size: 12px;
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px;
}

.prefooterInt .prefooter-link {
    text-decoration: underline;
    color: #052953 !important;
}


.linkfooter{
    color:#ffffff !important;
    font-size: 16px !important;
}

.t-ft{
    color:#ffffff !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.textoFT, .textoFT a{
    font-size: 16px !important;
	font-weight: 500 !important;
}

.textoFT.bajadaBNA{
    font-weight: bold !important;
}

.text-underline {
    text-decoration: underline !important;
    text-decoration-thickness: 1px; 
}


/* --------------------------------------------------------------------------
| CUSTOM
|--------------------------------------------------------------------------
*/

.background-header-modal {
    background-color: var(--bna-turquesa);
}


.font-size-14 {
    font-size: 14px;
}


header .hero-subtitle {
    font-size: 24px;
}

#accordionPublicInfo{
	width: 90%;
	}
#informacionPublica a,
#interna a,
#frmContacto a{
    color: #052953 !important;
    text-decoration: underline;
    cursor: pointer;
}


footer .footer-title {
    font-size: 1.3rem;
    font-weight: 700;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.nav-link {
    font-size: 18px;
}

    .nav-link:hover {
        color: #9be0fd !important;
    }

a.text-link {
  font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

a.text-white.text-link:hover {
    color: #9be0fd !important;
}

a.text-white.text-link:hover {
    color: #9be0fd !important;
}

footer a{
	text-decoration:underline !important;
}

footer .textoFT a, footer .linkfooter {
    font-size: 1.3rem;
  font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

    footer .textoFT a:hover, footer a.linkfooter:hover, footer span.linkfooter a:hover {
        color: #9be0fd !important;
    }

.dec-line {
    border-left: 1px solid #ffffff;
    padding-left: 70px;
}

.text-block {
    border-right: 1px solid #ffffff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .text-block:last-child {
        border-right: none;
    }

@media screen and (max-width: 992px) {

    .dec-line {
        border-left: none;
        padding-left: 0;
    }

    .acercaDe {
        margin-left: 8px;
    }

    .text-block {
        width: 100%;
        padding: 0;
        margin: 0;
        padding-bottom: 5px;
        border-right: none;
    }
}

/* --------------------------------------------------------------------------
| IMAGEN INFO PUBLICA
|--------------------------------------------------------------------------
*/
.square-image {
/*    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
	margin-left: 30px !important;*/
}

.square-image img {
/*    width: 113%;
    height: 100%;
    object-fit: contain;*/
}

.divContenedorImagen{
    width: 100%;
    display:none;
    height: clamp(200px, 40vw, 320px);
    margin-top: 108px;
        margin-bottom: 30px;
}

.imgContenedorImagen{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
    margin-left: 0px;
}

@media (min-width: 900px) {
  .divContenedorImagen {
         display:block;
	}
}

.tituloContacto, .tituloInterna{
        font-size: 35px;


}

#ofertaExportableArgentina h1, #informacionPublica h1, #bancaPersonal h1, #bancaComercial h1, #comercioExterior h1{
        font-size: 30px;
}

#ofertaExportableArgentina p{
        font-size: 15px !important;
}



@media (min-width: 900px) {
#ofertaExportableArgentina h1, #informacionPublica h1, #bancaPersonal h1, #bancaComercial h1, #comercioExterior h1{
        font-size: 44px;
}
.tituloContacto, .tituloInterna{
        font-size: 50px;


}
#ofertaExportableArgentina p{
        font-size: 20px !important;
}
}

#bancaPersonal .container h1{
    margin-left: 20px !important;
    text-align: left !important;
	
}	
#bancaPersonal .container .row{
	text-align: left !important;
    margin-left: 8px;
}
		
#bancaPersonal .container .row .mx-auto{
margin-left: -24px !important;
    margin-bottom: -29px !important;
}

	#bancaPersonal .container .row div div{
    text-align: left !important;
    padding: 0 !important;
    padding-left: 0px !important;
        margin-bottom: 6px;

	}
	
	#bancaPersonal .container p{
	 width: 95%;
	 }   
	 
	 	#bancaPersonal {
		     padding-bottom: 40px !important;
			 }
			 	 	#bancaComercial {
		     padding-bottom: 10px !important;
			 }
	

@media (min-width: 768px) {
header .container {
	        margin-left: auto;
	}
	
   #comercioExterior .h1 {
           font-size: 1.75rem;
    }
	footer a{
	text-decoration:auto;
	}

		
		
			#bancaPersonal .container p{
	 width: auto;
	 }   

		
#bancaPersonal .container h1{
    margin-left: auto !important;
    text-align: center !important;
}	

#bancaPersonal .container .row{
	    text-align: center !important;
		}
	#bancaPersonal .container .row .mx-auto{
		    margin-left: auto !important;
			    margin-bottom: auto !important;

		}

	#bancaPersonal .container .row div div{
    text-align: left !important;
    padding: 0 !important;
    padding-left: auto !important;

	
	}
	#bancaPersonal .col-md-6{
	    padding-top: 20px;
		}
			#bancaPersonal, #bancaComercial {
						     padding-bottom: auto;

				}

section.site-map {
    display: flex;
    flex-direction: row!important;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
}
	
}	





section.site-map {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
}


.site-map__column {
	margin-top:20px;
}

.site-map__column h2{
    font-size: 1.7rem;
}

ul.site-map__list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

ul.site-map__list li{
    margin: 2px 0 2px 0;
    font-size: 1rem;
}

ul.site-map__list li strong {
    margin: 15px 0 2px 0;
    display: block;
}

ul.site-map__list ul {
    list-style: none;
    padding: 0;
    margin: 5px 0px;
    }

 
ul.site-map__list li a {
	text-decoration: none!important;
}
 
ul.site-map__list li a:hover {
	text-decoration: underline!important;
}
 
 

