@charset "UTF-8";

* {
  box-sizing: border-box;
}
html {
  background: url(img/fondo.jpg) no-repeat center fixed; 
  background-size: cover;
}
body {
  max-width: 1200px;
  margin: auto;
  background-color: white;
  position: relative;
  z-index: -1;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;  
}
h3 {
  font-family: "Texturina";
}
.boton {
  font-family: "Texturina";
  background-color: darkOrange;
  color: white;
  box-shadow: 4px 4px 8px black;
  border-radius: 10px;
  font-size: 14pt;
  padding: 0.2em 2em;
  border: 2px solid white;
}
.boton:hover {
  background-color: white;
  color: darkOrange;
  border: 2px solid darkOrange;
  cursor: pointer;
}
.boton:active {
  background-color: darkOrange;
  color: white;
}
.caja {
  border: 1px solid;
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-color: rgb(42, 149, 218);
  background-color: white;
}
.enlace {
  text-decoration: underline;
  color:  rgb(0, 100, 255);
  cursor: pointer;
}
.enlace:hover {
  color: orangeRed;
}


/*--------------------------------------------------------*/
/*------------------------ HEADER ------------------------*/
/*--------------------------------------------------------*/



header {
  background: url(img/nubes.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.cajaEmergente {
  position: fixed;
  width: 1200px;
  top: 0;
  z-index: 2;
}
#cajaTotalNuevoRegistro .opciones {
    margin-top: 1%;
}
.cajaTotal {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: none;
}
#idioma {
  float: right;
  margin: 15px 15px 0 0;
  cursor: pointer;
}
#idioma:hover {
  transform: scale(1.2);
}
.iconoCerrar {
  position: absolute;
  right: 1%;
  margin-top: 1%;
  transform: scale(0.5);
  cursor: pointer;
  z-index: 1;
}
.iconoCerrar:hover {
  transform: scale(0.7);
}
.opciones {
  position: relative;
  width: 500px;
  margin: 10% auto;
}
.opciones ul {
  right: 25%;
  width: 60%;
  padding: 1em;
  margin: auto;
}
.opciones .boton {
  width: 100%;
}
.opciones .texto {
  font-size: 14pt;
  text-align: center;
}
.opciones .caja {
  width: 100%;
  padding: 0.5em;
  font-size: 12pt;
}
.opciones li {
  margin: 1em;
}
.bandera {
  margin-left: 1em;
  margin-top: 10px;
}
.botones {
  margin-top: 2em;
}
#tittle {
  font-family: "Copperplate";
  font-size: 95pt;
  text-align: center;
  margin: auto;
  transform: scaleY(1.3);
}
#subtittle {
  font-family: "Tangerine";
  font-size: 70pt;
  margin: 0 0 -4% 10%;
  padding-top: 20px;
}

/*--------------------------------------------------------*/
/*------------------------- NAV --------------------------*/
/*--------------------------------------------------------*/

nav {
  background-color: rgb(42, 149, 218);
  margin-top: -20px;
  height: 55px;
  font-family: "Texturina";
}
.esquerra {
  float: left;
}
.width12 {
  width: 12%;
}
.width16 {
  width: 16%;
}
.width22 {
  width: 22%;
}
#login {
  float: right;
  margin: 15px 40px 0 0;
  transform: scale(1.2);
  cursor: pointer;
}
#iconoMenu {
  display: none;
  margin-left: 30px;
  transform: scale(1.3);
  width: 50px;
  cursor: pointer;
}
.actual, .menu a {
  display: block;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 12pt;
}
.menu a:hover, #login:hover {
  transform: scale(1.4);
  text-shadow: 4px 4px 8px black;
  cursor: pointer;
}
.actual {
  color: rgb(255, 200, 0);
  font-weight: bold;
  transform: scale(1.4);
}
#menuVertical{
  background-color: rgb(42, 149, 218);
  width: 100%;
}

/*--------------------------------------------------------*/
/*------------------------ HOME --------------------------*/
/*--------------------------------------------------------*/

