@charset "UTF-8";
/* VARIABLES DEL PROYECTO */
/* BREAKPOINTS RESPONSIVE | desktop | mobile | mobile_landscape | tablet | tablet_landscape */
/* Fuentes */
/* Colores */
/* Slide index */
/* Modulos largos */
/* Modulos Bienvenida */
/* Modulo viajes temporada */
/* Cabeceras fichas foto y video */
/* FUNCIONES DEL PROYECTO */
/**************** RESET GENERAL DE LA PÁGINA ****************/
:root {
  font-size: 62.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  :root {
    font-size: 59.375%;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    font-size: 56.25% !important;
  }
}

html {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-size: 1.4rem;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: "Poppins";
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

a {
  outline: 0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:active {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  position: relative;
}

figure {
  margin: 0;
  padding: 0;
}

/*-------------  GRID GENERAL DE LA WEB -------------*/
*, ::after, ::before {
  box-sizing: border-box;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1920px) {
  .wrap {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    max-width: 100%;
  }
}

.bloque {
  float: left;
  width: 100%;
  clear: both;
}

main {
  content-visibility: auto;
}

.grid {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .grid {
    flex-wrap: wrap;
  }
}

.row {
  width: 100%;
  clear: both;
}

.col-1 {
  flex: 0 0 10%;
  max-width: 10%;
}

.col-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col-4 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-5 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-6 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-7 {
  flex: 0 0 70%;
  max-width: 70%;
}

.col-8 {
  flex: 0 0 80%;
  max-width: 80%;
}

.col-9 {
  flex: 0 0 90%;
  max-width: 90%;
}

.col-10 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
    flex: 100%;
    flex-direction: column;
    max-width: 100%;
  }
}

.modulo {
  width: 100%;
  margin: 0 auto 10rem auto;
}
@media only screen and (max-width: 768px) {
  .modulo {
    margin-bottom: 4rem;
  }
}
.modulo.corto {
  width: 85%;
}
@media only screen and (min-width: 1921px) {
  .modulo.corto {
    width: 70%;
  }
}
.modulo.no-margen {
  margin-bottom: 0;
}

.mod-1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mod-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.mod-3 {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.mod-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.mod-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media only screen and (max-width: 768px) {
  .mod-1, .mod-2, .mod-3, .mod-4, .mod-5 {
    flex: 100%;
    flex-direction: column;
    max-width: 100%;
  }
}

/* ALINEACIÓN FLEX */
.align-left {
  justify-content: flex-start;
  display: flex;
}

.align-right {
  justify-content: flex-end;
  display: flex;
}

.align-center {
  justify-content: center;
  display: flex;
}

.align-around {
  justify-content: space-between;
  display: flex;
}

/* Alineación texto */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .no-movil {
    display: none;
  }
}

