* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #ffa400;
    border-radius: 10px;
    box-shadow: 0 0 5px black;
}

html {
    height: -webkit-fill-available;
    height: -moz-available;
}

body {
    font-family: 'Conv_sing_14l';
    letter-spacing: 1px;
    background-image: url('../elements/img/Fondo.png');
    background-position: 0 0;
    background-position-x: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

a {
    text-decoration: none;
}

.mensajePrevioContainer {
    position: fixed;
    background-color: #00000070;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 5;
    align-content: center;
    cursor: pointer;
}

.mensajePrevioContainerBox {
    background-color: #fff;
    width: 60vw;
    max-width: 500px;
    margin: auto;
    font-size: 35px;
    text-align: center;
    border-radius: 16px;
    padding: 20px;
}

.mensajePrevioContainerLetrasPequeñas {
    font-size: 16px;
    color: #e90000;
    margin: 20px;
}

.terminosYConCOntainer {
    display: none;
    background-color: #00000070;
    top: 0;
    transition: all 1s ease;
}


/*participar*/

.participar {
    display: grid;
    align-items: center;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    transition: all 1s ease;
    position: absolute;
}

.allInContainer {
    position: relative;
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
    display: grid;
    overflow-y: auto;
}

.participarImg12 {
    position: relative;
    display: flex;
    padding-top: 30px;
    margin-bottom: 10px;
}

.partIMGTenedor {
    display: none;
}

.partImg {
    width: 25vw;
    max-width: 100px;
}

.participarCentro {
    position: relative;
    align-content: center;
    margin-top: 35px;
}

.logoPromo {}

.partImgLogo {
    width: 40vw;
    min-width: 200px;
    margin: auto;
    display: block;
    filter: drop-shadow(0px 0px 23px rgba(0, 0, 0, 0.8));
}

.botonParticipar {
    position: relative;
}

.partImgBoton {
    width: 55vw;
    max-width: 200px;
    display: block;
    margin: 20px auto;
    cursor: pointer;
    filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.8));
    transition: filter 0.5s ease;
}

.partImgBoton:hover {
    filter: drop-shadow(0px 0px 17px rgba(255, 255, 255, 0.8));
}

.termCondLinkInicio {
    position: absolute;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    bottom: -25px;
    text-align: center;
}

.participarImg34 {
    position: relative;
    display: flex;
    margin-top: 10px;
}

.partIMG1 {
    margin-left: 5vw;
    margin-right: auto;
}

.partIMG2 {
    margin-left: auto;
    margin-right: 5vw;
}

.partIMG3 {
    margin-left: 5vw;
    margin-right: auto;
}

.partIMG4 {
    margin-left: auto;
    margin-right: 5vw;
}

.botonesMenu {
    max-width: 500px;
    z-index: 1;
    display: flex;
    padding-top: 5px;
    margin-right: 10px;
}

.botonMenu {
    cursor: pointer;
    background: rgba(255, 255, 255, .0);
    border: none;
    max-width: 150px;
    margin: 5px;
    transition: box-shadow 0.5s ease;
    border-radius: 50%;
}

.botonMenu:hover {
    box-shadow: 0px 0px 15px 6px rgba(255, 255, 255, 0.8);
}

.botonMenu img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

.logoMenu {
    position: absolute;
    z-index: 0;
}

.logoMenu img {
    width: 100%;
}

.menu {
    display: flex;
    justify-content: end;
    position: absolute;
    width: 100%;
    max-height: 20vw;
    top: 0;
}

.footerInicio {
    max-height: 50px;
}

.footerLogoMasAj {
    width: 100vw;
    display: flex;
    background: white;
    height: 100%;
    padding: 10px 20px;
    position: relative;
}

.imgLogoTransparente {
    position: absolute;
    z-index: 10;
    top: -15px;
    display: block;
    max-width: 160px;
    width: 30%;
    min-width: 80px;
}

.imgLogoAj {
    margin-left: auto;
}

.footerLogo {
    max-height: 10vw;
    display: block;
}

.ajLogo {
    max-height: 10vw;
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
}