#imageHome img{
  width: 100%;
  padding: 2%;
}
#infoHome {
  width: 80%;
  margin: 0 auto 2em auto;
  text-align: center;
}
#iconosInfo {
  float:left;
  width: 50%;
  margin-top: 3%;
}
#mejorPrecio {
  float: right;
  width: 50%;
}
.requadreIconosInfo {
  float: left;
  width: 33.33%;
  white-space: nowrap;
}
.letraGrande {
  font: 30pt bold;
  padding: 0.2em;
}
.letraChica {
  margin: -1.5em auto 0 auto;
  font: 10pt "Helvetica";
}
#iconosInfo img {
  margin-left: 1em;
}
#letras {
  font-size: 30pt;
  font-family: "Wire One";
  margin: 10px 0;
  text-shadow: 2px 2px 1px darkOrange;
}
#precio {
  font-size: 30pt;
  margin: 0 0  0.5em 0;
  font-family: "Copperplate";
}
#especificaciones {
  width: 95%;
  margin: auto;
}
#solapas {
  position: relative;
  height: 50px;
}
.solapa {
  border: 1px solid rgb(42, 149, 218);
  padding: 0.5em 1em;
  font: 14pt bold;
  font-family: "Texturina";
  position: absolute;
  border-right: 3px solid rgb(42, 149, 218);
}
#localizacion {
  background-color: rgb(221, 240, 249);
}
#caracteristicas {
  margin-left: -1px;
  background-color: rgb(114, 192, 231);
  color: white;
  left: 158px;
}
#caracteristicas:hover {
  cursor: pointer;
}
#informacion {
  position: relative;
}
#quadreLocalizacion, #quadreCaracteristicas {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: rgb(42, 149, 218);
  display: flex;
}
#quadreLocalizacion {
  background-color: rgb(221, 240, 249);
}
#quadreCaracteristicas {
  background-color: rgb(114, 192, 231);
  position: absolute;
  top: 0;
}
.texto {
  font-family: "Alegreya";
  text-align: justify;
  font-size: 14pt;
}
#quadreLocalizacion .texto {
  flex: 50%;
  padding: 0 2em;
}
#quadreLocalizacion .imagen {
  flex: 25%;
  padding: 1em 1em 0 0;
}
#quadreCaracteristicas .texto {
  flex: 50%;
  padding-left: 2em;
}
#quadreCaracteristicas .imagen {
  flex: 25%;
  padding: 1em 2em;
}
#informacion .imagen {
  margin: 1em 0;
  height: 400px;
}
#informacion .texto {
  height: 350px;
  margin: 3em 0;
  padding-top: 0px;
}
#informacion p {
  margin-top: 0px;
}

/*--------------------------------------------------------*/
/*----------------------- GALERIA -----------------------*/
/*--------------------------------------------------------*/

#galeriaBox {
  position: relative;
}
#galeria {
  margin: 1em auto;
  width: 800px;
}
#galeria img {
  width: 100%;
  box-shadow: 4px 4px 8px black;
}
.flechaImg {
  position: absolute;
  top: 40%;
  padding: 1em;
  z-index: 1;
}
.flechaIzq {
  left: 7%;
}
.flechaDer {
  right: 7%;
}


/*--------------------------------------------------------*/
/*--------------------- ACTIVIDADES ----------------------*/
/*--------------------------------------------------------*/

#pizarra {
  width: 720px;
  margin: 2.5em auto;
  background: url(img/marco.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 3em 4em;
  box-shadow: 4px 4px 8px black;
}
#mapa {
  width: 384px;
  float: left;
  position: relative;
}
#mapaMallorca {
  width: 100%;
  box-shadow: 4px 4px 8px black;
}


/*------------ Carteles ------------*/

#carteles {
  float: right;
  width: 35%;
  padding: 0.5em 1em 0 3em;
  text-align: center;
}
.cartel {
  padding: 0.9em;
  background-color: white;
  margin-bottom: 1.5em;
  font-family: helvetica;
  font-size: 10pt;
  font-weight: bold;
  box-shadow: 4px 4px 8px black;
}
#cartelPlayas, .cartel:hover {
  transform: scale(1.2);
}
.cartel:hover {
  cursor: pointer;
}
#cartelPlayas {
  background-color: rgb(255, 205, 0);
  border: 2px solid white;
  color: white;
  cursor: default;
}
#cartelGolf {
  border: 2px solid rgb(0, 169, 0);
  color: rgb(0, 169, 0);
}
#cartelExcursiones {
  border: 2px solid rgb(0, 157, 232);
  color: rgb(0, 157, 232);
}
#cartelGastronomia {
  border: 2px solid rgb(235, 46, 21);
  color: rgb(235, 46, 21);
}
#cartelGolf:hover {
  background-color: rgb(0, 169, 0);
  border: 2px solid white;
  color: white;
}
#cartelExcursiones:hover {
  background-color: rgb(0, 157, 232);
  border: 2px solid white;
  color: white;
  }
