
/* ###############################################   
   ###########   S L I D E R   B I G   ########### */

.big-slider-hero {
    position: relative;
    width: 100%;
    text-align: center;
}
.big-slider-hero .hero-img {
    width: 100%
}
.big-slider-hero .new-img {
    position: absolute;
    top: 0;
    left: 0;
}
.big-slider-hero .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 60px 0;
    height: 310px;
    background-color: rgba(9, 22, 74, 0.5);
    text-align: center;
    z-index: 10;
}
.big-slider-hero .overlay:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -48px;
    width: 0;
    height: 0;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    border-top: 30px solid #CC6633;
}
.big-slider-hero .container {
    position: relative;
}
.big-slider-hero .title {
    display: inline-block;
    font-size: 43px;
    color: #fa9b0b;
    border-bottom: 3px solid;
    margin-top: 0;
    max-width: 90%;
}
.big-slider-hero .title a {
    color: inherit;
}
.big-slider-hero .text {
    margin: 20px 90px 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.02em;
}
.big-slider-hero .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
    display: block;
    width: 28px;
    overflow: hidden;
}
.big-slider-hero .arrow.right {
    right: 0;
    left: auto;
}
.big-slider-hero .arrow.right img {
    position: relative;
    left: -28px;
}
.big-slider-thumbs {
    width: 100%;
    float: left;
    background-color: #894423
}
.big-slider-thumbs .container {
    padding: 0;
    overflow: hidden;
}
.big-slider-thumbs .thumb-item {
    float: left;
    position: relative;
    cursor: pointer;
    background-color: #000;
    width: 240px;
}
.big-slider-thumbs .thumb-item.active {
    border: 3px solid #CC6633;
}
.big-slider-thumbs .thumb-item.active .thumb-img {
    opacity: 0.5;
}
.big-slider-thumbs .thumb-img {
    width: 100%;
    height: auto;
}
.big-slider-thumbs .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    padding: 6px 10px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 200;
    font-size: 12px;
}
.big-slider-thumbs .text {
    display: none;
}

/*LANZAROTE================================================== */

#islas {
    background: #FFF url('./img/inspiraciones/bg-lanzarote.jpg') no-repeat center top;
    min-height: 2585px;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas .intro {
    margin-top: -5px;
}
#islas .intro .title {
    text-align: left;
}
#islas .intro .title div:nth-of-type(1) {
    font-size: 60px;
    font-weight: 300;
    color: #00376b;
}
#islas .intro .title div:nth-of-type(2) {
    font-size: 130px;
    line-height: 103px;
    font-weight: 700;
    color: #ff3300;
}

.idioma-hu #islas .intro {
    margin-top: 10px;
}
.idioma-hu #islas .intro .title div:nth-of-type(1) {
  font-size: 130px;
  line-height: 103px;
  font-weight: 700;
  color: #ff3300;
}
.idioma-hu #islas .intro .title div:nth-of-type(2) {
  font-size: 60px !important;
  line-height: 1.4em;
  font-weight: 300;
  color: #00376b !important;
}
/*LANZAROTE: DESTACADOS================================================== */

#islas .destacado .title div:nth-of-type(1) {
    color: #d07d48;
    font-size: 24px;
}
#islas .destacado .title div:nth-of-type(2) {
    color: #ff3300;
    font-size: 90px;
    font-weight: 100;
    line-height: 84px;
}
#islas .destacado .text {
    color: #eec400;
    font-size: 18px;
    line-height: 28px;
    margin-top: 21px;
}
.idioma-hu #islas .destacado .title div:nth-of-type(2) {
  font-size: 66px;
}
/*LANZAROTE: DESTACADOS - DIFERENTE================================================== */

#islas .destacado .diferente {
    text-align: right;
    padding-right: 128px;
    margin-top: 71px;
}
#islas .destacado .diferente img {
    position: absolute;
    right: 8px;
    top: 5px;
}
#islas .destacado .diferente .text {
    margin-left: 327px;
}
/*LANZAROTE: DESTACADOS - VINOS================================================== */

#islas .destacado .vinos {
    margin-top: -75px;
}
#islas .destacado .vinos .title {
    margin-top: 19px;
}
#islas .destacado .vinos .title div:nth-of-type(1) {
    color: #ff3300;
    font-size: 90px;
    font-weight: 100;
    line-height: 84px;
}
#islas .destacado .vinos .title div:nth-of-type(2) {
    color: #d07d48;
    font-size: 24px;
    line-height: 50px;
    font-weight: 300;
}
#islas .destacado .vinos .text {
    margin-right: 696px;
    margin-top: 4px;
}
/*LANZAROTE: DESTACADOS - DEPORTISTAS================================================== */

#islas .destacado .deportistas {
    margin-top: 221px;
    text-align: right;
}
#islas .destacado .deportistas img {
    width: 72px;
}
#islas .destacado .deportistas .title {
    margin-top: 16px;
}
#islas .destacado .deportistas .text {
    text-align: right;
    margin-left: 494px;
}
/*LANZAROTE: DESTACADOS - BIOSFERA================================================== */

#islas .destacado .biosfera {
    margin-top: -119px;
    ;
}
#islas .destacado .biosfera img {
    width: 72px;
}
#islas .destacado .biosfera .title {
    padding-left: 0;
    margin-top: 22px;
}
#islas .destacado .biosfera .text {
    margin-top: 17px;
    margin-left: 0px;
}
/*LANZAROTE: BIENVENIDOS================================================== */

#islas .bienvenidos {
    margin-top: 120px;
}
#islas .bienvenidos .title {
    color: #eec400;
    font-size: 38px;
    font-weight: 300;
}
#islas .bienvenidos .text {
    color: #fff;
    font-size: 18px;
    margin-top: 4px;
    line-height: 28px;
    margin-right: 80px;
}
/*LANZAROTE: VIDEO================================================== */

#islas .islas-video {
    margin-top: 26px;
    margin-bottom: 50px;
}
#islas .islas-video #video {
    height: 400px;
    background: inherit;
}
#islas .video-mask {
    background: url('./img/inspiraciones/bg-lanzarote-video.jpg') no-repeat scroll center top transparent;
    border: 1px solid rgba(6, 189, 249, 1);
    background-size: cover;
}
/* LANZAROTE: 	TIMANFAYA================================================== */

#islas2 {
    background: #FFF url('./img/inspiraciones/bg-lanzarote-timanfaya.jpg') no-repeat center top;
    min-height: 1226px;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas2 .timanfaya {
    margin-top: 45px;
}
#islas2 .timanfaya .title {
    margin-top: 50px;
    margin-left: 91px;
}
#islas2 .timanfaya .title div:nth-of-type(1) {
    position: absolute;
    top: -11px;
    left: 12px;
    font-weight: 100;
    color: #fff;
    font-size: 156px;
}
#islas2 .timanfaya .title div:nth-of-type(2) {
    color: #eec400;
    font-size: 30px;
    font-weight: 300;
}
#islas2 .timanfaya .title div:nth-of-type(3) {
    color: #ff3300;
    font-size: 80px;
    line-height: 80px;
    font-weight: 300;
}
#islas2 .timanfaya .text {
    color: #2b3138;
    font-size: 18px;
    line-height: 28px;
    margin-top: 31px;
    margin-left: 93px;
    margin-right: 58px;
}
#islas2 .timanfaya .text a {
    font-size: 22px;
    font-weight: 700;
    color: #ff3300;
    text-decoration: underline;
}
/* LANZAROTE: PERDER================================================== */

#islas3 {
    background: #CC6633;
    min-height: 211px;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas3 .perder .title {
    color: #FBFADB;
    font-weight: 700;
    line-height: 90px;
    margin-top: 57px;
    text-align: center;
    font-size: 50px;
    margin-bottom: 70px;
}
#islas3 .perder .title span {
    color: #ff9900;
    position: absolute;
    font-size: 114px;
    line-height: 112px;
    font-weight: 100;
    left: 84px;
    top: 43px;
}
#islas3 .perder .title span:nth-of-type(2) {
    left: 839px;
}
/* LANZAROTE: NEW GALLERY================================================== */

#islas4 {
    background: #CC6633;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    /* min-height: 944px; */  
}
#islas4 .col-md-12 {
    padding: 0px;
}
/* LANZAROTE: GALERIA================================================== */

#islas5 {
    background: #CC6633;
    min-height: 920px;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas5 .gallery {
    margin-bottom: 120px;
    margin-top: 100px;
}
#islas5 .gallery .title {
    font-size: 106px;
    color: #ffa735;
    font-weight: 100;
    text-align: left;
    line-height: 96px;
    margin-bottom: 70px;
    margin-left: 96px;
}
#islas5 .gallery .title div {
    font-size: 30px;
    font-weight: 300;
    color: #ffff00;
    line-height: 33px;
    text-align: left;
}
#islas5 .gallery .title span {
    color: #fff;
    position: absolute;
    left: 34px;
    font-size: 172px;
    top: -25px;
    line-height: 174px;
    font-weight: 100;
}
/* LANZAROTE: ESPACIO-PUBLICITARIO================================================== */

#islas5 .espacio-pub {
    border: 1px solid #FF9900;
    background: #993400;
    margin: 0 0 130px;
}
#islas5 .espacio-pub .col-sm-6,
#islas5 .espacio-pub .col-sm-3 {
    padding: 0px;
}
#islas5 .espacio-pub .col-sm-3:nth-of-type(3) {
    padding: 11px;
    text-align: right;
}
#islas5 .espacio-pub .visita {
    padding: 12px;
}
#islas5 .espacio-pub h3 {
	margin: 40px 0 0 10px;
}
#islas5 .espacio-pub h3 a {
    line-height: 28px;
    text-decoration: underline;
    color: #ff9000;
    font-size: 21px;
    font-weight: 700;
}
.idioma-hu #islas5 .espacio-pub h3 a {
  font-size: 18px;
}
.idioma-hu #islas5.la-gomera .espacio-pub h3 a {
    font-size: 16px;
}
/* FUERTEVENTURA================================================== */

#islas.fuerteventura {
    background: #FFF url('./img/inspiraciones/bg-fuerteventura.jpg') no-repeat center top;
    min-height: 2569px;
}
#islas.fuerteventura .intro .title div:nth-of-type(2) {
    font-size: 110px;
    line-height: 79px;
    color: #ccff00;
}
.idioma-hu #islas.fuerteventura .intro .title div:nth-of-type(1) {
    font-size: 102px;
    color: #ccff00;
}
/*FUERTEVENTURA: DESTACADOS================================================== */

#islas.fuerteventura .destacado .title div:nth-of-type(1) {
    color: #ccff00;
    font-size: 100px;
    font-weight: 100;
    line-height: 79px;
}
#islas.fuerteventura .destacado .title div:nth-of-type(2) {
    color: #ccff00;
    font-size: 40px;
    font-weight: 300;
    line-height: 86px;
}
#islas.fuerteventura .destacado .text {
    color: #8cf1f6;
}
.idioma-hu #islas.fuerteventura .destacado .title div:nth-of-type(1) {
  font-size: 48px;
}
/*FUERTEVENTURA: DESTACADOS - PLAYA================================================== */

#islas.fuerteventura .destacado .playa {
    padding-right: 57px;
    text-align: right;
    margin-top: 95px;
}
#islas.fuerteventura .destacado .playa img {
    position: absolute;
    right: -69px;
    top: -1px;
}
#islas.fuerteventura .destacado .playa .text {
    margin-left: 80px;
    margin-top: 0px;
}
/*FUERTEVENTURA: DESTACADOS - QUESOS================================================== */

#islas.fuerteventura .destacado .quesos {
    margin-top: 55px;
}
#islas.fuerteventura .destacado .quesos img {
    width: 68px;
}
#islas.fuerteventura .destacado .quesos .title {
    margin-top: 19px;
}
#islas.fuerteventura .destacado .quesos .title div:nth-of-type(2) {
    font-size: 24px;
    line-height: 64px;
}
#islas.fuerteventura .destacado .quesos .text {
    margin-right: 630px;
    margin-top: 6px;
}
/*FUERTEVENTURA: DESTACADOS - SURF================================================== */

#islas.fuerteventura .destacado .surf {
    margin-top: -48px;
    text-align: right;
}
#islas.fuerteventura .destacado .surf img {
    width: 90px;
}
#islas.fuerteventura .destacado .surf .title div:nth-of-type(1) {
    font-size: 24px;
    font-weight: 300;
}
#islas.fuerteventura .destacado .surf .title div:nth-of-type(2) {
    font-size: 100px;
    font-weight: 100;
    line-height: 42px;
}
#islas.fuerteventura .destacado .surf .text {
    margin-left: 592px;
    margin-top: 46px;
    text-align: right;
}
.idioma-hu #islas.fuerteventura .destacado .surf .title div:nth-of-type(2) {
  font-size: 48px;
}
/*FUERTEVENTURA: DESTACADOS - BIOSFERA================================================== */

#islas.fuerteventura .destacado .biosfera {
    margin-top: -54px;
    text-align: right;
}
#islas.fuerteventura .destacado .biosfera img {
    width: 72px;
    margin-left: 47px;
}
#islas.fuerteventura .destacado .biosfera .title {
    padding-left: 51px;
    margin-top: 22px;
}
#islas.fuerteventura .destacado .biosfera .title div:nth-of-type(1) {
    font-size: 24px;
    font-weight: 300;
    line-height: 19px;
}
#islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 100px;
    font-weight: 100;
    line-height: 113px;
}
#islas.fuerteventura .destacado .biosfera .text {
    margin-left: 66px;
    margin-top: 7px;
}
/*FUERTEVENTURA: BIENVENIDOS================================================== */

#islas.fuerteventura .bienvenidos {
    margin-top: 50px;
}
#islas.fuerteventura .bienvenidos .title {
    color: #ccff00;
}
/*FUERTEVENTURA: VIDEO================================================== */

#islas.fuerteventura .islas-video {
    margin-top: 63px;
}
#islas.fuerteventura .video-mask {
    background: url('./img/inspiraciones/bg-fuerteventura-video.jpg') no-repeat scroll center top transparent;
    background-size: cover;
}
/* FUERTEVENTURA: 	PLAYAS================================================== */

#islas2.fuerteventura {
	position: relative;
  background: #FFF url('./img/inspiraciones/bg-fuerteventura-playas.jpg') no-repeat center top;
  min-height: 1483px;
}
#islas2.fuerteventura .playas {
    margin-top: 70px;
}
#islas2.fuerteventura .playas .title {
    font-size: 60px;
    line-height: 132px;
    margin-top: 34px;
    margin-left: 65px;
    color: #ff6633;
    font-weight: 300;
    text-shadow: 0 0px 20px #FFF;
}
#islas2.fuerteventura .playas .title span {
    font-size: 110px;
    color: #ccff00;
    font-weight: 300;
}
#islas2.fuerteventura .playas .title div:nth-of-type(1) {
    position: absolute;
    top: 22px;
    left: -28px;
    font-weight: 100;
    color: #196cca;
    font-size: 230px;
    text-shadow: none;
}
#islas2.fuerteventura .playas .title div:nth-of-type(2) {
    line-height: 14px;
}
#islas2.fuerteventura .playas .title div:nth-of-type(3) {
    line-height: 132px;
}
#islas2.fuerteventura .playas .text {
    color: #003366;
    /*#2b3138;*/
    
    font-size: 18px;
    line-height: 28px;
    font-size: 20px;
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: right;
}
#islas2.fuerteventura .playas a {
    font-size: 22px;
    font-weight: 700;
    color: #ff3300;
    text-decoration: underline;
}
.idioma-hu #islas2.fuerteventura .playas .title span {
  font-size: 90px;
}
.idioma-hu #islas2.fuerteventura .playas .title {
  font-size: 54px;
}
/* FUERTEVENTURA: PERDER================================================== */

#islas3.fuerteventura {
    background: #00AEC3;
}
#islas3.fuerteventura .perder .title span {
    color: #f1a148;
}
/* FUERTEVENTURA: NEW GALLERY================================================== */

#islas4.fuerteventura {
    background: #00AEC3;
}
#islas4.fuerteventura .big-slider-hero .overlay:before {
    border-top: 30px solid #00AEC3;
}
#islas4.fuerteventura .big-slider-thumbs {
    background-color: #007684;
}
#islas4.fuerteventura .big-slider-hero .title {
    color: #ccff00;
}
/* FUERTEVENTURA: GALERIA================================================== */

#islas5.fuerteventura {
    background: #00AEC3;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas5.fuerteventura .gallery .title {
    color: #CCFF00;
}
#islas5.fuerteventura .gallery .title span {
    color: #CC6633;
}
/* FUERTEVENTURA: ESPACIO-PUBLICITARIO================================================== */

#islas5.fuerteventura .espacio-pub {
    border: 1px solid #00CCFF;
    background: #018498;
}
#islas5.fuerteventura .espacio-pub .visita h3 a {
    color: #ccff00;
}
/* TENERIFE================================================== */

#islas.tenerife {
    background: #FFF url('./img/inspiraciones/bg-tenerife.jpg') no-repeat center top;
    min-height: 2440px;
}
#islas.tenerife .intro {
    margin-top: -5px;
}
#islas.tenerife .intro .title div:nth-of-type(2) {
    font-size: 120px;
    line-height: 100px;
    color: #FF9A00;
}
.idioma-hu #islas.tenerife .intro .title div:nth-of-type(1) {
	color: #FF9A00;
}
a.volcan-teide {
	color: #fa9b0b;
	text-decoration: underline;
}
/*TENERIFE: DESTACADOS================================================== */

#islas.tenerife .destacado .title div:nth-of-type(1) {
    color: #FFCE00;
    font-size: 24px;
    line-height: 43px;
    font-weight: 100;
}
#islas.tenerife .destacado .title div:nth-of-type(2) {
    color: #ff9900;
    font-size: 80px;
    font-weight: 100;
    line-height: 123px;
}
#islas.tenerife .destacado img {
    color: #ccff00;
    font-size: 80px;
    font-weight: 100;
    line-height: 123px;
}
#islas.tenerife .destacado .text {
    color: #f0f4c1;
}
.idioma-hu #islas.tenerife .destacado .swing {
	margin-top: 71px;
}
.idioma-hu #islas.tenerife .destacado .swing .title div:nth-of-type(2) {
	font-size: 37px;
	line-height: 1em;
	font-weight: 300;
}
.idioma-hu #islas.tenerife .destacado .swing .text {
	margin-left: 664px;
}
/*TENERIFE: DESTACADOS - DISFRUTA================================================== */

#islas.tenerife .destacado .disfruta {
    margin-left: 117px;
    text-align: left;
    margin-top: 91px;
}
#islas.tenerife .destacado .disfruta img {
    position: absolute;
    left: -111px;
    top: -12px;
}
#islas.tenerife .destacado .disfruta .title div:nth-of-type(1) {
    color: #ff9900;
    font-size: 80px;
    font-weight: 100;
}
#islas.tenerife .destacado .disfruta .text {
    margin-left: 0px;
    margin-top: -7px;
    margin-right: 99px;
}

/*TENERIFE: DESTACADOS - SWING================================================== */

#islas.tenerife .destacado .swing {
    margin-top: 45px;
    padding-right: 30px;
    text-align: right;
}
#islas.tenerife .destacado .swing img {
    width: 93px;
}
#islas.tenerife .destacado .swing .title {
    margin-top: 8px;
}
#islas.tenerife .destacado .swing .title div:nth-of-type(1) {
    line-height: 42px;
}
#islas.tenerife .destacado .swing .title div:nth-of-type(2) {
    line-height: 70px;
}
#islas.tenerife .destacado .swing .text {
    margin-left: 630px;
    margin-top: 13px;
    text-align: right;
}
/*TENERIFE: DESTACADOS - BALLENAS================================================== */

#islas.tenerife .destacado .ballenas {
    margin-top: -20px;
    text-align: left;
}
#islas.tenerife .destacado .ballenas .title div:nth-of-type(2) {
    line-height: 45px;
}
#islas.tenerife .destacado .ballenas .text {
    margin-right: 417px;
    text-align: left;
    margin-top: 19px;
}
/*TENERIFE: DESTACADOS - PATRIMONIO================================================== */

#islas.tenerife .destacado .patrimonio {
    margin-top: -20px;
    text-align: right;
}
#islas.tenerife .destacado .patrimonio img {
    width: 72px;
    margin-left: 47px;
}
#islas.tenerife .destacado .patrimonio .title {
    padding-left: 51px;
    margin-top: 22px;
}
#islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
    font-size: 78px;
    font-weight: 300;
    line-height: 19px;
    color: #ff9900;
}
#islas.tenerife .destacado .patrimonio .title div:nth-of-type(2) {
    font-size: 24px;
    font-weight: 100;
    line-height: 113px;
    color: #FFCE00;
}
#islas.tenerife .destacado .patrimonio .text {
    margin-left: 155px;
    margin-top: -30px;
}
.idioma-de #islas.tenerife .destacado .patrimonio .text {
	margin-top: 30px;
}
/*TENERIFE: BIENVENIDOS================================================== */

#islas.tenerife .bienvenidos {
    margin-top: 50px;
}
#islas.tenerife .bienvenidos .title {
    color: #ff9900;
}
/*TENERIFE: VIDEO================================================== */

#islas.tenerife .islas-video {
    margin-top: 80px;
}
#islas.tenerife .video-mask {
    background: url('./img/inspiraciones/bg-tenerife-video.jpg') no-repeat scroll center top transparent;
    background-size: cover;
}
/* TENERIFE: 	TEIDE================================================== */

#islas2.tenerife {  
  min-height: 1401px;
	background: #FFF url('./img/inspiraciones/bg-tenerife-teide.jpg') no-repeat center top;
	background-size: 1400px auto;
}
#islas2.tenerife .teide {
    margin-top: 70px;
}
#islas2.tenerife .teide .title {
    line-height: 132px;
    margin-top: 2px;
    margin-left: 83px;
    color: #fff;
    font-weight: 100;
}
#islas2.tenerife .teide .title div:nth-of-type(1) {
    position: absolute;
    top: -24px;
    left: 11px;
    font-weight: 100;
    color: #e4a643;
    font-size: 190px;
}
#islas2.tenerife .teide .title div:nth-of-type(2) {
    font-size: 70px;
    line-height: 80px;
}
.idioma-nb #islas2.tenerife .teide .title div:nth-of-type(2) {
    font-size: 102px;
    line-height: 80px;
}
#islas2.tenerife .teide .title div:nth-of-type(3) {
    font-size: 120px;
    line-height: 100px;
}
.idioma-nb #islas2.tenerife .teide .title div:nth-of-type(3) {
    font-size: 50px;
    
}
#islas2.tenerife .teide .text {
    color: #2b3138;
    font-size: 18px;
    line-height: 28px;
    margin-top: -75px;
    margin-left: 46px;
    margin-right: 0px;
    text-align: left;
}
#islas2.tenerife .teide span {
    font-weight: 700;
}
.idioma-hu #islas2.tenerife .teide .text {
  margin-top: 25px;
}
/* TENERIFE: PERDER================================================== */

