/** Extra large devices (large desktops) */
body{
    font-family: "ScalaSans";
    font-size: 1rem;
    color: #8E8E89;
}
a {
    font-family:'ScalaSans';
    color: #8E8E89;
    text-decoration: none;
}
a:hover {
    color: #12284C;
    text-decoration: none;
}
.max-width {
  max-width:1280px;width:100%;margin:0 auto;padding:0;
}
.text-ScalaSansCaps {
  font-family:'ScalaSansCaps';
}
.text-ScalaSans {
  font-family:'ScalaSans';
}
.text-ScalaSans-Italic {
  font-family:'ScalaSans-Italic';
}
.text-ScalaSans-LightItalic {
  font-family:'ScalaSans-LightItalic';
}
.text-ScalaSans-Bold {
  font-family:'ScalaSans-Bold';
}
.text-ScalaSans-BoldItalic {
  font-family:'ScalaSans-BoldItalic';
}
.text-p5rem {
  font-size: .5rem;
}
.text-p6rem {
  font-size: .6rem;
}
.text-p7rem {
  font-size: .7rem;
}
.text-p8rem {
  font-size: .8rem;
}
.text-p9rem {
  font-size: .9rem;
}
.text-1rem {
  font-size: 1rem;
}
.text-1p1rem {
  font-size: 1.1rem;
}
.text-1p2rem {
  font-size: 1.2rem;
}
.text-1p3rem {
  font-size: 1.3rem;
}
.text-1p4rem {
  font-size: 1.4rem;
}
.text-1p5rem {
  font-size: 1.5rem;
}
.text-1p6rem {
  font-size: 1.6rem;
}
.text-1p8rem {
  font-size: 1.8rem;
}
.text-2rem {
  font-size: 2rem;
}
.text-2p2rem {
  font-size: 2.2rem;
}
.text-2p5rem {
  font-size: 2.5rem;
}
.text-3rem {
  font-size: 3rem;
}
.text-lh-p5rem {
  line-height: .5rem;
}
.text-lh-p6rem {
  line-height: .6rem;
}
.text-lh-p7rem {
  line-height: .7rem;
}
.text-lh-p8rem {
  line-height: .8rem;
}
.text-lh-p9rem {
  line-height: .9rem;
}
.text-lh-1rem {
  line-height: 1rem;
}
.text-lh-1p1rem {
  line-height: 1.1rem;
}
.text-lh-1p2rem {
  line-height: 1.2rem;
}
.text-lh-1p3rem {
  line-height: 1.3rem;
}
.text-lh-1p4rem {
  line-height: 1.4rem;
}
.text-lh-1p5rem {
  line-height: 1.5rem;
}
.text-lh-1p6rem {
  line-height: 1.6rem;
}
.text-lh-1p7rem {
  line-height: 1.7rem;
}
.text-lh-1p8rem {
  line-height: 1.8rem;
}
.text-lh-2rem {
  line-height: 2rem;
}
.text-lh-2p2rem{
  line-height: 2.2rem;
}
.text-lh-2p3rem{
  line-height: 2.3rem;
}
.text-lh-2p5rem {
  line-height: 2.5rem;
}
.text-lh-3rem {
  line-height: 3rem;
}
.text-azul {
  color: #12284C;
}
.text-gris {
  color: #8E8E89;
}
.text-gris-claro {
  color: #F2F0EE;
}
.bg-gris-oscuro {
  background-color: #8E8E89;
}
.bg-gris {
  background-color: #F2F0EE;
}
.bg-gris-oscuro-2 {
  background-color: #646561;
}
.bg-azul {
  background-color: #12284C;
}
.bg-azul-claro {
  background-color: #3A4767;
}
#carouselMontoyaGherzi .carousel-caption {
  position: absolute;
  top: 40%;
  right: 5%;
  left: 5%;
  font-family: 'montserratmedium_italic';
  font-size: 1.1rem;
  color: #fff;
  text-align: right;
  width: 49%;
}
.nav-link {
  font-family: 'ScalaSans-Bold';
  color: #8E8E89;
  font-size: 1rem;
  line-height: 1rem;
}
.nav-link a:hover{
  color: #12284C;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color:  #12284C;
}
.nav-item {
  width: 130px; 
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
/** Large devices (desktops, less than 1200px) lg*/
@media (max-width: 1200px) {  
}
/** Medium devices (tablets, less than 992px) md*/
@media (max-width: 992px) {
}
/** Small devices (landscape phones, less than 768px) sm*/
@media (max-width: 768px) {  
  .nav-link {
  font-size: .8rem;
  line-height: .8rem;
}
}
/** Extra small devices (portrait phones, less than 576px) xs*/
@media (max-width: 576px) {
}
@media (max-width: 376px) {
}