#cartelGastronomia:hover {
  background-color: rgb(235, 46, 21);
  border: 2px solid white;
  color: white;
}


/*-------- Chinchetas ----------*/

.lugar {
  position: absolute;
  padding: 0.5em;
  cursor: pointer;
}
.casa {
  position: absolute;
}
.lugar img{
  width: 15px;
  position: absolute;
}
#rojas, #azules, #verdes{
  display: none;
}

/*--------------------------------*/


/*--------------------------------*/
/*----- Posicion Chinchetas ------*/
/*--------------------------------*/

#cocotte img {
  width: 18px;
}
#cocotte {
  bottom: 145px;
  right: 115px;
}

/*----------- Amarillas ----------*/

#estrenc {
  bottom: 68px;
  right: 175px; 
}
#calaLlombards {
  bottom: 72px;
  right: 107px; 
}
#calaVarques {
  bottom: 123px;
  right: 83px; 
}
#calaAgulla {
  bottom: 202px;
  right: 33px; 
}
#calaTorta {
  bottom: 220px;
  right: 59px;  
}
#sonSerra {
  bottom: 209px;
  right: 100px; 
}
#playaDeMuro {
  bottom: 230px;
  right: 130px; 
}

/*----------- Verdes ----------*/

#puntiroGolf {
  bottom: 165px;
  right: 240px; 
}
#vallDorGolf {
  bottom: 95px;
  right: 102px; 
}
#golfSonGual {
  bottom: 145px;
  right: 213px; 
}
#sonServeraGolf {
  bottom: 172px;
  right: 56px; 
}
#capdeperaGolf {
  bottom: 210px;
  right: 62px;  
}
#golfAlcanada {
  bottom: 250px;
  right: 130px; 
}
#pollençaGolf {
  bottom: 260px;
  right: 168px; 
}

/*----------- Azules ----------*/

#mercatSineu {
  bottom: 174px;
  right: 171px; 
}
#formentor {
  bottom: 287px;
  right: 116px; 
}
#salbufera {
  bottom: 228px;
  right: 136px; 
}
#manacor {
  bottom: 150px;
  right: 108px; 
}
#cuevasArta {
  bottom: 178px;
  right: 41px; 
}
#cuevasDrach {
  bottom: 135px;
  right: 74px; 
}
#arta {
  bottom: 193px;
  right: 68px;  
}
#sonReal {
  bottom: 212px;
  right: 105px;  
}
#saCalobra {
  bottom: 248px;
  right: 233px; 
}
#lluc {
  bottom: 245px;
  right: 200px; 
}

/*----------- Rojas ----------*/

#esCeller {
  bottom: 157px;
  right: 142px; 
}
#sestop {
  bottom: 175px;
  right: 153px; 
}
#saCreu {
  bottom: 190px;
  right: 138px; 
}
#sesTorres {
  bottom: 200px;
  right: 122px; 
}
#esCruce {
  bottom: 145px;
  right: 120px; 
}

/*--------------------------------*/

#imagen {
  width:90%;
  margin: 5%;
}

#texto {
  text-align: justify;
  margin: 5%;
}
 
 #estrencDesc,
 #sonSerraDesc,
 #calaLlombardsDesc,
 #calaVarquesDesc,
 #calaAgullaDesc,
 #playaDeMuroDesc,
 #calaTortaDesc,
 #puntiroGolfDesc,
 #vallDorGolfDesc,
 #golfSonGualDesc,
 #sonServeraGolfDesc,
 #capdeperaGolfDesc,
 #golfAlcanadaDesc,
 #pollençaGolfDesc,
 #mercatSineuDesc,
 #formentorDesc,
 #salbuferaDesc,
 #manacorDesc,
 #cuevasArtaDesc,
 #cuevasDrachDesc,
 #artaDesc,
 #sonRealDesc,
 #saCalobraDesc,
 #llucDesc,
 #esCellerDesc,
 #sestopDesc,
 #saCreuDesc,
 #sesTorresDesc,
 #esCruceDesc {
  display: none;
}

/*--------------------------------------------------------*/
/*----------------------- RESERVA ------------------------*/
/*--------------------------------------------------------*/


