*, body{
    font-size: 12px;

}
.font-size-16{
    font-size: 16px;

}
.font-bold{
    font-weight: bold;
}

.font-semi-bold{
    font-weight: 500;
}
.nav-link-c{
    cursor: pointer;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.upper{
    text-transform: uppercase;
}

.cap{
    text-transform: capitalize;
}
.btn-black{
    background-color: #000;
    color: #fac424;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.btn-black:hover{
    color: #fdfdfd;

}
.btn-yellow{
    background-color: #fac424;
    color: #000;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.btn-yellow:hover{
    color: #fdfdfd;

}
.btn-square{
    border-radius: 0%;
}

.text-gray{
    color: #989898!important;
}
.text-yellow{
    color: #fac424!important;
}
.text-header{
    color: #000!important;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.text-header:hover, .text-header:active, .text-header.active{
    color: #fac424!important;
}

.img-layout{
    background-color: rgba(150, 150, 150, 0.5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    cursor: pointer;
}
.img-layout:hover{
    background-color: rgba(150, 150, 150, 0);

}
.navbar-toggler {
    border: 0;
}

.nav-links .nav-link{
    text-transform: uppercase;
    color: #989898;

}

.nav-links .nav-link.active{
    color: #000;

}

.bg-image{
    box-sizing: border-box;
    height: 300px;
    overflow-y: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.trapecio {
    border-right: 1px solid #fac424;
    border-left: 1px solid #000;
    border-bottom: 1px solid #428bca;
}

.shadow-1{
    box-shadow: #ddd 0 1rem 0.5rem 0.1rem;
    border: 0;
}
.shadow-2{
    box-shadow: #ddd 0 1rem 1rem 0.2rem;
    border: 0;
}
.shadow-3{
    box-shadow: #ddd 0 1rem 1.5rem 0.3rem;
    border: 0;
}