@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import "http://www.buencaminofinisterre.com/css/animate.css";

body {
  background: #31353d;
  font: 14px/24px "Arial";
  color: #8c8a8a;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #31353d;
  text-transform: uppercase;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h2.h2__lh {
  line-height: 30px;
}
h3 {
  font-size: 20px;
  color: #efc94c;
  line-height: 25px;
}
h4 {
  font-size: 15px;
  color: #efc94c;
  line-height: 19px;
}
strong {
	font-weight:bold;
}
p {
  text-align:justify;
  padding-top: 15px;
}
p.recuadro-1 {
  padding-top: 9px;
}
p.recuadro-2 {
  padding-top: 8px;
}
p.recuadro-3 {
  padding-top: 11px;
}
p.recuadro-4 {
  padding-top: 21px;
}
p.p__lh {
  line-height: 23px;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #efc94c;
}
.enlace-inverso-color a:hover {
  color: #31353d;
}
.texto-mail {
  display: inline-block;
  text-transform: lowercase;
  text-decoration: underline;
}
.texto-mail:hover {
  text-decoration: none;
}
.texto-medio {
  font-weight: 400;
}
.texto-color-white {
  color: #ffffff;
}
.texto-color-dark {
  color: #31353d;
}
.texto-color-light {
  color: #efc94c;
}
.texto-desplazamiento-1 {
  margin-top: 54px;
  margin-bottom: 32px;
}
.texto-desplazamiento-2 {
  margin-top: 68px;
  margin-bottom: 37px;
}
.texto-desplazamiento-3 {
  margin-top: 78px;
}
.texto-desplazamiento-4 {
  margin-top: 74px;
  margin-bottom: 16px;
}
.texto-desplazamiento-5 {
  margin-top: 12px;
}
.texto-desplazamiento-6 {
  margin-top: 74px;
  margin-bottom: 15px;
}
.texto-desplazamiento-7 {
  margin-top: 68px;
  margin-bottom: 17px;
}
.texto-desplazamiento-8 {
  margin-top: 58px;
  margin-left: 14px;
  margin-bottom: 39px;
}
.texto-desplazamiento-9 {
  margin-top: 78px;
  margin-bottom: 0px;
}
.texto-desplazamiento-10 {
  margin-top: 67px;
  margin-bottom: 33px;
}
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
}
.desplazamiento-1 {
  margin-top: 74px;
}
.desplazamiento-2 {
  margin-top: 183px;
}
.desplazamiento-3 {
  margin-top: 23px;
}
.desplazamiento-4 {
  margin-top: 5px;
}
.desplazamiento-5 {
  margin-top: 20px;
}
.desplazamiento-6 {
  margin-top: 68px;
}
.desplazamiento-7 {
  margin-top: 53px;
}
.desplazamiento-8 {
  margin-top: 18px;
}
.desplazamiento-9 {
  margin-top: 10px;
}
.poner-a-left {
  float: left;
}
.poner-a-right {
  float: right;
}
.clear {
  clear: both;
}

#encabezado {
  
  background: url(http://www.buencaminofinisterre.com/images/fondo.jpg) 50% 50% no-repeat;
  
}
.encabezado_relleno {
  padding-bottom: 57px;
}
.logo {
  margin-top: 66px;
}
.bloque-idiomas {
  margin-top: 97px;
  clear: right;
  float: right;
}
.bloque-idiomas i {
  color: #31353d;
  font-size: 36px;
  margin-top: 3px;
  padding-right: 13px;
  position: relative;
}
.bloque-idiomas span {
  color: #31353d;
  display: inline-block;
  font: 300 15px/20px 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.bloque-idiomas span strong {
  color: #ffffff;
  display: block;
  font-size: 20px;
}

.sf-menu > li {
  display: inline-block;
  float: left;
  position: relative;
  width: 20%;
}
.sf-menu > li > a {
  display: block;
  padding: 32px 0;
  background: #31353d;
  border-right: 1px double #1c1d23;
  border-left: 1px double #353942;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  color: #31353d;
  background: #ffffff;
  border: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.seleccionado > a {
  color: #31353d;
  background: #ffffff;
  border: 0;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  background: #2d3138;
  border-right: 1px double #1c1d23;
  border-left: 1px double #353942;
}
.sf-menu a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.select-menu {
  font: 14px/24px "Arial";
  color: #31353d;
  border: 2px solid #bababa;
}

.sf-menu ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 88px;
  padding: 33px 0;
  background: #31353d;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  line-height: 28px;
  position: relative;
}
.sf-menu ul li a {
  color: #ffffff;
}
.sf-menu ul li a:hover {
  color: #efc94c;
}
.sf-menu ul li.sfHover > a {
  color: #efc94c;
}

nav .nav-arrow:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 9px solid #ffffff;
}
.sf-menu ul ul {
  position: absolute;
  width: 100%;
  top: -3px;
  left: 100%;
  background: #ffffff;
  padding: 33px 0;
  z-index: 99;
  margin-left: 21px;
}
.sf-menu ul ul li {
  line-height: 28px;
}
.sf-menu ul ul li a {
  color: #31353d;
}