.bolsasPapitas {
    display: none;
    position: absolute;
    bottom: 20vh;
    right: 2vw;
}

.bolsasPapitasImg {
    max-width: 400px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
}


/*--------------------MECANICA----------------*/

.mecanica {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transition: all 1s ease;
    position: absolute;
    top: -100vh;
}

.AllImg {
    max-width: 100%;
}

.MecanicaTitulo {
    padding-bottom: 10px;
    display: flex;
    margin-top: 60px;
}

.mecImgTitulo {
    max-width: 300px;
    display: block;
    margin: auto;
    height: fit-content;
    max-height: 100%;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5));
}

.registroImgRecuerda {
    max-width: 250px;
}

.mecPart1 {
    display: flex;
    max-width: 1024px;
    flex-wrap: wrap;
    margin: auto;
}

.mecImg {
    max-width: 450px;
    display: block;
    margin: 1.5vw auto;
    position: relative;
}

.mecanicaImg1 {
    width: 100%;
    margin: auto;
    display: block;
}

.mecanicaImg2 {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}

.mecanicaImg3 {
    width: 94%;
    margin: auto auto auto 0;
    display: block;
}

.mecPart3 {
    height: 100%;
    width: 45px;
    position: fixed;
    display: flex;
    top: 0;
    left: 10px;
}

.footerMecanicaImg {
    display: block;
    margin: auto;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
}

.instrucciones {
    position: absolute;
    width: 83%;
    bottom: -12px;
    display: flex;
    left: 40px;
    img {
        width: 90px;
    }
     :first-child {
        margin-right: auto;
    }
}

.floatMecanicImg {
    display: none;
    left: 0;
    width: 100%;
    position: absolute;
    top: 87px;
    img {
        width: 90px;
        margin: auto;
        display: block;
    }
}


/*---------------------------------Premios--------------------------------------*/

.mecPart1Premios {
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
    height: auto;
    margin: auto;
    div {
        width: min-content;
        margin: auto;
        justify-items: center;
    }
}

.premiosImg {
    height: auto;
    max-height: 300px;
    max-width: 100%;
    min-width: 250px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.8));
}

.premios-img-text {
    height: auto;
    max-height: 30px;
    width: auto;
    max-width: 100%;
    min-width: 250px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.8));
}

.premios-text {
    font-family: 'Conv_sing_14l';
    font-size: 47px;
    width: auto;
    margin: auto;
    color: white;
    filter: drop-shadow(4px 0px 6px rgb(30 22 63));
    text-shadow: 1px 1px 4px #09002e, 1px -1px 4px #09002e, -1px 1px 4px #1e163f, 1px 1px 2px #09002e;
    font-weight: bold;
    display: block;
    transform: skew(1deg, 0deg) scale(1.2, 0.4);
    text-align: center;
}


/*----------------------------------Formulario-----------------------------------*/

.registro {
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    overflow-y: auto;
    transition: all 1s ease;
    position: absolute;
    right: -100vw;
}

.registroImg1TopFondo {
    width: 100%;
    height: 565px;
    position: absolute;
    top: -470px;
}

.registroImg1Logo {
    position: relative;
    width: 40vw;
    max-width: 200px;
    margin: 5vw auto 20px;
    display: block;
}

.registroImg1bottonFondo {
    width: 100%;
    height: 565px;
    position: absolute;
    bottom: -480px;
}

.formularioContainer {
    display: flex;
    position: relative;
    width: 100%;
    margin: auto;
    overflow-y: auto;
    height: 120%;
}

