/* Generales */

* {
    padding: 0;
    margin: 0;
}

.mobileElement {
    display: none;
}

body {
    font-family: "Montserrat" !important;
}

h1 {
    font-size: 57px;
    line-height: 51px;
    font-style: italic;
    color: white;
    font-weight: 900;
}

h2 {
    margin: 40px 0;
    font-size: 53px;
    font-weight: 800;
    color: #1f376b;
    text-align: center;
}

h3 {
    font-size: 40px;
    color: #091538;
    margin-bottom: 20px;
}

h4 {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
}

p {
    font-size: 15px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    color: white;
}

.button {
    width: 230px;
    height: 59px;
    border: none;
    border-radius: 50px;
    color: #091538;
    background: #0ee696;
    border: 2px solid #0ee696;
    font-weight: 900;
    transition: 1s all ease-in-out;
}

.button:hover {
    color: white;
    border: 2px solid #0ee696;
    background-color: #091538;
}


/*
.bigNewsContainerSlickMobile .slick-dots {
  display: none !important;
}
.bigNewsContainerSlick .slick-dots {
  display: none !important;
}*/

.redes-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    gap: 20px;
    grid-gap: 20px;
    bottom: 50%;
    right: 20px;
    z-index: 20;
}

.redes {
    width: 40px;
    height: 40px;
    background: #0ee696;
    border-radius: 100px;
}

.hide {
    display: none !important;
}

.container-info-futbol-femenino nav {
    display: block !important;
}


/* Contenedores escondidos */

.playersContainerSlick {
    display: none;
}

.playersContainer {
    display: none;
}

.topNewsContainer {
    display: none;
}

#firstTeamTitle {
    display: none;
}

#newsTitle {
    display: none;
}


/********** Banner santander ***********/

.banner-santander {
    width: 100%;
}

.banner-santander img {
    width: 100%;
}


/* Banner principal */

.bigNewsContainer {
    position: relative;
    height: auto !important;
    width: 100%;
}

.bigNewsContainerSlick .slick-next {
    right: 25px;
    color: #ffffff00;
}

.bigNewsContainerSlick .slick-prev {
    left: 25px;
}

.bigNewsContainerSlick .slick-list {
    padding: 0;
    height: 100% !important;
}

.bigNewsContainerSlick .slick-slide {
    height: 100% !important;
}

.bigNewsContainerSlick .slick-dots {
    display: flex;
    gap: 10px;
    bottom: 70px;
    left: 80%;
    list-style: none;
}

.bigNewsContainerSlick .slick-dots {
    left: 5%;
    width: auto !important;
}

.bigNewsContainerSlick .slick-dots li button {
    color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: transparent;
    border: 2px solid white;
}

.bigNewsContainerSlick .slick-dots li button:before {
    content: unset !important;
}

.bigNewsContainerSlick .slick-dots li.slick-active {
    opacity: 1;
    background-color: #0ee696;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.bigNewsContainerSlick .slick-list {
    padding: 0 !important;
}


/* Container GYM */

