body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0
}

a {
	text-decoration: none
}

table {
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal
}

strong {
	font-weight: bold
}

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

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444
}

q:before,
q:after {
	content: ""
}

abbr,
acronym {
	border: 0
}

img {
	max-width: 100%
}

@font-face {
	font-family: "GeographRegular";
	src: url("fonts/Geograph-Regular.woff2") format("woff2"), url("fonts/Geograph-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "GeographBold";
	src: url("fonts/Geograph-Bold.woff2") format("woff2"), url("fonts/Geograph-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: "GeographLight";
	src: url("fonts/Geograph-Light.woff2") format("woff2"), url("fonts/Geograph-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: "GeographMedium";
	src: url("fonts/Geograph-Medium.woff2") format("woff2"), url("../fonts/Geograph-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "GeographBlack";
	src: url("fonts/Geograph-Black.woff2") format("woff2"), url("../fonts/Geograph-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal
}

body {
	font-family: arial, helvetica;
	color: #333;
	color: rgba(0, 0, 0, 0.5);
	background: white !important;
}

h1 {
	font-size: 6vw
}

p {
	font-size: 2vw
}

.mr-2 {
	margin-right: 2%
}

.loadImages {
	display: none
}

section,
#wrapper section {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
}

section .column {
	float: left;
	width: 50%
}

section .row {
	max-width: 100%;
}

section .row:after {
	content: "";
	display: table;
	clear: both
}

#btn-menu {
	display: none
}

#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80)
}

#light {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 790px;
	max-height: calc(800px * 0.56);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 4px solid #FFCC00;
	z-index: 1002;
	overflow: visible;
	width: calc(80vw - 11px);
	height: calc(80vw * 0.56)
}

#light iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0
}

#light video {
	width: 100%;
	height: 100%
}

#boxclose {
	cursor: pointer;
	position: absolute;
	right: -30px;
	top: -2px;
	z-index: 1002;
	background: url(images/btn-close.svg);
	background-size: cover;
	width: 20px;
	height: 20px
}

#fade:hover~#boxclose {
	display: none
}

.test:hover~.test2 {
	display: none
}

#menu-mobile {
	display: none
}

#wrapper nav {
	position: fixed;
	border-bottom: 1px solid #fff;
	top: 94px;
	left: 0;
	z-index: 3;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0;
	text-align: right;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	z-index: 99
}

#wrapper nav a:link {
	display: inline-block;
	margin: 2% 1%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1vw;
	text-decoration: none;
	font-family: "GeographMedium"
}

#wrapper nav a:nth-child(4):link {
	margin: 2%
}

#wrapper nav a:link.active {
	color: #ffcc02
}

#wrapper nav a:link.active a:hover {
	color: #ffcc02
}

#wrapper nav a:visited {
	color: #fff
}

#wrapper nav a:hover {
	color: #ffcc02
}

.slides_mobile {
	display: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.slides {
	display: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.andorra-top-banner {
    position: sticky;
    top: 50px;
    color: white;
    background-color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 44px;
    text-align: center;
    z-index: 5;


    font-family: "GeographBold", sans-serif;
    font-feature-settings: "swsh";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.w3-left,
.w3-right,
.w3-badge {
	cursor: pointer
}

.w3-badge {
	height: 13px;
	width: 13px;
	padding: 0
}

.w3-text-white,
.w3-hover-text-white:hover {
	color: #fff !important
}

.w3-section,
.w3-code {
	margin-top: 16px !important;
	margin-bottom: 16px !important
}

.w3-center {
	text-align: center !important
}

.w3-large {
	font-size: 18px !important
}

.w3-container,
.w3-panel {
	padding: 0.01em 16px
}

.w3-display-bottommiddle {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	z-index: 10
}

.w3-transparent,
.w3-hover-none:hover {
	background-color: rgba(255, 255, 255, 0.4) !important;
	border: 0 !important
}

.w3-border {
	border: 1px solid #ccc !important
}

.w3-badge {
	border-radius: 50%
}

.w3-badge,
.w3-tag {
	background-color: #000;
	color: #fff;
	display: inline-block;
	text-align: center
}

.w3-white,
.w3-hover-white:hover {
	color: #000 !important;
	background-color: #fff !important
}

#section0 {
	background-color: #000;
	height: 100vh
}

#section0:after {
	content: " ";
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#section0 .logo {
	width: 25%;
	height: auto;
	max-width: 500px;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0;
	z-index: 2;
	cursor: pointer
}

#section0 .box {
	position: absolute;
	width: 30%;
	left: 10%;
	bottom: 20%;
	text-align: left;
	color: #fff;
	z-index: 2
}

#section0 h2 {
	color: #ffcc02;
	font-size: 2vw;
	margin-bottom: 10px;
	font-family: "GeographBold"
}

#section0 p {
	color: #fff;
	font-size: 1vw;
	font-family: "GeographRegular"
}

#section1 .left {
	background-image: url(images/img-jaime-rojo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80vh;
	position: relative
}

#section1 .left .box {
	width: 90%;
	text-align: left;
	position: absolute;
	right: 5%;
	top: 5%
}

#section1 .left h2 {
	color: #000;
	font-size: 3vw;
	margin-bottom: 10px;
	font-weight: bold;
	width: 100%;
	font-family: "GeographBlack"
}

#section1 .left span {
	color: #fff;
	font-size: 1vw;
	margin-bottom: 10px;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	font-family: "GeographBold"
}

#section1 .left p {
	color: #000;
	font-size: .9vw;
	float: right;
	width: 100%;
	font-family: "GeographRegular"
}

#section1 .right {
	background-image: url(images/Img-previa-trailer-Jaime.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80vh;
	position: relative
}

#section1 .right .playvideo {
	width: 0;
	height: 0;
	padding: 3vw;
	background: url(images/play.svg);
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	cursor: pointer
}

#section1 .right .playvideo i {
	color: #ffcc02;
	font-size: 2vw
}

#section2 {
	background-color: #000
}

#section2 .row {
	margin-top: 7%;
	margin-bottom: 7%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0
}

#section2 span {
	width: 100%;
	color: #a9a9a9;
	text-align: center;
	font-size: 1.2vw;
	display: block;
	margin-bottom: 1%;
	font-family: "GeographBold"
}

#section2 hr {
	width: 5%;
	height: 0.5vw;
	background-color: #ffcc02;
	border: 0;
	margin: 20px auto;
}

#section2 h2 {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 3vw;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: "GeographBlack"
}

#section2 p {
	width: 100%;
	text-align: center;
	font-size: 1vw;
	color: #a9a9a9;
	font-family: "GeographLight"
}

#section2 p.mobile {
	display: none
}

#section2 #seguir_leyendo {
	display: none
}

#section_animales {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.51))), url(images/Foto-Sarrio-Nueva_Seccion-Animales_200730_50D0797-Edit.jpg);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51)), url(images/Foto-Sarrio-Nueva_Seccion-Animales_200730_50D0797-Edit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	position: relative
}

#section_paisajes {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.51))), url(images/pym/3-Rojo_200529_85D1034_desktop.png);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51)), url(images/pym/3-Rojo_200529_85D1034_desktop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	position: relative
}

#section3 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.51))), url(images/img-bg-invierno-introduccion.jpg);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51)), url(images/img-bg-invierno-introduccion.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	position: relative
}

.images-fondo video {
	height: 100% !important;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

#section_animales .images-fondo,
#section_paisajes .images-fondo,
#section3 .images-fondo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none
}

