* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;

}

:root{
    --primary-color: #ffffff;
    --secondary-color: #f29cffc5;
    --terciary-color: #f0c6fe;
    --button-color: #ffd84c;
    --forth-color: #e5ddf5;
}


.wrapper {
    width: 100%;
    height: calc(100vh + 235vh);
    /* background: red; */

}

.down{
    position: absolute;
    right: 20px;
    color: blue;
    
}



p{
    color: #2c2c2c;
}


header {
    max-width: 100vw;
    height: 100vh;
    background: linear-gradient(var(--secondary-color), var(--secondary-color));
    background-size: cover;
    background-position: center;
}

#video-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

video {
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* Forces the video to cover the entire screen height & width */
}

#video-mask{
    position: fixed;
    top: 0;
    background: linear-gradient(109deg, #03030480 15%, rgba(10, 12, 16, 0.5) 50%, rgba(10, 12, 16, 0.5) 85%);
}



header p {
    width: 80vw;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0.4px;
    text-shadow: 0px 0px 10px #000000;
    text-align: center;
    top: 50px;
    margin: 10px auto 0px auto;

}

b {
    font-weight: 700;
    color:#ffe600;
}

button {

    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--button-color);
    border-style: solid;
    border-color: var(--button-color);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    padding: 15px 50px 15px 50px;
    cursor: pointer;
    margin: 40px auto 0px auto;
    display: block;
    transition: 0.5s;
}



button:hover {
    transform: scale(1.2);
    
}

button:active {
    transform: scale(1.3)
}

.link-contact {
    text-decoration: none;
    color: white;

}

.link-contact-sobre {
    text-decoration: none;
    color: white;

}

.img-logo {
    width: 20%;
    display: block;
    margin: 0 auto;

}

.section-assuntos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(var(--secondary-color), var(--secondary-color));
    
    
}

.section-assuntos h1 {
    width: 100%;
    color: #FFFFFF;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -1.4px;
    text-align: center;
    text-shadow: 0px 0px 10px #000000;
}

#assuntos-footer{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 50px;
}

.container-assuntos, .container-assuntos2 {
    width: 95%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    padding-top: 60px;

}

.container-assuntos2{
    padding-top: 30px;
}

.description{
    display: flex;       /* Places image and text side-by-side */
    align-items: flex-end;      /* Anchors both image & text to the BOTTOM edge */
}



.assuntos {
    width: 300px;
    background-color:#FFFdf6;
    box-shadow: 5px 5px 5px  #2c2c2c;
    border-radius: 10px;
    transition: 0.5s;
}

.assuntos p {
    padding: 0 10px 10px 10px;
    font-size: 22px;
    
}

.container-assuntos .assuntos:is(:nth-child(1), :nth-child(3)){
    background-color: #f9dbe4;
}

.container-assuntos .assuntos:is(:nth-child(2), :nth-child(4)){
    background-color: #d8eff6;
    width: 362px;
}

.container-assuntos2 .assuntos:is(:nth-child(1), :nth-child(3)){
    background-color: #dcefdc;
     width: 350px;
}

.container-assuntos2 .assuntos:nth-child(2){
    background-color:#f9dbe4 ;
     width: 325px;
}

.container-assuntos2 .assuntos:nth-child(4){
    background-color: #fff0b8;
    width: 340px;

}

#assuntos-footer{
    text-shadow: 0px 0px 10px #000000;
    color:#FFFFFF;
}

.description p{
    padding: 0 0 15px 0px;
    font-size: 22px;
    font-weight: bold;
}



.img-assunto {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--terciary-color); */
    border-radius: 50%;
    width: 95px;
    height: 100px;
    margin: 10px 10px 10px 10px;
}


.img-assunto img{
    width: 70px;
}

.assuntos:hover ,.depo-text:hover{
    transform: scale(1.1);
}

/* .container-assuntos-button {
    padding-top: 30px;
} */

.section-lilian{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 610px;
    background-color: var(--forth-color);
    padding: 30px;
}

.img-lilian {
    width: 22%;
    border-radius: 750px;
    box-shadow: 0px 0px 10px 0px #f7f7f7;
    position: relative;
    right: 60px;
}

.sobre-text{
    width: 670px;
    height: auto;
    padding: 10px;
    height: auto;
}

.sobre-text h2{
    color: #2c2c2c;
    font-family: "Roboto", Sans-serif;
    font-size: 43px;
    font-weight: 600;
}

.sobre-text p{
    color: #2c2c2c;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 20px;
}

.sobre-text b{
    color:rgb(255, 0, 166);
}

.button-sobre{
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: var(--button-color);
    border-style: solid;
    border-color: var(--button-color);
    border-radius: 50px 50px 50px 50px;
    
}

.section-depo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--forth-color);
    gap:25px;
    

}

.section-depo h2{
    color: #2c2c2c;
    margin-top: 30px;
    font-size: 43px;
    font-weight: 600;
}

.section-depo #depo-div{
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    margin-bottom: 40px;
}

.depo-text{
    width: 20%;
    height: auto;
    padding: 10px;
    height: auto;
    font-size: 18px;
    background-color: #FFFdf6;
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 5px 5px 5px  #2c2c2c;
}



.depo-text h3{
    color: #2c2c2c;
    font-size: 23px;
}

