@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 {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #1B68B0 ;
}

section {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Laugh-Bold', sans-serif;
}

h1 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

label {
    font-size: 16px;
}

.primary-color {
    color: #ffff00;
}

.red-color {
    background-color: #921b1c;
    color: #fff;
}

.dark-red-color {
    background-color: #561314;
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.button-secondary {
    background-color: #fff;
    color: #d71117;
    font-family: 'Caraque', sans-serif;
    border-radius: 80px;
    border: none;
    height: 40px;
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
}

.button-primary {
    background: transparent;
    color: #921b1c;
    font-family: 'Caraque', sans-serif;
    border-radius: 10px;
    border: none;
    height: 60px;
    font-size: 36px;
    line-height: 46px;
    padding: 0;
    box-shadow: none;
}

.button-primary img {
    width: 210px;
    max-width: 100%;
}

.button-primary:disabled {
    opacity: .7;
}

button[type="submit"] {
    background-color: #E0B615;
    color: #fff;
    font-family: 'Caraque', sans-serif;
    border-radius: 10px;
    border: none;
    height: 70px;
    font-size: 26px;
    line-height: 30px;
    cursor: pointer;
}

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

button[type="submit"].button-primary {
    background: transparent;
}

button[type="submit"].button-primary:hover {
    background: transparent;
    color: #921b1c;
}

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

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

.error-message {
    display: block;
    color: #ffe100;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    font-weight: 700;
}

.file-input {
    display: none;
}

.custom-file-upload {
    width: 100%;
    min-height: 110px;
    background-color: #fff;
    color: #B9B8B8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
}

.file-input:focus + .custom-file-upload,
.file-input:valid + .custom-file-upload {
    color: #B9B8B8;
}
.hero-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #1B68B0;
}

.hero-section picture {
    display: block;
    width: 100%;
}

.hero-img {
    display: block;
    width: 100%;
    height: auto;
}

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

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

.desktop-only {
    display: block;
}

.position-relative {
    overflow: hidden;
}

.promo-text {
    position: absolute;
    right: 20px;
    bottom: 5%;
    width: auto;
    max-width: 50%;
    color: #fff;
    font-size: 12px;
}

.promo-section {
    position: relative;
    overflow: hidden;
    background: #1B68B0;
    padding: 120px 0 0;
}

.promo-section::before {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 0;
    height: 58%;
    background: #e7bf08;
    border-radius: 50% 50% 0 0 / 12% 12% 0 0;
    z-index: 1;
}


.promo-content {
    position: relative;
    z-index: 2;
}

.promo-title,
.promo-subtitle,
.prizes-title {
    color: #fff;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.promo-title {
    margin-bottom: 70px;
    margin-top: -105px;
}

.participate-btn {
    display: inline-block;
    background: #ff9f00;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 13px 34px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.participate-btn:hover {
    background: #f29400;
    color: #fff;
}

.promo-subtitle {
    margin-top: 100px;
    margin-bottom: 42px;
}

.steps-row {
    margin-bottom: 80px;
}

.step-card {
    background: #fff;
    border-radius: 6px;
    min-height: 350px;
    padding: 28px 18px 22px;
    text-align: center;
    color: #285fac;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.step-icon {
    height: 150px;
    object-fit: contain;
    margin-bottom: 35px;
}

.step-card h5 {
    color: #285fac;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
}

.step-card p {
    color: #285fac;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.05;
    margin: 0;
}

.prizes-section {
    padding-top: 0;
    padding-bottom: 45px;
}

.prizes-title {
    font-size: 29px;
    margin-bottom: 60px;
}

.prize-item {
    text-align: center;
    margin-bottom: 35px;
}

.prize-item img {
    max-width: 350px;
    width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto 15px;
}

.prize-item p {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
}

.prizes-note {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 800;
    margin-top: 20px;
}

.age-modal-content {
    background: #206eae;
    border: 0;
    border-radius: 12px;
    color: #fff;
    padding: 25px 20px;
    text-align: center;
}