#islas3.tenerife {
    background: #0066CB;
}
#islas3.tenerife .perder .title span {
    color: #f1a148;
}
/* TENERIFE: NEW GALLERY================================================== */

#islas4.tenerife {
    background: #0066CB;
}
#islas4.tenerife .big-slider-hero .overlay:before {
    border-top: 30px solid #0066CB;
}
#islas4.tenerife .big-slider-thumbs {
    background-color: #01448A;
}
/* TENERIFE: GALERIA================================================== */

#islas5.tenerife {
    background: #0066CB;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas5.tenerife .gallery .title {
    color: #FF9900;
}
#islas5.tenerife .gallery .title span {
    color: #CCFF00;
}
#islas5.tenerife .gallery .title div:nth-of-type(1) {
    color: #04FDFF;
}
#islas4.tenerife .big-slider-thumbs {
    background-color: #00148A;
}
/* TENERIFE: ESPACIO-PUBLICITARIO================================================== */

#islas5.tenerife .espacio-pub {
    border: 1px solid #04FDFF;
    background: #004DA7;
}
#islas5.tenerife .espacio-pub h3 a {
    color: #04FDFF;
}
/* EL HIERRO================================================== */

#islas.el-hierro {
    background: #FFF url('./img/inspiraciones/bg-el-hierro.jpg') no-repeat center top;
    min-height: inherit;
}
#islas.el-hierro .intro {
    margin-top: 4px;
}
#islas.el-hierro .intro .title div:nth-of-type(2) {
    font-size: 140px;
    line-height: 100px;
    color: #ccff00;
}
.idioma-hu #islas.el-hierro .intro .title div:nth-of-type(1) {
	color: #ccff00;
}
/*EL HIERRO: DESTACADOS================================================== */

#islas.el-hierro .destacado .title div:nth-of-type(1) {
    color: #FFCE00;
    font-size: 24px;
    line-height: 43px;
    font-weight: 100;
}
#islas.el-hierro .destacado .title div:nth-of-type(2) {
    color: #ff9900;
    font-size: 80px;
    font-weight: 100;
    line-height: 123px;
}
#islas.el-hierro .destacado img {
    color: #ccff00;
    font-size: 80px;
    font-weight: 100;
    line-height: 123px;
}
#islas.el-hierro .destacado .text {
    color: #d1f600;
}
/*EL HIERRO: DESTACADOS - SOSTENIBLE================================================== */

#islas.el-hierro .destacado .sostenible {
    margin-left: 142px;
    text-align: left;
    margin-top: 130px;
}
#islas.el-hierro .destacado .sostenible img {
    position: absolute;
    left: -105px;
    top: -24px;
}
#islas.el-hierro .destacado .sostenible .title div:nth-of-type(1) {
    color: #fa256b;
    font-size: 130px;
    font-weight: 100;
}
#islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
    color: #ec8a40;
    font-size: 61px;
    font-weight: 300;
    line-height: 131px;
}
#islas.el-hierro .destacado .sostenible2 .text {
    margin-top: 102px;
    margin-right: 55px;
}
.idioma-hu #islas.el-hierro .destacado .sostenible .title div:nth-of-type(1) {
  font-size: 66px;
}
.idioma-hu #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
  font-size: 50px;
}
/*EL HIERRO: DESTACADOS - MERIDIANO================================================== */

#islas.el-hierro .destacado .meridiano {
    margin-top: 197px;
    padding-right: 30px;
    text-align: left;
}
#islas.el-hierro .destacado .meridiano img {
    width: 93px;
}
#islas.el-hierro .destacado .meridiano .title {
    margin-top: 8px;
}
#islas.el-hierro .destacado .meridiano .title div:nth-of-type(1) {
    font-size: 30px;
    font-weight: 300;
    line-height: 52px;
    color: #ec8a40;
}
#islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
    font-size: 109px;
    line-height: 70px;
    color: #fa256b;
}
#islas.el-hierro .destacado .meridiano .text {
    margin-left: 0px;
    margin-top: 36px;
    text-align: left;
    margin-right: 60px;
}
/*EL HIERRO: DESTACADOS - WIFI================================================== */

#islas.el-hierro .destacado .wifi {
    margin-top: 357px;
    text-align: left;
    padding-left: 50px;
}
#islas.el-hierro .destacado .wifi img {
    width: 60px;
}
#islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
    font-size: 107px;
    line-height: 103px;
    color: #fa256b;
}
#islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
    font-size: 110px;
    line-height: 79px;
    letter-spacing: 9px;
    color: #fa256b;
}
#islas.el-hierro .destacado .wifi .text {
    margin-right: 0px;
    text-align: left;
    margin-top: 29px;
}
.idioma-hu #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
  font-size: 57px;
  line-height: 1.2em;
}
.idioma-hu #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
  font-size: 78px;
}
/*EL HIERRO: DESTACADOS - INMERSION================================================== */

#islas.el-hierro .destacado .inmersion {
    margin-top: -136px;
    text-align: right;
    padding-right: 30px;
}
#islas.el-hierro .destacado .inmersion img {
    width: 74px;
}
#islas.el-hierro .destacado .inmersion .title {
    padding-left: 0px;
    margin-top: 22px;
}
#islas.el-hierro .destacado .inmersion .title div:nth-of-type(1) {
    font-size: 110px;
    line-height: 55px;
    font-weight: 100;
    color: #fa256b;
}
#islas.el-hierro .destacado .inmersion .title div:nth-of-type(2) {
    font-size: 31px;
    font-weight: 300;
    line-height: 86px;
    color: #ec8a40;
}
#islas.el-hierro .destacado .inmersion .text {
    margin-top: -5px;
    margin-left: 60px;
}
/*EL HIERRO: DESTACADOS - BIOSFERA================================================== */

#islas.el-hierro .destacado .biosfera {
    margin-left: -35px;
    margin-top: -25px;
    text-align: left;
}
#islas.el-hierro .destacado .biosfera img {
  width: 95px;
  margin-left: 47px;
}
#islas.el-hierro .destacado .biosfera .title {
    padding-left: 51px;
    margin-top: 22px;
}
#islas.el-hierro .destacado .biosfera .title div:nth-of-type(1),
#islas.el-hierro .destacado .biosfera .title div:nth-of-type(3) {
    font-size: 30px;
    font-weight: 300;
    line-height: 0.9em;
    color: #ec8a40;
}

#islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 109px;
    font-weight: 100;
    line-height: 121px;
    color: #fa256b;
}
#islas.el-hierro .destacado .biosfera .text {
    margin-left: 50px;
    margin-top: 9px;
}
.idioma-hu #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
  font-size: 98px;
}
/*EL HIERRO: BIENVENIDOS================================================== */

#islas.el-hierro .bienvenidos {
    margin-top: 100px;
}
#islas.el-hierro .bienvenidos .title {
    color: #d1f600;
}
/*EL HIERRO: VIDEO================================================== */

#islas.el-hierro .islas-video {
    margin-top: 65px;
}
#islas.el-hierro .video-mask {
    background: url('./img/inspiraciones/bg-el-hierro-video.jpg') no-repeat scroll center top transparent;
    background-size: cover;
}
/* EL HIERRO: 	LA RESTINGA================================================== */

#islas2.el-hierro {
    background: #FFF url('./img/inspiraciones/bg-el-hierro-la-restinga.jpg') no-repeat center top;
    min-height: 1401px;
}
#islas2.el-hierro .la-restinga {
    margin-top: 97px;
}
#islas2.el-hierro .la-restinga .title {
    line-height: 132px;
    margin-top: 2px;
    margin-left: 60px;
    color: #fff;
    font-weight: 100;
}
#islas2.el-hierro .la-restinga .title div:nth-of-type(1) {
    position: absolute;
    top: 3px;
    left: 10px;
    font-weight: 100;
    color: #ff9900;
    font-size: 122px;
}
#islas2.el-hierro .la-restinga .title div:nth-of-type(2) {
    font-size: 30px;
    line-height: 80px;
    font-weight: 300;
}
#islas2.el-hierro .la-restinga .title div:nth-of-type(3) {
    font-size: 80px;
    line-height: 17px;
    color: #deff00;
}
#islas2.el-hierro .la-restinga .text {
    color: #2b3138;
    font-size: 18px;
    line-height: 28px;
    margin-top: -46px;
    margin-left: 145px;
    margin-right: 0px;
    text-align: right;
}
#islas2.el-hierro .la-restinga .text a {
    font-size: 22px;
    font-weight: 700;
    color: #ff3300;
    text-decoration: underline;
}
/* EL HIERRO: PERDER================================================== */

#islas3.el-hierro {
    background: #001157;
}
#islas3.el-hierro .perder .title span {
    color: #ff9900;
}
/* EL HIERRO: NEW GALLERY================================================== */

#islas4.el-hierro {
    background: #001157;
}
#islas4.el-hierro .big-slider-hero .overlay:before {
    border-top: 30px solid #001157;
}
#islas4.el-hierro .big-slider-thumbs {
    background-color: #000E3F;
}
/* EL HIERRO: GALERIA================================================== */

#islas5.el-hierro {
    background: #001157;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas5.el-hierro .gallery .title {
    color: #ff9900;
}
#islas5.el-hierro .gallery .title span {
    color: #CC6633;
}
#islas5.el-hierro .gallery .title div:nth-of-type(1) {
    color: #fff;
}
#islas4.el-hierro .big-slider-thumbs {
    background-color: #00148A;
}
/* EL HIERRO: ESPACIO-PUBLICITARIO================================================== */

#islas5.el-hierro .espacio-pub {
    border: 1px solid #01C7F6;
    background: #00053F;
}
#islas5.el-hierro .espacio-pub h3 a {
    color: #01C7F6;
}
/* LA GOMERA================================================== */

#islas.la-gomera {
    background: #FFF url('./img/inspiraciones/bg-la-gomera.jpg') no-repeat center top;
    min-height: 2325px;
}
#islas.la-gomera .intro {
    margin-top: -4px;
}
#islas.la-gomera .intro .title div:nth-of-type(2) {
    font-size: 120px;
    line-height: 93px;
    color: #FFFF00;
}
.idioma-hu #islas.la-gomera .intro .title div:nth-of-type(1) {
   color: #FFFF00;
}
/*LA GOMERA: DESTACADOS================================================== */

#islas.la-gomera .destacado .title div:nth-of-type(1) {
    color: #FF6699;
    font-size: 24px;
    line-height: 3px;
    font-weight: 300;
}
#islas.la-gomera .destacado .title div:nth-of-type(2) {
    color: #33ff00;
    font-size: 101px;
    font-weight: 100;
    line-height: 115px;
}
#islas.la-gomera .destacado .text {
    color: #ffffab;
}
.idioma-hu #islas.la-gomera .destacado .title div:nth-of-type(2) {
	font-size: 75px;
}

/*LA GOMERA: DESTACADOS - SOSTENIBLE================================================== */

#islas.la-gomera .destacado .magia {
    padding-left: 192px;
    text-align: left;
    margin-top: 130px;
}
#islas.la-gomera .destacado .magia img {
    position: absolute;
    left: 55px;
    top: -11px;
}
#islas.la-gomera .destacado .magia .text {
    margin-top: 5px;
}
/*LA GOMERA: DESTACADOS - SENDEROS================================================== */

#islas.la-gomera .destacado .senderos {
    margin-top: 88px;
    ;
    text-align: right;
    padding-right: 10px;
}
#islas.la-gomera .destacado .senderos img {
    width: 93px;
}
#islas.la-gomera .destacado .senderos .title {
    margin-top: 8px;
}
#islas.la-gomera .destacado .senderos .title div:nth-of-type(1) {
    color: #33ff00;
    font-size: 101px;
    font-weight: 100;
    line-height: 88px;
}
#islas.la-gomera .destacado .senderos .title div:nth-of-type(2) {
    color: #FF6699;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 7px;
}
#islas.la-gomera .destacado .senderos .text {
    margin-left: -11px;
    margin-top: 16px;
    text-align: right;
    margin-right: 0;
}
.idioma-hu #islas.la-gomera .destacado .senderos .title div:nth-of-type(1) {
  font-size: 29px;
  line-height: 1.2em;
}
/*LA GOMERA: DESTACADOS - SILBO================================================== */

#islas.la-gomera .destacado .silbo {
    margin-top: 4px;
    text-align: left;
    padding-left: 7px;
}
#islas.la-gomera .destacado .silbo img {
    width: 98px;
}
#islas.la-gomera .destacado .silbo .title div:nth-of-type(1) {
    color: #33ff00;
    font-size: 101px;
    font-weight: 100;
    line-height: 137px;
}
#islas.la-gomera .destacado .silbo .title div:nth-of-type(2) {
    color: #FF6699;
    font-size: 24px;
    line-height: 0px;
    font-weight: 300;
}
#islas.la-gomera .destacado .silbo .text {
    margin-right: 0px;
    text-align: left;
    margin-top: 29px;
}
.idioma-hu #islas.la-gomera .destacado .silbo .title div:nth-of-type(1) {
  font-size: 80px;
  line-height: 75px;
}
.idioma-hu #islas.la-gomera .destacado .silbo .title div:nth-of-type(2) {
  margin-top: 20px;
}
/*LA GOMERA: DESTACADOS - BIOSFERA================================================== */

#islas.la-gomera .destacado .biosfera {
    margin-left: 0;
    margin-top: 221px;
    text-align: left;
    padding-left: 61px;
}
#islas.la-gomera .destacado .biosfera img {
    width: 95px;
    margin-left: 47px;
}
#islas.la-gomera .destacado .biosfera .title {
    padding-left: 51px;
    margin-top: 22px;
}
#islas.la-gomera .destacado .biosfera .text {
    margin-left: 50px;
    margin-top: 9px;
}
/*LA GOMERA: BIENVENIDOS================================================== */

#islas.la-gomera .bienvenidos {
    margin-top: 54px;
}
#islas.la-gomera .bienvenidos .title {
    color: #33ff00;
}
#islas.la-gomera .bienvenidos .text {
    color: #ffffab;
    margin-right: 8px;
}
/*LA GOMERA: VIDEO================================================== */

#islas.la-gomera .islas-video {
    margin-top: 53px;
}
#islas.la-gomera .video-mask {
    background: url('./img/inspiraciones/bg-la-gomera-video.jpg') no-repeat scroll center top transparent;
    background-size: cover;
}
/* LA GOMERA: 	LAURISILVA================================================== */

#islas2.la-gomera {
    background: #FFF url('./img/inspiraciones/bg-la-gomera-laurisilva.jpg') no-repeat center top;
    min-height: 1401px;
}
#islas2.la-gomera .laurisilva {
    margin-top: 97px;
}
#islas2.la-gomera .laurisilva .title {
    line-height: 132px;
    margin-top: 2px;
    margin-left: 68px;
    color: #fff;
    font-weight: 100;
}
#islas2.la-gomera .laurisilva .title div:nth-of-type(1) {
    position: absolute;
    top: -23px;
    left: 10px;
    font-weight: 100;
    font-size: 195px;
    color: #ff3300;
}
#islas2.la-gomera .laurisilva .title div:nth-of-type(2) {
    font-size: 110px;
    line-height: 52px;
    font-weight: 100;
    color: #33ff00;
}
#islas2.la-gomera .laurisilva .title div:nth-of-type(3) {
    font-size: 40px;
    line-height: 113px;
    color: #deff00;
    color: #FF6699;
    font-weight: 300;
}
#islas2.la-gomera .laurisilva .text {
    color: #ffffab;
    font-size: 18px;
    line-height: 28px;
    margin-top: -70px;
    margin-left: 140px;
    margin-right: 79px;
    text-align: left;
}
#islas2.la-gomera .laurisilva .text a {
    font-size: 22px;
    font-weight: 700;
    color: #ffff00;
    text-decoration: underline;
}
.idioma-hu #islas2.la-gomera .laurisilva .title div:nth-of-type(3) {
  margin-top: 20px;
  line-height: 46px;
}
/* LA GOMERA: PERDER================================================== */

#islas3.la-gomera {
    background: #016600;
}
#islas3.la-gomera .perder .title span {
    color: #e1f218;
}
/* LA GOMERA: NEW GALLERY================================================== */

#islas4.la-gomera {
    background: #016600;
}
#islas4.la-gomera .big-slider-hero .overlay:before {
    border-top: 30px solid #016600;
}
#islas4.la-gomera .big-slider-thumbs {
    background-color: #014401;
}
#islas4.la-gomera .big-slider-hero .title {
    color: #ffff00;
}
/* LA GOMERA: GALERIA================================================== */

#islas5.la-gomera {
    background: #016600;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas5.la-gomera .gallery .title {
    color: #ff9900;
}
#islas5.la-gomera .gallery .title span {
    color: #FFF;
}
#islas5.la-gomera .gallery .title div:nth-of-type(1) {
    color: #fff;
}
#islas4.la-gomera .big-slider-thumbs {
    background-color: #014401;
}
/* LA GOMERA: ESPACIO-PUBLICITARIO================================================== */

#islas5.la-gomera .espacio-pub {
    border: 1px solid #95CC00;
    background: #013300;
}
#islas5.la-gomera .espacio-pub .visita h3 a {
    color: #95CC00;
}
/* LA PALMA================================================== */

#islas.la-palma {
    background: #FFF url('./img/inspiraciones/bg-la-palma.jpg') no-repeat center top;
    min-height: 0px;
}
#islas.la-palma .intro .title div:nth-of-type(2) {
    font-size: 117px;
    line-height: 97px;
    color: #33cc00;
}
.idioma-hu #islas.la-palma .intro .title div:nth-of-type(1) {
  color: #33cc00;
}
/*LA PALMA: DESTACADOS================================================== */

#islas.la-palma .destacado .title div:nth-of-type(1) {
    color: #28b033;
    font-size: 24px;
    font-weight: 300;
    line-height: 37px;
}
#islas.la-palma .destacado .title div:nth-of-type(2) {
    color: #ffff00;
    font-size: 80px;
    font-weight: 100;
    line-height: 77px;
}
#islas.la-palma .destacado .text {
    color: #c3c3ff;
}
.idioma-hu #islas.la-palma .destacado .title div:nth-of-type(2) {
  font-size: 62px;
}
/*LA PALMA: DESTACADOS - ISLA================================================== */

#islas.la-palma .destacado .isla {
    padding-right: 0px;
    text-align: right;
    margin-top: 81px;
    text-align: left;
}
#islas.la-palma .destacado .isla .title div:nth-of-type(1) {
    color: #ffff00;
    font-size: 80px;
    line-height: 86px;
    font-weight: 100;
}
#islas.la-palma .destacado .isla img {}#islas.la-palma .destacado .isla .text {
    margin-left: 0px;
    margin-top: 42px;
    margin-right: 319px;
}
/*LA PALMA: DESTACADOS - STARLIGHT================================================== */

#islas.la-palma .destacado .starlight {
    margin-top: -352px;
    text-align: right;
    padding-right: 49px;
}
#islas.la-palma .destacado .starlight img {
    width: 90px;
}
#islas.la-palma .destacado .starlight .title {
    margin-top: 19px;
}
#islas.la-palma .destacado .starlight .text {
    margin-right: 0;
    margin-top: 24px;
    text-align: right;
    margin-left: 218px;
}
/*LA PALMA: DESTACADOS - BIOSFERA================================================== */

#islas.la-palma .destacado .biosfera {
    margin-top: -29px;
    text-align: left;
}
#islas.la-palma .destacado .biosfera img {
    width: 90px;
}
#islas.la-palma .destacado .biosfera .title div:nth-of-type(1) {
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
}
#islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 80px;
    font-weight: 100;
    line-height: 88px;
}
#islas.la-palma .destacado .biosfera .text {
    margin-left: 0;
    margin-top: 7px;
    text-align: left;
    margin-right: 500px;
}
/*LA PALMA: DESTACADOS - CORANZONCILLO================================================== */

#islas.la-palma .destacado .corazoncillo {
    margin-top: -54px;
    text-align: right;
    padding-right: 107px;
}
#islas.la-palma .destacado .corazoncillo img {
    width: 92px;
    margin-left: 0;
}
#islas.la-palma .destacado .corazoncillo .title {}#islas.la-palma .destacado .corazoncillo .title div:nth-of-type(1) {
    text-align: left;
    line-height: 104px;
}
#islas.la-palma .destacado .corazoncillo .title div:nth-of-type(2) {
    text-align: right;
    line-height: 77px;
}
#islas.la-palma .destacado .corazoncillo .title div:nth-of-type(3) {
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
    color: #28b033;
}
#islas.la-palma .destacado .corazoncillo .text {
    margin-left: 10px;
}
/*LA PALMA: BIENVENIDOS================================================== */

#islas.la-palma .bienvenidos {
    margin-top: 112px;
}
#islas.la-palma .bienvenidos .title {
    color: #28b033;
}
/*LA PALMA: VIDEO================================================== */

#islas.la-palma .islas-video {
    margin-top: 73px;
}
#islas.la-palma .video-mask {
    background: url('./img/inspiraciones/bg-la-palma-video.jpg') no-repeat scroll center top transparent;
    background-size: cover;
}
/* LA PALMA: 	ESTRELLAS================================================== */

#islas2.la-palma {
    background: #FFF url('./img/inspiraciones/bg-la-palma-estrellas.jpg') no-repeat center top;
    min-height: 1399px;
}
#islas2.la-palma .estrellas {
    margin-top: 70px;
}
#islas2.la-palma .estrellas .title {
    font-size: 41px;
    line-height: 132px;
    margin-top: 42px;
    margin-left: 91px;
    color: #ff0099;
    font-weight: 300;
}
#islas2.la-palma .estrellas .title span {
    font-size: 110px;
    color: #ccff00;
    font-weight: 300;
}
#islas2.la-palma .estrellas .title div:nth-of-type(1) {
    position: absolute;
    top: 22px;
    left: 9px;
    font-weight: 100;
    color: #33cc00;
    font-size: 200px;
}
#islas2.la-palma .estrellas .title div:nth-of-type(2) {
    line-height: 14px;
}
#islas2.la-palma .estrellas .title div:nth-of-type(3) {
    line-height: 125px;
    color: #ffff00;
    font-size: 108px;
    font-weight: 100;
}
#islas2.la-palma .estrellas .text {
    color: #c3c3ff;
    font-size: 18px;
    line-height: 28px;
    font-size: 18px;
    margin-top: -81px;
    margin-left: 36px;
    margin-right: 32px;
    text-align: right;
}
#islas2.la-palma .estrellas span {
    font-size: 22px;
    font-weight: 700;
    color: #ff3300;
}
.idioma-hu #islas2.la-palma .estrellas .title div:nth-of-type(3) {
  font-size: 100px;
}
/* LA PALMA: PERDER================================================== */

