@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@media (min-width: 1100px) {
    * {
        margin: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
        font-family: "Jaldi";
    }
    
    #body {
        position: relative;
        width: 100%;
        height: 973px;
        overflow: hidden;
    }    
    #background {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    
    .imgFitCover {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease-out;
    }
    
    #cardContato {
        width: 666px;
        height: 666px;
        border-radius: 53px;
        background-color: #FFF;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 100px white;
        h1 {
            font-size: 40px;
            margin-top: 30px;
        }
        p {
            font-size: 32px;
            line-height: 96.2%;
            margin-bottom: 20px;
        }
        input {
            position: absolute;
            background-color: #D9D9D9;
            border-radius: 16px;
            width: 575px;
            height: 30px;
            border: 1px solid black;
            font-family: "Jaldi";
            font-size: 28px;
            padding-left: 10px;
            color: #000;
            left: 50%;
            transform: translate(-50%);
        }
        a {
            position: absolute;
            text-decoration: none;
            color: #000;
            font-size: 32px;
            left: 50%;
            transform: translate(-50%);
            top: 33%;
            background-color: #0DFF00;
            border-radius: 20px;
            padding: 3px 21.7px;
        }
    }
    
    #cardContato>a:hover {
        box-shadow: 0 0 15px #73f56c;
        transform: translate(-50%) scale(1.1);
    }
    
    #maisContatos {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%);
    }
    
    #redesSociais {
        width: 666px;
        display: flex;
        justify-content: space-around;
    }
    
    #redesSociais>img:hover{
        transform: scale(1.2);
        cursor: pointer;
        box-shadow: 0 0 5px black;
        border-radius: 20px;
    }
}

@media (max-width: 550px) {
    * {
        margin: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
        font-family: "Jaldi";
    }
    
    #body {
        position: relative;
        width: 100%;
        overflow: hidden;
        img {
            margin-top: 7px;
        }
    }    

    #background {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 98.5%;
        position: absolute;
        top: 0;
        margin-top: 7px;
    }
    
    .imgFitCover {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease-out;
    }
    
    #cardContato {
        width: 90%;
        height: 90%;
        border-radius: 53px;
        background-color: #FFF;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 100px white;
        h1 {
            font-size: 30px;
            margin-top: 2%;
        }
        p {
            font-size: 18px;
            line-height: 96.2%;
            margin-bottom: 2%;
        }
        input {
            position: absolute;
            background-color: #D9D9D9;
            border-radius: 16px;
            width: 80%;
            height: 20px;
            border: 1px solid black;
            font-family: "Jaldi";
            font-size: 18px;
            padding-left: 10px;
            color: #000;
            left: 50%;
            transform: translate(-50%);
        }
        a {
            position: relative;
            text-decoration: none;
            color: #000;
            font-size: 22px;
            background-color: #0DFF00;
            border-radius: 20px;
            padding: 3px 21.7px;
            top: 10%;
        }
    }
    
    #cardContato>a:hover {
        box-shadow: 0 0 15px #73f56c;
        transform: translate(-50%, -50%) scale(1.1);
    }
    
    #maisContatos {
        position: absolute;
        width: 80%;
        top: 60%;
        left: 50%;
        transform: translate(-50%);
    }
    
    #redesSociais {
        width: 100%;
        display: flex;
        justify-content: space-between;
        img {
            width: 80px;
        }
    }
    
    #redesSociais>img:hover{
        transform: scale(1.2);
        cursor: pointer;
        box-shadow: 0 0 5px black;
        border-radius: 20px;
    }
    footer {
        margin-top: -10px;
    }
}

@media (min-width: 551px) and (max-width: 1099px) {
    * {
        margin: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
        font-family: "Jaldi";
    }
    
    #body {
        position: relative;
        width: 100%;
        overflow: hidden;
        img {
            margin-top: 7px;
        }
    }  

    #background {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 98.5%;
        position: absolute;
        top: 0;
        margin-top: 7px;
    }
    
    .imgFitCover {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease-out;
    }
    
    #cardContato {
        width: 90%;
        max-width: 666px;
        height: 90%;
        max-height: 666px;
        border-radius: 53px;
        background-color: #FFF;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 100px white;
        h1 {
            font-size: 40px;
            margin-top: 5%;
        }
        p {
            font-size: 32px;
            line-height: 96.2%;
            margin-bottom: 4%;
        }
        input {
            position: absolute;
            background-color: #D9D9D9;
            border-radius: 16px;
            width: 80%;
            height: 4.5%;
            max-height: 30px;
            border: 1px solid black;
            font-family: "Jaldi";
            font-size: 18px;
            padding-left: 10px;
            color: #000;
            left: 50%;
            transform: translate(-50%);
        }
        a {
            position: relative;
            text-decoration: none;
            color: #000;
            font-size: 22px;
            background-color: #0DFF00;
            border-radius: 20px;
            padding: 3px 21.7px;
            top: 10%;
        }
    }
    
    #maisContatos>p {
        font-size: 24px;
        line-height: 96.2%;
        margin-bottom: 4%;        
    }

    #cardContato>a:hover {
        box-shadow: 0 0 15px #73f56c;
        transform: translate(-50%, -50%) scale(1.1);
    }
    
    #maisContatos {
        position: absolute;
        width: 80%;
        top: 60%;
        left: 50%;
        transform: translate(-50%);
    }
    
    #redesSociais {
        width: 100%;
        display: flex;
        justify-content: space-between;
        img {
            width: 20%;
            max-width: 100px;
        }
    }
    
    #redesSociais>img:hover{
        transform: scale(1.2);
        cursor: pointer;
        box-shadow: 0 0 5px black;
        border-radius: 20px;
    }
    footer {
        margin-top: -10px;
    }
}