@font-face {
    font-family: Avenir;
    src: url("./assets/fonts/AVENIRNEXTLTPRO-DEMICNIT.OTF") format("opentype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: Avenir;
    src: url("./assets/fonts/AVENIRNEXTLTPRO-BOLDCNIT.OTF") format("opentype");
    font-style: italic;
    font-weight: 600;
}

* {
    font-family: Avenir;
    font-style: italic;
    font-weight: 600;
    color: #FFFFFF;
}

p {
    margin: 10px 0;
    font-size: 2rem;
}

html {
    background-image: url(./assets/imgs/background-formosa-01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

body{
    margin: 8px 16px;
}
section {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

button {
    margin-top: 10px;
    padding: 5px 65px;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    background-color: #E34330;
    box-shadow: 3px 3px #BB3928;
}

.text {
    max-width: 800px;

}

.text p {
    font-weight: 400;
    font-size: 1.8rem;
}

.text2 {
    max-width: 400px;
}

img {
    width: 100%;
}

.div-img{
    max-width: 480px;
}

#proximamente{
    width: 350px;
}

@media only screen and (max-width: 800px)  {
    p{
        font-size: 1.5rem;
    }
    div.div-img{
        width: 90vw;
    }
    #proximamente{
        max-width: 85vw;
    }
    .text p {
        font-size: 1.35rem;
    }
}