#islas3.la-palma {
    background: #333367;
}
#islas3.la-palma .perder .title span {
    color: #ff0099;
}
/* LA PALMA: NEW GALLERY================================================== */

#islas4.la-palma {
    background: #333367;
}
#islas4.la-palma .big-slider-hero .overlay:before {
    border-top: 30px solid #333367;
}
#islas4.la-palma .big-slider-thumbs {
    background-color: #222244;
}
#islas4.la-palma .big-slider-hero .title {
    color: #ffff00;
}
/* LA PALMA: GALERIA================================================== */

#islas5.la-palma {
    background: #333367;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas5.la-palma .gallery .title {
    color: #33cc00;
}
#islas5.la-palma .gallery .title span {
    color: #ff0099;
}
/* LA PALMA: ESPACIO-PUBLICITARIO================================================== */

#islas5.la-palma .espacio-pub {
    border: 1px solid #630F0F;
    background: #282655;
}
#islas5.la-palma .espacio-pub .visita h3 a {
    color: #dd0066;
}
/* GRAN CANARIA================================================== */

#islas.gran-canaria {
    background: #FFF url('./img/inspiraciones/bg-gran-canaria.jpg') no-repeat center top;
    min-height: 2662px;
}
#islas.gran-canaria .intro .title div:nth-of-type(2) {
    font-size: 120px;
    line-height: 97px;
    color: #ff9900;
}
.idioma-hu #islas.gran-canaria .intro .title div:nth-of-type(1) {
	font-size: 112px;
	color: #ff9900;
}
/*GRAN CANARIA: DESTACADOS================================================== */

#islas.gran-canaria .destacado .title div:nth-of-type(1) {
    color: #d07d48;
    font-size: 24px;
    font-weight: 300;
    line-height: 37px;
}
#islas.gran-canaria .destacado .title div:nth-of-type(2) {
    color: #ff6600;
    font-size: 80px;
    font-weight: 100;
    line-height: 77px;
}
#islas.gran-canaria .destacado .text {
    color: #f0f4c1;
}
.idioma-hu #islas.gran-canaria .destacado .title div:nth-of-type(2) {
  font-size: 58px;
}
/*GRAN CANARIA: DESTACADOS - CONTINENTE================================================== */

#islas.gran-canaria .destacado .continente {
    padding-right: 0px;
    text-align: right;
    margin-top: 81px;
    text-align: left;
}
#islas.gran-canaria .destacado .continente div:nth-of-type(1) {
    line-height: 71px;
}
#islas.gran-canaria .destacado .continente div:nth-of-type(2) {
    line-height: 29px;
}
#islas.gran-canaria .destacado .continente .title div:nth-of-type(3) {
    color: #ffa100;
    font-size: 24px;
    font-weight: 300;
    line-height: 78px;
    text-align: right;
    padding-right: 110px;
}
#islas.gran-canaria .destacado .continente .text {
    margin-left: 0;
    margin-right: 78px;
}
/*GRAN CANARIA: DESTACADOS - PLAYAS================================================== */

#islas.gran-canaria .destacado .playas {
    margin-top: 81px;
    text-align: right;
}
#islas.gran-canaria .destacado .playas .title {
    margin-top: 19px;
}
#islas.gran-canaria .destacado .playas .title div:nth-of-type(1) span {
    color: #ff6600;
    font-size: 80px;
    font-weight: 100;
    line-height: 77px;
}
#islas.gran-canaria .destacado .playas .text {
    margin-right: 0;
    margin-top: 20px;
    text-align: right;
    margin-left: 148px;
}
/*GRAN CANARIA: DESTACADOS - BIOSFERA================================================== */

#islas.gran-canaria .destacado .biosfera {
    margin-top: 380px;
    text-align: right;
}
#islas.gran-canaria .destacado .biosfera img {
    width: 90px;
}
#islas.gran-canaria .destacado .biosfera .title div:nth-of-type(1) {
    font-weight: 300;
    line-height: 18px;
}
#islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
    font-weight: 100;
    line-height: 88px;
}
#islas.gran-canaria .destacado .biosfera .text {
    margin-left: 0;
    margin-top: 7px;
    text-align: right;
    margin-left: 500px;
}
/*GRAN CANARIA: DESTACADOS - BIENESTAR================================================== */

#islas.gran-canaria .destacado .bienestar {
    margin-top: -240px;
    text-align: left;
    padding-right: 10px;
}
#islas.gran-canaria .destacado .bienestar img {
    width: 92px;
    margin-left: 0;
}
#islas.gran-canaria .destacado .bienestar .title div:nth-of-type(1) {
    line-height: 82px;
}
#islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
    font-weight: 100;
    line-height: 40px;
}
#islas.gran-canaria .destacado .bienestar .title {
	margin-top: 22px;
}
#islas.gran-canaria .destacado .bienestar .text {
    margin-left: 10px;
    margin-top: 20px;
}
.idioma-hu #islas.gran-canaria .destacado .bienestar {
  padding-right: 30px;
}
/*GRAN CANARIA: BIENVENIDOS================================================== */

#islas.gran-canaria .bienvenidos {
    margin-top: 81px;
}
#islas.gran-canaria .bienvenidos .title {
    color: #ff6600;
}
#islas.gran-canaria .bienvenidos .text {
    color: #f0f4c1;
}
/*GRAN CANARIA: VIDEO================================================== */

#islas.gran-canaria .islas-video {
    margin-top: 46px;
}
#islas.gran-canaria .video-mask {
    background: url('./img/inspiraciones/bg-gran-canaria-video.jpg') no-repeat scroll center top transparent;
    background-size: cover;
}
/* GRAN CANARIA: 	MASPALOMAS================================================== */

#islas2.gran-canaria {
    background: #FFF url('./img/inspiraciones/bg-gran-canaria-maspalomas.jpg') no-repeat center top;
    min-height: 1340px;
}
#islas2.gran-canaria .maspalomas {
    margin-top: 70px;
}
#islas2.gran-canaria .maspalomas .title {
    font-size: 110px;
    line-height: 132px;
    margin-top: 42px;
    margin-left: 85px;
    color: #ff6600;
    font-weight: 100;
}
#islas2.gran-canaria .maspalomas .title span {
    font-size: 110px;
    color: #ccff00;
    font-weight: 300;
}
#islas2.gran-canaria .maspalomas .title div:nth-of-type(1) {
    position: absolute;
    top: 10px;
    left: 9px;
    font-weight: 100;
    color: #14e57f;
    font-size: 200px;
}
#islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
    line-height: 37px;
}
#islas2.gran-canaria .maspalomas .title div:nth-of-type(3) {
    line-height: 115px;
    color: #eec400;
    font-size: 42px;
    font-weight: 300;
}
#islas2.gran-canaria .maspalomas .text {
    color: #f0f4c1;
    font-size: 18px;
    line-height: 28px;
    font-size: 18px;
    margin-top: -75px;
    margin-left: 15px;
    margin-right: 32px;
    text-align: left;
}

.idioma-nb #islas2.gran-canaria .maspalomas .text {
   margin-top: 5px; 
    margin-left: 26px;
    
}
#islas2.gran-canaria .maspalomas span {
    font-weight: 700;
}
.idioma-hu #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
  line-height: 54px;
}
/* GRAN CANARIA: PERDER================================================== */

#islas3.gran-canaria {
    background: #FFCC33;
}
#islas3.gran-canaria .perder .title span {
    color: #ff9900;
}
/* GRAN CANARIA: NEW GALLERY================================================== */

#islas4.gran-canaria {
    background: #FFCC33;
}
#islas4.gran-canaria .big-slider-hero .overlay:before {
    border-top: 30px solid #FFCC33;
}
#islas4.gran-canaria .big-slider-thumbs {
    background-color: #AC8923;
}
#islas4.gran-canaria .big-slider-hero .title {
    color: #ff6600;
}
/* GRAN CANARIA: GALERIA================================================== */

#islas5.gran-canaria {
    background: #FFCC33;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}
#islas5.gran-canaria .gallery .title {
    color: #ff9900;
}
#islas5.gran-canaria .gallery .title span,
#islas5.gran-canaria .gallery .title div {
    color: #ffffff;
}
/* GRAN CANARIA: ESPACIO-PUBLICITARIO================================================== */

#islas5.gran-canaria .espacio-pub {
    border: 1px solid #FFFF99;
    background: #FF9900;
}
#islas5.gran-canaria .espacio-pub .visita h3 a {
    color: #FFFF99;
}
/* LENGUAJE: POLISH PAGINA: TENERIFE============================================================ */

#islas.tenerife.pl .destacado .disfruta .title div:nth-of-type(1) {
    font-size: 62px;
}
#islas.tenerife.pl .destacado .swing .title div:nth-of-type(2) {
    font-size: 52px;
    line-height: 62px;
}
#islas.tenerife.pl .destacado .patrimonio .title div:nth-of-type(1) {
    font-size: 74px;
}
#islas3.pl .perder .title {
    font-size: 46px;
}
#islas4.pl .big-slider-hero .text {
    margin: 20px 75px 0;
}
/* LENGUAJE: POLISH PAGINA: EL HIERRO============================================================ */

#islas.el-hierro.pl .destacado .sostenible .title div:nth-of-type(1) {
    font-size: 64px;
}
#islas.el-hierro.pl .destacado .sostenible .title div:nth-of-type(2) {
    font-size: 19px;
    line-height: 62px;
}
#islas.el-hierro.pl .destacado .meridiano .title div:nth-of-type(2) {
    font-size: 72px;
}
#islas.el-hierro.pl .destacado .wifi .title div:nth-of-type(2) {
    font-size: 84px;
}
#islas.el-hierro .destacado .inmersion .title div:nth-of-type(2) {
    font-size: 25px;
}
/* LENGUAJE: POLISH PAGINA: LA GOMERA============================================================ */

#islas.la-gomera.pl .destacado .silbo .title div:nth-of-type(2) {
    font-size: 20px;
}
#islas2.la-gomera.pl .laurisilva .title div:nth-of-type(3) {
    font-size: 27px;
}
#islas2.la-gomera.pl .laurisilva .text {
    margin-left: 200px;
}
/* LENGUAJE: POLISH PAGINA: LANZAROTE============================================================ */

#islas.lanzarote.pl .destacado .deportistas .title div:nth-of-type(2) {
    font-size: 86px;
    line-height: 82px;
}
/* LENGUAJE: POLISH PAGINA: GRAN CANARIA============================================================ */

#islas.gran-canaria.pl .destacado .continente .title div:nth-of-type(2) {
    font-size: 60px;
}
#islas2.gran-canaria.pl .maspalomas .title div:nth-of-type(3) {
    line-height: 135px;
}
#islas.gran-canaria.pl .destacado .biosfera {
    margin-top: 470px;
}
#islas.gran-canaria.pl .destacado .bienestar {
    margin-top: -160px;
}
/* LENGUAJE: GERMAN PAGINA: TENERIFE============================================================ */

#islas.tenerife.de .destacado .patrimonio .title div:nth-of-type(1) {
    font-size: 60px;
    margin-bottom: 61px;
    font-weight: 100;
}
#islas2.tenerife.de .teide .title div:nth-of-type(2) {
    font-size: 150px;
}
#islas2.tenerife.de .teide .title div:nth-of-type(3) {
    font-size: 42px;
}
#islas3.de .perder .title {
    font-size: 37px;
}
#islas3.de .perder .title span:nth-of-type(1) {
    left: -50px;
}
#islas3.de .perder .title span:nth-of-type(2) {
    left: 980px;
}
#islas4.de .big-slider-hero .overlay {
    height: 406px;
}
#islas4.de .big-slider-hero .title {
    max-width: 96%;
}
/* LENGUAJE: GERMAN PAGINA: GRAN CANARIA============================================================ */

#islas.gran-canaria.de .destacado .continente .title div:nth-of-type(2) {
    font-size: 78px;
}
#islas.gran-canaria.de .destacado .biosfera {
    margin-top: 293px;
}
#islas.gran-canaria.de .destacado .biosfera .title div:nth-of-type(1) {
    font-size: 40px;
    line-height: 45px;
    color: #ff6600;
}
#islas.gran-canaria.de .destacado .bienestar .title div:nth-of-type(2) {
    font-size: 72px;
}
#islas.gran-canaria.de .destacado .bienestar {
    margin-top: -180px;
}
#islas2.gran-canaria.de .maspalomas .title div:nth-of-type(3) {
    font-size: 32px;
}
/* LENGUAJE: GERMAN PAGINA: EL HIERRO============================================================ */

#islas.el-hierro.de .destacado .sostenible .title div:nth-of-type(2) {
    font-size: 57px;
}
#islas.el-hierro.de .destacado .meridiano .title div:nth-of-type(2) {
    font-size: 77px;
    line-height: 55px;
}
#islas.el-hierro.de .destacado .wifi .title div:nth-of-type(1) {
    font-size: 43px;
    line-height: 70px;
}
#islas.el-hierro.de .destacado .wifi .title div:nth-of-type(2) {
    font-size: 95px;
    line-height: 71px;
}
#islas.el-hierro.de .destacado .inmersion .title div:nth-of-type(2) {
    font-size: 51px;
}
#islas.el-hierro.de .destacado .biosfera .title div:nth-of-type(1) {
    font-size: 50px;
    margin-bottom: 30px;
}
#islas.el-hierro.de .bienvenidos .title {
    font-size: 32px;
}
#islas2.el-hierro.de .la-restinga .title div:nth-of-type(2) {
    font-size: 26px;
}
#islas2.el-hierro.de .la-restinga .title div:nth-of-type(3) {
    font-size: 64px;
}
/* LENGUAJE: GERMAN PAGINA: LA GOMERA============================================================ */

#islas.la-gomera.de .destacado .silbo .title div:nth-of-type(1) {
    font-size: 51px;
    line-height: 105px;
}
#islas.la-gomera.de .destacado .silbo {
    margin-top: -51px;
}
#islas.la-gomera.de .destacado .biosfera {
    margin-top: 155px;
}
#islas.la-gomera.de .destacado .biosfera .title div:nth-of-type(1) {
    font-size: 44px;
    margin-bottom: 40px;
    color: #33ff00;
}
#islas2.la-gomera.de .laurisilva .title div:nth-of-type(2) {
    font-size: 51px;
    line-height: 24px;
}
#islas2.la-gomera.de .laurisilva .title div:nth-of-type(3) {
    font-size: 25px;
}
/* LENGUAJE: GERMAN PAGINA: LANZAROTE============================================================ */

#islas.lanzarote.de .destacado .biosfera .title div:nth-of-type(1) {
    font-size: 50px;
    font-weight: 300;
    color: #ff3300;
}
#islas.lanzarote.de .destacado .biosfera {
    margin-top: -90px;
}
/* LENGUAJE: GERMAN PAGINA: FUERTEVENTURA============================================================ */

#islas.fuerteventura.de .destacado .title div:nth-of-type(1) {
    font-size: 70px;
}
#islas.fuerteventura.de .destacado .title div:nth-of-type(2) {
    font-size: 30px;
    line-height: 52px;
}
#islas.fuerteventura.de .destacado .surf .title div:nth-of-type(1) {
    font-size: 52px;
    font-weight: 100;
    margin-bottom: -40px;
}
#islas.fuerteventura.de .destacado .biosfera .title div:nth-of-type(1) {
    font-size: 37px;
    font-weight: 300;
    margin-bottom: 20px;
}
/* LENGUAJE: GERMAN PAGINA: LA PALMA============================================================ */

#islas.la-palma.de .destacado .biosfera .title div:nth-of-type(1) {
    font-size: 37px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #ffff00;
}
/* LENGUAJE: ENGLISH PAGINA: GRAN CANARIA============================================================ */

#islas2.gran-canaria.en .maspalomas .title div:nth-of-type(3) {
    font-size: 40px;
}
#islas3.en .perder .title {
    font-size: 64px;
}
/* LENGUAJE: ENGLISH PAGINA: TENERIFE============================================================ */

#islas.tenerife.en .destacado .ballenas .title div:nth-of-type(2) {
    font-size: 78px;
}
#islas.tenerife.en .destacado .patrimonio .title div:nth-of-type(1) {
    font-size: 58px;
}
#islas.tenerife.en .destacado .patrimonio .title div:nth-of-type(2) {
    font-size: 53px;
    line-height: 91px;
    margin-bottom: 20px;
}
#islas2.tenerife.en .teide .title div:nth-of-type(2) {
    font-size: 98px;
    line-height: 98px;
}
#islas2.tenerife.en .teide .title div:nth-of-type(3) {
    font-size: 54px;
    line-height: 70px;
}
/* LENGUAJE: ENGLISH PAGINA: EL HIERRO============================================================ */

#islas.el-hierro.en .destacado .sostenible .title div:nth-of-type(2) {
    font-size: 53px;
}
#islas2.el-hierro.en .la-restinga .title div:nth-of-type(3) {
    font-size: 64px;
}
/* LENGUAJE: ENGLISH PAGINA: LA GOMERA============================================================ */

#islas.la-gomera.en .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
#islas.la-gomera.en .destacado .senderos .title div:nth-of-type(1) span {
    font-size: 14px;
}
#islas.la-gomera.en .destacado .senderos .title div:nth-of-type(1) span {
    font-size: 32px;
    line-height: 38px;
    display: block;
}
#islas.la-gomera.en .destacado .silbo {
    margin-top: 105px;
}
#islas.la-gomera.en .destacado .biosfera {
    margin-top: 334px;
}
#islas2.la-gomera.en .laurisilva .title div:nth-of-type(3) {
    font-size: 37px;
}
/* LENGUAJE: ENGLISH PAGINA: LANZAROTE============================================================ */

#islas.lanzarote.en .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
#islas.lanzarote.en .destacado .vinos .title div:nth-of-type(1) {
    font-size: 63px;
    line-height: 64px;
}
#islas.lanzarote.en .destacado .deportistas .title div:nth-of-type(2) {
    font-size: 63px;
    line-height: 70px;
}
/* LENGUAJE: ENGLISH PAGINA: FUERTEVENTURA============================================================ */

#islas.fuerteventura.en .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
#islas.fuerteventura.en .destacado .playa .title div:nth-of-type(1) {
    font-size: 44px;
    line-height: 65px;
}
#islas.fuerteventura.en .destacado .playa .title div:nth-of-type(2) {
    font-size: 70px;
    line-height: 56px;
    margin-bottom: 10px;
}
/* LENGUAJE: ENGLISH PAGINA: LA PALMA============================================================ */

#islas.la-palma.en .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
#islas.la-palma.en .destacado .isla .title div:nth-of-type(1) {
    font-size: 36px;
    line-height: 50px;
}
#islas.la-palma.en .destacado .biosfera {
    margin-top: 93px;
}
#islas2.la-palma.en .estrellas .title div:nth-of-type(3) {
    font-size: 140px;
}
/* LENGUAJE: ITALIANO PAGINA: TENERIFE============================================================ */

.idioma-it #islas.tenerife .destacado .disfruta .title div:nth-of-type(1) {
    color: #ff9900;
    font-size: 67px;
}
.idioma-it #islas3 .perder .title {
    font-size: 78px;
}
/* LENGUAJE: ITALIANO PAGINA: EL HIERRO============================================================ */

#islas.el-hierro.it .destacado .sostenible .title div:nth-of-type(2) {
    font-size: 56px;
}
#islas.el-hierro.it .destacado .wifi .title div:nth-of-type(2) {
    font-size: 32px;
    line-height: 62px;
    font-weight: 300;
}
/* LENGUAJE: ITALIANO PAGINA: FUERTEVENTURA============================================================ */

.idioma-it #islas.fuerteventura .destacado .playa .title div:nth-of-type(1) {
    font-size: 94px;
}
/* LENGUAJE: ITALIANO PAGINA: GRAN CANARIA============================================================ */

.idioma-it #islas.gran-canaria .destacado .biosfera {
    margin-top: 480px;
}
.idioma-it #islas.gran-canaria .destacado .bienestar {
    margin-top: -190px;
}
/* LENGUAJE: ITALIANO PAGINA: LA GOMERA============================================================ */

.idioma-it #islas.la-gomera .destacado .silbo {
    margin-top: 30px;
}
.idioma-it #islas.la-gomera .destacado .biosfera {
    margin-top: 240px;
}
/* LENGUAJE: ITALIANO PAGINA: FUERTEVENTURA============================================================ */

.idioma-it #islas.fuerteventura .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
#islas.fuerteventura .destacado .title div:nth-of-type(1) {
    font-size: 88px;
}
/* LENGUAJE: ITALIANO PAGINA: LA PALMA============================================================ */

.idioma-it #islas.la-palma .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-it #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
    font-size: 68px;
    line-height: 76px;
}
/* LENGUAJE: ITALIANO GLOBAL ISLAS============================================================ */
.idioma-it #islas .intro .title div:nth-of-type(2) {
    margin-top: -2px !important; 
}
/* LENGUAJE: CZECH PAGINA: TENERIFE============================================================ */

.idioma-cs #islas3 .perder .title {
    font-size: 65px;
}
.idioma-cs #islas.tenerife .destacado .swing .title div:nth-of-type(2) {
    line-height: 47px;
}
.idioma-cs #islas.tenerife .destacado .swing .title div:nth-of-type(1) {
    line-height: 62px;
}
/* LENGUAJE: CZECH PAGINA: 	EL HIERRO============================================================ */

.idioma-cs #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
    font-size: 45px;
    line-height: 52px;
}
.idioma-cs #islas.el-hierro .destacado .inmersion {
    margin-top: -68px;
}
.idioma-cs #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 84px;
}
/* LENGUAJE: CZECH PAGINA: GRAN CANARIA============================================================ */

