.bg-orangeig{
    background-color: #9A5214;
  }
  
.bg-purpleig{
    background-color: #7D104C;
}

.bg-greenig{
    background-color: #107917;
}

.bg-yellowig{
    background-color: #E8D276;
}

.w25{
    width: 25%!important;
}

.w50{
    width: 50%!important;
}

.w100{
    width: 100%!important;
}

.w33{
    width: 33.3%!important;
}

.hero_quote_somos{
    bottom: -80px!important;
    right: -5px!important;
}

.slider__nav-item.red-ig-bg::after {
    background: rgba(116, 20, 9, 0.8)!important;
}

.slider__nav-item.blue-ig-bg::after {
    background: rgba(26, 33, 61, 0.8)!important;
}

.contact__form-input label{
    font-weight: bold;
}

input.error, select.error, textarea.error{
    border-color: red!important;
}
.error{
    color:red!important;
}
.contact__form-input{
    margin-bottom: 10px;
}

.btn-ig{
    color: #fff;
    background-color: #9a1914;
    border-color: #9a1914;
}

.btn-ig:hover {
    color: #fff;
    background-color: #741409;
    border-color: #741409;
}
.cargando{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient( rgba(227, 5, 19, 0.15) 0%, rgba(116, 20, 9, 0.9) 100%);
    z-index: 1000000;
}
.cargando p{
    color: white;
    font-weight: bold;
}

.hide{
    display: none;
}

.ig-bg {
    background: #9a1914;
}

.green-ig-bg{
    background: #9DAD11!important;
}

.orange-ig-bg{
    background: #FA9A00!important;
}

.pink-ig-bg{
    background: #ff413b!important;
}
.text-right{
    text-align: right!important;
}

.c-btn.active{
    color: #ffffff!important;
    background: #9a1914!important;
}

.c-btn:hover{
    color: #FFF!important;
}

.chk-ig{
    height: 20px!important;
    width: 10%!important;
}

.label-chk-ig{
    width: 100%!important;
}