﻿@font-face {
    font-family: "Blanchcap";
    src: url("../fonts/blanch_caps.otf") format("opentype");
    font-style: normal;
}


@font-face {
    font-family: "Blanchcapsinline";
    src: url("../fonts/blanch_caps_inline.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Blanchcondesed";
    src: url("../fonts/blanch_condensed-webfont.ttf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Damingabold";
    src: url("../fonts/DamingaBold_PERSONAL_USE_ONLY.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Damingamedium";
    src: url("../fonts/DamingaMedium_PERSONAL_USE_ONLY.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Myriadproregular";
    src: url("../fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
    font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueRoman.otf") format("opentype");
  font-style: normal;
}


:root {
    /**NAV**/
    --font-family-item-navbar: "DIN Black", sans-serif;
    --bg-navbar: url(../img/menu/background_navbar.png);
    --bg-home: url(../img/primor/fondo_validate.webp);
    --bg-footer: #fdc118;
    --bg-orange: #EB6901;
    --bg-purple: #8762ff;
    --color-text-purple: #8762ff;
    --bg-green: #3fe366;
    --color-text-yellow: #62573b;
    --bg-blue: #20214D;
    --bg-color-modal: #00000075;
    --color-text-blue: #0035da;
    --bg-white: #ffffff;
    --color-text-white: #ffffff;
    --color-text-black: #030202;
    --color-text-dark-blue: #0041c0;
    --font-family-button: "BebasKai", sans-serif;
    --bg-gray: #dfdfdf;
    --bg-black: #030202;
    --font-family-item: "Roboto", sans-serif;
    --font-family-footer: "Roboto", sans-serif;
    --font-family-input: "Roboto", sans-serif;
    --font-family-title-page: "Roboto", sans-serif;
    --font-family-qa-title: "Roboto", sans-serif;
    --font-family-qa-body: "Roboto", sans-serif;
    /**CUSTOM PRIMOR**/
    --color-ping: #0035da;
    --color-ping-dark: #764070;
    --color-ping-light: #fbeaee;
    --bg-yellow: #F6E285;
    --bg-header: #F4EDD1;
    --color-green-main: #006A2F;
    --color-green-text: #008438;
    --bg-color-gray: #f4edd1;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffe800;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F6E285;
    border: none;
    background-size: cover;
}

* {
  font-family: "Damingamedium", sans-serif;
  /*font-family: "Myriadproregular", sans-serif !important;*/
}

body {
}

.hero-bg {
    background-color: var(--color-green-text);
    position: fixed;
    inset: 0;
    /*height: 100dvh;*/
    min-height: 100dvh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.modal {
  /*background-color: var(--color-green-main);*/
  background-color: #008438;
}

.bg-orange {
    background-color: var(--bg-orange);
}

.card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /*width: 820px;
    height: 482px;*/
    background-color: #EB6901;
    /*border-radius: 48px;*/
    /* rotate: -3deg; */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    width: calc(100dvw - 12dvw);
    height: 100%;
    max-width: 1020px;
    .card-decoration

{
    width: 120% !important;
    height: 100% !important;
    top: -2%;
    object-fit: contain;
}

}


p {
    margin-top: 0;
    margin-bottom: 0;
}

header {
    padding: 0 !important;
}
#navbar .logo-header{
  cursor:pointer;
}
.contenedor {
  width: min(88%, 1550px);
  margin-inline: auto;
  display: flex;
 
  justify-content: space-between;
}

.participa-aqui-button {
    background: var(--bg-white);
    color: var(--color-ping-dark);
    text-decoration: none;
    font-size: 20px;
    padding: 10px 30px 10px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    font-weight: 700;
}

.navbar-wrap {
    background-color: var(--bg-header);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.navbar .container .right-header a {
    cursor: pointer;
}

.openAsideMenu {
    border: none !important;
    background-color: transparent;
}
.openAsideMenuMobile {
  border: none !important;
  background-color: transparent;
  display:none;
}

.navbar-toggler-icon {
  color: var(--color-green-main);
  height: 2rem;
  width: 2rem;
  font-weight: bolder;
}




/** SIDE BAR**/
.offcanvas {
  /*background-color: #00B13A;*/
  background-color: #008438;
  z-index: 99999;
  height: 100vh !important;
}

    /*.offcanvas.show{
    top:68px;
}*/


    .offcanvas .navbar-nav {
    }

        .offcanvas .navbar-nav .nav-item a {
            color: #fff;
            font-family: "Blanchcondesed", sans-serif;
            font-size: 56px;
            line-height: 100%;
            text-align: center;
        }

        .offcanvas .navbar-nav .nav-item.item-button a {
            background-color: var(--bg-yellow);
            padding: 1rem 1.2rem 0.8rem;
            color: var(--color-green-main);
            width: fit-content;
            display: flex;
            cursor: pointer;
            gap: 10px;
            border-radius: 7px;
            align-items: center;
        }

.item-button {
}


.offcanvas .btn-close {
    border: 3px solid var(--color-text-white);
    border-radius: 20px;
    padding: 10px;
    opacity: 1;
    background: url("../files/close-white.svg") center no-repeat;
    position: absolute;
    right: 50px;
    top: 20%;
}

    .offcanvas .btn-close:focus {
        outline: none;
        box-shadow: none;
    }

.offcanvas .nav-link.selected {
    /*color: var(--color-ping-light);*/
    /*transform: scale(1.1);*/
    /*padding-left: 10px;*/
}

.wrapper-icons-redes a {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-green-main);
    border-radius: 50%;
}

body .img-octogono {
    width: 120px;
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 9999;
}

#main-valid-age {
    background-image: var(--bg-home);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}


/*COkkies*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-cookie {
    height: 3rem;
}

.cookie-banner button {
    background-color: var(--color-ping);
    color: white;
    border: none;
    padding: 10px 40px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.2rem;
}

.container-cookie {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.container-cookie-text {
    text-align: justify;
}

.text-cookie-1 {
    color: #237192;
    font-weight: 900;
    font-size: 2rem;
}

.text-cookie-2 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
  font-family: "Myriadproregular";
}

  .text-cookie-2 a {
    font-family: "Myriadproregular";
    font-size:1.3rem;
  }
  .cookie-check-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
    .cookie-check-container .cookie-check-input  label{
      color: #000;
    }

    .cookie-check-container p {
      color: #237192;
      font-weight: 900;
      font-size: 1.5rem;
      margin: 0;
    }

.cookie-check-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.close-cookie {
    color: gray;
    font-weight: 100;
    font-size: 2.5rem;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 1rem;
    font-family: sans-serif;
}

/*Fin cookies*/
/** FOOTER **/
footer {
    background-color: var(--bg-color-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*height: 4rem;*/
    /*position: sticky;*/
    left: 0;
    width: 100%;
    bottom: 0;
    /*z-index: 9999;*/
}

    footer .top .footer-links div a {
        color: var(--color-green-main);
        text-decoration: none;
        text-align: start;
        font-family: "Damingamedium", sans-serif;
        font-size: 1.2rem;
    }

    footer .footer-social p {
        font-family: "Damingamedium", sans-serif;
        color: var(--color-green-main);
        font-size: 1.2rem;
    }

    footer .footer-social .redes a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: var(--color-green-main);
        color: white;
    }

    footer .footer-copy small {
        color: var(--color-green-main);
        font-size: 1rem;
        font-weight: 500;
        font-family: "Myriadproregular", sans-serif;
    }

/** VALIDATION AGE **/
#valid-age-container {
    .extra-items img

{
    position: absolute;
}

.warning {
    width: 9rem;
    top: 0.5rem;
    right: 6rem;
    z-index: 999;
}

}

.valid-age-wrap {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .valid-age-wrap .valid-age-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }


      .valid-age-wrap .valid-age-content .valida-header p {
        color: #fff;
        font-family: "Myriadproregular", sans-serif;
        text-transform: inherit;
        font-size: 4rem;
        letter-spacing: 1px;
      }

.valid-age-wrap .valid-age-content p {
  font-family: "Blanchcondesed", sans-serif;
  letter-spacing: .3rem;
  color: var(--bg-white);
  font-size: 7.5rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

        .valid-age-wrap .valid-age-content .age-highlight {
            color: var(--color-text-white) !important;
            font-weight: 500;
            font-size: 48px;
        }

        .valid-age-wrap .valid-age-content .valid-age-buttons {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 24px;
        }

            .valid-age-wrap .valid-age-content .valid-age-buttons a {
                border-radius: .5rem;
                border: none;
                outline: none;
                cursor: pointer;
                background: var(--bg-yellow);
                text-decoration: none;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #006A2F;
                width: 7rem;
                height: 3.5rem;
                font-weight: 700;
                font-size: 2rem;
                margin: 0;
                padding: 1.2rem;
                text-align: center;
                box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.3);
            }

/** INDEX **/
#home {
    /*height: 100dvh;*/
    position: relative;
    width: 100%;
    background-color: #F4EDD1;
    /*  background-image: url(../img/primor/probar.webp);*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.box-image.warning {
  position: absolute;
  right: 5%;
  top: 10%; 
  max-width: 120px;
}

.background-image .fondo-home {
    border-radius: 51% 53% 46% 54% / 0% 0% 20% 24%;
    border-bottom: 6px solid var(--bg-yellow);
}

.banner .participacion {
    background-color: #f4edd1;
}

.participacion {
    position: relative;
}

    .participacion .green {
        position: absolute;
        top: -6rem;
        left: 50%;
        transform: translate(-50%, -45%);
    }

.button-participa {
    padding: 10px 32px;
    font-family: "Damingabold", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.75rem;
    border-radius: 8px;
    color: #f4edd1;
    width: fit-content;
    background-color: var(--color-green-main);
    cursor: pointer;
}

    .button-participa.yellow {
        background-color: var(--bg-yellow);
        color: var(--color-green-main);
        margin-top: -2rem;
    }

.banner .wrapper-steps {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    gap: 2rem;
}

.box-step {
    flex: 1 1 30%;
    /* En escritorio, 3 elementos en una fila */
    margin: 10px;
    display: flex;
    justify-content: center;
}

.wrapper-steps .box-step:first-of-type {
    border-right: 2px dashed var(--color-green-main);
}

.wrapper-steps .box-step:nth-child(2) {
    border-right: 2px dashed var(--color-green-main);
}

.bg-atun {
    background-color: var(--color-green-text);
    border-radius: 8px;
    max-width: calc(100% - 15vw);
    margin: 0 auto;
    margin-block: 2rem;
}

    .bg-atun p {
        color: #fff;
        font-size: 1.8rem;
    }

    .bg-atun img {
        transform: scale(1.1);
        position: absolute;
        right: 2%;
    }
.terminos {
 
  font-family: "Helvetica", sans-serif !important;
  font-size: 8px;
  color: var(--color-green-main);
  text-align: center;
  display: inline-block;
  max-width: 90%;
}
  .terminos a {
    font-family: "Helvetica", sans-serif !important;
    text-decoration:none;
    font-size: 8px;
    color: var(--color-green-main);
  }
  /**Página de perfil**/
  .seccion-perfil {
    min-height: 100dvh;
    display: flex;
}

    .seccion-perfil .title-pefil {
        font-size: 4rem;
        color: #fff;
        font-family: "Blanchcondesed", sans-serif;
        line-height: 100%;
    }

        .seccion-perfil .title-pefil #name-user {
            font-size: 4rem;
            color: #fff;
            font-family: "Blanchcondesed", sans-serif;
            line-height: 100%;
        }

    .seccion-perfil .details-profile {
        background-color: #00B13A;
        padding: 1.5rem 2rem;
    }

