body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.background-nv {
    background: rgb(10, 10, 10);
    background: linear-gradient(100deg, rgba(10, 10, 10, 1) 35%, rgba(20, 20, 20, 1) 35%);
}

/* indicadores del carrusel */
.banner-indicator-l {
    background: rgb(0, 0, 0);
    background: linear-gradient(100deg, rgba(0, 0, 0, 1) 84%, rgba(0, 0, 0, 0) 84%);
}

.banner-indicator-l:hover {
    background: rgb(255, 255, 255);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.29175420168067223) 84%, rgba(0, 0, 0, 0) 84%);
}

.banner-indicator-r {
    background: linear-gradient(100deg, rgba(0, 0, 0, 0) 16%, rgba(255, 204, 0, 1) 16%);
}

.banner-indicator-r:hover {
    background: rgb(255, 255, 255);
    background: linear-gradient(100deg, rgb(0, 0, 0, 0) 16%, rgba(255, 255, 255, 0.29175420168067223) 16%);
}

/* contenedores del calendario -background*/
.c1 {
    background: rgb(235, 235, 235);
    background: linear-gradient(100deg, rgba(235, 235, 235, 1) 90%, rgba(255, 255, 255, 1) 90%);
}

.c2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(100deg, rgba(255, 255, 255, 1) 10%, rgba(235, 235, 235, 1) 10%);
}

/* registro-pasos */

[x-cloak] {
    display: none;
}

[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.form-checkbox,
.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    color: currentColor;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    height: 1.4em;
    width: 1.4em;
}

.form-checkbox {
    border-radius: 0.25rem;
}

.form-radio {
    border-radius: 50%;
}

.form-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.form-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* placeholder regístrate */

