@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');

* { box-sizing: border-box; }

body, input, textarea, button, select {
    font-family: "Open Sans", serif;
}

body {
    margin:0;    
    font-size:10px;
    color:var(--oScriptsColor2);
    font-weight: 400;
    background: #262626;
    overflow-x: hidden;
}

main {
    overflow-x: hidden;
overflow-y: hidden;
    width: 100%;
}

* {
-webkit-tap-highlight-color: transparent;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: right; }

input, textarea {
    box-shadow: none !important;
    outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #323031 inset !important;
  -webkit-text-fill-color: white !important;
}

a { text-decoration:none; }

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
    font-size: 1.4em;
    line-height: 1.5em;
}

img {
    max-width:100%;
}

.table { display: table; width: 100%; height: 100%; }
.cell { display: table-cell; vertical-align: middle; }
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nmt { margin-top: 0 !important; }
.nmb { margin-bottom: 0 !important; }
.npt { padding-top: 0 !important; }
.npb { padding-bottom: 0 !important; }


.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.espacio1 { height: 1em; }
.espacio2 { height: 2em; }
.espacio3 { height: 3em; }
.espacio4 { height: 4em; }
.espacio5 { height: 5em; }
.espacio6 { height: 6em; }
.espacio7 { height: 7em; }
.espacio8 { height: 8em; }
.espacio9 { height: 9em; }
.espacio10 { height: 10em; }
.espacio1-5 { height: 1.5em; }


.container {
    width: 100%;
    max-width: 146em;
    padding: 0 8em;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.columnas,
.items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5em;
}
.columnas .columna,
.items .item {
    padding: 1.5em;
    flex: 0 0 50%;
    max-width: 50%;
}

section {
    padding: 10em 0;
    margin: 0;
}

#menuprincipal {
    padding: 2em 2em;
    position: relative;
    z-index: 3;
}
#menuprincipal .columnas {
    justify-content: space-between;
    margin: 0;
}
#menuprincipal .columnas .columna {
    flex: 0 0 auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
#menuprincipal .columnas .columna .col {
    padding: 1em 2em;
}
#menuprincipal .columna.der a {
    display: inline-block;
    font-size: 2em;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s;
}
#menuprincipal .columna.der a span,
#menuprincipal .columna.der a svg {
    position: relative;
}
#menuprincipal .columna.der a svg {
    display: inline-block;
    vertical-align: middle;
    margin: -0.2em 0.3em 0 0;
}
#menuprincipal .columna.der a svg path {
    fill: #ffffff;
    transition: all 0.3s;
}

#menuprincipal .columna.der a.verde {
    color: #438F39;
}
#menuprincipal .columna.der a.verde svg path {
    fill: #438F39;
}

#menuprincipal .columna.der a:hover {
    color: #FDDB00;
}
#menuprincipal .columna.der a:hover svg path {
    fill: #FDDB00;
}
#menuprincipal .columna.der a.login {
    background: #FDDB00;
    padding: 0.8em 1.6em 0.9em 1.2em;
    border-radius: 1000px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
#menuprincipal .columna.der a.login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #36a326;
    border-radius: 1000px;
    transition: all 0.3s;
}
#menuprincipal .columna.der a.login:hover::before {
    opacity: 0;
}

#menuprincipal .columna.der a.login:hover svg path {
    fill: #000000;
}
#menuprincipal .columna.der a.login:hover {
    color: #000000;
}

#menuprincipal .columna.izq a {
    display: inline-block;
    font-size: 2em;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s;
}
#menuprincipal .columna.izq a span,
#menuprincipal .columna.izq a svg {
    position: relative;
}
#menuprincipal .columna.izq a svg {
    display: inline-block;
    vertical-align: middle;
    margin: -0.2em 0.3em 0 0;
}
#menuprincipal .columna.izq a svg path {
    fill: #ffffff;
    transition: all 0.3s;
}

#menuprincipal .columna.izq a.verde {
    color: #438F39;
}
#menuprincipal .columna.izq a.verde svg path {
    fill: #438F39;
}

#menuprincipal .columna.izq a:hover {
    color: #FDDB00;
}
#menuprincipal .columna.izq a:hover svg path {
    fill: #FDDB00;
}
#menuprincipal .columna.izq a.login {
    background: #FDDB00;
    padding: 0.8em 1.6em 0.9em 1.2em;
    border-radius: 1000px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
#menuprincipal .columna.izq a.login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(67,143,57);
    background: #36a326;
    border-radius: 1000px;
    transition: all 0.3s;
}
#menuprincipal .columna.izq a.login:hover::before {
    opacity: 0;
}

#menuprincipal .columna.izq a.login:hover svg path {
    fill: #000000;
}
#menuprincipal .columna.izq a.login:hover {
    color: #000000;
}


#logout-form button {
    font-family: 'jd_sans', sans-serif;
    font-size: 2.1em;
    color: #494949;
    background: transparent;
    margin: 0.5em 1em;
    transition: all 0.3s;
    cursor:pointer;
}

#logout-form button:hover {
    color: #ffffff;
}



#headerHome {
    padding: 8em 0;
    overflow: hidden;
}
#headerHome::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 125.3em;
    height: 124.9em;
    background: url(../images/background-people.png) center no-repeat;
    background-size: cover;
    z-index: 2;    
}
.titulo {
    font-size: 7.5em;
    line-height: 1.0em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'jd_sans', sans-serif;
}
.titulo span {
    font-weight: 500;
}

.amarillo {
    color: #FDDB00;
}
#headerHome .columnas {
    align-items: center;
    justify-content: space-between;
}
#headerHome .columnas .columna.izq {
    max-width: 60em;
}
#headerHome .columnas .columna.der {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: -1;
}
#headerHome .columnas .columna.der::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 103.5em; height: 101.6em;
    background-size: cover;
}
#headerHome .columnas .columna.der img {
    position: relative;
}
p {
    font-size: 2.5em;
    color: #ffffff;
    font-weight: 400;
}
#headerHome p.aclaracion {
    color: #ffffff;
    font-size: 2em;
margin-top: 25px;
}


.boton {
    display: inline-block;
    background: #FDDB00;
    padding: 2.0em 5em 2em 5em;
    border-radius: 1000px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.boton::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #36a326;
    /* background: linear-gradient(90deg, rgba(67,143,57,1) 0%, rgba(27,65,22,1) 100%); */
    border-radius: 1000px;
    transition: all 0.3s;
}
.boton:hover::before {
    opacity: 0;
}
.boton span {
    font-size: 2.5em;
    line-height: 1.1em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s;
}
.boton span,
.boton svg {
    position: relative;
}
.boton svg {
    display: inline-block;
    vertical-align: middle;
    margin: -0.2em 0 0 0;
}
.boton svg path {
    fill: #ffffff;
    transition: all 0.3s;
}
.boton:hover span {
    color: #000000;
}
.boton:hover svg path {
    fill: #000000;
}