#section_animales .images-fondo .images,
#section_paisajes .images-fondo .images,
#section3 .images-fondo .images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear
}

#section_animales .images-fondo .images.video:before,
#section_paisajes .images-fondo .images.video:before,
#section3 .images-fondo .images.video:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(3, 3, 3, 0.45);
	background: url(images/play.svg);
	background-size: cover;
	cursor: pointer
}

#section_animales .images-fondo .images.video.no-popup:before {
	display: none
}

#section_animales .images-fondo .images.show,
#section_paisajes .images-fondo .images.show,
#section3 .images-fondo .images.show {
	opacity: 1
}

#section_animales .title,
#section_paisajes .title,
#section3 .title {
	font-size: 8vw;
	opacity: 0.3;
	position: absolute;
	font-weight: bold;
	z-index: 2;
	top: 5%;
	font-family: "GeographBlack";
	color: #D8D8D8
}

#section_animales .box,
#section_paisajes .box,
#section3 .box {
	position: absolute;
	z-index: 3;
	width: 35%;
	height: 100%;
	left: 0;
	background-blend-mode: multiply;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 42, 55, 0.5)), to(rgba(25, 42, 55, 0.5)));
	background-image: linear-gradient(to bottom, rgba(25, 42, 55, 0.5), rgba(25, 42, 55, 0.5))
}

#section_animales .box-botton-description,
#section_paisajes .box-botton-description,
#section3 .box-botton-description {
	position: absolute;
	bottom: 10%;
	width: 40%;
	z-index: 4;
	left: 10%;
	text-align: right;
	display: none
}

#section_animales .box-botton-description h4,
#section_paisajes .box-botton-description h4,
#section3 .box-botton-description h4 {
	line-height: 1.4em !important;
	font-size: 2vw;
	color: #fff;
	width: 100%;
	text-align: left;
	font-family: "GeographRegular"
}

#section_paisajes .box-botton-description h4 {
	font-size: 1.7vw
}

#section_animales .box-botton-description p,
#section_paisajes .box-botton-description p,
#section3 .box-botton-description p {
	font-size: 1vw;
	color: #fff;
	width: 100%;
	text-align: left;
	max-height: 60px;
	overflow: hidden;
	-webkit-transition: max-height linear 0.4s;
	transition: max-height linear 0.4s;
	font-family: "GeographRegular"
}

#section_animales .box-botton-description p.show,
#section_paisajes .box-botton-description p.show,
#section3 .box-botton-description p.show {
	max-height: 300px !important
}

#section_animales #show-more,
#section_paisajes #show-more,
#section3 #show-more {
	display: block;
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 300px;
	margin: 0 auto;
	font-family: "GeographBold";
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-image: url(images/ico-arrow-yellow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 20px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer
}

#section_animales #show-more.show,
#section_paisajes #show-more.show,
#section3 #show-more.show {
	opacity: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden
}

#section_animales .box-botton,
#section_paisajes .box-botton,
#section3 .box-botton {
	position: absolute;
	bottom: 10%;
	width: 54%;
	z-index: 4;
	right: 10%;
	text-align: right;
	display: none
}

#section_animales .box-botton .chevron-left,
#section_paisajes .box-botton .chevron-left,
#section3 .box-botton .chevron-left {
	font-size: 4vw;
	color: #fff;
	margin-left: 2%;
	margin-right: 2%;
	float: right;
	cursor: pointer;
	background-image: url(images/arrow-left.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 3vh;
	height: 5vh;
	position: relative
}

#section_animales .box-botton .chevron-right,
#section_paisajes .box-botton .chevron-right,
#section3 .box-botton .chevron-right {
	font-size: 4vw;
	color: #fff;
	margin-left: 2%;
	margin-right: 2%;
	float: right;
	cursor: pointer;
	background-image: url(images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 3vh;
	height: 5vh;
	position: relative
}

#section_animales .box-botton .disabled,
#section_paisajes .box-botton .disabled,
#section3 .box-botton .disabled {
	opacity: 0.3;
	pointer-events: none
}

#section_animales .box-botton span,
#section_paisajes .box-botton span,
#section3 .box-botton span {
	font-size: 1vw;
	color: #fff;
	border-radius: 50%;
	float: right;
	display: block;
	position: relative;
	-webkit-transform: translateY(80%);
	transform: translateY(80%);
	width: 64%;
	padding-right: 5%;
	font-family: "GeographBold"
}

#section_animales .box-botton .zoom,
#section_paisajes .box-botton .zoom,
#section3 .box-botton .zoom {
	font-size: 4vw;
	color: #000;
	background-color: #ffcc02;
	width: 4vw;
	height: 4vw;
	border-radius: 50%;
	float: right;
	position: relative;
	cursor: pointer;
	margin-right: 15px
}

#section_animales .box-botton .zoom img,
#section_paisajes .box-botton .zoom img,
#section3 .box-botton .zoom img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#section_animales .box h2,
#section_paisajes .box h2,
#section3 .box h2 {
	width: 100%;
	font-size: 2vw;
	color: #fff;
	text-align: center;
	margin-top: 23%;
	margin-bottom: 5%;
	font-family: "GeographBold";
	letter-spacing: 8px
}

#section_animales .box ul,
#section_paisajes .box ul,
#section3 .box ul {
	width: 100%;
	font-size: 0.82vw;
	color: #a9a9a9;
	text-align: center;
	margin: 15% 0 5% 0;
	display: block;
	float: left;
	text-align: center
}

#section3 .box ul li {
	margin-left: 2%;
	margin-right: 2%;
	font-family: "GeographRegular";
	cursor: pointer;
	display: inline-block;
	position: relative;
	height: 40px;
	vertical-align: middle;
	color: #FFF
}

#section_animales .box ul li:before,
#section_paisajes .box ul li:before,
#section3 .box ul li:before {
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: -130%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: auto 100%
}

#section_animales .box ul li#btn-fauna:before,
#section_paisajes .box ul li#btn-fauna:before,
#section3 .box ul li#btn-fauna:before {
	background-image: url(images/pym/sprite-fauna.png);
	background-position: -59px 0;
	height: 46px;
	width: 59px
}

#section_animales .box ul li#btn-fauna.step-0:before,
#section_paisajes .box ul li#btn-fauna.step-0:before,
#section3 .box ul li#btn-fauna.step-0:before {
	background-position: -580px 0
}

#section_animales .box ul li#btn-fauna.step-1:before,
#section_paisajes .box ul li#btn-fauna.step-1:before,
#section3 .box ul li#btn-fauna.step-1:before {
	background-position: -58px 0
}

#section_animales .box ul li#btn-fauna.step-2:before,
#section_paisajes .box ul li#btn-fauna.step-2:before,
#section3 .box ul li#btn-fauna.step-2:before {
	background-position: -116px 0
}

#section_animales .box ul li#btn-fauna.step-3:before,
#section_paisajes .box ul li#btn-fauna.step-3:before,
#section3 .box ul li#btn-fauna.step-3:before {
	background-position: -174px 0
}

#section_animales .box ul li#btn-fauna.step-5:before,
#section_paisajes .box ul li#btn-fauna.step-5:before,
#section3 .box ul li#btn-fauna.step-5:before {
	background-position: -232px 0
}

#section_animales .box ul li#btn-fauna.step-6:before,
#section_paisajes .box ul li#btn-fauna.step-6:before,
#section3 .box ul li#btn-fauna.step-6:before {
	background-position: -290px 0
}