#cajaCalendario {
  position: relative;
}
#calendario {
  width: 700px;
  height: 480px;
  margin: 3em auto 2em auto;
  padding: 3em;
  background: url(img/calendario.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#calendarioInfo {
  font-size: 14pt;
}
#semana, #dias {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 5px;
  text-align: center;
  line-height: 2;
}
#mes, #anyo {
  padding: 0.5em;
}
.diasPasados {
  visibility: hidden;
}
.numeroSemana, .diaSemana {
  font-family: helvetica;
  font-weight: bold;
}
.diaSemana {
  color: rgb(42, 149, 218);
}
.libre {
  border: 2px solid rgb(42, 149, 218);
  color: rgb(42, 149, 218);
  background-color: white;
}
.ocupado {
  border: 2px solid rgb(42, 149, 218);
  color: white;
  background-color: rgb(42, 149, 218);
}
.enConsulta {
  border: 2px solid darkOrange;
  color: darkOrange;
  background-color: rgb(191, 226, 244);  
}
.entSal {
  border: 2px solid rgb(42, 149, 218);
  background: linear-gradient(to bottom, white 0%, rgb(42, 149, 218) 100%);
}
.hoy {
  color: rgb(184, 24, 81);
  border: 2px solid rgb(184, 24, 81);
}
#infoReserva {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 5px;
  width: 80%;
  text-align: center;
  position: absolute;
  bottom: 2em;
  right: 10%;
}
#infoReserva .recuadro {
  font-family: Helvetica;
  font-size: 10pt;
  width: 100%;
  padding: 0.2em;
  text-align: center;
  overflow: hidden;
}


/*--------------------------------------------------------*/
/*--------------- PRECIOS Y CONDICIONES ------------------*/
/*--------------------------------------------------------*/

#condicionesCont {
  width: 700px;
  margin: auto;
  padding-bottom: 1em;
}
#precioyCondiciones {
  padding: 1em;
}
#precioyCondiciones h3 {
  font-size: 18pt;
  margin: 1em auto;
  text-align: center;
  font-family: "Bakersville";
  transform: scaleX(1.3);
}
#precioyCondiciones h4 {
  font-size: 14pt;
  margin-top: 2em;
  font-family: "Texturina";
}
#dinero {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 2px;
  width: 60%;
  text-align: center;
  margin: auto;
}
#meses {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-gap: 2px;
  width: 100%;
  text-align: center;
  margin: 1em auto;
}
#meses .recuadro {
  overflow: hidden;
}
#precios .recuadro {
  border: 1px solid black;
  padding: 0.5em 0;
  font-family: "Helvetica";
  font-size: 12pt;
}
.tempBaja {
  background-color: rgb(148, 214, 247);
}
.tempMedBaja {
  background-color: rgb(142, 228, 138);
}
.tempMedAlta {
  background-color: rgb(255, 208, 68);
}
.tempAlta {
  background-color: rgb(255, 142, 101);
}
#condiciones li{
  list-style-type: circle;
  margin: 0.5em;
  font-size: 12pt;
  font-family: "Alegreya";
  text-align: justify;
}
#condiciones ul {
  margin-left: 1em;
}



/*--------------------------------------------------------*/
/*----------------------- CONTACTO -----------------------*/
/*--------------------------------------------------------*/


#postal {
  margin: auto;
  width: 800px;
  position: relative;
  font-family: "Dancing Script";
  color: rgb(23, 59, 166);
}
#imagenPostal img {
  width: 90%;
  margin: 5%;
  box-shadow: 4px 4px 8px black;
}
#saludo {
  position: absolute;
  width: 40%;
  top: 20%;
  left: 9%;
  text-align: justify;
}
#saludo p {
  margin: 0.5em;
  font-size: 17pt;
}
#direccion {
  position: absolute;
  width: 30%;
  top: 42%;
  right: 13%;
}
#direccion p {
  margin: 0.25em;
  font-size: 19pt;
}
#imagenPap {
  position: absolute;
  bottom: 60%;
  right: 5%;
}
#imagenPap img {
  width: 55%;
}

/*   -------- resumen valoraciones  -------  */

#resumenVal, .valoracion {
  width: 750px;
  margin: auto;
  padding: 0.7em;
  box-sizing: border-box;
  margin-bottom: 1em;
}
#resumenVal .estrellasVal {
  margin: auto;
}
#valoraciones .estrellasVal {
  margin: auto 0 auto 1em;
}
.numeroVal {
  font-size: 12pt;
  line-height: 1.7em;
  text-align: right;
  font-family: helvetica;
  margin-right: 1em;
}
.datosVal {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 0.5em;
}
.valorVal {
  white-space: nowrap;
  overflow-y: hidden;
}
/*    Estrella input     */