.imgFondoMovil {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.form {
    position: relative;
    padding-top: 20px;
    padding-bottom: 55px;
    background-position: 0 0;
    background-size: 100% 100%;
    background: #ffde00;
    border: none;
    min-width: 320px;
    font-size: 15px;
    width: 90%;
    max-width: 380px;
    min-height: 600px;
    margin: 50px auto;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 4px #ffde00;
}

.formCell {
    text-align: left;
    width: 80%;
    max-width: 300px;
    margin: 5px auto;
    position: relative;
}

.formText b {
    width: auto;
    font-family: sans-serif;
}

.formText {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
}

.formInput {
    width: 100%;
    padding: 0px 7px;
    background: #000000;
    border: 2px solid #fff;
    height: 15vw;
    max-width: 300px;
    max-height: 35px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.formInput:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-bottom: 1px solid #000000;
}

.formNombre {}

.formTelefono {}

.formCI {}

.formDir {}

.logoPromoForm {
    width: 100%;
    padding: 0px 30px 20px;
    display: none;
}

.logoPromoFormImg {
    width: 100%;
}

.codigos {
    position: relative;
    display: flex;
    width: 80%;
    max-width: 300px;
    margin: auto;
}

.formCodigo {
    width: 50%;
    margin-left: 0px !important;
    text-shadow: 1px 1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
}

.codeContainer {
    display: grid;
    margin: 0;
    position: relative;
}

.inputCodigoLetra {
    max-width: 35px;
    text-align: center;
    width: 10vw;
    margin: auto 3px auto auto !important;
    color: #3387ce;
}

.inputCodigo {
    margin: 2px 0;
    max-height: 30px;
}

.formTextInvalido {
    font-size: 20px;
    position: absolute;
    color: red;
    top: 5px;
    left: 25%;
    width: 100px;
    text-align: center;
    display: none;
}

.codigosImagen {
    position: absolute;
    width: 200px;
    left: 90%;
    top: 0px;
}

.imgForm {}

.imgForm2 {
    position: absolute;
    top: 95px;
    left: 0px;
}

.termYCond {
    position: absolute;
    right: 10px;
    width: 52%;
    bottom: 10px;
    z-index: 1;
    text-shadow: 1px 1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
}

.terminosYcondiciones {
    display: block;
}

.terminosYcondiciones+label span {
    display: inline-block;
    width: 5vw;
    height: 5vw;
    margin: auto 3vw auto auto;
    vertical-align: middle;
    background-size: 100% 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    max-width: 20px;
    max-height: 20px;
    margin: auto 10px auto auto;
}

.terminosYcondiciones:checked+label span {
    background-size: 100% 100%;
    cursor: pointer;
    background-repeat: no-repeat;
}

.check {
    color: #074785;
    display: flex;
    justify-content: center;
}

.terminosYcondiciones {
    margin: auto 10px;
}

.termCondLink {
    color: #3a746c;
    font-size: 20px;
    font-weight: bold;
    text-transform: lowercase;
    transition: all 0.5s ease;
}

.termCondLink:hover {
    color: #f7756d;
    font-size: 21px;
}

.textTermCond {
    display: inline-flex;
    color: #ffffff;
}

.formSubmit {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: -35px;
}

.minitext {
    color: #ffffff;
}

.miniLetra {}

.miniNum {
    left: 45px;
}

.formSubmitBtnContainer {
    background: none;
    background-image: url('../elements/img/formulario-boton-negro.png');
    inset: 0;
    background-position-x: center;
    background-size: cover;
    width: 200px;
    height: 130px;
    display: flex;
    justify-items: center;
}

.formSubmitBtn {
    background: none;
    background-image: url('../elements/img/formulario-boton.png');
    inset: 0;
    background-position-x: center;
    background-size: cover;
    color: #e00109;
    font-size: 35px;
    text-align: center;
    margin: auto;
    display: block;
    width: 184px;
    height: 118px;
    font-family: 'Conv_sing_14l';
    transition: all 0.5s ease;
    border: none;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    cursor: no-drop;
}

.formSubmitBtn:hover {
    font-size: 38px;
}

.footerForm {
    position: relative;
    width: 100%;
    margin-top: 5vw;
}

.logoForm {
    width: 30vw;
    margin: auto;
    padding: 5vw 0;
}

.logoAJ {
    width: 15vw;
    margin: auto;
    padding: 5vw 0;
    cursor: pointer;
    border-radius: 10%;
    overflow: hidden;
}

.linkAJ {
    display: none;
    text-decoration: none;
    color: #3fa0da;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.imgregistroenvases {
    width: 20vw;
    position: absolute;
    right: 4vw;
    top: 15%;
    display: none;
}

.imgcrocoesteroides {
    width: 41vw;
    display: none;
}

.comic-burst {
    position: relative;
    width: 320px;
    height: 180px;
    background: #e30000;
    clip-path: polygon( 10% 20%, 0% 40%, 10% 60%, 0% 80%, 20% 70%, 40% 100%, 60% 70%, 80% 100%, 90% 80%, 100% 60%, 90% 40%, 100% 20%, 80% 30%, 60% 0%, 40% 30%, 20% 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #000;
    box-shadow: 6px 6px 0 #000;
}

.comic-burst-input {
    width: 340px;
    height: 190px;
    background: #e60000;
    clip-path: polygon( 12% 18%, 4% 35%, 12% 52%, 2% 70%, 20% 65%, 35% 95%, 50% 68%, 65% 100%, 78% 68%, 98% 75%, 88% 55%, 98% 35%, 85% 28%, 70% 2%, 50% 30%, 30% 2%);
    border: 7px solid #000;
    box-shadow: 8px 8px 0 #000;
    color: #fff;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 34px;
    font-weight: 900;
    text-align: center;
    line-height: 1.05;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    cursor: pointer;
    white-space: pre-line;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.comic-burst-input:active {
    transform: translate(4px, 4px);
    box-shadow: 4px 4px 0 #000;
}

.comic-burst-input:hover {
    transform: scale(1.03);
    transition: 0.12s ease;
}


/*----------------------Administrador-------------------*/

.img {
    width: 100%;
}

.bodyAdmin {
    display: block;
    font-family: 'Conv_sing_14l';
    letter-spacing: 1px;
    background-image: url('../elements/img/Fondo.png');
    background-position: 0 0;
    background-position-x: center;
    background-size: 100% auto;
    height: 100vh;
}

.adminExport {
    position: absolute;
    top: 5vw;
    left: 15vw;
    cursor: pointer;
    display: flex;
}

.tableAdmin {}

.adminColumna {}

.adminFila {}

.containerList {
    color: black;
}

.DivTable {
    width: auto;
    overflow: auto;
    height: 350px;
    margin: 10px;
}

.tableList {
    margin: auto;
    font-family: sans-serif;
    border-collapse: collapse;
    font-size: 10px;
    td,
    th {
        width: 10vw;
        height: 4vw;
        padding: 0 15px;
        text-align: center;
        border-bottom-style: solid;
        border-top-style: solid;
        border-width: 1px;
    }
    thead {
        background: #d9991f;
        text-transform: uppercase;
        th {
            font-size: 12px;
            font-weight: bold;
            position: sticky;
            top: 0;
            color: #fff;
            font-weight: 200;
            background: #373967;
            z-index: 2;
            border-bottom: 1px solid #ccc;
        }
    }
    .contenidoth {
        text-align: justify;
    }
    .ciudad-admin {
        background: #373967 !important;
        border: none;
        font-size: 12px;
    }
    th div {
        font-size: 8px;
    }
}

.AdminCantidad {
    position: absolute;
    top: 10vh;
    right: 10vw;
    text-align: center;
    font-size: 30px;
    color: white;
    text-shadow: 1px 1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
}

.AdminCantidad label {
    font-size: 2.5vw;
    color: white;
}

.genGanadoresBoton {
    padding: 15px 30px;
    border-radius: 5px;
    background: #ce3a18;
    box-shadow: 3px 5px 6px 0px #000;
    margin-top: 25px;
    cursor: pointer;
}

.generarGanadores {
    width: 100%;
    text-align: center;
}

.mensajeSorteoContainer {
    text-align: center;
    margin-top: 5px;
}

.mensajeSorteo {
    cursor: pointer;
    width: 200px;
    margin: auto;
    background: #1ec100;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px #6b6b6b;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px #000;
}


/*--------------------------- premios --------------------------------*/


/*--------------- mensaje final----------*/

.mensajeFinal {
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    position: fixed;
    top: 0;
    z-index: 2;
    display: none;
    background-size: 100% 100%;
    background-position: 0 0;
    align-items: center;
    background: rgb(0 0 0 / 57%);
}

.mensajeImgContainer {
    display: grid;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.imgMensajeFinal {
    width: 100%;
}

.textMensajefinal {
    text-align: center;
    margin: auto;
    font-family: Conv_helsinki;
    font-size: 15px;
}

.textMensajefinal label {
    font-size: 30px;
    color: #b90e01;
}

.mensajeFinalImgLogo {
    width: 80vw;
    margin: 30px auto;
    display: block;
    max-width: 230px;
}

.mensajeFinalImgBotons {
    width: 50vw;
    margin: auto;
    display: block;
    max-width: 140px;
}


/*---------------------------ganadores---------------------------------*/

.ganadoresContainer {
    width: 100%;
    height: 100%;
}

.ganadoresContainer h1 {
    width: 100%;
    text-align: center;
    font-size: 10vw;
    padding-top: 20px;
}

.ganador {
    width: 100%;
    text-align: center;
    font-family: sans-serif;
}

.ganadorSubCont {
    display: inline-flex;
    margin: 15px auto;
}

.ganadorNombre {
    position: absolute;
    left: 0;
}

.ganadorTicket {
    position: absolute;
    right: 0;
}

.terminosYConCOntainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    align-content: center;
}

.textoTermYCond {
    font-family: sans-serif;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 50vw;
    height: 80vh;
    min-width: 320px;
    min-height: 500px;
    margin: auto;
    margin-top: 15px;
    padding: 15px;
    border: solid 1px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.6);
}

.generarGanadores {
    width: 100%;
    text-align: center;
}

.genGanadoresBoton {
    padding: 15px 30px;
    border-radius: 5px;
    background: #ce3a18;
    box-shadow: 3px 5px 6px 0px #000;
    margin-top: 25px;
}

.mensajeSorteoContainer {
    text-align: center;
    margin-top: 5px;
}

.premiosVer {
    display: none;
}

.premiosContainer {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transition: all 1s ease;
    position: absolute;
    top: -100vh;
}

table {
    text-align: center;
}

td {
    border: 1px solid #000;
    text-align: center;
    color: black;
}

th {
    border-bottom: 1px solid white;
    padding: 5px;
}

.suplentes {
    border: none;
    background: none;
}

.footerGanadores {
    text-align: center;
    padding-top: 10vw;
    padding-bottom: 15vw;
}

.AJLogoGanadores {
    width: 15vw;
    margin: auto;
    padding: 5vw 0;
    cursor: pointer;
    border-radius: 10%;
    overflow: hidden;
}

.editarBoton {
    border-radius: 15px;
    padding: 3px 15px;
    background: #90ea28;
    box-shadow: 1px 1px 2px 0px #4caf50;
}


/*----------------------------------------------TICKET*/

.ticketCont {
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-flow: column;
    z-index: 3;
    background: rgb(0 0 0 / 56%);
    top: 0;
}

.ticket {
    position: relative;
    min-width: 300px;
    margin: 5px auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #000;
    text-transform: capitalize;
    border: 1px solid;
}

.ticketElemTitulo {
    text-align: center;
}

.ticketElemTituloInicial {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 10px;
}

.ticketElemTicket {
    text-align: center;
    font-size: 20px;
    color: #f44336;
}

.salirticker {
    text-transform: initial;
    position: absolute;
    top: -10px;
    right: -4px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: block !important;
    justify-content: center;
    box-shadow: 0px 0px 3px 1px #000;
    font-size: 19px;
}

.botonesticket {
    width: 305px;
    margin: 5px auto;
}

.botonticket {
    width: 150px;
    height: 35px;
    border-radius: 5px;
    border: none;
    background: #f7c079;
    color: #e30613;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}


/*------------------------------------------------------ADMIN*/

.img {
    width: 100%;
}

.admin {}

.adminLogo {
    margin: auto;
    width: 300px;
    height: 35vh;
    align-content: center;
}

.adminLogoImg {
    width: 200px;
    margin: auto;
    display: block;
}

.adminExport {
    position: absolute;
    top: 5vw;
    left: 15vw;
    cursor: pointer;
    display: flex;
}

.adminExport a {
    color: #207245;
    text-align: center;
    display: block;
    font-size: 17px;
    width: 55px;
    margin-left: 15px;
    margin-right: 15px;
    align-content: center;
    position: relative;
}

.adminExport a img {
    display: block;
    margin: auto;
    width: 80%;
}

.tableAdmin {}

.adminColumna {}

.adminFila {}

.containerList {
    color: black;
}

.contenidoth {
    text-align: justify;
}

.AdminCantidad label {
    font-size: 2.5vw;
    color: red;
}

.genGanadoresBoton {
    padding: 15px 30px;
    border-radius: 5px;
    background: #ce3a18;
    box-shadow: 3px 5px 6px 0px #000;
    margin-top: 25px;
    cursor: pointer;
    color: white;
}

.generarGanadores {
    width: 100%;
    text-align: center;
}

.mensajeSorteoContainer {
    text-align: center;
    margin-top: 5px;
}


/*-----------------------------------------GANADORES ADMIN*/

.ganadoresContainerAdmin {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000096;
    z-index: 10;
}

.ganadoresContainerAdmin h1 {}

.ganadorContainer {
    font-family: sans-serif;
    background: #fff;
    margin: auto;
    width: 70%;
    height: 70%;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 0px;
    text-align: center;
    overflow-y: auto;
    position: relative;
}

.grupoGanador {
    width: 80%;
    margin: 30px auto;
}

.TituloGrupoGanador {
    font-size: 25px;
}

.datosParticipanteGanador {
    display: flex;
    border-top: 1px solid;
    height: 90px;
}

.datosParticipanteGanadorCabeceras {
    border-top: none;
}

.datoParticipanteGanador {
    margin: auto;
    width: 20%;
}

.datoParticipanteGanadorTitulo {
    color: red;
    font-size: 18px;
}

.nombreGanadorAdm {
    width: 30%;
}

#SantaCruz {
    display: none;
}

#Cochabamba {
    display: none;
}

#ElAlto {
    display: none;
}