#section_animales .box ul li#btn-fauna.step-7:before,
#section_paisajes .box ul li#btn-fauna.step-7:before,
#section3 .box ul li#btn-fauna.step-7:before {
	background-position: -348px 0
}

#section_animales .box ul li#btn-fauna.step-8:before,
#section_paisajes .box ul li#btn-fauna.step-8:before,
#section3 .box ul li#btn-fauna.step-8:before {
	background-position: -406px 0
}

#section_animales .box ul li#btn-fauna.step-9:before,
#section_paisajes .box ul li#btn-fauna.step-9:before,
#section3 .box ul li#btn-fauna.step-9:before {
	background-position: -464px 0
}

#section_animales .box ul li#btn-fauna.step-10:before,
#section_paisajes .box ul li#btn-fauna.step-10:before,
#section3 .box ul li#btn-fauna.step-10:before {
	background-position: -522px 0
}

#section_animales .box ul li#btn-fauna.step-11:before,
#section_paisajes .box ul li#btn-fauna.step-11:before,
#section3 .box ul li#btn-fauna.step-11:before {
	background-position: -580px 0
}

#section_animales .box ul li#btn-floraypaisajes:before,
#section_paisajes .box ul li#btn-floraypaisajes:before,
#section3 .box ul li#btn-floraypaisajes:before {
	background-image: url(images/pym/sprite-flora-paisajes.png);
	background-position: -59px 0;
	height: 46px;
	width: 59px
}

#section_animales .box ul li#btn-floraypaisajes.step-0:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-0:before,
#section3 .box ul li#btn-floraypaisajes.step-0:before {
	background-position: -580px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-1:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-1:before,
#section3 .box ul li#btn-floraypaisajes.step-1:before {
	background-position: -58px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-2:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-2:before,
#section3 .box ul li#btn-floraypaisajes.step-2:before {
	background-position: -116px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-3:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-3:before,
#section3 .box ul li#btn-floraypaisajes.step-3:before {
	background-position: -174px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-5:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-5:before,
#section3 .box ul li#btn-floraypaisajes.step-5:before {
	background-position: -232px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-6:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-6:before,
#section3 .box ul li#btn-floraypaisajes.step-6:before {
	background-position: -290px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-7:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-7:before,
#section3 .box ul li#btn-floraypaisajes.step-7:before {
	background-position: -348px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-8:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-8:before,
#section3 .box ul li#btn-floraypaisajes.step-8:before {
	background-position: -406px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-9:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-9:before,
#section3 .box ul li#btn-floraypaisajes.step-9:before {
	background-position: -464px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-10:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-10:before,
#section3 .box ul li#btn-floraypaisajes.step-10:before {
	background-position: -522px 0
}

#section_animales .box ul li#btn-floraypaisajes.step-11:before,
#section_paisajes .box ul li#btn-floraypaisajes.step-11:before,
#section3 .box ul li#btn-floraypaisajes.step-11:before {
	background-position: -580px 0
}

#section_animales .box ul li#btn-trailer:before,
#section_paisajes .box ul li#btn-trailer:before,
#section3 .box ul li#btn-trailer:before {
	background-image: url(images/pym/sprite-trailer.png);
	background-position: -59px 0;
	height: 46px;
	width: 59px
}

#section_animales .box ul li#btn-trailer.step-0:before,
#section_paisajes .box ul li#btn-trailer.step-0:before,
#section3 .box ul li#btn-trailer.step-0:before {
	background-position: -580px 0
}

#section_animales .box ul li#btn-trailer.step-1:before,
#section_paisajes .box ul li#btn-trailer.step-1:before,
#section3 .box ul li#btn-trailer.step-1:before {
	background-position: -58px 0
}

#section_animales .box ul li#btn-trailer.step-2:before,
#section_paisajes .box ul li#btn-trailer.step-2:before,
#section3 .box ul li#btn-trailer.step-2:before {
	background-position: -116px 0
}

#section_animales .box ul li#btn-trailer.step-3:before,
#section_paisajes .box ul li#btn-trailer.step-3:before,
#section3 .box ul li#btn-trailer.step-3:before {
	background-position: -174px 0
}

#section_animales .box ul li#btn-trailer.step-5:before,
#section_paisajes .box ul li#btn-trailer.step-5:before,
#section3 .box ul li#btn-trailer.step-5:before {
	background-position: -232px 0
}

#section_animales .box ul li#btn-trailer.step-6:before,
#section_paisajes .box ul li#btn-trailer.step-6:before,
#section3 .box ul li#btn-trailer.step-6:before {
	background-position: -290px 0
}

#section_animales .box ul li#btn-trailer.step-7:before,
#section_paisajes .box ul li#btn-trailer.step-7:before,
#section3 .box ul li#btn-trailer.step-7:before {
	background-position: -348px 0
}

#section_animales .box ul li#btn-trailer.step-8:before,
#section_paisajes .box ul li#btn-trailer.step-8:before,
#section3 .box ul li#btn-trailer.step-8:before {
	background-position: -406px 0
}

#section_animales .box ul li#btn-trailer.step-9:before,
#section_paisajes .box ul li#btn-trailer.step-9:before,
#section3 .box ul li#btn-trailer.step-9:before {
	background-position: -464px 0
}

#section_animales .box ul li#btn-trailer.step-10:before,
#section_paisajes .box ul li#btn-trailer.step-10:before,
#section3 .box ul li#btn-trailer.step-10:before {
	background-position: -522px 0
}

#section_animales .box ul li#btn-trailer.step-11:before,
#section_paisajes .box ul li#btn-trailer.step-11:before,
#section3 .box ul li#btn-trailer.step-11:before {
	background-position: -580px 0
}

#section_animales .box ul li:hover,
#section_paisajes .box ul li:hover,
#section3 .box ul li:hover {
	color: #ffcc02
}

#section_animales .box ul li.activo,
#section_paisajes .box ul li.activo,
#section3 .box ul li.activo {
	color: #ffcc02
}

#section_animales .box .detail,
#section_paisajes .box .detail,
#section3 .box .detail {
	width: 80%;
	margin-bottom: 5%;
	display: block;
	float: left;
	margin-right: 7%;
	margin-left: 10%;
	padding-left: 3%;
	margin-bottom: 5%;
	border-left: 2px solid #ffcc02
}

#section_animales .box p,
#section_paisajes .box p,
#section3 .box p {
	font-size: 1vw;
	color: #fff;
	text-align: left;
	font-family: "GeographRegular";
	width: 100%
}

#section_animales .box span,
#section_paisajes .box span,
#section3 .box span {
	width: 100%;
	font-size: 2vw;
	font-family: "GeographBold";
	margin-bottom: 2%;
	margin-top: 0;
	text-align: left;
	color: #fff;
	float: left;
	display: none
}

#section4 {
	margin-top: 20px;
	background-blend-mode: multiply;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 23, 22, 0.75)), to(rgba(22, 23, 22, 0.75))), url(images/img-bg-descubre-andorra.jpg);
	background-image: linear-gradient(to bottom, rgba(22, 23, 22, 0.75), rgba(22, 23, 22, 0.75)), url(images/img-bg-descubre-andorra.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80vh;
	position: relative
}

#section4 .box-left {
	width: 35%;
	position: absolute;
	padding-left: 5%;
	bottom: 10%;
	left: 0
}

