@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto+Slab:wght@700&display=swap');


/*azul: #1345b8*/
/*rosa: #f328d7*/


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}/*formatação do css */

body{
    background-color: #ffffff;

    background-color: #ffffff;
background-image: url("https://www.transparenttextures.com/patterns/redox-01.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

}

elemento {
    --cor-bg-principal: rgba(253,0,255);
  }

nav{
    width: 100%;

}

.navegacao{
    width: 100%;
    height: 70px;
    background-color: white;
    border: solid 2px gray;
    font-family: 'Abril Fatface', cursive;
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
    position: fixed;
    margin-top: 0px;
    justify-content: space-between;
    display: flex;
    align-items: center;


    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/redox-01.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

}

nav .navegacao .logo{
    width: 120px;
    height: 60px;
    display: inline-block;
    margin-left: 30px;
    
}

nav div{
    color:#1345b8;
    font-size: 25px;
}

nav div span{
    color: #f328d7;
    position: absolute;
    margin-top: -10px;
    font-size: 27px;
}

h2{
    width: 150px;
    height: 50px;
    color: #1345b8;
}
.home{
    width: 100%;
    height: 1000px;
}

.img-MO{
    width: 40%;
    height: 500px;
}

.left-content{
    
}

.MO{
    font-family: 'Abril Fatface', cursive;
    font-family: 'Roboto Slab', serif;
    font-size: 100px;
}
