@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Inder&family=Inika:wght@400;700&family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=Questrial&display=swap');


*
{
    margin: 0px;
    font-family: "Inder", sans-serif;
}

body
{
   background-color: #C0EAB2;
    height: 100vh;

}

#menu
{
    width: 100%;
    height: 13%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

#headerA
{
    max-width: 30%;
    
}

.aHeader
{
    width: 10vh;
    height: 10vh;
}
#logo1
{
    max-width: 95%;
}
#menuorg1
{
    height: 100%;
    width: 40%;   
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inder", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.menusvg1
{
    fill: #6DEB3B;
    height: 40%;
   margin-right: 1vw;
   margin-left: 2vw;
}

.menusvg2
{
    fill: #808080;
    height: 2.6vw;
   margin-right: 1vw;
   margin-left: 2vw;
}

#logo1
{
    margin-right: 1vw;
    
}

#menuorg2
{
    height: 100%;
    width: 40%;   
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inder", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#divvideo
{
   background-color: #50FF76;
   height: 110vh;
   position: relative;
}

#videoclipes
{
    
    width: 99vw;
    height: 95vh;
    filter: saturate(110%);
    transition: 0.5s;
    position: absolute;
    z-index: 10;
    transform: translate(-50%,-50%);
    top: 37%;
    left: 50%;
  

}

#divpromocao
{
    height: 20vh;
    position: relative;
    background-color: #242424;

}

#tempo
{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    color: #fff;
    font-size: 20px;
}

#divtxt1
{
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-size: 30px;
}

#pag1
{
    padding-top: 60px;
    padding-bottom: 60px;

}

#pag2
{
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-around;
   
}
#pag1org1
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vh 0;
}

#h1pag1
{
    font-size: 40px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

#txtpag1
{
    font-size: 20px;
    color: #333;
    text-align: center;
    max-width: 600px;
}

#pag1formulario
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
}

#form1
{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 5vh;
}

#form1 input, #form1 textarea
{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#divisor
{
    width: 100%;
    height: 9%;
    background-color: #000;   
    display: flex;
    justify-content: center;
}

#logo2
{
    height: 85%;
}

footer
{
    width: 100%;
    height: 23%;
    background-color: #2C2C2C;
    display: grid;
    color: #fff;
    margin-bottom: 1vw;
    text-align: right;
    position: relative;
}

#footerorg1
{
    justify-self: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 3fr 1fr;   
    margin-top: 3vh;
    text-align: center;
     gap: 3vh;
   
}

.footerorg2
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
   
   
}

.footertxt1
{
    display: block;
    text-align: center;
    margin-bottom: 1vw;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
}

.footertxt2
{
    display: block;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.footertxt3
{
    grid-area: 2/1/2/4;
    font-size: 10px;
    margin-top: 1vh;
    text-decoration: none;
    color: #fff;
}

#footertxt4
{
   max-width: 10%;
   font-size: 12px;
   position: absolute;
   left: 90%;
   top: 70%;
   text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 550px) {
    #menu {
        flex-direction: column;
        height: auto;
        padding: 2vw 0;
    }
    #menuorg1, #menuorg2 {
        width: 100%;
        justify-content: space-between;
        font-size: 3vw;
    }
    #logo1 {
        max-width: 40vw;
        margin-right: 2vw;
    }
    .menusvg1, .menusvg2 {
        height: 6vw;
        margin-left: 2vw;
    }

    #divvideo {
        height: 40vh;
        min-height: 200px;
    }
    #videoclipes {
        width: 100vw;
        height: 30vh;
        min-height: 120px;
        left: 50%;
        top: 25%;
    }

    #divpromocao {
        height: 10vh;
    }
    #tempo {
        font-size: 4vw;
        padding-top: 1vw;
    }
    #divtxt1 {
        font-size: 5vw;
        padding-top: 2vw;
    }

    #pag1, #pag2 {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }

    #pag2 {
        flex-direction: column;
        align-items: center;
        gap: 3vw;
    }

    #pag1org1 {
        padding: 2vw 0;
    }

    #h1pag1 {
        font-size: 7vw;
        margin-bottom: 2vw;
    }

    #txtpag1 {
        font-size: 4vw;
        max-width: 90vw;
    }

    #pag1formulario {
        gap: 2vw;
        padding: 2vw;
    }

    #form1 {
        max-width: 95vw;
        padding: 4vw;
        border-radius: 8px;
    }

    #form1 input, #form1 textarea {
        font-size: 4vw;
        padding: 2vw;
        margin-bottom: 3vw;
    }

    #divisor {
        height: 6vw;
    }
    #logo2 {
        height: 40%;
    }
    footer {
        height: auto;
        font-size: 3vw;
        text-align: center;
        margin-bottom: 2vw;
    }
    #footerorg1 {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto) 1fr;
        gap: 2vw;
    }
    .footertxt1 {
        font-size: 5vw;
        margin-bottom: 2vw;
    }
    .footertxt2 {
        font-size: 3.5vw;
    }
    .footertxt3 {
        font-size: 2.5vw;
        grid-area: 4/1/5/2;
        margin-top: 2vw;
    }
    #footertxt4 {
        position: static;
        max-width: 100%;
        font-size: 3vw;
        left: unset;
        top: unset;
        margin-top: 2vw;
        text-align: center;
    }
}

