/* Add here all your css styles (customizations) */

.h1, h1 {
    font-size: 3.7rem;
}


.g-bg-primary-dark-v3 {
    background-color: #0965c8 !important;
}

.g-bg-primary {
    background-color: #0965c8 !important;
}

a.navbar-brand.d-flex{

	    font-weight: bold;
    font-size: 30px;
    color: #4563b4;
}


a {
    color: #007bff !important;
    outline: none;
}


a:focus, a:hover {
    color: #007bff;
}

a:link 
{ 
text-decoration:initial; 
} 


.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #0965c8;
}


section.historia{
	    font-size: 1.5rem;
} 

.nav-link{
	    color: #555555 !important;
}

.nav-item.active a{
	     color: #0965c8 !important;
}


.u-btn-primary {
    color: #fff;
    background-color: #0965c8;
}


.u-btn-primary:hover, .u-btn-primary.active {
    border-color: #0965c8;
    background-color: #0965c8;
}


.g-brd-primary--hover:hover, .g-brd-primary--active.active {
    border-color: #0965c8 !important;
}

.h4 {
    font-size: 2.5rem;
}


a.navbar-brand.d-flex{
	    font-family: serif;
}