/* Estilo Cookie banner */

.js-show-cookie-banner .cookie-compliance {
    transform: translateY(0);
}

.cookie-compliance {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232429;
    z-index: 10000;
    transition: all 0.3s ease;
    transform: translateY(100%);
}
.cookie-compliance__container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 16px 24px 48px;
}
.cookie-compliance__title {
    font-family: "Gotham";
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 16px;
    line-height: 1.7;
    position: relative;
}
.cookie-compliance__title::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -48px;
    background-image: url(../../images/home/cookie.webp);
    background-size: 28px auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.cookie-compliance__copy {
    font-family: "Whitney";
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3;
}
.cookie-compliance__copy a {
    color: #129FD0;
    text-decoration: underline;
}
.cookie-compliance__form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cookie-compliance__form-item {
    margin-right: 24px;
}
.cookie-compliance__form-item:last-of-type {
    margin-left: auto;
    margin-right: 0;
}
.cookie-compliance__label {
    font-family: "Whitney";
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3;
    padding-left: 20px;
}
.cookie-compliance__checkbox {
    display: none;
}
.cookie-compliance__checkbox + label {
    cursor: pointer;
    background-image: url(../../images/icons/x.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 11px auto;
}
.cookie-compliance__checkbox + label:hover {
    opacity: 0.9;
}
.cookie-compliance__checkbox:checked + label {
    color: #129FD0;
    background-image: url(../../images/icons/check.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
.cookie-compliance__checkbox:checked:disabled + label {
    color: #C9CED2;
    cursor: default;
    background-image: url(../../images/icons/whiteCheck.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
.cookie-compliance .button-cookie-container{
    margin: 0;
}
.button-cookie{
    border: none;

    cursor: pointer;
}
.cookie-compliance .button-cookie::before{
    background-color: #232429;
}
.cookie-compliance__close {
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer;
    width: 11px;
    height: 11px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAGFBMVEUAAAB1eoByeHtyeHtyeHtxd3txd3txd3v4WLjPAAAAB3RSTlMAMlVX7vz9Yobm5AAAAGBJREFUeNrF0kEKADEIA0CrVf//491CIWAg13rSDoiUmNlyo/JlR3bGlMi9jnRnTOn+zbNhkE6/DQwPaIeIQawgg0yDTKuCTLtCVkeKhEkv1Gfw8Szv/loEQMRGhE1E9ANTJgYRTn8NWQAAAABJRU5ErkJggg==);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 11px auto;
    overflow: hidden;
    text-indent: -999em;
}
.cookie-compliance__close:hover {
    opacity: 0.9;
}
/*         NUEVOS CAMBIOS reCAPTCHA */
body{
    color: white;
}
a {
    text-decoration: none;
}
footer a{
    color: white;
}
.legal{
    margin-top: 15px;
    margin-bottom: 10px;
}
.legal a{
    margin-left: 15px;
}
.legal-google{
    margin-bottom: 30px;
}
.services{
    color: black;
}
.text-center{
    text-align: center;
}
.text-purple{
    color: #827AC5;
}
/* general */
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.container {
    box-sizing: border-box;
}
@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1320px;
    }
}
.mb-20 {
    margin-bottom: 6rem!important;
}
.mt-20 {
    margin-top: 6rem!important;
}

.mb-5 {
    margin-bottom: 3rem!important;
}
.mt-5 {
    margin-top: 3rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}