.estrella {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}

.estrella label {
  display: inline-block;
  background-image:url(img/estrella2.png);
  background-size:100%;
}
.estrellasVal .estrella label{
  width: 18px;
  height: 18px;
}
.estrella input {
  display:none;
}
.estrella input:checked + label,
.estrella input:checked ~ input + label {
  background-image:url(img/estrella1.png);
}

/* ------------------ */

#esquemaVal {
  width: 100%;
  display: grid;
  grid-template-columns: 75px auto 85px;
  grid-gap: 1em;
}
.imgEstrellas img {
  height: 10px;
}
.imgEstrellas {
  height: 14px;
}
.barra {
  background-color: white;
  border: 1px solid rgb(42, 149, 218);
  width: 100%;
  height: 0.3em;
  margin: 0.4em 0em 0.6em 0em;
}
.relleno {
  background-color: rgb(42, 149, 218);
  width: 80%;
  height: 100%;
}
#parteNumVals p {
  font-size: 8pt;
  line-height: 15px;
  margin: 0;
  font-family: "Helvetica";
  text-align: right;
}
.oculto {
  display: none;
}
.nombreVal {
  transform: scale(0.9);
}
.comentario {
  padding:0 1em;
  text-align: justify;
  font-family: "Alegreya";
}
.valoracion .datosVal {
  height: 2em;
}
#verTodas {
  float: right;
  margin-right: 16%;
  margin-top: -0.5em;
  font-size: 12pt;
}

/*--------------------------------------------------------*/

/*----------------------- FOOTER -------------------------*/

/*--------------------------------------------------------*/

#dades {
  background-color: rgb(42, 149, 218);
  color: white;
}
#telefonoInfo {
  float: right;
  margin: 1em;
}
#emailInfo {
  float: left;
  margin: 1em;
}
#copyinfo {
  background-color: rgb(42, 202, 218);
  padding: 0.2em;
  text-align: center;
}


/*--------------------------------------------------------*/

/*----------------------- CLEARS -------------------------*/

/*--------------------------------------------------------*/
#verTodas::after,
#pizarra::after,
#infoHome::after,
#dades::after {
  content:"";
  display: table;
  clear: both;
}


/*--------------------------------------------------------*/

/*--------------------- RESPONSIVE -----------------------*/

/*--------------------------------------------------------*/

@media only screen and (max-width: 1200px){
 
/*-------------------- HOME -----------------------*/
  
 .cajaEmergente {
    width: 100%;
  }
  .flechaImg {
    padding: 1em 1.5vw;
  }
}
  
@media only screen and (max-width: 1100px){
  
  .flechaIzq {
    left: 5%;
  }
  .flechaDer {
    right: 5%;
  }
}


/*-------------------------------------------------*/


@media only screen and (max-width: 900px){

  .flechaIzq {
    left: 1vw;
  }
  .flechaDer {
    right: 1vw;
  }  

/*-------------------------------------------------*/

}

@media only screen and (max-width: 950px){

/*-------------------- HOME -----------------------*/

  .texto {
    font-size: 13pt;
  }
  #quadreCaracteristicas .imagen {
    flex: 35%;
  }

/*-------------------------------------------------*/


}

@media only screen and (max-width: 900px){
  
/*-------------------- NAVIGATION --------------------*/

  #tittle {
    font-size: 14vw;
  }
  #subtittle {
    font-size: 10.5vw;
  }

/*---------------------- GALERIAS -------------------*/

  .flechaImg {
    opacity: 0.7;
  }

/*-------------------------------------------------*/


}


@media only screen and (max-width: 800px){

/*-------------------- HOME -----------------------*/

  .texto {
    font-size: 12pt;
  }

  
/*------------------- GALERIA -----------------------*/

  #galeria {
    width: 90%;
  }
  
/*-------------------- CONTACTO -----------------------*/

  #postal {
    width: 95%;
  }
  #saludo p {
    font-size: 2.9vw;
  }
  #direccion p {
    font-size: 3.0vw;
  }
  #imagenPap {
    width: 21vw;
  }
  #resumenVal, .valoracion {
    width: 85%;
  }
/*-------------------------------------------------*/

  #calendario, #condicionesCont {
    width: 80%;
  }
}


