:root{
    --main-color: #a352ce;
    --main-color2: #6F2F91;
    --texto-ko: #ffff00;
    --texto-ok: #ffffff;
}
@font-face {
    font-family: "Avenir-Regular";
    src: url("../fonts/AvenirLTStd-Regular.otf");
}
@font-face {
    font-family: "Avenir-Book";
    src: url("../fonts/AvenirLTStd-Book.otf");
}
@font-face {
    font-family: "Avenir-Black";
    src: url("../fonts/AvenirLTStd-Black.otf");
}
body{
    font-family: "Avenir-Regular", sans-serif;
    background-color: black;
    background-image: url('../img/background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.logo{
    max-width: 150px;
}
h1{
    font-family: "Avenir-Black", sans-serif;
    text-wrap: balance;
    margin-top: 40px;
    color: white;
    font-size: 45px;
}
.form-container, .video-container{
    height: 100%;
    align-items: center;
}

form{
    width: 100%;
    height: fit-content;
    max-width: 590px;
    background-color: rgba(255,255,255,.25);
    padding: 35px 25px 30px;
    border-radius: 25px;
}
.form-control,.form-select, .form-check-inpu{
    background-color: transparent;
    border: .55px solid #ededed;
    border-radius: 30px;
    color: white;
}
.form-floating > label {
  padding: 1rem 1.75rem;
  font-size: 19px;
  color: white;
}
.form-check-input {
    height: 1.5em;
}
.form-floating>.form-control{
    padding: 1rem 1.75rem;
    font-size: 1.3rem;
}
.form-floating>.form-select {
    padding-top: .8rem;
    padding-left: 1.625rem;
    font-size: 1.3rem;
}
label.form-check-label{
    font-size: 14px;
    line-height: 14px;
}
.form-switch .form-check-input {
  width: 3.7em;
  margin-top: 0px;
}
.form-floating > .form-control:focus{
  background: transparent;
  color: white;
}
.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.form-switch {
    padding-left: 4.2em;
}
.form-select {
  background-image: url('../img/arrow.svg');
}
.form-control:focus, .form-select:focus, .form-check-input:focus {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(163, 82, 206, .25);
}
.btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(163, 82, 206, .25);
}
.btn.btn-primary{
    font-family: "Avenir-Book";
    background-color: transparent;
    border: 1px solid #ededed;
    border-radius: 35px;
    color: white;
    padding: 19px 57px 16px;
    background-color: var(--main-color);
    font-size: 16px;
    border: none;
    text-transform: uppercase;
}
.btn.btn-vote {
    padding: 14px 45px 12px;
}
.btn.btn-primary:hover{
    background-color: var(--main-color2);
}
label.form-check-label, label.form-check-label a{
    color: white;
}
label.form-check-label{
    width: 90%;
    padding-left: 8px;
    padding-right: 10px;
}
footer{
    padding: 15px;
    color: #ccc;
    font-size: 13px;
}
.modal{
    background-color: rgba(0, 0, 0, .35);
}
.modal-content {
    border-radius: 1.5rem;
    background-color: #666;
}
.modal-header{
    color: white;
    border-bottom: 1px solid #999;
}
.modal-header .btn-close{
    filter: invert(1);
}
#modalTexto p{
    color: white;
    font-size: 22px;
    text-wrap: balance;
}
.chrome-windows select#countrySelect:focus{
    color: inherit;
}

.artista{
    text-align: center;
    margin-bottom: 50px;
}
.artista .image{
    position: relative;
    height: auto;
    width: fit-content;
    margin: 0 auto;
    filter: opacity(.80);
}
.artista .image:hover{
    filter: opacity(1);
}
.artista .image a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.artista .image img.play, .resultados .image img.result{
    position: absolute;
}
.resultados .image img.result{
    width: 100%;
    bottom: 0px;
}
.resultados .image{
    filter: opacity(1);
}
.resultados .image h3 span{
    font-family: "Avenir-Regular", sans-serif;
    font-size: 20px;
    margin-left: 20px;
}

.artista .image h3{
    font-family: "Avenir-Black", sans-serif;
    position: absolute;
    left: 10px;
    bottom: 0;
    color: white;
    font-size: 30px;
}
.artista .btn.btn-primary{
    margin-top: 18px;
}
.artista-home{
    margin-bottom: 40px;
}
.artista-home img{
    border: 2px solid white;
    border-radius: 12px;
}
iframe{
    width: 100%;
    height: 285px;
}
.texto-container{
    color: white;
}
.texto-container h2{
    display: inline-block;
    font-family: "Avenir-Black", sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
}
.texto-container p{
    font-family: "Avenir-Regular", sans-serif;
    font-size: 18px;
    text-align: left;
}
@media (min-width: 992px) {
    .texto-container h2{
        display: inline-block;
        font-family: "Avenir-Black", sans-serif;
        font-weight: 400;
        font-size: 28px;
        margin-top: 26px;
    }
.texto-container p{
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 595px;
    }
    iframe{
        width: 560px;
        height: 315px;
    }
}

@media (min-width: 768px) {
    h1{
        font-size: 80px;
        margin-top: 12vh;
    }
    .form-container{
    }
    .video-container{
        height: 65vh;
    }
    form{
        padding: 80px 80px 70px;
    }
    .artista{
        text-align: inherit;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 798px;
    }
    iframe {
        width: 765px;
        height: 422px;
    }
}
/* ERRORES */
.invalid-feedback, .was-validated .form-check-input:invalid ~ .form-check-label {
    padding-left: .75rem!important;
    color: var(--texto-ko);
}
.was-validated .form-control:invalid, .was-validated .form-select:invalid, .was-validated .form-control:invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: var(--texto-ko)!important;
    background-image: none!important;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 0, 0.25)!important;
}
.was-validated .form-control:invalid {
    border-color: var(--texto-ko)!important;
    background-repeat: no-repeat!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ffff00'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffff00' stroke='none'/%3e%3c/svg%3e")!important;
}
.was-validated .form-select:invalid {
    border-color: var(--texto-ko)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ffff00'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffff00' stroke='none'/%3e%3c/svg%3e")!important;
}
.was-validated .form-check-input:valid:checked {
    background-color: var(--main-color);
}
.was-validated .form-check-input:valid~.form-check-label {
    color: white;
}
.form-check-label{
    color: white!important;
}
.was-validated .form-check-input:invalid:focus{
    box-shadow: 0 0 0 .25rem rgba(255, 255, 0, 0.25)!important;
}
.was-validated .form-check-input:invalid {
    border-color: var(--texto-ko)!important;
}
.was-validated .form-control:valid, .was-validated .form-select:valid {
    border-color: white!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")!important;
    background-repeat: no-repeat;
}
.was-validated .form-control:valid:focus, .was-validated .form-select:valid:focus {
    background-image: none!important;
    border-color: white!important;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)!important;
}