@media screen and (max-width: 628px) {
    
    nav#navcab{
        display: none;
        
    }
    #menuh{display: block;}

    body{
        background-color: var(--cor0);
        margin: 3px;
        overflow-x: hidden;
    }

    main{
        background-color: white;
        border-radius: 10px;
        padding: 3px;
        padding-right: 1px;
        margin-left: 6px;
    
        font-size: 0.8em;
    }
    
    
    header{
        width: 100vw;
        height: auto;
        margin: -10px;
        
    }

    .material-icons{
        display: block;
        margin: auto;
        margin-left: 0%;
        width: 70vw;
        color: #10ABB4;
        text-align: center;
        padding: 8px;  
        font-size: 38px;
    }

    #lista-cab{
        display: block;
        color: #502000;
        margin-left: -10%;
        padding: 0px;
    
    }

    .li-cab{
        padding: 0px;
        margin-top: 14px;
        margin-bottom: 14px;
        display: block;
        background-color: #9C3E00;
        border-radius: 3px;
        margin-left: 20%;
        width: 300px;
    }

    @media screen {
        picture#logo-css{
        background: url('imagens/logo-cel.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 300px;
        height: 300px;
        margin-left: 5%;
        }
    }

    #logo-texto{
        flex-direction: column;
    }

    h1{
        font-family: 'Arima', cursive, sans-serif;
        margin: auto;
        margin-left: 0%;
        text-align: center;
        color: white;
        font-size: 2.5em;
    }

    h2{
        font-family: 'Arima', cursive, sans-serif;
        font-size: 2em;
        text-align: center;
        color: #10ABB4;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 50px;
    }

    .subtitulo{
        padding-right: 0px;
    }

    main > h2{
        padding-right: 0px;
    }
    
    p{
        text-indent: 10px;
        font-size: 2em;
        margin: 4px;
    }

    footer{
        font-size: 0.6em;
    }

    #carrossel{
        margin: 0 auto;
        width: 350px;
        height: 400px;
        overflow: hidden;
        border-radius: 10px;
    }

    .manual-btn{
        border: 2px solid #fff;
        padding: 5px;
        border-radius: 10px;
        cursor: pointer;
        transition: 1s;
    }
    
    .manual-btn:not(:last-child){
        margin-right: 40px;
    }

    .manual-btn:first-child{
        margin-left: 60px;
    }

    .manual-navigation{
        position: absolute;
        width: 350px;
        margin-top: -40px;
        display: flex;
        justify-content: left;
    }


    .navigation-auto{
        position:absolute;
        width: 350px;
        margin-top: 360px;
        display: flex;
        justify-content: center;
    }

    .pc{
        display: none;
    }

    .cel{
        display: block;
        width: auto;
        height: auto;
    }

    img{
        max-width: 350px;
        max-height: 400px;
    }
    
 /* carrossel fotos de cachorros */

    #carrossel2{
        margin: 0 auto;
        width: 350px;
        height: 400px;
        overflow: hidden;
        border-radius: 10px;
    }

    #contatiner{
        background-image: url('imag-ia/fundo.png');
        /* background-size: contain; */
        background-attachment:scroll    
    }

}