.details-profile .detail-participacion,
.detail-racha {
  font-size: 3.5rem;
  color: #fff;
  font-family: "Blanchcondesed", sans-serif;
  line-height: 100%;
  text-align:center;
}

    .details-profile .detail-participacion .numero {
        font-size: 3.5rem;
        color: #fff;
        font-family: "Blanchcondesed", sans-serif;
        line-height: 100%;
        color: var(--color-green-text);
        background-color: #fff;
        display: inline-block;
        padding: 0.5rem 1rem;
        border-radius: 8px;
    }

.details-profile .detail-racha{
    font-size:2rem;

}
  .details-profile .detail-racha .numero {
    font-size: 2rem;
    color: #fff;
    font-family: "Blanchcondesed", sans-serif;
    line-height: 100%;
    color: var(--color-green-text);
    background-color: #fff;
    display: inline-block;
    padding: 0.2rem .5rem;
    border-radius: 8px;
    margin-inline:10px;
    
  }

.buttons-perfil .button-participa.yellow{
    margin-top:0;
    font-size:1.2rem;
    padding:10px 24px;
}
/***Página de premios*/
#premios.banner {
  /*height: 100dvh;*/
  position: relative;
  width: 100%;
  background-color: #F4EDD1;
  /*  background-image: url(../img/primor/probar.webp);*/
  background-size: cover;
  background-repeat: no-repeat;
}