.idioma-cs #islas.gran-canaria .destacado .continente .title div:nth-of-type(2) {
    margin-top: 30px;
}
.idioma-cs #islas.gran-canaria .destacado .bienestar {
    margin-top: -80px;
}
.idioma-cs #islas.gran-canaria .destacado .biosfera {
    margin-top: 588px;
}
.idioma-cs #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2),
.idioma-cs #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
    font-size: 62px;
}
.idioma-cs #islas.gran-canaria .destacado .bienestar {
    margin-top: -200px;
}

/* LENGUAJE: CZECH PAGINA: LA GOMERA============================================================ */

.idioma-cs #islas.la-gomera .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-cs #islas.la-gomera .destacado .silbo {
    margin-top: 60px;
}
.idioma-cs #islas.la-gomera .destacado .biosfera {
    margin-top: 275px;
}
/* LENGUAJE: CZECH PAGINA: LANZAROTE============================================================ */

.idioma-cs #islas.lanzarote .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
/* LENGUAJE: CZECH PAGINA: FUERTEVENTURA============================================================ */

.idioma-cs #islas.fuerteventura .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
#islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 81px;
    line-height: 100px;
}
/* LENGUAJE: CZECH PAGINA: LA PALMA============================================================ */

.idioma-cs #islas.la-palma .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
/* LENGUAJE: DANISH PAGINA: TENERIFE============================================================ */

.idioma-da #islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
    font-size: 62px;
}
.idioma-da #islas.tenerife .destacado .patrimonio .title div:nth-of-type(2) {
    line-height: 78px;
    margin-bottom: 15px;
}
.idioma-da #islas5 .gallery .title {
    font-size: 100px;
}
/* LENGUAJE: DANISH PAGINA: EL HIERRO============================================================ */

.idioma-da #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
    color: #ec8a40;
    font-size: 41px;
}
.idioma-da #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
    font-size: 78px;
}
.idioma-da #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
    font-size: 70px;
    line-height: 83px;
}
.idioma-da #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
    font-size: 82px;
    line-height: 72px;
}
.idioma-da #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 56px;
    line-height: 74px;
}
/* LENGUAJE: DANISH PAGINA: GRAN CANARIA============================================================ */

.idioma-da #islas.gran-canaria .destacado .continente .title div:nth-of-type(2) {
    font-size: 42px;
    line-height: 2px;
}
.idioma-da #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 40px;
    line-height: 62px;
}
.idioma-da #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
    line-height: 2px;
    font-size: 40px;
}
.idioma-da #islas.gran-canaria .destacado .biosfera {
    margin-top: 520px;
}
.idioma-da #islas.gran-canaria .destacado .bienestar {
    margin-top: -210px;
}
.idioma-da #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
    font-size: 80px;
}
/* LENGUAJE: DANISH PAGINA: LA GOMERA============================================================ */

.idioma-da #islas.la-gomera .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-da #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 40px;
    line-height: 70px;
}
.idioma-da #islas.la-gomera .destacado .silbo {
    margin-top: 80px;
}
.idioma-da #islas.la-gomera .destacado .biosfera {
    margin-top: 294px;
}
/* LENGUAJE: DANISH PAGINA: LANZAROTE============================================================ */

.idioma-da #islas.lanzarote .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-da #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 42px;
    line-height: 46px;
}
/* LENGUAJE: DANISH PAGINA: FUERTEVENTURA============================================================ */

.idioma-da #islas.fuerteventura .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-da #islas.fuerteventura .destacado .playa .title div:nth-of-type(1) {
    font-size: 71px;
    line-height: 55px;
}
.idioma-da #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 46px;
    line-height: 56px;
}
/* LENGUAJE: DANISH PAGINA: LA PALMA============================================================ */

.idioma-da #islas.la-palma .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-da #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
    font-size: 67px;
    line-height: 77px;
}
.idioma-da #islas.la-palma .destacado .isla .text {
    margin-right: 241px;
}
.idioma-da #islas.la-palma .destacado .starlight .title div:nth-of-type(1) {
    color: #ffff00;
    font-size: 44px;
    font-weight: 100;
    line-height: 30px;
}
.idioma-da #islas.la-palma .destacado .biosfera {
    margin-top: 32px;
}
.idioma-da #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 54px;
    line-height: 76px;
}

/* LENGUAJE: DUTCH PAGINA: EL HIERRO============================================================ */

.idioma-nl #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
    font-size: 72px;
    line-height: 86px;
}
/* LENGUAJE: DUTCH PAGINA: GRAN CANARIA============================================================ */

.idioma-nl #islas.gran-canaria .destacado .playas .title div:nth-of-type(2) {
    font-size: 68px;
}
.idioma-nl #islas.gran-canaria .destacado .biosfera {
    margin-top: 490px;
}
.idioma-nl #islas.gran-canaria .destacado .bienestar {
    margin-top: -150px;
}
.idioma-nl #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
    margin-top: 25px;
}
.idioma-nl #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
    font-size: 86px;
}
/* LENGUAJE: DUTCH PAGINA: LA GOMERA============================================================ */

.idioma-nl #islas.la-gomera .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-nl #islas2.la-gomera .laurisilva .title div:nth-of-type(3) {
    font-size: 30px;
}
.idioma-nl #islas.la-gomera .destacado .silbo {
    margin-top: 20px;
}
.idioma-nl #islas.la-gomera .destacado .biosfera {
    margin-top: 240px;
}
/* LENGUAJE: DUTCH PAGINA: LANZAROTE============================================================ */

.idioma-nl #islas.lanzarote .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
/* LENGUAJE: DUTCH PAGINA: FUERTEVENTURA============================================================ */

.idioma-nl #islas.fuerteventura .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
/* LENGUAJE: DUTCH PAGINA: LA PALMA============================================================ */

.idioma-nl #islas.la-palma .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-nl #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
    font-size: 52px;
    line-height: 64px;
}
.idioma-nl .big-slider-hero .overlay {
    height: 350px;
}

/* LENGUAJE: FRENCH GLOBAL ISLAS============================================================ */
.idioma-nl #islas .intro .title div:nth-of-type(2) {
    margin-top: 47px !important; 
}

/* LENGUAJE: FINNISH PAGINA: TENERIFE============================================================ */

.idioma-fi #islas.tenerife .destacado .swing .title div:nth-of-type(2) {
    line-height: 36px;
    font-size: 41px;
    padding-left: 700px;
}
.idioma-fi #islas3 .perder .title {
    font-size: 60px;
}
.idioma-fi .big-slider-hero .text {
    margin: 20px 60px 0;
}
/* LENGUAJE: FINNISH PAGINA: EL HIERRO============================================================ */

.idioma-fi #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
    color: #ec8a40;
    font-size: 30px;
    line-height: 40px;
    padding-top: 35px;
}
.idioma-fi #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
    font-size: 70px;
    line-height: 66px;
}
.idioma-fi #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
    font-size: 52px;
    line-height: 60px;
}
.idioma-fi #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
}
.idioma-fi #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 64px;
    line-height: 88px;
}
/* LENGUAJE: FINNISH PAGINA: GRAN CANARIA============================================================ */

.idioma-fi #islas.gran-canaria .destacado .continente .title div:nth-of-type(2) {
    margin-top: 25px;
    font-size: 96px;
    line-height: 36px;
}
.idioma-fi #islas.gran-canaria .destacado .continente .title div:nth-of-type(3) {
    padding-right: 158px;
}
.idioma-fi #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 52px;
    line-height: 64px;
}
.idioma-fi #islas.gran-canaria .destacado .biosfera {
    margin-top: 515px;
}
.idioma-fi #islas.gran-canaria .destacado .bienestar {
    margin-top: -170px;
}
.idioma-fi #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
    font-size: 52px;
    line-height: 10px;
}
.idioma-fi #islas2.gran-canaria .maspalomas .title {
    font-size: 82px;
}
/* LENGUAJE: FINNISH PAGINA: LA GOMERA============================================================ */

.idioma-fi #islas.la-gomera .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-fi #islas.la-gomera .destacado .silbo {
    margin-top: 80px;
}
.idioma-fi #islas.la-gomera .destacado .biosfera {
    margin-top: 300px;
}
.idioma-fi #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 50px;
    line-height: 78px;
}
.idioma-fi #islas.la-gomera .destacado .silbo .title div:nth-of-type(1) {
    font-size: 45px;
    line-height: 90px;
}
/* LENGUAJE: FINNISH PAGINA: LANZAROTE============================================================ */

.idioma-fi #islas.lanzarote .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-fi #islas.lanzarote .destacado .vinos .title div:nth-of-type(1) {
    font-size: 36px;
    line-height: 25px;
}
.idioma-fi #islas.lanzarote .destacado .deportistas .title div:nth-of-type(2) {
    font-size: 55px;
    line-height: 55px;
}
.idioma-fi #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 60px;
    line-height: 58px;
}
/* LENGUAJE: FINNISH PAGINA: FUERTEVENTURA============================================================ */

.idioma-fi #islas.fuerteventura .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-fi #islas.fuerteventura .destacado .playa .title div:nth-of-type(1) {
    font-size: 50px;
    line-height: 50px;
}
.idioma-fi #islas.fuerteventura .destacado .playa .title div:nth-of-type(2) {
    line-height: 56px;
    margin-bottom: 10px;
}
.idioma-fi #islas.fuerteventura .destacado .quesos .title div:nth-of-type(1) {
    font-size: 31px;
    line-height: 16px;
}
.idioma-fi #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 50px;
    line-height: 69px;
}
.idioma-fi #islas2.fuerteventura .playas .title div:nth-of-type(3) {
    font-size: 52px;
}
/* LENGUAJE: FINNISH PAGINA: LA PALMA============================================================ */

.idioma-fi #islas.la-palma .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-fi #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
    font-size: 56px;
    line-height: 64px;
}
.idioma-fi #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 59px;
    line-height: 74px;
}
.idioma-fi .big-slider-hero .overlay {
    height: 340px;
}
/* LENGUAJE: FRENCH PAGINA: EL HIERRO============================================================ */

.idioma-fr #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
    font-size: 80px;
    line-height: 148px;
}
.idioma-fr #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
    font-size: 90px;
    line-height: 103px;
}
.idioma-fr #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
    font-size: 41px;
    line-height: 42px;
}
.idioma-fr #islas.el-hierro .destacado .inmersion {
    margin-top: -90px;
}
.idioma-fr #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 96px;
}
.idioma-fr #islas3 .perder .title {
    font-size: 70px;
}
.idioma-fr .big-slider-hero .overlay {
    height: 350px;
}
/* LENGUAJE: FRENCH PAGINA: GRAN CANARIA============================================================ */

.idioma-fr #islas.gran-canaria .destacado .biosfera {
    margin-top: 510px;
}
.idioma-fr #islas.gran-canaria .destacado .bienestar {
    margin-top: -205px;
}
.idioma-fr #islas2.gran-canaria .maspalomas .title {
    font-size: 100px;
}
/* LENGUAJE: FRENCH PAGINA: LA GOMERA============================================================ */

.idioma-fr #islas.la-gomera .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-fr #islas.la-gomera .destacado .silbo {
    margin-top: 25px;
}
.idioma-fr #islas.la-gomera .destacado .biosfera {
    margin-top: 240px;
}
/* LENGUAJE: FRENCH PAGINA: FUERTEVENTURA============================================================ */

.idioma-fr #islas.fuerteventura .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-fr #islas.fuerteventura .destacado .playa .title div:nth-of-type(1) {
    font-size: 82px;
    line-height: 68px;
}
/* LENGUAJE: FRENCH PAGINA: LA PALMA============================================================ */

.idioma-fr #islas.la-palma .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}

/* LENGUAJE: NORWEGIAN BOKM�L PAGINA: TENERIFE============================================================ */

.idioma-nb .destacado .swing .title div:nth-of-type(2) {
    font-size: 43px;
    line-height: 50px;
}
.idioma-nb #islas.tenerife .destacado .ballenas .title div:nth-of-type(1) {
    color: #FF9900;
    font-size: 50px;
    line-height: 60px;
}
.idioma-nb #islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
    font-size: 52px;
}
.idioma-nb #islas.tenerife .destacado .patrimonio .text {
    margin-left: 155px;
    margin-top: 30px;
}
/* LENGUAJE: NORWEGIAN BOKM�L PAGINA: EL HIERRO============================================================ */

.idioma-nb #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
    font-size: 52px;
}
.idioma-nb #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
    font-size: 74px;
    line-height: 92px;
}
.idioma-nb #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 60px;
    line-height: 77px;
}
/* LENGUAJE: NORWEGIAN BOKM�L PAGINA: GRAN CANARIA============================================================ */

.idioma-nb #islas.gran-canaria .destacado .continente .title div:nth-of-type(2) {
    font-size: 117px;
    line-height: 52px;
}
.idioma-nb #islas.gran-canaria .destacado .continente .title div:nth-of-type(3) {
    padding-right: 226px;
}
.idioma-nb #islas.gran-canaria .destacado .title div:nth-of-type(2) {
    font-size: 52px;
    line-height: 56px;
}
.idioma-nb #islas.gran-canaria .destacado .biosfera {
    margin-top: 515px
}
.idioma-nb #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
    line-height: 62px;
    font-size: 42px;
}
.idioma-nb #islas.gran-canaria .destacado .bienestar {
    margin-top: -140px;
}
.idioma-nb #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
    margin-top: 20px;
}
.idioma-nb #islas2.gran-canaria .maspalomas .title div:nth-of-type(3) {
    font-size: 60px;
    line-height: 50px;
    color: #ff6600;
    margin-bottom: 48px;
}
/* LENGUAJE: NORWEGIAN BOKM�L PAGINA: LA GOMERA============================================================ */

.idioma-nb #islas.la-gomera .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-nb #islas.la-gomera .destacado .biosfera {
    margin-top: 270px;
}
.idioma-nb #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 55px;
    line-height: 86px;
}
.idioma-nb #islas2.la-gomera .laurisilva .title div:nth-of-type(2) {
    font-size: 82px;
}
.idioma-nb #islas2.la-gomera .laurisilva .title div:nth-of-type(3) {
    font-size: 30px;
}
/* LENGUAJE: NORWEGIAN BOKM�L PAGINA: LANZAROTE============================================================ */

.idioma-nb #islas.lanzarote .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-nb #islas.lanzarote .destacado .diferente .title div:nth-of-type(2) {
    font-size: 56px;
    line-height: 57px;
}
.idioma-nb #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 51px;
    line-height: 58px;
}
/* LENGUAJE: NORWEGIAN BOKM�L PAGINA: FUERTEVENTURA============================================================ */

.idioma-nb #islas.fuerteventura .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-nb #islas.fuerteventura .destacado .playa .title div:nth-of-type(1) {
    font-size: 75px;
    line-height: 50px;
}
.idioma-nb #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 52px;
    line-height: 70px;
}
/* LENGUAJE: NORWEGIAN BOKM�L PAGINA: LA PALMA============================================================ */

.idioma-nb #islas.la-palma .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-nb #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 49px;
    line-height: 64px;
}
/* LENGUAJE: GERMAN PAGINA: TENERIFE============================================================ */

.idioma-de #islas.tenerife .destacado .patrimonio .title div {
    font-size: 53px;
}
/* LENGUAJE: GERMAN PAGINA: LA PALMA============================================================ */

.idioma-de #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
    font-size: 38px;
    line-height: 50px;
}
/* LENGUAJE: PORTUGUESE, PORTUGAL	PAGINA: EL HIERRO============================================================ */

.idioma-pt-pt #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
    font-size: 52px;
}
.idioma-pt-pt #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
    font-size: 44px;
    line-height: 79px;
    letter-spacing: 1px;
}
/* LENGUAJE: PORTUGUESE, PORTUGAL	PAGINA: GRAN CANARIA============================================================ */

.idioma-pt-pt #islas.gran-canaria .destacado .biosfera {
    margin-top: 460px;
}
.idioma-pt-pt #islas.gran-canaria .destacado .bienestar {
    margin-top: -200px;
}
.idioma-pt-pt #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
    font-size: 100px;
}
/* LENGUAJE: PORTUGUESE, PORTUGAL	PAGINA: LA GOMERA============================================================ */

.idioma-pt-pt #islas.la-gomera .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
/* LENGUAJE: PORTUGUESE, PORTUGAL PAGINA: LANZAROTE============================================================ */

.idioma-pt-pt #islas.lanzarote .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
/* LENGUAJE: PORTUGUESE, PORTUGAL PAGINA: FUERTEVENTURA============================================================ */

.idioma-pt-pt #islas.fuerteventura .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
/* LENGUAJE: PORTUGUESE, PORTUGAL PAGINA: LA PLAMA============================================================ */

.idioma-pt-pt #islas.la-palma .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-pt-pt #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
    font-size: 90px;
    line-height: 90px;
}
/* LENGUAJE: RUSSIAN	PAGINA: TENERIFE============================================================ */

.idioma-ru #islas.tenerife .destacado .swing .title div:nth-of-type(2) {
    line-height: 44px;
    font-size: 33px;
    font-weight: 300;
}
.idioma-ru #islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
    font-size: 50px;
    line-height: 4px;
}
.idioma-ru #islas.tenerife .destacado .patrimonio .title div:nth-of-type(2) {
    line-height: 85px;
    margin-bottom: 10px;
}
.idioma-ru #islas2.tenerife .teide .text {
    font-size: 17px;
}
.idioma-ru #islas3 .perder .title {
    font-size: 44px;
}
.idioma-ru .big-slider-hero .overlay {
    height: 355px;
}
/* LENGUAJE: RUSSIAN	PAGINA: EL HIERRO============================================================ */

.idioma-ru #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
    font-size: 22px;
    line-height: 1.3em;
    margin-top: 42px;
}
.idioma-ru #islas.el-hierro .destacado .sostenible2 .text {
    margin-right: 0px;
}
.idioma-ru #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
    font-size: 88px;
}
.idioma-ru #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
    font-size: 35px;
    line-height: 64px;
}
.idioma-ru #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
    font-size: 84px;
    line-height: 72px;
}
.idioma-ru #islas.el-hierro .destacado .inmersion {
    margin-top: -90px;
}
.idioma-ru #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 42px;
    line-height: 70px;
}
/* LENGUAJE: RUSSIAN	PAGINA: GRAN CANARIA============================================================ */

.idioma-ru #islas.gran-canaria .destacado .continente .title div:nth-of-type(2) {
    margin-top: 25px;
}
.idioma-ru #islas.gran-canaria .destacado .playas .text {
    margin-left: 65px;
}
.idioma-ru #islas.gran-canaria .destacado .biosfera {
    margin-top: 533px;
}
.idioma-ru #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
    line-height: 62px;
    font-size: 42px;
}
.idioma-ru #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
    line-height: 4px;
    font-size: 48px;
    margin-bottom: 40px;
}
.idioma-ru #islas2.gran-canaria .maspalomas .title div:nth-of-type(3) {
    line-height: 134px;
}
.idioma-ru #islas2.gran-canaria .maspalomas .text {
    margin-right: 20px;
}
/* LENGUAJE: RUSSIAN	PAGINA: LA GOMERA============================================================ */

.idioma-ru #islas.la-gomera .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-ru #islas.la-gomera .destacado .title div:nth-of-type(2) {
    font-size: 70px;
    line-height: 94px;
}
.idioma-ru #islas.la-gomera .destacado .senderos .title div:nth-of-type(2) {
    font-size: 19px;
}
.idioma-ru #islas.la-gomera .destacado .silbo .title div:nth-of-type(2) {
    line-height: 55px;
}
.idioma-ru #islas.la-gomera .destacado .silbo .title div:nth-of-type(1) {
    font-size: 58px;
    line-height: 94px;
}
.idioma-ru #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 39px;
    line-height: 83px;
}
.idioma-ru #islas2.la-gomera .laurisilva .title div:nth-of-type(2) {
    font-size: 50px;
}
/* LENGUAJE: RUSSIAN PAGINA: LANZAROTE============================================================ */

.idioma-ru #islas.lanzarote .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-ru #islas.lanzarote .destacado .vinos .title div:nth-of-type(2) {
    font-size: 17px;
    line-height: 30px;
}
.idioma-ru #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 38px;
    line-height: 50px;
}
.idioma-ru #islas.lanzarote .destacado .deportistas .title div:nth-of-type(2) {
    color: #ff3300;
    font-size: 74px;
}
/* LENGUAJE: RUSSIAN PAGINA: FUERTEVENTURA============================================================ */

.idioma-ru #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 66px;
    line-height: 82px;
}
.idioma-ru #islas2.fuerteventura .playas .title div:nth-of-type(3) {
    font-size: 47px;
}
/* LENGUAJE: RUSSIAN PAGINA: LA PALMA============================================================ */

.idioma-ru #islas.la-palma .intro .title div:nth-of-type(2) {
    margin-top: 90px;
}
.idioma-ru #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
    font-size: 30px;
    line-height: 37px;
    margin-top: 10px;
}
.idioma-ru #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 38px;
    line-height: 60px;
}
/* LENGUAJE: SWEDISH	PAGINA: TENERIFE============================================================ */

.idioma-sv #islas.tenerife .destacado .ballenas .title div:nth-of-type(1) {
    color: #ff9900;
    font-size: 60px;
    line-height: 60px;
}
.idioma-sv #islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
    font-size: 59px;
}
.idioma-sv #islas.tenerife .destacado .patrimonio .title div:nth-of-type(2) {
    line-height: 77px;
    margin-bottom: 10px;
}
.idioma-sv #islas3 .perder .title {
    font-size: 62px;
}
/* LENGUAJE: SWEDISH	PAGINA: EL HIERRO============================================================ */

.idioma-sv #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
    font-size: 86px;
    line-height: 150px;
}
.idioma-sv #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
    font-size: 53px;
}
.idioma-sv #islas.el-hierro .destacado .meridiano .text {
    margin-top: 16px;
}
.idioma-sv #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
    font-size: 73px;
}
.idioma-sv #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 56px;
    line-height: 46px;
}
.idioma-sv #islas.el-hierro .destacado .biosfera .text {
    margin-top: 25px;
}
/* LENGUAJE: SWEDISH	PAGINA: GRAN CANARIA============================================================ */

.idioma-sv #islas.gran-canaria .destacado .playas .title div:nth-of-type(2) {
    font-size: 68px;
}
.idioma-sv #islas.gran-canaria .destacado .biosfera {
    margin-top: 430px;
}
.idioma-sv #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 25px;
}
.idioma-sv #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
    font-size: 60px;
    line-height: 6px;
    margin-bottom: 40px;
}
.idioma-sv #islas.gran-canaria .destacado .bienestar {
    margin-top: -192px;
}
.idioma-sv #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
    font-size: 96px;
}
/* LENGUAJE: SWEDISH	PAGINA: LA GOMERA============================================================ */

