@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;
}
.content{
    height: 300px;
    width: 100vw;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 10px 40px #00000056;
}
.navigation{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
}
.bar1{
    width: 20px;
    height: 17px;
    border: 2px solid #fff;
    margin: 6px;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
}
.bar2{
    width: 20px;
    height: 17px;
    border: 2px solid #fff;
    margin: 6px;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
}
.bar3{
    width: 20px;
    height: 17px;
    border: 2px solid #fff;
    margin: 6px;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
}
.bar4{
    width: 20px;
    height: 17px;
    border: 2px solid #fff;
    margin: 6px;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
}
.bar1:hover{
    background-color:darkgrey;
}
.bar2:hover{
    background-color: darkgrey;
}
.bar3:hover{
    background-color: darkgrey;
}
.bar4:hover{
    background-color: darkgrey;
}
input{
    display: none;
}
.slides{
    display: flex;
    width: 400%;
    height: 100%;
}
.slide{
    width: 25%;
    transition: 0.6s;
    position: relative;
    float: left;
}
.imagens-slide{
    width: 100%;
    height: 100%;
}
#slide1:checked ~ .s1 {
    margin-left: 0;
}
#slide2:checked ~ .s1 {
    margin-left: -25%;
}
#slide3:checked ~ .s1 {
    margin-left: -50%;
}
#slide4:checked ~ .s1 {
    margin-left: -75%;
}
.main-titulo{
    font-family: 'Bebas Neue', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
}
.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;
}
.text-taxi{
    font-size: 30px;
    font-family: arimo;
    display: none;
}
.text-coopervale{
    font-weight: 900px;
    color:rgb(97, 160, 34);
    font-family: arimo;
    display: none;
}
.text-main{
    background: url(imagens/fundo.jpg);
    background-size:contain;
    padding-top: 312px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: black;
    padding-bottom: 12px;
    border-bottom: 1px solid black;
}
.text-main img{
    display: none;
}
.text-main2{
    background: url(imagens/cidade.jpeg);
    background-size:auto;
}
.text-main2 p{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding-bottom: 5px;
}
.motorista{
    height: 300px;
    width: 100vw;
}
.motorista1{
    display: none;
}
.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;
}
#slide1:checked ~ .navigation .bar1{
    background-color: #fff;
}
#slide2:checked ~ .navigation .bar2{
    background-color: #fff;
}
#slide3:checked ~ .navigation .bar3{
    background-color: #fff;
}
#slide4:checked ~ .navigation .bar4{
    background-color: #fff;
}
.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;
}
.logo-cooper{
    display: flex;
    justify-content: center;
}