.age-modal-content h4,
.age-modal-content h5 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-no,
.btn-yes {
    min-width: 110px;
    border-radius: 4px;
    padding: 10px 25px;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-no {
    background: #fff;
    color: #206eae;
}

.btn-yes {
    background: #ff9f00;
    color: #fff;
}

.btn-no:hover {
    background: #f2f2f2;
    color: #206eae;
}

.btn-yes:hover {
    background: #f29400;
    color: #fff;
}

@media (max-width: 767px) {
    .promo-section {
        padding-top: 120px;
    }

    .promo-title {
        font-size: 22px;
    }

    .promo-subtitle {

        margin-top: 60px;
    }

    .step-card {
        min-height: 220px;
        padding: 24px 12px 18px;
    }

    .step-icon {
        height: 65px;
        margin-bottom: 25px;
    }

    .step-card h5 {
        font-size: 17px;
    }

    .step-card p {
        font-size: 13px;
    }

    .prize-item img {
        height: 125px;
    }

    .promo-section::before {
        height: 62%;
    }
}


.big-bg {
    background-color: #1B68B0;
    position: relative;
    overflow: hidden;
    padding: 90px 15px 80px;
    color: #fff;
}

.participation-frame {
    position: relative;
    margin: 0 auto;
    padding: 115px 75px 0px;
    border: 3px dashed #fff;
    border-radius: 130px;
}

/* doar pagina cu formular */
.participation-frame:has(.participation-form) {
    max-width: 1120px;
    padding: 70px 75px 95px;
    border-radius: 150px;
}

.participate-tag {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    border: 0;
    background: transparent;
    padding: 0;
    z-index: 2;
    cursor: pointer;
}

.participate-tag img {
    width: 100%;
    height: auto;
    display: block;
}

.section-title {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 65px;
    margin-top: 30px;
}

.step {
    text-align: center;
    height: 100%;
    padding: 50px 20px;
    font-family: 'Caraque', sans-serif;
}

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

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

.step-main-img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    margin-bottom: 20px;
}

.step-number-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 18px;
}