.boton-jdu {
display: inline-block !important;
    background: #FDDB00 !important;
    padding: 1.7em 3em 1.7em 3em !important;
    border-radius: 1000px !important;
    overflow: hidden !important;
    position: relative !important;
    cursor: pointer !important;
    font-size: 10px;
    color: #34732c;
    font-weight: 600;
}

.jdu-button-wrapper .boton::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fddb00;
    /* background: linear-gradient(90deg, rgba(67, 143, 57, 1) 0%, rgba(27, 65, 22, 1) 100%); */
    border-radius: 1000px;
    transition: all 0.3s;
}

.boton-jdu span {
    color: #34732c;
}
#comoParticipar {
    padding: 8em 0;
}
#comoParticipar .columnas {
    align-items: center;
}
#comoParticipar h2 {
    font-size: 6em;
    color: #ffffff;
    font-weight: 400;
    font-family: 'jd_sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}
#comoParticipar .num {
    position: relative;
    padding: 4em 0 4em 7em;
    margin-left: 11em;
    border-bottom: 3px dotted #494949;
}
#comoParticipar .num:last-of-type {
    border-bottom: none;
}
#comoParticipar .num img {
    position: absolute;
    left: -11em;
    top: 2.2em;
    width: 7.2em;
}
#comoParticipar .num strong {
    font-family: 'jd_sans', sans-serif;
    position: absolute;
    left: 0;
    top: 0.45em;
    font-size: 5.3em;
    font-weight: 600;
    color: #FDDB00;
}
#comoParticipar .num p {
    font-family: 'jd_sans', sans-serif;
    font-size: 3.5em;
    line-height: 1em;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
#comoParticipar .num p span {
    display: inline-block;
    font-size: 0.6em;
    color: #FDDB00;
    font-style: italic;
    font-family: "Open Sans", serif;
    font-weight: 400;
    text-transform: none;
}
#comoParticipar .foto {
    width: 55.6em;
    max-width: 100%;
    display: block;
    position: relative;
}
#comoParticipar .foto img {
    position: relative;
}
#comoParticipar .foto::before {
    content: "";
    position: absolute;
    left: -1em;
    top: -1em;
    width: 100%;
    height: 100%;
    background: #FDDB00;
}

#deadline {
    padding: 2em 0 12em;
    text-align: center;
    position: relative;
}
#deadline::before, #anotateCta::before {
    content: "";
    position: absolute;
    width: 91.1em;
    height: 91.1em;
    left: -40em;
    bottom: -30em;
    background: url(../images/trama_new.png) center no-repeat;
    background-size: cover;
}
#deadline::after, #anotateCta::after {
    content: "";
    position: absolute;
    width: 91.1em;
    height: 91.1em;
    right: -40em;
    bottom: -30em;
    background: url(../images/trama_new.png) center no-repeat;
    background-size: cover;
}.titulo2 {
    font-family: 'jd_sans', sans-serif;
    font-size: 4.5em;
    line-height: 1.2em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
margin-bottom: 10px;
}
.titulo2 strong {
    font-weight: 500;
    color: #FDDB00;
}
.link {
    font-size: 2.2em;
    color: #438F39;
    text-decoration: underline;
    transition: all 0.3s;
}
.link:hover {
    color: #FDDB00;
}


.cinta {
    display: flex;
    font-family: 'jd_sans', sans-serif;
    position: relative;
    background: #2a791e;
    font-size: 2.7em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    padding: 1em 0;
    width: 10000em;
    color: #ffffff;
    white-space: nowrap;
    animation-name: cintaAnim;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes cintaAnim {
  from {
    left: 0;
  }
  to {
    left: -49.7em;
  }
}

.volanta {
    font-family: 'jd_sans', sans-serif;
    font-size: 4.5em;
    color: #FDDB00;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}

#premio {
    background: #000000;
    position: relative;
    padding: 0;
}
#premio .columnas {
    align-items: center;
    justify-content: space-between;
}
#premio .fotos {
    max-width: 55.6em;
    padding-top: 0;
    padding-bottom: 0;
}
#premio .fotos img {
    display: block;
}
#premio .fotos img:nth-of-type(1) {
    margin-bottom: 4.5em;
}


#operationsCenter {
    padding: 18em 0;
    position: relative;
}
#operationsCenter::before {
    content: "";
    position: absolute;
    width: 91.1em;
    height: 91.1em;
    left: 50%;
    transform: translateX(-50%);
    bottom: -43em;
    background: url(../images/trama_new.png) center no-repeat;
    background-size: cover;
}
#operationsCenter .container {
    position: static;
}
#operationsCenter .columnas {
    justify-content: space-between;
}
#operationsCenter .columnas .columna {
    max-width: 50em;
}

#operationsCenter .item {
    padding: 3em 5em 3em 11em;
    border-radius: 1em;
    background: #1B1B1B;
    position: relative;
    margin: 2em 0;
}
#operationsCenter .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3em;
    bottom: 3em;
    width: 0.8em;
    background: #297A1D;
}
#operationsCenter .item p {
    font-size: 2em;
    margin: 0;
}
#operationsCenter .item span {
    font-family: 'jd_sans', sans-serif;
    position: absolute;
    left: 0.8em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4.4em;
    color: #FDDB00;
    font-weight: 600;
}

#operationsCenter .celular {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 44.5em;
}

#operationsCenter .columnas .columna.der .item {
    padding: 3em 11em 3em 5em;
    text-align: right;
}
#operationsCenter .columnas .columna.der .item span {
    left: auto;
    right: 0.8em;
}
#operationsCenter .columnas .columna.der .item::before {
    left: auto;
    right: 0;
}

#operationsCenter .item.i1 {
    transform: translateX(11em);
}
#operationsCenter .item.i2 {
    transform: translateX(5.5em);
}

#operationsCenter .item.i4 {
    transform: translateX(-11em);
    padding-left: 9em !important;
}
#operationsCenter .item.i5 {
    transform: translateX(-5.5em);
    padding-left: 9em !important;
}

#testimonios {
    background: #000000;
    position: relative;
    padding: 15em 0;
}

