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

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Aisling Free Demo";
  src: url("fonts/AislingFreeDemoRegular.eot");
  src: url("fonts/AislingFreeDemoRegular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/AislingFreeDemoRegular.woff2") format("woff2"),
    url("fonts/AislingFreeDemoRegular.woff") format("woff"),
    url("fonts/AislingFreeDemoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #33435a;
  background-color: #fff;
}

a {
  color: #d95353;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* -------------------------------- 
  
  Modules - reusable parts of our design
  
  -------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with background images */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 
  
  Main components 
  
  -------------------------------- */
header {
  height: 120px;
  line-height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header img {
  text-align: center;
  width: 120px;
  max-width: 300px;
}
header form {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}
h1 {
  font-size: 49px;
  font-family: "Aisling Free Demo";
  text-align: center;
  color: #565a5d;
  font-weight: 400;
  margin-bottom: 40px;
  text-anchor: inherit;
  letter-spacing: 0.5px;
}
h1 span {
  color: #eb1c25;
}
h1 span small {
  font-size: 49px;
  color: #07a79d;
}
.mapas {
  max-width: 1800px;
}
.mapa2 {
  display: none;
}
.loadPdf {
  position: absolute;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #eb1c25;
  border-radius: 50%;
  opacity: 0.1;
}
.pdf1 {
  right: 4.2%;
  top: 10.5%;
}
.pdf2 {
  right: 4.2%;
  top: 17.7%;
}
.cd-product {
  text-align: center;
}

.cd-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  /* max-width: 450px; */
}
/*  .cd-product-wrapper > img {
    display: block;
  } */
.fancybox__container {
  --fancybox-bg: rgb(24 24 27 / 81%) !important;
}
#dialog-content {
  padding: 2px !important;
}
.cd-single-point {
  position: absolute;
  border-radius: 50%;
}
.cd-single-point > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  background: #d95353;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-single-point > a::after,
.cd-single-point > a:before {
  /* rotating plus icon */
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-single-point > a::after {
  height: 2px;
  width: 12px;
}
.cd-single-point > a::before {
  height: 12px;
  width: 2px;
}
.cd-single-point::after {
  /* this is used to create the pulse animation */
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}
.cd-single-point:nth-of-type(1) {
  bottom: 47.2%;
  right: 26.7%;
}
.cd-single-point:nth-of-type(2) {
  bottom: 73.4%;
  right: 35.6%;
}
.cd-single-point:nth-of-type(3) {
  top: 25.1%;
  left: 16.9%;
}
.cd-single-point:nth-of-type(4) {
  top: 24.7%;
  right: 29.6%;
}
.cd-single-point:nth-of-type(5) {
  top: 30.7%;
  right: 12.93%;
}
.cd-single-point:nth-of-type(6) {
  top: 34.7%;
  right: 8%;
}
.cd-single-point:nth-of-type(7) {
  top: 42.6%;
  right: 14.5%;
}
.cd-single-point:nth-of-type(8) {
  top: 30%;
  left: 21.3%;
}
.cd-single-point:nth-of-type(9) {
  bottom: 58.9%;
  right: 31%;
}
.cd-single-point:nth-of-type(10) {
  top: 29.3%;
  left: 11.9%;
}
.cd-single-point:nth-of-type(11) {
  top: 24.1%;
  left: 20.2%;
}
.cd-single-point:nth-of-type(12) {
  top: 24.1%;
  left: 20.2%;
}
.cd-single-point:nth-of-type(13) {
  top: 24.1%;
  left: 20.2%;
}
.cd-single-point:nth-of-type(14) {
  top: 24.1%;
  left: 20.2%;
}
.cd-single-point:nth-of-type(15) {
  top: 74.9%;
  left: 63.2%;
}
.cd-single-point:nth-of-type(16) {
  top: 79.9%;
  left: 61.9%;
}
.cd-single-point:nth-of-type(17) {
  top: 81.5%;
  left: 74.5%;
}
.textoHorarios {
  position: absolute;
  top: 44%;
  left: 17%;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.tablaHorario {
  display: flex;
  gap: 15px;
  height: 180px;
  margin-top: 20px;
}
.tablaHorario .itemHorario {
  display: flex;
  flex-flow: column;
}
.tablaHorario .itemHorario p {
  margin-bottom: 10px;
  font-weight: 600;
}
.tablaHorario .itemHorario span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.sinImagen {
  height: 270px !important;
}
.sinscroll p {
  overflow: auto !important;
}
.solotitulo {
  height: 100px !important;
}
/* .barco {
  background-color: #141d4600 !important;
  width: 50px !important;
  height: 50px !important;
  box-shadow: none !important;
} */
.cd-single-point.is-open > a {
  background-color: #475f74;
}
.cd-single-point.is-open > a::after,
.cd-single-point.is-open > a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.cd-single-point.is-open::after {
  /* remove pulse effect */
  display: none;
}
.cd-single-point.is-open .cd-more-info {
  /* visibility: visible; */
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
    -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s,
    right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s,
    top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s,
    bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point.visited > a {
  background-color: #475f74;
}
.cd-single-point.visited::after {
  /* pulse effect no more active on visited elements */
  display: none;
}
.cd-single-point.is-open .cd-more-info p {
  height: 170px;
  overflow-y: scroll;
}
.cd-single-point:nth-of-type(8) p {
  overflow: auto !important;
}
@media only screen and (min-width: 767.98px) {
  .cd-single-point.is-open .cd-more-info.cd-left {
    right: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-right {
    left: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-top {
    bottom: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-bottom {
    top: 140%;
  }
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
.cd-single-point .cd-more-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 1em 1em;
  /* visibility: hidden; */
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s,
    right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s,
    top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s,
    top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point .cd-more-info::before {
  /* triangle next to the interest point description - hidden on mobile */
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  display: none;
  border: 8px solid transparent;
}
.cd-single-point .cd-more-info h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.6em;
  margin-bottom: 10px;
}
.cd-single-point .cd-more-info p {
  color: #758eb1;
}
@media only screen and (min-width: 767.98px) {
  .cd-single-point .cd-more-info {
    position: absolute;
    width: 260px;
    height: 480px;
    padding: 2em;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: 0.25em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  /* .cd-single-point:nth-of-type(8) .cd-more-info {
    height: 380px;
  } */
  .cd-single-point .cd-more-info::before {
    display: block;
  }
  .cd-single-point .cd-more-info.cd-left,
  .cd-single-point .cd-more-info.cd-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left::before,
  .cd-single-point .cd-more-info.cd-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left {
    right: 160%;
    left: auto;
  }
  .cd-single-point .cd-more-info.cd-left::before {
    border-left-color: rgba(255, 255, 255, 0.95);
    left: 100%;
  }
  /*  .cd-single-point:nth-of-type(11) .cd-more-info{
      height: 280px;
    } */
  /*  .cd-single-point:nth-of-type(10) .cd-more-info.cd-left::before{
      right: 100%;
      border-right-color:rgba(255, 255, 255, 0.95);
      border-left-color: transparent;
      left: -7%;
    }
    .cd-single-point:nth-of-type(10).is-open .cd-more-info.cd-left{
      left: 140%;
      right: 0%;
    } */
  .cd-single-point .cd-more-info.cd-right {
    left: 160%;
  }
  .cd-single-point .cd-more-info.cd-right::before {
    border-right-color: rgba(255, 255, 255, 0.95);
    right: 100%;
  }
  .cd-single-point .cd-more-info.cd-top,
  .cd-single-point .cd-more-info.cd-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top::before,
  .cd-single-point .cd-more-info.cd-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top {
    bottom: 160%;
    top: auto;
  }
  .cd-single-point .cd-more-info.cd-top::before {
    border-top-color: rgba(255, 255, 255, 0.95);
    top: 100%;
  }
  .cd-single-point .cd-more-info.cd-bottom {
    top: 160%;
  }
  .cd-single-point .cd-more-info.cd-bottom::before {
    border-bottom-color: rgba(255, 255, 255, 0.95);
    bottom: 100%;
  }
  .cd-single-point .cd-more-info h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .cd-single-point .cd-more-info img {
    margin-bottom: 10px;
  }
  .cd-single-point .cd-more-info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* close the interest point description - only on mobile */
.cd-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
}
.cd-close-info::after,
.cd-close-info:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #475f74;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-close-info::after {
  height: 2px;
  width: 16px;
}
.cd-close-info::before {
  height: 16px;
  width: 2px;
}
.textHoarios {
  margin-top: 20px;
}

/* @media only screen and (min-width: 600px) {
    .cd-close-info {
      display: none;
    }
  } */

@media (min-width: 1550px) {
  .cd-single-point > a {
    width: 22px;
    height: 22px;
  }
  /*  .cd-single-point:nth-of-type(8) {
    top: 31%;
    left: 21.7%;
  } */
}

@media (min-width: 1400px) {
  .cd-single-point:nth-of-type(1) {
    bottom: 84%;
    right: 34.4%;
  }
  .cd-single-point:nth-of-type(2) {
    bottom: 82.8%;
    right: 35.9%;
  }
  .cd-single-point:nth-of-type(3) {
    top: 28.8%;
    left: 51.7%;
  }
  .cd-single-point:nth-of-type(4) {
    top: 31.6%;
    right: 31.6%;
  }
  .cd-single-point:nth-of-type(5) {
    top: 36.8%;
    right: 48.6%;
  }
  .cd-single-point:nth-of-type(6) {
    top: 38.7%;
    right: 55.4%;
  }
  .cd-single-point:nth-of-type(7) {
    top: 39.78%;
    right: 33.9%;
  }
  .cd-single-point:nth-of-type(8) {
    top: 41.2%;
    left: 59.8%;
  }
  .cd-single-point:nth-of-type(9) {
    bottom: 57.7%;
    right: 23.1%;
  }
  .cd-single-point:nth-of-type(10) {
    top: 42.5%;
    left: 53.9%;
  }
  .cd-single-point:nth-of-type(11) {
    top: 44.7%;
    left: 72.4%;
  }
  .cd-single-point:nth-of-type(12) {
    top: 45.9%;
    left: 65.2%;
  }
  .cd-single-point:nth-of-type(13) {
    top: 47.7%;
    left: 57.6%;
  }
  .cd-single-point:nth-of-type(14) {
    top: 49.2%;
    left: 75.3%;
  }
  .cd-single-point:nth-of-type(15) {
    top: 52.2%;
    left: 75.2%;
  }
  .cd-single-point:nth-of-type(16) {
    top: 52.3%;
    left: 56.8%;
  }
  .cd-single-point:nth-of-type(17) {
    top: 55.1%;
    left: 56%;
  }
  .cd-single-point:nth-of-type(18) {
    top: 56.2%;
    left: 68.4%;
  }
  .cd-single-point:nth-of-type(19) {
    top: 94.1%;
    left: 24.3%;
  }
  .cd-single-point:nth-of-type(20) {
    top: 89.2%;
    left: 28.1%;
  }
}

@media (max-width: 1399px) {
  .loadPdf {
    width: 70px;
    height: 70px;
  }
  .cd-single-point > a {
    width: 14px;
    height: 14px;
  }
  .cd-single-point:nth-of-type(1) {
    bottom: 84%;
    right: 34.4%;
  }
  .cd-single-point:nth-of-type(2) {
    bottom: 82.8%;
    right: 35.9%;
  }
  .cd-single-point:nth-of-type(3) {
    top: 28.8%;
    left: 51.7%;
  }
  .cd-single-point:nth-of-type(4) {
    top: 31.6%;
    right: 31.6%;
  }
  .cd-single-point:nth-of-type(5) {
    top: 36.8%;
    right: 48.6%;
  }
  .cd-single-point:nth-of-type(6) {
    top: 38.7%;
    right: 55.4%;
  }
  .cd-single-point:nth-of-type(7) {
    top: 39.78%;
    right: 33.9%;
  }
  .cd-single-point:nth-of-type(8) {
    top: 41.2%;
    left: 59.8%;
  }
  .cd-single-point:nth-of-type(9) {
    bottom: 57.7%;
    right: 23.1%;
  }
  .cd-single-point:nth-of-type(10) {
    top: 42.5%;
    left: 53.9%;
  }
  .cd-single-point:nth-of-type(11) {
    top: 44.7%;
    left: 72.4%;
  }
  .cd-single-point:nth-of-type(12) {
    top: 45.9%;
    left: 65.2%;
  }
  .cd-single-point:nth-of-type(13) {
    top: 47.7%;
    left: 57.6%;
  }
  .cd-single-point:nth-of-type(14) {
    top: 49.2%;
    left: 75.3%;
  }
  .cd-single-point:nth-of-type(15) {
    top: 52.2%;
    left: 75.2%;
  }
  .cd-single-point:nth-of-type(16) {
    top: 52.3%;
    left: 56.8%;
  }
  .cd-single-point:nth-of-type(17) {
    top: 55.1%;
    left: 56%;
  }
  .cd-single-point:nth-of-type(18) {
    top: 56.2%;
    left: 68.4%;
  }
  .cd-single-point:nth-of-type(19) {
    top: 94.1%;
    left: 24.3%;
  }
  .cd-single-point:nth-of-type(20) {
    top: 89.2%;
    left: 28.1%;
  }
}
@media (max-width: 1199px) {
  .loadPdf {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .loadPdf {
    width: 50px;
    height: 50px;
  }
  .cd-single-point:nth-of-type(1) {
    bottom: 84%;
    right: 34.4%;
  }
  .cd-single-point:nth-of-type(2) {
    bottom: 82.8%;
    right: 35.9%;
  }
  .cd-single-point:nth-of-type(3) {
    top: 28.5%;
    left: 51.3%;
  }
  .cd-single-point:nth-of-type(4) {
    top: 31.6%;
    right: 31.6%;
  }
  .cd-single-point:nth-of-type(5) {
    top: 36.8%;
    right: 48.6%;
  }
  .cd-single-point:nth-of-type(6) {
    top: 38.4%;
    right: 55.4%;
  }
  .cd-single-point:nth-of-type(7) {
    top: 39.4%;
    right: 33.9%;
  }
  .cd-single-point:nth-of-type(8) {
    top: 40.9%;
    left: 59.8%;
  }
  .cd-single-point:nth-of-type(9) {
    bottom: 57.7%;
    right: 23.1%;
  }
  .cd-single-point:nth-of-type(10) {
    top: 42.2%;
    left: 53.9%;
  }
  .cd-single-point:nth-of-type(11) {
    top: 44.3%;
    left: 72.4%;
  }
  .cd-single-point:nth-of-type(12) {
    top: 45.5%;
    left: 65.2%;
  }
  .cd-single-point:nth-of-type(13) {
    top: 47.4%;
    left: 57.6% 443.75px;
  }
  .cd-single-point:nth-of-type(14) {
    top: 49.2%;
    left: 75.3%;
  }
  .cd-single-point:nth-of-type(15) {
    top: 52.2%;
    left: 75.2%;
  }
  .cd-single-point:nth-of-type(16) {
    top: 52%;
    left: 56.8%;
  }
  .cd-single-point:nth-of-type(17) {
    top: 55.1%;
    left: 56%;
  }
  .cd-single-point:nth-of-type(18) {
    top: 56%;
    left: 68.4%;
  }
  .cd-single-point:nth-of-type(19) {
    top: 93.5%;
    left: 24.3%;
  }
  .cd-single-point:nth-of-type(20) {
    top: 89.2%;
    left: 28.1%;
  }
  /*  .cd-single-point.is-open .cd-more-info.cd-left {
        right: 195%;
    }
    .cd-single-point .cd-more-info.cd-top {
        bottom: 160%;
        top: auto;
    } */
  /*  .cd-single-point.is-open .cd-more-info.cd-right {
        left: 201%;
    } */
}

@media (max-width: 767.98px) {
  .pdf1 {
    right: 4.2%;
    top: 10.5%;
  }
  .pdf2 {
    right: 4.2%;
    top: 17.5%;
  }
  .cd-single-point.is-open .cd-more-info {
    height: 100% !important;
  }
  .cd-single-point.is-open > a {
    background-color: #475f74 !important;
  }
  .cd-single-point .cd-more-info img {
    width: 100%;
    margin-bottom: 20px;
  }
  .textoHorarios {
    transform: rotate(90deg);
    top: 22%;
    left: 23%;
  }
  .mapa1 {
    display: none;
  }
  .mapa2 {
    display: block;
    margin: 0 auto;
  }
  h1 {
    margin-top: 20px;
  }
  h1 span {
    display: block;
  }

  /* .cd-single-point > a {
    width: 25px;
    height: 25px;
  } */
  .cd-single-point:nth-of-type(1) {
    bottom: 84%;
    right: 34.4%;
  }
  .cd-single-point:nth-of-type(2) {
    bottom: 82.8%;
    right: 35.9%;
  }
  .cd-single-point:nth-of-type(3) {
    top: 28.5%;
    left: 51.3%;
  }
  .cd-single-point:nth-of-type(4) {
    top: 31.6%;
    right: 31.6%;
  }
  .cd-single-point:nth-of-type(5) {
    top: 36.8%;
    right: 48.6%;
  }
  .cd-single-point:nth-of-type(6) {
    top: 38.4%;
    right: 55.4%;
  }
  .cd-single-point:nth-of-type(7) {
    top: 39.4%;
    right: 33.9%;
  }
  .cd-single-point:nth-of-type(8) {
    top: 40.9%;
    left: 59.8%;
  }
  .cd-single-point:nth-of-type(9) {
    bottom: 57.7%;
    right: 23.1%;
  }
  .cd-single-point:nth-of-type(10) {
    top: 42.2%;
    left: 53.9%;
  }
  .cd-single-point:nth-of-type(11) {
    top: 44.3%;
    left: 72.4%;
  }
  .cd-single-point:nth-of-type(12) {
    top: 45.5%;
    left: 65.2%;
  }
  .cd-single-point:nth-of-type(13) {
    top: 47.4%;
    left: 57.6%;
  }
  .cd-single-point:nth-of-type(14) {
    top: 49.2%;
    left: 75.3%;
  }
  .cd-single-point:nth-of-type(15) {
    top: 52.2%;
    left: 75.2%;
  }
  .cd-single-point:nth-of-type(16) {
    top: 52%;
    left: 56.8%;
  }
  .cd-single-point:nth-of-type(17) {
    top: 55.1%;
    left: 56%;
  }
  .cd-single-point:nth-of-type(18) {
    top: 56%;
    left: 68.4%;
  }
  .cd-single-point:nth-of-type(19) {
    top: 93.5%;
    left: 24.3%;
  }
  .cd-single-point:nth-of-type(20) {
    top: 89.2%;
    left: 28.1%;
  }
  header {
    height: auto;
    line-height: auto;
    flex-flow: column;
    flex-direction: column-reverse;
  }
  header form {
    position: relative;
    height: 70px;
  }
  .cd-single-point.is-open .cd-more-info p {
    height: auto;
    overflow-y: auto;
  }
}
@media (max-width: 600px) {
  .loadPdf {
    width: 35px;
    height: 35px;
  }
  .textoHorarios {
    transform: rotate(90deg);
    top: 22%;
    left: 19%;
  }
}
@media (max-width: 575.98px) {
  .mapa1 {
    display: none;
  }
  .mapa2 {
    display: block;
  }
  .textoHorarios {
    transform: rotate(90deg);
    top: 22%;
    left: 12%;
  }
      .cd-single-point:nth-of-type(2) {
        bottom: 81.9%;
        right: 34.9%;
    }
  .cd-single-point:nth-of-type(3) {
    top: 28.1%;
    left: 51%;
  }
  .cd-single-point:nth-of-type(4) {
    top: 31.2%;
    right: 31%;
  }
  .cd-single-point:nth-of-type(5) {
    top: 36.2%;
    right: 48.6%;
  }
  .cd-single-point:nth-of-type(6) {
    top: 38%;
    right: 55.4%;
  }
  .cd-single-point:nth-of-type(7) {
    top: 38.6%;
    right: 32.9%;
  }
  .cd-single-point:nth-of-type(8) {
    top: 40.2%;
    left: 59.8%;
  }
  .cd-single-point:nth-of-type(9) {
    bottom: 57.7%;
    right: 21.5%;
  }
  .cd-single-point:nth-of-type(10) {
    top: 41.5%;
    left: 53.9%;
  }
  .cd-single-point:nth-of-type(11) {
    top: 43.6%;
    left: 72.4%;
  }
  .cd-single-point:nth-of-type(12) {
    top: 44.8%;
    left: 65.2%;
  }
  .cd-single-point:nth-of-type(13) {
    top: 46.6%;
    left: 57.6%;
  }
  .cd-single-point:nth-of-type(14) {
    top: 48.5%;
    left: 75.3%;
  }
  .cd-single-point:nth-of-type(15) {
    top: 51.6%;
    left: 75.2%;
  }
  .cd-single-point:nth-of-type(16) {
    top: 51.3%;
    left: 55.8%;
  }
  .cd-single-point:nth-of-type(17) {
    top: 54.1%;
    left: 55%;
  }
  .cd-single-point:nth-of-type(18) {
    top: 55%;
    left: 68.4%;
  }
  .cd-single-point:nth-of-type(19) {
    top: 92.5%;
    left: 24.7%;
  }
  /* .cd-single-point > a {
    width: 25px;
    height: 25px;
  } */
}
@media (max-width: 450px) {
  .loadPdf {
    width: 30px;
    height: 30px;
  }
  .textoHorarios {
    transform: rotate(90deg);
    top: 22%;
    left: 9%;
  }
  .cd-single-point:nth-of-type(20) {
    top: 92.5%;
    left: 24.1%;
  }
}
@media (max-width: 390px) {
  .loadPdf {
    width: 25px;
    height: 25px;
  }
  .cd-single-point > a {
    width: 10px;
    height: 10px;
  }
  .textoHorarios {
    transform: rotate(90deg);
    top: 22%;
    left: 6%;
  }
    .cd-single-point:nth-of-type(19) {
        top: 91.7%;
        left: 24.7%;
    }
        .cd-single-point:nth-of-type(14) {
        top: 48.1%;
        left: 75.3%;
    }
        .cd-single-point:nth-of-type(15) {
        top: 50.8%;
        left: 75.2%;
    }
        .cd-single-point:nth-of-type(3) {
        top: 27.6%;
        left: 51%;
    }
        .cd-single-point:nth-of-type(4) {
        top: 31%;
        right: 30%;
    }
        .cd-single-point:nth-of-type(2) {
        bottom: 82.3%;
        right: 35.9%;
    }
        .cd-single-point:nth-of-type(1) {
        bottom: 84.4%;
        right: 34.4%;
    }
}
