﻿section.media-info-tabs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #242424;
    padding: 60px 15px;
    position: relative;
    overflow: hidden;
}

.left-title {
    font-family: 'Mont Black Italic';
    font-family: 'Roboto';
    text-align: left;
}

    .left-title h4 {
        font-family: 'Mont Black Italic';
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        color: #c30000;
        font-size: 5.34vw;
        line-height: 5.34vw;
    }

    .left-title h3 {
        font-family: 'Mont Black Italic';
        margin-bottom: 10px !important;
        color: #c30000;
        font-size: 10.66vw;
        line-height: 10.66vw;
    }

    .left-title p {
        color: #ffffff;
        font-size: 5.34vw;
        line-height: 7.47vw;
        font-weight: 500;
    }

.right-tabs .item-separador {
    border-top: 1px solid #ffff;
    border-bottom: 1px solid #ffffff;
    transition: all 0.5s ease-in-out;
}

.right-tabs .item-separador.open {
    max-height: 5000px;
    transition: all 0.5s ease-in-out;
}

.right-tabs .item-separador .tab-select {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

    .right-tabs .item-separador .tab-select h3 {
        font-family: 'Mont Black Italic';
        margin-bottom: 0 !important;
        color: #ffffff;
        font-size: 5.34vw;
        line-height: 5.34vw;
        margin-right: 50px;
    }

    .right-tabs .item-separador .tab-select svg {
        height: 28px;
        max-width: 28px;
        color: white;
    }

    .right-tabs .item-separador .tab-select svg.minus {
        color: #c30000;
    }

    .right-tabs .item-separador .tab-select svg {
        height: 28px;
        max-width: 28px;
        color: white;
    }

    .right-tabs .item-separador.open .tab-select h3 {
        color: #c30000;
    }

.right-tabs .items-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    overflow: hidden;
}

.right-tabs .items-container img,
.right-tabs .items-container video {
    max-width: 70%;
}

    .right-tabs .items-container .text-area {
        font-family: 'Roboto', sans-serif;
        display: flex;
        flex-direction: column;
        text-align: left;
        color: #ffffff;
    }

.right-tabs .items-container .text-area h4 {
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    color: #c30000;
    font-size: 16px;
    line-height: 16px;
}

        .right-tabs .items-container .text-area p {
            font-family: 'Roboto', sans-serif;
            margin-bottom: 20px;
            font-size: 20px;
            line-height: 28px;
            font-weight: 500;
        }

        .right-tabs .items-container .text-area .bullets {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .right-tabs .items-container .text-area .bullets .step {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

            .right-tabs .items-container .text-area .bullets .step p {
                margin: 0;
                font-size: 16px;
                line-height: 20px;
                font-weight: 400;
            }


.right-tabs .item-separador.open .items-container {
    padding: 20px;
    margin: 0;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    max-height: 5000px;
    pointer-events: all;
}


@media screen and (min-width: 992px) {
    section.media-info-tabs {
        flex-direction: row;
        background-color: #242424;
        padding: 120px 2% 120px 40px;
    }

    .left-title h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .left-title h3 {
        font-size: 60px;
        line-height: 50px;
    }

    .left-title p {
        font-size: 20px;
        line-height: 28px;
    }

    .right-tabs .items-container video {
        max-width: 35%;
    }

    .right-tabs .items-container {
        flex-direction: row;
    }

    .right-tabs .item-separador .tab-select:hover {
        cursor: pointer;
    }

        .right-tabs .item-separador .tab-select:hover svg {
            color: #c30000;
            transition: stroke 0.3s;
        }

    .right-tabs .item-separador .tab-select h3 {
        font-size: 20px;
        line-height: 20px;
        margin-right: 10px;
    }
    
}