.idioma-sv #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 58px;
    line-height: 79px;
}
/* LENGUAJE: SWEDISH	PAGINA: LANZAROTE============================================================ */

.idioma-sv #islas.lanzarote .destacado .diferente .title div:nth-of-type(2) {
    font-size: 62px;
    line-height: 66px;
}
.idioma-sv #islas.lanzarote .destacado .deportistas .title div:nth-of-type(2) {
    font-size: 52px;
    line-height: 56px;
}
.idioma-sv #islas.lanzarote .destacado .biosfera {
    margin-top: -72px;
}
.idioma-sv #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 57px;
    line-height: 46px;
}
/* LENGUAJE: SWEDISH	PAGINA: FUERTEVENTURA============================================================ */

.idioma-sv #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 51px;
    line-height: 64px;
}
/* LENGUAJE: SWEDISH	PAGINA: LA PALMA============================================================ */

.idioma-sv #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
    font-size: 57px;
    line-height: 30px;
    margin-bottom: 30px;
}
.idioma-sv .big-slider-hero .overlay {
    height: 340px;
}
/* LENGUAJE: VARIOS	PAGINA: ISLAS CAMBIANDO TITULO DE POSICION============================================================ */

/*
.idioma-fi #islas .intro .title div:nth-of-type(1),
.idioma-cs #islas .intro .title div:nth-of-type(1),
.idioma-en #islas .intro .title div:nth-of-type(1),
.idioma-de #islas .intro .title div:nth-of-type(1) {
    position: absolute !important;
    bottom: -33px !important;
}
.idioma-fi #islas .intro .title div:nth-of-type(2),
.idioma-cs #islas .intro .title div:nth-of-type(2),
.idioma-en #islas .intro .title div:nth-of-type(2),
.idioma-de #islas .intro .title div:nth-of-type(2) {
    margin-top: 20px !important;
    margin-bottom: 55px !important;
}
*/

/* ##################################################
   ################  MENOR A 990px ################## */
   
@media only screen and (max-width: 980px) {

		.idioma-de  #islas3 .perder .title span {
			display: none;
		}

		/* LANZAROTE
		================================================== */

		
    /* FUERTEVENTURA		
    ================================================== */    	
		#islas.fuerteventura .intro .title div:nth-of-type(2) {
			font-size: 100px;
		}
		.idioma-pt-pt #islas.fuerteventura .intro .title div:nth-of-type(2) {
			margin-top: 25px;
		}
		
		/* LA PALMA		
    ================================================== */	
		#islas.la-palma .intro .title div:nth-of-type(2) {
			margin-top: 0 !Important;	
		}		
		
		/* LA GOMERA
    ================================================== */
    #islas.la-gomera .intro .title div:nth-of-type(2) {
			margin-top: 0 !Important;	
		}	
    #islas.la-gomera .destacado {
    	padding: 0 10px;
    }
    #islas.la-gomera .destacado .magia {
    	margin-top: 100px;
    	padding-left: 117px;
    }
    #islas.la-gomera .destacado .magia img {
    	left: 5px;
    }
    #islas.la-gomera .destacado .title div:nth-of-type(2) {
    	font-size: 87px;
    }
    
		/* EL HIERRO		
    ================================================== */	
		#islas.el-hierro .destacado .wifi,
		#islas.el-hierro .destacado .inmersion,
		#islas.el-hierro .destacado .biosfera {
			margin-top: 25px;
			padding-left: 15px !important;
			padding-right: 15px !important;
		}
		#islas.el-hierro .destacado .biosfera {
			float: left;
			margin-top: 27px;
			margin-left: 0;
		}
		#islas.el-hierro .destacado .biosfera img {
			width: 70px;
		}
		#islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
			font-size: 90px;
		}
		#islas.el-hierro .destacado .biosfera .title div:nth-of-type(3) {
			width: auto;
			line-height: 1em;
		}
		
		.idioma-da #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
			font-size: 46px;
			line-height: 1.3em;
		}
		.idioma-fi #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
			font-size: 61px;
		}
		.idioma-fr #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
			font-size: 84px;
		}
		.idioma-de #islas.el-hierro .destacado .wifi .title div:nth-of-type(1),
		.idioma-de #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
			font-size: 40px;
			line-height: 1.1em;
			font-weight: 300;
		}
		.idioma-nb #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2),
		.idioma-sv #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
			font-size: 51px;
			line-height: 1.3em;
		}
		.idioma-ru #islas.el-hierro .destacado .inmersion {
			margin-top: inherit;
		}
}

/* ##################################################
   ################  MAYOR A 768px ################## */
 
@media only screen and (min-width: 768px) {


		#islas .destacado .col-md-4 {
			float: left;
			width: 33.3333%;
		}
		#islas .destacado .col-md-5 {
			float: left;
			width: 41.6667%;
		}
		#islas .destacado .col-md-7 {
			width: 58.3333%
		}
		#islas .destacado .col-md-7.col-md-offset-5 {
			margin-left: 41.6667%
		}
		#islas .destacado .col-md-8 {
			width: 66.6667%;
		}
		#islas .destacado .col-md-9.col-md-offset-3 {
			width: 75%;
			margin-left: 25%;
		}
		#islas2 .col-md-4.col-md-offset-8 {
			width: 33.3333%;
			margin-left: 66.6667%
		}
		#islas2 .col-md-7.col-md-offset-5 {
			width: 58.3333%;
			margin-left: 41.6667%;
		}
		#islas2 .col-md-10.col-md-offset-2 {
			width: 66.6667%;
			margin-left: 33.3333%;
		}
		#islas3 .perder > .col-md-12 {
			width: 100%;
			float: left;
		}		
		#islas.la-gomera .destacado .col-md-3.col-md-offset-1 {
			width: 27%;
			margin-left: 73%;
		}
}


/* ##################################################   
   ################  MENOR A 767px ################## */

