*{
    margin:0;
    padding: 0;
    color: #706f6f;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}
a{
    text-decoration: none;
}
.montserrat-font{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.bg-verde{
    background-color: #61aa1a;
}
.color-verde{
    color: #61aa1a;
}
.bg-azul{
    background-color: #006899;
}
.grales{
    width: 100%;
    float: left;
}
.color-blanco{
    color: #fff;
}
.enlace-blanco{
    text-decoration: none;
    color: #fff;
}
.enlace-gris{
    text-decoration: none;
    color: #706f6f;
}
.w-290{
    width: 290px;
}
.w-230{
    width: 230px;
}
.nav-link{
    font-size: 14px;
}
.dropdown-menu{
    background-image: url(../images/bg-transp.png);
    border-radius: 0;
    border: 0;
    background-color: transparent;
}
.carousel-caption {
    top: 25%;
    text-align: left;
}
.carousel-caption h2{
    font-size: 70px;
    font-weight: bold;
}
.carousel-caption h3{
    font-size: 69px;
    font-weight: bold;
}
.font-size-40{
    font-size: 40px;
}
.btn-verde{
    background-color: #61aa1a;
    text-align: center;
    text-decoration: none;
}
.w-150{
    width: 150px;
}
#menu{
    -webkit-box-shadow: 0 2px 3px 4px #CCCCCC;
    box-shadow: 0 2px 3px 4px #CCCCCC;
}
.bg-home-cabana{
    background-image: url(../images/imagen-instalaciones-propias-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img-instal{
    width: 100%;
}
.bg-transp{
    background-image: url(../images/bg-transp.png);
}
.fonst10{
    font-size: 10px;
}
.fonst11{
    font-size: 11px;
}
.fonst12{
    font-size: 12px;
}
.fonst13{
    font-size: 13px;
}
.fonst14{
    font-size: 14px;
}
.fonst15{
    font-size: 15px;
}
.fonst16{
    font-size: 16px;
}
.fonst17{
    font-size: 17px;
}
.fonst18{
    font-size: 18px;
}
.fonst19{
    font-size: 19px;
}
.fonst20{
    font-size: 20px;
}
.fonst21{
    font-size: 21px;
}
.fonst22{
    font-size: 22px;
}
.fonst23{
    font-size: 23px;
}
.fonst24{
    font-size: 24px;
}
.fonst25{
    font-size: 25px !important;
}
.fonst30{
    font-size: 30px;
}
.fonst35{
    font-size: 35px;
}
.fonst40{
    font-size: 40px;
}
.fonst45{
    font-size: 45px;
}
.fonst50{
    font-size: 50px;
}
.fonst55{
    font-size: 55px;
}
.menu-pie{
    padding: 0;
    margin: 0;
}
.menu-pie li{
    list-style: none;
}
.menu-pie li a{
    text-decoration: none;
}
.borde-top{
    border-top: 1px solid #383838;
}
.borde-bottom{
    border-bottom: 1px solid #383838;
}
.menu-pie{
    margin: 0;
    padding: 0;
}
.menu-pie li{
    list-style: none;
    padding-bottom: 5px;
}
.menu-pie li a{
    font-size: 12px;
}
.contacto-pie li{
    list-style: none;
    padding-bottom: 6px;
}
.contacto-pie{
    margin: 0;
    padding: 0;
}
.contacto-pie li{
    list-style: none;
}
.bg-triplecompromiso{
    background-image: url(../images/bg-triple-compromiso.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0 !important;
}
.w-140{
    width: 140px;
}
.w-130{
    width: 130px;
}
.w-120{
    width: 120px;
}
.w-110{
    width: 110px;
}
.w-100{
    width: 100px;
}
.w-90{
    width: 90px;
}
.w-80{
    width: 80px;
}
.w-100{
    width: 100px;
}
.btn-blancoazul{
    border: 3px solid #006899;
    color: #006899;
    text-decoration: none;
    font-size: 20px;
    font-weight: bolder;
    -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.btn-blancoazul:hover{
    border: 3px solid #006899;
    color: #fff;
    background-color: #006899;
}
.lista-articulos{
    border: 2px solid #006899;
    background-color: #006899;
    color: #fff;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lista-articulos:hover{
    border: 2px solid #006899;
    background-color: #fff;
    color: #006899;
}
.color-gris2{
    color: #b2b2b2;
}
.bg-gris2{
    background-color: #d8d8d8;
}
.separaletra{
    letter-spacing: 2px;
}
.mosaic{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
}
.tile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tile:nth-child(1),
.tile:nth-child(2),
.tile:nth-child(3){
    grid-column: span 2;
}
.tile:nth-child(4),
.tile:nth-child(5),
.tile:nth-child(6){
    grid-column: span 2;
}
.tile:nth-child(7),
.tile:nth-child(8),
.tile:nth-child(9){
    grid-column: span 2;
}
.tile:nth-child(10),
.tile:nth-child(11),
.tile:nth-child(12){
    grid-column: span 2;
}
.tile:nth-child(13),
.tile:nth-child(14),
.tile:nth-child(15){
    grid-column: span 2;
}
.tile:nth-child(16),
.tile:nth-child(17),
.tile:nth-child(18){
    grid-column: span 2;
}
.tile:nth-child(19),
.tile:nth-child(20),
.tile:nth-child(21){
    grid-column: span 2;
}
.tile:nth-child(22),
.tile:nth-child(23),
.tile:nth-child(24){
    grid-column: span 2;
}
.tile:nth-child(25),
.tile:nth-child(26),
.tile:nth-child(27){
    grid-column: span 2;
}
.tile:nth-child(28),
.tile:nth-child(29),
.tile:nth-child(30){
    grid-column: span 2;
}
.tile:nth-child(31),
.tile:nth-child(32),
.tile:nth-child(33){
    grid-column: span 2;
}
.tile:nth-child(34),
.tile:nth-child(35),
.tile:nth-child(36){
    grid-column: span 2;
}
.tile:nth-child(37),
.tile:nth-child(38),
.tile:nth-child(39){
    grid-column: span 2;
}
.tile:nth-child(40),
.tile:nth-child(41),
.tile:nth-child(42){
    grid-column: span 2;
}
.tit-actividades{
    background-color: #61aa1a;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}
#actividades-desk{
    display: block;
}
#actividades-movil{
    display: none;
}

/************ MODAL *******************************/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url(../images/bg-transp.png);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #383838;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 60px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navbar-toggler{
    margin: 0 auto;
}
/************** WHATSAPP ********/
            .btn-whatsapp {
                position: fixed;
                z-index: 100;
                right: 40px;
                top: 50%;
            }

            .btn-whatsapp:before, .btn-whatsapp:after {
                content: "";
                position: absolute;
                top: 7px;
                left: 7px;
                width: 45px;
                height: 45px;
                border-radius: 50%;
                background-color: #25D366;
                opacity: 0;
                animation: onda 1.7s infinite;
            }

            .btn-whatsapp img {
                width: 60px;
                position: relative;
                z-index: 2;
            }

            .btn-whatsapp:before {
                animation-delay: 1s;
            }

            .btn-whatsapp:after {
                animation-delay: 1.3s;
            }

            @keyframes onda {
                0% {
                    transform: scale(1);
                }

                15% {
                    opacity: 1;
                }

                100% {
                    opacity: 0;
                    transform: scale(2.5);
                }
            }

/************** WHATSAPP ********/
#toTop {
  padding: 0;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 200;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px 0 #969696;
  box-shadow: 0 0 5px 0 #969696;
}
#instalaciones-home{
    display: block;
}
#instalaciones-home-movil{
    display: none;
}
#top{
    display: block;
}
#top-movil{
    display: none;
}
.wi-250{
    width: 250px !important;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
      font-size: 95%;
    }
  }
  
  @media screen and (max-width: 1199px) {
    html {
        font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## Netbook
  --------------------------------------------------------------*/
  @media only screen and (max-width: 1024px) {
    html {
      font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 960px) {
    html {
      font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 768px) {
    html {
      font-size: 95%;
    }
    .mosaic{
        display: block;
    }
    .tile{
        margin-bottom: 1rem;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 480px) {
    html {
      font-size: 95%;
    }
    .al-centro{
      text-align: center !important;
    }
    #actividades-desk{
        display: none;
    }
    #actividades-movil{
        display: block;
    }
    .carousel-caption h2 {
        font-size: 20px;
    }
    .carousel-caption h3 {
        font-size: 20px;
    }
    .txt-instalaciones .fonst25{
        font-size: 11px !important;
    }
    .txt-instalaciones{
        padding: 20px !important;
    }
    #instalaciones-home .carousel-caption {
        top: 0;
        text-align: left;
    }
    #instalaciones-home{
        display: none;
    }
    #instalaciones-home-movil{
        display: block;
    }
        .tile {
        margin-bottom: 1rem;
        width: 30.33%;
        float: left;
        margin-right: 3%;
    }
    #top{
        display: none;
    }
    #top-movil{
        display: block;
    }
}