#testimonios .titulo {
    max-width: 7em;
}
#testimonios .columnas {
    align-items: center;
    justify-content: space-between;
}
#testimonios .columnas .columna.izq {
    padding-right: 7em;
}
#testimonios .columnas .columna.der {
    max-width: 60em;
}
#testimonios .testimonio {
    background: #000000;
    border-radius: 1em;
}
#testimonios .testimonio {
    padding: 5em;
}


#testimonios .testimonio .top {
    display: flex;
    align-items: center;
    padding-bottom: 3.5em;
    margin-bottom: 3.5em;
    position: relative;
}
#testimonios .testimonio .top::before {
    content: "";
    position: absolute;
    left: -5em;
    bottom: 0;
    right: 6em;
    height: 2px;
    background: rgb(253,219,0);
    background: linear-gradient(90deg, #37a32600 0%, #37A326 100%);
}
#testimonios .testimonio .top::after {
    content: "";
    position: absolute;
    width: 4.1em;
    height: 3.4em;
    right: -1em;
    top: 100%;
    transform: translateY(-50%);
    background: url(../images/comillas_green.png) center no-repeat;
    background-size: cover;
}
#testimonios .testimonio .top .foto {
    width: 8.3em; height: 8.3em;
    background: url(../images/home_participar_foto.jpg) center no-repeat;
    background-size: cover;
    border-radius: 1000px;
    margin-right: 2em;
}
#testimonios .testimonio h4 {
    font-family: 'jd_sans', sans-serif;
    font-size: 3.5em;
    color: #ffffff;
    font-weight: 500;
    line-height: 1em;
}
#testimonios .testimonio p {
    font-size: 2em;
}


#testimonios .slider {
    position: relative;
}
#testimonios .slider .paginacion {
    position: absolute !important;
    left: 0;
    right: 0;
}
#testimonios .slider .flechascontainer {
    position: absolute;
    top: -19em;
    left: -6em;
    right: -6em;
}
#testimonios  .slider .paginacion .scrollpags {
    margin: 0;
}
#testimonios .slider .paginacion .scrollpags .pags {
    margin: 0 0 0 auto;
}

#edicion2023 {
    text-align: center;
    padding: 15em 0 0;
}
#edicion2023 .titulo2 {
    font-weight: 500;
}
#edicion2023 .video {
    border-radius: 1.5em;
    overflow: hidden;
    margin: 8em auto 0;
    max-width: 108em;
    position: relative;
}
#edicion2023 .video video {
    display: block;
    width: 100%;
}
#edicion2023 .video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    background: #FDDB00;
    width: 11.2em;
    height: 11.2em;
    border-radius: 10000px;
    cursor: pointer;
    transform-origin: center;
    transition: all 0.3s;
}
#edicion2023 .video .play.desactivar {
    transform: translate(-50%,-50%) scale(1.5);
    opacity: 0;
    pointer-events: none;
}
#edicion2023 .video .play::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-1em,-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 1.65em 0 1.65em 2.7em;
    border-color: transparent transparent transparent #000000;
}

#anotateCta {
   /* background: url(../images/pattern.png) bottom left no-repeat, url(../images/pattern.png) bottom right no-repeat; */
   /* background-size: 47em auto, 47em auto; */
position: relative;
    padding: 25em 0 12em;
    text-align: center;
    margin-top: -11.5em;
}
#anotateCta .titulo2,
#anotateCta .titulo {
   color: #ffffff;
    font-weight: 500;
}
#anotateCta .titulo2 {
    margin-bottom: 0.2em;
    line-height: 1.3em;
}
#anotateCta .titulo {
    font-size: 6em;
    line-height: 1.2em;
}
#anotateCta .boton {
  /*  background: #ffffff;*/
}
#anotateCta .link:hover {
    color: #000000;
}


footer {
    background: #000000;
}
footer .seccion {
    padding: 7em 0;
    border-bottom: 1px solid #585858;
}
footer .seccion2 {
    padding: 4em 0;
}
footer .columnas {
    justify-content: space-between;
    align-items: center;
}
footer .columnas .columna {
    flex: 0 0 auto;
    max-width: 100%;
}
footer nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer nav.menu {
    margin: 0 -2em;
}
footer nav.menu a {
    font-family: 'jd_sans', sans-serif;
    font-size: 2.1em;
    color: #494949;
    margin: 0.5em 1em;
    transition: all 0.3s;
}
footer nav.menu a:hover {
    color: #ffffff;
}
footer nav.redes a {
    width: 4em; height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5em;
}

footer nav.redes a svg path {
    fill: #494949;
    transition: all 0.3s;
}
footer nav.redes a:hover svg path {
    fill: #ffffff;
}

footer .copyright {
    font-size: 1.7em;
    color: #585858;
    text-align: center;
}


#ingresar {
    padding: 6em 0;
    position: relative;
    overflow: hidden;
    background: #262626;
}
#ingresar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -25px;
    width: 100%;

    background: url(../images/fondo-long.png) bottom repeat-x;
    background-size: 100%;

    z-index: 90;
}

#ingresar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/trama-larga.png) left top repeat-x;
    background-size: 100%;
    z-index: 1;
    opacity: 0.5;
    z-index: 0;
}

#ingresar .columnas {
    justify-content: space-between;
    align-items: center;
}
#ingresar .columnas .columna {
    position: relative;
    flex: 0 0 auto;
    max-width: 50%;
}
#ingresar .triangulo {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 500em;
    width: 90em;
    transform-origin: right center;
    transform: translate(-143%,-50%) scale(2);
display: none;
}
#ingresar .escudo {
    width: 43em;
    position: relative;
    z-index: 2;
}

#ingresar .formulario {
    width: 47.4em;
    background: rgba(0,0,0,0.9);
    border-radius: 1em;
    padding: 6em 5em 5em;
}
#ingresar .formulario h4 {
    font-family: 'jd_sans', sans-serif;
    font-size: 3.5em;
    line-height: 1.1em;
    color: #FDDB00;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
#ingresar .formulario p,
#ingresar .formulario label {
    display: block;
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}
#ingresar .formulario label {
    margin-bottom: 0.5em;
}
#ingresar .formulario p.aclaracion {
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
}
#ingresar .formulario p.aclaracion a {
    color: #FDDB00;
}


#ingresar .formulario .volver {
    width: 6.4em;
    height: 6.4em;
    border: 2px solid #438F39;
    position: relative;
    border-radius: 10000px;
    transition: all 0.3s;
    cursor: pointer;
}
#ingresar .formulario .volver:hover {
    background: #FDDB00;
    border-color: #FDDB00;
}

#ingresar .formulario .volver svg {
    width: 2.8em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#ingresar .formulario .volver svg path {
    fill: #438F39;
    transition: all 0.3s;
}
#ingresar .formulario .volver:hover svg path {
    fill: #000000;
}