.icon-placeholder-user::placeholder {
    background-image: url(./../public/sources/images/002-user.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 1rem center;
    color: #4E4B4B;
    text-align: center;
}

.icon-placeholder-location::placeholder {
    background-image: url(./../public/sources/images/location_icon.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0.7rem center;
    color: #4E4B4B;
    text-align: center;
}

.icon-placeholder-email::placeholder {
    background-image: url(./../public/sources/images/003-email.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0.7rem center;
    color: #4E4B4B;
    text-align: center;
    margin-right: 1rem;
}

.icon-placeholder-phone::placeholder {
    background-image: url(./../public/sources/images/001-phone.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0.7rem center;
    color: #4E4B4B;
    text-align: right;
    margin-right: 1rem;
}

.icon-placeholder-lock::placeholder {
    background-image: url(./../public/sources/images/004-lock.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0.7rem center;
    color: #4E4B4B;
    text-align: center;
    margin-right: 1rem;
}

.icon-placeholder-rrss::placeholder {
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 1rem center;
}

.instagram::placeholder {
    background-image: url(./../public/sources/images/instagram_icon.svg);
}

.linkedin::placeholder {
    background-image: url(./../public/sources/images/linkedin_icon.svg);
}

.facebook::placeholder {
    background-image: url(./../public/sources/images/facebook_icon.svg);
}

.twitter::placeholder {
    background-image: url(./../public/sources/images/twitter_icon.svg);
}

.youtube::placeholder {
    background-image: url(./../public/sources/images/youtube_icon.svg);
}

@media only screen and (max-width: 600px) {
    .icon-placeholder-email::placeholder {
        background-size: 12px 12px;
        background-position: 3px center;
        margin-right: 3px;
        text-align: right;
    }

    .icon-placeholder-user::placeholder {
        background-size: 12px 12px;
        background-position: 3px center;
    }

    .icon-placeholder-location::placeholder {
        background-size: 20px 20px;
        background-position: 3px center;
    }

    .icon-placeholder-phone::placeholder {
        background-size: 12px 12px;
        background-position: 3px center;
        margin-right: 3px;
        text-align: right;
    }

    .icon-placeholder-lock::placeholder {
        background-size: 12px 12px;
        background-position: 3px center;
        margin-right: 3px;
        text-align: right;
    }

    .icon-placeholder-rrss::placeholder {
        background-size: 18px 18px;
    }

    .background-nv {
        background: rgb(10, 10, 10);
        background: linear-gradient(100deg, rgba(10, 10, 10, 1) 53%, rgba(20, 20, 20, 1) 53%);
    }

}

.cont-footer {
    background: rgb(255, 204, 0);
    background: linear-gradient(100deg, rgba(255, 204, 0, 1) 20%, rgb(235, 235, 235) 20%);
}

#simple-cookie-consent {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    resize: vertical;
    overflow: auto;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.7);
}

#cookie-accept {
    display: none;
}

@keyframes carouselAnim {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(5%);
    }
}

@media only screen and (max-width: 765px) {
    .container .carousel-items {
        margin-top: 300px;
    }

    .cont-footer {
        background: rgb(255, 204, 0);
        background: linear-gradient(100deg, rgba(255, 204, 0, 1) 32%, rgb(235, 235, 235) 10%);
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .carousel-items {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 1020px) and (max-width: 1199px) {
    .carousel-items {
        padding-top: 240px;
    }
}

@media screen and (min-width: 1805px) {
    .contact-cont-xl {
        margin-bottom: -2500px;
    }

    .carousel-items {
        padding-top: -1200px;
    }
}

@media only screen and (min-width: 799px) {
    .container .carousel-items {
        margin-top: -50px;
    }

    .cont-footer {
        background: rgb(255, 204, 0);
        background: linear-gradient(100deg, rgba(255, 204, 0, 1) 30%, rgb(235, 235, 235) 10%);
    }
}

@media only screen and (min-width: 750px) and (max-width:913px) {
    .background-nv {
        background: rgb(10, 10, 10);
        background: linear-gradient(100deg, rgba(10, 10, 10, 1) 28%, rgba(20, 20, 20, 1) 28%);
    }
}

.carousel-focus:hover {
    transition: all 0.8s;
    transform: scale(1.1);
}

.left-full {
    left: 100%;
}


@media only screen and (max-width: 376px) {
    .info-contact {
        margin-top: 205px;
    }

    .container .carousel-items {
        margin-top: 430px;
    }

    .cont-footer {
        background: rgb(255, 204, 0);
        background: linear-gradient(100deg, rgba(255, 204, 0, 1) 32%, rgb(235, 235, 235) 10%);
    }
}

@media screen and (min-width: 377px) and (max-width: 460px) {
    .info-contact {
        margin-top: 130px;
    }

    .container .carousel-items {
        margin-top: 400px;
    }

}




/* Media queries para landscape mode */

@media screen and (orientation:landscape) and (min-device-width: 300px) and (max-device-width: 915px) {
    .div-nv {
        padding: 0;
        width: 100%;
        margin-right: 10px;
        margin-left: 20px;
    }

    .landscape-carousel {
        display: block;
        top: 60%;
    }

    .landscape-carousel-hidden {
        display: none;
    }

    .landscape-text {
        left: 70%;
        top: 60%;
        width: 45%;
    }

    .landscape-about {
        flex-direction: row;
    }

    .landscape-img-about {
        width: 50%;
        margin-top: 150px;
    }

    .lansc-img-futbol {
        margin-left: 18px;
    }

    .landscape-text-about {
        width: 50%;
        margin-left: 12px;
    }

    .landscape-gallery {
        margin-top: 2px;
        margin-left: 0;
    }

    .landscape-gallery-title {
        margin-bottom: 16px;
    }

    .landscape-gallery-div {
        margin-left: 0;
    }

    .landscape-gallery-open {
        width: 50%;
    }

    .landscape-contact {
        margin-top: 0;
    }

    .landscape-contact-color {
        height: 65%;
    }

    .landscape-contact-q {
        margin-top: 120px;
    }

    .lanscape-contact-content {
        margin-top: 100px;
    }

    .landscape-email {
        font-size: 12px;
    }

    .container .carousel-items {
        margin-top: 450px;
    }


}

@media screen and (orientation:landscape) and (min-device-width: 920px) and (max-device-width: 1440px) {
    .container .carousel-items {
        margin-top: -50px;
    }

    .lanscape-contact-content {
        height: 100%;
    }

    .contact-cont {
        margin-bottom: 0;
    }

}