.step h5 {
    max-width: 210px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.box-steps {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

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

.box-products p {
    font-size: 20px;
}

.products-title {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 50px;
    font-weight: 900;
}

.product-item {
    text-align: center;
}

.product-item img {
    height: 120px;
    width: 100%;
    object-fit: contain;
}

.product-item p {
    margin-top: 18px;
    margin-bottom: 0;
    font-family: 'Caraque', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.form-title {
    color: #ffe100;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin-bottom: 45px;
}

.form-subtitle {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}

.participation-form {
    max-width: 720px;
    margin: 0 auto;
}

.participation-form label,
.address-form label {
    color: #fff;
    /*font-family: 'Caraque', sans-serif;*/
    font-size: 24px;
    text-align: center;
}

.participation-form .form-label {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    text-align: left;
    margin-bottom: 6px;
}

.participation-form .form-control {
    height: 42px;
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: none;
}

.participation-form .form-control:focus {
    border: none;
    box-shadow: none;
}

.agreement-wrapper {
    max-width: 720px;
    margin: 18px auto 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}

.agreement-wrapper .form-check-input {
    width: 17px;
    height: 17px;
    border-radius: 0;
    margin-top: 3px;
    flex-shrink: 0;
}

.agreement-wrapper .form-check-label {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

.submit-wrapper {
    text-align: center;
    margin-top: 65px;
    margin-bottom: -125px;
}

.legal-buttons {
    background-color: #1B68B0;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* doar pagina cu formular */
.big-bg:has(.participation-form) .legal-buttons {
    margin-top: 120px;
}

.legal-btn {
    color: #fff;
    padding: 14px 34px;
    min-width: 180px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Laugh', sans-serif;
    font-size: 12px;
    font-weight: 900;
}

.legal-btn:hover {
    /*background: #ffe100;*/
    color: #fff;
}

.modal-content {
    background-color: #1B68B0;
    color: #fff;
    padding: 20px;
    font-family: 'Caraque', sans-serif;
}

.modal-no {
    background-color: #d80f1b;
    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: #fff;
    color: #921b1c;
    text-transform: uppercase;
    font-family: 'Caraque', sans-serif;
    border-radius: 5px;
    padding: 10px 20px;
}

.btn-si:hover {
    background-color: #d7d7d7;
}

.btn-nao {
    background-color: #E0B615;
    color: #921b1c;
    text-transform: uppercase;
    font-family: 'Caraque', sans-serif;
    border-radius: 5px;
    padding: 10px 15px;
}

.btn-nao:hover {
    color: #000;
}

@media (max-width: 991px) {
    .participation-frame {
        padding: 95px 35px 65px;
        border-radius: 70px;
    }

    .participation-frame:has(.participation-form) {
        padding: 60px 35px 85px;
        border-radius: 70px;
    }

    .section-title {
        margin-bottom: 45px;
        font-size: 28px;
    }

    .products-title {
        margin-top: 65px;
        margin-bottom: 35px;
    }

    .step {
        margin-bottom: 35px;
    }

    .submit-wrapper {
        margin-bottom: -115px;
    }

    .legal-buttons {
        gap: 25px;
        margin-top: 60px;
    }

    .big-bg:has(.participation-form) .legal-buttons {
        margin-top: 105px;
    }
}

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

    .desktop-only {
        display: none;
    }
}

@media (max-width: 575px) {
    .big-bg {
        padding: 70px 10px 60px;
    }

    .big-bg:has(.participation-form) {
        padding: 60px 10px 60px;
    }

    .participation-frame {
        padding: 80px 20px 55px;
        border-radius: 38px;
    }

    .participation-frame:has(.participation-form) {
        padding: 45px 20px 75px;
        border-radius: 38px;
    }

    .participate-tag {
        width: 215px;
        top: -42px;
    }

    .section-title {
        font-size: 24px;
    }

    .step-main-img {
        width: 115px;
        height: 115px;
    }

    .step h5 {
        font-size: 13px;
    }

    .product-item img {
        height: 95px;
    }

    .product-item p {
        font-size: 12px;
    }

    .form-title {
        font-size: 25px;
    }

    .participation-form .form-label {
        font-size: 16px;
    }

    .custom-file-upload {
        min-height: 95px;
        font-size: 15px;
    }

    .agreement-wrapper .form-check-label {
        font-size: 12px;
    }

    .button-primary img {
        width: 170px;
    }
}

.products-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
    letter-spacing: 2px;
    margin: 80px 0 30px;
}

.products-white-box {
    background: #fff;
    margin: 0 auto 50px;
    padding: 55px 0px 75px;
    border-radius: 0 0 100px 100px;
}

.product-item {
    text-align: center;
}

.product-item img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 18px;
}

.product-item p {
    color: #111;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    margin: 0;
}

.products-section {
    background: #fff;
    padding: 20px;
    margin-bottom: 70px;
}

.products-title {
    color: #285fac;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 45px;
}

.products-row {
    max-width: 1120px;
    margin: 0 auto;
}

.product-item {
    text-align: center;
}

.product-item img {
    width: 100%;
    max-width: 240px;
    height: 210px;
    object-fit: contain;
    display: block;
    margin: 0 auto 18px;
}

.product-item-large img {
    max-width: 430px;
}

.product-item p {
    color: #1766b1;
    font-weight: 900;
    font-size: 15px;
    line-height: 1.1;
    margin: 0;
}

.products-info {
    margin-top: 80px;
    text-align: center;
}

.products-info p {
    color: #1766b1;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.05;
    margin: 0;
}

@media (max-width: 767px) {
    .products-section {
        padding: 45px 15px 40px;
        margin-bottom: 45px;
    }

    .products-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .product-item {
        margin-bottom: 30px;
    }

    .product-item img {
        height: 150px;
        max-width: 210px;
    }

    .product-item-large img {
        max-width: 300px;
        height: 170px;
    }

    .product-item p {
        font-size: 13px;
    }

    .products-info {
        margin-top: 25px;
    }

    .products-info p {
        font-size: 13px;
        line-height: 1.15;
    }
}



.divider-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

.divider-img {
    display: block;
    width: 100vw;
    max-width: none !important;
    height: auto;
}