#ingresar .formulario .paginacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -1.5em;
}
#ingresar .formulario .paginacion .col01 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 1.5em;
}
#ingresar .formulario .paginacion .col02 {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 1.5em;
}
#ingresar .formulario .paginacion .col02 .boton {
    display: block;
    width: 100%;
    text-align: center;
}

#ingresar .formulario form {
    overflow-x: hidden;
    display: block;
    margin: 0em -2em 0em;
    scrollbar-width: none
}
#ingresar .formulario form.login {
    margin: 0;
}
#ingresar .formulario form .scroll {
    display: flex;
    width: 300%;
    padding: 4em 0 1em;
}
#ingresar .formulario form .scroll .paso {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 2em;
}
#ingresar .formulario .ckeckbox {
    padding: 1.2em 1.5em 1.2em 5.5em;
    position: relative;
    cursor: pointer;
    border-radius: 0.92em;
}
#ingresar .formulario .ckeckbox p {
    font-size: 1.7em;
    color: #ffffff;
    text-align: left;
}
#ingresar .formulario .ckeckbox p a {
    color: #FDDB00;
}
#ingresar .formulario .ckeckbox .circulo {
    width: 2.3em;
    height: 2.3em;
    border: 1px solid #FDDB00;
    border-radius: 10000px;
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
}
#ingresar .formulario .ckeckbox .circulo::after {
    content: "";
    position: absolute;
    left: 0.4em;
    top: 0.4em;
    right: 0.4em;
    bottom: 0.4em;
    background: #FDDB00;
    border-radius: 10000px;
    transition: all 0.3s;
    transform: scale(0.5);
    opacity: 0;
}
#ingresar .formulario .ckeckbox.activo .circulo::after {
    transform: scale(1);
    opacity: 1;
}

#edicion2023 .video.video-doble{
  display:flex;
  gap: 20px;
  justify-content: center;   /* centra columnas */
  align-items: center;
  width: 100%;
  max-width: 80%;            /* 👈 máximo 80% */
  /*/margin: 0 auto;   */         /* 👈 centra el bloque */
    margin-top: 20px;
}

/* columnas */
#edicion2023 .video.video-doble .video-col{
  flex: 1;
  display:flex;
  justify-content: center;   /* centra el video dentro */
}

/* video */
#edicion2023 .video.video-doble video{
  width: 85%;
  max-width: 100%;
  height: auto;
  display:block;
  border-radius: 12px;
}

/* mobile */
@media (max-width: 768px){
  #edicion2023 .video.video-doble{
    flex-direction: column;
    max-width: 90%; /* un poco más ancho en mobile */
  }
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #ffffff;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scaleY(1.5) scaleX(1.5)  rotate(0deg);
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform: translate(-50%,-50%) scaleY(1.5) scaleX(1.5)  rotate(0deg)}
  49.99%{transform: translate(-50%,-50%) scaleY(1.5) scaleX(1.5)  rotate(135deg)}
  50%   {transform: translate(-50%,-50%) scaleY(-1.5) scaleX(1.5) rotate(0deg)}
  100%  {transform: translate(-50%,-50%) scaleY(-1.5) scaleX(1.5) rotate(-135deg)}
}

.formulario .form,
.loader,
.formulario .mensajefinal {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.formulario .form.activo,
.loader.activo,
.formulario .mensajefinal.activo {
    opacity: 1;
    pointer-events: all;
}

.formulario .mensajefinal {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.3);
    padding: 6em;*/
    padding: 3em 0;
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.formulario .mensajefinal.activo {
    /* transform: translateY(-50%) scale(1); */
}
.formulario .mensajefinal .icono {
    width: 11.8em;
    height: 11.8em;
    border: 1px solid #FDDB00;
    background: #000000;
    border-radius: 2em;
    display: block;
    margin: 0 auto 2em;
    position: relative;
}
.formulario .mensajefinal .icono img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#ingresar .formulario .boton {
    width: 100%;
}

.headerPerfil {
    padding: 9em 0;
    background: #297a1d;
    position: relative;
}
.headerPerfil::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(../images/trama-fondo.png) left top repeat-y;
    background-size: 51em auto;
    width: 51em;

}
.headerPerfil h1 {
    font-family: 'jd_sans', sans-serif;
    font-size: 6em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 0.3em;
color: #fff;
}
.headerPerfil h1 strong {
    font-weight: 500;
}
.headerPerfil p {
    font-family: 'jd_sans', sans-serif;
    font-size: 3.3em;
    line-height: 1.1em;
    color: #fff;
    text-transform: uppercase;
}


#modulos {
    background: #1B1B1B;
}

#modulos h2 {
    font-size: 4.5em;
    line-height: 1.1em;
    color: #ffffff;
    font-family: 'jd_sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.7em;
}
#modulos h2 strong, #modulos p strong {
    color: #FDDB00;
    font-weight: 500;
}
#modulos p {
    max-width: 26.7em;
}

#modulos .progreso {
    background: #000000;
    padding: 2em 34em 4em 4em;
    margin: 5em 0;
    position: relative;
}
#modulos .progreso .columnas {
    justify-content: space-between;
}
#modulos .progreso .columnas .columna {
    flex: 0 0 auto;
    max-width: auto;
}
#modulos .progreso p {
    font-size: 2.5em;
    line-height: 1em;
    font-family: 'jd_sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
#modulos .progreso p strong {
    color: #FDDB00;
    font-weight: 500;
}
#modulos .progreso p.moduloscompletos {
    font-size: 2.1em;
    color: #494949;
    text-transform: none;
    font-weight: 400;
}
#modulos .progreso .barraprogreso {
    background: #1B1B1B;
    height: 1.6em;
    border-radius: 100000px;
    position: relative;
    margin: 0.1em 0 1.5em;
}
#modulos .progreso .barraprogreso .barra {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 33%;
    border-radius: 100000px;
    background: #FDDB00;
    transition: all 0.3s;
}
#modulos .progreso .boton {
    padding: 1.8em 3em;
    position: absolute;
    right: 4em;
    top: 50%;
    transform: translateY(-50%);
}
#modulos .progreso .boton span {
    font-size: 2em;
}


