body *{
    font-family: 'Poppins', sans-serif;
}

.bg-dark {
    background-color: #26418f !important;
}

.primary-color {
    color: #5c6bc0 !important;
}

.text-light {
    color: #8e99f3 !important;
}

.nav-link {
    color: #FFF !important;
}

.nav-link:hover {
    color: #8e99f3 !important;
}

.navbar-toggler {
    color: #26418f !important;
}

.btn-dark {
    background-color: #26418f !important;
    border-color: #26418f !important;
}

.btn-dark:hover {
    color: #8e99f3 !important;
}

#section-sobre {
    background: linear-gradient(0deg, #F8F9FA 25%, #8e99F3 75%);
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.profile-photo {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.media-icon {
    color: #26418f;
}

.media-icon:hover {
    color: #26418f;
}

.title {
    font-size: 40px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}

.icon-topics {
    color: #26418f;
    font-size: 30px;
}

.subtitle {
    color: #8e99f3;
    font-size: 16px;
}

.card-border {
    border-color: #26418f;
}

.year {
    font-size: 18px;
    font-weight: 500;
    color: #8e99f3;
}

.text-color {
    color: #333;
}

.certification {
    height: 120px;
    width: 120px;
}

/* INÍCIO - EXPERIÊNCIA */
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 70px);
    margin: 0 5px 0 0;
    float: left;
}
.main-timeline .timeline-content{
    color: #555;
    background: #fff;
    min-height: 130px;
    padding: 30px 150px 30px 30px;
    border-top: none;
    display: block;
    position: relative;
    text-decoration: none;
}
.main-timeline .timeline-content:before{
    content: "";
    background-color: #26418f;
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}
.main-timeline .timeline-year{
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: 60px;
}
.main-timeline .title{
    color: #26418f;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.main-timeline .description{
    font-size: 14px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 0 5px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 30px 30px 30px 150px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: 60px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background-color: #26418f; }
.main-timeline .timeline:nth-child(4n+2) .title{ color: #26418f; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background-color: #26418f }
.main-timeline .timeline:nth-child(4n+3) .title{ color: #26418f; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background-color: #26418f }

@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
}
@media screen and (max-width:576px){
    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 130px 25px 25px;
    }
    .main-timeline .timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        height: 70px;
        width: 100%;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        top: 16px;
        left: 50%;
        right: auto;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0) translateX(-50%);
        top: 80px;
        left: 50%;
        right: auto;
    }
}
/* FIM - EXPERIÊNCIA */

.flags {
    width: 80px;
    height: 60px;
}

.social-media-footer {
    color: #000;
}

.social-media-footer:hover {
    color: #26418f
}