﻿/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#SectionAboutUs {
    background-size:cover;
}


.about p {
    font-weight: 300;
    font-size: 1rem;
    color: var(--nsop-theme-text-color);
    margin-bottom: .6rem;
    text-align: justify;
}
/*--------------------------------------------------------------
# Sections Visiones Tabs
--------------------------------------------------------------*/
#SectionVisionesTabs {
    height: 35rem;
}

    #SectionVisionesTabs .nav-tabs .nav-link {
        color: var(--nsop-theme-item-title-color);
        font-weight: var(--nsop-theme-item-title-font-weight);
        font-size: var(--nsop-theme-item-title-font-size);
        flex-shrink: 0;
    }

        #SectionVisionesTabs .nav-tabs .nav-link.active, .nav-tabs .show > .nav-link {
            color: var(--nsop-theme-palette-secondary-color);
            background-color: transparent;
        }

    #SectionVisionesTabs .tab-pane {
    }

    #SectionVisionesTabs .nav {
        justify-content: center;
    }

    #SectionVisionesTabs .tab-pane p {
        margin: 1rem;
        font-weight: 300;
        font-size: 1rem;
        color: var(--nsop-theme-text-color);
        margin-bottom: .6rem;
        text-align: justify;
    }

    #SectionVisionesTabs .tab-pane ul li {
        font-size: var(--nsop-theme-item-description-font-size);
        color: var(--nsop-theme-item-description-color);
        font-weight: var(--nsop-theme-item-description-font-weight);
        animation-delay: .1s;
        margin: .5rem 0 0;
    }

@media(max-width:767px) {
    #SectionVisionesTabs .nav {
        flex-wrap: nowrap;
        justify-content: start;
        overflow-x: auto;
        padding: 2px 0;
    }
}
/*--------------------------------------------------------------
# Sections Gallery
--------------------------------------------------------------*/
#SectionGallery {
    background: var(--nsop-theme-dark-backcolor);
}

#gallery {
    margin: 0 auto;
}

.ug-gallery-wrapper .ug-slider-wrapper {
    border-radius: .5rem;
    overflow: hidden;
}

.ug-gallery-wrapper .ug-strip-panel {
    background-color: inherit !important;
}

.ug-thumb-wrapper.ug-thumb-generated {
    border-radius: .25rem;
}

.ug-thumb-wrapper .ug-thumb-border-overlay {
    border-radius: .25rem;
}

@media screen AND (max-width:900px) {
    #SectionGallery {
        padding: 0;
    }

    .ug-gallery-wrapper .ug-slider-wrapper {
        border-radius: 0;
    }
}
/*--------------------------------------------------------------
# Sections Timeline
--------------------------------------------------------------*/

.timeline-item-date {
    color: var(--nsop-theme-palette-secondary-color);
    font-weight: var(--nsop-theme-item-title-font-weight);
    font-size: var(--nsop-theme-item-title-font-size);
    margin-bottom: .5rem;
}

.timeline-item-title {
    color: var(--nsop-theme-item-title-color);
    font-weight: var(--nsop-theme-item-title-font-weight);
    font-size: var(--nsop-theme-item-title-font-size);
    margin: .5rem 0;
}

.timeline-item-subtitle {
    font-size: var(--nsop-theme-item-description-font-size);
    margin: 0 0 1rem;
    color: var(--nsop-theme-item-description-color);
    font-weight: var(--nsop-theme-item-description-font-weight);
}

#SectionTimline ul {
    border-right: 3px silver solid;
    list-style: none;
}

    #SectionTimline ul li {
        position: relative;
    }

        #SectionTimline ul li::before {
            font-family: bootstrap-icons;
            content: "\F218";
            display: inline-flex;
            color: var(--nsop-theme-palette-secondary-color);
            font-weight: bold;
            width: 1em;
            position: absolute;
            right: -1.6rem;
            background: white;
            height: 2rem;
            align-items: center;
        }
/*--------------------------------------------------------------
# Section Team
--------------------------------------------------------------*/

.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    margin: .5rem 0;
}


    .team .member img {
        transition: ease-in-out 0.3s;
        object-fit: cover;
        object-position: top center;
        border-radius: 50%;
        border: 1px #e8e8e8 solid;
        aspect-ratio: 1/1;
    }

    .team .member:hover {
    }

    .team .member .member-info {
        padding-left: 30px;
    }

    .team .member h4 {
        color: var(--nsop-theme-item-title-color);
        font-weight: var(--nsop-theme-item-title-font-weight);
        font-size: var(--nsop-theme-item-title-font-size);
        margin: .5rem 0;
    }

    .team .member span {
        display: block;
        padding-bottom: 10px;
        position: relative;
        font-size: var(--nsop-theme-item-description-font-size);
        color: var(--nsop-theme-item-description-color);
        font-weight: var(--nsop-theme-item-description-font-weight);
    }

        .team .member span::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #cbd6e9;
            bottom: 0;
        }

    .team .member p {
        margin: 10px 0 0 0;
        font-size: 12px;
    }

    .team .member .social {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .team .member .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            background-color: var(--nsop-theme-light-backcolor);
            margin-left: 8px;
        }

            .team .member .social a i {
                color: var(--nsop-theme-palette-secondary-color);
                font-size: 16px;
                margin: 0 2px;
            }

            .team .member .social a:hover {
                background: var(--nsop-theme-palette-secondary-color);
            }

                .team .member .social a:hover i {
                    color: #fff;
                }
/*--------------------------------------------------------------
#Certificates
--------------------------------------------------------------*/
#SectionCertificates {
    background-color: var(--nsop-theme-light-backcolor);
}

