@charset "UTF-8";

@font-face {
  font-family: "FonteAnonymous";
  src: url(Anonymous_Pro/AnonymousPro-Regular.ttf);
}

.title {
font-size: 42px;
}

.sec1 {
    margin-top: 10px;
    margin: 30px;
    display: flex;
    justify-content: space-evenly;
}

.divleft {
    width: 60%;
    margin-right: 30px;
    margin-top: 30px;
    color: white;
}

.divright {
    width: 40%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.imgsec1 {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 680px) {
    .divleft,
    .divright {
        width: 100%;
        margin: 0;
    }

    .sec1 {
        margin: 0;
        flex-direction: column;
        align-items: center;
    }

    .sec2 {
        margin: 0 !important;
    }
}

/* SECTION 2 */

.sec2 {
    display: flex;
    margin: 30px;
    position: relative;
}

.frase {
    z-index: 2;
    margin: 10%;
    color: white;
}

.divimg2 {
    position: absolute;
    width: 30%;
    z-index: 1;

}

.imgsec2 {
    width: 100%;
}

@media screen and (max-width: 680px) {
    .divimg2{
        width: 100%;
    }
}