.banner .wrapper-premios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

    .banner .wrapper-premios .descripcion-premio {
        font-family: "Blanchcondesed", sans-serif;
        text-align: center;
        color: var(--color-green-text);
        font-size: 2rem;
        line-height: normal;
    }

#premios.banner .button-participa.green {
    background-color: var(--color-green-text);
    border-radius: 1.5rem;
    letter-spacing: 3px;
}

/**Preguntas frecuentes**/
.section-preguntas {
    /*margin-top:68px;*/
    /* margin-top: 68px; */
    min-height: 100dvh;
    display: flex;
    align-items:center;
}

    .section-preguntas .title-preguntas {
        font-family: "Blanchcondesed", sans-serif;
        font-size: 6rem;
        text-align: center;
        color: #fff;
        flex: .5;
        width: 100%;
    }

    .section-preguntas #preguntasFrecuentes {
        flex: 1;
        width: 100%;
    }

#preguntasFrecuentes .accordion-item {
  margin-bottom: 12px;
  border-radius: 12px;
  background-color: #F4EDD1;
}
  #preguntasFrecuentes .accordion-item .accordion-header {
    font-family: "Myriadproregular", sans-serif;
    display: flex;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  
  }

    #preguntasFrecuentes .accordion-item .accordion-header .numero-pregunta {
        font-family: "Blanchcondesed", sans-serif;
        font-size: 2rem;
        color: var(--color-green-text);
        margin-left: 1rem;
    }

    #preguntasFrecuentes .accordion-item .accordion-header .accordion-button {
      background-color: #F4EDD1;
      border: none;
      box-shadow: none;
      color: var(--color-green-text);
      font-weight: 500;
      border-radius: 12px;
    }

        #preguntasFrecuentes .accordion-item .accordion-header .accordion-button::after {
            background-image: none;
            content: '▼';
            color: var(--color-green-text);
        }

