body {
    display: flex;
    flex: 1;
    height: 100%;
    width: 100%;
    background: #f8f9fa;
}

#main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.full-width {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.panel-dash-number {
    font-size: 2em;
}

.panel-dash-container {
    border-color: #ddd;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.37);
    padding: 2px;
    width: 100%;
    margin-bottom: 10px;
}

.panel-dash-title {
    font-size: 0.9em;
    margin: 0px;
}

.panel-dash-body {
    background-color: #f0f0f0;
    -webkit-box-shadow: inset 0px 8px 15px -7px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: inset 0px 8px 15px -7px rgba(0, 0, 0, 0.36);
    box-shadow: inset 0px 8px 15px -7px rgba(0, 0, 0, 0.36);
    padding-bottom: 23px;
    padding-top: 23px;
}

.panel-dash-body-chart {
    -webkit-box-shadow: inset 0px 8px 15px -7px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: inset 0px 8px 15px -7px rgba(0, 0, 0, 0.36);
    box-shadow: inset 0px 8px 15px -7px rgba(0, 0, 0, 0.36);
}

.dash-chart {
    width: 100%;
    min-height: 200px;
}

.dash-row {
    margin: 0 !important;
}

.line-dec {
    width: 2rem;
    height: 0.3rem;
    background-color: red;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}


/* ======= PRODUCT CSS ======== */

.product-portfolio {
    width: 100%;
}

.product-range {
    position: relative;
    width: 100%;
    height: calc(100% - 1px);
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

.product-scrollbar {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}

.product-container {
    width: auto;
    height: 90%;
    padding: 10px 90px 10px 25px;
    box-sizing: border-box;
}

.product {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 100%;
    margin-right: 1.5rem;
    overflow: hidden;
    transition: all 500ms;
}

.product h3 {
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
}

.product p {
    /* overflow: auto; */
    padding: 0px 5px 0px 5px;
    text-align: center;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
}

.product:first-child {
    margin-left: 0px;
}

.product:last-child {
    margin-right: 90px;
}

.product .product-info h4 {
    width: 100%;
    margin: 0;
    line-height: 75px;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: all 500ms;
}

.product-info {
    position: absolute;
    top: calc(100% - 75px);
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0px 25px 5px 25px;
    transition: all 500ms;
    color: #fff;
    background: rgb(255, 0, 0);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 5px;
}

.item-card-info {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: white;
    transition: opacity .8s;
}

.item-card-info:hover {
    opacity: 1;
}


/* ====== TIMELINE CSS ====== */

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #000000;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.containera {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.containera.left {
    left: 0;
}

.containera.right {
    left: 50%;
}

.containera::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 16px;
    z-index: 1;
}

.containera.right::after {
    left: -8px;
}

.containera::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #000000;
    z-index: 1;
}

.containera.right::before {
    left: 8px;
}

.containera .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.containera.left .date {
    right: -90px;
}

.containera.right .date {
    left: -90px;
}

.containera .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #ff0000;
    border: 2px solid #000000;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    z-index: 1;
}

.containera.left .icon {
    right: 56px;
}

.containera.right .icon {
    left: 56px;
}

.containera .contente {
    padding: 4.3rem;
    background: #ff0000;
    position: relative;
    border-radius: 0 500px 500px 0;
}

.containera.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}

.containera .contente h2 {
    margin-top: 3rem;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}

.containera .contente p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.containera .contente ul li {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }
    .containera {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }
    .containera.right {
        left: 0%;
    }
    .containera.left::after,
    .containera.right::after {
        left: 82px;
    }
    .containera.left::before,
    .containera.right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }
    .containera.left .date,
    .containera.right .date {
        right: auto;
        left: 5px;
        display: none;
    }
    .containera.left .icon,
    .containera.right .icon {
        right: auto;
        left: 146px;
    }
    .containera.left .contente,
    .containera.right .contente {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
    .containera .contente p {
        margin: 0;
        font-size: 10px;
        line-height: 13px;
        color: #ffffff;
    }
    .containera .contente h2 {
        margin: 0 0 5px 0;
        font-size: 10px;
        font-weight: 700;
        color: #ffffff;
    }
    .containera.left p {
        margin: 0;
        font-size: 10px;
        line-height: 13px;
    }
}


/* =======  VIDEO CSS ======= */

.div-video {
    background-color: #d50000;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-video h2 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.div-video h4 {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.div-video h5 {
    font-size: 20px;
    ;
}


/* ======== FAQ CSS ========= */

.faq {
    background-image: linear-gradient(to bottom, #000000, #bd0202 200%);
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 10px;
}

.faq h2 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}

.faq p {
    font-size: 1.2rem;
}

.faq ol li {
    font-size: 1.1rem;
}

.faq ul li {
    font-size: 1.1rem;
}

.faq h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 100;
    text-align: center;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.panel-group .panel {
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 11px;
}

.panel .panel-heading {
    padding: 0;
    border-radius: 10px;
    border: none;
}

.panel-heading a {
    color: #fff !important;
    display: block;
    border: none;
    padding: 20px 35px 20px;
    font-size: 20px;
    background-color: rgb(255, 0, 25);
    font-weight: 600;
    position: relative;
    color: #fff;
    box-shadow: none;
    transition: all 0.1s ease 0;
}

.panel-heading a:after,
.panel-heading a.collapsed:after {
    content: "\f068";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left: -20px;
    top: 10px;
    color: #fff;
    background-color: rgb(255, 0, 25);
    border: 5px solid #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after {
    transform: rotate(360deg);
}

.panel-heading a.collapsed:after {
    content: "\f067";
}

#accordion .panel-body {
    background-color: #Fff;
    color: #8C8C8C;
    line-height: 25px;
    padding: 10px 25px 20px 35px;
    border-top: none;
    font-size: 14px;
    position: relative;
}

@media (max-width: 400px) {
    .col-md-offset-3 img {
        display: none;
    }
    .faq h2 {
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
    }
    .faq h5 {
        font-size: 16px;
        color: #ffffff;
        font-weight: 100;
        text-align: center;
    }
}


/* ======== BARRA DE SCROLL ======== */

.product-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 0, 0) rgb(255, 255, 255);
}

.product-scrollbar::-webkit-scrollbar {
    width: 12px;
}

.product-scrollbar::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
}

.product-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(255, 0, 0);
    border-radius: -20px;
    border: 3px solid rgb(255, 255, 255);
}

.product-scrollbar {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) scale(1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: all 300ms;
}

.scroll-btn .span-box {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.scroll-btn.left .span-box {
    transform: translate(-50%, -50%) rotate(180deg);
}

.scroll-btn span {
    display: block;
    position: absolute;
    width: 50%;
    height: 3px;
    background: #cccccc;
    transform-origin: 90% 50%;
    left: 50%;
    top: 50%;
}

.scroll-btn span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.scroll-btn span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.scroll-btn:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

.scroll-btn.right {
    transform-origin: right 50%;
}

.scroll-btn.left {
    transform-origin: left 50%;
    right: auto;
    left: 20px;
}

.scroll-btn.blocked {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
}

.scroll-btn.left.blocked {
    transform: translate(-50%, -50%) scale(0);
}