#modulos .slider .mask {
    overflow: visible;
}
#modulos .slider .modulo {
    display: block;
    background: #000000;
    border-radius: 1em;
    height: 100%;
}
#modulos .slider .modulo .foto {
    height: 25em;
    background: url(../images/ingresar_fondo.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 1em 1em 0 0;
}
#modulos .slider .modulo .barraprogreso {
    position: relative;
    height: 4.2em;
    background: rgba(63,63,63,0.75);
}
#modulos .slider .modulo .foto .barraprogreso {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
#modulos .slider .modulo .barraprogreso .barra {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 75%;
    background: #FDDB00;
    transition: all 0.3s;
}
#modulos .slider .modulo .barraprogreso span {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8em;
    font-family: 'jd_sans', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}
#modulos .slider .modulo .barraprogreso span.negro {
    color: #000000;
}
#modulos .slider .modulo .barraprogreso span img {
    display: inline-block;
    vertical-align: middle;
    margin: -0.3em 0.1em 0 0;
}
#modulos .slider .modulo .info {
    padding: 4em 4em 4em;
}
#modulos .slider .modulo .info h5 {
    display: inline-block;
    font-family: 'jd_sans', sans-serif;
    color: #ffffff;
    font-size: 2em;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5em 0.7em;
    background: #438F39;
    border-radius: 0.5em;
}
#modulos .slider .modulo .info h4 {
    font-family: 'jd_sans', sans-serif;
    color: #ffffff;
    font-size: 3em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 0.5em 0 0.3em;
}
#modulos .slider .modulo .info h4 strong {
    color: #FDDB00;
    font-weight: 500;
}
#modulos .slider .modulo .info .datos {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5em -1em 0.5em;
}
#modulos .slider .modulo .info .datos .dato {
    flex: 0 0 auto;
    padding: 0.5em 1em;
    display: flex;
}
#modulos .slider .modulo .info .datos .dato img {
    margin-right: 1em;
}
#modulos .slider .modulo .info .datos .dato span {
    font-family: 'jd_sans', sans-serif;
    font-size: 1.8em;
    color: #494949;
    font-weight: 500;
}


#modulos .slider .modulo.inactivo {
    background: #0C0C0C;
}
#modulos .slider .modulo.inactivo .foto {
    opacity: 0.5;
}
#modulos .slider .modulo.inactivo .info h5 {
    color: #101010;
    background: #424242;
}
#modulos .slider .modulo.inactivo .info h4,
#modulos .slider .modulo.inactivo .info h4 strong {
    color: #424242;
}
#modulos .slider .modulo.inactivo .info .datos .dato span {
    color: #424242;
}
#modulos .slider .modulo.inactivo .info .datos .dato img {
    filter: grayscale(100%);
    opacity: 0.3;
}

#modulos .slider .modulo.activo {
    border: 1px solid #1B1B1B;
    cursor: pointer;
    transition: all 0.3s;
}
#modulos .slider .modulo.activo:hover {
    border-color: #FDDB00;
}

#modulos .slider .modulo.small {
    overflow: hidden;
}
#modulos .slider .modulo.small .info {
    padding: 3em 2.5em 2em;
}
#modulos .slider .modulo.small .info h4 {
    margin: 0;
    color: #FDDB00;
    font-weight: 500;
}
#modulos .slider .modulo.small.inactivo .info h4 {
    color: #3F3F3F;
}
#modulos .slider .modulo.small .info .datos {
    margin: 1em 0 0;
}
#modulos .slider .modulo.small .barraprogreso {
    height: 3.5em;
}
#modulos .slider .modulo.small .barraprogreso span {
    font-size: 1.6em;
}
#modulos .slider .modulo.small .barraprogreso span {
    color: #FDDB00;
}
#modulos .slider .modulo.small.inactivo .barraprogreso span,
#modulos .slider .modulo.small .barraprogreso span.negro {
    color: #000000;
}




#modulos .concesionarios {
    font-family: 'jd_sans', sans-serif;
    text-align: center;
    width: 100%;
    font-size: 2.3em;
    color: #B1B1B1;
    max-width: none;
    margin-top: 2em;
}
#modulos .concesionarios a {
    color: #FDDB00;
}

#maschances {
    background: url(../images/fondo_campo.jpg) center no-repeat;
    background-image: cover;
    padding: 13em 0;
}
#maschances h4 {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.8em;
}
#maschances h3 {
    font-family: 'jd_sans', sans-serif;
    font-size: 4.5em;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    max-width: 21.3em;
    margin: 0 auto;
}
#maschances h3 strong {
    color: #FDDB00;
    font-weight: 500;
}


#modulo {
    background: url(../images/fondo_campo.jpg) center bottom no-repeat;
    background-size: 100% auto;
    padding: 6em 0 10em;
}


#modulo h3 {
    display: inline-block;
    font-family: 'jd_sans', sans-serif;
    color: #ffffff;
    font-size: 2.2em;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5em 0.7em;
    background: #438F39;
    border-radius: 0.5em;
}
#modulo h2 {
    font-family: 'jd_sans', sans-serif;
    color: #ffffff;
    font-size: 4.2em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 0.5em 0 0.3em;
}
#modulo h2 strong {
    color: #FDDB00;
    font-weight: 500;
}
#modulo .boton {
    font-size: 0.85em;
    text-align: center;
    padding: 2.0em 4em 2em 4em;
}


#modulo .columnas {
    align-items: flex-start;
}
#modulo .columnas .columna.izq {
    flex: 0 0 65%;
    max-width: 65%;
}
#modulo .columnas .columna.der {
    flex: 0 0 35%;
    max-width: 35%;
}
#modulo .cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#modulo .cols .col.izq {
    flex: 0 0 auto;
    max-width: 55%;
}
#modulo .cols .col.der {
    flex: 0 0 auto;
    max-width: 45%;
}



#modulo .video {
    border-radius: 1.5em 1.5em 0 0;
    overflow: hidden;
    margin: 4em auto 0;
    max-width: 108em;
    position: relative;
}
#modulo .video video {
    display: block;
    width: 100%;
}
#modulo .video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    background: #FDDB00;
    width: 11.2em;
    height: 11.2em;
    border-radius: 10000px;
    cursor: pointer;
    transform-origin: center;
    transition: all 0.3s;
}
#modulo .video .play.desactivar {
    transform: translate(-50%,-50%) scale(1.5);
    opacity: 0;
    pointer-events: none;
}
#modulo .video .play::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-1em,-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 1.65em 0 1.65em 2.7em;
    border-color: transparent transparent transparent #000000;
}
#modulo .txt {
    background: #1B1B1B;
    padding: 4em 22em 4em 3em;
    border-radius: 0 0 1.5em 1.5em;
    position: relative;
}
#modulo .txt p {
    font-family: 'jd_sans', sans-serif;
    font-size: 2.7em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
}
#modulo .txt .boton {
    position: absolute;
    right: 3em;
    top: 50%;
    transform: translateY(-50%);
}
#modulo .txt .boton.siguiente {
    display: none;
    
}

