input::placeholder {
    text-align: center;
    color: #cccccc !important;
}
::placeholder {
    text-align: center;
    color: #cccccc;
    opacity: 1 !important;
}

/* or, for legacy browsers */

::-webkit-input-placeholder {
    text-align: center;
    color: #cccccc;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cccccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
    color: #cccccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
    color: #cccccc;
}

:-ms-input-placeholder {
    text-align: center;
    color: #cccccc;
}

input {
    text-align: center;
}
.no-scroll {
    overflow: hidden !important;
}

html,
body {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
}

body {
    font-family: "Gotham", sans-serif;
    background-color: #000;
    overflow-x: hidden;
}

#kt_app_root {
    overflow-x: hidden;
}

.principal {
    background-image: url("../images/Cannes-Concurso-Fondo.jpg");
    background-position: 50% !important;
    overflow-x: hidden;
}
.lateral {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.texto-rojo {
    color: #d7282f !important;
}
.asunto {
    font-size: 20px;
    max-width: 650px;
    padding: 25px;
}
body a {
    text-decoration: none;
}
.bg-dark {
    background-color: #000 !important;
}
.boton-grande {
    padding: 18px 50px 17px 50px;
    background-color: #d7282f;
    color: #ffffff;
    border-radius: 100px;
    font-weight: bold;
    border: none;
    transition: all 1s ease-out;
}
.boton-eliminar {
    padding: 10px 10px 10px 10px;
    background-color: #d7282f;
    color: #ffffff;
    border-radius: 20px;
    font-weight: bold;
    border: none;
    transition: all 1s ease-out;
}
.boton-boleta {
    background-color: #6c1418;
}
.boton-grande:hover {
    padding: 18px 55px 17px 55px;
    color: #ffffff;
    letter-spacing: 2px;
    transition: all 1s ease-out;
}
.texto-footer {
    font-size: 10px;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
}
.texto-footer span {
    text-decoration: underline;
}
.rombo {
    background: #000;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    max-width: 641px;
}
.rombo-rojo {
    width: 100%;
    padding: 20px;
    max-width: 354px;
    background: #d7282f;
    clip-path: polygon(4% 0, 100% 0, 94% 100%, 0% 100%);
}
.formulario {
    padding: 45px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    background: #000;
}
.formulario .label {
    text-align: center;
    letter-spacing: 0px;
    color: #cccccc;
}
.formulario input {
    color: #cccccc;
}
.formulario .form-check-label {
    text-align: left;
    letter-spacing: 0px;
    color: #cccccc;
    opacity: 1;
}
.formulario .form-check-input:checked {
    background-color: transparent;
    border-color: #ffffff;
}
.formulario .form-check-input {
    background-color: #000;
    border: #ccc 1px solid;
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%23d7282f'/></svg>");
}
.formulario .entrada {
    max-width: 350px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 23px;
    opacity: 1;
    background-color: transparent;
}
.formulario .is-invalid {
    border: 1px solid #6c1418;
}
.fv-plugins-bootstrap5-row-invalid label {
    color: #dc3545 !important;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #fff;
}
.instagram {
    background: #c3226e 0% 0% no-repeat padding-box;
    clip-path: circle(30% at 50% 50%);
    padding: 50px;
}
.facebook {
    background: #1877f2 0% 0% no-repeat padding-box;
    clip-path: circle(30% at 50% 50%);
    padding: 50px;
}
.redes img {
    width: 40px;
    max-width: 40px;
}
.felicitaciones {
    font-size: 55px;
    word-break: break-all;
}
@media screen and (max-width: 990px) {
    .rombo {
        background: #000;
        clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0% 100%);
    }

    .ezquina {
        clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    }

    .asunto {
        max-width: 100%;
        padding: 0 !important;
    }
    body {
        background: #000 !important;
    }
    .cabecera-movil {
        clip-path: polygon(0 0, 100% 0%, 100% 91%, 0% 100%);
        min-height: 300px;
    }
    .cabecera-movil img {
        max-width: 411px !important;
    }
    img {
        max-width: 90% !important;
    }
    .formulario .entrada {
        max-width: 100%;
    }
    .felicitaciones {
        font-size: 58px;
    }
}
@media screen and (max-width: 440px) {
    .cabecera-movil {
        min-height: 180px;
        max-height: 180px;
    }
    .cabecera-movil img {
        max-width: 230px !important;
        filter: drop-shadow(0 0.2rem 0.25rem rgba(255, 255, 255, 0.8));
    }

    .felicitaciones {
        font-size: 32px;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
