@media(min-width: 600px){
    .container-localigacao{
        display: flex;
        justify-items: center;
        flex-direction: column;
        
    }
}

@media(min-width: 600px){
    .container-info{
       width: 600px;
       place-self: center;
       
    }
}

@media(max-width: 380px){
    footer span{
     display: none;
       
    }
}
@media(max-width: 380px){
    .redes ul{
       gap: 8px;
    
       
    }
}






*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
    height: 100%;
}


ul{
    margin: 0px 10px 0px 10px;
}


.atendimento li, .endereco li, .info li, .bg-contato li{
    list-style: none;
    margin-top: 10px;
    text-align: center;
    
}

.atendimento a:nth-child(1)::after, .atendimento a:nth-child(2)::after, .bg-contato a::after{
    content: '';
    background: url(img/whatsApp.png);
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    position: absolute;
}



.atendimento a, .endereco a, .info a, .bg-contato a{
    text-decoration: none;
    color: white; 
    font-family: Roboto, Geneva, Tahoma, sans-serif;
    display: block;
    padding: 15px 35px;
    background: rgb(1, 56, 1);
    border-radius: 50px;  
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    font-weight: 500;  
      
}



.atendimento a:hover, .endereco a:hover, .info a:hover, .bg-contato a:hover{
    background: rgb(1, 61, 1);
    transform: scale(1.05);
    color: rgb(183, 248, 183);
}


.container{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('img/bg-ca.jpeg');
    background-position: center; 
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 97.9%;
    display: flex;
    flex-direction: column;
    
   
}

.logo{
  text-align: center;
  padding-top: 30px;
 
  
}


.nav{
    justify-content: center;
    display: grid;
}

.endereco{
    margin-top: 30px;

}

.info{
    margin-top: 30px;
}
.redes ul{
    display: flex;
    list-style: none;
    gap: 10px;
    
    
}


.redes{
    display: flex;
    margin-left: 5px;
    
 
}

.redes img{
    width: 12px;
    right: 12px;
    margin-right: 2px;
    vertical-align: middle;
    

}

.redes a{
    color: rgb(219, 218, 218);
    font-family: roboto;
    font-size: 0.6rem;
    text-decoration: none;
   
}


footer{
    background-color: rgb(1, 61, 1);
    display: flex;
    justify-content: center;
    
    
  
}
span{
    color: rgb(219, 218, 218);
    font-size: 0.6rem;
    font-family: roboto;
    padding-top: 5px;
}

.container-atendimento, .container-localigacao{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('img/bg-atendimento.jpeg');
    background-position: center; 
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 97.9%;
    display: flex;
    flex-direction: column;
    

}
.bg-contato{
    
    place-self: center;
    margin: 0 auto;
    width: 90%;
    

}


.container-info{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    padding: 20px;
    margin: 20px;
    border-radius: 15px;

}

legend{
    color: white;
    font-size: roboto;
    margin-left: 5px;
    font-size: 1.4rem;
}

.container-info a{
    color: white;
    display: block;
    font-size: 0.7rem;
    font-family: roboto;
    margin-left: 10px;
    margin-top: 5px;
}

.container-info a::before{
    content: '';
    background: url(img/localizacao.png);
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -15px;
    position: absolute;


   
}

.endereco-info{
    padding: 5px 15px;
}

.endereco-info span, .endereco-info span{
    font-size: 1.1rem;
    
   
}

.horario{
    margin-top: 20px;
}


