@font-face {
    font-family: 'The Pretender Light Sans';
    src: url('../fonts/ThePretender-LightSans.otf') format('opentype'),
        url('../fonts/Galgine.otf') format('opentype');
}

html,
body {
    font-family: 'The Pretender Light Sans';
    font-weight: 400;
    background-color: #ffffff;
    font-size: 40px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100vh;
    min-width: 340px;
    margin: 0;
}

#manutencao {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    max-width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

#pagInicial {
    background-image: url("../images/Background-desktop.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.logo img {
    top: 14%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    position: absolute;
    width: auto;
    max-height: 30%;
    animation-duration: 0.6s;
    opacity: 0;
}

.animarLogo img {
    animation-fill-mode: forwards;
    animation-name: slide;
}

.dino-button a {
    top: 46%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    color: rgb(20, 112, 55);
    background-color: transparent;
    background-image: url(../images/iconpizza.png);
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: 1px;
    border-style: solid;
    border-color: rgb(231, 199, 94);
    border-bottom-width: 4px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-radius: 0px;
    margin-bottom: 15px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    display: flex;
    position: absolute;
    overflow: hidden;
    width: auto;
    max-height: 10%;
    animation-delay: 0.4s;
    animation-duration: 0.5s;
    opacity: 0;
}

.dino-button a:hover {
    filter: brightness(200%);
}

.whats-button a {
    top: 54.5%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    color: rgb(20, 112, 55);
    background-color: transparent;
    background-image: url(../images/iconwhats.png);
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: 1px;
    border-style: solid;
    border-color: rgb(231, 199, 94);
    border-bottom-width: 4px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-radius: 0px;
    margin-bottom: 15px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    display: flex;
    position: absolute;
    overflow: hidden;
    width: auto;
    max-height: 10%;
    animation-delay: 0.4s;
    animation-duration: 0.5s;
    opacity: 0;
}

.whats-button a:hover {
    filter: brightness(200%);
}

.insta-button{
    position: sticky;
    position: -webkit-sticky;
    top: 75%;
    display: flex;
    left: 50%;
    transform: translate(-50%, 0);
    width: 340px;
    height: 210px;
}

.insta-button a {
    font-family: 'Galgine';   
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    color: rgb(20, 112, 55);
    background-color: rgb(250, 249, 249);
    background-image: url(../images/moldura.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center 20px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    display: flex;
    width: 340px;
    height: 210px;
    animation-delay: 0.7s;
    animation-duration: 0.6s;
    opacity: 0;
}

.insta-button a:hover {
    color: rgb(112, 20, 20);
}

.text{
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 35px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    transition: all .3s;
    display: flex;
    position: absolute;
    overflow: hidden;
    animation-delay: 0.4s;
    animation-duration: 0.5s;
    opacity: 0;
}

.lin1{
    top: 67%;
    letter-spacing: 3px;
}

.lin2{
    top: 71%;
    letter-spacing: 2px;
    font-size: 32px;
}

.footer {
    background-color: #024032;
    height: max-content;
    display: flex;
    padding-top: 15px;
    justify-content:center;
}

.footer #imgLogotipo{
    transform: translate(17%, 0);
    background-color: transparent;
    background-image: url(../images/logotipo.png);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 150px;
    margin-right: 15px;
}

.footer #trabalheConosco{
    transform: translate(17%, 0);
    background-color: transparent;
    background-image: url(../images/trabalheconosco.png);
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 30px;
    font-size: 30px;
    text-decoration: none;  
    color: #ffffff;
    height: 50px;
}

.footer #mailto{
    transform: translate(17%, 0);
    background-color: transparent;
    background-image: url(../images/mailto.png);
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-left: 15px;
    padding-top: 30px;
    font-size: 30px;
    text-decoration: none;  
    color: #ffffff;
    height: 50px;
    width: auto;
}


.textPrincipal img {
    top: 69%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 15px;
    display: flex;
    position: absolute;
    animation-delay: 0.4s;
    animation-duration: 0.5s;
    opacity: 0;
}

.animar a {
    animation-fill-mode: forwards;
    animation-name: slide;
}

.animarFooter a {
    animation-fill-mode: forwards;
    animation-name: footer;
}

.animar p {
    animation-fill-mode: forwards;
    animation-name: slide;
}

.animar img {
    animation-fill-mode: forwards;
    animation-name: slide;
}






@media screen and (max-width:670px) {
    #pagInicial {
        background-image: url("../images/Background-Mobile.jpg");
    }

    .logo img {
        height: 15%;
        top: 30%;
    }
    
    .dino-button a {
        top: 59.5%;
        font-size: 25px;
        letter-spacing: 2px;
        background-image: url(../images/iconpizza.png);
        background-size: 23px;
        margin-bottom: 5px;
        width: 200px;
        height: auto;
        border-style: solid;
        border-color: rgb(231, 199, 94);
        border-bottom-width: 3px;
    }

    .whats-button a {
        top: 66%;
        font-size: 25px;
        letter-spacing: 1px;
        background-image: url(../images/iconwhats.png);
        background-position: 3px;
        background-size: 23px;
        margin-bottom: 5px;
        width: 205px;
        height: auto;
        border-style: solid;
        border-color: rgb(231, 199, 94);
        border-bottom-width: 3px;
    }


    .insta-button{
        position: sticky;
        position: -webkit-sticky;
        top: 78%;
        display: flex;
        width: 210px;
        height: 140px;
    }

    .insta-button a {
        font-size: 19px;
        letter-spacing: 0px;
        background-size: 180px;
        background-position: center 10px;
        border-radius: 2px;
        width: 210px;
        height: 140px;
    }

    .textTrabalheConosco-button img {
        max-height: 60px;
    }

    .text p{
        font-size: 35px;
    }

    .lin1{
        top: 73%;
        letter-spacing: 1.5px;
    }

    .lin2{
        top: 78%;
        letter-spacing: 1px;
    }

    .textPrincipal img {
        top: 74.5%;
        width: 10px;
    }

    .footer {
        padding-top: 6px;
    }
    
    .footer #imgLogotipo{
        transform: translate(-50%, 0);
        background-image: url(../images/logotiporeduzido.png);
        background-size: 70px;
        width:70px;
        margin-bottom: 5px;
    }
    
    .footer #trabalheConosco{
        transform: translate(-45%, 0);
        background-color: transparent;
        background-image: url(../images/trabalheconosco.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center 0px;
        padding-top: 18px;
        font-size: 19px;
        text-decoration: none;  
        color: #ffffff;
        height: 30px;
    }
    
    .footer #mailto{
        transform: translate(-30%, 0);
        background-color: transparent;
        background-image: url(../images/mailto.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center 0px;
        margin-left: 6px;
        padding-top: 18px;
        font-size: 19px;
        text-decoration: none;  
        color: #ffffff;
        height: 30px;
    }

}