#section4 span {
	color: #ffcc02;
	font-size: 1vw;
	text-align: left;
	margin-bottom: 2%;
	float: left;
	width: 100%;
	font-family: "GeographBold"
}

#section4 h2 {
	color: #fff;
	font-size: 3vw;
	text-align: left;
	margin-bottom: 8%;
	float: left;
	width: 100%;
	font-family: "GeographBlack"
}

#section4 p {
	color: #fff;
	font-size: 1vw;
	text-align: left;
	margin-bottom: 8%;
	float: left;
	width: 100%;
	font-family: "GeographRegular"
}

#section4 button {
	color: #fff;
	font-size: 1vw;
	text-align: center;
	border: 2px solid #ffcc02;
	padding: 13px 18%;
	text-transform: uppercase;
	float: left;
	background-color: transparent;
	font-family: "GeographBold"
}

#section4 .box-right {
	width: 45%;
	position: absolute;
	right: 5%;
	bottom: 10%
}

#section4 .box-right .img-box {
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30%;
	padding-top: 25%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	float: left;
	margin-bottom: 5%
}

#section4 .box-right .img-box span {
	color: #fff;
	display: block;
	text-align: center;
	font-family: "GeographBold"
}

#section4 .box-right #parques-naturales {
	background-blend-mode: multiply;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.51))), url(images/pym/img-descubre-andorra-post-parques-naturales.png);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51)), url(images/img-descubre-andorra-post-parques-naturales.png)
}

#section4 .box-right #ecoturismo {
	background-blend-mode: multiply;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.51))), url(images/pym/img-descubre-andorra-post-ecoturismo.png);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51)), url(images/pym/img-descubre-andorra-post-ecoturismo.png)
}

#section4 .box-right #lagosyestanques {
	background-blend-mode: multiply;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.51))), url(images/pym/img-descubre-andorra-post-lagos-estanques.png);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51)), url(images/pym/img-descubre-andorra-post-lagos-estanques.png)
}

#section4 .box-right #guiamontana {
	background-blend-mode: multiply;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.51))), url(images/pym/img-descubre-andorra-post-guia-montana.png);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51)), url(images/pym/img-descubre-andorra-post-guia-montana.png)
}

#section4 .popup-info {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10000
}

#section4 .popup-info a {
	color: inherit;
	text-decoration: underline
}

#section4 .popup-info .content {
	position: absolute;
	width: 90vw;
	max-width: 800px;
	height: auto;
	max-height: 90vh;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 4px #FFCC00 solid;
	text-align: center;
	background: #000
}

#section4 .popup-info .content span.close {
	position: absolute;
	top: -4px;
	right: -30px;
	cursor: pointer;
	background-image: url(images/btn-close.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px
}

#section4 .popup-info .content .info {
	display: none;
	width: 100%;
	max-height: calc(80vh - 20px);
	margin: 10px 0 20px 0;
	display: inline-block;
	overflow: auto;
	padding: 0 20px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#section4 .popup-info .content .info img {
	width: 100%;
	height: auto
}

#section4 .popup-info .content .info p {
	font-size: 0.83vw;
	font-family: "GeographBold";
	text-align: justify;
	color: #fff;
	width: 100%;
	margin: 10px 0
}

#section5 .row {
	margin-top: 2%;
	margin-bottom: 2%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0
}

#section5 span {
	width: 100%;
	color: #ffcc02;
	text-align: center;
	font-size: 1.2vw;
	display: block;
	margin: 4% 0 -1%;
	font-family: "GeographBold"
}

#section5 h2 {
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 3vw;
	font-family: "GeographBlack";
	margin-top: 2%;
	margin-bottom: 2%
}

#section5 p {
	width: 100%;
	text-align: center;
	font-size: 1vw;
	color: #000;
	font-family: "GeographRegular"
}

#section5 .row .column-2 {
	width: 45%;
	height: 20vw;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2%;
	cursor: pointer;
	position: relative
}

#section5 .row .column-2 hr {
	width: 15%;
	height: 1.5vh;
	background-color: #ffcc02;
	border: 0;
	float: left;
	display: none
}

#section5 .row h3 {
	width: 93%;
	padding-left: 2%;
	padding-top: 5%;
	margin-bottom: 2%;
	font-size: 4vw;
	line-height: 3.5vw;
	color: #fff;
	float: left;
	font-family: "GeographBlack";
	text-align: left;
	position: relative
}

#section5 .row h3:before {
	content: "";
	width: 61px;
	height: 7px;
	background-color: #ffcc02;
	border: 0;
	float: left;
	position: absolute;
	left: 3%;
	top: 5%
}

#section5 .row .box_off p {
	font-size: 1.5vw;
	line-height: 1.8vw;
	color: #ffcc02;
	float: left;
	text-align: left;
	padding-left: 0;
	font-family: "GeographBold";
	position: relative;
	padding-top: 20px
}

#section5 .box_off p:before {
	content: "";
	width: 61px;
	height: 7px;
	background-color: #ffcc02;
	border: 0;
	position: absolute;
	left: 0;
	top: 0
}

#section5 .row .column-3 {
	width: 28%;
	height: 20vw;
	padding: 2%;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	position: relative
}

#section5 .row>div:hover .box_off {
	display: none
}

#section5 .row>div:hover .box_on {
	display: block
}

#section5 .row .box_on {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#section5 .row>div:hover .box_off {
	display: none
}

#section5 .row>div:hover .box_on {
	display: block
}

#section5 .row .box_on p {
	font-size: .9vw !important;
	color: #fff !important;
	font-family: "GeographRegular";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	height: auto;
	padding: 0 !important
}

#section5 .row #diario_1_oct21 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/Diario-de-Campo-OCT21-01-APC_3145.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/Diario-de-Campo-OCT21-01-APC_3145.png)
}

#section5 .row #diario_2_oct21 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/Diario-de-Campo-OCT21-02-Rojo_210607_Z6R8146.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/Diario-de-Campo-OCT21-02-Rojo_210607_Z6R8146.png)
}

#section5 .row #diario_3_oct21 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/Diario-de-Campo-OCT21-03-Rojo_201028_Z6J3769.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/Diario-de-Campo-OCT21-03-Rojo_201028_Z6J3769.png)
}

#section5 .row #diario_4_oct21 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/Diario-de-Campo-OCT21-05-APC_3354.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/Diario-de-Campo-OCT21-05-APC_3354.png)
}

#section5 .row #diario_5_oct21 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/Diario-de-Campo-OCT21-05-Rojo_201028_Z6J3808.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/Diario-de-Campo-OCT21-05-Rojo_201028_Z6J3808.png)
}

#section5 .row #diario_6_oct21 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/Diario-de-Campo-OCT21-06-APC_3337.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/Diario-de-Campo-OCT21-06-APC_3337.png)
}

#section5 .row #diario_1_julio {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/DIARIO_CAMPO_01_Rojo_210610_Z7J6567-Edit.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/DIARIO_CAMPO_01_Rojo_210610_Z7J6567-Edit.jpg)
}

#section5 .row #diario_2_julio {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/DIARIO_CAMPO_02_Rojo_200728_50D0698.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/DIARIO_CAMPO_02_Rojo_200728_50D0698.jpg)
}

#section5 .row #diario_3_julio {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/DIARIO_CAMPO_03_Rojo_210605_Z7J5124.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/DIARIO_CAMPO_03_Rojo_210605_Z7J5124.jpg)
}