#LaPaz {
    display: none;
}

#Tarija {
    display: none;
}

#TodosAdmBoton {
    display: none;
}

#SantaCruzBoton {}

#LaPazBoton {
    display: none;
}

#CochabambaBoton {
    display: none;
}

#ElAltoBoton {
    display: none;
}

#TarijaBoton {
    display: none;
}

.botonMostrarGanadores {
    border-radius: 5px;
    background: #ce3a18;
    box-shadow: 0px 0px 6px 0px #000;
    padding: 15px 45px;
    color: white;
    margin: 50px auto;
}

.botonSalirAdm {
    position: fixed;
    top: 35px;
    left: 35px;
    z-index: 3;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    background: #ce3a18;
    box-shadow: 0px 0px 6px 0px #000;
    color: white;
}


/*------------------------------------------------------Ganadores*/

.ganadoresContainer {
    width: 100%;
    padding-bottom: 100px;
    z-index: 3;
    position: relative;
}

.ganadoresContainer h1 {
    width: 100%;
    text-align: center;
    color: white;
    padding-top: 20px;
    text-shadow: 0px 0px 4px #000;
    margin-top: 8px;
}

.ganador {
    width: 100%;
    text-align: center;
}

table {
    text-align: center;
    margin: auto;
}

td {
    border: 1px solid white;
    text-align: center;
    background: #ffffff;
    color: black;
}