/**************** COMPONENTES ****************/
/* Progress bar articulos */
.progress {
  background: linear-gradient(to right, #ed1e24 var(--scroll), transparent 0);
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 0.1rem;
  z-index: 6;
}

/* Módulos */
.mod-cab .texto {
  margin-bottom: 5rem;
}
.mod-cab .texto span {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #e57524;
}
.mod-cab .texto h2 {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  padding: 0 15%;
  font-family: "Montserrat";
}
@media only screen and (max-width: 768px) {
  .mod-cab .texto h2 {
    font-size: 3rem;
    line-height: 3.8rem;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mod-cab .texto h2 {
    font-size: 4rem;
    line-height: 5rem;
    padding: 0 15%;
  }
}
@media only screen and (min-width: 1921px) {
  .mod-cab .texto h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
.mod-cab .texto p {
  font-size: 1.5rem;
  color: #333333;
  padding: 0 15%;
}
@media only screen and (max-width: 768px) {
  .mod-cab .texto p {
    padding: 0;
  }
}
@media only screen and (min-width: 1921px) {
  .mod-cab .texto p {
    font-size: 1.7rem;
  }
}
.mod-cab .texto p.big {
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .mod-cab .texto p.big {
    font-size: 1.6rem;
  }
}

.mod-largo {
  position: relative;
}

/* Botones */
.botonera a {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 1.7rem;
  margin-top: 4rem;
  text-transform: uppercase;
  border: 2px solid #000000;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.botonera a .left {
  margin-right: 1rem;
}
.botonera a .right {
  margin-left: 1rem;
}

.botonera a.left {
  margin-right: 1rem;
}
.botonera a.right {
  margin-left: 1rem;
}

/* Rss desktop articulo */
.rrss {
  position: absolute;
  top: 8rem;
  left: -9rem;
  padding: 1rem 2rem 0 0;
  min-height: 25rem;
  border-right: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  .rrss {
    display: none;
  }
}
.rrss a {
  display: block;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  position: relative;
  font-size: 2rem;
  margin-bottom: 1rem;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rrss a:hover {
  left: -1rem;
}
.rrss a i {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rrss a.fcb {
  background: #3b5993;
}
.rrss a.tw {
  background: #00aef9;
}
.rrss a.ws {
  background: #5bba67;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.scroll {
  background: linear-gradient(0deg, #222222, #111111);
  position: fixed;
  top: 0;
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 1921px) {
  header.scroll {
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
header .grid {
  padding: 1.8rem 4rem;
}
@media only screen and (min-width: 1921px) {
  header .grid {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  header .grid {
    padding: 1rem 2rem;
  }
}
header .logo {
  display: inline-block;
  width: 55%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}
@media only screen and (max-width: 768px) {
  header .logo {
    width: 100%;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  header .logo {
    width: 65%;
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header .logo {
    margin-top: 1rem;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  header .logo {
    width: 80%;
  }
}
header .logo .logo-color {
  display: none;
}
header .logo:hover {
  left: 1rem;
}
header .abre-menu {
  color: #ffffff;
  font-size: 2.7rem;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 768px) {
  header .abre-menu {
    display: inline-block;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  header .col-3,
header .col-7 {
    max-width: 50%;
    flex: 50%;
  }
}

.scroll #menu li.color a {
  color: #fff;
}
.scroll #menu li.current a {
  color: #ffffff;
}
.scroll #menu a {
  color: #ffffff;
}
.scroll #menu a:hover {
  color: #e57524;
  text-decoration: none;
}
.scroll .logo .logo-blanco {
  display: none;
}
.scroll .logo .logo-color {
  display: block;
}
.scroll .abre-menu {
  color: #ffffff;
}

footer {
  background: #111111;
  color: #eaeaea;
  font-size: 1.3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .text-left, footer .text-right {
    text-align: center;
  }
  footer .text-left {
    margin-bottom: 1rem;
  }
}
footer:before {
  background: linear-gradient(to right, #ed1e24 0%, #e57524 50%, #f4c724 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 0.3em;
  width: 100%;
  content: "";
}
footer .grid {
  padding: 3rem 4rem;
}
@media only screen and (min-width: 1921px) {
  footer .grid {
    width: 70%;
    margin: 0 auto;
  }
}
footer p {
  margin-bottom: 0.5rem;
  color: #827d7d;
}
footer a {
  color: #eaeaea;
}
footer ul li {
  display: inline-block;
}
footer .corporativo li {
  margin-left: 0.5rem;
}
footer .corporativo li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  footer .social {
    margin-bottom: 1rem;
  }
}
footer .social li {
  margin-right: 1rem;
}
footer .social li.texto {
  display: block;
  margin-bottom: 0.5rem;
  color: #827d7d;
  font-size: 1.3rem;
}
footer .social li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social li a:hover {
  color: #e57524;
}
footer .social li i {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  footer .social li i {
    font-size: 2.5rem;
  }
}

.patrocinadores {
  background-color: #ebeff4;
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .patrocinadores {
    padding: 3rem 0;
  }
}
.patrocinadores p {
  display: block;
  margin-bottom: 2.5rem;
  color: #666666;
}
@media only screen and (max-width: 768px) {
  .patrocinadores p {
    margin-bottom: 1.5rem;
  }
}
.patrocinadores ul {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .patrocinadores ul {
    width: 100%;
  }
}
.patrocinadores ul li {
  display: inline-block;
  margin: 0 3rem;
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .patrocinadores ul li {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .patrocinadores ul li {
    width: 20%;
  }
}
@media only screen and (min-width: 1921px) {
  .patrocinadores ul li {
    margin: 0 6rem;
    width: 15%;
  }
}

@media only screen and (max-width: 768px) {
  #menu {
    display: none;
  }
}
#menu ul {
  height: 100%;
  line-height: 3.4;
}
#menu ul li {
  display: inline-block;
  color: #fff;
  margin: 0 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 1921px) {
  #menu ul li {
    font-size: 1.5rem;
  }
}
#menu ul li a {
  color: #fff;
  padding-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu ul li a:hover {
  color: #eaeaea;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
#menu ul li.current a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.5rem;
}
#menu ul li.color a {
  padding: 1rem 2.5rem;
  background: #e57524;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu ul li.color a i {
  margin-left: 1rem;
}
#menu ul li.color a:hover {
  color: #ffffff;
  background-color: #e57524;
  text-decoration: none;
  border: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  background-color: black;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay a:hover, .overlay a:focus {
  color: #e57524;
}
.overlay .closebtn {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  font-size: 4rem;
  color: #e57524;
}
.overlay .overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .overlay .overlay-content {
    top: 0;
  }
}
.overlay .overlay-content ul li {
  display: block;
}
.overlay .overlay-content ul li.social {
  margin-top: 3rem;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 0 3rem;
  border-radius: 10rem;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .overlay .overlay-content ul li.social {
    margin-top: 0;
  }
}
.overlay .overlay-content ul li a {
  padding: 1rem;
  text-decoration: none;
  font-size: 2.5rem;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  font-weight: 500;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .overlay .overlay-content ul li a {
    font-size: 3.5rem;
  }
}
.overlay .overlay-content ul li a:hover {
  color: #e57524;
}
.overlay .overlay-content ul li.current a {
  color: #e57524;
}

/**************** SECCIÓN HOME ****************/
.slide-index {
  min-height: 100vh;
  background-position: top center;
  background-size: cover;
  position: relative;
  background-color: #000000;
  margin-bottom: 6rem;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.25);
}
.slide-index video {
  object-fit: cover;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .slide-index video {
    position: absolute;
  }
}
.slide-index.portada {
  background: #000 url("../img/slide-index/inicio.jpg") no-repeat;
  background-size: cover;
  background-position: 35% 0;
}
.slide-index.video {
  background: url("../img/slide-index/video.jpg") no-repeat;
  background-size: cover;
  background-position: 35% 0;
}
.slide-index.fotografia {
  background: url("../img/slide-index/fotografia.jpg") no-repeat;
  background-size: cover;
  background-position: 30% 0;
}
.slide-index.contacto {
  background: url("../img/slide-index/contacto.jpg") no-repeat;
  background-size: cover;
}
.slide-index.redes-sociales {
  background: url("../img/slide-index/redes-sociales.jpg") no-repeat;
  background-size: cover;
  background-position: 35% 0;
}
.slide-index.filipinas {
  background: url("../img/viajes/filipinas/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 40% 0;
}
.slide-index.budapest-parlamento {
  background: url("../img/viajes/parlamento-budapest/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 35% 0;
}
.slide-index.brihuega {
  background: url("../img/viajes/brihuega/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 63% 0;
}
.slide-index.islandia {
  background: url("../img/viajes/islandia/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.slide-index.islandia-video {
  background: url("../img/viajes/islandia/cabecera-video.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.slide-index.formentera {
  background: url("../img/viajes/formentera/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 22% 0;
}
.slide-index.borgona-francesa {
  background: url("../img/viajes/borgona-francesa/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 22% 0;
}
.slide-index.vianos {
  background: url("../img/viajes/vianos/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 22% 0;
}
.slide-index.mogarraz {
  background: url("../img/viajes/mogarraz/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 40% 0;
}
.slide-index.cabo-gata {
  background: url("../img/viajes/cabo-gata/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 45% 0;
}
.slide-index.danubio {
  background: url("../img/viajes/hungria-danubio/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 55% 0;
}
.slide-index.pozas-gredos {
  background: url("../img/viajes/pozas-gredos/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 5% 0;
}
.slide-index.atazar {
  background: url("../img/viajes/atazar/cabecera.jpg") no-repeat;
  background-size: cover;
  background-position: 55% 0;
}
.slide-index:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.4;
}
.slide-index:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000, transparent);
  z-index: 1;
  opacity: 1;
}
.slide-index.seccion {
  min-height: 55vh;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .slide-index.seccion {
    min-height: 45vh;
  }
}
.slide-index.seccion .texto {
  top: 60%;
}
.slide-index.seccion .texto h2 {
  font-size: 5rem;
  line-height: 6rem;
}
@media only screen and (max-width: 768px) {
  .slide-index.seccion .texto h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .slide-index.seccion .texto h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (min-width: 1921px) {
  .slide-index.seccion .texto h2 {
    font-size: 7rem;
    line-height: 8rem;
  }
}
.slide-index.seccion .texto span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .slide-index.seccion .texto span {
    margin-bottom: 0;
  }
}
.slide-index .arrow-bottom {
  color: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 2rem;
  left: 50%;
  font-size: 2rem;
  -webkit-animation: mouse 1s ease 0s infinite;
  animation: mouse 1s ease 0s infinite;
  z-index: 1;
}
.slide-index .texto {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50%;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .slide-index .texto {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .slide-index .texto {
    width: 80%;
  }
}
@media only screen and (min-width: 1921px) {
  .slide-index .texto {
    width: 45%;
  }
}
.slide-index .texto span {
  display: block;
  text-transform: uppercase;
  font-size: 5.5rem;
  color: #f4c724;
}
@media only screen and (max-width: 768px) {
  .slide-index .texto span {
    font-size: 4.5rem;
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .slide-index .texto span {
    font-size: 5.5rem;
    margin-bottom: 0rem;
  }
}
.slide-index .texto h2 {
  color: #ffffff;
  font-size: 5.8rem;
  line-height: 6.5rem;
  font-weight: 700;
  font-family: "Montserrat";
}
@media only screen and (max-width: 768px) {
  .slide-index .texto h2 {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .slide-index .texto h2 {
    font-size: 5.8rem;
    line-height: 6.8rem;
  }
}
@media only screen and (min-width: 1921px) {
  .slide-index .texto h2 {
    font-size: 8rem;
    line-height: 8rem;
  }
}
.slide-index .texto .botonera a {
  color: #ffffff;
  border: 2px solid #ffffff;
  margin-top: 2rem;
  background: transparent;
}
@media only screen and (min-width: 1921px) {
  .slide-index .texto .botonera a {
    margin-top: 5rem;
  }
}
.slide-index .texto .botonera a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.mod-bienvenida .cubos a {
  margin: 0 1.5rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .mod-bienvenida .cubos a {
    margin: 0;
  }
}
.mod-bienvenida .cubos a:hover .txt {
  bottom: 3.5rem;
}
.mod-bienvenida .cubos .item {
  position: relative;
  min-height: 350px;
  border-radius: 1rem;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.25);
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mod-bienvenida .cubos .item {
    min-height: 200px;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mod-bienvenida .cubos .item {
    min-height: 285px;
  }
}
@media only screen and (min-width: 1921px) {
  .mod-bienvenida .cubos .item {
    min-height: 500px;
  }
}
.mod-bienvenida .cubos .item.foto {
  background: url("../img/bienvenida/foto.jpg") no-repeat;
  background-size: cover;
}
.mod-bienvenida .cubos .item.video {
  background: url("../img/bienvenida/video.jpg") no-repeat;
  background-size: cover;
}
.mod-bienvenida .cubos .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000, transparent);
  border-radius: 1rem;
  z-index: 1;
  opacity: 1;
}
.mod-bienvenida .cubos .item .txt {
  position: absolute;
  color: #ffffff;
  left: 3rem;
  bottom: 2.5rem;
  text-align: left;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod-bienvenida .cubos .item .txt h3 {
  font-size: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .mod-bienvenida .cubos .item .txt h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mod-bienvenida .cubos .item .txt h3 {
    font-size: 3rem;
  }
}
.mod-bienvenida .cubos .item .txt h3 i {
  margin-right: 1.5rem;
}

.viaje-destacado {
  min-height: 500px;
  background: #000 url("../img/viaje-destacado-index/1.jpg") no-repeat;
  background-size: cover;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 1921px) {
  .viaje-destacado {
    min-height: 650px;
  }
}
@media only screen and (max-width: 768px) {
  .viaje-destacado {
    background-position: 55% 0;
  }
}
.viaje-destacado:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.2;
}
.viaje-destacado .texto {
  position: absolute;
  width: 40%;
  left: 29%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .viaje-destacado .texto {
    width: 75%;
    left: 45%;
  }
}
@media only screen and (min-width: 1921px) {
  .viaje-destacado .texto {
    width: 35%;
  }
}
.viaje-destacado .texto h2 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .viaje-destacado .texto h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .viaje-destacado .texto h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (min-width: 1921px) {
  .viaje-destacado .texto h2 {
    font-size: 5.5rem;
    line-height: 6.5rem;
    margin-bottom: 2rem;
  }
}
.viaje-destacado .texto h2 a {
  color: #fff;
}
.viaje-destacado .texto p {
  font-size: 1.6rem;
}
.viaje-destacado .texto .botonera a {
  color: #ffffff;
  border: 2px solid #ffffff;
  margin-top: 2rem;
  background: transparent;
}
@media only screen and (min-width: 1921px) {
  .viaje-destacado .texto .botonera a {
    margin-top: 3rem;
  }
}
.viaje-destacado .texto .botonera a i {
  color: #ed1e24;
}
.viaje-destacado .texto .botonera a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.viajes .cubos a {
  margin: 0 1.5rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .viajes .cubos a {
    margin: 0;
  }
}
.viajes .cubos a:hover .txt {
  bottom: 3.5rem;
}
.viajes .cubos a:hover .icono {
  opacity: 1;
  color: #ed1e24;
}
.viajes .cubos .row {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .viajes .cubos .row {
    margin-bottom: 0;
  }
}
.viajes .cubos .row:last-child {
  margin-bottom: 0;
}
.viajes .cubos .item {
  position: relative;
  min-height: 370px;
  border-radius: 1rem;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.25);
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .viajes .cubos .item {
    min-height: 200px;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .viajes .cubos .item {
    min-height: 285px;
  }
}
@media only screen and (min-width: 1921px) {
  .viajes .cubos .item {
    min-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .viajes .cubos .item.last {
    margin-bottom: 0;
  }
}
.viajes .cubos .item.islandia {
  background: url("../img/viajes/islandia/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.formentera {
  background: url("../img/viajes/formentera/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.cabo-gata {
  background: url("../img/viajes/cabo-gata/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.borgona-francesa {
  background: url("../img/viajes/borgona-francesa/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.parlamento-budapest {
  background: url("../img/viajes/parlamento-budapest/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.brihuega {
  background: url("../img/viajes/brihuega/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.filipinas {
  background: url("../img/viajes/filipinas/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.mogarraz {
  background: url("../img/viajes/mogarraz/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.hungria-danubio {
  background: url("../img/viajes/hungria-danubio/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.vianos {
  background: url("../img/viajes/vianos/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.pozas-gredos {
  background: url("../img/viajes/pozas-gredos/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item.atazar {
  background: url("../img/viajes/atazar/foto-portada.jpg") no-repeat;
  background-size: cover;
}
.viajes .cubos .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 43%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000, transparent);
  border-radius: 1rem;
  z-index: 1;
  opacity: 1;
}
.viajes .cubos .item .icono {
  color: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 6rem;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .viajes .cubos .item .icono {
    font-size: 4.5rem;
  }
}
.viajes .cubos .item .txt {
  position: absolute;
  color: #ffffff;
  left: 3rem;
  bottom: 2.5rem;
  text-align: left;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.viajes .cubos .item .txt h3 {
  font-size: 2.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .viajes .cubos .item .txt h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .viajes .cubos .item .txt h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1921px) {
  .viajes .cubos .item .txt h3 {
    font-size: 2.9rem;
  }
}
.viajes .cubos .item .txt h3 i {
  color: #ed1e24;
  margin-right: 1.5rem;
}
.viajes .botonera a {
  color: #e57524;
  border: 2px solid #e57524;
  margin-top: 4rem;
  background: #ffffff;
}
.viajes .botonera a:hover {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem 3.5rem;
}

/**************** SECCIÓN REDES SOCIALES ****************/
.instagram .botonera a {
  color: #604bc3;
  border: 2px solid #604bc3;
  margin-top: 4rem;
  background: #ffffff;
}
.instagram .botonera a:hover {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem 3.5rem;
}

/**************** SECCIÓN CONTACTO ****************/
.slide-index.contacto {
  background-position: 28% 0;
}

.contacto ul {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
  .contacto ul {
    border-bottom: 0;
  }
}
.contacto ul li {
  display: inline-block;
  font-size: 5rem;
  margin: 0 1.9rem;
}
@media only screen and (max-width: 768px) {
  .contacto ul li {
    font-size: 5rem;
    margin: 0 1.5rem;
  }
}
.contacto ul li a {
  color: #666666;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacto ul li a:hover {
  top: -1rem;
}
.contacto ul li a.linkedin {
  color: #114182;
}
.contacto ul li a.instagram {
  color: #604bc3;
}
.contacto ul li a.youtube {
  color: #FD0F00;
}
.contacto ul li a.mail {
  color: #e57524;
}

.mapa {
  min-height: auto;
  background: #ffffff;
}
.mapa iframe {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .mapa iframe {
    height: 300px;
  }
}
.mapa .adress {
  display: block;
  padding: 1.2rem 0;
  background: #ed1e24;
  text-align: center;
  margin-top: -0.6rem;
}
.mapa .adress p {
  font-size: 2rem;
  color: #ffffff;
}
.mapa .adress p i {
  margin-right: 1rem;
}

/**************** FICHA ****************/
.slide-index .share-movil {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 768px) {
  .slide-index .share-movil {
    display: block;
  }
}
.slide-index .share-movil a {
  color: #ffffff;
  font-size: 2.4rem;
  padding: 1.9rem;
  background: #000000;
}

.articulo {
  width: 60%;
  margin-bottom: 7rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .articulo {
    width: 85%;
  }
}
.articulo h1 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .articulo h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.articulo h1 i {
  color: #ed1e24;
  margin-right: 1.3rem;
  font-size: 3rem;
  position: relative;
  top: -0.2rem;
}
@media only screen and (max-width: 768px) {
  .articulo h1 i {
    font-size: 3rem;
  }
}
.articulo h2 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .articulo h2 {
    font-size: 3rem;
  }
}
.articulo h2 i {
  color: #ed1e24;
  margin-right: 1.3rem;
  font-size: 3rem;
  position: relative;
  top: -0.2rem;
}
@media only screen and (max-width: 768px) {
  .articulo h2 i {
    font-size: 3rem;
  }
}
.articulo .texto {
  color: #333333;
}
.articulo .texto p {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  line-height: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .articulo .texto p {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}
.articulo .texto p:last-child {
  margin-bottom: 0;
}
.articulo .texto p.fuente {
  font-style: italic;
  color: #666;
}
.articulo .texto .mapa {
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.1);
}
.articulo .datos-tecnicos {
  margin-right: -2rem;
}
.articulo .datos-tecnicos li {
  display: inline-block;
  text-align: center;
  width: 24.6%;
}
@media only screen and (max-width: 768px) {
  .articulo .datos-tecnicos li {
    width: 49.4%;
  }
}
.articulo .datos-tecnicos li .bg {
  background: #eaeaea;
  min-height: 180px;
  color: #000000;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-right: 2rem;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .articulo .datos-tecnicos li .bg {
    margin-bottom: 2rem;
    min-height: 150px;
  }
}
.articulo .datos-tecnicos li .bg .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.articulo .datos-tecnicos li .bg span {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .articulo .datos-tecnicos li .bg span {
    margin-bottom: 0.5rem;
  }
}
.articulo .datos-tecnicos li .bg span.icono {
  font-size: 3.5rem;
  color: #e57524;
}
.articulo .botonera a {
  color: #e57524;
  border: 2px solid #e57524;
  margin-top: 4rem;
  background: #ffffff;
}

.galeria-articulo {
  background: #000000;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .galeria-articulo .mod-3, .galeria-articulo .mod-2 {
    flex: 50%;
    max-width: 50%;
  }
}
.galeria-articulo .item {
  margin: 0.1rem;
  position: relative;
  background: #000000;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .galeria-articulo .item {
    margin: 0.1rem;
  }
}
.galeria-articulo .item img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: block;
}
.galeria-articulo .item span {
  position: absolute;
  font-size: 4rem;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .galeria-articulo .item span {
    font-size: 2.2rem;
  }
}
.galeria-articulo .item a {
  cursor: pointer;
}
.galeria-articulo .item:hover span {
  opacity: 1;
  top: 50%;
}
.galeria-articulo .item:hover img {
  opacity: 0.3;
}
.galeria-articulo .item.texto span {
  opacity: 1;
  top: 50%;
}

.video-articulo {
  background: #000000;
  margin-bottom: 7rem;
}
.video-articulo .video iframe {
  margin-bottom: -0.6rem;
}
@media only screen and (max-width: 768px) {
  .video-articulo .video iframe {
    height: 300px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1921px) {
  .video-articulo .video iframe {
    height: 720px;
  }
}
.video-articulo .texto {
  color: #fff;
  padding: 6rem;
}
@media only screen and (max-width: 768px) {
  .video-articulo .texto {
    padding: 2rem 6rem 4rem 6rem;
  }
}
.video-articulo .texto h2 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 6rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .video-articulo .texto h2 {
    font-size: 4rem;
  }
}
.video-articulo .texto p {
  font-size: 1.5rem;
}
.video-articulo .texto .botonera a {
  color: #ffffff;
  border: 2px solid #ffffff;
  margin-top: 3rem;
}

.fancybox-caption {
  border-top: 0 !important;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 1 !important;
}

.fancybox-thumbs {
  background: #111111 !important;
}
.fancybox-thumbs ul li {
  border: 1px solid transparent !important;
}

/*# sourceMappingURL=styles.css.map */