#preguntasFrecuentes .accordion-body {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

    #preguntasFrecuentes .accordion-body p {
        font-family: "Myriadproregular", sans-serif;
        display: flex;
        -webkit-justify-content: inherit;
        justify-content: inherit;
        flex-direction: column;
    }

/** REGISTRO **/
.section-register {
    margin-top: 68px;
    height: 100dvh;
}

.titulo-con-lineas {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    font-size: 3rem;
    /* Ajusta el tamaño según necesites */
    color: #333;
    /* Color del texto */
}

    .titulo-con-lineas::before,
    .titulo-con-lineas::after {
        content: "";
        flex: 1;
        border-bottom: 2px solid #FFF;
        /* Color y grosor de las líneas */
        margin: 0 10px;
        /* Espacio entre el texto y las líneas */
        width: 50%;
    }

    .titulo-con-lineas span {
        padding: 0 10px;
        /* Espacio adicional alrededor del texto */
        color: #fff;
        font-family: "Blanchcondesed", sans-serif;
    }

.section-register .box-image {
    flex: 0.8;
}

.section-register .content-form-register {
    flex: 1;
}

.section-register #miFormulario {
    width: 100%;
}

  .section-register #miFormulario .form-label {
    font-family: "Myriadproregular", sans-serif;
    font-size: .8rem;
    color: #fff;
  }

.row-input-check label,
a {
    font-family: "Damingamedium", sans-serif;
    font-size: .7rem;
    color: #fff;
}

.row-input input {
    font-family: sans-serif;
}

.invalid-feedback {
    font-family: sans-serif;
    font-weight: 600;
}

.row-input #btn-send-form {
    border: none;
    color: #fff;
    font-family: "Damingabold", sans-serif;
    background-color: var(--color-green-main);
    border-radius: 8px;
    font-size: 1.2rem;
    line-height: normal;
    padding-block: 8px;
}

.show-login {
    border: none;
    color: #fff;
    font-family: "Damingabold", sans-serif;
    background-color: var(--color-green-main);
    border-radius: 8px;
    font-size: 1.2rem;
    line-height: normal;
    padding: 8px 24px;
    text-decoration: none;
    cursor: pointer;
}

