: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, h2, h5.card-title {
	font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;
}

h1 span.sucursal-title {
    font-family: 'Open Sans', sans-serif;
}

.lead, a, .my-2, p, ul, .btn.btn-link{
    font-family: 'Open Sans', sans-serif;
}

.lead {
    font-family: 'OpenSans-Semibold', sans-serif!important;
}

h1.display-4 {
	font-size: 3.5rem!important;
}

h1.display-4.interna {
	font-size: 2rem!important;
}

.display-4 {
	font-size: 2rem!important;
}

	section h1.my-4 {
	font-size: 2rem!important;
		
	}



.btn {
  font-family: 'Open Sans', sans-serif !important;

}

.btn.btn-link{
    font-size: 18px !important;
}

.sectorCotizaciones {
    width: 100%;
    display: block;
    text-align: center;
}

#bancaPersonal h5, #bancaPersonal p, #bancaPersonal a {
	text-align: left!important;
    margin-left: 0 !important;
}



#bancaPersonal .mr-auto, #bancaPersonal .mx-auto {
    text-align: left;
    margin-left: -20px !important;
    margin-bottom: -20px !important;
}

#bancaPersonal .p-4 {
    padding: 0.7rem 1.5rem !important;
}

#comercioExterior h1,
#bancaComercial h1,
#bancaPersonal h1,
#ofertaExportableArgentina h1,
#linksInteres h2 {
    font-size: 3rem !important;
}


/* |--------------------------------------------------------------------------
| UTILIDADES DE COLOR
|--------------------------------------------------------------------------
*/



.container .col-12{
	text-align: center!important;
}


.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-azul-bna#comercioExterior {
    padding-top: 1.5rem !important;
    padding-bottom: 2.5rem !important;
}



.background-color-azul-bna .small {
    font-size: 95%;
}




.background-color-celeste-bna {
    background-color: #005f86;    
}

.background-color-celeste-bna#bancaPersonal {
    color: #fff;    
}

.background-color-celeste-bna#bancaPersonal a.text-link {
    color: #fff;    
}

#bancaComercial a.text-link {
    color: #052953!important;    
}

.text-color-azul-bna {
    color: #052953;    
}

.st0{
    fill: #ffffff !important;
}

.col-12 {
	padding-right: 5px!important;
    padding-left: 5px!important;
}


@media (min-width: 768px) {
    
    .bg-sm-desktop-icono-celeste {
        background-color: var(--bna-turquesa) !important;
    }

    .st0{
        fill: white !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-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.3);*/ 
    z-index: 0; 
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.70), rgb(0, 0, 0, 0.25));
}

.hero-content {
    position: relative;
    z-index: 1;
    min-height: 685px;
}

.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: 25px !important;
    font-weight: bold;
}

  .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"
|--------------------------------------------------------------------------
*/

.comercio-exterior-accordion .card {
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid white !important;
}

.comercio-exterior-accordion .card-body {
}

.comercio-exterior-accordion .card-header {
    padding: 0;
    border-bottom: none !important; 
    border-top: none !important;
}

.comercio-exterior-accordion .btn-link {
    width: 100%;
    text-align: left;
    padding: 0.75rem 0;
    color: white;
    font-size: 0.95rem; 
    font-weight: 400;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
}

.comercio-exterior-accordion .btn-link::after {
    content: "+";
    font-size: 1.2rem;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.comercio-exterior-accordion .btn-link[aria-expanded="true"]::after {
    content: "-";
}

.comercio-exterior-accordion .card-body {
    padding: 1rem 0 1rem;
    border-top: none !important; 
    font-size: 0.9rem;
    color: white;
}

.comercio-exterior-accordion .card:first-child {
    border-top: none;
}

.comercio-exterior-accordion .card:first-child .card-header {
    border-top: none !important;
}

/* --------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/

	
	footer .col-8 {
	max-width: 80%!important;
	}    
	
	footer .col-8.offset-2 {
    margin-left: 10%;
	}

footer .textoFT {
	text-align: center!important;
}

footer .footer-title {
    margin-top: 30px;
    margin-bottom: 19px;
}

footer .dec-line {
	    border-top: 1px solid #fff;
	}

footer .textoFT.mb-0 {
	font-size: 0.8rem;
}


.frasefooter1 {
    border-top: 1px solid #ccc !important;
    padding: 40px 20px !important;
    color: #14345c !important;
}

.frasefooter2 {
	border-bottom: 1px solid #00789c;
    padding: 30px 20px !important;	
}

.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: 15px !important;
}

.t-ft{
    color:#ffffff !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
}

/*.textoFT, .textoFT a{
    font-size: 2.5rem;
    margin-top: 1.5rem !important;
    margin-bottom: 2.5rem !important;
}*/

.text-underline {
    text-decoration: underline !important;
    text-decoration-thickness: 1px; 
}


/* --------------------------------------------------------------------------
| CUSTOM
|--------------------------------------------------------------------------
*/


.infoModal {
    background-color: #107996;
    color: #fff;
    padding: 30px;
}

.infoModal p.Importante {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    letter-spacing: 4px;
    margin: 0 22px 15px 22px;
}

.infoModal h1 {
    color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}

.infoModal p.psinfondo{
    color: #fff;
    font-size: 14px;
}

.infoModal p.pblanco{
    color: #107996;
    font-size: 14px;
	background-color: #fff;
	padding: 7px;
    margin: 11px;
}






.background-header-modal {
    background-color: #fff;
	border-bottom: none!important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}


.modal-body {
	padding: 0!important;	
}

.modal-content {
	border-radius: 0;	
}

.modal-dialog {
    max-width: 380px !important;
}

.modal-header .close {
	padding: 0.5rem 0.5rem;}


.modal-content button.close {
	position: absolute;
    z-index: 100;
    right: 10px;
    top: 4px;
    color: #fff;
}

.modal-content button.close {
text-shadow: none!important;
opacity: 1!important;
}
	
	
.circle-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
/*  box-shadow: 3px 3px 6px #c2c2c2;*/
    border: none !important;
    box-sizing: none;
}

