/*---------------------------------------
  SECTION               
-----------------------------------------*/
.separador {
    height: 10px;
    width: 30%;
    background: #f64e00;
    border: none;
}

.dark {
    background: #110f16;
}

.light {
    background: #f3f5f7;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-bg {
    background-color: #f0f8ff;
}

.section-overlay {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.35;
}

.section-overlay+.container {
    position: relative;
}

.tab-content {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 45px;
}

.nav-tabs {
    background-color: #f0f8ff;
    border-radius: 100px;
    border-bottom: 0;
    padding: 15px;
}

.nav-tabs .nav-link {
    border-radius: 100px;
    border: 0;
    padding: 15px 25px;
    transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
    margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #ffffff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    color: #171382;
}

.nav-tabs h5 {
    color: #717275;
    margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5,
.nav-tabs .nav-link:hover h5 {
    color: #171382;
}

.p-descripcion {
    color: white;
    font-size: 16px;
    font-weight: var(--font-weight-light);
}

.p-descripcion-2 {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: var(--font-weight-light);
}

.p-activities {
    color: var(--p-color);
    font-size: 18px;
    font-weight: var(--font-weight-light);
}