.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row.gutter-5 { margin-right:-5px; margin-left:-5px; }
.row.gutter-5 > .col, .row.gutter-5 > [class*="col-"] { padding-right:5px; padding-left:5px; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ font-family:'Gilroy-Regular', sans-serif; color:#999 !important; }
::-moz-placeholder { /* Firefox 19+ */ font-family:'Gilroy-Regular', sans-serif; color:#999 !important; }
:-ms-input-placeholder { /* IE 10+ */ font-family:'Gilroy-Regular', sans-serif; color:#999 !important; }
:-moz-placeholder { /* Firefox 18- */ font-family:'Gilroy-Regular', sans-serif; color:#999 !important; }

.wpcf7 .use-floating-validation-tip .wpcf7-not-valid-tip { position:absolute !important; top:0 !important; left:0 !important; width:100% !important; font-size:.9rem !important; line-height:1.5; padding:.75rem !important; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

.text-center {
    text-align: center !important;
}

.text-blanco { color:#FFFFFF !important; }
.text-negro { color:#434343 !important; }
.text-gris2 { color:#707070; }
.text-morado { color:#440099 !important; }
.text-magenta { color:#EF426F !important; }
.text-amarillo { color:#F1C400 !important; }

.bg-blanco { background-color:#FFFFFF; }
.bg-gris { background-color:#f4f7fb; }
.bg-gris2 { background-color:#707070; }
.bg-negro { background-color:#000; }
.bg-pink { background-color:var(--pink) }
.bg-magenta { background-color:#EF426F; }
.bg-morado { background-color:#440099; }
.bg-amarillo { background-color:#F1C400; }

body p {
    font-size: 16px !important;
}
.link-download {
    font-weight: 600;
    color: #ef426f;
}
    .link-download:hover {
        text-decoration: underline;
    }
.formulario-landing {
    margin-bottom: 0px;
}
.formulario-landing input, .formulario-landing select {
    border-radius: 6px !important;
}
.formulario-landing input[type="file"] {
    border: none !important;
    padding: 0 !important;
    margin-top: 20px;
    background-color: transparent !important;
}
.formulario-landing input[type=submit] {
    font-family: "Gilroy-Black";
    border: 0;
    background-color: #440099;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    display: block;
    margin: 20px auto 0 auto;
    padding: 0 60px 0 60px;
    text-align: center;
    border-radius: 0;
    width: 100%;
}
.formulario-landing label {
    color: #666;
    font-size: 16px;
    float: left;
}
.form-wrap {
    position: relative
}
.form-control { 
    border:0px none;
    border-radius:0;
    padding:.75rem;
}
.form-check .form-check-input {
    float: left;
    height: 24px;
    margin-right: 10px;
}
.field-group {
    margin-bottom: 20px;
    padding: 0 20px;
}
.form-check-inline {
    display: inline-block !important;
}
/* file upload button */
input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: rgba(180, 180, 180, .5);
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
}
  
/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
    background-color: #f3f4f6;
}
  
/* file upload button active state */
input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
}
.wpcf7 form.valid .wpcf7-response-output {
    color: #440099;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #ef426f;
}
.wpcf7-spinner {
    display: none;
}
.bg-gray {
    background-color: rgba(221, 229, 237, 0.2);
    padding-top: 20px;
}
.color-violet {
    color: #440099;
}
.header-group {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 24px;
    padding-bottom: 10px;
}

.row {
    display: flex;
    flex-direction: column;
    align-self: stretch !important;
    width: 100%;
    justify-content: space-between;
    row-gap: 10px;
    margin-bottom: 10px;
}
.col-12 {
    width: 100%;
}
.col-md-6 {
    width: 100%;
}
.col-lg-4 {
    width: 100%;
}

p.label {
    font-size: 15px !important;
    font-weight: 600;
}

@media (min-width: 991px) {
    body p {
        font-size: 18px !important;
    }
    .formulario-landing {
        padding: auto 20px;
    }
    .formulario-landing input[type=submit] {
        margin: 20px 0 0 0;
        width: 240px;
    }
    .row {
        flex-direction: row !important;
        column-gap: 10px;
        align-items: stretch;
        justify-content: space-between;
        align-self: flex-start !important;
    }
    .col-md-6 {
        width: 50% !important;
    }
}

@media (min-width: 1279px) {
    .row {
        align-self: flex-start !important;
        justify-content: center;
        align-items: flex-start;
        column-gap: 20px;
    }
    .col-lg-4 {
        width: 33.3% !important;
    }
}

.btn {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 50px;
    border: 1px solid transparent;
    text-decoration: none !important;
    margin-bottom: 0 !important;
    padding: .5rem 2rem;
}

.voting-card { width:480px; max-width:90%; border-radius:1rem; }
.voting-card .btn { color:#F1C400; background:#440099; }
.voting-card img { width:128px; border-radius:150px; }
.voting-card .foto-wrap { display:inline-block; position:relative; width:128px; height:128px; border-radius:50%; overflow:hidden; }
.voting-card .foto-wrap img { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); min-width:100%; min-height:100%; }
.voting-card .form-control { text-align:center; border-radius:25px; border: none; }
.voting-card .wpcf7 .use-floating-validation-tip .wpcf7-not-valid-tip { border-radius:35px; text-align:center; }
/* .voting-card .wpcf7-response-output { display:none !important; } */
.voting-card .wpcf7-response-output { font-family: 'Gilroy-SemiBold', sans-serif; color: #333333 !important; border: none !important; padding: 6px; } 
.voting-card h4 { font-family:'Gilroy-Bold', sans-serif; font-size:1.5rem; margin-bottom: 20px; line-height: 1.5rem; }
.voting-card .nombre { font-family:'Gilroy-Bold', sans-serif; font-size:1.5rem; margin:0.5rem 0 0.25rem 0; }

.votar-gracias { display:none; }
.votar-rules { font-size: 16px ;}

.btn-votar-wrap {
    padding-top: 10px;
}

.just-validate-error-label {
    padding-top: 10px;
    text-align: center;
}