#defaultCheck1-error,
#defaultCheck2-error,
#defaultCheck3-error {
    display: none !important;
}

input.form-check-input.is-invalid {
    &+#defaultCheck1-error, &+#defaultCheck2-error, &+#defaultCheck3-error

{
    &+label

{
    color: #dc3545;
    a

{
    color: #dc3545;
}

}
}
}

/**Modal login**/
#content-modal-login h2 {
    color: #fff;
    font-family: "Blanchcondesed", sans-serif;
    font-size: 5rem;
    text-align: center;
}


#loginForm .row label {
    color: #fff;
    text-align: center;
    display:block;
}

#loginForm input {
  padding: 1rem;
  max-width: 80%;
  margin: 0 auto;
}

#loginForm .button-participa {
  margin-top: 0;
  border: none;
  font-size: 1.2rem;
}

/**Modal ganadores**/

#modal-winners .modal-content .content-header {
    margin-top: 2rem;
}

    #modal-winners .modal-content .content-header .title-ganadores {
        color: var(--color-green-text);
        font-family: "Blanchcondesed", sans-serif;
        font-size: 5rem;
        text-align: center;
        flex: 1;
        line-height: normal;
    }

    #modal-winners .modal-content .content-header button {
        top: -2.2rem;
        right: 0;
    }

#modal-winners {
    .search-container

{
    position: relative;
    /* width: 300px;
    scale: 0.7;*/
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: 2px solid var(--color-green-text);
    border-radius: 25px;
    outline: none;
    font-size: 16px;
    background-color: transparent;
    max-width: 300px;
}

.search-icon {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: var(--color-green-text);
}

.hidden {
    display: none;
}

}

.msg_premio {
    text-align: left;
    color: white;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'gotham-bold';
}


    .msg_premio span {
        color: var(--color-text-yellow);
    }

#modal-winners .content-body {
    max-height: 24vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
    overflow-y: auto;
    flex-direction: column;
}

#modal-winners ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    gap: 1rem;
    width: 100%;
}

    #modal-winners ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0;
        gap: 1rem;
    }

        #modal-winners ul li p {
            color: var(--color-green-text);
            text-align: left;
            font-family: "Myriadproregular", sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-align: center;
        }

        #modal-winners ul li .text-name-winners {
            max-width: 260px;
        }

#modal-winners.content-body ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
    background-color: #000 !important;
    scrollbar-width: thin;
    scrollbar-color: #000 !important;
}

#modal-winners ::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    height: 3px;
    background-color: #ffe800 !important;
}

#modal-winners ::-webkit-scrollbar-track {
    background: #F6E285;
    border-radius: 10px;
}


/** PREGUNTAS FRECUENTES **/


/** REGISTER **/


/** MODALS **/
.modal-content {
    /*background: transparent;*/
    /* background: linear-gradient(283deg, #FDCD00 -2.51%, #F5AA00 97.18%);*/
    background-color: var(--bg-header);
    /* box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important; */
    border-radius: 15px !important;
    border: none !important;
    /*top: 6rem;*/
    min-height: 350px;
    /*width: 327px;*/
    align-items: center !important;
}

.modal#modal-promotion {
    z-index: 9999;
}

.modal-content .modal-header {
    border: none;
}

.modal-content .modal-body .alert {
    border: none;
}

.modal-content .content-body #text-error {
    font-size: 3rem;
    color: var(--color-green-text);
    font-family: "Blanchcondesed", sans-serif;
    color: var(--color-green-text);
    line-height: normal;
}

.alert h2 {
    font-size: 4rem;
    color: var(--color-green-text);
    font-family: "Blanchcondesed", sans-serif;
}

.alert p {
    font-size: 1.2rem;
    color: var(--color-green-text);
    font-family: "Damingamedium", sans-serif;
}

.modal-body .form-item label {
    font-size: 1rem;
    color: var(--color-green-text);
    font-family: "Damingamedium", sans-serif;
}

.modal-footer .btn {
    font-family: "Damingabold", sans-serif;
    padding: 8px 32px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 1.2rem;
    background-color: var(--color-green-main);
}

