/*/ Tabs///////////////////////////*/
.detail-banner img#estudio-mercado-figure {
    height: 90%;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    opacity: 0.7;
}

.tab-container {
    width: 100%;
    border-bottom: 1px solid #C6C6C6;
    height: fit-content;
    display: flex;
    padding: 0px 20px;
    margin-bottom: 60px;
    font-size: 14px;
}

.tab-container a {
    color: #333333;
    display: flex;
    min-height: 50px;
    text-align: center;
    justify-content: center;
    padding: 0px 30px 14px;
    transition: 0.3s all;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.tab-container a:after {
    content: '';
    position: absolute;
    z-index: 99;
    width: 85%;
    height: 2px;
    display: none;
    background: #000000;
    bottom: -2px;
}

.tab-container a:hover:after, .tab-container a.active:after {
    display: flex;
}

.tab-content {
    display: none;
    flex-flow: colum;
}

.tab-content.active {
    display: flex;
    animation: fadeIn 1.5s;
}

.tab-text-block {
    padding-right: 30px;
    width: 50%;
}

.tab-text-block h2.titulo-seccion {
    text-align: start;
}


.tab-text-block a {
    color: #000;
    font-weight: 600;
    margin-top: 45px;
    font-size: 14px;
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
}

#seccion-titulo p {
    text-align: center;
}
/*
.tab-text-block a::before {
    content: '';
    position: relative;
    left: 0px;
    background-image: url(../img/arrow_right_icon_blue.svg);
    width: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    display: flex;
    z-index: 99;
}*/

.tab-img-block {
    width: 50%;
    overflow: hidden;
    border-radius: 14px;
    height: 100%;
    display: flex;
}
.tab-img-block img {
    object-fit: cover;
}

.tab-text-block a {
    color: #000;
    font-weight: 600;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




@media(max-width:1800px) {
    .detail-banner img#estudio-mercado-figure {
        height: 80%;
        right: 10%;
    }
}

@media(max-width:1650px) {
    .tab-container {
        width: fit-content;
    }
}

@media(max-width:1440px) {
    .detail-banner img#estudio-mercado-figure {
        right: 5%;
        height: 70%;
    }
}

@media(max-width:1220px) {
    .tab-container a {
        padding: 0px 20px 14px;
    }
    .tab-container {
        margin-bottom: 40px;
    }
}


@media(max-width:1120px) {
    .tab-container a {
        padding: 0px 10px 10px;
        font-size: 14px;
    }
}


@media(max-width: 990px) {
    .tab-container {
        padding: 0px 10px;
    }
    .tab-text-block {
        width: 60%;
    }
    .tab-img-block {
        width: 40%;
    }
}


@media(max-width:990px) {
    .tab-container {
        margin-bottom: 40px;
        flex-flow: column;
        width: 100%;
        padding: 0px;
    }
    
    .tab-content.active {
        flex-flow: column;
    }
    .tab-container a {
        font-size: 15px;
        min-height: fit-content;
        height: 40px;
        background: #f7f7f7;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        border-radius: 5px;
    }
    .tab-container a:hover:after,
    .tab-container a.active:after {
        display: none !important;
    }
    .tab-text-block {
        width: 100%;
        margin-bottom: 25px;
        padding: 0px;
    }
    a.tab-button.active {
        background: #5a6e99;
        color: #FFF;
    }
    .tab-img-block {
        width: 100%;
        height: 300px;
    }
    .tab-text-block a {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .tab-img-block img {
        width: 100%;
    }
}

@media(max-width: 750px) {
    .detail-banner img#estudio-mercado-figure {
        right: 0%;
        height: 90%;
        width: 100%;
        opacity: 0.3;
    }
}
