.codecert-color-1 {
    color: #0c1c44;
}

.codecert-color-2 {
    color: #0c789f;
}

.codecert-color-3 {
    color: #26a6bd;
}

.codecert-color-4 {
    color: #11e2d4;
}

.codecert-color-5 {
    color: #82dea6;
}

.codecert-bgcolor-6 {
    background-color: #f6f6f6;
}

a.codecert-link-1 {
    color: white;
}

a.codecert-link-1:hover {
    color: burlywood;
}

.codecert-box-radius-1 {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    margin: 10px;
}

body {
    font-size: 22px;
    font-family: "Poppins", Sans-serif;
}

header {
    padding: 10px;
    font-size: 18px;
}

li.nav-item > a {
    font-size: 18px;
}

h2 {
    color: #0c789f;
}

h3 {
    color: #0c1c44;
}

ul {
    justify-content: right;
}

ul > li > a {
    color: #0c789f !important;
}

ul > li > a:hover {
    color: #11e2d4 !important;
}

.logo {
    margin: auto;
    text-align: left;
}

button > a {
    color: inherit;
    text-decoration: none;
    text-decoration-line: none;
}

.btn-cta {
    padding: 10px 15px;
    font-size: 28px;
}

.btn-cta > a {
    font-size: 28px;
}

.btn-cta-mini > a {
    font-size: 18px;
}

.btn:hover.btn-cta-whatsapp {
    background-color: white;
    color: #24cc63;
}

.btn-cta-whatsapp {
    background-color: #24cc63;
    color: white;
}

.btn:hover.btn-cta-whatsapp-hero {
    background-color: #24cc63;
    color: white;
}

.btn-cta-whatsapp-hero {
    background-color: #6effa5;
    color: #0c1c44;
}

.whatsapp-txt {
    padding: 25px;
    font-size: 28px;
}

.welcome-hero {
    text-align: center;
    background-image: linear-gradient(to bottom, #0c789f, #26a6bd);
    color: white;
}

.welcome {
    background-image: url("../imagens/codecert-tecnologia-certificado-digital.png");
}

.welcome > .container {
    min-height: inherit;
}

.welcome > .container > .row {
    min-height: inherit;
}

.welcome-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.welcome-img {
    display: flex;
    align-items: end;
    padding-top: 30px;
}

.welcome-img > img {
    width: 100%;
}

section {
    min-height: 500px;
}

section > h2 {
    text-align: center;
    padding: 50px 30px 0px;
    color: #0c789f;
}

section > h3 {
    text-align: center;
    padding: 30px;
    color: #26a6bd;
}

.card {
    text-align: center;
}

.card > .card-header {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card > .card-body {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card > .card-header > div > i {
    font-size: 48px;
    color: #0c789f;
}

.product-group {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 30px;
}

.product-title > i {
    color: #26a6bd !important;
    font-size: 32px;
}

.about-txt {
    margin: auto;
    padding: 0px 30px;
    text-align: justify;
}

footer {
    min-height: 350px;
    padding: 30px;
    background-color: #0c789f;
    color: white;
    font-size: 18px;
    
}

.footer-logo {
    width: 150px;
}

#carrosel-depoimentos {
    min-height: 550px;
}

.carousel-control {
    width: 35px;
}

.carousel-control-icon {
    background-color: black;
}

.indicator-animated {
    margin-bottom: 100px;
}

.img-desktop {
    display: block;
}

.img-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .welcome {
        height: inherit;
    }

    .welcome-txt {
        padding: 100px 30px 0px;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .nav {
        display: none;
    }

    .logo {
        margin: auto;
        text-align: center;
    }

    .welcome-txt {
        min-height: inherit;
    }
    
    .welcome-img {
        min-height: inherit;
        padding-top: 0px;
    }
}

@media screen and (min-width: 1024px) {
    .footer-part {
        padding-left: 10% !important;
    }
}