@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@1,700&family=Roboto+Condensed&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body{
    background: #E5E6E3;
    background-size:cover;
    max-width: 100vw;
    height: 100%;
    width: 100%;
    margin: 0;
}
.logo-mobile{
    width: 200px;
    height: 150px;
}
.logo{
    display: none;
}
.barra-inicio{
    background-color: #242424;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 10px 40px #00000056;
}
.contato{
    border: 0;
}
nav li{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white;
}
nav li a{
    color: white;
    font-weight: 2000px;
    padding: 5px;
    font-size: 30px;
}
nav li a:hover{
    color: #05FF00;
}
.dropdown-menu a{
    display: none;
    justify-content: center;
    font-size: 20px;
    color:#05FF00;
}

.logo-cabecalho{
    background: url(imagens/fundo.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding-right: 10px;
    padding-left: 50px;
    font-size: 30px;
}
.barra-final{
    background-color: #242424;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
}
.telefone{
    color: greenyellow;
    font-size: 35px;
}
.central{
    color: white;
    font-size: 20px;
}
.redes ul li a img{
    width: 40px;
    height: 40px;
    border: none;
}
.redes ul li{
    display: flex;
    border: none;
}
.redes ul a{
    display: block;
    margin: 0;
    padding: 0;
}
.redes{
    border: none;
}
.redes ul li:hover{
    background-color: rgba(104, 103, 102, 0.53);
    border-radius: 15px;
}
.logo-cooper{
    display: flex;
    justify-content: center;
}
.main-1{
    background: url(imagens/sjc.jpeg);
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    justify-content: space-between;
    align-items: center;
}
.divmain-1 h1{
    font-size: 25px;
}
.divmain-1{
    padding-top: 100px;
    color: #fff;
}
.divmain-2{
    background: #E5E6E3;
    background-size: 100vw;
}
.divmain-2 p{
    font-size: 15px;
    padding-left: 50px;
    padding-right: 50px;
}
.divmain-2 h1{
    font-size: 25px;
    padding-left: 100px;
    padding-right: 100px;
}
.divmain-3{
    color: #fff;
    padding-top: 50px;
}
.divmain-3 img{
    display: none;
    width: 200px;
    height: 150px;
    padding-top: 15px;
}
.divmain-3 div{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.divmain-3 h1{
    font-size: 35px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 10px;
}
.divmain-3 p{
    font-size: 25px;
    padding-left: 20px;
    padding-right: 10px;
}
.main-2{
    background: url(imagens/sjc.jpeg);
    background-size:cover;
    background-repeat: no-repeat;
}
.divmain-4{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.divmain-4 div{
    color: #fff;
    background: lightslategray;
    height: 180px;
    width: 400px;
    border-radius: 20px;
}
.divmain-4 div h1{
    font-size: 40px;
    padding-top: 15px;
    padding-left: 15px;
}
.divmain-4 div p{
    font-size: 20px;
    padding: 5px;
    padding-left: 15px;
}