body {
    background-color: #fff;
    color: #273A4F;
    padding: 0; margin: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
}

h1, h2 {
    display: inline;
    font-size: 40px;
    font-weight: 700;
}

h1 {
    font-weight: 500;
}

h2 {
    font-weight: 400;
}

h3 {
    font-weight: 400;
    text-align: center;
    font-size: 30px;
}

h4 {
    font-weight: 600;
    text-align: center;
    font-size: 43px;
    max-width: 735px;
    margin: 0 auto 30px auto;
    letter-spacing: -3px;
}

.container {
    width: 90%; max-width: 1000px; margin: 0 auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.col {
    width: 100%;
}

.col.flex {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.col p {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
}

.col-xl-60 {
    width: 60%;
}

.row.equipe {
    margin-top: 150px;
    padding-bottom: 150px;
}

.equipe h2 {
    color: #CFA067;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid #CFA067;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.equipe h3 {
    color: #CDCDCD;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}

.equipe p {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-style: italic;
}

.equipe p span {
    font-weight: 400;
    font-style: normal;
}

#header {
    width: 100%;
    /* height: 96vh; */
    background: #21364d url('../images/eco.png') no-repeat top center;
    background-size: cover;
    background-blend-mode: soft-light;
    display: flex;
    align-items: flex-start; 
    position: relative;
    padding-bottom: 18rem;
    margin-top: -34px;
}

#header h1, #header h2, #header p {
    color: #fff;
}
 
#header p { 
    font-size: 25px;
    line-height: 1.2;
    font-weight: 100;
    margin: 28px 0;
    text-align: left;
}

#header a {
    font-size: 24px;
    font-weight: 400;
    background-color: #CFA067;
    padding: 11px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    box-sizing: border-box;
    transition: .3s;
    padding-bottom: 15px;
    display: table;
}

#header a:hover {
    background-color: #21364d;
}
 
.logo-primum-imagem {    
    padding-top: 4rem; padding-bottom: 10rem;
    display: table;
    width: 100%;
    max-width: 290px;
    visibility: hidden;
}

.icon-header {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 50s linear infinite;
}

@keyframes rotate {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

#main .wrapper {
    padding-top: 8rem;
}

@media (max-width: 1445px) {

    #header {
        margin-top: -42px;
    }

}

@media (max-width: 767px) {
    
    .col-md-100 {
        width: 100%;
    }

    h1, h2 {
        font-size: 33px;
    }
    #header p {
        font-size: 20px; 
    }
    #header a {
        font-size: 23px;
    }
    h3 {
        font-size: 23px;
    }
    h4 {
        font-size: 33px;
    }

} 