@import url("reset.css");


html,
body {
	width: 100%;
  	height: 100%;
    background: url(../fundo.jpg);
    background-size: cover;
    background-position: center center;
    font-family: 'Sarabun', sans-serif;
    overflow: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
a{
 color:inherit;
}
i {
 font-style: italic;
}

u{
  text-decoration:underline !important;
}

h1 {
    font-size: 1.4em;
    text-align: center;
    top: 45%;
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff;
    margin-top: 45vh;
}
h2 {
    font-size: 1.2em;
    text-align: center;
    margin-top: 16px;
    line-height: 1.3em;
    font-weight: 100;
    color: #fff;
}
h3 {
    height: 50px;
    padding-top: 15px;
    font-size: 1em;
    text-align: center;
    top: 41%;
    line-height: 1.5em;
    font-weight: 100;
    color: #fff;
}
h4 {
    font-size: 0.7em;
    text-align: center;
    bottom: 3%;
    line-height: 1.3em;
    font-weight: 100;
    color: #fff;
}
.btn_1 {
    position: relative;
    border: thin solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    margin: 10px;
    border-radius: 10px;
}
.btn_2 {
    position: relative;
    border: thin solid #182047;
    padding: 10px 20px;
    color: #fff;
    background: #182047;
    font-size: 13px;
    margin: 10px;
    border-radius: 10px;
}
.botoes {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.artemidas {
    width: 5.5%;
    position: absolute;
    right: 1.5%;
    bottom: 1.5%;
}
a{
    text-decoration: none;
}
@media screen and (max-width: 940px) {

    main {
        width: 90%;
    }
    .artemidas {
        width: 18%;
        position: absolute;
        right: 3%;
        bottom: 2%;
    }
}




