
@media screen and (max-width: 992px) {
    
	.animation {
        display: none;
    
        
    }
    #myphoto{
        /* filter: contrast(0.7) brightness(1.0) saturate(1.4); */
        animation: normal chamada 4s;
        width: 100%;
        
        border-radius: 100%;
        border-bottom: 6px solid #00768c;
        border-left: 6px solid #00768c;
        
        
    }
    .arrowDown{
        position: absolute;
        bottom: 6px;
        left: 43%;
        width: 100%;
        max-width: 50px;
        margin: auto;
        animation: quica 2s linear infinite;
        animation-direction: alternate;
        border-radius: 5px;
        
       
    }
    
    
}
@media screen and (max-width: 600px){
    ._img-contato{
        display: none;
    }
    #contato address{
        margin: 3rem 0 ;
        
    }

    #contato .h1{
        font-size: 1.6rem;
    }

    .position-arrow-down {
        position: absolute;
        top: -40px; /* Ajuste a distância do topo conforme necessário */
        right: 0px; /* Ajuste a distância da direita conforme necessário */
        width: 100%;
        max-width: 50px;
        margin: auto;
        cursor: pointer;
      
        border-radius: 5px;
        animation: quica 2s linear infinite;
        animation-direction: alternate;
        transition: opacity 0.3s ease;
      }
}