#section5 .row #diario_4_julio {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/DIARIO_CAMPO_04_Rojo_210605_Z7J5157.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/DIARIO_CAMPO_04_Rojo_210605_Z7J5157.jpg)
}

#section5 .row #diario_5_julio {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/DIARIO_CAMPO_05_Rojo_210526_APC_3322.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/DIARIO_CAMPO_05_Rojo_210526_APC_3322.jpg)
}

#section5 .row #diario_6_julio {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/DIARIO_CAMPO_06_Rojo_210606_Z6R8133.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/DIARIO_CAMPO_06_Rojo_210606_Z6R8133.jpg)
}

#section5 .row #diario_1_primavera {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/1.3-DIARIO-01-APC_2913.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/1.3-DIARIO-01-APC_2913.jpg)
}

#section5 .row #diario_2_primavera {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/1.3-DIARIO-02-APC_2975-E1.3-Dit.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/1.3-DIARIO-02-APC_2975-E1.3-Dit.jpg)
}

#section5 .row #diario_3_primavera {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/1.3-DIARIO-03-Rojo_200520_851.3-D0418.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/1.3-DIARIO-03-Rojo_200520_851.3-D0418.jpg)
}

#section5 .row #diario_4_primavera {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/1.3-DIARIO-04-APC_2738.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/1.3-DIARIO-04-APC_2738.jpg)
}

#section5 .row #diario_5_primavera {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/1.3-DIARIO-05-Rojo_200525_N6K0589.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/1.3-DIARIO-05-Rojo_200525_N6K0589.jpg)
}

#section5 .row #diario_6_primavera {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/1.3-DIARIO-06-Rojo_BTS_Carpintero_T039_STILL.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/1.3-DIARIO-06-Rojo_BTS_Carpintero_T039_STILL.jpg)
}

#section5 .row #diario1 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-01.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-01.png)
}

#section5 .row #diario2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-02.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-02.png)
}

#section5 .row #diario3 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-03.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-03.png)
}

#section5 .row #diario4 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-04.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-04.png)
}

#section5 .row #diario5 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-05.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-05.png)
}

#section5 .row #diario6 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-06.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-06.png)
}

#section5 .row #diario7 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-07.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-07.png)
}

#section5 .row #diario8 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-08.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-08.png)
}

#section5 .row #diario9 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-09.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-09.png)
}

#section5 .row #diario10 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-10.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-10.png)
}

#section5 .row #diario11 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-11.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-11.png)
}

#section5 .row #diario12 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-12.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-12.png)
}

#section5 .row #diario13 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-13.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-13.png)
}

#section5 .row #diario14 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-14.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-14.png)
}

#section5 .row #diario15 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/pym/diario-15.png);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/pym/diario-15.png)
}

#section5 .row #diario_1_otono {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/01-Diario-de-Campo-OTONO-APC_2594.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/01-Diario-de-Campo-OTONO-APC_2594.jpg)
}

#section5 .row #diario_2_otono {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/02-Diario-de-Campo-OTONO-IMG_3996.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/02-Diario-de-Campo-OTONO-IMG_3996.jpg)
}

#section5 .row #diario_3_otono {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/03-Diario-de-Campo-OTONO-APC_2546.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/03-Diario-de-Campo-OTONO-APC_2546.jpg)
}

#section5 .row #diario_4_otono {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/04-Diario-de-Campo-OTONO-APC_2577.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/04-Diario-de-Campo-OTONO-APC_2577.jpg)
}

#section5 .row #diario_5_otono {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/05-Diario-de-Campo-OTONO-APC_2558.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/05-Diario-de-Campo-OTONO-APC_2558.jpg)
}

#section5 .row #diario_1_invierno {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/01-DIARIO-Andorra-Feb2021-APC_2713.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/01-DIARIO-Andorra-Feb2021-APC_2713.jpg)
}

#section5 .row #diario_2_invierno {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/02-DIARIO-Andorra-Feb2021-APC_2795.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/02-DIARIO-Andorra-Feb2021-APC_2795.jpg)
}

#section5 .row #diario_3_invierno {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/03-DIARIO-Andorra-Feb2021-825D2786.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/03-DIARIO-Andorra-Feb2021-825D2786.jpg)
}

#section5 .row #diario_4_invierno {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/04-DIARIO-Andorra-Feb2021-Rojo_210224_Z6J6702.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/04-DIARIO-Andorra-Feb2021-Rojo_210224_Z6J6702.jpg)
}

#section5 .row #diario_5_invierno {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/05-DIARIO-Andorra-Feb2021-APC_2819.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/05-DIARIO-Andorra-Feb2021-APC_2819.jpg)
}

#section5 .row #diario_6_invierno {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/06-DIARIO-Andorra-Feb2021-Rojo_210224_Z6J6832.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/06-DIARIO-Andorra-Feb2021-Rojo_210224_Z6J6832.jpg)
}

#section5 .row #diario_1 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-01.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-01.jpg)
}

#section5 .row #diario_2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-02.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-02.jpg)
}

#section5 .row #diario_3 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-03.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-03.jpg)
}

#section5 .row #diario_4 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-04.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-04.jpg)
}

#section5 .row #diario_5 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-05.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-05.jpg)
}

#section5 .row #diario_6 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-06.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-06.jpg)
}

#section5 .row #diario_7 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-07.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-07.jpg)
}

#section5 .row #diario_8 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-08.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-08.jpg)
}

#section5 .row #diario_9 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-09.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-09.jpg)
}

#section5 .row #diario_10 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-10.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-10.jpg)
}

#section5 .row #diario_11 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-11.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-11.jpg)
}

#section5 .row #diario_12 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/diario-de-Campo-VERANO-12.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/diario-de-Campo-VERANO-12.jpg)
}

#section5 .row #dia1 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia1.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia1.jpg)
}

#section5 .row #dia2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia2.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia2.jpg)
}

#section5 .row #dia3 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia3.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia3.jpg)
}

#section5 .row #dia4 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia4.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia4.jpg)
}

#section5 .row #dia5 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia5.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia5.jpg)
}

#section5 .row #dia6 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia6.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia6.jpg)
}

#section5 .row #dia7 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia7.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia7.jpg)
}

#section5 .row #dia8 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia8.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia8.jpg)
}

#section5 .row #dia9 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia9.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia9.jpg)
}

#section5 .row #dia10 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia10.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia10.jpg)
}

#section5 .row #dia11 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia11.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia11.jpg)
}

#section5 .row #dia12 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(images/dia12.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(images/dia12.jpg)
}

.landing-footer {
	padding: 2%;
	background-color: #000;
	overflow: hidden
}

.landing-footer .logo-footer {
	float: left;
	width: 10%;
	cursor: pointer
}

.landing-footer ul {
	float: right;
	width: 70%;
	padding-top: 1%
}

.landing-footer ul li {
	float: right;
	display: inline-block;
	color: #fff;
	font-size: 1vw;
	margin-left: 4%;
	font-family: "GeographMedium"
}

.landing-footer ul li a:link {
	color: #fff
}

.landing-footer ul li a:hover {
	color: #ffcc02
}

.landing-footer ul li a:visited {
	color: #fff
}

