﻿/* Senderos de la Memoria - Página Recursos Naturales */
/* Image Zoom | Senderos de la Memoria - Página Recursos Naturales */
img.opacity {
  opacity: 1;
}

img.opacity:hover {
  opacity: 0.7;
}
/* Final Image Zoom | Senderos de la Memoria - Página Recursos Naturales */

/* Link Hover Effect | Senderos de la Memoria - Página Recursos Naturales */
.link{
    display: inline-block;
    position: relative;
    font-size: 100%;
    text-transform: none;
}
.link span{
    color: #0474b4;
    text-transform: none;
    text-align: center;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.815, 1.400, 0.600, 0.180);
}
.link:hover span{ color: #666; }
.link:before,
.link:after{
    content: '';
    height: 3px;
    width: 0;
    background-color: #666;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s cubic-bezier(0.815, 1.400, 0.600, 0.180);
}
.link:after{
    left: auto;
    right: 0;
}
.link:hover:before,
.link:hover:after{
    width: 50%;
}
@media only screen and (max-width: 990px){
    .link span{ font-size: 100%; }
}
@media only screen and (max-width: 767px){
    .link{ margin-bottom: 100%; }
}
/* Final Link Hover Effect | Senderos de la Memoria - Página Recursos Naturales */

/* Estilos Botón Etiqueta de las Imágenes */
/* NUEVO */
.card__ribbon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 73px;
    height: 20px;
    padding-top: 8px;
    background: rgba(233, 93, 60, .8);
    transition: .5s;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 12px;
}

.card__date__ribbon {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}

/* ACTUALIZADO */
.card__ribon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 113px;
    height: 20px;
    padding-top: 8px;
    background: rgba(233, 93, 60, .8);
    transition: .5s;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 12px;
}

.card__date__ribon {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}

/* AVISO IMPORTANTE */
.card__rivon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 133px;
    height: 20px;
    padding-top: 8px;
    background: rgba(233, 93, 60, .8);
    transition: .5s;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 12px;
}

.card__date__rivon {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}
/* Final Estilos Botón Etiqueta de las Imágenes */

/* Senderos de la Memoria - Página Recursos Naturales */
/* Toltip Hover Effect | Correo electrónico de La Gavilla Verde */
.toltip .toltiptext {
  visibility: hidden;
  width: 210px;
  background-color: #505050;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 5px 5px;
  
  /* Position the tooltip */
  position: absolute;
  text-decoration: none;
  z-index: 1;
  bottom: 22px;
  left: 50%;
  margin-left: -114px;
}

.toltip:hover .toltiptext {
  visibility: visible;
  text-decoration: none;
  color: #ffffff;
}
/* Final Toltip Hover Effect | Correo electrónico de La Gavilla Verde */

/* Style Card Borde Senderos de la Memoria - Página Recursos Naturales */
.column {
    display: inline-block;
    position: relative;
	padding: 0px 0px 0px 0px;
    width: 355px;
	margin-top: 10px;
	margin-left: 25px;
}

.effect-1 {
    display: inline-block;
    position: relative;
	width: 355px;
    overflow: hidden;
	border: 5px solid white;
	box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 1);
	float: left;
}

.effect-1 .effect-img {
    font-size: 0;
}

.effect-1 .effect-img img {
	width: 355px;
	height: 227px;
}

.effect-1 .effect-text {
    position: absolute;
	width: 100%;
	height: 100%;
    padding: 36px;
	margin-left: -36px;
    top: calc(100% - 46px);
    left: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: rgba(255, 255, 255,  1.8);
    transition: .5s;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 500ms linear;
}

/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #2f3032 #ffffff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #8e8e8e;
	border-radius: 20px;
	border: 3px solid #ffffff;
}

.effect-1:hover .effect-text {
    top: 0;
}

.effect-1 .effect-text h2 {
	position: relative;
	width: 94%;
    height: 45px;
    color: #5e5c5c;
    text-transform: capitalize;
	font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #2f3032;
	left: 8px;
    margin: -20px 0 0 0;
    transition: .5s;
}

.effect-1:hover .effect-text h2 {
    margin: 0;
}