@media only screen and (max-width: 767px) {
	
    /* SLIDER		
    ================================================== */
    
    .big-slider-hero .text,
    .big-slider-thumbs .title {
        display: none;
    }
    /* GENERAL		
    ================================================== */
    
    #islas.tenerife,
    #islas.gran-canaria,
    #islas.fuerteventura,
    #islas.lanzarote,
    #islas.la-palma,
    #islas.la-gomera,
    #islas.el-hierro {
    	padding: 0 !important;
    	background: url('./img/inspiraciones/bg-islas-patron-mb.jpg') repeat-y center top !important;
    }
    #islas > .container {
    	padding: 130px 0 20px;
    	background: url('./img/inspiraciones/bg-lanzarote-mb.jpg') no-repeat center top;
    }    
    
    /* LANZAROTE		
    ================================================== */
    #islas .intro {
        margin-top: 63px;
    }
    #islas .intro .title {
        padding-left: 20px;
    }
    #islas .intro .title div:nth-of-type(1) {
        font-size: 30px;
    }
    #islas .intro .title div:nth-of-type(2) {
        font-size: 68px;
        line-height: 62px;
    }
    
    .idioma-hu #islas .intro .title div:nth-of-type(1) {
    	font-size: 66px;
    	line-height: 1em;
    }
    /*LANZAROTE: DESTACADOS		================================================== */
    
    #islas .destacado {
        padding-left: 20px;
    }
    #islas .destacado .title div:nth-of-type(1) {
        font-size: 30px;
    }
    #islas .destacado .title div:nth-of-type(2) {
        font-size: 70px;
        line-height: 60px;
    }
    #islas .destacado .text {
        font-size: 20px;
        line-height: 27px;
        margin-right: 0px;
    }
    .idioma-hu #islas .destacado .title div:nth-of-type(2) {
      font-size: 50px;
    }
    /*LANZAROTE: DESTACADOS - DIFERENTE		================================================== */
    
    #islas .destacado .diferente {
        text-align: left;
        padding-right: 20px;
        margin-top: 450px;
        /*170*/
    }
    #islas .destacado .diferente img {
        position: relative;
        width: 50px;
    }
    #islas .destacado .diferente .text {
        margin-left: 0px;
    }
    /*LANZAROTE: DESTACADOS - VINOS		================================================== */
    
    #islas .destacado .vinos {
        margin-top: 20px;
        margin-right: 20px;
        text-align: right;
    }
    #islas .destacado .vinos img {
        position: relative;
        width: 50px;
    }
    #islas .destacado .vinos .title {
        margin-top: 22px;
        line-height: 24px;
    }
    #islas .destacado .vinos .title div:nth-of-type(1) {
        font-size: 70px;
        line-height: 9px;
    }
    #islas .destacado .vinos .title div:nth-of-type(2) {
        font-size: 24px;
        line-height: 76px;
    }
    #islas .destacado .vinos .text {
        margin-right: 0px;
        margin-top: 4px;
    }
    .idioma-hu #islas .destacado .vinos .title div:nth-of-type(1) {
      font-size: 52px;
    }
    /*LANZAROTE: DESTACADOS - DEPORTISTAS		================================================== */
    
    #islas .destacado .deportistas {
        margin-top: 20px;
        text-align: left;
        margin-left: 20px;
    }
    #islas .destacado .deportistas img {
        width: 50px;
    }
    #islas .destacado .deportistas .title {
        margin-top: 0px;
    }
    #islas .destacado .deportistas .title div:nth-of-type(2) {
        font-size: 60px;
        line-height: 40px;
    }
    #islas .destacado .deportistas .text {
        text-align: left;
        margin-left: 0px;
    }
    .idioma-hu #islas .destacado .deportistas .title div:nth-of-type(2) {
      font-size: 44px;
    }
    /*LANZAROTE: DESTACADOS - BIOSFERA		================================================== */
    
    #islas .destacado .biosfera {
        margin-top: 20px;
        text-align: right;
        margin-right: 20px;
    }
    #islas .destacado .biosfera img {
        width: 52px;
    }
    #islas .destacado .biosfera .title {
        padding-left: 0px;
        margin-top: 0px;
    }
    #islas .destacado .biosfera .text {
        text-align: right;
        margin-left: 0px;
        margin-top: 17px;
        margin-right: 0px;
    }
    /*LANZAROTE: BIENVENIDOS		================================================== */
    
    #islas .bienvenidos {
        margin-left: 5px;
    }
    #islas .bienvenidos .title {
        font-size: 28px;
    }
    #islas .bienvenidos .text {
        font-size: 20px;
        margin-top: 4px;
        line-height: 27px;
        margin-right: 10px;
    }
    .idioma-hu #islas .bienvenidos .text {
      font-size: 16px;
    }
    /*LANZAROTE: VIDEO		================================================== */
    
    #islas .islas-video {
        margin-top: 26px;
        margin-bottom: 0px;
    }
    #islas .islas-video #video {
        height: 290px;
    }
    /* LANZAROTE: 	TIMANFAYA		================================================== */
    
    #islas2 {
        background: #FFF url('./img/inspiraciones/bg-lanzarote-timanfaya-mb.jpg') no-repeat center top;
        min-height: 1226px;
        font-family: 'Roboto Slab', serif;
        color: #fff;
    }
    #islas2 .timanfaya {
        margin-top: 25px;
    }
    #islas2 .timanfaya .title {
        margin-top: 0px;
        margin-left: 47px;
    }
    #islas2 .timanfaya .title div:nth-of-type(1) {
        top: -29px;
        font-size: 107px;
    }
    #islas2 .timanfaya .title div:nth-of-type(2) {
        font-size: 30px;
    }
    #islas2 .timanfaya .title div:nth-of-type(3) {
        font-size: 70px;
        line-height: 50px;
    }
    #islas2 .timanfaya .text {
        font-size: 20px;
        line-height: 27px;
        margin-left: 50px;
        margin-right: 10px;
    }
    #islas2 .timanfaya .text span {
        font-size: 20px;
    }
    .idioma-hu #islas2 .timanfaya .title div:nth-of-type(3) {
      font-size: 62px;
    }
    /* LANZAROTE: PERDER		================================================== */
    
    #islas3 {
        min-height: 120px;
    }
    #islas3 .perder .title {
        line-height: 114px;
        text-align: center;
        font-size: 30px;
        margin: 0px;
    }
    #islas3 .perder .title span {
        font-size: 67px;
        left: 10px;
        top: 1px;
    }
    #islas3 .perder .title span:nth-of-type(2) {
        left: 450px;
    }
    /* LANZAROTE: NEW GALLERY		================================================== */
    
    #islas4 {
        min-height: 406px;
    }
    #islas4 .big-slider-hero .title {
        max-width: 82%;
    }
    /* LANZAROTE: GALERIA		================================================== */
    
    #islas5 {
        min-height: 900px;
    }
    #islas5 .gallery {
        margin-bottom: 60px;
        margin-top: 40px;
    }
    #islas5 .gallery .title {
        font-size: 70px;
        color: #ffa735;
        font-weight: 100;
        text-align: left;
        line-height: 96px;
        margin-bottom: 70px;
        margin-left: 96px;
    }
    #islas5 .gallery .title span {
        color: #fff;
        position: absolute;
        left: 34px;
        font-size: 172px;
        top: -25px;
        line-height: 174px;
        font-weight: 100;
    }
    #islas5 .gallery .col-md-12 {
        padding: 0px;
    }
    /* LANZAROTE: ESPACIO-PUBLICITARIO		================================================== */
    
    #islas5 .espacio-pub {
        margin: 5px;
        margin-bottom: 60px;
    }
    #islas5 .espacio-pub .visita {
        padding: 0px;
    }
    #islas5 .espacio-pub .col-sm-3:nth-of-type(3) {
        background: #fff;
        padding: 0px;
        text-align: center;
    }
    #islas5 .espacio-pub h3 {
        margin-left: 27px;
        margin-top: 24px;
    }
    /* FUERTEVENTURA		================================================== */
    
    #islas.fuerteventura > .container{
        background-image: url('./img/inspiraciones/bg-fuerteventura-mb.jpg');
    }
    #islas.fuerteventura .intro .title div:nth-of-type(2) {
        font-size: 48px;
        line-height: 40px;
    }
    .idioma-hu #islas.fuerteventura .intro .title div:nth-of-type(1) {
    	margin-top: 60px;
    	font-size: 46px;
    }
    /*FUERTEVENTURA: DESTACADOS		================================================== */
    
    #islas.fuerteventura .destacado .title div:nth-of-type(1) {
        font-size: 60px;
        line-height: 57px;
    }
    #islas.fuerteventura .destacado .title div:nth-of-type(2) {
        font-size: 30px;
        line-height: 33px;
    }
    .idioma-hu #islas.fuerteventura .destacado .title div:nth-of-type(1) {
      font-size: 34px;
    }
    /*FUERTEVENTURA: DESTACADOS - PLAYA		================================================== */
    
    #islas.fuerteventura .destacado .playa {
        padding-right: 57px;
        text-align: left;
        margin-top: 460px;
    }
    #islas.fuerteventura .destacado .playa img {
        position: relative;
        top: 0px;
        right: 0px;
        width: 55px;
    }
    #islas.fuerteventura .destacado .playa .text {
        margin-left: 0px;
        margin-top: 11px;
        text-shadow: 0 0 10px #000;
        margin-right: 89px;
    }
    /*FUERTEVENTURA: DESTACADOS - QUESOS		================================================== */
    
    #islas.fuerteventura .destacado .quesos {
        margin-top: 0px;
        text-align: right;
        margin-right: 15px;
    }
    #islas.fuerteventura .destacado .quesos img {
        width: 52px;
    }
    #islas.fuerteventura .destacado .quesos .title {
        margin-top: 0px;
    }
    #islas.fuerteventura .destacado .quesos .title div:nth-of-type(1) {
        line-height: 47px;
    }
    #islas.fuerteventura .destacado .quesos .title div:nth-of-type(2) {
        font-size: 24px;
        line-height: 46px;
    }
    #islas.fuerteventura .destacado .quesos .text {
        margin-right: 0px;
        margin-top: 6px;
        margin-left: 10px;
    }
    /*FUERTEVENTURA: DESTACADOS - SURF		================================================== */
    
    #islas.fuerteventura .destacado .surf {
        margin-top: 50px;
        text-align: left;
    }
    #islas.fuerteventura .destacado .surf img {
        width: 65px;
    }
    #islas.fuerteventura .destacado .surf .title div:nth-of-type(1) {
        font-size: 24px;
        line-height: 26px;
    }
    #islas.fuerteventura .destacado .surf .title div:nth-of-type(2) {
        font-size: 60px;
        line-height: 42px;
    }
    #islas.fuerteventura .destacado .surf .text {
        margin-left: 0px;
        margin-top: 5px;
        text-align: left;
    }
    /*FUERTEVENTURA: DESTACADOS - BIOSFERA		================================================== */
    
    #islas.fuerteventura .destacado .biosfera {
        margin-top: 0px;
        text-align: right;
    }
    #islas.fuerteventura .destacado .biosfera img {
        width: 72px;
        margin-left: 47px;
    }
    #islas.fuerteventura .destacado .biosfera .title {
        padding-left: 0px;
        margin-top: 22px;
    }
    #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 30px;
    }
    #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 70px;
        line-height: 60px;
    }
    #islas.fuerteventura .destacado .biosfera .text {
        margin-left: 66px;
        margin-top: 7px;
    }
    .idioma-hu #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
      font-size: 66px;
    } 
    /*FUERTEVENTURA: BIENVENIDOS		================================================== */
    
    #islas.fuerteventura .bienvenidos {
        margin-top: 50px;
    }
    #islas.fuerteventura .bienvenidos .title {
        font-size: 24px;
    }
    /* FUERTEVENTURA: 	PLAYAS		================================================== */
    
    #islas2.fuerteventura {
        background: #FFF url('./img/inspiraciones/bg-fuerteventura-playas-mb.jpg') no-repeat center top;
        min-height: 1483px;
    }
    #islas2.fuerteventura .playas {
        margin-top: 50px;
    }
    #islas2.fuerteventura .playas .title {
        font-size: 30px;
        line-height: 66px;
        margin-top: 34px;
        margin-left: 65px;
    }
    #islas2.fuerteventura .playas .title span {
        font-size: 55px;
    }
    #islas2.fuerteventura .playas .title div:nth-of-type(1) {
        top: -8px;
        left: 30px;
        font-size: 141px;
    }
    #islas2.fuerteventura .playas .title div:nth-of-type(2) {
        line-height: 14px;
    }
    #islas2.fuerteventura .playas .title div:nth-of-type(3) {
        line-height: 66px;
    }
    #islas2.fuerteventura .playas .col-sm-4 {
    	position: absolute;
    	bottom: 20px;
    }
    #islas2.fuerteventura .playas .text {
      text-align: center;
      margin: 20px;
      text-shadow: 0 0 24px #fff
    }
    #islas2.fuerteventura .playas span {
        font-size: 22px;
        font-weight: 700;
        color: #ff3300;
    }
    .idioma-hu #islas2.fuerteventura .playas .title {
      font-size: 30px;
    }
    .idioma-hu #islas2.fuerteventura .playas .title span {
      font-size: 55px;
    }
    /* TENERIFE		================================================== */

    #islas.tenerife > .container{
        background-image: url('./img/inspiraciones/bg-tenerife-mb.jpg');
    }
    #islas.tenerife .intro {
        margin-top: 65px;
    }
    #islas.tenerife .intro .title div:nth-of-type(2) {
        font-size: 85px;
        line-height: 64px;
    }
    /*TENERIFE: DESTACADOS		================================================== */
    
    #islas.tenerife .destacado .title div:nth-of-type(1) {
        font-size: 60px;
        line-height: 57px;
    }
    #islas.tenerife .destacado .title div:nth-of-type(2) {
        font-size: 30px !important;
        line-height: 33px;
    }
    .idioma-hu .idioma-hu #islas.tenerife .destacado .title div:nth-of-type(2) {
      font-size: 30px;
    }
    /*TENERIFE: DESTACADOS - DISFRUTA		================================================== */
    
    #islas.tenerife .destacado .disfruta {
        padding-right: 57px;
        text-align: left;
        margin-top: 500px;
        margin-left: 0px;
    }
    #islas.tenerife .destacado .disfruta img {
        position: relative;
        top: 0px;
        left: 0px;
        width: 55px;
    }
    #islas.tenerife .destacado .disfruta .text {
        margin-left: 0px;
        margin-top: 25px;
        text-shadow: 0 0 10px #000;
        margin-right: 89px;
    }
    /*TENERIFE: DESTACADOS - SWING		================================================== */
    
    #islas.tenerife .destacado .swing {
        margin-top: 0px;
        text-align: right;
        margin-right: 15px;
    }
    #islas.tenerife .destacado .swing img {
        width: 55px;
    }
    #islas.tenerife .destacado .swing .title {
        margin-top: 0px;
    }
    #islas.tenerife .destacado .swing .title div:nth-of-type(1) {
        line-height: 47px;
    }
    #islas.tenerife .destacado .quesos .title div:nth-of-type(2) {
        font-size: 24px;
        line-height: 50px;
    }
    #islas.tenerife .destacado .swing .text {
        margin-right: 0px;
        margin-top: 6px;
        margin-left: 10px !important;
    }
    .idioma-hu #islas.tenerife .destacado .swing .title div:nth-of-type(2),
    .idioma-hu #islas.tenerife .destacado .ballenas .title div:nth-of-type(2) {
    	margin: 13px 0 15px;
    	font-size: 60px !important;
    	line-height: 1em;
    	font-weight: 100;
    }
    /*TENERIFE: DESTACADOS - BALLENAS		================================================== */
    
    #islas.tenerife .destacado .ballenas {
        margin-top: 50px;
        text-align: left;
    }
    #islas.tenerife .destacado .ballenas img {
        width: 65px;
    }
    #islas.tenerife .destacado .ballenas .title div:nth-of-type(1) {
        font-size: 24px;
        line-height: 26px;
    }
    #islas.tenerife .destacado .ballenas .title div:nth-of-type(2) {
        font-size: 60px;
        line-height: 42px;
        margin-bottom: 25px;
    }
    #islas.tenerife .destacado .ballenas .text {
        margin-left: 0px;
        margin-top: 5px;
        text-align: left;
        margin-right: 50px;
    }
    /*TENERIFE: DESTACADOS - PATRIMONIO		================================================== */
    
    #islas.tenerife .destacado .patrimonio {
        margin-top: 40px;
        text-align: right;
        margin-right: 15px;
    }
    #islas.tenerife .destacado .patrimonio img {
        width: 72px;
        margin-left: 47px;
    }
    #islas.tenerife .destacado .patrimonio .title {
        padding-left: 0px;
        margin-top: 22px;
    }
    #islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
        font-size: 52px;
    }
    #islas.tenerife .destacado .patrimonio .title div:nth-of-type(2) {
        font-size: 28px;
        line-height: 60px;
    }
    #islas.tenerife .destacado .patrimonio .text {
        margin-left: 66px;
        margin-top: 7px;
        margin-right: 0px;
        text-align: right;
    }
    
    .idioma-nb #islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
    	font-size: 39px;
    }
    /*TENERIFE: BIENVENIDOS		================================================== */
    
    #islas.tenerife .bienvenidos {
        margin-top: 50px;
    }
    #islas.tenerife .bienvenidos .title {
        font-size: 24px;
    }
    /*TENERIFE: VIDEO		================================================== */
    
    #islas.tenerife .islas-video {
        margin-top: 50px;
    }
    /* TENERIFE: 	TEIDE		================================================== */
    
    #islas2.tenerife {
        background: #FFF url('./img/inspiraciones/bg-tenerife-teide-mb.jpg') no-repeat center top;
        min-height: 1400px;
    }
    #islas2.tenerife .teide {
        margin-top: 50px;
    }
    #islas2.tenerife .teide .title {
        font-size: 30px;
        line-height: 66px;
        margin-top: 34px;
        margin-left: 65px;
    }
    #islas2.tenerife .teide .title span {
        font-size: 55px;
    }
    #islas2.tenerife .teide .title div:nth-of-type(1) {
        top: 46px;
        left: 0px;
        font-size: 222px;
    }
    #islas2.tenerife .teide .title div:nth-of-type(2) {
        font-size: 42px;
        line-height: 51px;
    }
    #islas2.tenerife .teide .title div:nth-of-type(3) {
        line-height: 82px;
    }
    #islas2.tenerife .teide .text {
        text-align: center;
        margin: 132px 40px 0;
        text-shadow: 0 0 24px #fff
    }
    #islas2.tenerife .teide span {
        font-size: 22px;
        font-weight: 700;
    }
    .idioma-hu #islas2.tenerife .teide .title div:nth-of-type(3) {
      font-size: 92px;
    }
    /* EL HIERRO		================================================== */
    
    #islas.el-hierro > .container{
        background-image: url('./img/inspiraciones/bg-el-hierro-mb.jpg');
    }
    #islas.el-hierro .intro {
        margin-top: 65px;
    }
    #islas.el-hierro .intro .title div:nth-of-type(2) {
        font-size: 80px;
        line-height: 59px;
    }
    /*EL HIERRO: DESTACADOS		================================================== */
    
    #islas.el-hierro .destacado .title div:nth-of-type(1) {
        font-size: 60px;
        line-height: 57px;
    }
    #islas.el-hierro .destacado .title div:nth-of-type(2) {
        font-size: 30px;
        line-height: 33px;
    }
    /*EL HIERRO: DESTACADOS - SOSTENIBLE		================================================== */
    
    #islas.el-hierro .destacado .sostenible {
        padding-right: 57px;
        text-align: left;
        margin-top: 330px;
        margin-left: 0px;
    }
    #islas.el-hierro .destacado .sostenible img {
        position: relative;
        top: 0px;
        left: 0px;
        width: 50px;
    }
    #islas.el-hierro .destacado .sostenible .title div:nth-of-type(1) {
        font-size: 71px;
        line-height: 66px;
    }
    #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
        font-size: 30px;
        line-height: 28px;
    }
    #islas.el-hierro .destacado .sostenible2 .text {
        margin-top: 12px;
        margin-right: 110px;
    }
    /*EL HIERRO: DESTACADOS - MERIDIANO		================================================== */
    
    #islas.el-hierro .destacado .meridiano {
        margin-top: 0px;
        text-align: right;
        margin-right: 10px;
    }
    #islas.el-hierro .destacado .meridiano img {
        width: 55px;
    }
    #islas.el-hierro .destacado .meridiano .title {
        margin-top: 0px;
    }
    #islas.el-hierro .destacado .meridiano .title div:nth-of-type(1) {
        line-height: 30px;
        margin-top: 10px;
    }
    #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
        font-size: 70px;
        line-height: 57px;
    }
    #islas.el-hierro .destacado .meridiano .text {
        margin-right: 0px;
        margin-top: 20px;
        margin-left: 84px;
        text-align: right;
    }
    /*EL HIERRO: DESTACADOS - WIFI		================================================== */
    
    #islas.el-hierro .destacado .wifi {
        margin-top: 12px;
        text-align: left;
        padding-left: 10px;
        margin-right: 100px;
    }
    #islas.el-hierro .destacado .wifi img {
        width: 50px;
    }
    #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
        font-size: 68px;
        line-height: 74px;
    }
    #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
        font-size: 65px;
        line-height: 65px;
    }
    #islas.el-hierro .destacado .wifi .text {
        margin-left: 0px;
        margin-top: 5px;
        text-align: left;
        margin-right: 50px;
    }
    .idioma-hu #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
      font-size: 86px;
    }
    /*EL HIERRO: DESTACADOS - INMERSION		================================================== */
    
    #islas.el-hierro .destacado .inmersion {
        margin-top: -30px;
        text-align: right;
        margin-right: 15px;
    }
    #islas.el-hierro .destacado .inmersion img {
        width: 55px;
        margin-left: 47px;
    }
    #islas.el-hierro .destacado .inmersion .title {
        padding-left: 0px;
        margin-top: 22px;
    }
    #islas.el-hierro .destacado .inmersion .title div:nth-of-type(1) {
        font-size: 66px;
        line-height: 22px;
    }
    #islas.el-hierro .destacado .inmersion .title div:nth-of-type(2) {
        font-size: 30px;
        line-height: 80px;
        margin-bottom: 20px;
    }
    #islas.el-hierro .destacado .inmersion .text {
        margin-left: 66px;
        margin-top: -24px;
        margin-right: 0px;
        text-align: right;
    }
    /*EL HIERRO: DESTACADOS - BIOSFERA		================================================== */
    
    #islas.el-hierro .destacado .biosfera {
        text-align: left;
        padding-left: 10px;
        margin: 0px;
        margin-top: 12px;
    }
    #islas.el-hierro .destacado .biosfera img {
        width: 50px;
    }
    #islas.el-hierro .destacado .biosfera .title {
        margin: 0px;
        padding: 0px;
        margin-top: 12px;
    }
    #islas.el-hierro .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 30px;
        line-height: 25px;
    }
    #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 70px;
        line-height: 67px;
    }
    #islas.el-hierro .destacado .biosfera .text {
        margin-left: 0px;
        margin-top: 10px;
        text-align: left;
        margin-right: 134px;
    }
    .idioma-hu #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
      font-size: 56px;
      line-height: 74px;
    }
    .idioma-hu #islas.el-hierro .destacado .biosfera .title div:nth-of-type(3) {
      font-size: 24px;
    }
    .idioma-hu #islas.el-hierro .destacado .biosfera .title div:nth-of-type(3) {
      width: auto;
    }
    /*EL HIERRO: BIENVENIDOS		================================================== */
    
    #islas.el-hierro .bienvenidos {
        margin-top: 50px;
    }
    #islas.el-hierro .bienvenidos .title {
        font-size: 28px;
    }
    /*EL HIERRO: VIDEO		================================================== */
    
    #islas.el-hierro .islas-video {
        margin-top: 50px;
    }
    /* EL HIERRO: 	LA RESTINGA		================================================== */
    
    #islas2.el-hierro {
        background: #FFF url('./img/inspiraciones/bg-el-hierro-la-restinga-mb.jpg') no-repeat center top;
        min-height: 1400px;
    }
    #islas2.el-hierro .la-restinga {
        margin-top: 5px;
    }
    #islas2.el-hierro .la-restinga .title {
        font-size: 30px;
        line-height: 66px;
        margin-top: 0px;
        margin-left: 49px;
    }
    #islas2.el-hierro .la-restinga .title span {
        font-size: 55px;
    }
    #islas2.el-hierro .la-restinga .title div:nth-of-type(1) {
        top: 32px;
        left: 13px;
        font-size: 110px;
    }
    #islas2.el-hierro .la-restinga .title div:nth-of-type(2) {
        font-size: 30px;
        line-height: 82px;
    }
    #islas2.el-hierro .la-restinga .title div:nth-of-type(3) {
        font-size: 69px;
        line-height: 16px;
    }
    #islas2.el-hierro .la-restinga .text {
        text-align: left;
        margin: 51px 0px 48px 48px;
        text-shadow: 0 0 24px #fff;
        font-size: 20px;
        line-height: 27px;
    }
    #islas2.el-hierro .la-restinga .text h3 {
        font-size: 30px;
        margin-bottom: 27px;
    }
    #islas2.el-hierro .la-restinga span {
        font-size: 22px;
        font-weight: 700;
    }
    /* LA GOMERA		================================================== */
    
    #islas.la-gomera > .container{
        background-image: url('./img/inspiraciones/bg-la-gomera-mb.jpg');
    }
    #islas.la-gomera .intro {
        margin-top: 65px;
    }
    #islas.la-gomera .intro .title div:nth-of-type(2) {
        font-size: 72px;
        line-height: 58px;
    }
    /*LA GOMERA: DESTACADOS		================================================== */
    
    #islas.la-gomera .destacado .title div:nth-of-type(1) {
        font-size: 60px;
        line-height: 57px;
    }
    #islas.la-gomera .destacado .title div:nth-of-type(2) {
        font-size: 30px;
        line-height: 33px;
    }
    /*LA GOMERA: DESTACADOS - MAGIA		================================================== */
    
    #islas.la-gomera .destacado .magia {
        padding-right: 57px;
        text-align: left;
        margin-top: 390px;
        margin-left: 0px;
        padding-left: 10px;
    }
    #islas.la-gomera .destacado .magia img {
        position: relative;
        top: 0px;
        left: 0px;
        width: 50px;
    }
    #islas.la-gomera .destacado .magia .title div:nth-of-type(1) {
        font-size: 30px;
        line-height: 47px;
    }
    #islas.la-gomera .destacado .magia .title div:nth-of-type(2) {
        font-size: 70px;
        line-height: 39px;
    }
    #islas.la-gomera .destacado .magia .text {
        margin-top: 22px;
        margin-right: 110px;
    }
    /*LA GOMERA: DESTACADOS - SENDEROS		================================================== */
    
    #islas.la-gomera .destacado .senderos {
        margin-top: 20px;
        text-align: right;
        margin-right: 0;
        padding-right: 20px;
    }
    #islas.la-gomera .destacado .senderos img {
        width: 70px;
    }
    #islas.la-gomera .destacado .senderos .title {
        margin-top: 0px;
    }
    #islas.la-gomera .destacado .senderos .title div:nth-of-type(1) {
        font-size: 75px;
        line-height: 48px;
    }
    #islas.la-gomera .destacado .senderos .title div:nth-of-type(2) {
        font-size: 22px;
    }
    #islas.la-gomera .destacado .senderos .text {
        margin-right: 0px;
        margin-top: 20px;
        margin-left: 84px;
        text-align: right;
    }
    .idioma-hu #islas.la-gomera .destacado .senderos .title div:nth-of-type(1) {
    	font-size: 61px;
      line-height: 1em;
    }
    /*LA GOMERA: DESTACADOS - SILBO		================================================== */
    
    #islas.la-gomera .destacado .silbo {
        margin-top: 20px;
        text-align: left;
        padding-left: 10px;
        margin-right: 100px;
    }
    #islas.la-gomera .destacado .silbo img {
        width: 50px;
    }
    #islas.la-gomera .destacado .silbo .title div:nth-of-type(1) {
        font-size: 68px;
        line-height: 74px;
    }
    #islas.la-gomera .destacado .silbo .title div:nth-of-type(2) {
        font-size: 65px;
        line-height: 65px;
    }
    #islas.la-gomera .destacado .silbo .text {
        margin-left: 0px;
        margin-top: 5px;
        text-align: left;
        margin-right: 50px;
    }
    /*LA GOMERA: DESTACADOS - BIOSFERA		================================================== */
    
    #islas.la-gomera .destacado .biosfera {
        text-align: right;
        padding-left: 10px;
        margin: 0px;
        margin-top: 12px;
    }
    #islas.la-gomera .destacado .biosfera img {
        width: 75px;
    }
    #islas.la-gomera .destacado .biosfera .title {
        margin: 0px;
        padding: 0px;
        margin-top: 12px;
    }
    #islas.la-gomera .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 30px;
        line-height: 25px;
    }
    #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 70px;
        line-height: 67px;
    }
    #islas.la-gomera .destacado .biosfera .text {
        margin-left: 0px;
        margin-top: 10px;
        text-align: right;
        margin-left: 134px;
        margin-right: 0px;
    }
    .idioma-hu #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
      font-size: 66px;
    }
    /*LA GOMERA: BIENVENIDOS		================================================== */
    
    #islas.la-gomera .bienvenidos {
        margin-top: 50px;
    }
    #islas.la-gomera .bienvenidos .title {
        font-size: 27px;
    }
    /*LA GOMERA: VIDEO		================================================== */
    
    #islas.la-gomera .islas-video {
        margin-top: 50px;
    }
    /* LA GOMERA: 	LAURISILVA		================================================== */
    
    #islas2.la-gomera {
        background: #FFF url('./img/inspiraciones/bg-la-gomera-laurisilva-mb.jpg') no-repeat center top;
        min-height: 1400px;
    }
    #islas2.la-gomera .laurisilva {
        margin-top: 5px;
    }
    #islas2.la-gomera .laurisilva {
        font-size: 30px;
        line-height: 66px;
        margin-top: 0px;
        margin-left: 0px;
    }
    #islas2.la-gomera .laurisilva .title span {
        font-size: 55px;
    }
    #islas2.la-gomera .laurisilva .title div:nth-of-type(1) {
        top: 0px;
        left: 38px;
        font-size: 110px;
    }
    #islas2.la-gomera .laurisilva .title div:nth-of-type(2) {
        font-size: 30px;
        line-height: 82px;
    }
    #islas2.la-gomera .laurisilva .title div:nth-of-type(3) {
        font-size: 69px;
        line-height: 16px;
    }
    #islas2.la-gomera .laurisilva .text {
        text-align: left;
        margin: 96px 20px 48px 65px;
        text-shadow: 0 0 10px #000;
        font-size: 20px;
        line-height: 27px;
    }
    #islas2.la-gomera .laurisilva .text h3 {
        font-size: 30px;
        margin-bottom: 27px;
    }
    #islas2.la-gomera .laurisilva span {
        font-size: 22px;
        font-weight: 700;
    }
    .idioma-hu #islas2.la-gomera .laurisilva .title div:nth-of-type(3) {
      margin-top: 0;
      line-height: 60px;
    }

    /* LA PALMA		================================================== */
    
    #islas.la-palma  > .container{
        background-image: url('./img/inspiraciones/bg-la-palma-mb.jpg');
    }
    #islas.la-palma .intro .title div:nth-of-type(2) {
        font-size: 82px;
        line-height: 72px;
    }
    .idioma-hu #islas .intro {
    	margin-top: 63px;
    }
    
    /*LA PALMA: DESTACADOS		================================================== */
    
    #islas.la-palma .destacado .title div:nth-of-type(1) {
        font-size: 24px;
        line-height: 34px;
    }
    #islas.la-palma .destacado .title div:nth-of-type(2) {
        font-size: 60px;
        line-height: 42px;
    }
    /*LA PALMA: DESTACADOS - ISLA		================================================== */
    
    #islas.la-palma .destacado .isla {
        padding-right: 57px;
        text-align: left;
        margin-top: 525px;
    }
    #islas.la-palma .destacado .isla img {
        position: relative;
        top: 0px;
        right: 0px;
        width: 75px;
    }
    #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
        font-size: 60px;
    }
    #islas.la-palma .destacado .isla .text {
        margin-left: 0px;
        margin-top: 25px;
        text-shadow: 0 0 10px #000;
        margin-right: 89px;
    }
    
    .idioma-hu #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
      font-size: 56px;
    }
    /*LA PALMA: DESTACADOS - STARLIGHT		================================================== */
    
    #islas.la-palma .destacado .starlight {
        margin-top: 0px;
        text-align: right;
        margin-right: 15px;
    }
    #islas.la-palma .destacado .starlight img {
        width: 65px;
    }
    #islas.la-palma .destacado .starlight .title {
        margin-top: 0px;
    }
    #islas.la-palma .destacado .starlight .title div:nth-of-type(1) {} #islas.la-palma .destacado .starlight .title div:nth-of-type(2) {} #islas.la-palma .destacado .starlight .text {
        margin-right: 0px;
        margin-top: 25px;
        margin-left: 10px;
    }
    /*LA PALMA: DESTACADOS - BIOSFERA		================================================== */
    
    #islas.la-palma .destacado .biosfera {
        margin-top: 50px;
        text-align: left;
    }
    #islas.la-palma .destacado .biosfera img {
        width: 65px;
    }
    #islas.la-palma .destacado .biosfera .title div:nth-of-type(1) {
        line-height: 32px;
    }
    #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
        line-height: 67px;
    }
    #islas.la-palma .destacado .biosfera .text {
        margin-left: 0px;
        margin-top: 25px;
        text-align: left;
        margin-right: 133px;
    }
    .idioma-hu #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
      font-size: 66px;
    }
    /*LA PALMA: DESTACADOS - CORAZONCILLO		================================================== */
    
    #islas.la-palma .destacado .corazoncillo {
        margin-top: 30px;
        text-align: right;
        padding-right: 25px;
    }
    #islas.la-palma .destacado .corazoncillo img {
        width: 72px;
        margin-left: 0;
        margin-right: 0;
    }
    #islas.la-palma .destacado .corazoncillo .title {
        padding-left: 0px;
        margin-top: 0;
    }
    #islas.la-palma .destacado .corazoncillo .title div:nth-of-type(1) {
        line-height: 33px;
    }
    #islas.la-palma .destacado .corazoncillo .title div:nth-of-type(2) {
        line-height: 53px;
        font-size: 55px;
    }
    #islas.la-palma .destacado .corazoncillo .title div:nth-of-type(3) {
        line-height: 53px;
    }
    #islas.la-palma .destacado .corazoncillo .text {
        margin-left: 140px;
        margin-top: 7px;
        margin-right: 0px;
    }
    /*LA PALMA: BIENVENIDOS		================================================== */
    
    #islas.la-palma .bienvenidos {
        margin-top: 50px;
    }
    #islas.la-palma .bienvenidos .title {
        font-size: 24px;
    }
    /* LA PALMA: 	ESTRELLAS		================================================== */
    
    #islas2.la-palma {
        background: #FFF url('./img/inspiraciones/bg-la-palma-estrellas-mb.jpg') no-repeat center top;
        min-height: 1399px;
    }
    #islas2.la-palma .estrellas {
        margin-top: 50px;
    }
    #islas2.la-palma .estrellas .title {
        font-size: 28px;
        line-height: 66px;
        margin-top: 34px;
        margin-left: 65px;
    }
    #islas2.la-palma .estrellas .title span {
        font-size: 55px;
    }
    #islas2.la-palma .estrellas .title div:nth-of-type(1) {
        top: -8px;
        left: 30px;
        font-size: 141px;
    }
    #islas2.la-palma .estrellas .title div:nth-of-type(2) {
        line-height: 14px;
    }
    #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        line-height: 66px;
        font-size: 98px;
    }
    #islas2.la-palma .estrellas .text {
        text-align: center;
        margin: 150px 60px 0;
        text-shadow: 0 0 24px #fff
    }
    #islas2.la-palma .estrellas span {
        font-size: 22px;
        font-weight: 700;
        color: #ff3300;
    }
    .idioma-hu #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        font-size: 66px;
    }
    /* GRAN CANARIA		================================================== */
    
    #islas.gran-canaria  > .container {
        background-image: url('./img/inspiraciones/bg-gran-canaria-mb.jpg');
    }
    #islas.gran-canaria .intro .title div:nth-of-type(2) {
        font-size: 55px;
        line-height: 72px;
    }
    #islas.gran-canaria .intro .title div:nth-of-type(2) {
    	font-size: 68px;
    	line-height: 62px;
    }
    .idioma-hu #islas.gran-canaria .intro .title div:nth-of-type(1) {
    	font-size: 60px;
    	line-height: 55px;
    	margin-top: 30px;
    }
    /*GRAN CANARIA: DESTACADOS		================================================== */
    
    #islas.gran-canaria .destacado .title div:nth-of-type(1) {
        font-size: 24px;
        line-height: 34px;
    }
    #islas.gran-canaria .destacado .title div:nth-of-type(2) {
        font-size: 60px;
        line-height: 42px;
    }
    .idioma-hu .idioma-hu #islas.gran-canaria .destacado .title div:nth-of-type(2) {
      font-size: 40px;
    }
    .idioma-hu #islas.gran-canaria .destacado .bienestar {
      margin-left: 0;
    }
    .idioma-hu #islas.gran-canaria .destacado .title div:nth-of-type(2) {
      line-height: 50px;
    }
    /*GRAN CANARIA: DESTACADOS - CONTINENTE		================================================== */
    
    #islas.gran-canaria .destacado .continente {
        padding-right: 57px;
        text-align: left;
        margin-top: 435px;
    }
    #islas.gran-canaria .destacado .continente img {
        position: relative;
        top: 0px;
        right: 0px;
        width: 75px;
    }
    #islas.gran-canaria .destacado .continente .title div:nth-of-type(3) {
        padding-right: 0px;
        margin-bottom: 15px;
        line-height: 57px;
    }
    #islas.gran-canaria .destacado .continente .text {
        margin-left: 0px;
        margin-top: -10px;
        text-shadow: 0 0 10px #000;
        margin-right: 0;
    }
    /*GRAN CANARIA: DESTACADOS - PLAYAS		================================================== */
    
    #islas.gran-canaria .destacado .playas {
        margin-top: 10px;
        text-align: right;
        margin-right: 25px;
    }
    #islas.gran-canaria .destacado .playas img {
        width: 65px;
    }
    #islas.gran-canaria .destacado .playas .title {
        margin-top: 0px;
    }
    #islas.gran-canaria .destacado .playas .text {
        margin-right: 0px;
        margin-top: 25px;
        margin-left: 10px;
    }
    /*GRAN CANARIA: DESTACADOS - BIOSFERA		================================================== */
    
    #islas.gran-canaria .destacado .biosfera {
        margin-top: 0px;
        text-align: left;
    }
    #islas.gran-canaria .destacado .biosfera img {
        width: 65px;
    }
    #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(1) {
        line-height: 32px;
    }
    #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
        line-height: 67px;
    }
    #islas.gran-canaria .destacado .biosfera .text {
        margin-left: 0px;
        margin-top: 25px;
        text-align: left;
        margin-right: 133px;
    }
    .idioma-da #islas.gran-canaria .destacado .biosfera {
    	margin-top: 0;
    }
    /*GRAN CANARIA: DESTACADOS - BIENESTAR		================================================== */
    
    #islas.gran-canaria .destacado .bienestar {
        margin-top: 0px;
        text-align: right;
        padding-right: 25px;
    }
    #islas.gran-canaria .destacado .bienestar img {
        width: 72px;
        margin-left: 0;
        margin-right: 0;
    }
    #islas.gran-canaria .destacado .bienestar .title {
        padding-left: 0px;
        margin-top: 0;
    }
    #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(1) {
        line-height: 33px;
    }
    #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
        line-height: 53px;
        font-size: 55px;
    }
    #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(3) {
        line-height: 53px;
    }
    #islas.gran-canaria .destacado .corazoncillo .text {
        margin-left: 140px;
        margin-top: 7px;
        margin-right: 0px;
    }
    .idioma-da #islas.gran-canaria .destacado .bienestar {
    	margin-top: 0;
    }
    /*GRAN CANARIA: BIENVENIDOS		================================================== */
    
    #islas.gran-canaria .bienvenidos {
        margin-top: 50px;
    }
    #islas.gran-canaria .bienvenidos .title {
        font-size: 24px;
    }
    /* GRAN CANARIA: 	MASPALOMAS		================================================== */
    
    #islas2.gran-canaria {
        background: #FFF url('./img/inspiraciones/bg-gran-canaria-maspalomas-mb.jpg') no-repeat center top;
        min-height: 1345px;
    }
    #islas2.gran-canaria .maspalomas {
        margin-top: 50px;
    }
    #islas2.gran-canaria .maspalomas .title {
        font-size: 80px;
        line-height: 66px;
        margin-top: 34px;
        margin-left: 65px;
    }
    #islas2.gran-canaria .maspalomas .title div:nth-of-type(1) {
        top: -8px;
        left: 30px;
        font-size: 141px;
    }
    #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
        line-height: 14px;
    }
    #islas2.gran-canaria .maspalomas .title div:nth-of-type(3) {
        font-size: 34px;
        line-height: 103px;
    }
    #islas2.gran-canaria .maspalomas .text {
        text-align: center;
        margin: 15px 20px 0;
        text-shadow: 0 0 24px #000;
    }
    .idioma-hu #islas2.gran-canaria .maspalomas .title {
      font-size: 52px;
    }
    /* LENGUAJE: POLISH PAGINA: TENERIFE		============================================================ */
    
    #islas.tenerife.pl .destacado .disfruta .title div:nth-of-type(1) {
        font-size: 48px;
    }
    #islas.tenerife.pl .destacado .swing .title div:nth-of-type(1) {
        font-size: 40px;
    }
    #islas.tenerife.pl .destacado .swing .title div:nth-of-type(2) {
        line-height: 36px;
        margin-bottom: 25px;
    }
    #islas.tenerife.pl .destacado .patrimonio .title div:nth-of-type(1) {
        font-size: 46px;
    }
    #islas.tenerife.pl .destacado .patrimonio .title div:nth-of-type(2) {
        font-size: 24px;
    }
    #islas3.pl .perder .title {
        font-size: 25px;
    }
    /* LENGUAJE: POLISH PAGINA: EL HIERRO		============================================================ */
    
    #islas.el-hierro.pl .destacado .meridiano .title div:nth-of-type(2) {
        font-size: 56px;
    }
    #islas.el-hierro.pl .destacado .wifi .title div:nth-of-type(2) {
        font-size: 51px;
        line-height: 51px;
        margin-bottom: 15px;
    }
    #islas.el-hierro.pl .destacado .meridiano .text {
        margin-left: 10px;
    }
    /* LENGUAJE: POLISH PAGINA: LA PALMA		============================================================ */
    
    #islas.la-palma.pl .destacado .starlight .text {
        margin-left: 10px;
    }
    /* LENGUAJE: POLISH PAGINA: LA GOMERA		============================================================ */
    
    #islas.la-gomera.pl .destacado .silbo .title div:nth-of-type(2) {
        font-size: 24px;
        line-height: 43px;
        margin-bottom: 15px;
    }
    #islas2.la-gomera.pl .laurisilva .title div:nth-of-type(3) {
        font-size: 40px;
        line-height: 16px;
    }
    #islas2.la-gomera.pl .laurisilva .text {
        margin-left: 70px;
    }
    /* LENGUAJE: POLISH PAGINA: LANZAROTE		============================================================ */
    
    #islas.lanzarote.pl .destacado .vinos .title div:nth-of-type(2) {
        font-size: 19px;
    }
    #islas.lanzarote.pl .destacado .deportistas .title div:nth-of-type(2) {
        font-size: 55px;
    }
    #islas2.lanzarote.pl .timanfaya .text {
        font-size: 19px;
    }
    /* LENGUAJE: POLISH PAGINA: GRAN CANARIA		============================================================ */
    
    #islas.gran-canaria.pl .destacado .continente .title div:nth-of-type(2) {
        font-size: 52px;
    }
    #islas.gran-canaria.pl .destacado .continente .title div:nth-of-type(3) {
        line-height: 53px;
    }
    #islas.gran-canaria.pl .destacado .bienestar .title div:nth-of-type(2) {
        line-height: 42px;
    }
    #islas.gran-canaria.pl .destacado .biosfera {
        margin-top: 0px;
    }
    #islas.gran-canaria.pl .destacado .bienestar {
        margin-top: 0px;
    }
    #islas2.gran-canaria.pl .maspalomas .text {
        margin-top: -15px;
    }
    /* LENGUAJE: GERMAN PAGINA: TENERIFE		============================================================ */
    
    #islas.tenerife.de .intro .title div:nth-of-type(2) {
        font-size: 74px;
    }
    #islas.tenerife.de .destacado .patrimonio .title div:nth-of-type(1) {
        font-size: 35px;
    }
    #islas2.tenerife.de .teide .title div:nth-of-type(2) {
        font-size: 130px;
        line-height: 127px;
    }
    #islas2.tenerife.de .teide .title div:nth-of-type(3) {
        line-height: 57px;
    }
    #islas3.de .perder .title {
        font-size: 15px;
    }
    #islas3.de .perder .title span:nth-of-type(1) {
        left: 20px;
    }
    #islas3.de .perder .title span:nth-of-type(2) {
        left: 437px;
    }
    #islas4.de .big-slider-hero .overlay {
        height: 323px;
    }
    #islas4.de .big-slider-hero .title {
        display: inline-block;
        font-size: 38px;
    }
    /* LENGUAJE: GERMAN PAGINA: GRAN CANARIA		============================================================ */
    
    #islas.gran-canaria.de .destacado .continente .title div:nth-of-type(2) {
        font-size: 70px;
    }
    #islas.gran-canaria.de .destacado .continente .text {
        margin-right: 50px;
    }
    #islas.gran-canaria.de .destacado .playas .title div:nth-of-type(2) {
        line-height: 63px;
    }
    #islas.gran-canaria.de .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 36px;
    }
    #islas.gran-canaria.de .destacado .biosfera {
        margin-top: 15px;
    }
    #islas.gran-canaria.de .destacado .biosfera .text {
        margin-right: 80px;
    }
    #islas.gran-canaria.de .destacado .bienestar {
        margin-top: 0px;
    }
    #islas2.gran-canaria.de .maspalomas .title div:nth-of-type(2) {
        font-size: 71px;
    }
    #islas2.gran-canaria.de .maspalomas .text {
        line-height: 26px;
    }
    /* LENGUAJE: GERMAN PAGINA: EL HIERRO		============================================================ */
    
    #islas.el-hierro.de .destacado .sostenible .title div:nth-of-type(2) {
        font-size: 28px;
    }
    #islas.el-hierro.de .destacado .sostenible2 .text {
        margin-right: 78px;
    }
    #islas.el-hierro.de .destacado .meridiano .title div:nth-of-type(2) {
        font-size: 50px;
    }
    #islas.el-hierro.de .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 35px;
        margin-bottom: 20px;
    }
    #islas.el-hierro.de .destacado .biosfera .text {
        margin-right: 41px;
    }
    #islas2.el-hierro.de .la-restinga .title div:nth-of-type(2) {
        font-size: 20px;
    }
    #islas2.el-hierro.de .la-restinga .title div:nth-of-type(3) {
        font-size: 61px;
    }
    /* LENGUAJE: GERMAN PAGINA: LA GOMERA		============================================================ */
    
    #islas.la-gomera.de .destacado .silbo .title div:nth-of-type(1) {
        font-size: 45px;
        line-height: 60px;
    }
    #islas.la-gomera.de .destacado .silbo .title div:nth-of-type(2) {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    #islas.la-gomera.de .destacado .silbo {
        margin-top: 0px;
    }
    #islas.la-gomera.de .destacado .biosfera {
        margin-top: 0px;
    }
    #islas.la-gomera.de .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 34px;
        margin-bottom: 25px;
    }
    #islas2.la-gomera.de .laurisilva .title div:nth-of-type(2) {
        font-size: 20px;
        line-height: 113px;
    }
    #islas2.la-gomera.de .laurisilva .title div:nth-of-type(3) {
        font-size: 50px;
        line-height: 0px;
    }
    #islas2.la-gomera.de .laurisilva .text {
        margin: 55px 10px 48px 65px;
    }
    /* LENGUAJE: GERMAN PAGINA: LANZAROTE		============================================================ */
    
    #islas.lanzarote.de .destacado .title div:nth-of-type(2) {
        font-size: 55px;
    }
    #islas.lanzarote.de .destacado .vinos .title div:nth-of-type(1) {
        font-size: 63px;
    }
    #islas.lanzarote.de .destacado .vinos .title div:nth-of-type(2) {
        font-size: 28px;
        line-height: 92px;
    }
    #islas.lanzarote.de .destacado .deportistas .title div:nth-of-type(2) {
        font-size: 50px;
        line-height: 40px;
    }
    #islas.lanzarote.de .destacado .biosfera {
        margin-top: 22px;
    }
    #islas.lanzarote.de .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 32px;
    }
    #islas2.lanzarote.de .timanfaya .title div:nth-of-type(3) {
        font-size: 49px;
    }
    #islas.lanzarote.de .bienvenidos {
        margin-top: 85px;
    }
    /* LENGUAJE: GERMAN PAGINA: FUERTEVENTURA		============================================================ */
    
    #islas.fuerteventura.de .destacado .title div:nth-of-type(2) {
        font-size: 24px;
        line-height: 41px;
    }
    #islas.fuerteventura.de .destacado .title div:nth-of-type(1) {
        font-size: 50px;
    }
    #islas.fuerteventura.de .destacado .surf .title div:nth-of-type(1) {
        font-size: 40px;
        margin-bottom: 20px;
    }
    #islas2.fuerteventura.de .playas .text {
        margin: 870px 35px 0;
    }
    /* LENGUAJE: GERMAN PAGINA: LA PALMA		============================================================ */
    
    #islas2.la-palma.de .estrellas .title div:nth-of-type(3) {
        line-height: 66px;
        font-size: 88px;
    }
    /* LENGUAJE: ENGLISH PAGINA: TENERIFE		============================================================ */
    
    #islas.tenerife.en .intro .title div:nth-of-type(2) {
        margin-top: 42px;
    }
    #islas.tenerife.en .destacado .disfruta .title div:nth-of-type(2) {
        font-size: 30px;
    }
    #islas.tenerife.en .destacado .ballenas .title div:nth-of-type(2) {
        font-size: 71px;
        line-height: 62px;
    }
    #islas.tenerife.en .destacado .patrimonio .title div:nth-of-type(1) {
        font-size: 43px;
        line-height: 14px;
    }
    #islas.tenerife.en .destacado .patrimonio .title div:nth-of-type(2) {
        font-size: 35px;
        line-height: 73px;
        margin-bottom: 0px;
    }
    #islas3.en .perder .title {
        font-size: 38px;
    }
    /* LENGUAJE: ENGLISH PAGINA: EL HIERRO		============================================================ */
    
    #islas.el-hierro.en .destacado .sostenible .title div:nth-of-type(2) {
        font-size: 30px;
    }
    #islas2.el-hierro.en .la-restinga .title div:nth-of-type(3) {
        font-size: 52px;
    }
    /* LENGUAJE: ENGLISH PAGINA: LA GOMERA		============================================================ */
    
    #islas.la-gomera.en .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    #islas.la-gomera.en .destacado .senderos .title div:nth-of-type(1) span {
        display: inline-block;
    }
    #islas.la-gomera.en .destacado .senderos .title div:nth-of-type(2) {
        font-size: 43px;
    }
    #islas.la-gomera.en .destacado .silbo {
        margin-top: 0px;
    }
    #islas.la-gomera.en .destacado .biosfera {
        margin-top: 12px;
    }
    #islas2.la-gomera.en .laurisilva .title div:nth-of-type(3) {
        font-size: 58px;
    }
    /* LENGUAJE: ENGLISH PAGINA: LANZAROTE		============================================================ */
    
    #islas.lanzarote.en .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    #islas.lanzarote.en .destacado .vinos .title div:nth-of-type(2) {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    #islas.lanzarote.en .destacado .deportistas .title div:nth-of-type(2) {
        font-size: 39px;
    }
    #islas2.lanzarote.en .timanfaya .title div:nth-of-type(3) {
        font-size: 60px;
    }
    /* LENGUAJE: ENGLISH PAGINA: FUERTEVENTURA		============================================================ */
    
    #islas.fuerteventura.en .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    #islas.fuerteventura.en .destacado .playa .title div:nth-of-type(1) {
        font-size: 27px;
        line-height: 47px;
    }
    #islas2.fuerteventura.en .playas .title span {
        font-size: 46px;
    }
    /* LENGUAJE: ENGLISH PAGINA: LA PALMA		============================================================ */
    
    #islas.la-palma.en .intro .title div:nth-of-type(2) {
        margin-top: 90px;
    }
    #islas.la-palma.en .destacado .isla .title div:nth-of-type(2) {
        font-size: 78px;
        line-height: 78px;
    }
    /* LENGUAJE: ITALIANO PAGINA: TENERIFE		============================================================ */
    
    .idioma-it #islas3 .perder .title {
        font-size: 48px;
    }
    .idioma-it #islas.tenerife .destacado .swing .title div:nth-of-type(1) {
        font-size: 40px;
    }
    /* LENGUAJE: ITALIANO PAGINA: EL HIERRO		============================================================ */
    
    .idioma-it #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
        font-size: 27px;
        line-height: 45px;
        letter-spacing: 1px;
    }
    /* LENGUAJE: ITALIANO PAGINA: LANZAROTE		============================================================ */
    
    .idioma-it #islas.lanzarote .destacado .deportistas .title div:nth-of-type(1) {
        font-size: 22px;
    }
    .idioma-it #islas.lanzarote .destacado .deportistas .title div:nth-of-type(2) {
        font-size: 87px;
        line-height: 74px;
    }
    .idioma-it #islas.lanzarote .destacado .vinos .title div:nth-of-type(2) {
        font-size: 22px;
    }
    /* LENGUAJE: ITALIANO PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-it #islas.fuerteventura .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-it #islas.fuerteventura .destacado .playa .title div:nth-of-type(1) {
        font-size: 60px;
        line-height: 64px;
    }
    .idioma-it #islas.fuerteventura .destacado .quesos .title div:nth-of-type(2) {
        font-size: 20px;
    }
    /* LENGUAJE: ITALIANO PAGINA: GRAN CANARIA		============================================================ */
    
    .idioma-it #islas.gran-canaria .destacado .biosfera {
        margin-top: 0px;
    }
    .idioma-it #islas.gran-canaria .destacado .bienestar {
        margin-top: -0px;
    }
    /* LENGUAJE: ITALIANO PAGINA: LA PALMA		============================================================ */
    
    .idioma-it #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-it #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
        font-size: 52px;
    }
    .idioma-it #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        line-height: 90px;
        font-size: 94px;
    }
    /* LENGUAJE: CZECH PAGINA: 	TENERIFE		============================================================ */
    
    .idioma-cs #islas3 .perder .title {
        font-size: 40px;
    }
    .idioma-cs #islas.tenerife .destacado .swing .title div:nth-of-type(1) {
        font-size: 51px;
    }
    .idioma-cs #islas.tenerife .destacado .swing .title div:nth-of-type(2) {
        line-height: 26px;
        margin-bottom: 15px;
    }
    /* LENGUAJE: CZECH PAGINA: 	EL HIERRO		============================================================ */
    
    .idioma-cs #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 66px;
    }
    /* LENGUAJE: CZECH PAGINA: 	GRAN CANARIA		============================================================ */
    
    .idioma-cs #islas.gran-canaria .destacado .continente {
        margin-top: 460px;
    }
    .idioma-cs #islas.gran-canaria .destacado .playas .title div:nth-of-type(2) {
        line-height: 60px;
    }
    .idioma-cs #islas.gran-canaria .destacado .biosfera,
    .idioma-cs #islas.gran-canaria .destacado .bienestar {
        margin-top: 0px;
    }
    /* LENGUAJE: CZECH PAGINA: LA GOMERA		============================================================ */
    
    .idioma-cs #islas.la-gomera .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-cs #islas.la-gomera .destacado .silbo {
        margin-top: 0px;
    }
    .idioma-cs #islas.la-gomera .destacado .biosfera {
        margin-top: 0px;
    }
    /* LENGUAJE: CZECH PAGINA: LANZAROTE		============================================================ */
    
    .idioma-cs #islas.lanzarote .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    /* LENGUAJE: CZECH PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-cs #islas.fuerteventura .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-cs #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
        line-height: 78px;
    }
    /* LENGUAJE: CZECH PAGINA: LA PALMA		============================================================ */
    
    .idioma-cs #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-cs #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 68px;
    }
    .idioma-cs #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        line-height: 86px;
        font-size: 82px;
    }
    /* LENGUAJE: DANISH PAGINA: TENERIFE		============================================================ */
    
    .idioma-da #islas.tenerife .destacado .disfruta .title div:nth-of-type(1) {
        font-size: 76px;
        line-height: 80px;
    }
    .idioma-da #islas.tenerife .destacado .disfruta .title div:nth-of-type(2) {
        font-size: 39px;
    }
    .idioma-da #islas.tenerife .destacado .swing .title div:nth-of-type(2) {
        line-height: 43px;
        margin-bottom: 15px;
    }
    .idioma-da #islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
        font-size: 38px;
    }
    .idioma-da #islas5 .gallery .title {
        font-size: 55px;
    }
    .idioma-hu #islas.tenerife .destacado .disfruta .title div:nth-of-type(1) {
      font-size: 42px;
    }
    /* LENGUAJE: DANISH PAGINA: EL HIERRO		============================================================ */
    
    .idioma-da #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
        font-size: 50px;
    }
    .idioma-da #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 40px;
        line-height: 56px;
    }
    /* LENGUAJE: DANISH PAGINA: GRAN CANARIA		============================================================ */
    
    .idioma-da #islas.gran-canaria .destacado .continente {
        margin-top: 470px;
    }
    .idioma-da #islas.gran-canaria .destacado .continente .title div:nth-of-type(2) {
        font-size: 38px;
        line-height: 32px;
    }
    .idioma-da #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
        line-height: 48px;
    }
    .idioma-da #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
        line-height: 42px;
        font-size: 42px;
    }
    .idioma-da #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
        font-size: 50px;
    }
    /* LENGUAJE: DANISH PAGINA: LA GOMERA		============================================================ */
    
    .idioma-da #islas.la-gomera .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-da #islas.la-gomera .destacado .silbo {
        margin-top: 0px;
    }
    .idioma-da #islas.la-gomera .destacado .biosfera {
        margin-top: 0px;
    }
    /* LENGUAJE: DANISH PAGINA: LANZAROTE		============================================================ */
    
    .idioma-da #islas.lanzarote .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-da #islas.lanzarote .destacado .diferente .title div:nth-of-type(2) {
        font-size: 57px;
    }
    .idioma-da #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 37px;
        line-height: 37px;
    }
    .idioma-da #islas2.lanzarote .timanfaya .title div:nth-of-type(3) {
        font-size: 63px;
    }
    /* LENGUAJE: DANISH PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-da #islas.fuerteventura .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-da #islas.fuerteventura .destacado .playa .title div:nth-of-type(1) {
        font-size: 52px;
    }
    .idioma-da #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 39px;
        line-height: 60px;
    }
    /* LENGUAJE: DANISH PAGINA: LA PALMA		============================================================ */
    
    .idioma-da #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-da #islas.la-palma .destacado .starlight .title div:nth-of-type(1) {
        font-size: 38px;
        line-height: 52px;
    }
    .idioma-da #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 41px;
        line-height: 55px;
    }
    .idioma-da #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        font-size: 78px;
    }
    /* LENGUAJE: DUTCH PAGINA: EL HIERRO		============================================================ */
    
    .idioma-nl #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
        font-size: 46px;
        line-height: 54px;
    }
    .idioma-nl #islas5 .gallery .title {
        font-size: 64px;
    }
    /* LENGUAJE: DUTCH PAGINA: GRAN CANARIA		============================================================ */
    
    .idioma-nl #islas.gran-canaria .destacado .continente {
        margin-top: 425px;
    }
    .idioma-nl #islas.gran-canaria .destacado .playas .title div:nth-of-type(2) {
        line-height: 68px;
    }
    .idioma-nl #islas.gran-canaria .destacado .biosfera,
    .idioma-nl #islas.gran-canaria .destacado .bienestar {
        margin-top: 0px;
    }
    .idioma-nl #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
        font-size: 50px;
    }
    /* LENGUAJE: DUTCH PAGINA: LA GOMERA		============================================================ */
    
    .idioma-nl #islas.la-gomera .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-nl #islas2.la-gomera .laurisilva .title div:nth-of-type(3) {
        font-size: 60px;
    }
    .idioma-nl #islas.la-gomera .destacado .silbo {
        margin-top: 0px;
    }
    .idioma-nl #islas.la-gomera .destacado .biosfera {
        margin-top: 0px;
    }
    /* LENGUAJE: DUTCH PAGINA: LANZAROTE		============================================================ */
    
    .idioma-nl #islas.lanzarote .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-nl #islas.lanzarote .destacado .deportistas .title div:nth-of-type(1) {
        font-size: 26px;
    }
    .idioma-nl #islas2.lanzarote .timanfaya .title div:nth-of-type(3) {
        font-size: 56px;
    }
    .idioma-nl #islas2.lanzarote .timanfaya .text {
        font-size: 19px;
    }
    /* LENGUAJE: DUTCH PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-nl #islas.fuerteventura .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-nl #islas.fuerteventura .destacado .playa .title div:nth-of-type(2) {
        line-height: 46px;
    }
    /* LENGUAJE: DUTCH PAGINA: LA PALMA		============================================================ */
    
    .idioma-nl #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-nl #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
        font-size: 38px;
    }
    /* LENGUAJE: FINNISH PAGINA: 	TENERIFE		============================================================ */
    
    .idioma-fi #islas.tenerife .destacado .swing .title div:nth-of-type(2) {
        line-height: 50px;
        padding-left: 0px;
    }
    .idioma-fi #islas3 .perder .title {
        font-size: 34px;
    }
    .idioma-fi #islas5 .gallery .title {
        font-size: 55px;
    }
    /* LENGUAJE: FINNISH PAGINA: EL HIERRO		============================================================ */
    
    .idioma-fi #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
        font-size: 46px;
    }
    .idioma-fi #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
        line-height: 30px;
        margin-bottom: 20px;
    }
    .idioma-fi #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 52px;
    }
    /* LENGUAJE: FINNISH PAGINA: GRAN CANARIA		============================================================ */
    
    .idioma-fi #islas.gran-canaria .destacado .continente {
        margin-top: 450px;
    }
    .idioma-fi #islas.gran-canaria .destacado .continente .title div:nth-of-type(2) {
        font-size: 88px;
        line-height: 47px;
    }
    .idioma-fi #islas.gran-canaria .destacado .continente .title div:nth-of-type(3) {
        padding-right: 0px;
    }
    .idioma-fi #islas.gran-canaria .destacado .biosfera,
    .idioma-fi #islas.gran-canaria .destacado .bienestar {
        margin-top: 0px;
    }
    .idioma-fi #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
        font-size: 40px;
        line-height: 35px;
    }
    .idioma-fi #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
        font-size: 54px;
    }
    /* LENGUAJE: FINNISH PAGINA: LA GOMERA		============================================================ */
    
    .idioma-fi #islas.la-gomera .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-fi #islas.la-gomera .destacado .silbo {
        margin-top: 0px;
    }
    .idioma-fi #islas.la-gomera .destacado .biosfera {
        margin-top: 0px;
    }
    .idioma-fi #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 48px;
    }
    .idioma-fi #islas.la-gomera .destacado .silbo .title div:nth-of-type(1) {
        line-height: 64px;
    }
    /* LENGUAJE: FINNISH PAGINA: LANZAROTE		============================================================ */
    
    .idioma-fi #islas.lanzarote .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-fi #islas.lanzarote .destacado .vinos .title div:nth-of-type(1) {
        font-size: 31px;
        line-height: 2px;
    }
    .idioma-fi #islas.lanzarote .destacado .deportistas .title div:nth-of-type(2) {
        font-size: 44px;
        line-height: 41px;
    }
    .idioma-fi #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 47px;
        line-height: 45px;
    }
    .idioma-fi #islas2.lanzarote .timanfaya .title div:nth-of-type(3) {
        font-size: 52px;
    }
    /* LENGUAJE: FINNISH PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-fi #islas.fuerteventura .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    /* LENGUAJE: FINNISH PAGINA: LA PALMA		============================================================ */
    
    .idioma-fi #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-fi #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
        font-size: 43px;
        line-height: 55px;
    }
    .idioma-fi #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 43px;
        line-height: 40px;
    }
    .idioma-fi #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        line-height: 100px;
        font-size: 89px;
    }
    /* LENGUAJE: FRENCH PAGINA: TENERIFE		============================================================ */
    
    .idioma-fr #islas.tenerife .destacado .swing .title div:nth-of-type(1) {
        font-size: 47px;
    }
    .idioma-fr #islas.tenerife .destacado .swing .title div:nth-of-type(2) {
        line-height: 48px;
    }
    .idioma-fr #islas3 .perder .title {
        font-size: 42px;
    }
    /* LENGUAJE: FRENCH PAGINA: EL HIERRO		============================================================ */
    
    .idioma-fr #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
        font-size: 39px;
        line-height: 48px;
    }
    .idioma-fr #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 70px;
        line-height: 78px;
    }
    /* LENGUAJE: FRENCH PAGINA: GRAN CANARIA		============================================================ */
    
    .idioma-fr #islas.gran-canaria .destacado .biosfera,
    .idioma-fr #islas.gran-canaria .destacado .bienestar {
        margin-top: 0px;
    }
    .idioma-fr #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
        font-size: 54px;
    }
    /* LENGUAJE: FRENCH PAGINA: LA GOMERA		============================================================ */
    
    .idioma-fr #islas.la-gomera .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-fr #islas.la-gomera .destacado .silbo {
        margin-top: 0px;
    }
    .idioma-fr #islas.la-gomera .destacado .biosfera {
        margin-top: 0px;
    }
    /* LENGUAJE: FRENCH PAGINA: LANZAROTE		============================================================ */
    
    .idioma-fr #islas2.lanzarote .timanfaya .text {
        font-size: 19px;
    }
    /* LENGUAJE: FRENCH PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-fr #islas.fuerteventura .intro .title div:nth-of-type(2) {
        margin-top: 10px;
    }
    .idioma-fr #islas.fuerteventura .destacado .playa .title div:nth-of-type(1) {
        font-size: 64px;
    }
    .idioma-fi #islas2.fuerteventura .playas .title div:nth-of-type(3) {
        font-size: 24px;
    }
    /* LENGUAJE: FRENCH PAGINA: LA PALMA		============================================================ */
    
    .idioma-fr #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-fr #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 76px;
    }
    .idioma-fr #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        line-height: 88px;
        font-size: 90px;
    }
    /* LENGUAJE: NORWEGIAN BOKM�L PAGINA: TENERIFE		============================================================ */
    
    .idioma-nb #islas5 .gallery .title {
        font-size: 62px;
    }
    /* LENGUAJE: NORWEGIAN BOKM�L PAGINA: EL HIERRO		============================================================ */
    
    .idioma-nb #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
        font-size: 26px;
    }
    .idioma-nb #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
        font-size: 48px;
        line-height: 65px;
    }
    .idioma-nb #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
        line-height: 56px;
        margin-bottom: 15px;
    }
    .idioma-nb #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 47px;
        line-height: 57px;
    }
    /* LENGUAJE: NORWEGIAN BOKM�L PAGINA: GRAN CANARIA		============================================================ */
    
    .idioma-nb #islas.gran-canaria .destacado .continente .title div:nth-of-type(2) {
        font-size: 97px;
        line-height: 70px;
    }
    .idioma-nb #islas.gran-canaria .destacado .continente .title div:nth-of-type(3) {
        padding-right: 105px;
    }
    .idioma-nb #islas.gran-canaria .destacado .biosfera,
    .idioma-nb #islas.gran-canaria .destacado .bienestar {
        margin-top: 0px;
    }
    .idioma-nb #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
        line-height: 28px;
        font-size: 44px;
        margin-bottom: 30px;
    }
    .idioma-nb #islas2.gran-canaria .maspalomas .title div:nth-of-type(3) {
        font-size: 37px;
    }
    .idioma-nb #islas2.gran-canaria .maspalomas .title div:nth-of-type(3) {
        margin-bottom: 75px;
    }
    /* LENGUAJE: NORWEGIAN BOKM�L PAGINA: LA GOMERA		============================================================ */
    
    .idioma-nb #islas.la-gomera .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-nb #islas.la-gomera .destacado .biosfera {
        margin-top: 0px;
    }
    .idioma-nb #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 43px;
        line-height: 68px;
    }
    .idioma-nb #islas2.la-gomera .laurisilva .title div:nth-of-type(2) {
        font-size: 40px;
        line-height: 92px;
    }
    /* LENGUAJE: NORWEGIAN BOKM�L PAGINA: LANZAROTE		============================================================ */
    
    .idioma-nb #islas.lanzarote .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-nb #islas.lanzarote .destacado .diferente .title div:nth-of-type(2) {
        font-size: 45px;
        line-height: 48px;
    }
    .idioma-nb #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 42px;
    }
    .idioma-nb #islas2.lanzarote .timanfaya .title div:nth-of-type(3) {
        font-size: 61px;
    }
    /* LENGUAJE: NORWEGIAN BOKM�L PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-nb #islas.fuerteventura .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-nb #islas.fuerteventura .destacado .playa .title div:nth-of-type(1) {
        font-size: 62px;
    }
    .idioma-nb #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 44px;
    }
    /* LENGUAJE: NORWEGIAN BOKM�L PAGINA: LA PALMA		============================================================ */
    
    .idioma-nb #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-nb #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 42px;
        line-height: 42px;
    }
    .idioma-nb #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        line-height: 81px;
        font-size: 84px;
    }
    /* LENGUAJE: GERMAN PAGINA: TENERIFE		============================================================ */
    .idioma-de #islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
  		font-size: 41px;
  	}
    .idioma-de #islas.tenerife .destacado .disfruta .title div:nth-of-type(2) {
        font-size: 45px;
        line-height: 62px;
    }
    .idioma-de #islas5 .gallery .title {
        font-size: 58px;
    }
    /* LENGUAJE: GERMAN PAGINA: LA PALMA		============================================================ */
    
    .idioma-de #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-de #islas.la-palma .destacado .title div:nth-of-type(2) {
        font-size: 80px;
        line-height: 65px;
    }
    /* LENGUAJE: GERMAN PAGINA: LA GOMERA		============================================================ */
    
    .idioma-de #islas.la-gomera .destacado .silbo .title div:nth-of-type(1) {
    	font-size: 61px;
    }
    
    /* LENGUAJE: GERMAN PAGINA: EL HIERRO		============================================================ */
    .idioma-de #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
    	font-size: 54px;
    }
    
    /* LENGUAJE: PORTUGUESE, PORTUGAL PAGINA: 	TENERIFE		============================================================ */
    
    .idioma-pt-pt #islas.tenerife .destacado .swing .title div:nth-of-type(1) {
        font-size: 50px;
    }
    .idioma-pt-pt #islas.tenerife .destacado .swing .title div:nth-of-type(2) {
        line-height: 50px;
    }
    .idioma-pt-pt #islas.el-hierro .destacado .wifi .title div:nth-of-type(2) {
        font-size: 28px;
        line-height: 46px;
    }
    /* LENGUAJE: PORTUGUESE, PORTUGAL	PAGINA: EL HIERRO		============================================================ */
    
    .idioma-pt-pt #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
        font-size: 26px;
    }
    /* LENGUAJE: PORTUGUESE, PORTUGAL	PAGINA: GRAN CANARIA		============================================================ */
    
    .idioma-pt-pt #islas.gran-canaria .destacado .biosfera {
        margin-top: 0px;
    }
    .idioma-pt-pt #islas.gran-canaria .destacado .bienestar {
        margin-top: 0px;
    }
    .idioma-pt-pt #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
        font-size: 62px;
    }
    /* LENGUAJE: PORTUGUESE, PORTUGAL	PAGINA: LA GOMERA		============================================================ */
    
    .idioma-pt-pt #islas.la-gomera .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    /* LENGUAJE: PORTUGUESE, PORTUGAL PAGINA: LANZAROTE		============================================================ */
    
    .idioma-pt-pt #islas.lanzarote .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-pt-pt #islas.lanzarote .destacado .deportistas .title div:nth-of-type(2) {
        font-size: 52px;
    }
    /* LENGUAJE: PORTUGUESE, PORTUGAL PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-pt-pt #islas.fuerteventura .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    /* LENGUAJE: PORTUGUESE, PORTUGAL PAGINA: LA PLAMA		============================================================ */
    
    .idioma-pt-pt #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-pt-pt #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
        font-size: 69px;
        line-height: 83px;
    }
    .idioma-pt-pt #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        line-height: 90px;
        font-size: 92px;
    }
    /* LENGUAJE: RUSSIAN	PAGINA: TENERIFE		============================================================ */
    
    .idioma-ru #islas.tenerife .intro .title div:nth-of-type(2) {
        font-size: 75px;
    }
    .idioma-ru #islas.tenerife .destacado .disfruta .title div:nth-of-type(1) {
        font-size: 60px;
    }
    .idioma-ru #islas.tenerife .destacado .title div:nth-of-type(1) {
        font-size: 48px;
    }
    .idioma-ru #islas.tenerife .destacado .patrimonio .title div:nth-of-type(1) {
        font-size: 32px;
    }
    .idioma-ru #islas2.tenerife .teide .text {
        margin: 104px 40px 0;
    }
    .idioma-ru #islas3 .perder .title {
        font-size: 29px;
    }
    .idioma-ru #islas5 .gallery .title {
        font-size: 54px;
    }
    /* LENGUAJE: RUSSIAN	PAGINA: EL HIERRO		============================================================ */
    
    .idioma-ru #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
        font-size: 60px;
    }
    .idioma-ru #islas.el-hierro .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 25px;
    }
    .idioma-ru #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 33px;
    }
    .idioma-ru #islas.el-hierro .destacado .meridiano .text {
        margin-left: 0px;
    }
    .idioma-ru #islas.el-hierro .destacado .biosfera .text {
        margin-right: 4px;
    }
    .idioma-ru #islas.el-hierro .destacado .inmersion .text {
        margin-left: 6px;
    }
    .idioma-ru #islas2.el-hierro .la-restinga .title div:nth-of-type(3) {
        font-size: 57px;
    }
    /* LENGUAJE: RUSSIAN	PAGINA: GRAN CANARIA		============================================================ */
    
    .idioma-ru #islas.gran-canaria .destacado .continente .text {
        margin-right: 10px;
    }
    .idioma-ru #islas.gran-canaria .destacado .playas .text {
        margin-left: 0px;
    }
    .idioma-ru #islas.gran-canaria .destacado .biosfera {
        margin-top: 10px;
    }
    .idioma-ru #islas.gran-canaria .destacado .biosfera .text {
        margin-right: 10px;
    }
    .idioma-ru #islas.gran-canaria .destacado .bienestar {
        margin-top: 0px;
    }
    .idioma-ru #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
        line-height: 48px;
        font-size: 34px;
    }
    .idioma-ru #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
        line-height: 36px;
        font-size: 40px;
        margin-bottom: 25px;
    }
    .idioma-ru #islas2.gran-canaria .maspalomas .text {
        margin: -23px 0px 0;
    }
    /* LENGUAJE: RUSSIAN	PAGINA: LA GOMERA		============================================================ */
    
    .idioma-ru #islas.la-gomera .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-ru #islas.la-gomera .destacado .magia .title div:nth-of-type(2) {
        font-size: 52px;
        line-height: 44px;
    }
    .idioma-ru #islas.la-gomera .destacado .silbo .text {
        margin-right: 20px;
    }
    .idioma-ru #islas.la-gomera .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 20px;
        line-height: 5px;
    }
    .idioma-ru #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 36px;
        line-height: 72px;
    }
    .idioma-ru #islas2.la-gomera .laurisilva .title div:nth-of-type(2) {
        font-size: 30px;
    }
    .idioma-ru #islas2.la-gomera .laurisilva .text {
        margin: 96px 10px 48px 65px;
    }
    /* LENGUAJE: RUSSIAN PAGINA: LANZAROTE		============================================================ */
    
    .idioma-ru #islas.lanzarote .intro .title div:nth-of-type(2) {
        margin-top: 90px;
    }
    .idioma-ru #islas.lanzarote .destacado .diferente {
        margin-top: 400px;
    }
    .idioma-ru #islas.lanzarote .destacado .vinos .title div:nth-of-type(2) {
        line-height: 80px;
    }
    .idioma-ru #islas.lanzarote .destacado .vinos .text {
        margin-top: 0px;
    }
    .idioma-ru #islas.lanzarote .destacado .deportistas .title div:nth-of-type(2) {
        font-size: 50px;
    }
    .idioma-ru #islas.lanzarote .destacado .biosfera .title div:nth-of-type(1) {
        font-size: 27px;
    }
    .idioma-ru #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 35px;
        line-height: 44px;
    }
    .idioma-ru #islas.lanzarote .bienvenidos {
        margin-top: 40px;
    }
    .idioma-ru #islas.lanzarote .bienvenidos .title {
        font-size: 21px;
    }
    .idioma-ru #islas.lanzarote .bienvenidos .text {
        font-size: 19px;
        line-height: 26px;
    }
    .idioma-ru #islas2.lanzarote .timanfaya .title div:nth-of-type(3) {
        font-size: 66px;
    }
    .idioma-ru #islas2.lanzarote .timanfaya .text {
        font-size: 18px;
        line-height: 26px;
    }
    /* LENGUAJE: RUSSIAN PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-ru #islas.fuerteventura .destacado .playa .text {
        margin-right: 0px;
    }
    .idioma-ru #islas.fuerteventura .destacado .biosfera .text {
        margin-left: 0px;
    }
    .idioma-ru #islas.fuerteventura .destacado .quesos .title div:nth-of-type(2) {
        font-size: 22px;
    }
    .idioma-ru #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 56px;
    }
    .idioma-ru #islas.fuerteventura .bienvenidos .text {
        font-size: 18px;
    }
    .idioma-ru #islas2.fuerteventura .playas .title div:nth-of-type(3) {
        font-size: 22px;
    }
    .idioma-ru #islas2.fuerteventura .playas .text {
        margin: 870px 10px 0;
    }
    /* LENGUAJE: RUSSIAN PAGINA: LA PALMA		============================================================ */
    
    .idioma-ru #islas.la-palma .intro .title div:nth-of-type(2) {
        margin-top: 40px;
    }
    .idioma-ru #islas.la-palma .destacado .isla .title div:nth-of-type(1) {
        font-size: 22px;
    }
    .idioma-ru #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        line-height: 78px;
        font-size: 90px;
    }
    .idioma-ru #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
        line-height: 46px;
        font-size: 34px;
    }
    /* LENGUAJE: SWEDISH	PAGINA: TENERIFE		============================================================ */
    
    .idioma-sv #islas.tenerife .intro .title div:nth-of-type(2) {
        font-size: 75px;
    }
    .idioma-sv #islas3 .perder .title {
        font-size: 34px;
    }
    .idioma-sv #islas5 .gallery .title {
        font-size: 66px;
    }
    /* LENGUAJE: SWEDISH	PAGINA: EL HIERRO		============================================================ */
    
    .idioma-sv #islas.el-hierro .destacado .sostenible .title div:nth-of-type(2) {
        font-size: 42px;
        line-height: 46px;
    }
    .idioma-sv #islas.el-hierro .destacado .meridiano .title div:nth-of-type(2) {
        font-size: 35px;
    }
    .idioma-sv #islas.el-hierro .destacado .meridiano .text {
        margin-top: 12px;
    }
    .idioma-sv #islas.el-hierro .destacado .wifi .title div:nth-of-type(1) {
        font-size: 47px;
    }
    .idioma-sv #islas.el-hierro .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 43px;
        line-height: 57px;
    }
    /* LENGUAJE: SWEDISH	PAGINA: GRAN CANARIA		============================================================ */
    
    .idioma-sv #islas.gran-canaria .destacado .playas .title div:nth-of-type(2) {
        line-height: 66px;
    }
    .idioma-sv #islas.gran-canaria .destacado .biosfera {
        margin-top: 0px;
    }
    .idioma-sv #islas.gran-canaria .destacado .bienestar {
        margin-top: 0px;
    }
    .idioma-sv #islas.gran-canaria .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 42px;
        line-height: 66px;
        margin-bottom: -10px;
    }
    .idioma-sv #islas.gran-canaria .destacado .bienestar .title div:nth-of-type(2) {
        font-size: 54px;
        line-height: 55px;
        margin-bottom: 9px;
    }
    .idioma-sv #islas2.gran-canaria .maspalomas .title div:nth-of-type(2) {
        font-size: 62px;
    }
    /* LENGUAJE: SWEDISH	PAGINA: LA GOMERA		============================================================ */
    
    .idioma-sv #islas.la-gomera .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 44px;
    }
    /* LENGUAJE: SWEDISH	PAGINA: LANZAROTE		============================================================ */
    
    .idioma-sv #islas.lanzarote .destacado .diferente .title div:nth-of-type(2) {
        font-size: 46px;
        line-height: 50px;
    }
    .idioma-sv #islas.lanzarote .destacado .deportistas .title div:nth-of-type(2) {
        font-size: 37px;
        line-height: 44px;
    }
    .idioma-sv #islas.lanzarote .destacado .biosfera {
        margin-top: 15px;
    }
    .idioma-sv #islas.lanzarote .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 41px;
    }
    /* LENGUAJE: SWEDISH	PAGINA: FUERTEVENTURA		============================================================ */
    
    .idioma-sv #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 51px;
        line-height: 64px;
    }
    .idioma-sv #islas.fuerteventura .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 43px;
    }
    /* LENGUAJE: SWEDISH	PAGINA: LA PALMA		============================================================ */
    
    .idioma-sv #islas.la-palma .destacado .biosfera .title div:nth-of-type(2) {
        font-size: 44px;
        line-height: 60px;
        margin-bottom: 0px;
    }
    .idioma-sv #islas2.la-palma .estrellas .title div:nth-of-type(3) {
        line-height: 80px;
        font-size: 76px;
    }
    /* GENERAL		============================================================ */
    
    .big-slider-hero .overlay {
        height: 100%;
    }
    /* LENGUAJE: VARIOS	PAGINA: ISLAS CAMBIANDO TITULO DE POSICION		============================================================ */
    
    .idioma-fi #islas .intro .title div:nth-of-type(1),
    .idioma-cs #islas .intro .title div:nth-of-type(1),
    .idioma-en #islas .intro .title div:nth-of-type(1),
    .idioma-de #islas .intro .title div:nth-of-type(1) {
        bottom: -45px !important;
    }
    .idioma-fi #islas .intro .title div:nth-of-type(2),
    .idioma-cs #islas .intro .title div:nth-of-type(2),
    .idioma-en #islas .intro .title div:nth-of-type(2),
    .idioma-de #islas .intro .title div:nth-of-type(2) {
        margin-top: 9px !important;
        margin-bottom: 30px !important;
    }
}