.modal-content .footer-text {
    font-size: 0.8rem;
    font-family: "Miriadproregular", sans-serif;
    color: var(--color-green-text);
    font-weight: 600;
    text-align: center;
}


.modal-content .content-header {
    padding-top: 0 !important;
    width: 100%;
}


    .modal-content .content-header button {
        width: 100%;
        cursor: pointer !important;
        border-radius: 100% !important;
        border: 4px solid #20214D !important;
        padding: 8px !important;
        opacity: 1 !important;
        width: 24px;
        height: 24px;
        background: url("../files/close-blue.svg") no-repeat center;
        scale: 0.7;
    }

.modal-content .content-body {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 280px; */
}

    .modal-content .content-body p {
        width: 100%;
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        text-align: center;
        color: var(--color-text-white);
    }

    .modal-content .content-body img {
        width: 100%;
        max-width: 150px;
    }

#img-ref-img .modal-content {
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

/**Modal para aceites**/
#modalAceite .modal-dialog .modal-content,
#modalAtun .modal-dialog .modal-content,
#modalChangeAtun .modal-dialog, .modal-content{
  background-color: transparent;
}
#modalAceite .box-image.warning,
#modalAtun .box-image.warning {
  right: 0;
}
#modalChangeAtun .wrapper-box .box-form h2 {
  font-family: "Blanchcondesed", sans-serif;
  font-size:4rem;
}
#modalAceite .titulo-con-lineas,
#modalAtun .titulo-con-lineas,
#modalChangeAtun .titulo-con-lineas {
  font-size: 4rem;
}
  #modalAceite .titulo-con-lineas:before,
  #modalAtun .titulo-con-lineas:before,
  #modalChangeAtun .titulo-con-lineas:before {
    border-color: #00B13A;
  }
  #modalAceite .titulo-con-lineas:after,
  #modalAtun .titulo-con-lineas:after,
  #modalChangeAtun .titulo-con-lineas:after {
    border-color: #00B13A;
  }
#modalAceite .modal-content .wrapper-box,
#modalAtun .modal-content .wrapper-box,
#modalChangeAtun .modal-content .wrapper-box {
  background-color: #00B13A;
  padding: 24px;
  border-radius: 12px;
}
  #modalAceite .modal-content .wrapper-box .box-image,
  #modalAtun .modal-content .wrapper-box .box-image,
  #modalChangeAtun .modal-content .wrapper-box .box-image {
    max-width: 30%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
  }
  #modalAceite .modal-content .wrapper-box .box-form,
  #modalAtun .modal-content .wrapper-box .box-form,
  #modalChangeAtun .modal-content .wrapper-box .box-form {
    flex-direction: column;
    flex: 1;
    gap: 1rem;
  }
#modalAceite .modal-footer,
#modalAtun .modal-footer,
#modalChangeAtun .modal-footer {
  border: none;
}
  #modalAceite .modal-footer .btn,
  #modalAtun .modal-footer .btn,
  #modalChangeAtun .modal-footer .btn {
    background-color: #fff;
    color: var(--color-green-main);
    border-radius: 24px;
  }
.box-form h3 {
  color: #fff;
  font-size: 1.3rem;
}
.box-form .referencia {
  color: #fff;
  padding: .5rem 1rem;
  width: fit-content;
  border-radius: 12px;
  background-color: var(--color-green-main);
  cursor: pointer;
  font-family: "Damingamedium", sans-serif;
  font-size: 1rem;
}
.form-wrap .form-item {
  flex-direction: column;
  gap: 1rem;
}
  .form-wrap .form-item label {
    color: #fff;
    font-size: 1rem;
    font-family: "Myriadproregular", sans-serif;
    font-weight:700;
  }
  .form-wrap .form-item input {

    font-size: 1rem;
    font-family: "Myriadproregular", sans-serif;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    font-weight: 700;
    border-radius:12px;
  }

#formAtun .texto-guia {

  color: #fff;
  font-family: "Myriadproregular", sans-serif;
  
  margin-bottom: 1rem;
}
.form-wrap .form-item input::placeholder {
  color: rgba(255, 255, 255, .8);
  text-align: center
}
      .form-wrap .form-item input:focus {
      outline: none;
      box-shadow:none;
      
    }

    .form-wrap .form-item .inputs-wrapper {
    gap:1rem;
    margin-bottom:2rem
  }
    /**Modales de referencia**/