#modulo .navegacion {
    background: #1B1B1B;
    border-radius: 1.5em;
}
#modulo .navegacion .top {
    display: flex;
    border-bottom: 2px solid #3F3F3F;
}
#modulo .navegacion .top .solapa {
    flex: 0 0 50%;
    max-width: 50%;
    font-family: 'jd_sans', sans-serif;
    font-size: 2.2em;
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 1em;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
#modulo .navegacion .top .solapa::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FDDB00;
    opacity: 0;
    transition: all 0.3s;
}
#modulo .navegacion .top .solapa:hover {
    color: #ffffff;
}
#modulo .navegacion .top .solapa.activa {
    color: #FDDB00;
}
#modulo .navegacion .top .solapa.activa::before {
    opacity: 1;
}
#modulo .navegacion .contenido {
    min-height: 58em;
}
#modulo .navegacion .item {
    display: block;
    padding: 2.0em 3.5em 1.5em 9em;
    border-bottom: 2px solid #3F3F3F;
    position: relative;
    background: #0B0B0B;
    transition: all 0.3s;
    z-index: 0;
}
#modulo .navegacion .item h4 {
    font-family: 'jd_sans', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 0.15em;
}
#modulo .navegacion .item p {
    font-family: 'jd_sans', sans-serif;
    font-size: 1.7em;
    color: #848484;
    font-weight: 400;
    position: relative;
    padding-left: 1.5em;
}
#modulo .navegacion .item p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.14em;
    height: 1.14em;
    background: url(../images/icono_modulo_dato_tiempo.svg) center no-repeat;
    background-size: cover;
}

#modulo .navegacion .item .check {
    position: absolute;
    left: 3em;
    top: 2.5em;
    width: 2.8em;
    height: 2.8em;
    border: 2px solid #FDDB00;
    border-radius: 10000px;
}
#modulo .navegacion .item .check::before {
    content: "";
    position: absolute;
    background: url(../images/icono_modulo_item_check.svg) center no-repeat rgba(253,219,0,0.3);
    left: 0.1em;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: 1.5em auto;
    border-radius: 10000px;
    opacity: 0;
    transition: all 0.3s;
}
#modulo .navegacion .item::before {
    content: "";
    position: absolute;
    left: 4.2em;
    top: 5em;
    bottom: -3em;
    width: 1px;
    border-right: 2px dotted #FDDB00;
    z-index: 1;
}
#modulo .navegacion .item.finalizado {
    background: #1B1B1B;
}
#modulo .navegacion .item.i1 { z-index: 9; }
#modulo .navegacion .item.i2 { z-index: 8; }
#modulo .navegacion .item.i3 { z-index: 7; }
#modulo .navegacion .item.i4 { z-index: 6; }
#modulo .navegacion .item.i5 { z-index: 5; }
#modulo .navegacion .item.i6 { z-index: 4; }
#modulo .navegacion .item.i7 { z-index: 3; }
#modulo .navegacion .item.i8 { z-index: 2; }
#modulo .navegacion .item.i9 { z-index: 1; }

#modulo .navegacion .item:last-of-type::before {
    display: none;
}

#modulo .navegacion .item.finalizado .check::before {
    opacity: 1;
}
/*#modulo .navegacion .item.activo {
    background: #1B1B1B;
}*/
#modulo .navegacion .item.activo {
    background: #2F2F2F;
}

#modulo .navegacion .examen {
    padding: 4em 5em;
    text-align: center;
}
#modulo .navegacion .examen .boton {
    display: block;
    width: 100%;
}
#modulo .navegacion .examen .boton.inactivo::before {
    background: linear-gradient(90deg, rgba(63,63,63,1) 0%, rgba(63,63,63,1) 100%);
}
#modulo .navegacion .examen .boton.inactivo {
    filter: grayscale(100%);
}
#modulo .navegacion .examen .boton.inactivo span {
    color: #0B0B0B;
}

#modulo .navegacion .examen .finalizado {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 1000px;
  font-size: 0.85em;
  text-align: center;
  padding: 2.0em 4em 2em 4em;
  display: block;
  width: 100%;
  opacity: 0.5;
}
#modulo .navegacion .examen .finalizado span {
  font-size: 2.5em;
  line-height: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s;
}


#modulo .navegacion .evidencias  {
    padding: 3em;
    border-bottom: 2px solid #3F3F3F;
}
#modulo .navegacion .evidencias p {
    font-family: 'jd_sans', sans-serif;
    font-size: 2.2em;
    line-height: 1.2em;
    color: #ffffff;
    text-transform: uppercase;
}
#modulo .navegacion .evidencias .archivo {
    border: 2px dotted #3F3F3F;
    padding: 3em;
    height: 32.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 3em 0 0;
    position: relative;
}
#modulo .navegacion .evidencias .archivo img {
    margin-bottom: 2em;
}
#modulo .navegacion .evidencias .archivo p {
    font-size: 2.5em;
}
#modulo .navegacion .evidencias .archivo p.selecciona {
    font-family: "Open Sans", serif;
    font-size: 1.5em;
    text-transform: none;
    margin-top: 0.7em;
}
#modulo .navegacion .evidencias .archivo p.selecciona span {
    color: #FDDB00;
}
#modulo .navegacion .evidencias .archivo input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
#modulo .navegacion .evidencias .archivo_evidencias a.evidencia {
    display: inline-block;
    font-size: 1.5em;
    background: #FDDB00;
    color: #000000;
    font-weight: 600;
    padding: 0.7em 1.2em;
    border-radius: 1000px;
    transition: all 0.3s;
    margin-top: 1em;
}
#modulo .navegacion .evidencias .archivo_evidencias a.evidencia:hover {
    background: #ffffff;
}

#modulo .navegacion .evidencias .archivo_evidencias a.eliminar {
    font-size: 13px;
    color: #ff5656;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 1em;
    display: inline-block;
    transition: all 0.3s;
}
#modulo .navegacion .evidencias .archivo_evidencias a.eliminar:hover {
    color: #ffffff;
}



#examen {
    max-width: 92em;
    background: #1B1B1B;
    padding: 0;
}
#examen .pregunta .header {
    background: url(../images/fondo_campo.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 9em 7.5em 6em;
}
#examen .pregunta .header .contenido {
    padding-left: 11em;
    border-left: 0.7em solid #FDDB00;
    position: relative;
}
#examen .pregunta .header h5 {
    font-family: 'jd_sans', sans-serif;
    font-size: 2.4em;
    line-height: 1.1em;
    color: #ffffff;
    /*text-transform: uppercase;*/
    font-weight: 500;
}