@media screen and (max-width:428px) {
    .dino-button a {
        font-size: 24px;
        letter-spacing: 1px;
        background-size: 24px;
        width: 222px;
    }

    .whats-button a {
        font-size: 24px;
        letter-spacing: 0.7px;  
        background-size: 24px;
        width: 224px;
    }

    .textPrincipal p{
        font-size: 30px;
    }
    
}

@media screen and (max-width:385px) {
    .dino-button a {
        font-size: 24px;
        letter-spacing: 1px;
        background-size: 23px;
        width: 215px;
    }

    .whats-button a {
        font-size: 24px;
        letter-spacing: 0.7px;  
        background-size: 23px;
        width: 216px;
    }

    .textPrincipal p{
        font-size: 30px;
    }

    .footer #imgLogotipo{
        transform: translate(-20%, 0);
    }
    
}

@media screen and (max-width:370px) {

    .textPrincipal p{
        font-size: 25px;
    }

    .footer #trabalheConosco{
        background-size: 20px;
        padding-top: 18px;
        font-size: 17px;
        height: 30px;
    }
    
    .footer #mailto{
        background-size: 20px;
        padding-top: 18px;
        font-size: 17px;
        height: 30px;
    }
    
}

@media screen and (max-height:680px) {

    .logo img {
        top: 10%;
        left: 50%;
        transform: translate(-50%, 0);
        display: flex;
        position: absolute;
        width: auto;
        max-height: 20%;
        animation-duration: 0.6s;
        opacity: 0;
    }
    

    .insta-button{

        width: 220px;
        height: 135px;
    }
    
    .insta-button a {
        font-size: 17px;
        letter-spacing: 1.5px;
        background-image: url(../images/moldura.png);
        background-size: 180px;
        background-repeat: no-repeat;
        background-position: center 14px;
        width: 220px;
        height: 135px;
    }

    .dino-button a {
        font-size: 30px;
        letter-spacing: 1px;
        background-size: 24px;
        width: 222px;
    }

    .whats-button a {
        font-size: 30px;
        letter-spacing: 0.7px;  
        background-size: 24px;
        width: 224px;
    }

    .text{
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 32px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        transition: all .3s;
        display: flex;
        position: absolute;
        overflow: hidden;
        animation-delay: 0.4s;
        animation-duration: 0.5s;
        opacity: 0;
    }
    
    .lin1{
        top: 67%;
    }
    
    .lin2{
        top: 72%;
    }

    .footer {
        padding-top: 10px;
    }
    
    .footer #imgLogotipo{
        transform: translate(15%, 0);
        background-size: 120px;
        width: 120px;
        margin-right: 10px;
    }
    
    .footer #trabalheConosco{
        transform: translate(15%, 0);
        background-color: transparent;
        background-image: url(../images/trabalheconosco.png);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center 0px;
        margin-right: 10px;
        margin-left: 10px;
        padding-top: 23px;
        font-size: 23px;
        text-decoration: none;  
        color: #ffffff;
        height: 40px;
    }
    
    .footer #mailto{
        transform: translate(15%, 0);
        background-color: transparent;
        background-image: url(../images/mailto.png);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center 0px;
        margin-left: 10px;
        padding-top: 23px;
        font-size: 23px;
        text-decoration: none;  
        color: #ffffff;
        height: 40px;
        width: auto;
    }
}


@media screen and (max-height:680px) and (max-width:620px){

    .logo img{
        top:20%;
    }

    .text{
        font-size: 30px;
    }
    
    .lin1{
        top: 73%;
    }
    
    .lin2{
        top: 78%;
    }

    .footer {
        padding-top: 6px;
    }
    
    .footer #imgLogotipo{
        transform: translate(-85%, 0);
        background-image: url(../images/logotiporeduzido.png);
        background-size: 70px;
        width:70px;
        margin-bottom: 5px;
    }
    
    .footer #trabalheConosco{
        transform: translate(-45%, 0);
        background-color: transparent;
        background-image: url(../images/trabalheconosco.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center 0px;
        padding-top: 18px;
        font-size: 19px;
        text-decoration: none;  
        color: #ffffff;
        height: 30px;
    }
    
    .footer #mailto{
        transform: translate(-30%, 0);
        background-color: transparent;
        background-image: url(../images/mailto.png);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: center 0px;
        margin-left: 6px;
        padding-top: 18px;
        font-size: 19px;
        text-decoration: none;  
        color: #ffffff;
        height: 30px;
    }

}



@keyframes slide {
    from {
        opacity: 0;
    }

    to {
        transform: translate(-50%, -90px);
        opacity: 1;
    }


}



@keyframes footer {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }


}