@media only screen and (max-width: 768px) {
	section {
		width: 100%;
		position: relative
	}

	#section0 .slides {
		height: 100vh;
		width: auto !important;
		-o-object-fit: cover;
		object-fit: cover
	}

	#section0 .logo {
		width: 200px;
		top: 30%;
		-webkit-transform: translateY(-35%);
		transform: translateY(-35%);
		z-index: 3
	}

	#section0 .box {
		position: absolute;
		width: 80%;
		left: 10%;
		bottom: 20%;
		text-align: left;
		color: #fff;
		z-index: 4
	}

	#section0 h2 {
		color: #ffcc02;
		font-size: 6vw;
		margin-bottom: 10px;
		font-family: "GeographBold"
	}

	#section0 p {
		color: #fff;
		font-size: 4vw;
		font-family: "GeographRegular";
		z-index: 4;
		line-height: 5vw
	}

	section .column {
		float: left;
		width: 100%
	}

	#section1 .left {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(images/img-jaime-rojo.jpg);
		background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(images/img-jaime-rojo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100vh;
		position: relative
	}

	#section1 .left .box {
		width: 80%;
		text-align: left;
		position: absolute;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		top: 20px
	}

	#section1 .left h2 {
		color: #000;
		font-size: 6vw;
		margin-bottom: 10px;
		font-weight: bold;
		width: 100%;
		font-family: "GeographBlack"
	}

	#section1 .left span {
		color: #fff;
		font-size: 4vw;
		margin-bottom: 10px;
		width: 100%;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		font-family: "GeographBold"
	}

	#section1 .left p {
		color: #000;
		font-size: 4vw;
		float: right;
		width: 100%;
		font-family: "GeographRegular"
	}

	#section1 .right {
		height: 40vh
	}

	#section1 .right .playvideo {
		width: 10%;
		height: auto;
		padding: 10%;
		background-color: rgba(3, 3, 3, 0.45);
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
		cursor: pointer
	}

	#section1 .right .playvideo i {
		color: #ffcc02;
		font-size: 8vw
	}

	#section2 span {
		width: 100%;
		color: #a9a9a9;
		text-align: center;
		font-size: 4vw;
		display: block;
		margin-bottom: 6%;
		font-family: "GeographBold"
	}

	#section2 h2 {
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 4vw;
		font-weight: bold;
		margin-top: 2%;
		margin-bottom: 2%;
		font-family: "GeographBlack"
	}

	#section2 hr {
		width: 15%;
		height: 2vw;
		background-color: #ffcc02;
		border: 0
	}

	#section2 p {
		display: none
	}

	#section2 p.mobile {
		display: block;
		font-size: 4vw;
		color: #a9a9a9;
		font-family: "GeographLight";
		margin-bottom: 20px;
		margin-top: 20px
	}

	#section2 #seguir_leyendo {
		display: block;
		border-top: 1px solid #fff;
		padding-top: 10px;
		margin-top: 50px;
		margin-bottom: 50px;
		width: 80%;
		margin: 0 auto;
		font-family: "GeographBold";
		color: #fff;
		font-size: 5vw;
		text-align: center;
		background-image: url(images/ico-arrow-yellow.svg);
		background-repeat: no-repeat;
		background-position: right center
	}

	#section2 #texto_hidden {
		display: none
	}

	#section2 h2 {
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 6vw;
		font-weight: bold;
		margin-top: 6%;
		margin-bottom: 6%;
		font-family: "GeographBlack"
	}

	#section_animales {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(images/mobile/Foto-Sarrio-Nueva_Seccion-Animales_200730_50D0797-Edit.jpg);
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/mobile/Foto-Sarrio-Nueva_Seccion-Animales_200730_50D0797-Edit.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-position: 60% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: none;
		position: relative;
		min-height: 100vh
	}

	#section3 {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(images/img-bg-animales-introduccion.jpg);
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/img-bg-animales-introduccion.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: none;
		position: relative;
		min-height: 100vh
	}

	#section_paisajes {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(images/pym/3-Rojo_200529_85D1034_desktop.png);
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/pym/3-Rojo_200529_85D1034_desktop.png);
		background-repeat: no-repeat;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: none;
		position: relative;
		min-height: 100vh
	}

	#section_animales .box,
	#section_paisajes .box,
	#section3 .box {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		left: 0;
		background-blend-mode: multiply;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 42, 55, 0.5)), to(rgba(25, 42, 55, 0.5)));
		background-image: linear-gradient(to bottom, rgba(25, 42, 55, 0.5), rgba(25, 42, 55, 0.5))
	}

	#section_animales .box .detail,
	#section_paisajes .box .detail,
	#section3 .box .detail {
		width: 100%;
		margin-bottom: 5%;
		display: block;
		float: left;
		padding-left: 3%;
		margin-bottom: 5%;
		border-left: 7px solid #ffcc02;
		padding-right: 3%;
		margin-left: 0
	}

	#section_animales .box .detail p span,
	#section_paisajes .box .detail p span,
	#section3 .box .detail p span {
		display: none
	}

	#section_animales .box h2,
	#section_paisajes .box h2,
	#section3 .box h2 {
		width: 100%;
		font-size: 4vw;
		color: #fff;
		text-align: center;
		margin-top: 23%;
		margin-bottom: 5%;
		font-family: "GeographBold"
	}

	#section_animales .box ul,
	#section_paisajes .box ul,
	#section3 .box ul {
		width: 100%;
		font-size: 3vw;
		color: #a9a9a9;
		text-align: center;
		margin: 25% 0 10% 10%;
		display: block;
		float: left
	}

	#section_animales .box ul,
	#section_paisajes .box ul {
		margin: 5% 0 10% 10%
	}

	#section_animales .box ul li,
	#section_paisajes .box ul li,
	#section3 .box ul li {
		margin-left: 1%;
		margin-right: 1%;
		font-family: "GeographRegular";
		cursor: pointer;
		width: 25%
	}

	#section_animales .box ul li,
	#section_paisajes .box ul li {
		width: 50%
	}

	#section_paisajes .box ul li:before,
	#section_animales .box ul li:before,
	#section3 .box ul li:before {
		width: 50px;
		height: 50px
	}

	#section_animales .box ul li#btn-floraypaisajes,
	#section_paisajes .box ul li#btn-floraypaisajes,
	#section3 .box ul li#btn-floraypaisajes {
		width: 120px
	}

	#section_animales .title,
	#section_paisajes .title,
	#section3 .title {
		font-size: 15vw;
		opacity: 0.9;
		position: absolute;
		font-weight: bold;
		z-index: 1;
		top: 7%;
		margin-right: auto;
		margin-left: auto;
		left: 0;
		right: 0;
		text-align: left;
		font-family: "GeographBlack"
	}

	#section_animales .box-botton,
	#section_paisajes .box-botton,
	#section3 .box-botton {
		position: absolute;
		bottom: 4%;
		width: 100%;
		z-index: 3;
		right: 0%;
		text-align: right;
		display: none
	}

	#section_animales .box-botton .chevron-right,
	#section_paisajes .box-botton .chevron-right,
	#section3 .box-botton .chevron-right {
		font-size: 15vw;
		color: #fff;
		margin-left: 0%;
		margin-right: 1%;
		position: relative
	}

	#section_animales .box-botton .chevron-right:before,
	#section_paisajes .box-botton .chevron-right:before,
	#section3 .box-botton .chevron-right:before {
		content: '';
		position: absolute;
		left: 120%;
		top: 50%;
		width: 20vw;
		height: 20vw;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.4);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	#section_animales .box-botton i,
	#section_paisajes .box-botton i,
	#section3 .box-botton i {
		margin-left: 2%;
		margin-right: 2%;
		cursor: pointer
	}

	#section_animales .box-botton .chevron-left,
	#section_paisajes .box-botton .chevron-left,
	#section3 .box-botton .chevron-left {
		font-size: 15vw;
		color: #fff;
		float: left;
		position: relative;
		margin-left: 1%;
		margin-right: 0;
		width: 20px;
		height: 30px
	}

	#section_animales .box-botton .chevron-left:before,
	#section_paisajes .box-botton .chevron-left:before,
	#section3 .box-botton .chevron-left:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 20vw;
		height: 20vw;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.4);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-left: -80%
	}

	#section_animales .box-botton .fa-arrows,
	#section_paisajes .box-botton .fa-arrows,
	#section3 .box-botton .fa-arrows {
		font-size: 4vw;
		color: #000;
		background-color: #ffcc02;
		width: 15vw;
		height: 15vw;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		margin-right: auto;
		margin-left: auto;
		right: 0;
		left: 0
	}

	#section_animales .box-botton span,
	#section_paisajes .box-botton span,
	#section3 .box-botton span {
		font-size: 4vw;
		color: #fff;
		border-radius: 50%;
		float: right;
		display: block;
		padding-top: 0;
		text-align: center;
		width: 100%;
		padding-right: 0;
		position: absolute;
		bottom: 70px;
		font-family: "GeographBold";
		padding-right: 40px;
		padding-left: 40px
	}

	#section_animales .box-botton-description,
	#section_paisajes .box-botton-description,
	#section3 .box-botton-description {
		position: absolute;
		bottom: 80px;
		width: 100%;
		z-index: 4;
		z-index: 3;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		display: none;
		padding: 0 4%
	}

	#section_animales .box-botton-description h4,
	#section_paisajes .box-botton-description h4,
	#section3 .box-botton-description h4 {
		font-size: 6vw;
		color: #fff;
		width: 100%;
		text-align: center;
		text-shadow: 2px 2px 2px #000;
		position: relative;
		bottom: 20px;
		font-family: "GeographBold"
	}

	#section_animales .box-botton-description p,
	#section_paisajes .box-botton-description p,
	#section3 .box-botton-description p {
		font-size: 3.7vw;
		color: #fff;
		width: 100%;
		text-align: center;
		text-shadow: 2px 2px 2px #000;
		position: relative;
		bottom: 20px
	}

	#section_animales #show-more,
	#section_paisajes #show-more,
	#section3 #show-more {
		width: 80%
	}

	#section_animales .box span,
	#section_paisajes .box span,
	#section3 .box span {
		width: 100%;
		font-size: 6vw;
		font-family: "GeographBold";
		margin-bottom: 2%;
		margin-top: 0;
		text-align: left;
		color: #fff;
		float: left;
		display: none
	}

	#section_animales .box p,
	#section_paisajes .box p,
	#section3 .box p {
		font-size: 4vw;
		color: #fff;
		text-align: left;
		font-family: "GeographRegular";
		width: 100%
	}

	#section4 .box-left {
		width: 100%;
		position: relative;
		padding: 5%
	}

	#section4 span {
		color: #ffcc02;
		font-size: 4vw;
		text-align: center;
		margin-bottom: 2%;
		float: left;
		width: 100%;
		font-family: "GeographBold";
		margin-top: 10%
	}

	#section4 h2 {
		color: #fff;
		font-size: 6vw;
		text-align: center;
		margin-bottom: 8%;
		float: left;
		width: 100%;
		font-family: "GeographBlack"
	}

	#section4 p {
		color: #fff;
		font-size: 4vw;
		text-align: center;
		margin-bottom: 8%;
		float: left;
		width: 100%;
		font-family: "GeographRegular"
	}

	#section4 .box-right {
		width: 100%;
		position: absolute;
		right: 0%;
		left: 0%;
		top: 43%
	}

	#section4 .box-right .img-box {
		background-repeat: no-repeat;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 40vw;
		height: 40vw;
		padding-top: 25%;
		margin-left: 5vw;
		margin-right: 5vw;
		text-align: center;
		float: left;
		margin-bottom: 5%;
		position: relative
	}

	#section4 .box-right .img-box span {
		position: absolute;
		left: 50%;
		bottom: 5%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	#section4 {
		height: auto;
		position: relative;
		padding-bottom: 20px
	}

	#section4 button {
		color: #fff;
		font-size: 4vw;
		text-align: center;
		border: 2px solid #ffcc02;
		padding: 4% 2%;
		text-transform: uppercase;
		float: left;
		background-color: transparent;
		font-family: "GeographBold";
		width: 100%;
		margin-top: 120%
	}

	#section4 .popup-info .content {
		max-height: 80vh
	}

	#section4 .popup-info .content span.close {
		top: -65px;
		right: -5px
	}

	#section4 .popup-info .content .info {
		height: calc(80vh - 40px)
	}

	#section4 .popup-info .content .info p {
		font-size: 3.5vw;
		line-height: 4.5vw
	}

	#section5 span {
		width: 100%;
		color: #ffcc02;
		text-align: center;
		font-size: 3vw;
		display: block;
		margin-bottom: 1%;
		margin-top: 10%;
		font-family: "GeographBold"
	}

	#section5 h2 {
		width: 100%;
		color: #000;
		text-align: center;
		font-size: 6vw;
		font-family: "GeographBlack";
		margin-top: 2%;
		margin-bottom: 2%;
		margin-bottom: 5%
	}

	#section5 p {
		width: 100%;
		text-align: center;
		font-size: 4vw;
		color: #000;
		font-family: "GeographRegular";
		margin-bottom: 10%
	}

	#section5 .row .column-3 {
		width: 100%;
		height: 66vw;
		margin-bottom: 5%;
		float: left;
		background-repeat: no-repeat;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		cursor: pointer;
		padding: 5%
	}

	#section5 .row .column-3 h3 {
		width: 93%;
		padding-left: 2%;
		padding-top: 5%;
		margin-bottom: 5%;
		font-size: 6vw;
		color: #fff;
		float: left;
		font-family: "GeographBlack";
		text-align: left
	}

	#section5 .row .column-3 p {
		font-size: 4.5vw;
		line-height: 4.5vw;
		color: #ffcc02;
		float: left;
		text-align: left;
		padding-left: 2%;
		font-family: "GeographBold"
	}

	#section5 .row .column-2 {
		width: 100%;
		height: 66vw;
		float: left;
		background-repeat: no-repeat;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 5%;
		margin-bottom: 5%
	}

	#section5 .row .column-2 hr {
		width: 15%;
		height: 1.5vw;
		background-color: #ffcc02;
		border: 0;
		float: left
	}

	#section5 .row .column-2 h3 {
		width: 93%;
		padding-left: 2%;
		padding-top: 5%;
		margin-bottom: 5%;
		font-size: 6vw;
		color: #fff;
		float: left;
		font-family: "GeographBlack";
		text-align: left
	}

	#section5 .row .column-2 p {
		font-size: 4vw;
		line-height: 4vw;
		color: #ffcc02;
		float: left;
		text-align: left;
		padding-left: 2%;
		padding-bottom: 30%;
		font-family: "GeographBold"
	}

	#section5 .row h3:before {
		width: 35px;
		height: 4px;
		left: 2.5%
	}

	#section5 .row .box_on p {
		font-size: 2.9vw !important;
		line-height: 3.6vw
	}

	.landing-footer {
		display: none
	}

	.landing-footer .logo-footer {
		float: left;
		width: 20%
	}

	.landing-footer ul li {
		float: right;
		display: inline-block;
		color: #fff;
		font-size: 2vw;
		margin-left: 4%;
		font-family: "GeographMedium"
	}

	#btn-menu {
		position: fixed;
		color: #fff;
		font-family: "GeographBold";
		font-size: 8vw;
		width: 30px;
		height: 50px;
		display: block;
		left: 0px;
		top: 0px;
		z-index: 999;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
		width: 100%;
		display: none;
	}

	#btn-menu:before {
		content: "";
		position: absolute;
		top: 17px;
		left: 17px;
		width: 20px;
		height: 20px;
		background-image: url(images/btn-main.svg);
		background-repeat: no-repeat
	}

	#menu {
		display: none
	}

	#menu-mobile {
		display: none;
		position: fixed;
		border-bottom: 0;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		right: 0;
		left: 0;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.6);
		height: 100vh
	}

	#menu-mobile img {
		width: 50%;
		margin: 0 auto
	}

	#menu-mobile a:link {
		width: 80%;
		margin-top: 3%;
		margin-bottom: 3%;
		margin-left: 5%;
		margin-right: 5%;
		font-family: "GeographBold";
		font-size: 4vw;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
		padding-bottom: 4%
	}

	#menu-mobile .logo {
		width: 50%;
		margin-top: 20%
	}

	#menu-mobile .legales {
		color: #999999;
		width: 80%;
		font-family: "GeographBold";
		font-size: 2vw;
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		border-bottom: 0 !important
	}

	#menu-mobile .content-rrss {
		width: 80%;
		text-align: center;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 10%;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		border-bottom: 0 !important
	}

	#menu-mobile .content-rrss .ico-twitter {
		background-image: url(images/ico-twitter.svg);
		background-repeat: no-repeat;
		background-size: 40px
	}

	#menu-mobile .content-rrss .ico-facebook {
		background-image: url(images/ico-facebook.svg);
		background-repeat: no-repeat;
		background-size: 40px
	}

	#menu-mobile .content-rrss a:link {
		width: 20%;
		text-align: center;
		margin-left: 0%;
		margin-right: 0%;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		border-bottom: 0 !important
	}

	#menu-mobile i {
		padding: 20px
	}

	#menu-mobile .btn-close {
		position: absolute;
		right: 20px;
		top: 20px;
		color: #fff;
		font-size: 9vw;
		font-family: "GeographRegular";
		background-image: url(images/btn-close.svg);
		background-repeat: no-repeat;
		width: 20px;
		height: 20px
	}
}

