#tabs-programacion{
    padding: 20px;
    margin-bottom: 60px;
}
.tabs-componente {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    /* min-height: 576px;
    height: 100%;
    margin-bottom: 75px;
    max-height: 853px; */
}

.tabs-componente h2{
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #ff6600;
    text-align: left;
    line-height: 28px;
    margin-bottom: 6px;
}

.tabs-componente p{
 font-family: "Clan-pro";
    color: #4e4e4c;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
}

.tabs-componente .tabs-responsive-componente {
    display: flex;
    height: auto;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    /* flex-wrap: wrap; */
    position: relative;
    /* height: 100%; */
    margin-top: 50px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 280px;
    height: 90px;
    cursor: pointer;
    transition: all 0.5s;
    background: rgb(255 102 0 / 10%);
    /* top: -60px; */
    border-radius: 50px;
    box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    padding: 0px 20px 0px 35px;
    margin-right: 20px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento h3 {
   font-family: "Montserrat", sans-serif;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 18px;
    color: #740b81;
    margin-bottom: 6px;
    transition: all 0.1s ease-in-out;
}

/* .tabs-componente .tabs-responsive-componente .tab-segmento h3 span {
    font-family: "FFClanProRgNews";
    font-size: 15px;
    display: block;
    transition: all 0.1s ease-in-out;
} */

.tabs-componente .tabs-responsive-componente .tab-segmento p {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    color: #740b81;
    text-align: left;
    width: max-content;
    /* padding: 1px 11px; */
    font-size: 32px;
    border-radius: 50px;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 24px;
}
.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2) {
    position: absolute;
    top: 100px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(3) {
    position: absolute;
    top: 200px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(4) {
    position: absolute;
    top: 300px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(5) {
    position: absolute;
    top: 400px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.activate {
    background: #ff6600;
    width: 100%;
max-width: 300px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.tabs-componente .tabs-responsive-componente .tab-segmento.activate:nth-of-type(1) {
margin-right: 0px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.activate h3 {
    color: white;
    font-size: 20px;
    line-height: 22px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.activate p {
    color: white;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.activate+.contenido-tab {
    display: block;
}

.tabs-componente .tabs-responsive-componente .contenido-tab {
    display: none;
    width: 100%;
    max-width: 871px;
    margin: 0 0 0 auto;
    border-left: 2px solid #ff6600;
    height: 100%;
    min-height: 500px;
}

/**/

.cards-programacion-componente{
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 0px 0px 20px;
}

.cards-programacion-componente .cards{
    background: rgb(131 103 206 / 20%);
    width: 100%;
    padding: 40px 20px;
    border-radius: 30px;
    position: relative;
}
.cards-programacion-componente .cards img{
    width: 100%;
    max-width: 260px;
        margin-bottom: 20px;
}
.cards-programacion-componente .cards h4{
    font-family: "Montserrat", sans-serif;
    color: #740b81;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 77px;
}
.cards-programacion-componente .cards h4 span{
    display: block;
    font-weight: 900;
    font-size: 25px;
}
.cards-programacion-componente .cards .btn-componente {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cards-programacion-componente .cards .btn-componente a {
    background-image: linear-gradient(0deg, #ff6600 45%, #ffbb8e 100%);
    color: white;
    padding: 0px 21px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-size: 18px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.5s linear;
    margin: 0 auto;
    margin-top: 30px;
}
.cards-programacion-componente .cards .btn-componente a:hover {
    background-image: linear-gradient(0deg, #ff6600 20%, #ffbb8e 80%);

}

.cards-programacion-componente .cards .btn-componente a img {
    width: 6px;
    margin-left: 16px;
    max-width: 6px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1300px) {
    .tabs-componente h2{
        text-align: center;
        font-size: 30px;
        line-height: 26px;
    }
    .tabs-componente p{
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    /**/
    .cards-programacion-componente .cards{
        width: 100%;
    }
    /**/
    .tabs-componente h2{
        line-height: 18px !important;
        font-size: 17px;
        margin-bottom: 13px;
    }
}
@media only screen and (max-width: 768px) {

    /*tabs*/
    .tabs-componente {
        /* padding: 0px 0px; */
        height: initial;
                max-height: initial;
    }
    .tabs-componente .tabs-responsive-componente {
        display: flex;
        height: auto;
        text-align: center;
        max-width: 1171px;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        position: relative;
        margin-top: 30px;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px;
        cursor: pointer;
        transition: all 0.5s;
        top: 0;
        margin-right: 0px;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(1),
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2),
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(3),
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(4),
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(5) {
        position: relative;
        right: initial;
        left: initial;
        top: initial;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;
        justify-content: center;
        border-bottom: 2px solid #ff5500;
        box-shadow: none;
    }
        .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(5) {
            border-bottom: none !important;
        }
    .tabs-componente .tabs-responsive-componente .contenido-tab {
        border: none;
        margin-bottom: 0;
        padding: 50px 15px 60px 15px;
         min-height: initial;
    }
    .contenido-tab h3 {
        text-align: center;
    }
    /**/
    #tabs-programacion {
        border: none;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento h3 {
        text-align: center;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento p {
        margin: 0 auto;
        text-align: center;
    }
}

