body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.visitas-guiadas {
  padding-top: 0px;
}

.section.header {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/bg-header-medina-zahara-noche.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.section.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #961c53;
  color: #fff;
  font-size: 14px;
}

.container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.tour {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.tour-detalles {
  margin-bottom: 10px;
}

.wrapper.tour-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.logo-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.wrapper.reservar-tour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #022e6f;
}

.wrapper.header-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.wrapper.precio-tour {
  margin-right: 20px;
}

.wrapper.banner-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #edbc34;
}

.wrapper.freetour-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.freetour {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.reservar-freetour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.top-banner {
  margin-bottom: 40px;
}

.wrapper.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.wrapper.tabs-navigation {
  display: inline-block;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tour-info {
  display: inline-block;
  margin-right: 5px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 125%;
}

.tour-info.titulo {
  margin-top: 0px;
  margin-right: 0px;
  color: #022e6f;
  font-size: 32px;
}

.tour-info.descripcion {
  margin-right: 0px;
  margin-bottom: 20px;
  color: #666;
  font-size: 18px;
}

.tour-info.precio-descuento {
  margin-right: 0px;
  color: #022e6f;
  font-size: 32px;
  font-weight: 900;
}

.tour-info.precio-normal {
  font-size: 14px;
  text-decoration: line-through;
}

.tour-info.desde {
  margin-right: 0px;
  font-size: 12px;
}

.tour-info.separador {
  margin-left: 5px;
  color: rgba(51, 51, 51, 0.5);
}

.tour-info.euro {
  color: #022e6f;
}

.button.reserva-online {
  margin-right: 0px;
  border-radius: 3px;
  background-color: #edbc34;
  color: #022e6f;
  font-weight: 900;
}

.body {
  font-family: Amsipro, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.title.header {
  margin-bottom: 20px;
  font-size: 54px;
}

.title.section {
  color: rgba(51, 51, 51, 0.41);
  font-size: 32px;
  line-height: 120%;
  font-weight: 200;
  text-align: center;
}

.copy.header {
  font-size: 24px;
}

.copy.texto-descuento {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #edbc34;
  color: #022e6f;
  font-size: 24px;
  font-weight: 900;
}

.copy.reserva-telefonica {
  margin-bottom: 10px;
  font-size: 13px;
}

.copy.phone {
  font-size: 28px;
}

.freetour-info {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  line-height: 125%;
}

.freetour-info.titulo {
  margin-top: 0px;
  margin-right: 0px;
  color: #c00306;
  font-size: 32px;
}

.freetour-info.descripcion {
  margin-right: 0px;
  margin-bottom: 20px;
  color: #666;
  font-size: 18px;
}

.freetour-info.precio-freetour {
  margin-right: 20px;
}

.foto.freetour {
  width: 100%;
  max-height: 324px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-safe-travels {
  max-width: 200px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-menu-link {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.tab-menu-link.nocturno {
  background-color: transparent;
}

.tab-menu-link.nocturno.w--current {
  background-color: #022e6f;
  color: #fff;
}

.tab-menu-link.diurno {
  background-color: transparent;
  color: #edbc34;
}

.tab-menu-link.diurno.w--current {
  background-color: #edbc34;
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-2 {
  margin-right: 40px;
}

.icon {
  display: block;
  margin-bottom: 15px;
  font-family: 'Fa 300', sans-serif;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .section.footer {
    background-color: #961c53;
  }
  .container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .wrapper.tour {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .wrapper.tour-info {
    padding-right: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrapper.reservar-tour {
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .wrapper.header-copy {
    max-width: 100%;
  }
  .wrapper.freetour-info {
    padding-right: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrapper.freetour {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .wrapper.reservar-freetour {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .button.reserva-online {
    margin-right: 0px;
  }
  .copy.texto-descuento {
    display: inline-block;
    line-height: 120%;
  }
  .freetour-info.precio-freetour {
    color: #022e6f;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.tour {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .wrapper.logo-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper.reservar-tour {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .wrapper.freetour {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .wrapper.reservar-freetour {
    margin-top: 20px;
  }
  .wrapper.top-banner {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .title.header {
    font-size: 40px;
  }
  .copy.header {
    line-height: 120%;
  }
  .copy.reserva-telefonica {
    margin-bottom: 5px;
  }
  .copy.phone {
    padding: 11px;
    border-radius: 3px;
    background-color: #edbc34;
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .section.header {
    background-position: 100% 100%;
  }
  .container {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.reservar-tour {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper.header-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper.precio-tour {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .wrapper.reservar-freetour {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.top-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tour-info.titulo {
    font-size: 24px;
    line-height: 120%;
  }
  .tour-info.descripcion {
    font-size: 17px;
    line-height: 120%;
  }
  .title.header {
    margin-top: 10px;
    line-height: 110%;
  }
  .copy.header {
    line-height: 120%;
  }
  .freetour-info.titulo {
    font-size: 24px;
    line-height: 120%;
  }
  .freetour-info.precio-freetour {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .logo-safe-travels {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .div-block-2 {
    margin-right: 0px;
  }
  .image {
    margin-bottom: 10px;
  }
  .text-block {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Amsipro';
  src: url('../fonts/AmsiPro-XLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Amsipro';
  src: url('../fonts/AmsiPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Amsipro';
  src: url('../fonts/AmsiPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}