@import url('https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* HTML */
body {
    font-family: "Krub", sans-serif;
}
/* Navigation */
#navigation .navbar {
    background-color: #fff !important;
    box-shadow: 0px 0px 5px #ccc;
    padding: 0 1rem;
}
#navigation .navbar a.navbar-brand {
    padding: 0;
}
#navigation .navbar-nav .nav-item {
    padding: 0 3rem;
}
#navigation .navbar-nav .nav-item a {
    color: #002555;
    font-weight: 700;
    padding: 1.34rem;
    border-bottom: transparent;
}
#navigation .navbar-nav .nav-item.active a {
    color: #F5AC00;
    border-bottom: solid 4px #F5AC00;
}
/* Header */
header {
    min-height: 450px;
    background-image:url("../img/grafismo_header.png"), url("../img/header_bg2.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    background-position: left center, left center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header-content {
    width: 90%;
    height: 360px;
    background-color: rgba(0, 37, 85, .7);
    color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5rem;
    position: relative;
    left: 5px;
    top: -5px;
}
header .vline {
    width: 1px;
    height: 172px;
    background-color: #1245FF;
    margin-left: 1.6rem;
}
/* Cards CAD */
section#cardsCad {
    padding: 5rem 2rem;
}
section#cardsCad .card {
    background-color: #002555;
    border-radius: 15px;
    width: 97%;
    min-height: 500px;
    margin: 0 auto;
    box-shadow: 5px 5px 10px #ccc;
}
section#cardsCad .card-body {
    padding: 1.6rem;
    color: #fff;
}
section#cardsCad .card-body img {
    border-radius: 15px 15px 0 0;
}
section#cardsCad .card .read-more {
    padding-bottom: 1.5rem;
}
section#cardsCad .card .read-more a {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
}
section#cardsCad .card .read-more a:hover {
    color: #F5AC00;
}
/* Site Carousel */
#ibmecCarousel .carousel-item.active {
    display: flex;
    align-items: center;
    max-height: 450px;
}
#ibmecCarousel .carousel-indicators {
    margin-bottom: -3rem;
}
#ibmecCarousel .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#F5AC00;
    margin-right: 5px;
    margin-left: 5px;
}
#ibmecCarousel .carousel-indicators .active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color:#F5AC00;
    border: solid 4px rgba(245, 172, 0, .6);
    position: relative;
    top: 8px;
}
#ibmecCarousel .carousel-caption {
    bottom: 25%;
    text-align: left;
}
#ibmecCarousel .carousel-caption .caption-carousel-ibmec {
    width: 60%;
}
#ibmecCarousel .carousel-caption h4 {
    font-size: 3rem;
    font-weight: 700;
}
/* Site Apps */
#siteApps {
    padding: 6rem 0 3rem;
}
#siteApps .blue-title,
#siteContact .blue-title {
    font-weight: 700;
    color: #002555;
}
#siteApps .quick-links {
    list-style: none;
    padding-left: 0;
}
#siteApps .quick-links li {
    background-color: #F9F9F9;
    margin-bottom: 15px;
    width: 95%;
}
#siteApps .quick-links li a {
    width: 100%;
    text-align: left;
    padding: 15px 15px 15px 35px;
    font-weight: 700;
    font-size: 1.2rem;
    background-image: url("../img/grafismo_btn_ql.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    border-radius: 0;
    border: 0;
}
#siteApps .quick-links li a:hover,
#siteApps .quick-links li a:active,
#siteApps .quick-links li a:focus {
    background-color: #002555;
    color: #fff;
}
#siteApps .btn-store {
    width: fit-content;
    margin: 0 auto;
}
/* Site Podcast */
#listenPodcast {
    background-color: #002555;
    border-bottom: 10px solid #F5AC00;
    padding: 5rem 2rem;
}
#listenPodcast .podcast-title {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
}
#listenPodcast .tag-blog-insights {
    width: fit-content;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    top: 3%;
    left: 3%;
}
#listenPodcast .blog-cards {
    width: 100%;
    height: 286px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    background-position: center;
}
#listenPodcast .apps-box {
    background: transparent;
    border-radius: 15px;
    width: 100%;
    height: 286px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#listenPodcast .blog-cards.card1 {
    background-image: url("../img/blog_cards/blog_card_001.png");
}
#listenPodcast .blog-cards.card2 {
    background-image: url("../img/blog_cards/blog_card_002.png");
}
#listenPodcast .blog-cards.card3 {
    background-image: url("../img/blog_cards/blog_card_003.png");
}
#listenPodcast .blog-cards {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
#listenPodcast .blog-card-footer {
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 10px 15px;
    border-radius: 0 0 19px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#listenPodcast .blog-card-footer a {
    background-color: #F5AC00;
    border-radius: 50%;
    padding: 1px 10px;
    text-decoration: none;
    margin-left: 10px;
    color: #fff;
    font-size: 1.3rem;
}
#listenPodcast .blog-card-footer a:hover,
#listenPodcast .blog-card-footer a:focus {
    background-color: #fff;
    color: #F5AC00;
}
/* Site Contact */
#siteContact {
    padding: 3.5rem;
}
#siteContact .submit-form {
    text-align: right;
}
#siteContact .btn-submit {
    background-color: #F5AC00;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    padding: 5px 20px;
}
#siteContact ::placeholder {
    color: #ccc;
    font-size: .9rem;
}
/* Site Footer */
#siteFooter {
    background-color: #F5AC00;
    background-image: url("../img/grafismo_footer.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.back-to-top {
    position: fixed;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 53px;
    right: 20px;
    bottom: 20px;
    background: #002555;
    border: solid 2px #fff;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}
.back-to-top img {
    width: 60%;
}
/* Retorno E-mail */
section#retornoEmail {
    min-height: 400px;
}
section#retornoEmail a,
section#retornoEmail a:visited {
    color: #002555;
    text-decoration: none;
}
section#retornoEmail a:hover {
    color: #1245FF;
    text-decoration: none;
}
/* Media Queries */
@media(max-width:1550px) {
    header .header-content {
        width: 87.5%;
    }
    header .vline {
        margin-left: 3.9rem;
    }
}
@media(max-width:1024px) {
    header .header-content {
        width: 81.4%;
    }
    header .header-content {
        flex-direction: column;
        flex-wrap: wrap;
    }
    header .vline {
        display: none;
    }
    #ibmecCarousel .carousel-caption .caption-carousel-ibmec {
        width: 100%;
    }
    #siteCarousel .carousel-caption {
        bottom: 1.25rem;
    }
    
}
@media(max-width:768px) {
    header .header-content {
        width: 75%;
        padding: 0 2rem;
    }
    #siteCarousel .carousel-caption {
        right: 5%;
        bottom: 0;
        left: 5%;
        padding-top: 0;
        padding-bottom: .5rem;
    }
}
@media(max-width:667px) {
    header .header-content {
        width: 81.4%;
        margin-left: 65px;
    }
}
@media(max-width:500px) {
    header {
        background-image: url("../img/header_bg.jpg");
    }
    header .header-content {
        width: 100%;
        height: unset;
        margin-left: unset;
        padding: 2rem;
        position: unset;
        left: unset;
        top: unset;
    }
    #navigation .navbar {
        padding: 1rem;
    }
    #navigation .navbar a.navbar-brand {
        width: 70%;
    }
    #navigation .navbar-nav .nav-item {
        padding: unset;
    }
    section#cardsCad,
    #listenPodcast {
        padding: 5rem 0;
    }
    #siteApps .row {
        padding-right: unset !important;
        padding-left: unset !important;
    }
    #siteContact {
        padding: 3.5rem 0;
    }
}