#menu .active {
	color: #ffcc02
}

#section0 .destop {
	display: block
}

#section0 .mobile {
	display: none
}

@media (max-width: 768px) {
	#section0 .slides {
		width: 100% !important
	}

	.optanon-alert-box-wrapper .optanon-alert-box-bg .optanon-alert-box-button-container {
		margin: 0 auto !important
	}
}

#section5 .list-videos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#section5 .list-videos .videos {
	cursor: pointer
}

#section5 .list-videos .videos p {
	font-family: "GeographBold";
	font-size: 18px
}

#section_animales .box-botton-description h4,
#section_paisajes .box-botton-description h4,
#section3 .box-botton-description h4 {
	line-height: 2;
	font-family: "GeographBold"
}

@media (max-width: 768px) {
	#section5 .list-videos {
		display: block;
		text-align: center
	}

	#section5 .list-videos .videos p {
		font-family: "GeographBold";
		font-size: 18px
	}

	#section_animales .box-botton .chevron-left,
	#section_paisajes .box-botton .chevron-left,
	#section3 .box-botton .chevron-left,
	#section_animales .box-botton .chevron-right,
	#section_paisajes .box-botton .chevron-right,
	#section3 .box-botton .chevron-right {
		width: 20px;
		height: 30px
	}

	#section_animales .box-botton-description h4,
	#section_paisajes .box-botton-description h4,
	#section3 .box-botton-description h4 {
		line-height: 1.4
	}
}