#examen .pregunta .header h4 {
    font-family: 'jd_sans', sans-serif;
    font-size: 4.4em;
    line-height: 1em;
    color: #FDDB00;
    position: absolute;
    left: 0.7em;
    top: 50%;
    font-weight: 600;
    transform: translateY(-50%);
}
#examen .pregunta .opciones {
    padding: 3.5em 7.5em;
    display: flex;
    flex-wrap: wrap;
}
#examen .pregunta .opciones .opcion {
    position: relative;
    padding: 3em 0 3em 10em;
    border-bottom: 1px solid #585858;
    cursor: pointer;
    flex: 0 0 100%;
    order: 0;
}
#examen .pregunta .opciones .opcion p {
    font-size: 2em;
    line-height: 1.2em;
    color: #ffffff;
}
#examen .pregunta .opciones .opcion .option {
    display: block;
    position: absolute;
    left: 3em;
    top: 50%;
    transform: translateY(-50%);
    width: 2.7em;
    height: 2.7em;
    background: #000000;
    border: 1px solid #494949;
    border-radius: 100000px;
    transition: all 0.3s;
}
#examen .pregunta .opciones .opcion.activa .option {
    border: 2px solid #FDDB00;
}
#examen .pregunta .opciones .opcion .option::before {
    content: "";
    position: absolute;
    left: 0.4em;
    top: 0.4em;
    right: 0.4em;
    bottom: 0.4em;
    border-radius: 10000px;
    background: #FDDB00;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0.5);
}
#examen .pregunta .opciones .opcion.activa .option::before {
    opacity: 1;
    transform: scale(1);
}
#examen .siguiente {
    padding: 0em 7.5em 7em;
    text-align: center;
}
#examen .siguiente .boton {
    width: 30em;
}

#examen .sumaste {
    text-align: center;
    padding: 10em 7.5em;
    background: url(../images/fondo_campo.jpg) center bottom no-repeat;
    background-size: cover;
}
#examen .sumaste h4 {
    font-family: 'jd_sans', sans-serif;
    font-size: 4.4em;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.3em;
}
#examen .sumaste h4 strong {
    color: #FDDB00;
    font-weight: 600;
}
#examen .sumaste h5 {
    font-family: 'jd_sans', sans-serif;
    font-size: 3.3em;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}
#examen .sumaste h5 strong {
    color: #FDDB00;
    font-weight: 500;
}
#examen .sumaste p {
    font-size: 2.3em;
    line-height: 1.4em;
    font-weight: 400;
    color: #ffffff;
    margin: 2em auto;
    max-width: 20em;
}

#examen .sumaste .total {
    font-family: 'jd_sans', sans-serif;
    font-size: 2.3em;
    line-height: 1.1em;
    font-weight: 500;
    color: #000000;
    background: #FDDB00;
    padding: 0.5em 1em;
    border-radius: 0.3em;
    display: inline-block;
    text-transform: uppercase;
}

#examen .resultado {
    display: none;
}
#examen .resultado .siguiente {
    padding: 5em 7.5em;
}
#examen .resultado .siguiente .boton {
    width: auto;
}

#examen .pregunta {
    position: relative;
}
#examen .pregunta .timer {
    position: absolute;
    top: 0;
    right: 7.5em;
    background: #FDDB00;
    padding: 1.5em 2em 1.5em 5em;
    border-radius: 0 0 0.5em 0.5em;
    width: 12em;
}
#examen .pregunta .timer span {
    font-size: 2.0em;
    line-height: 1.0em;
    font-weight: 500;
    color: #000000;
}
#examen .pregunta .timer::before {
    content: "";
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4em;
    height: 2.4em;
    background: url(../images/icono_modulo_timer.svg) center no-repeat;
}

.popupContainer .popup.popupBases {
    background: #1B1B1B;
}
.popupContainer .popup.popupBases h4 {
    font-family: 'jd_sans', sans-serif;
    color: #ffffff;
    font-size: 3.5em;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.4em;
}
.popupContainer .popup.popupBases p,
.popupContainer .popup.popupBases li {
    color: #ffffff;
    font-size: 1.5em;
    margin: 1.5em 0;
}
.popupContainer .popup.popupBases p a {
    color: #FDDB00;
    word-break: break-all;
}


.drop-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  cursor: pointer;
  border: 2px dotted #3F3F3F;
  padding: 3em;
  min-height: 32.3em;
  text-align: center;
  margin: 3em 0 0;
  position: relative;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 26em;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.drop-zone img {
    margin-bottom: 2em;
}
.drop-zone p {
    font-size: 2.5em !important;
}
.drop-zone p.selecciona {
    font-family: "Open Sans", serif;
    font-size: 1.5em !important;
    text-transform: none;
    margin-top: 0.7em;
}
.drop-zone p.selecciona span {
    color: #FDDB00;
}

.drop-zone form {
    order: 2;
}
.drop-zone form button {
    display: none;
    margin-top: 3em;
    font-size: 0.8em;
}

.jdu-content {
    background-color: #35702c;
    padding: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 50px;
    color: white;
flex-wrap: wrap;
    text-align: center;
position: relative;
}

.jdu-text {
        font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-ingresar {
    color: #438F39 !important;
    padding: 10px 15px !important;
    border-radius: 100px !important;
    border: 1px solid #438F39 !important;
    font-size: 18px !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.btn-ingresar:hover {
    background: #FFD600 !important; /* amarillo */
    color: #000000 !important;      /* negro */
    border-color: #FFD600 !important;
}






/* ---------------------- Media Queries ------------------ */

@media (max-width: 1850px) {
    body {
        font-size: 9.5px;
    }
}
@media (max-width: 1800px) {
    body {
        font-size: 9px;
    }    
}

@media (max-width: 1700px) {
    body {
        font-size: 8.5px;
    }
}

@media (max-width: 1650px) {    
}

@media (max-width: 1600px) {
    body {
        font-size: 8px;
    }
}

@media (max-width: 1500px) {
    
}

@media (max-width: 1400px) {
    
}

@media (max-width: 1300px) { 
}

@media (max-width: 1250px) {
}

@media (max-width: 1200px) {
    #comoParticipar .num {
        font-size: 0.9em;
    }
    #comoParticipar h2 {
        font-size: 5em;
    }
    #testimonios .slider .flechascontainer {
        left: -4em;
        right: -4em;
    }
    #ingresar::before {
        left: 0;
    }
    #ingresar .triangulo {
        left: 75em;
    }
}