th {
    border-bottom: 1px solid white;
    padding: 5px;
}

.suplentes {
    border: none;
    background: none;
    color: red;
}


/*--------------------------------footer*/

.footer {
    bottom: 0;
    width: 100%;
}

.ajImgLogo {
    display: block;
    max-height: 50px;
}

.franjaRoja {
    display: block;
    max-height: 40px;
    max-width: 100%;
}

.subcontFooter {
    display: block;
    max-height: 8vw;
    max-width: 600px;
}

.imgNombreLogo {
    max-height: 6vw;
    display: block;
    margin: auto;
}

.imgCiudadesNombreLogo {
    max-height: 2vw;
    display: block;
    margin: auto;
}

.inicio {
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}

.elementoEditar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    align-content: center;
    z-index: 10;
}

.elementoEditarForm {
    width: 450px;
    margin: auto;
    background: #005d50;
    padding: 15px 35px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
}

.botonActulizar {
    border-radius: 5px;
    width: 100px;
    height: 35px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
    border: none;
}

.orange {
    background-color: #ff4900;
    color: white;
    font-weight: bold;
}

.red {
    background-color: #ad3100;
    color: white;
    font-weight: bold;
}

.green {
    background-color: #007b0e;
    color: white;
    font-weight: bold;
}

.logoFlotante {
    display: none;
}