.optanon-alert-box-wrapper {
	display: none
}

.box .list-animal-landscape {
	margin-left: 10%
}

.box .list-animal-landscape li {
	display: block;
	width: 100%;
	text-align: left;
	height: 30px;
	margin-left: 2%;
	margin-left: 10%;
	margin-right: 2%;
	font-family: "GeographRegular";
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	color: #FFF
}

.flex-box-botton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width: 1600px) {

	#section_animales .box-botton .chevron-left,
	#section_paisajes .box-botton .chevron-left,
	#section3 .box-botton .chevron-left,
	#section_animales .box-botton .chevron-right,
	#section_paisajes .box-botton .chevron-right,
	#section3 .box-botton .chevron-right {
		top: 15px
	}
}

@media (max-width: 1500px) {

	#section_animales .box-botton .chevron-left,
	#section_paisajes .box-botton .chevron-left,
	#section3 .box-botton .chevron-left,
	#section_animales .box-botton .chevron-right,
	#section_paisajes .box-botton .chevron-right,
	#section3 .box-botton .chevron-right {
		top: 5px
	}
}

@media (max-width: 1300px) {

	#section_animales .box-botton .chevron-left,
	#section_paisajes .box-botton .chevron-left,
	#section3 .box-botton .chevron-left,
	#section_animales .box-botton .chevron-right,
	#section_paisajes .box-botton .chevron-right,
	#section3 .box-botton .chevron-right {
		top: 5px
	}
}

.opacity-0 {
	opacity: 0 !important
}

.pie_slide {
	position: relative;
	z-index: 9;
	position: absolute;
	bottom: 44px;
	right: 100px;
	border-left: 2px solid #ffcc02;
	padding-left: 10px
}

@media (max-width: 768px) {
	.pie_slide {
		position: relative;
		bottom: 95px;
		right: inherit;
		display: block;
		text-align: left;
		left: 10%;
		font-style: italic
	}
}

.button_paisajes,
.button_animales {
	cursor: pointer
}

#diario_4 {
	background-position: center top !important
}

.logoNT {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	left: 30px;
	width: 10vw
}

@media (max-width: 768px) {
	.logoNT {
		left: 20px
	}
}

.sponsored {
	display: inline-block
}

.text-center {
	text-align: center
}

.show-less {
	display: none
}

.show-less,
.btn-see-more {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	background-color: #FFCC00;
	border-color: #FFCC00;
	padding: 8px 18px;
	outline: none;
	border: 0px
}

.hidden-post {
	height: 0px;
	opacity: 0;
	overflow: hidden;
	margin-top: -20px;
	width: 100%
}

.hidden-post .row {
	opacity: 0
}

.hidden-post .row.animate-diary {
	opacity: 1
}

.animate-diary {
	-webkit-animation: fadein 2s;
	animation: fadein 2s
}

@keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

video {
	outline: none
}

@media (min-width: 1530px) {
	#section_animales .no-popup video {
		width: 100%;
		height: 100%;
		-o-object-fit: fill;
		object-fit: fill
	}
}

#section_animales .images-fondo .no-popup.images.video:before {
	display: none
}


#mainHeader>.row {
	max-width: 100%;
}

#menuBtn {
	left: 20px;
}

@media (max-width: 1024px) {
	#menuBtn {
		left: 0;
	}
}

@media (min-width: 1200px) {
	.css-1tx1uz0 {
        margin-left: 61px;
    }
}