.circle-bg-img img{

/*  box-shadow: 3px 3px 6px #c2c2c2;*/
    border: none !important;

}

.divLinkInteres{
    max-width: 168px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px;
}

.divLinkInteres a:hover{
   text-decoration: none;
}

.linkIntDiv{
    margin-left: 0;
}
.pLinkInteres{
    max-width: 168px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-25 {
    font-size: 2.5rem;
    margin-top: 1.5rem !important;
    margin-bottom: 2.5rem !important;
}

header .hero-subtitle {
    font-size: 1.4rem;
}

#interna a,
#frmContacto a{
    color: #052953 !important;
    text-decoration: underline;
    cursor: pointer;
}

#comercioExterior a{
    color: white !important;
    text-decoration: underline;
    cursor: pointer;
}


footer .footer-title {
    font-size: 1.3rem;
    font-weight: 700;
}

.font-size-16 {
    font-size: 15px;
	line-height: 20px;
}

.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 .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;
    }

.py-4 {
    padding-bottom: 2.5rem !important;
}

.margin20{   
     margin-top: 20px;
}

.paddingtopbottom16{
    padding:16px 0;
}

button.acordeonComercio{
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0;
    border: none;
}

button.acordeonComercio:active{
    border: none !important;
}

.comercio-exterior-accordion .card{
    background-color: transparent !important;
}

button.acordeonComercio.focus, button.acordeonComercio:focus {
    box-shadow: none;
}


.ml-2, .mx-2 {
    margin-left: 0 !important;
}


@media screen and (max-width: 992px) {

    .dec-line {
        border-left: none;
        padding-left: 0;
    }

    .acercaDe {
        margin-left: 0px;
    }

    .text-block {
        width: 100%;
        padding: 0;
        margin: 0;
        padding-bottom: 5px;
        border-right: none;
    }

    .linkIntDiv .row{flex-direction: column;
        align-items: center;
    }

    
}

/* --------------------------------------------------------------------------
| IMAGEN COMERCIO EXTERIOR
|--------------------------------------------------------------------------
*/
.square-image {
    width: 80%;
    /*aspect-ratio: 1 / 1;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.square-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

@media (min-width: 1400px) {
    .square-image {
        /*width: 60%;*/
    }
	
}
 

@media (min-width: 992px) {
    .mr-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	
	.container .col-12{
	text-align: right!important;
	padding-right: 43px !important;
    padding-left: 0px!important;}
	
	.hero-header {
    background-position: center -50px;}
	
	#linksInteres .container .col-12{
	text-align: center!important;
	padding-right: 0px !important;
    padding-left: 0px!important;}
	
	
	.sectorCotizaciones {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
	text-align: left;}
	
	.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

	section h1.my-4 {
	font-size: 2.5rem!important;
		
	}
	
		
	h1.display-4 {
	font-size: 3.5rem!important;
	}
	
	h1.display-4.interna {
    font-size: 3rem !important;
}


	
	
	footer .textoFT {
	text-align: left!important;
}
	
	footer .textoFT {
	text-align: left!important;
}	
	
	footer .footer-title {
    margin-top: 0;
	margin-bottom: 0;
}


footer .dec-line {
	    border-top: none;
	}	
	
footer .textoFT.mb-0 {
	font-size: 1rem;
}	
}


@media (min-width: 768px) {
    .pb-md-3, .py-md-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
	
   .mr-md-2, .mx-md-2 {
       margin-right: .5rem !important;
	   margin-left: 0!important;
    }
	
	.display-4 {
	font-size: 3.5rem!important;
	}
}

@media only screen and (max-width: 1300px) {
    h1.hero-title span {
        font-size: 50px !important;
    }

    .hero-subtitle {
        font-size: 17px !important;
    }

    .hero-header {
        height: 560px;
    }

    .btn-hero-responsive {
        font-size: 17px !important;
    }
}