@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
  }
}

#contenido {
  overflow: hidden;
  background: none repeat scroll 0 0 #ffffff;
}
/*
.badge-1 {
  background: #efc94c;
  color: #ffffff;
  display: inline-block;
  font: 300 50px/100px 'Open Sans', sans-serif;
  height: 100px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  margin-top: 93px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.badge-2 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #efc94c;
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  float: left;
  margin-top: 37px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.badge-2 i {
  line-height: 79px;
}
*/
.texto-contenedor {
  margin-top: 32px;
  margin-left: 99px;
}
.caja_miniatura {
  margin-top: 79px;
}
.caja_miniatura .alturamax {
  background-color: #ffffff;
}
.caja_miniatura_title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efc94c;
  color: #ffffff;
  display: block;
  width: 100%;
  font: 300 30px 'Open Sans', sans-serif;
  padding-top: 28px;
  padding-bottom: 29px;
  text-transform: uppercase;
  padding-left: 30px;
}
.imagen_miniatura {
  width: 100%;
}
.thumb_info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 28px 35px 49px 36px;
}
.thumb_info_gal {
  background-color: #f4f5f5;
  padding: 28px 35px 34px 36px;
}
.post-line {
  font: 300 15px 'Open Sans', sans-serif;
  color: #31353d;
  line-height: 26px;
}
.info-img-1 {
  float: left;
  margin-right: 29px;
  margin-top: 56px;
}
.info-img-2 {
  float: left;
  margin-right: 20px;
  margin-top: 50px;
}
.info-texto {
  margin-top: 50px;
}
.info-texto__mgt {
  margin-top: 44px;
}
.h-line {
  border: none;
  background-color: #f4f5f5;
  height: 1px;
  margin-top: 62px;
}
.sub-form {
  margin-top: 46px;
}
.sub-form i {
  color: #efc94c;
  font-size: 30px;
  margin-top: -1px;
  padding-right: 17px;
  float: left;
}
.block-1 {
  position: relative;
  display: inline-block;
  margin-top: 34px;
}
.block-1 img {
  float: left;
  padding-right: 20px;
  margin-top: 6px;
}
.block-2 {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.block-2 > i {
  float: left;
  font-size: 30px;
  color: #efc94c;
  margin-top: 5px;
}
.block-2-text {
  margin-left: 48px;
}
.contact_adrress {
  margin-top: 21px;
}
.contact_adrress span {
  float: left;
  text-align: left;
}
dl dd {
  display: block;
  text-align: right;
  width: 218px;
}
.map {
  margin-top: 36px;
}
.map_c {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 284px;
  padding-top: 2px;
}
.miniatura-galeria .alturamax {
  background-color: #f4f5f5;
}

.a-side .search_title {
  margin-bottom: 40px;
}
.a-side_search h3 {
  margin-bottom: 10px;
}
.a-side_search {
  margin-bottom: 30px;
}
.magnifier {
  position: relative;
  display: block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  /* Safari */
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(http://www.buencaminofinisterre.com/images/magnifier.png) 50% 50% no-repeat;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a.magnifier:hover .zoom {
  opacity: 1;
}
a.magnifier .zoom {
  opacity: 0;
}

.fondo-color-2 {
  background: #f4f5f5;
}
.fondo-recuadro-1 {
  padding-bottom: 80px;
}
.fondo-recuadro-2 {
  padding-bottom: 79px;
}
.fondo-recuadro-3 {
  margin-bottom: 69px;
}
.fondo-recuadro-4 {
  padding-bottom: 12px;
}
.fondo-recuadro-5 {
  padding-bottom: 72px;
}
.fondo-recuadro-6 {
  padding-bottom: 121px;
}

.lista {
  margin-top: 50px;
}
.lista__mt-1 {
  margin-top: 32px;
}
.lista li {
  padding-left: 22px;
  padding-bottom: 11px;
}
.lista li a {
  font: 300 15px 'Open Sans', sans-serif;
  color: #31353d;
  text-transform: uppercase;
}
.lista li a:hover {
  color: #efc94c;
}
.lista li i {
  color: #efc94c;
  font-size: 12px;
  left: -22px;
  margin-top: 5px;
  position: relative;
}
.lista2 {
  margin-top: 50px;
}
.lista2 li {
  background: none repeat scroll 0 0 #fafafa;
  display: block;
  position: relative;
}
.lista2 li a {
  font: 400 15px 'Open Sans', sans-serif;
  color: #31353d;
  display: block;
  line-height: 54px;
  padding-left: 41px;
  text-transform: uppercase;
  height: 59px;
}
.lista2 li a:hover {
  color: #ffffff;
  background: none repeat scroll 0 0 #efc94c;
}
.lista2 li a:hover i {
  color: #ffffff;
}
.lista2 li i {
  color: #efc94c;
  font-size: 12px;
  left: 21px;
  margin-top: 22px;
  position: absolute;
}
.lista2 li .bg-2 {
  background: none repeat scroll 0 0 #f4f5f5;
}
.lista3 {
  position: relative;
  margin-top: 44px;
  margin-left: 9px;
}
.lista3 li {
  margin-bottom: 29px;
  overflow: hidden;
}
.lista3 li .calendar-date {
  font: 300 40px/36px 'Open Sans', sans-serif;
  color: #31353d;
  text-transform: uppercase;
  float: left;
}
.lista3 li .calendar-date > span {
  display: block;
  font-size: 20px;
  color: #efc94c;
  text-align: center;
}
.lista3 li .calendar-info {
  display: block;
  margin-top: -2px;
  margin-left: 73px;
}
.lista3 li .calendar-info > p {
  padding-top: 8px;
}

.position-rel {
  position: relative;
}
.boton {
  background: #31353d;
  display: inline-block;
  font: 600 14px/48px 'Open Sans', sans-serif;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 23px;
  margin-top: 43px;
}
.boton:hover, .boton.seleccionado {
  background: #efc94c;
  color: #ffffff;
}
.boton__inverso {
  background: #efc94c;
}
.boton__inverso:hover {
  background: #31353d;
  color: #ffffff;
}
.default__mt {
  margin-top: 0px;
}
.default__pd {
  padding: 0;
}

#pie {
  padding: 35px 0 28px 0;
  font: 300 14px 'Open Sans', sans-serif;
  color: #9fa6ae;
}
.social-media {
  overflow: hidden;
  float: right;
  margin-top: -7px;
}
.social-media a + a {
  margin-left: 4px;
}
.social-media a {
  width: 34px;
  height: 34px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #3c414c;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.social-media i {
  line-height: 34px;
}
.social-media a:hover {
  background: #efc94c;
  color: #fff;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #efc94c;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #d0a000;
}

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

  .caja_miniatura_title {
    font-size: 27px;
  }
  
  .bloque_3 img {
	  width: 170px;
  }
  
  .bloque_8 img {
	  width: 170px;
  }
  
  .bloque_3 h3 {
	  font-size:16px;
  }

  
}
@media only screen and (max-width: 767px) {
  .logo img {
    margin-top: -255px;
    max-width: 100%;
  }
  .sf-menu {
    margin-top: 180px;
  }
  .bloque-idiomas {
    margin-top: -60px;
    float: none;
    text-align: center;
  }
  .desplazamiento-2 {
    margin-top: 74px;
  }
  #pie {
    text-align: center;
  }
  .social-media {
    float: none;
    margin-top: 20px;
  }
  .social-media li {
    display: inline-block;
    float: none;
  }
  .fondo-recuadro-4 {
    padding-bottom: 40px;
  }
  .caja_miniatura_title {
    font-size: 30px;
  }
  
  .bloque_3 img {
	  width: 100%;
  }
  
  .bloque_8 img {
	  width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .logo img {
    margin-top: -215px;
    max-width: 100%;
  }
  .sf-menu {
    margin-top: 140px;
  }
  .info-img-1 {
    float: none;
    margin-right: 0;
  }
  .block-1 img {
    float: none;
    width: 100%;
    padding-right: 0px;
    margin-top: 6px;
    margin-bottom: 20px;
  }
  
}

#direcciones {
	margin-top:20px;
}

.media_embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.media_embed iframe,
.media_embed object,
.media_embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
     FILE ARCHIVED ON 14:25:06 Apr 24, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:05:51 Aug 01, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 121.282
  exclusion.robots: 0.109
  exclusion.robots.policy: 0.099
  cdx.remote: 0.077
  esindex: 0.012
  LoadShardBlock: 71.605 (3)
  PetaboxLoader3.datanode: 80.023 (4)
  CDXLines.iter: 18.591 (3)
  load_resource: 76.401
  PetaboxLoader3.resolve: 40.628
*/