.container-gym {
    background: url("/files/background-container-gym.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.sub-container-gym {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    padding: 230px 0;
}

.container-text-two span {
    font-size: 17px;
    color: white;
    margin: 1.5rem 0;
    font-style: italic;
}

.container-text-two {
    display: flex;
    flex-direction: column;
    margin-right: 2%;
}

.container-text-two .button:hover {
    background: transparent;
}

.container-text h3,
.container-text strong {
    font-size: 30px;
    color: white;
    font-style: italic;
}


/* Container Complejo */

.container-complejo {
    overflow: hidden;
    background: url("/files/background-index-complejo.png"), #f9f9f9;
    background-repeat: no-repeat;
    padding: 16rem 0;
    background-position: right;
}

.container-complejo div h3 {
    font-weight: 900;
}

.container-complejo div:nth-of-type(1) {
    width: 45%;
    position: relative;
    top: 40%;
    left: 7%;
    z-index: 20;
}

.container-complejo div:nth-of-type(1) p,
.container-complejo div:nth-of-type(1) strong {
    font-size: 20px !important;
    line-height: 22px !important;
    color: #c4c4c4;
    margin-bottom: 1rem;
}

.container-complejo div:nth-of-type(1) strong {
    color: #091538;
}


/*

.container-complejo img {
  position: absolute;
}

.container-complejo div:nth-of-type(1) img {
  top: 28vh !important;
}

.container-complejo div:nth-of-type(2) {
  position: relative;
}

.container-complejo img:nth-of-type(1) {
  top: 3%;
  z-index: 7;
}

.container-complejo img:nth-of-type(2) {
  z-index: 5;
  left: 58%;
  position: absolute;
  top: -14vh;
}

.container-complejo img:nth-of-type(3) {
  right: -11%;
  z-index: 10;
  position: absolute;
}*/


/* Container Futbol femenino */

.container-futbol-femenino {
    display: flex;
    align-items: center;
    background: #091538;
    height: 550px;
}

.container-futbol-femenino img {
    height: 100%;
    width: 80%;
    object-fit: cover;
}

.sub-container-futbol-femenino {
    width: 60%;
}

.sub-container-futbol-femenino h3 {
    color: white;
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: 600;
    margin-left: 5%;
    letter-spacing: 1px;
}

.container-info-futbol-femenino {
    width: 90%;
    margin: auto;
}

.container-buttons {
    display: flex;
    margin-top: 1rem;
}

.sub-container-futbol-femenino div .button {
    font-size: 15px;
    margin-right: 1rem;
}

.container-info-futbol-femenino nav ul {
    display: flex;
    padding: 0;
    margin: 0 0 60px;
    height: 25px;
    line-height: 25px;
    justify-content: space-between;
    width: 95%;
}

.container-info-futbol-femenino nav ul li {
    list-style: none;
    color: white;
    transition: 1s ease-in-out all;
    padding-bottom: 2px;
    font-size: 15px;
    cursor: pointer;
}

.container-info-futbol-femenino nav ul li:hover {
    color: #0ee696;
    padding-bottom: 2px;
}

.container-info-futbol-femenino h1,
.container-info-futbol-femenino strong {
    font-size: 67px;
    font-style: normal;
    line-height: 60px;
}

.container-info-futbol-femenino h1 {
    color: #0ee696;
}

.container-info-futbol-femenino p {
    width: 60%;
    margin: 20px 0 40px;
}

.horarios h3 {
    font-size: 27px;
    color: white;
    margin: 10px 0 20px;
}

.sub-horarios {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.days {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-horarios .days p {
    width: 100%;
    text-align: center;
}

.sub-horarios .days h4 {
    font-size: 18px;
    color: #0ee696;
    padding: 10px;
    text-align: center;
}

.days div {
    width: 100%;
    border: 2px solid #0ee696;
}


/* Deportes */

.deportes {
    margin: 40px 0 80px;
}

.container-deportes {
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-evenly;
    gap: 20px;
}

.container-deportes button {
    display: none !important;
}

.sub-container-deportes {
    background-color: #091538;
    height: 100% !important;
    margin: 10px;
}

.sub-container-deportes .deporte-img {
    width: 100%;
}

.sub-container-deportes div div:nth-of-type(2) {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.sub-container-deportes div:nth-of-type(2) a img:hover {
    filter: invert(31%) sepia(100%) saturate(2680%) hue-rotate(85deg) brightness(94%) contrast(76%);
}

.sub-container-deportes div div:nth-of-type(2) h4,
.sub-container-deportes div div:nth-of-type(2) strong {
    font-size: 25px;
    line-height: 22px;
    color: white;
}

.sub-container-deportes div div:nth-of-type(2) strong {
    color: #0ee696;
}

.sub-container-deportes div div:nth-of-type(1) {
    height: 450px;
}

.sub-container-deportes div div:nth-of-type(1) img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.container-deportes .slick-list {
    padding: 0 !important;
}

.container-deportes-arrows {
    position: relative;
}

.container-arrows {
    position: absolute;
    bottom: 50%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.arrow-right-container-img {
    margin-right: 5%;
}

.arrow-left-container-img {
    margin-left: 5%;
}


/**** Dots design Gallery ****/

.container-deportes .slick-slide {
    height: 1%;
}

.container-deportes .slick-arrow {
    display: none !important;
}

.container-deportes .slick-dots {
    display: flex;
    gap: 10px;
    left: 80%;
    list-style: none;
    margin-top: 2rem;
    justify-content: center;
    position: unset;
}

.container-deportes .slick-dots {
    left: 5%;
}

.container-deportes .slick-dots li button {
    color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: transparent;
    border: 2px solid #091538;
}

.container-deportes .slick-dots li.slick-active {
    opacity: 1;
    background-color: #091538;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.container-deportes .slick-dots li {
    border: 2px solid #091538;
    border-radius: 100px;
}

.container-deportes .slick-list .slick-slide {
    margin: 10px !important;
}


/* Actividades */

.actividades {
    width: 80%;
    margin: 3rem auto 3rem;
    text-align: center;
}

.actividades h2 {
    margin: 40px 0;
    font-size: 55px;
    color: #1f376b;
}

.container-actividades-img {
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0;
    gap: 20px;
}

.container-actividades-img img {
    transition: .2s ease;
    width: 100%;
}

.container-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
}

.sub-container-img:hover .container-title {
    opacity: 1;
}

.title-img-actividades {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #0ee696;
    background: #091538;
}

.sub-container-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sub-container-img {
    position: relative;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 769px) {
    /* Generales */
    h1 {
        font-size: 30px;
        line-height: 27px;
    }
    h2,
    h3,
    .actividades h2 {
        font-size: 25px;
    }
    .index {
        overflow: hidden;
    }
    .desktopElement {
        display: none !important;
    }
    .mobileElement {
        display: block;
    }
    .redes-container {
        bottom: 54%;
    }
    .redes {
        height: 30px;
        width: 30px;
    }
    .button {
        height: 40px;
        font-size: 10px;
    }
    /* Banner principal */
    .bigNewsContainerSlick .slick-next {
        right: 25px;
        color: #ffffff00;
    }
    .bigNewsContainerSlick .slick-prev {
        left: 25px;
    }
    .bigNewsContainerSlick {
        display: none !important;
    }
    .bigNewsContainerSlickMobile {
        display: block !important;
    }
    .bigNewsContainer {
        width: 100vw !important;
    }
    .bigNewsContainerSlickMobile .slick-list {
        padding: 0 !important;
    }
    /***********/
    .container-gym {
        background: url("/files/background-container-gym-responsive.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }
    .container-deportes {
        width: 100%;
    }
    .sub-container-gym {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 120px 0;
    }
    .container-gym span {
        font-size: 15px;
        line-height: 18px;
        color: white;
        margin-top: 1rem;
        margin-bottom: 10rem;
    }
    .container-text h3,
    .container-text strong {
        font-size: 15px;
        top: 45%;
    }
    .container-gym .button {
        margin: 5rem auto 0;
        font-size: 12px;
        height: 40px;
        width: 60%;
        line-height: 12px;
    }
    /*******************/
    .img-maquina {
        width: 100%;
    }
    .container-complejo {
        background: url(/files/background-index-complejo-responsive.png), #f9f9f9;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
    }
    .container-complejo div:nth-of-type(1) {
        width: 90%;
        margin: auto;
        padding: 5rem 0 20rem 0;
        left: 0;
    }
    .container-complejo div:nth-of-type(1) p,
    .container-complejo div:nth-of-type(1) strong {
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .container-complejo div:nth-of-type(1) img {
        display: none;
    }
    .container-futbol-femenino {
        display: block;
        height: unset !important;
    }
    .container-futbol-femenino img {
        width: 100%;
        height: unset !important;
    }
    .sub-container-futbol-femenino {
        width: 90%;
        margin: auto;
    }
    .container-info-futbol-femenino h1,
    .container-info-futbol-femenino strong {
        font-size: 28px;
        line-height: 25px;
    }
    .femeninoFutbol div .button {
        font-size: 10px;
    }
    .container-info-futbol-femenino p {
        width: 100%;
    }
    .sub-container-futbol-femenino div .button {
        font-size: 10px;
    }
    .horarios h3 {
        text-align: center;
        font-weight: 800;
        font-size: 25px;
        margin: 35px 0 25px;
    }
    .sub-horarios .days h4 {
        font-size: 16px;
    }
    .sub-horarios .days p {
        font-size: 15px !important;
        margin: 10px 0;
    }
    .sub-horarios {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: unset;
    }
    .sub-container-futbol-femenino .button {
        margin-bottom: 4rem;
    }
    .container-info-futbol-femenino nav ul {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 40px 0 60px;
    }
    .actividades {
        margin: 5rem auto;
    }
    .actividades button {
        display: none !important;
    }
    .title-img-actividades {
        font-size: 29px;
        font-weight: 900;
    }
    .actividades h2 {
        margin: 0 !important;
    }
    .container-actividades-img {
        margin: 0 !important;
    }
    .actividadesSlider .slick-slide {
        height: 1%;
    }
    .actividadesSlider .slick-arrow {
        display: none !important;
    }
    .actividadesSlider .slick-dots {
        display: flex;
        gap: 10px;
        left: 80%;
        list-style: none;
        justify-content: center;
    }
    .actividadesSlider .slick-dots {
        left: 0%;
    }
    .actividadesSlider .slick-dots li button {
        color: transparent;
        width: 15px;
        height: 15px;
        border-radius: 100px;
        background: transparent;
        border: 2px solid #091538;
    }
    .actividadesSlider .slick-dots li {
        border: 2px solid #091538;
        border-radius: 100px;
        height: 15px;
        width: 15px;
    }
    .actividadesSlider .slick-dots li.slick-active {
        opacity: 1;
        background-color: #091538;
        border-radius: 100px;
        width: 15px;
        height: 15px;
        z-index: 2;
    }
    .actividadesSlider .slick-list {
        padding: 0;
    }
    /*.actividadesSlider .slick-list {
    border: 17px transparent solid !important;
  }*/
    .actividadesSlider .slick-list .slick-slide {
        margin: 15px 0;
    }
    .green-arrows {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
    .container-futbol-femenino img {
        width: 42%;
    }
    .container-info-futbol-femenino nav ul li {
        margin-right: 2%;
        font-size: 11px;
    }
    .container-info-futbol-femenino nav ul {
        justify-content: unset;
    }
}