@font-face{
    font-family: "Cambay";
    src: url("./fonts/Cambay-Regular.ttf") format("TrueType");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    color: #FFFFFF;
    font-family: "Cambay";
    font-weight: normal;
	font-style: normal;
    font-size: 3.5rem;
    letter-spacing: 1px;
    line-height: 1.2em;
}

.container{
    background: url('../assets/Toque-de-queda-BG.png');
    background-size: cover; 
    background-position: center;
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden; 
    position: relative;
    height: 1080px;
}

.inicio{
    position: absolute;
    width: 550px;
    top: 670px;
    left: 635px;
    max-width: 550px;
    max-height: 130px;
    overflow: hidden; 
    text-align: center;
}

.fin{
    position: absolute;
    width: 550px;
    top: 670px;
    right: 160px;
    max-width: 550px;
    max-height: 130px;
    overflow: hidden; 
    text-align: center;
}

.desde{
    position: absolute;
    bottom: 188px;
    left: 870px;
    max-width: 745px;;
    max-height: 70px;
    overflow: hidden; 
}

.desde p{
    color: #000000;
    font-size: 3.5rem;
}