<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
}

.mobileElement {
  display: none;
}

/********* Banner Principal ***********/

.fullScreen {
  width: 100%;
}

.img-portada {
  object-fit: cover;
  width: 100%;
}

.portada-competicion {
  position: relative;
}

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

.redes {
  width: 40px;
  height: 40px;
}

/********** Competicion ***********/

/*title*/

.titles-background-white {
  text-align: center;
  padding: 3rem 0;
}

.titles-background-white h1 {
  font-size: 45px;
  font-weight: 800;
  color: #091538;
}

/*deportes*/

.container-deportes {
  display: flex;
  align-items: center;
  background: #091538;
}

.sub-container-deportes {
  width: 50%;
}

.container-deportes img {
  width: 50%;
  object-fit: cover;
}

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

.container-info-deportes h1,
.container-info-deportes strong {
  font-size: 60px;
  font-style: normal;
  line-height: 60px;
  font-weight: 900;
}

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

.container-info-deportes p {
  width: 60%;
  font-size: 15px;
  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;
}

.container-buttons{
  display: flex;
}

.container-buttons a{
  margin-right: 1rem;
}

.container-buttons .button{
  font-size: 15px;
  margin-top: 2rem;
}

.button {
  width: 200px;
  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;
}

.container-deportes {
  position: relative;
}


/* areas */

.areas {
  width: 80%;
  margin: 10rem auto;
  text-align: center;
}

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

.container-areas-img img {
  width: 100%;
}

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

.container-areas-img:nth-of-type(2) .sub-container-img:nth-of-type(3) img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

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

.title-img-areas {
  width: 100%;
  height: 100%;
  background: rgb(9, 21, 56, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .2s ease;
  cursor: pointer;
}

.title-img-areas:hover{
  opacity: 1;
}

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

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

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

.title-img-areas div {
  position: absolute;
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #0ee696;
}

/* Popu up */

/************ Pop up ***********/

.modal {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  display: none;
  /*visibility: hidden;*/
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  /*visibility: visible;*/
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 3em;
  /*left: 50%;*/
 /* margin-left: -16em;*/
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  /*transition: all 0.3s 0.12s;
  transform: translateY(-10%);*/
  opacity: 0;
}

.modal.is-visible .modal-transition {
  /*transform: translateY(0);*/
  opacity: 1;
}

.modal-body {
  width: 90%;
  margin: auto;
}

.modal.is-visible .modal-transition {
  /*transform: translateY(0);*/
  opacity: 1;
  position: fixed;
  /*height: 35rem;*/
  /*top: calc(50% - 17.5rem);*/
  padding: 35px 5px;
  border-radius: 5px;
  width: 45%;
}

.modal-close {
  color: #091538;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 20px;
  line-height: 20px;
  cursor: pointer;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-img .slick-slide{
  height: auto !important;
  margin:10px;
}

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

.modal-content{
  position: relative;
}

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

.arrow-right-container-img{
  margin-right: -4%;
  width: 2%;
}

.arrow-left-container-img{
  margin-left: -4%;
  width: 2%;
}

/********** Banner final ***********/

.container-pasion {
  width: 100%;
}

.container-pasion img {
  width: 100%;
}

@media screen and (max-width: 780px) {
  /* Generales */
  .bienestar {
    overflow: hidden;
  }
  .desktopElement {
    display: none !important;
  }
  .mobileElement {
    display: block !important;
  }
  .titles-background-white h1 {
    font-size: 25px;
  }
  .redes-container{
    bottom: 54%;
  }
  .redes{
    height: 30px;
    width: 30px;
  }
  .areas {
    display: none;
  }
  .button{
    width: 150px;
    height: 40px;
    font-size:  11px !important;
  }
  .days div{
    width: 135px;
  }
  .days p{
    font-size: 11px;
  }
  .portada-competicion{
    height: 100vw;
  }
  .portada-competicion img{
    height: 100%;
  }
  /************/
  .container-deportes{
    display: block;
  }
  .container-deportes img{
    width: 100%;
  }
  .sub-container-deportes{
    width: 90%;
    margin: auto;
    padding-bottom: 3rem;
  }
  .container-info-deportes h1, .container-info-deportes strong{
    font-size: 26px;
    line-height: 26.52px;
    margin-top: 2rem;
  }
  .container-info-deportes p{
    width: 100%;
  }
  .horarios h3{
    font-weight: 800;
    font-weight: 25px;
  }
  .sub-horarios{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub-horarios .days h4{
    font-size: 16px;
  }
  .sub-horarios .days p{
    margin: 10px 0;
  }
  .container-buttons a{
   font-size: 10px;
  }
}


@media only screen and (min-width: 769px) and  (max-width: 1025px) {
  .container-info-deportes h1, .container-info-deportes strong{
    font-size: 40px;
    line-height: 37px;
  }
  .container-info-deportes p{
    width: 94%;
  }
  .button{
    width: 205px;
  }
  .container-deportes{
    height: 50vw;
  }
  .container-deportes img{
    height: 100%;
    object-fit: cover;
  }
}
</pre></body></html>