@font-face {
    font-family: 'Coluna';
    src: url('../fonts/Coluna.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


h1 {
    font-family: 'Coluna';
    font-style: italic;
}

p {
    font-family: 'Coluna';
}

a {
    font-family: 'Coluna';
}

button {
    font-family: 'Coluna';
}


label {
    font-family: 'Coluna';
}

.thanks-section-bg {
    background-image: url('../img/nofarodoboleiro3.jpg');
    background-repeat: no-repeat;
}

.presentation-section-bg {
    background-image: url('../img/nofarodoboleiro.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.epilogue-section-bg {
    background-color: white;
    background-image: url('../img/nofarodoboleiro3.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

::placeholder {
    font-size: 16px;
}

/*Registration*/
.input-name input::placeholder {
    color: transparent;
}

.input-name:hover input::placeholder {
    color: #6495ED;
}

.input-age input::placeholder {
    color: transparent;
}

.input-age:hover input::placeholder {
    color: #6495ED;
}

.input-address input::placeholder {
    color: transparent;
}

.input-address:hover input::placeholder {
    color: #6495ED;
}

.input-cellphone input::placeholder {
    color: transparent;
}

.input-cellphone:hover input::placeholder {
    color: #6495ED;
}

.input-email input::placeholder {
    color: transparent;
}

.input-email:hover input::placeholder {
    color: #6495ED;
}

.input-soccerschool input::placeholder {
    color: #6495ED;
}

.input-message textarea::placeholder {
    font-size: 16px;
    color: #6495ED;
}

.input-doc input::placeholder {
    color: transparent;
}

.input-doc:hover input::placeholder {
    color: #6495ED;
}

.required-field-icon {
    font-family: serif;
    font-size: 18px !important;
    font-weight: 700;
    margin-left: 5px;
    color: red;
}

.timeline {
    font-family: 'Coluna';
}