.modal.refe .modal-header {
  display: flex;
  flex-direction: column;
}
.modal.refe .modal-content{
  background-color: var(--bg-header);
}
  .modal.refe .modal-header .btn-close {
    position:absolute;
    top:4%;
    right:4%;
  }
  .modal.refe .modal-header h3 {
    color: var(--color-green-text);
    font-family: "Blanchcondesed", sans-serif;
    font-size: 3.5rem;
  }
  .modal.refe .modal-header .info {
    color: var(--color-green-text);
    font-family: "Myriadproregular", sans-serif;
    font-size: 1.3rem;
  }
    .modal.refe .modal-header .info .xample {
      color: #000;
      font-family: "Myriadproregular", sans-serif;
      font-size:1.3rem;
    }
    /** END MODALS **/

#modal-register-succes .button-participa{
  padding:10px 30px;
  font-size:1rem;
}

#modal-register-succes .modal-content .wrapper-respuesta .top{
  display:flex;

}


#modal-register-succes .modal-content .wrapper-respuesta .info h2 {
  color: var(--color-green-text);
  font-family: "Blanchcondesed", sans-serif;
  font-size:4rem;
}
#modal-register-succes .modal-content .wrapper-respuesta .info .contenido {
  color: var(--color-green-text);
  font-family: "Blanchcondesed", sans-serif;
  font-size: 2rem;
  text-align:end;
  padding-right:1rem;
}

#modal-register-succes .modal-content .wrapper-respuesta .bottom {
  padding:1rem;
  
  border-top:2px solid var(--color-green-text);
}

  #modal-register-succes .modal-content .wrapper-respuesta .bottom p {
    color: var(--color-green-main);
    font-size:1.5rem;
    text-align:center;
  }

#modal-winner-premio .body-modal-register {
  display: flex;
  flex-direction: column;
  gap:1rem;
}
#modal-winner-premio .body-modal-register .top {
  display: flex;
}

  #modal-winner-premio .body-modal-register .bottom .terminos-premios-mobile {
    display: none;
    font-family: "Myriadproregular", sans-serif;
    text-align: start;
    font-size: .8rem;
    color: var(--color-green-text);
    line-height: 100%;
  }
#modal-winner-premio .info-premio {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-image: url(../img/primor/bg_serper.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.info-premio .title-premio {
  color: var(--color-green-main);
  font-family: "Blanchcondesed", sans-serif;
  font-size: 6rem;
}
.info-premio #winnerMessage {
  color: var(--color-green-text);
  font-family: "Blanchcondesed", sans-serif;
  font-size: 4rem;
  line-height:100%;
}
.info-premio .terminos-premios {
  font-family: "Myriadproregular", sans-serif;
  text-align: start;
  font-size:.8rem;
  color: var(--color-green-text);
  line-height:100%;
  
}

#modal-winner-premio .body-modal-register .bottom .intento {
  color: var(--color-green-text);
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.buttons-premios {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
  .buttons-premios a {
    background-color: var(--color-green-text);
    border-radius:8px;
    font-size: .9rem;
    line-height:100%;
    letter-spacing:1px;
    text-decoration: inherit;
    padding: 8px 24px;
    font-family: "Damingamedium", sans-serif;
    text-transform: uppercase;
  }
  #helpFormulario .modal-body .mb-3 {
  max-width: 80%;
  margin: 0 auto;
}

#helpFormulario .form-control {
  font-family: "Myriadproregular", sans-serif;
}
#modal-promotion #content-error p {
  font-family: "Myriadproregular", sans-serif;
  font-size: 1.5rem;
  color: #000;
  line-height: 100%;
}


/**Estilos para las fechas de publicación**/
.section-0 {
  min-height: 80dvh;
  display:flex;
  align-items:center;
}
.section-0 .registersuccessful-index-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:12px;

  background-color: var(--bg-header);
  border-radius:24px;
}
  .section-0 .registersuccessful-index-content .item-one {
    color: var(--color-green-text);
    font-family: "Blanchcondesed", sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    text-align: center;
  }

  .section-0 .registersuccessful-index-content .item-two, span {
    color: var(--color-green-text);
    font-family: "Blanchcondesed", sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    text-align: center;
  }


.fuente {
  font-family: "Myriadproregular", sans-serif !important;
}