#header {
    height: 120px !important;
    background: #dc0032 !important;
}

#header-wrap {
    background: #dc0032 !important;
}

#content {
    font-family: 'Raleway', sans-serif !important;
    font-weight: normal;
}

#content p {
    line-height: 24px !important;
}

#logo {
    border: none !important;
    /* padding: 8px; */
}

#primary-menu ul li>a {
    /* line-height: 120px; */
    padding: 45px 15px;
}

.border-rojo {
    border-color: #dc0032 !important;
}

.border-azul {
    border-color: #1F3A6D !important;
}

.border-amarillo {
    border-left: 6px solid #E2A707 !important;
}

.border-vino {
    border-left: 6px solid #A0011C !important;
}

.border-celeste {
    border-left: 6px solid #52A0E3 !important;
}

.border-verde {
    border-left: 6px solid #319324 !important;
}

.border-ami {
    border-left: 6px solid #00acc5 !important;
}

.border-maresa {
    border-left: 6px solid #e47c27 !important;
}

.font-rojo {
    color: #EC1A27 !important;
}

.font-amarillo {
    color: #E2A707 !important;
}

.font-vino {
    color: #A0011C !important;
}

.font-celeste {
    color: #52A0E3 !important;
}

.font-verde {
    color: #319324 !important;
}

.font-azul {
    color: #1F3A6D !important;
}

.font-ami {
    color: #00acc5 !important;
}

.font-maresa {
    color: #e47c27 !important;
}

.breadcrumbs {
    color: #959595;
    font-size: 12px;
}

.breadcrumbs li {
    display: inline-block;
    margin: 10px 0px;
}

.breadcrumbs li.active {
    font-weight: bold;
}

.breadcrumbs li a {
    color: #959595;
}

.datos-prod {
    position: absolute;
    right: 95px;
    top: 35px;
    z-index: 3;
    font-size: 16px;
}

.datos-prod p {
    text-align: justify;
    color: #444444;
}

.datos-prod h2 {
    font-size: 38px;
    color: #000 !important;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 50px;
    border-left: 6px solid;
    padding-left: 10px;
}

.datos-prod h2 span {
    color: #000;
    font-size: 72px;
    font-weight: bold;
}

.features {
    margin-top: 20px;
}

.feature-item {
    margin: 10px 0;
}

.feature-item div {
    width: 60px;
    margin-right: 20px;
}

.feature-item p {
    color: #959595;
    line-height: 22px !important;
    margin-top: 10px;
}

.feature-item i {
    font-size: 55px;
    line-height: 60px;
}

.subtitle-products {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 36px;
    border-left: 5px solid #dc0032;
    padding-left: 20px;
    color: #000;
    margin-bottom: 20px;
}

.bottom-line {
    height: 5px;
    border-bottom: 5px solid #dc0032;
}

.button-products {
    height: 55px;
    background: #EC1A27;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 28px;
    line-height: 55px;
}

.button-products a {
    color: #FFE2E2;
}

.button-products i {
    /* font-size: 18px; */
    margin: 0 5px;
}

.products-items {
    padding: 45px 0 20px 45px;
    background: #f9f9f9;
    color: #959595;
}

.products-items h2 {
    font-size: 22px;
    color: #000 !important;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: -1px;
    padding-left: 15px;
}

.products-items h2 span {
    font-size: 52px;
    font-weight: bold;
    color: inherit;
}

.products-items li {
    list-style: none;
    line-height: 34px;
    font-weight: normal;
    font-size: 14px !important;
}

.products-items li i {
    margin-right: 10px;
}

.products-items img {
    display: inline-block;
    max-height: 205px;
}

@media (max-width: 992px) {
    .datos-prod {
        position: inherit;
        right: 0;
        z-index: 0;
    }
    .bottom-line {
        display: none !important;
    }
}