@media (max-width: 1150px) {
}

@media (max-width: 1100px) {
    .titulo {
        font-size: 6.5em;
    }
    #testimonios .columnas .columna.der {
        max-width: 50%;
    }
    #operationsCenter .celular {
        width: 40em;
    }
    #modulo .columnas .columna.izq,
    #modulo .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #modulo .navegacion .contenido {
        min-height: 0;
    }
    #modulo .container {
        max-width: 110em;
    }
}

@media (max-width: 1050px) {
    #operationsCenter .celular {
        display: none;
    }
    #operationsCenter .item.i1,
    #operationsCenter .item.i2,
    #operationsCenter .item.i4,
    #operationsCenter .item.i5 {
        transform: none;
    }
    #operationsCenter {
        padding: 10em 0;
    }
    #operationsCenter .columnas .columna {
        max-width: 100%;
    }
    #operationsCenter .columnas .columna.der .item::before {
        left: 0;
        right: auto;
    }
    #operationsCenter .columnas .columna.der .item span {
        left: 0.8em;
        right: auto;
    }
    #operationsCenter .columnas .columna.der .item {
        padding: 3em 5em 3em 11em !important;
        text-align: left;
    }
}

@media (max-width: 1000px) {
    #headerHome .columnas .columna.izq {
        flex: 0 0 60%;
        max-width: 60%;
    }
    #headerHome .columnas .columna.der {
        flex: 0 0 40%;
        max-width: 40%;
    }
    #comoParticipar .num {
        font-size: 0.8em;
    }
    #comoParticipar h2 {
        font-size: 4.5em;
    }
}

@media (max-width: 950px) {
    .botonMenuMobile,
    #menuMobile {
        display: block;
    }
}

@media (max-width: 900px) {
    #testimonios .columnas .columna.izq,
    #testimonios .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #anotateCta .titulo2 {
        font-size: 3.5em;
    }
    #anotateCta .titulo {
        font-size: 5em;
    }
    #modulos .progreso .boton {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 3em;
    }
    #modulos .progreso {
        padding: 2em 4em 4em 4em;
    }
    #modulos .progreso .columnas .columna {
        max-width: 100%;
    }
    #testimonios .titulo {
        max-width: 100%;
    }
}

@media (max-width: 850px) {
    .container {
        padding: 0 6em;
    }
    #menuPrincipal {
        display: none;
    }

    #headerHome .columnas .columna.izq,
    #headerHome .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    #comoParticipar {
        padding-top: 2em;
    }
    #comoParticipar .container {
        max-width: 70em;
    }
    #comoParticipar .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #comoParticipar .columnas .columna.der { order: 1; }
    #comoParticipar .columnas .columna.izq { order: 2; }
    #comoParticipar .foto {
        margin: 0 auto;
    }
    #deadline::before {
        left: -50em;
    }
    #deadline::after {
        right: -50em;
    }
    #premio {
        padding: 8em 0;
    }
    #premio .columnas .columna {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #premio .fotos {
        display: flex;
        height: 30em;
        margin-top: 6em;
    }
    #premio .fotos img {
        max-height: 100%;
    }
    #premio .fotos img:nth-of-type(1) {
        margin-bottom: 0;
        margin-right: 2em;
    }
    #testimonios .testimonio {
        font-size: 0.9em;
    }
    #operationsCenter .item.i3 {
        margin-bottom: 0;
    }
    #operationsCenter .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    #ingresar .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #ingresar .escudo {
        display: block;
        margin: 0 auto;
        width: 34em;
    }

    #ingresar .formulario {
        width: 100%;
    }
    #ingresar .triangulo {
        left: 50%;
        transform: rotate(90deg) translate(-50%,-50%);
        top: 0em;
        transform-origin: 0% 0%;
        max-width: none;
    }
    #ingresar::after {
        transform: rotate(90deg) translateX(-100%);
    }
}

@media (max-width: 750px) {
    #deadline::before {
        left: -60em;
    }
    #deadline::after {
        right: -60em;
    }
    #modulo .cols {
        flex-wrap: wrap;
    }
    #modulo .cols .col.izq,
    #modulo .cols .col.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width: 700px) {
    #premio .fotos {
        height: 24em;
    }
    #maschances h3 {
        font-size: 4em;
    }
    #menuprincipal .columnas .columna.der {
        display: none;
    }
}


@media (max-width: 650px) {
    .titulo {
        font-size: 5.5em;
    }
    
    #anotateCta {
        padding: 21em 0 8em;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 4em;
    }
    #anotateCta {
        background-position: -50% top, 150% top;
    }
    #edicion2023 .video .play {
        font-size: 0.9em;
    }
    .headerPerfil::before {
        display: none;
    }
    #modulo .txt {
        padding: 3em;
    }
    #modulo .txt .boton {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 2em;
    }
}

@media (max-width: 550px) {
    #premio .fotos {
        transform: translateX(-4em);
    }
    #testimonios {
        padding: 10em 0;
    }
    #anotateCta .titulo2 {
        font-size: 3em;
    }
    #anotateCta .titulo {
        font-size: 4em;
    }
    .titulo2 {
        font-size: 4em;
    }
    #edicion2023 .video .play {
        font-size: 0.8em;
    }
    .headerPerfil h1 {
        font-size: 5em;
    }
    .headerPerfil p {
        font-size: 3em;
    }

    #examen .pregunta .header,
    #examen .pregunta .opciones,
    #examen .siguiente,
    #examen .sumaste,
    #examen .resultado .siguiente {
        padding-left: 4em;
        padding-right: 4em;
    }
    #examen .pregunta .header .contenido {
        padding-left: 2em;
    }
    #examen .pregunta .header h4 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-bottom: 0.5em;
    }
    #examen .pregunta .header h5 {
        /*font-size: 3em;*/
    }
    #examen .pregunta .opciones .opcion .option {
        left: 0;
    }
    #examen .pregunta .opciones .opcion {
        padding-left: 5em;
    }
}

@media (max-width: 1000px) {
  #headerHome::before {
    display: none;
  }
}


@media (max-width: 500px) {
    #premio .fotos {
        height: 21em;
    }
    #edicion2023 .video .play {
        font-size: 0.7em;
    }
}

@media (max-width: 450px) {
    .titulo {
        font-size: 5em;
    }
    #anotateCta {
        background-image: none;
    }
    #edicion2023 .video .play {
        font-size: 0.6em;
    }
}

@media (max-width: 400px) {
    .container {
        padding: 0 3em;
    }
    .titulo2 {
        font-size: 3.5em;
    }
}

@media (max-width: 350px) {
}