.footerMensajeParticipa {
    width: 100%;
    display: block;
    align-content: center;
    background: #ffffff;
    text-align: center;
    font-size: 35px;
    margin-bottom: 35px;
}

.MecanicaIlustrativas {
    display: none;
    position: absolute;
    top: 0;
    height: 100vh;
    right: 0;
    align-content: center;
}

.imgIlustrativas {
    max-width: 40px;
}

@media (min-width: 1024px) {
    .inicio {
        display: flex;
        flex-wrap: wrap;
    }
    .menuItem {
        max-height: 35px;
        font-size: 1.5vw;
        margin: 1.5vw 1.5vw;
    }
    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
    }
    .ajImgLogo {
        display: block;
        max-height: 80px;
    }
    .franjaRoja {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        max-height: 40px;
        max-width: 60%;
    }
    .bolsasPapitas {
        display: block;
    }
    .footerLogo {
        max-height: 7vw;
    }
    .ajLogo {
        max-height: 7vw;
    }
    .imgregistroenvases {
        display: block;
    }
    .form {
        margin: auto;
        margin-left: 50px;
    }
    .imgcrocoesteroides {
        display: block;
        width: 30vw;
        margin: auto;
        margin-right: 50px;
    }
    .crokoesteroides {
        width: 100%;
        margin: auto;
        display: block;
    }
    .formularioContainer {
        padding: 0;
        justify-items: center;
        align-content: center;
    }
    .footerInicio {
        max-height: 70px;
        margin-bottom: 35px;
    }
    .logoFlotante {
        display: block;
        position: fixed;
        height: 12vh;
        width: 100vw;
        max-height: 65px;
        align-content: center;
    }
    .logoFlotanteImg {
        height: auto;
        display: block;
        position: relative;
        margin-left: 10px;
        width: 150px;
    }
    .logoFlotanteLinea {
        position: absolute;
        width: 82%;
        right: 5%;
        top: 50%;
    }
    .footerMensajeParticipa {
        width: 100%;
        display: block;
        height: 40px;
        align-content: center;
        background: #ffffff;
        text-align: center;
        font-size: 35px;
        margin-bottom: 35px;
    }
    .footerMensajeParticipaImg {
        height: 100%;
        display: block;
        margin: auto;
    }
    .mecPart1Premios {
        max-width: 1024px;
        width: 80vw;
        div {
            margin: 20px 30px;
            justify-items: center;
        }
    }
    .premiosImg {
        height: auto;
        max-width: 100%;
        min-width: 250px;
        display: flex;
        margin: auto;
        margin-top: 20px;
        filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.8));
        width: 20%;
    }
    .imgPremioLateral {}
    .imgPremioMedio {
        margin-top: auto;
        margin-bottom: 0;
        margin-left: -45px;
        margin-right: -55px;
    }
    .MecanicaIlustrativas {
        display: block;
    }
    .mecPart1 {
        display: flex;
        max-width: 1024px;
        flex-wrap: wrap;
        margin: auto;
    }
    .mecImg {
        width: 550px;
        display: block;
        margin: auto;
    }
    .mecItemsContainer {
        align-content: center;
        position: relative;
    }
    .floatMecanicImg {
        display: block;
    }
}