* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-brand {
    font-size: 36px;
    color:#fff;
    font-weight: 900;
}

.nav-link {
    color: #fff;
    padding-bottom: 30px;
}

.nav-link:hover {
    color: #0066ff;
    transition: 0.3s;
}

.nav-item {
    color: #f7495e;
    font-weight: 500;
    padding-left: 20px;
    padding-top: 14px;
    font-size: 22px;
}

.btn0 {
    max-width: 100%;
    height: 48px;
    width: 200px;
    font-weight: 500;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #07074e;
    border: 2px solid #cecece;
    border-radius: 14px;
}

.btn0:hover {
    background-color:#003399;
    transition: all 0.3s;
}


/*Página principal*/
.main {
    background: url(../images/main.jpg)no-repeat right;
    background-size: cover;
    max-width: 100%;
    min-height: 100vh;
}

.main h1 {
    font-size: 70px;
    font-weight: 800;
    color: #2b2bc0;
    padding-top: 80px;
}

.main input {
    height: 70px;
    width: 70%;
    padding: 15px;
    border-radius: 8px;
}


/*Sobre*/
.sobre h1 {
    font-size: 48px;
    color: #07074e;
    padding-bottom: 80px;
}

.btn1 {
    height: 70px;
    width: 30%;
    font-weight: 500;
    color: #fff;
    background-color: #07074e ;
    border: 2px solid #cecece;
    border-radius: 14px;
    transition: all .3s;
    margin-bottom: 20px;
}

.btn1:hover {
    background-color: #003399;
    color: #fff;
    border: none;
}


/*Serviços*/
.service h1 {
    font-size: 56px;
    color: #07074e;
    padding-bottom: 50px;
}

#services h6 {
    color: #000000;
}

#services p {
    color: #000000;
}

.img-placeholder {
    width: 75px; 
    height: 75px; 
    background-color: white;
    border-radius: 50%;
    margin: 0 auto; 
}


.service .card {
    border: 2px solid #3f5875;
}

.service .card:hover {
    cursor: pointer;
    box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.75);
    transition: all .3s;
}


/*A equipe*/
.slider h1 {
    font-size: 48px;
    padding-bottom: 110px;
}

.avatar {
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

.slide-text {
    font-size: 1.6rem;
    font-weight: 300;
}

.btn2 {
    color: #fff;
    background-color: #07074e;
    height: 70px;
    width: 30%;
    border: 1px solid #cecece;
    border-radius: 14px;
    margin-bottom: 90px;
}

.btn2:hover {
    background-color: #003399;
    color: #cecece;
    
}


/*contato*/
#contact h1 {
    font-size: 48px;
}

.card{
    border-radius: 20px;
    padding: 32px;
    padding-top: 10px;
}

.card-img-top{
    border-radius: 20px;
}

.contact{
    background-color: #fff;
}

.contact h4{
    font-size: 24px;
}

.contact p{
    font-size: 22px;
}

.btn4{
    background-color: #07074e;
    color: #fff;
    width: 100%;
    border-radius: 10px;
}

.btn4:hover {
    background-color: #003399;
    color: #fff;
    padding-right: 2px;
}

.form-control{
    height: 55px;
    border-radius: 7px;
    color: #111111;
    background-color: #e5e5e5;
}


/*Rodapé*/
.footer {
    background-color: #121626;
    color: #fff;
    margin-top: 3px;
}

.footer.p {
    margin: 0;
    color: #69696b;
}

.link {
    color: #ffffff;
    transition: .3s;
}

.link:hover {
    color: #0066ff;
    padding-left: 8px;
    transition: .3s;
    cursor: pointer;
}


.footer button {
    width: 24%;
    height: 44px ;
    margin-top: 40px;
    padding-left: -10px;
    background-color: #07074e;
    color: #fff;
    border-radius: 6px;
}

.footer button:hover {
    background-color: #003399;
    padding-right: 3px;
}


/* media*/
@media screen and (max-width:1280px) {
    .navbar-brand {
        font-size: 32px;
    }
    .nav-item a {
        font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    .navbar-brand {
        font-size: 20px;
    }
    .nav-item a {
        font-size: 14px;
    }
}


@media screen and (max-width:667px) {

    #team .slide-text {
        font-size: 22px;
    }
}

@media screen and (max-width:320px) {
    .navbar-brand {
        font-size: 32px;
    }
}
