h1, h2{
    font-weight: 900 !important;
    text-transform: uppercase;
}
.planes-burbuja{
    background: var(--fondo-burbuja);
    border-radius: 50px;
    padding: 2rem;
    border: 3px solid var(--theme-color);
}
.planes-burbuja p{
    text-align: left;
}
.planes-burbuja h1, .planes-burbuja h2{
    font-weight: 900 !important;
}
.planes-burbuja h6 small{
    font-size: .7rem;
}
.planes-burbuja a{
    color: var(--a-hover);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}
.tab-pane h2{
    text-align: left;
    text-transform: uppercase;
    font-weight: 900 !important;
    margin-top: 1.5rem;
}

.tab-pane .content{
    margin: 2rem 1rem 100px !important;
    text-align: justify;
}
.nav-link{
    padding: 0.5rem 0.5rem;
}

.tab-pane table{
    color: var(--second-color);
}

.tab-pane table  th, .tab-pane table  td, .accordion-text td, .accordion-text th{
    border-width: .05px;
    text-align: center;
    width: 30vw;
}
.tab-pane table  th, .accordion-text th{
    font-weight: 900;
}
.tab-pane h3{
    text-align: left;
    margin-top: 1rem;
    font-weight: 900 !important;
    font-size: 1rem;
}
.tab-pane tbody tr:nth-child(odd){
    background: var(--a-fondo-active-tab);
}
.tab-pane table small{
    font-weight: bold;
    font-size: .8rem;
}
#nav-HERRAMIENTAS th:first-child, #nav-HERRAMIENTAS td:first-child, .accordion-text td:first-child{
    width: 45vw !important;

}

#nav-HERRAMIENTAS th, #nav-HERRAMIENTAS td, .accordion-text td{
    width: 15vw !important;
}

.modal-info-img{
    height: 40vh;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.accordion-text ol{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.accordion-text li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    font-size: .8rem;
    font-weight: 200;
    text-transform: uppercase;
    color: var(--second-color);
    text-align: center !important;
    margin: 0.5rem auto;;
}

.accordion-text li i{
    font-size: 1.2rem;
}
.index-img-accordeon {
    width: 100%;
}
.en-que-plan{
    margin-top: 2rem;
}
.index .en-que-plan{
    margin-top: 0;
    margin-bottom: 1rem;
}
.en-que-plan span{
    text-transform: uppercase;
    background: var(--second-color);
    border-radius: 50px;
    padding: 0.2rem 1rem;
    color: var(--theme-color);
    font-weight: 900;
    letter-spacing: 1px;
}
.add-plus{
    margin-top: .5rem;
}
.add-plus span{
    background: transparent;
    border-radius: 0;
    padding: 0 ;
    font-style: italic;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--second-color)
}
#SlideIndustrias p{
    text-align: justify;
}
#SlideIndustrias h3{
    font-size: 1.2rem;
    text-align: left;
    font-weight: 800 !important;
}
#SlideIndustrias h3 i{
    margin-right: 0.8rem;
}

@media (min-width:961px) {
.index-template #content {
    overflow-y: scroll;
    overflow-x: hidden;
    border: var(--second-color) 10px solid;
    width: 30vw;
    height: 60vw;
    max-width: 480px;
    max-height: 950px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.index-template{
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    transform: scale(0.7);
}
.index-template .offcanvas-backdrop.show{
    opacity: 0;
}
}