.effect-1 .effect-text p {
	margin-left: 10px;
	margin-right: 10px;
    color: #5e5c5c;
    font-size: 14px;
    text-align: center;
    margin-bottom: -2px;
}

.effect-1 a.readmore{
    display: inline-block;
	allign: left;
	margin: 60px auto;
    margin-bottom: 10px;
    text-transform: uppercase;
	text-align: center;
	color: white;
	text-shadow: none !important;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	padding: 8px 60px 8px 60px;
	border: 1px solid #2f3032;
    border-radius: 5px;    
	background: #2f3032; /* Old browsers */
	background: -moz-linear-gradient(top, #2f3032 1%, #2f3032 94%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2f3032), color-stop(94%,#2f3032)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2f3032 1%,#2f3032 94%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2f3032 1%,#2f3032 94%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2f3032 1%,#2f3032 94%); /* IE10+ */
	background: linear-gradient(to bottom, #2f3032 1%,#2f3032 94%); /* W3C */
}

.effect-1 a.readmore:hover{
    background: #ffffff;
    color: #2f3032;
    border-radius: 5px;
}
/* Final Style Card Borde Senderos de la Memoria - Página Recursos Naturales */

/* Senderos de la Memoria - Página Recursos Naturales */
/* Link Hover Effect */
.link1{
    display: inline-block;
    width: 134px;
    height: 30px;
    padding: 5px 15px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #2f3032;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.link1:hover{ color: #fff; }
.link1:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #2f3032;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.815, 1.400, 0.600, 0.180);
}
.link1:hover:before{ transform: translateX(0); }
@media only screen and (max-width: 767px){
    .link1{ margin-bottom: 20px; }
}

.link2{
    display: inline-block;
    width: 114px;
    height: 30px;
    padding: 5px 15px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #2f3032;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.link2:hover{ color: #fff; }
.link2:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #2f3032;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.815, 1.400, 0.600, 0.180);
}
.link2:hover:before{ transform: translateX(0); }
@media only screen and (max-width: 767px){
    .link2{ margin-bottom: 20px; }
}

.link3{
    display: inline-block;
    width: 436px;
    height: 30px;
    padding: 5px 15px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #2f3032;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.link3:hover{ color: #fff; }
.link3:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #2f3032;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.815, 1.400, 0.600, 0.180);
}
.link3:hover:before{ transform: translateX(0); }
@media only screen and (max-width: 767px){
    .link3{ margin-bottom: 20px; }
}
/* Final Link Hover Effect Senderos de la Memoria - Página Recursos Naturales */

/* Estilo CARD Senderos de la Memoria - Página Recursos Naturales */
.card{
  display: inline-block;
  line-height: 30px;
  width: 162px;
  height: 100%;
  margin: 10px 4px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.card1{
  display: inline-block;
  line-height: 30px;
  width: 142px;
  height: 100%;
  margin: 10px 4px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.card2{
  display: inline-block;
  line-height: 30px;
  width: 463px;
  height: 100%;
  margin: 10px 4px;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}
/* Final Estilo CARD Senderos de la Memoria - Página Recursos Naturales */
/* Final Senderos de la Memoria - Las rutas que en el futuro serán senderos */

/* Senderos de la Memoria - Página Recursos Naturales - Senderos de la Memoria en la zona de Els Ports, [Morella, Alcañiz Y Tortosa] */
/* Ruta 1, Ruta 4, Ruta 5 y Ruta 7 */
.card3 {
  background: #fff;
  border-radius: 5px;
  margin: 0 6px 0 0;
  padding:3px 3px;
  display: inline-block;
  height: 157px;
  width: 250px;
}

.card3 .title{
  font-size:16px;
  font-weight: bold;
  color:#2f3032;
  text-transform:uppercase;
  margin:0 0 2px 0;
}
/* Final Ruta 1, Ruta 4, Ruta 5 y Ruta 7 */

/* Ruta 2 */
.card4 {
  background: #fff;
  border-radius: 5px;
  margin: 0 6px 0 0;
  padding:3px 3px;
  display: inline-block;
  height: 157px;
  width: 280px;
}

.card4 .title{
  font-size:16px;
  font-weight: bold;
  color:#2f3032;
  text-transform:uppercase;
  margin:0 0 2px 0;
}
/* Final Ruta 2 */

/* Ruta 3 */
.card5 {
  background: #fff;
  border-radius: 5px;
  margin: 0 6px 0 0;
  padding:3px 3px;
  display: inline-block;
  height: 157px;
  width: 440px;
}

.card5 .title{
  font-size:16px;
  font-weight: bold;
  color:#2f3032;
  text-transform:uppercase;
  margin:0 0 2px 0;
}
/* Final Ruta 3 */

/* Ruta 6 */
.card6 {
  background: #fff;
  border-radius: 5px;
  margin: 0 6px 0 0;
  padding:3px 3px;
  display: inline-block;
  height: 157px;
  width: 330px;
}

.card6 .title{
  font-size:16px;
  font-weight: bold;
  color:#2f3032;
  text-transform:uppercase;
  margin:0 0 2px 0;
}
/* Final Ruta 6 */

/* Link | Rutas 1, 2, 3, 4, 5, 6 y 7 */
a.rutas:link {color:#2f3032;text-transform:uppercase;font-size:14px;}
a.rutas:visited {color:#2f3032;text-transform:uppercase;font-size:14px;}
a.rutas:hover {color:#2f3032;;text-decoration:none;text-transform:uppercase;font-size:14px;}
/* Final Link | Rutas 1, 2, 3, 4, 5, 6 y 7 */
/* Final Senderos - Senderos de la Memoria en la zona de Els Ports, [Morella, Alcañiz Y Tortosa] */

/* Style Card Borde Senderos de la Memoria - Marcha al Cerro Moreno y Marcha a Las Higueruelas */
.column2 {
    display: inline-block;
    position: relative;
	padding: 0px 0px 0px 0px;
    width: 250px;
	margin-top: 10px;
	margin-left: 25px;
}

.effect-2 {
    display: inline-block;
    position: relative;
	width: 250px;
    overflow: hidden;
	border: 5px solid white;
	box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 1);
	float: left;
}

.effect-2 .effect-img {
    font-size: 0;
}

.effect-2 .effect-img img {
	width: 250px;
	height: 334px;
}

.effect-2 .effect-text {
    position: absolute;
	width: 100%;
	height: 100%;
    padding: 36px;
	margin-left: -36px;
    top: calc(100% - 50px);
    left: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: rgba(255, 255, 255,  1.8);
    transition: .5s;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 500ms linear;
}

/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #2f3032 #ffffff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #8e8e8e;
	border-radius: 20px;
	border: 3px solid #ffffff;
}

.effect-2:hover .effect-text {
    top: 0;
}

.effect-2 .effect-text h2 {
	position: relative;
	width: 94%;
    height: 45px;
    color: #5e5c5c;
    text-transform: capitalize;
	font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #2f3032;
	left: 8px;
    margin: -20px 0 0 0;
    transition: .5s;
}

.effect-2:hover .effect-text h2 {
    margin: 0;
}

.effect-2 .effect-text p {
	margin-left: 10px;
	margin-right: 10px;
    color: #5e5c5c;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.effect-2 a.readmore{
    display: inline-block;
	allign: left;
	margin: 60px auto;
    margin-bottom: 10px;
    text-transform: uppercase;
	text-align: center;
	color: white;
	text-shadow: none !important;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	padding: 8px 60px 8px 60px;
	border: 1px solid #2f3032;
    border-radius: 5px;    
	background: #2f3032; /* Old browsers */
	background: -moz-linear-gradient(top, #2f3032 1%, #2f3032 94%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2f3032), color-stop(94%,#2f3032)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2f3032 1%,#2f3032 94%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2f3032 1%,#2f3032 94%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2f3032 1%,#2f3032 94%); /* IE10+ */
	background: linear-gradient(to bottom, #2f3032 1%,#2f3032 94%); /* W3C */
}

.effect-2 a.readmore:hover{
    background: #ffffff;
    color: #2f3032;
    border-radius: 5px;
}
/* Final Style Card Borde Senderos de la Memoria - Marcha al Cerro Moreno y Marcha a Las Higueruelas */

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 8px 12px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.card-6 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}