.depo-text p{
    padding: 5px;
    color: #2c2c2c;
    font-style: italic;
    
}


footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 50px;
    background: var(--secondary-color);
}

.social{
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social a{
    width: 50px;
    height: 50px;
    background-color:var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.social a:hover{
    transform: scale(1.3);
    transition: 0.5s;
}

.footer-img{
    background: blue;
}

footer .img-logo-footer{
    margin-top: 20px;
    height: 25vh;
}

.texto-footer{
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.texto-footer h2{
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 500;
}

.img-contatos{
    position: relative;
    height: 24px;
    top: 7px;
    right: 5px;
}

.texto-footer p{
    font-size: 17px;
    color: var(--primary-color);
    margin-top: 10px;
}

.social-footer{
    display: flex;
    flex-direction: column;
}

.texto-footer p:hover{
    color: var(--button-color);
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width:1680px) {

    .img-lilian {
        width: 25%;
        right: 0px;
    }

    #video-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}


    

    

}

@media screen and (max-width:1300px) {

    .img-lilian {
        width: 32%;
    }

    p {
        font-size: 18px;
    }

    .container-assuntos, .container-assuntos2{
        grid-template-columns: 1fr 1fr;
    }

}
@media screen and (max-width:1300px){
    .img-logo {
        width: 25%;
        padding-top: 110px;

    }

}

@media screen and (max-width:950px) {

    header {
        width: 100%;
        height: 42%;
        background-size: cover;
    }

    h1 {
        font-size: 40px;
    }

    p {
        font-size: 18px;
    }

    .img-logo {
        width: 35%;
        padding-top: 110px;

    }

    .section-lilian{
        height: auto;
        flex-direction: column;
    }

    .img-lilian {
        width: 50%;
    }

    .button-sobre{
        display: block;
        position: relative;

    }

    .sobre-text h2{
        text-align: center;
        
    }
    .section-depo #depo-div{
        flex-direction: column;
        align-items: center;
    }

    .depo-text{
        width: 80%;
    }

    footer .img-logo-footer{
        display: none;
    }


}

@media screen and (max-width:850px) {

    header {
        width: 100%;
        height: 35%;
        background-size: cover;
        background-position: center;
    }

    h1 {
        font-size: 35px;
    }


    .img-logo {
        width: 30%;

    }

    .sobre-text{
        width: 100%;
    }

    .sobre-text p{
        text-align: center;
        font-size: 18px;
    }




}

@media screen and (max-width:790px) {

    header {
        width: 100%;
        height: 37%;
        background-size: cover;
        background-position: center;
    }

    h1 {
        font-size: 40px;
    }

    p {
        font-size: 18px;
    }

    .section-assuntos h1 {
        font-size: 40px;
    }

    .container-assuntos, .container-assuntos2{
        display: flex;
        flex-direction: column;
        

    }

    .assuntos {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        
    }

    .img-logo {
        width: 45%;

    }

        footer{
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }


    .texto-footer {
        width: 100%;
    }

    .texto-footer p{
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }
  

    .texto-footer h2{
        text-align: center;
        font-size: 40px;
    }
    .social {

        justify-content: center;
    }

}


@media screen and (max-width:584px) {

    header {
        width: 100%;
        height: 30%;

        background-size: cover;
        background-position: center;
    }

    h1 {

        font-size: 30px;
    }

    p {
        width: 90%;
        font-size: 20px;
    }

    button {
        width: 97%;
        margin: 40px auto;
    }

    .link-contact {
        font-size: 17px;
    }

    .container-assuntos .assuntos:is(:nth-child(2), :nth-child(4)){
    width: 300px;
}

.container-assuntos2 .assuntos:nth-child(4){

    width: 300px;

}





}

@media screen and (max-width:400px) {

    header {
        padding-top: 10%;
        width: 100%;
        height: 30%;
        background-size: cover;
        background-position: center;
    }

    h1 {

        font-size: 27px;
    }

    p {
        width: 90%;
        font-size: 20px;
    }

    button {
        margin: 40px auto;
        font-size: 15px;
    }

   

    .button-sobre{
        padding: 5px 5px 5px 5px;
    }

    .link-contact-sobre{
        font-size: 15px;
    }

    .sobre-text{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .sobre-text p{
        text-align: center;
    }

        footer{
        display: flex;
        flex-direction: column;
        gap: 0px;
        
    }


    .texto-footer {
        width: 100%;
    }

    .texto-footer p{
        font-size: 17px;
        text-align: center;
        margin-top: 10px;
    }

    .texto-footer h2{
        text-align: center;
    }


}

@media screen and (max-width:415px) {


        .texto-footer p{
        font-size: 17px;
        text-align: center;
        margin-top: 10px;
    }

        .sobre-text{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .sobre-text p{
        text-align: center;
    }

}

@media screen and (max-width:350px) {

    header {
        width: 100%;
        height: 28%;
        background-size: cover;
        background-position: center;
    }

    h1 {

        font-size: 22px;
    }

    p {
        width: 90%;
        font-size: 20px;
    }

    button {
        margin: 40px auto;
        font-size: 12px;
    }

    .link-contact {
        font-size: 15px;
    }

    .assuntos {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-lilian {
        width: 100%;
        
    }

        .texto-footer p{
        font-size: 13px;
    }

}