@font-face {
    font-family: 'Salsa';
    src: url('/fonts/Salsa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Laugh-Bold';
    src: url('/fonts/LaughingFont-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Laugh';
    src: url('/fonts/LaughingFont-Bounce.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0;
    padding: 0;
}

.form-control, label {
    font-size: 16px;
    /*font-weight: 500;*/
}

h1, h2, h3{
    font-family: 'Laugh-Bold', sans-serif;
    /*font-weight: 800;*/
}

h1 {
    /*font-size: 60px;*/
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
    font-family: 'Laugh', sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
}


p {
    font-family: 'Laugh', sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
}

section {
    overflow-x: hidden;
}

.red-color {
    color: #EE2E22;
}

.blue-color {
    color: #2461AE;
}

.yellow-color {
    color: #F6A00B;
}

.custom-bg {
    background-image: url('/images/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-bg-second {
    background-image: url('/images/bg2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.participation-form label, .address-form label{
    color:white;
    font-family: 'Laugh', sans-serif;
}



/*mobile*/
@media (max-width: 768px) {
}


.modal-content {
    background-image: url('/images/bg2.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px;
}

.modal-no {
    background-image: url('/images/bg2.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px;
}

.modal-no .modal-header {
    border: none;
}

.modal-content.no-border .modal-header,
.modal-content.no-border .modal-body,
.modal-content.no-border .modal-footer {
    border: none;
}

.modal-header.text-center,
.modal-body.text-center {
    text-align: center;
}

.modal-footer.justify-content-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-si {
    background-color: #265597;
    color: white;
    text-transform: uppercase;
    font-family: 'Laugh', sans-serif;
    border-radius: 0;
    padding: 10px 20px;
}

.btn-si:hover {
    color: lightgray;
}

.btn-nao {
    background-color: white;
    color: #265597;
    text-transform: uppercase;
    font-family: 'Laugh', sans-serif;
    border-radius: 0;
    padding: 10px 15px;
}

.btn-nao:hover {
    color: black;
}

.form-control {
    background-color: #fff;
    border-radius: 0px;
    border: none;
    padding: 10px;
    width: 100%;
}

.btn-yellow{
    background-color: #F6A00B;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: block;
}

button[type="submit"] {
    background-color: #F6A00B;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #b27307;
    color: white;
}

.file-input {
    display: none;
}

.custom-file-upload {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: white;
    color: transparent;
    padding: 0 15px;
    cursor: pointer;
    display: block;
}

.file-input:focus + .custom-file-upload,
.file-input:valid + .custom-file-upload {
    color: #ffc15d;
    border: 1px solid #F6A00B;
}

.form-check-input {
    border-radius: 0 !important;
}

.error-message {
    color: #F6A00B;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}


.cursor-pointer {
    cursor: pointer;
}

.hero-desktop {
    width: 100vw;
    height: auto;
    object-fit: cover;
}

.productos-header {
    position: relative;
    z-index: 2;
}

.overlap-row {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

.desktop-only {
    display: block;
}


@media (max-width: 768px) {
    .overlap-row {
        margin-top: 0;
    }

    .desktop-only {
        display: none;
    }
}

.step{
    text-align: center;
}


.box-products {
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 30px;
    color: #fff;
}

.box-steps {
    border-radius: 8px;
    border: 4px solid white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.step img {
    max-width: 100%;
    height: auto;
}

.step p {
    margin-top: 10px;
    font-size: 16px;
}