@media only screen and (max-width: 750px){
  

/*------------------ CAJA EMERGENTE ---------------*/

  .opciones {
    width: 70%;
  }

/*-------------------------------------------------*/

  
  
/*-------------------- NAVIGATION -----------------------*/

  .esquerra {
    display: none;
  }
  .actual {
    display: block;
    margin-left: 2em;
}
  #iconoMenu {
    display: block;
    margin-left: 30%;
  }

/*-------------------- HOME -----------------------*/

  .opciones ul {
    width: 80%;
  }
  #iconosInfo {
    width: 75%;
    margin-left: 13%;
  }
  #mejorPrecio {
    width: 100%;
  }
  #especificaciones {
    margin-top: 3em;
  }
  #quadreLocalizacion, #quadreCaracteristicas {
    display: block;
  }
  #quadreLocalizacion .texto, #quadreCaracteristicas .texto {
    height: auto;
  }
  #quadreCaracteristicas .texto {
    padding-right: 2em;
  }
  #quadreLocalizacion .imagen {
    margin: 3em 2em 3em 3em;
  }
  
/*-------------------------------------------------*/

/*--------------------- ACTIVIDADES -----------------------*/

  #mapa {
    float: none;
    margin: auto;
    padding: 0;
}
  #mapaMallorca {
  }
  #carteles {
    width: 250px;
    float: none;
    margin: auto;
    padding: 0.5em;
  }
  #pizarra {
    width: 95%;
    padding: 3em 0;
  }

/*-------------------------------------------------*/

} 

@media only screen and (max-width: 600px){
  

/*------------------ CAJA EMERGENTE ---------------*/

  .opciones {
    width: 90%;
  }

/*-------------------------------------------------*/


}


@media only screen and (max-width: 450px){

/*---------------- ACTIVIDADES ----------------*/

#mapa {
  width: 300px;
}

/*--------------------------------*/
/*----- Posicion Chinchetas ------*/
/*--------------------------------*/

#cocotte {
  bottom: 114px;
  right: 90px;
}
#cocotte img {
width: 15px;
}
.lugar img{
  width: 12px;
}

/*----------- Amarillas ----------*/

#estrenc {
  bottom: 52px;
  right: 137px; 
}
#calaLlombards {
  bottom: 52px;
  right: 85px; 
}
#calaVarques {
  bottom: 95px;
  right: 63px; 
}
#calaAgulla {
  bottom: 156px;
  right: 25px; 
}
#calaTorta {
  bottom: 170px;
  right: 45px;  
}
#sonSerra {
  bottom: 161px;
  right: 74px; 
}
#playaDeMuro {
  bottom: 178px;
  right: 102px; 
}

/*----------- Verdes ----------*/

#puntiroGolf {
  bottom: 129px;
  right: 186px; 
}
#vallDorGolf {
  bottom: 72px;
  right: 78px; 
}
#golfSonGual {
  bottom: 113px;
  right: 164px; 
}
#sonServeraGolf {
  bottom: 134px;
  right: 42px; 
}
#capdeperaGolf {
  bottom: 165px;
  right: 46px;  
}
#golfAlcanada {
  bottom: 195px;
  right: 100px; 
}
#pollençaGolf {
  bottom: 203px;
  right: 130px; 
}

/*----------- Azules ----------*/

#mercatSineu {
  bottom: 136px;
  right: 132px; 
}
#formentor {
  bottom: 225px;
  right: 88px; 
}
#salbufera {
  bottom: 178px;
  right: 105px; 
}
#manacor {
  bottom: 118px;
  right: 83px; 
}
#cuevasArta {
  bottom: 140px;
  right: 30px; 
}
#cuevasDrach {
  bottom: 105px;
  right: 56px; 
}
#arta {
  bottom: 150px;
  right: 52px;  
}
#sonReal {
  bottom: 165px;
  right: 80px;  
}
#saCalobra {
  bottom: 194px;
  right: 180px; 
}
#lluc {
  bottom: 191px;
  right: 155px; 
}

/*----------- Rojas ----------*/

#esCeller {
  bottom: 122px;
  right: 110px; 
}
#sestop {
  bottom: 137px;
  right: 118px; 
}
#saCreu {
  bottom: 148px;
  right: 106px; 
}
#sesTorres {
  bottom: 155px;
  right: 93px; 
}
#esCruce {
  bottom: 113px;
  right: 93px; 
}

/*--------------------------------*/

/*-------------------------------------------------*/

}