/* GENERALES */
.shortcode_titulo{
	color:#4b7637;
	font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
	font-size:20pt;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}
/* FEEDS */
div.shortcode-feeds{
	margin:0 auto;
	padding:40px 0;
	width:1180px;
}
	div.shortcode-feeds>div{
		padding:0 15px;
	}
		div.shortcode-feeds>div>h2,
		div.shortcode-feeds>div>p{
			text-align:center;
			padding:30px 15px;
		}
		div.shortcode-feeds>div>h2{
			color:#4b7637;
			font-size:25pt;
			font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
			font-weight:600;
			padding-bottom:15px;
			text-transform:uppercase;
		}
		div.shortcode-feeds>div>p{
			font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
			font-size:12pt;
			padding-top:0;
		}
		div.shortcode-feeds>div>div{
			position:relative;
			overflow:hidden;
		}
			div.shortcode-feeds>div>div>ul{
				font-size:0;
				left:0;
				list-style:none;
				position:relative;
				text-align:left;
				top:0;
				transition:left 0.3s;
				-ms-transition:left 0.3s;
				-moz-transition:left 0.3s;
				-o-transition:left 0.3s;
				-webkit-transition:left 0.3s;
				width:100%;
				z-index:1;
			}
				div.shortcode-feeds>div>div>ul>li{
					display:inline-block;
					text-align:center;
					vertical-align:top;
					width:33.33%;
				}
					div.shortcode-feeds>div>div>ul>li>div{
						padding:40px 15px 0;
					}
						div.shortcode-feeds>div>div>ul>li>div>div{
							background-position:center center;
							background-repeat:no-repeat;
							background-size:cover;
							padding-bottom:75%;
						}
							div.shortcode-feeds>div>div>ul>li>div>div:first-child+span+a{
								color:#f05122;
								display:block;
								font-size:18pt;
								font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
								font-weight:600;
								padding:15px 0 25px;
								text-align:left;
								text-decoration:none;
								text-transform:uppercase;
								transition:color 0.2s;
								-moz-transition:color 0.2s;
								-ms-transition:color 0.2s;
								-o-transition:color 0.2s;
								-webkit-transition:color 0.2s;
							}
							div.shortcode-feeds>div>div>ul>li>div>div:first-child+span+a:hover{
								color:#4b7637;
							}
						div.shortcode-feeds>div>div>ul>li>div>span{
							color:#9b999a;
							display:block;
							font-size:12pt;
							font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
							padding:45px 0 0;
							text-align:left;
							text-transform:uppercase;
						}
						div.shortcode-feeds>div>div>ul>li>div>h3{
							color:#f05122;
							font-size:18pt;
							font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
							font-weight:600;
							padding:15px 0 25px;
							text-align:left;
							text-transform:uppercase;
						}
						div.shortcode-feeds>div>div>ul>li>div>p{
							color:#555759;
							font-size:12pt;
							padding:0 0 48px;
							text-align:left;
						}
						div.shortcode-feeds>div>div>ul>li>div>a:last-child{
							background-color:#4b7637;
							border-radius:0 20px 0 20px;
							color:#fff;
							display:inline-block;
							font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
							font-size:12pt;
							font-weight:600;
							padding:15px 27px;
							text-decoration:none;
							text-transform:uppercase;
							transition:background-color 0.2s;
							-moz-transition:background-color 0.2s;
							-ms-transition:background-color 0.2s;
							-o-transition:background-color 0.2s;
							-webkit-transition:background-color 0.2s;
						}
						div.shortcode-feeds>div>div>ul>li>div>a:last-child:hover{
							background-color:#105950;
						}
			div.shortcode-feeds>div>div>a{
				display:none;
				height:50px;
				left:0;
				overflow:hidden;
				position:absolute;
				top:63%;
				width:25px;
				z-index:2;
			}
				div.shortcode-feeds>div>div>a>span{
					background-color:#9b999a;
					border-radius:50%;
					color:#fff;
					display:block;
					height:50px;
					left:-25px;
					position:relative;
					text-align:right;
					width:50px;
				}
					div.shortcode-feeds>div>div>a>span>i,
					div.shortcode-feeds>div>div>a>span>svg{
						margin-right:12px;
						margin-top:17px;
					}
			div.shortcode-feeds>div>div>a:last-child{
				left:auto;
				right:0;
				z-index:3;
			}
				div.shortcode-feeds>div>div>a:last-child>span{
					left:0;
					text-align:left;
				}
					div.shortcode-feeds>div>div>a:last-child>span>i,
					div.shortcode-feeds>div>div>a:last-child>span>svg{
						margin-left:12px;
						margin-right:0;
					}
/* REVIEWS */
div.shortcode-reviews{
	margin:0 auto;
	padding:40px 0;
	width:1180px;
}
	div.shortcode-reviews>div{
		padding:0;
	}
		/* TÍTULO Y TEXTO INTRO */
		div.shortcode-reviews>div>h2,
		div.shortcode-reviews>div>p{
			text-align:center;
			padding:30px 15px;
		}
		div.shortcode-reviews>div>h2{
			color:#4b7637;
			font-size:25pt;
			font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
			font-weight:600;
			padding-bottom:15px;
			text-transform:uppercase;
		}
		div.shortcode-reviews>div>p{
			font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
			font-size:12pt;
			padding-top:0;
		}
		/* TÍTULO Y ATRIBUTOS */
		div.shortcode-reviews>div>ul{
			list-style:none;
			font-size:0;
			padding:30px 0 15px;
		}
			div.shortcode-reviews>div>ul>li{
				display:inline-block;
				vertical-align:middle;
				width:50%;
			}
			div.shortcode-reviews>div>ul>li>h2{
				color:#545759;
				font-size:25pt;
				font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
				font-weight:600;
				padding:0 30px;
				text-transform:uppercase;
			}
			div.shortcode-reviews>div>ul>li>div{
				float:right;
				padding:0 30px;
			}
				div.shortcode-reviews>div>ul>li>div>ul{
					list-style:none;
				}
					div.shortcode-reviews>div>ul>li>div>ul>li{
						display:inline-block;
						font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
						font-size:14px;
						font-weight:400;
						padding:0 5px;
						text-align:center;
						text-transform:uppercase;
						vertical-align:middle;
					}
					div.shortcode-reviews>div>ul>li>div>ul>li:first-child>b{
						color:#4b7637;
						display:block;
						font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
						font-size:18px;
						font-weight:600;
					}
					div.shortcode-reviews>div>ul>li>div>ul>li:last-child>span,
					div.shortcode-reviews>div>ul>li>div>ul>li:last-child>span>i{
						color:#fff;
						font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
						font-size:26px;
						font-style:normal;
						font-weight:400;
					}
					div.shortcode-reviews>div>ul>li>div>ul>li:last-child>span{
						background-color:#4b7637;
						border-radius:10px;
						display:inline-block;
						padding:10px 30px 13px;
					}
			div.shortcode-reviews>div>ul>li:last-child:after{
				clear:both;
				content:'';
				float:none;
				font-size:0;
			}
		/* CONTINÚA CON LO DEMÁS */
		div.shortcode-reviews>div>div{
			position:relative;
			overflow:hidden;
		}
			/* ESPACIO TABLA CONTENIDO */
			div.shortcode-reviews>div:first-child>div>div{
				font-size:0;
				left:0;
				padding:40px 0;
				position:relative;
				top:0;
				transition:left 0.4s;
				-ms-transition:left 0.4s;
				-moz-transition:left 0.4s;
				-o-transition:left 0.4s;
				-webkit-transition:left 0.4s;
				width:300%;
				z-index:1;
			}
			/* /ESPACIO TABLA CONTENIDO */
				/* TABLA CONTENIDO */
				div.shortcode-reviews-tblcnt{
					display:table;
					width:100%;
				}
					div.shortcode-reviews-tblcnt>div{
						display:table-row;
					}
						div.shortcode-reviews-tblcnt>div>div{
							display:table-cell;
							text-align:center;
							width:8.33%;
						}
							div.shortcode-reviews-tblcnt>div>div>div{
								padding:0 30px;
							}
								div.shortcode-reviews-tblcnt>div>div>div>div[data-tipo="imagen"]{
									background-color:#929292;
									background-position:center center;
									background-repeat:no-repeat;
									background-size:cover;
									border:2px solid #4b7637;
									border-radius:50%;
									margin:0 auto;
									padding-top:80%;
									width:80%;
								}
								div.shortcode-reviews-tblcnt>div>div>div>h3{
									color:#545759;
									font-size:25pt;
									font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
									font-weight:600;
									padding:30px 0;
									text-transform:uppercase;
									word-break:break-word;
									word-wrap:break-word;
								}
									div.shortcode-reviews-tblcnt>div>div>div>h3>span{
										color:#4b7637;
										display:block;
										font-size:11pt;
										font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
										padding:3px 0 0;
										text-transform:uppercase;
									}
								div.shortcode-reviews-tblcnt>div>div>div>div[data-tipo="califica"]{
									margin:0 auto;
									width:110px;/*80px*/
								}
									div.shortcode-reviews-tblcnt>div>div>div>div[data-tipo="califica"]>div{
										padding:0 0 30px;
										position:relative;
									}
										div.shortcode-reviews-tblcnt>div>div>div>div[data-tipo="califica"]>div>span{
											background-color:#4b7637;
											border-width:0;
											display:block;
											height:21px;/*16px*/
											left:0;
											position:absolute;
											top:0;
											z-index:1;
										}
										div.shortcode-reviews-tblcnt>div>div>div>div[data-tipo="califica"]>div>img{
											border-width:0;
											left:0;
											position:relative;
											top:0;
											width:110px;/*80px*/
											z-index:2;
										}
								div.shortcode-reviews-tblcnt>div>div>div>img{
									border-width:0;
									display:inline-block;
									width:28px!important;
								}
								div.shortcode-reviews-tblcnt>div>div>div>p,
								div.shortcode-reviews-tblcnt>div>div>div>p>span,
								div.shortcode-reviews-tblcnt>div>div>div>p>a{
									color:#555759;
									font-size:12pt;
									padding:25px 0;
								}
									div.shortcode-reviews-tblcnt>div>div>div>p>span{
										display:none;
										padding:0;
									}
									span.shortcode-reviews-hiddentext_1{
										display:inline!important;
									}
									div.shortcode-reviews-tblcnt>div>div>div>p>a{
										padding:0;
										text-decoration:none;
									}
										div.shortcode-reviews-tblcnt>div>div>div>p>a:before{
											content:'... ';
											white-space:pre;
										}
										div.shortcode-reviews-tblcnt>div>div>div>p>a>span{
											color:#4b7637;
											text-decoration:underline;
										}
										div.shortcode-reviews-tblcnt>div>div>div>p>a:hover>span{
											color:#314e23;
										}
									a.shortcode-reviews-leertodo_0{
										display:inline;
									}
										a.shortcode-reviews-leertodo_0:before{
											content:'\a\a'!important;
										}
								div.shortcode-reviews-tblcnt>div>div>div>a{
									background-color:#4b7637;
									border-radius:0 20px 0 20px;
									color:#fff;
									display:inline-block;
									font-size:12pt;
									font-weight:600;
									padding:15px 27px;
									text-decoration:none;
									text-transform:uppercase;
									transition:background-color 0.2s;
									-moz-transition:background-color 0.2s;
									-ms-transition:background-color 0.2s;
									-o-transition:background-color 0.2s;
									-webkit-transition:background-color 0.2s;
								}
								div.shortcode-reviews-tblcnt>div>div>div>a:hover{
									background-color:#105950;
								}
				/* /TABLA CONTENIDO */
			/* PAGINADOR */
			div.shortcode-reviews>div:first-child+div>div>ul{
				font-size:0;
				list-style:none;
				text-align:center;
			}
				div.shortcode-reviews>div:first-child+div>div>ul>li{
					display:inline-block;
					vertical-align:middle;
				}
					div.shortcode-reviews>div:first-child+div>div>ul>li>a{
						color:#4b7637;
						display:inline-block;
						font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
						font-size:16pt;
						font-weight:600;
						margin:0 2px;
						padding:5px;
						text-decoration:none;
					}
					div.shortcode-reviews>div:first-child+div>div>ul>li>a:hover{
						font-size:25pt;
					}
			div.shortcode-reviews>div:first-child+div>div>ul:last-child{
				display:none;
			}
			/* BOTONES DESPLAZA */
			div.shortcode-reviews>div>div>a{
				display:none;
				height:50px;
				left:0;
				overflow:hidden;
				position:absolute;
				top:45%;
				width:25px;
				z-index:2;
			}
				div.shortcode-reviews>div>div>a>span{
					background-color:#9b999a;
					border-radius:50%;
					color:#fff;
					display:block;
					height:50px;
					left:-25px;
					position:relative;
					text-align:right;
					width:50px;
				}
					div.shortcode-reviews>div>div>a>span>i,
					div.shortcode-reviews>div>div>a>span>svg{
						margin-right:12px;
						margin-top:17px;
					}
			div.shortcode-reviews>div>div>a:last-child{
				left:auto;
				right:0;
				z-index:3;
			}
				div.shortcode-reviews>div>div>a:last-child>span{
					left:0;
					text-align:left;
				}
					div.shortcode-reviews>div>div>a:last-child>span>i,
					div.shortcode-reviews>div>div>a:last-child>span>svg{
						margin-left:12px;
						margin-right:0;
					}
a.shortcode-navpag_act{
	font-size:25pt!important;
}
/* AMAZON LODGES */
div.shortcode-amazonlodges{
	margin:0 auto;
	/*padding:40px 0;*/
	width:auto;
}
	div.shortcode-amazonlodges>div{
		padding:0 0;
	}
		div.shortcode-amazonlodges>div>h2,
		div.shortcode-amazonlodges>div>p{
			text-align:center;
			padding:30px 15px;
		}
		div.shortcode-amazonlodges>div>h2{
			color:#4b7637;
			font-size:25pt;
			font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
			font-weight:600;
			padding-bottom:15px;
			text-transform:uppercase;
		}
		div.shortcode-amazonlodges>div>p{
			font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
			font-size:12pt;
			padding-top:0;
		}
		div.shortcode-amazonlodges>div>div{
			position:relative;
			overflow:hidden;
			width:100%;
		}
		/* TABLA */
		div.shortcode-amazonlodges-items{
			left:0;
			position:relative;
			transition:left 0.3s;
			-ms-transition:left 0.3s;
			-moz-transition:left 0.3s;
			-o-transition:left 0.3s;
			-webkit-transition:left 0.3s;
		}
		div.shortcode-amazonlodges-items>div{
			display:table;
			width:100%;
		}
			div.shortcode-amazonlodges-items>div>div{
				display:table-row;
			}
				div.shortcode-amazonlodges-items>div>div>div{
					background-position:center center;
					background-repeat:no-repeat;
					background-size:cover;
					display:table-cell;
					vertical-align:top;
					width:33.33%;
				}
					div.shortcode-amazonlodges-items>div>div>div>div{
						/*padding:50% 30px;
						text-align:center;*/
						padding-top:140%;
						position:relative;
					}
						div.shortcode-amazonlodges-items>div>div>div>div>div{
							left:0;
							position:absolute;
							text-align:center;
							top:0;
							width:100%;
							z-index:1;
						}
						div.shortcode-amazonlodges-items>div>div>div>div>div:last-child{
							bottom:0;
							top:auto;
							z-index:2;
						}
							div.shortcode-amazonlodges-items>div>div>div>div>div>h3{
								color:#fff;
								font-size:25pt;
								font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
								font-weight:600;
								/*padding:0 0 56px;*/
								padding:60px 30px 0;
								text-transform:uppercase;
							}
							div.shortcode-amazonlodges-items>div>div>div>div>div>p{
								color:#fff;
								font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
								font-size:14pt;
								font-weight:400;
								padding:20px;
							}
							div.shortcode-amazonlodges-items>div>div>div>div>div>a{
								background-color:transparent;
								border:2px solid #fff;
								border-radius:0 20px 0 20px;
								color:#fff;
								display:inline-block;
								font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
								font-size:12pt;
								font-weight:600;
								margin:60px 30px;
								padding:15px 27px;
								text-decoration:none;
								text-transform:uppercase;
								transition:background-color 0.2s, border-color 0.2s;
								-moz-transition:background-color 0.2s, border-color 0.2s;
								-ms-transition:background-color 0.2s, border-color 0.2s;
								-o-transition:background-color 0.2s, border-color 0.2s;
								-webkit-transition:background-color 0.2s, border-color 0.2s;
							}
							div.shortcode-amazonlodges-items>div>div>div>div>div>a:hover{
								background-color:#4b7637;
								border-color:#4b7637;
							}
		div.shortcode-amazonlodges>div>div>a{
			display:none;
			height:50px;
			left:0;
			overflow:hidden;
			position:absolute;
			top:45%;
			width:25px;
			z-index:2;
		}
		div.shortcode-amazonlodges>div>div>a>span{
			background-color:#fff;
			border-radius:50%;
			color:#000;
			display:block;
			height:50px;
			left:-25px;
			position:relative;
			text-align:right;
			width:50px;
		}
		div.shortcode-amazonlodges>div>div>a>span>i,
		div.shortcode-amazonlodges>div>div>a>span>svg{
			margin-right:12px;
			margin-top:17px;
		}
		div.shortcode-amazonlodges>div>div>a:last-child{
			left:auto;
			right:0;
			z-index:3;
		}
		div.shortcode-amazonlodges>div>div>a:last-child>span{
			left:0;
			text-align:left;
		}
		div.shortcode-amazonlodges>div>div>a:last-child>span>i,
		div.shortcode-amazonlodges>div>div>a:last-child>span>svg{
			margin-left:12px;
			margin-right:0;
		}
/* NAVEGACIÓN INTERNA */
div.shortcode-navegaint{
	margin:0 auto;
	padding:40px 0;
	width:1180px;
}
	div.shortcode-navegaint>div{
		padding:0 15px;
	}
		div.shortcode-navegaint>div>h2,
		div.shortcode-navegaint>div>p{
			text-align:center;
			padding:30px 15px;
		}
		div.shortcode-navegaint>div>h2{
			color:#4b7637;
			font-size:25pt;
			font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
			font-weight:600;
			padding-bottom:15px;
			text-transform:uppercase;
		}
		div.shortcode-navegaint>div>p{
			font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
			font-size:12pt;
			padding-top:0;
		}
		div.shortcode-navegaint>div>div{
			position:relative;
			overflow:hidden;
		}
			/* <!-- MODO TABLA --> */
			div.shortcode-navegaint>div>div>div{
				font-size:0;
				left:0;
				margin:0 auto;
				position:relative;
				top:0;
				transition:left 0.3s;
				-ms-transition:left 0.3s;
				-moz-transition:left 0.3s;
				-o-transition:left 0.3s;
				-webkit-transition:left 0.3s;
				/*width:100%;*/
				z-index:1;
			}
			div.shortcode-navegaint>div>div>div[data-total-nodos="1"]{
				width:auto;
			}
			div.shortcode-navegaint>div>div>div[data-total-nodos="2"]{
				width:auto;
			}
			div.shortcode-navegaint>div>div>div[data-total-nodos="3"]{
				width:auto;
			}
			div.shortcode-navegaint>div>div>div[data-total-nodos="4"]{
				width:auto;
			}
			div.shortcode-navegaint>div>div>div[data-total-nodos="5"]{
				width:auto;
			}
				div.shortcode-navegaint>div>div>div>div{
					display:table;
					width:100%;
				}
					div.shortcode-navegaint>div>div>div>div>div{
						display:table-row;
					}
						div.shortcode-navegaint>div>div>div>div>div>div{
							display:table-cell;
							vertical-align:top;
							/*width:25%;*/
						}
							div.shortcode-navegaint>div>div>div>div>div>div>div{
								color:#545759;
								font-size:10pt;
								padding:0 20px;
								text-align:left;
							}
								div.shortcode-navegaint>div>div>div>div>div>div>div>img{
									border-width:0;
									display:block;
									width:100%;
								}
								div.shortcode-navegaint>div>div>div>div>div>div>div>h3{
									color:#3e703d;
									font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
									font-size:17pt;
									font-weight:400;
									padding:30px 0;
									text-align:center;
								}
								div.shortcode-navegaint>div>div>div>div>div>div>div>hr{
									background-color:#999;
									border-width:0;
									color:#999;
									font-size:0;
									height:1px;
									margin:30px 0;
									padding:0;
								}
								div.shortcode-navegaint>div>div>div>div>div>div>div>h4{
									color:#545759;
									font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
									font-size:12pt;
									font-weight:600;
									padding:0 0 15px;
								}
								div.shortcode-navegaint>div>div>div>div>div>div>div>ul{
									list-style-image:url('../png/ico_check_naranja_001.png');
									margin:0;
									padding:0 0 0 20px;
								}
									div.shortcode-navegaint>div>div>div>div>div>div>div>ul>li{
										color:#545759;
										font-size:10pt;
										padding:3px 0;
									}
								div.shortcode-navegaint>div>div>div>div>div>div>div>a{
									background-color:#3e703d;
									border-radius:0 20px 0 20px;
									color:#fff;
									display:inline-block;
									font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
									font-size:12pt;
									font-weight:600;
									margin-top:30px;
									padding:15px 27px;
									text-align:center;
									text-decoration:none;
									text-transform:uppercase;
									transition:background-color 0.2s;
									-moz-transition:background-color 0.2s;
									-ms-transition:background-color 0.2s;
									-o-transition:background-color 0.2s;
									-webkit-transition:background-color 0.2s;
								}
								div.shortcode-navegaint>div>div>div>div>div>div>div>a:hover{
									background-color:#105950;
								}
					div.shortcode-navegaint>div>div>div>div>div:first-child+div+div>div>div{
						text-align:center;
					}
			/* <!-- /MODO TABLA --> */
			div.shortcode-navegaint>div>div>a{
				display:none;
				height:50px;
				left:0;
				overflow:hidden;
				position:absolute;
				top:45%;
				width:25px;
				z-index:2;
			}
				div.shortcode-navegaint>div>div>a>span{
					background-color:#9b999a;
					border-radius:50%;
					color:#fff;
					display:block;
					height:50px;
					left:-25px;
					position:relative;
					text-align:right;
					width:50px;
				}
					div.shortcode-navegaint>div>div>a>span>i,
					div.shortcode-navegaint>div>div>a>span>svg{
						margin-right:12px;
						margin-top:17px;
					}
			div.shortcode-navegaint>div>div>a:last-child{
				left:auto;
				right:0;
				z-index:3;
			}
				div.shortcode-navegaint>div>div>a:last-child>span{
					left:0;
					text-align:left;
				}
					div.shortcode-navegaint>div>div>a:last-child>span>i,
					div.shortcode-navegaint>div>div>a:last-child>span>svg{
						margin-left:12px;
						margin-right:0;
					}
/* METAS Y RESULTADOS */
div.shortcode-metasyresul{
	margin:0 auto;
	padding:40px 0;
	width:1180px;
}
	div.shortcode-metasyresul>div{
		padding:0 15px;
	}
		div.shortcode-metasyresul>div>h2,
		div.shortcode-metasyresul>div>p{
			text-align:center;
			padding:30px 15px;
		}
		div.shortcode-metasyresul>div>h2{
			color:#4b7637;
			font-size:25pt;
			font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
			font-weight:600;
			padding-bottom:15px;
			text-transform:uppercase;
		}
		div.shortcode-metasyresul>div>p{
			font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
			font-size:12pt;
			padding-top:0;
		}
		div.shortcode-metasyresul>div>div{
			position:relative;
			overflow:hidden;
		}
			div.shortcode-metasyresul>div>div>ul{
				font-size:0;
				left:0;
				list-style:none;
				position:relative;
				text-align:center;
				top:0;
				transition:left 0.3s;
				-ms-transition:left 0.3s;
				-moz-transition:left 0.3s;
				-o-transition:left 0.3s;
				-webkit-transition:left 0.3s;
				width:100%;
				z-index:1;
			}
			div.shortcode-metasyresul>div>div>ul>li{
				display:inline-block;
				vertical-align:top;
				width:20%;
			}
				div.shortcode-metasyresul>div>div>ul>li>div{
					padding:0 20px;
				}
					div.shortcode-metasyresul>div>div>ul>li>div>span{
						color:#545759;
						display:block;
						font-family:'Raleway', Trebuchet, Tahoma, Arial, sans-serif;
						font-size:12pt;
						font-weight:600;
					}
					div.shortcode-metasyresul>div>div>ul>li>div>span:first-child{
						color:#9b999a;
						font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
						font-size:42pt;
						padding:0 0 10px;
					}
					div.shortcode-metasyresul>div>div>ul>li>div>span:last-child{
						text-transform:uppercase;
					}
			div.shortcode-metasyresul>div>div>a{
				display:none;
				height:50px;
				left:0;
				overflow:hidden;
				position:absolute;
				top:45%;
				width:25px;
				z-index:2;
			}
			div.shortcode-metasyresul>div>div>a>span{
				background-color:#9b999a;
				border-radius:50%;
				color:#fff;
				display:block;
				height:50px;
				left:-25px;
				position:relative;
				text-align:right;
				width:50px;
			}
			div.shortcode-metasyresul>div>div>a>span>i,
			div.shortcode-metasyresul>div>div>a>span>svg{
				margin-right:12px;
				margin-top:17px;
			}
			div.shortcode-metasyresul>div>div>a:last-child{
				left:auto;
				right:0;
				z-index:3;
			}
			div.shortcode-metasyresul>div>div>a:last-child>span{
				left:0;
				text-align:left;
			}
			div.shortcode-metasyresul>div>div>a:last-child>span>i,
			div.shortcode-metasyresul>div>div>a:last-child>span>svg{
				margin-left:12px;
				margin-right:0;
			}
/* OFERTAS RFE */
div.shortcode-ofertasrfe{
	padding:40px 0;
	width:auto;
}
	div.shortcode-ofertasrfe>div{
		padding:0 0;
	}
		div.shortcode-ofertasrfe>div>h2,
		div.shortcode-ofertasrfe>div>p{
			text-align:center;
			padding:30px 15px;
		}
		div.shortcode-ofertasrfe>div>h2{
			color:#4b7637;
			font-size:25pt;
			font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
			font-weight:600;
			padding-bottom:15px;
			text-transform:uppercase;
		}
		div.shortcode-ofertasrfe>div>p{
			font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
			font-size:12pt;
			padding-top:0;
		}
		div.shortcode-ofertasrfe>div>div{
			position:relative;
			overflow:hidden;
		}
			/* DESPLAZA */
			div.shortcode-ofertasrfe>div>div>div{
				font-size:0;
				left:0;
				position:relative;
				top:0;
				width:auto;
				z-index:1;
			}
			/* TABLA */
			div.shortcode-ofertasrfe-tabla1{
				display:table;
				width:100%;
			}
			div.shortcode-ofertasrfe-tabla1>div{
				display:table-row;
			}
			div.shortcode-ofertasrfe-tabla1>div>div{
				background-position:center center;
				background-repeat:no-repeat;
				background-size:cover;
				display:table-cell;
				position:relative;
				text-align:left;
				vertical-align:bottom;
			}
		div.shortcode-ofertasrfe-esttbl1>div,
		div.shortcode-ofertasrfe-esttbl2>div{
			left:0;
			padding:30px 0 0;
			position:absolute;
			top:0;
			z-index:1;
		}
			div.shortcode-ofertasrfe-esttbl1>div>span,
			div.shortcode-ofertasrfe-esttbl2>div>span{
				background-color:#f05122;
				border-radius:0 20px 0 0;
				color:#fff;
				display:inline-block;
				font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
				font-size:12pt;
				padding:12px 21px;
				text-transform:uppercase;
			}
		/* ESTILOS TABLA */
		div.shortcode-ofertasrfe-esttbl1{
			width:50%;
		}
		div.shortcode-ofertasrfe-esttbl2{
			width:100%;
		}
		ul.shortcode-ofertasrfe-estcnt1{
			list-style:none;
			padding:220px 30px 30px;
		}
			ul.shortcode-ofertasrfe-estcnt1>li{
				display:inline-block;
				vertical-align:bottom;
				width:60%;
			}
			ul.shortcode-ofertasrfe-estcnt1>li:last-child{
				text-align:right;
				width:40%;
			}
				ul.shortcode-ofertasrfe-estcnt1>li>h3{
					color:#fff;
					font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
					font-size:17pt;
					font-weight:400;
					padding:0 0 20px;
					text-transform:uppercase;
				}
				ul.shortcode-ofertasrfe-estcnt1>li>p{
					color:#fccd07;
					font-size:21pt;
					font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
					font-weight:600;
					padding:0 0 5px;
				}
				ul.shortcode-ofertasrfe-estcnt1>li>p:last-child{
					color:#fff;
					font-size:12pt;
					font-weight:400;
					padding:0;
				}
				ul.shortcode-ofertasrfe-estcnt1>li>a{
					background-color:#4b7637;
					border:2px solid #4b7637;
					border-radius:0 20px 0 20px;
					color:#fff;
					display:inline-block;
					font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
					font-size:11pt;
					font-weight:600;
					padding:12px 21px;
					text-decoration:none;
					text-transform:uppercase;
					transition:background-color 0.2s, border-color 0.2s;
					-moz-transition:background-color 0.2s, border-color 0.2s;
					-ms-transition:background-color 0.2s, border-color 0.2s;
					-o-transition:background-color 0.2s, border-color 0.2s;
					-webkit-transition:background-color 0.2s, border-color 0.2s;
				}
				ul.shortcode-ofertasrfe-estcnt1>li>a:hover{
					background-color:#105950;
					border-color:#105950;
				}
		/* NAVEGA */
		div.shortcode-ofertasrfe>div>div>a{
			display:none;
			height:50px;
			left:0;
			overflow:hidden;
			position:absolute;
			top:45%;
			width:25px;
			z-index:2;
		}
		div.shortcode-ofertasrfe>div>div>a>span{
			background-color:#000;
			border-radius:50%;
			color:#fff;
			display:block;
			height:50px;
			left:-25px;
			position:relative;
			text-align:right;
			width:50px;
		}
		div.shortcode-ofertasrfe>div>div>a>span>i,
		div.shortcode-ofertasrfe>div>div>a>span>svg{
			margin-right:12px;
			margin-top:17px;
		}
		div.shortcode-ofertasrfe>div>div>a:last-child{
			left:auto;
			right:0;
			z-index:3;
		}
		div.shortcode-ofertasrfe>div>div>a:last-child>span{
			left:0;
			text-align:left;
		}
		div.shortcode-ofertasrfe>div>div>a:last-child>span>i,
		div.shortcode-ofertasrfe>div>div>a:last-child>span>svg{
			margin-left:12px;
			margin-right:0;
		}
/* VIDEO ACTIVIDADES */
div.shortcode-videoactividades{
	margin:0 auto;
	padding:40px 0;
	/*width:1180px;*/
}
	div.shortcode-videoactividades>div{
		padding:0;
	}
		div.shortcode-videoactividades>div>h2,
		div.shortcode-videoactividades>div>p{
			text-align:center;
			padding:30px 15px;
		}
		div.shortcode-videoactividades>div>h2{
			color:#4b7637;
			font-size:25pt;
			font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
			font-weight:600;
			padding-bottom:15px;
			text-transform:uppercase;
		}
		div.shortcode-videoactividades>div>p{
			font-family:Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
			font-size:12pt;
			padding-top:0;
		}
		/* ESPACIO CARRUSEL */
		div.shortcode-videoactividades>div>div{
			position:relative;
			overflow:hidden;
		}
			div.shortcode-videoactividades>div>div>ul{
				font-size:0;
				left:0;
				list-style:none;
				position:relative;
				text-align:left;
				top:0;
				transition:left 0.2s;
				-ms-transition:left 0.2s;
				-moz-transition:left 0.2s;
				-o-transition:left 0.2s;
				-webkit-transition:left 0.2s;
				width:100%;
				z-index:1;
			}
			div.shortcode-videoactividades>div>div>ul[data-slides="3"]{
				width:300%;
			}
			div.shortcode-videoactividades>div>div>ul[data-slides="2"]{
				width:200%;
			}
				div.shortcode-videoactividades>div>div>ul>li{
					display:inline-block;
					overflow:hidden;
					width:25%;
				}
				div.shortcode-videoactividades>div>div>ul[data-slides="3"]>li{
					width:8.33%;
				}
				div.shortcode-videoactividades>div>div>ul[data-slides="2"]>li{
					width:12.5%;
				}
					div.shortcode-videoactividades>div>div>ul>li>a{
						background-position:center center;
						background-repeat:no-repeat;
						background-size:cover;
						display:block;
						padding-bottom:131%;
						position:relative;
						width:100%;
					}
						div.shortcode-videoactividades>div>div>ul>li>a>span:first-child{
							bottom:0;
							display:block;
							filter:alpha(opacity=100);
							left:0;
							opacity:1;
							-ms-opacity:1;
							-moz-opacity:1;
							-o-opacity:1;
							-webkit-opacity:1;
							padding:26px 0;
							position:absolute;
							transition:opacity 0.3s, -ms-opacity 0.3s, -moz-opacity 0.3s, -o-opacity 0.3s, -webkit-opacity 0.3s, filter 0.3s;
							-ms-transition:opacity 0.3s, -ms-opacity 0.3s, -moz-opacity 0.3s, -o-opacity 0.3s, -webkit-opacity 0.3s, filter 0.3s;
							-moz-transition:opacity 0.3s, -ms-opacity 0.3s, -moz-opacity 0.3s, -o-opacity 0.3s, -webkit-opacity 0.3s, filter 0.3s;
							-o-transition:opacity 0.3s, -ms-opacity 0.3s, -moz-opacity 0.3s, -o-opacity 0.3s, -webkit-opacity 0.3s, filter 0.3s;
							-webkit-transition:opacity 0.3s, -ms-opacity 0.3s, -moz-opacity 0.3s, -o-opacity 0.3s, -webkit-opacity 0.3s, filter 0.3s;
							width:100%;
							z-index:2;
						}
							div.shortcode-videoactividades>div>div>ul>li>a>span:first-child>span{
								color:#fff;
								display:block;
								font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
								font-size:16pt;
								font-weight:600;
								padding:0 15px;
								text-align:center;
							}
								div.shortcode-videoactividades>div>div>ul>li>a>span:first-child>span>i{
									color:#fff;
									display:block;
									font-family:serif;
									font-size:12pt;
									font-weight:400;
									padding-top:5px;
								}
						div.shortcode-videoactividades>div>div>ul>li>a>span:first-child+span{
							background-color:#4a7628db;
							border-radius:16px 16px 0 0;
							display:block;
							left:0;
							padding-bottom:131%;
							position:absolute;
							top:100%;
							transition:top 0.3s;
							-ms-transition:top 0.3s;
							-moz-transition:top 0.3s;
							-o-transition:top 0.3s;
							-webkit-transition:top 0.3s;
							width:100%;
							z-index:3;
						}
							div.shortcode-videoactividades>div>div>ul>li>a>span:first-child+span>span{
								display:block;
								left:0;
								padding:32px 0;
								position:absolute;
								top:0;
								width:100%;
							}
								div.shortcode-videoactividades>div>div>ul>li>a>span:first-child+span>span>span{
									color:#fff;
									display:block;
									font-family:Gotham, Trebuchet, Tahoma, Arial, sans-serif;
									font-size:14pt;
									font-weight:600;
									padding:0 15px;
									text-align:center;
								}
									div.shortcode-videoactividades>div>div>ul>li>a>span:first-child+span>span>span>span{
										color:#fff;
										display:block;
										font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
										font-size:16pt;
										font-weight:600;
										padding:16px 0 6px;
										text-transform:none;
									}
										div.shortcode-videoactividades>div>div>ul>li>a>span:first-child+span>span>span>span>i{
											color:#fff;
											display:block;
											font-family:serif;
											font-size:12pt;
											padding-top:5px;
										}
									div.shortcode-videoactividades>div>div>ul>li>a>span:first-child+span>span>span>i{
										display:block;
										color:#fccd07;
										font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
										font-size:10pt;
										font-style:normal;
										font-weight:600;
										padding:20px 0 5px;
										text-transform:uppercase;
									}
						div.shortcode-videoactividades>div>div>ul>li>a>span:last-child{
							bottom:-100%;
							display:block;
							left:0;
							padding:20px 0;
							position:absolute;
							text-align:center;
							transition:bottom 0.3s;
							-ms-transition:bottom 0.3s;
							-moz-transition:bottom 0.3s;
							-o-transition:bottom 0.3s;
							-webkit-transition:bottom 0.3s;
							width:100%;
							z-index:4;
						}
							div.shortcode-videoactividades>div>div>ul>li>a>span:last-child>span{
								border:1px solid #fff;
								border-radius:50%;
								color:#fff;
								display:inline-block;
								font-size:21px;
								height:40px;
								overflow:hidden;
								text-align:center;
								width:40px;
							}
								div.shortcode-videoactividades>div>div>ul>li>a>span:last-child>span>i,
								div.shortcode-videoactividades>div>div>ul>li>a>span:last-child>span>svg{
									margin-top:7px;
									vertical-align:middle;
								}
							div.shortcode-videoactividades>div>div>ul>li>a>span:last-child>span:hover{
								border-color:#fccd07;
								color:#fccd07;
							}
						div.shortcode-videoactividades>div>div>ul>li>a:hover>span:first-child{
							filter:alpha(opacity=0);
							opacity:0;
							-ms-opacity:0;
							-moz-opacity:0;
							-o-opacity:0;
							-webkit-opacity:0;
						}
						div.shortcode-videoactividades>div>div>ul>li>a:hover>span:last-child{
							bottom:0;
						}
						div.shortcode-videoactividades>div>div>ul>li>a:hover>span:first-child+span{
							top:5%;
						}
			/* CONTROLES DESPLAZA CARRUSEL */
			div.shortcode-videoactividades>div>div>a{
				display:none;
				height:50px;
				left:0;
				overflow:hidden;
				position:absolute;
				top:45%;
				width:25px;
				z-index:2;
			}
				div.shortcode-videoactividades>div>div>a>span{
					background-color:#fff;
					border-radius:50%;
					color:#000;
					display:block;
					height:50px;
					left:-25px;
					position:relative;
					text-align:right;
					width:50px;
				}
					div.shortcode-videoactividades>div>div>a>span>i,
					div.shortcode-videoactividades>div>div>a>span>svg{
						margin-right:12px;
						margin-top:17px;
					}
				div.shortcode-videoactividades>div>div>a:last-child{
					left:auto;
					right:0;
					z-index:3;
				}
					div.shortcode-videoactividades>div>div>a:last-child>span{
						left:0;
						text-align:left;
					}
						div.shortcode-videoactividades>div>div>a:last-child>span>i,
						div.shortcode-videoactividades>div>div>a:last-child>span>svg{
							margin-left:12px;
							margin-right:0;
						}
	/* PAGINADOR */
	div.shortcode-videoactividades>div:first-child+div>div>ul{
		font-size:0;
		list-style:none;
		padding-top:40px;
		text-align:center;
	}
		div.shortcode-videoactividades>div:first-child+div>div>ul>li{
			display:inline-block;
			vertical-align:middle;
			width:auto;
		}
			div.shortcode-videoactividades>div:first-child+div>div>ul>li>a{
				color:#4b7637;
				display:inline-block;
				font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
				font-size:16pt;
				font-weight:600;
				margin:0 2px;
				padding:5px;
				text-decoration:none;
			}
			div.shortcode-videoactividades>div:first-child+div>div>ul>li>a:hover{
				font-size:25pt;
			}
	/* DESCARGA */
	div.shortcode-videoactividades>div:first-child+div+div{
		overflow:visible;
		padding:60px 0 0;
		position:static;
		text-align:center;
	}
		div.shortcode-videoactividades>div:first-child+div+div>a{
			background-color:#fff;
			border:2px solid #4b7637;
			border-radius:0 20px 0 20px;
			color:#4b7637;
			display:inline-block;
			font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif;
			font-size:12pt;
			font-weight:600;
			height:auto;
			left:auto;
			overflow:visible;
			padding:15px 27px;
			position:static;
			text-decoration:none;
			text-transform:uppercase;
			top:auto;
			transition:background-color 0.2s;
			-moz-transition:background-color 0.2s;
			-ms-transition:background-color 0.2s;
			-o-transition:background-color 0.2s;
			-webkit-transition:background-color 0.2s;
			width:auto;
			z-index:auto;
		}
		div.shortcode-videoactividades>div:first-child+div+div>a:hover{
			background-color:#4b7637;
			color:#fff;
		}
/* VIDEO POST REDES */
div.shortcodes-videopostredes-YT{
	margin:0 auto;
	width:560px
}
	div.shortcodes-videopostredes-YT>div{
		padding:30px 0;
	}
		div.shortcodes-videopostredes-YT>div>iframe{
			height:560px;
			margin:0 0;
			width:560px!important;
		}
div.shortcodes-videopostredes-IG{
	padding:0 0!important;
    margin:0 auto;
    width:328px;
}
	div.shortcodes-videopostredes-IG>div{
		padding:30px 0;
	}
		div.shortcodes-videopostredes-IG>div>div{
			border-bottom:1px solid #dbdbdb;
			border-radius:3px;
			height:547px!important;
			overflow:hidden;
			padding:0 0!important;
			width:auto;
		}
			div.shortcodes-videopostredes-IG>div>div>iframe{
				border-width:0;
				height:616px;
				margin:0 0;
				width:100%;
			}
/* RESPONSIVO */
@media screen and (max-width: 1200px){
	/* NAVEGACIÓN INTERNA */
	div.shortcode-navegaint{
		width:auto;
	}
	/* METAS Y RESULTADOS */
	div.shortcode-metasyresul{
		width:auto;
	}
	/* REVIEWS */
	div.shortcode-reviews{
		width:auto;
	}
	div.shortcode-reviews>div{
		padding:0;
	}
	/* FEEDS */
	div.shortcode-feeds{
		width:auto;
	}
	/* VIDEO ACTIVIDADES */
	div.shortcode-videoactividades{
		width:auto;
	}
}
@media screen and (max-width: 1080px){
	/* AMAZON LODGES */
	/*div.shortcode-amazonlodges-items>div>div>div>div{
		padding:40% 30px;
	}*/
	div.shortcode-amazonlodges-items>div>div>div>div>div>h3{
		font-size:18pt;
	}
	div.shortcode-amazonlodges-items>div>div>div>div>div>p{
		font-size:13pt;
	}
}
@media screen and (max-width: 960px){
	/* NAVEGACIÓN INTERNA */
	/*div.shortcode-navegaint>div>div>ul>li>div>a>div{
		padding:0;
	}*/
	/*div.shortcode-navegaint>div>div>ul>li>div>a>div:first-child+span{
		font-size:15pt;
	}*/
}
@media screen and (max-width: 870px){
		/* OFERTAS RFE */
	div.shortcode-ofertasrfe-tabla1{
		display:block;
		width:auto;
	}
	div.shortcode-ofertasrfe-tabla1>div{
		display:block;
	}
	div.shortcode-ofertasrfe-tabla1>div>div{
		display:block;
	}
	div.shortcode-ofertasrfe-esttbl1,div.shortcode-ofertasrfe-esttbl2{
		width:auto;
	}
	/* FEEDS */
	div.shortcode-feeds>div>div>ul>li>div>h3{
		font-size:16pt;
	}
}
@media screen and (max-width: 780px){
	/* AMAZON LODGES */
	div.shortcode-amazonlodges-items>div{
		width:300%;
	}
	div.shortcode-amazonlodges>div>div>a{
		display:inline-block;
	}
	/* NAVEGACIÓN INTERNA */
	div.shortcode-navegaint>div{
		padding:0;
	}
	/*div.shortcode-navegaint>div>div>ul{
		text-align:left;
		width:500%;
	}*/
	div.shortcode-navegaint>div>div>div{
		margin:0;
	}
	div.shortcode-navegaint>div>div>div[data-total-nodos="1"]{
		width:100%!important;
	}
	div.shortcode-navegaint>div>div>div[data-total-nodos="2"]{
		width:200%!important;
	}
	div.shortcode-navegaint>div>div>div[data-total-nodos="3"]{
		width:300%!important;
	}
	div.shortcode-navegaint>div>div>div[data-total-nodos="4"]{
		width:400%!important;
	}
	div.shortcode-navegaint>div>div>div[data-total-nodos="5"]{
		width:500%!important;
	}
	/*div.shortcode-navegaint>div>div>ul>li>div{
		padding:0 30px;
	}*/
	div.shortcode-navegaint>div>div>div>div>div>div>div{
		padding:0 30px;
	}
	/*div.shortcode-navegaint>div>div>ul>li>div>a>div>img{
		margin:0 auto;
		width:65%;
	}
	div.shortcode-navegaint>div>div>ul>li>div>a>span{
		font-size:12pt;
	}
	div.shortcode-navegaint>div>div>ul>li>div>a>div:first-child+span{
		font-size:21pt;
	}*/
	div.shortcode-navegaint>div>div>a{
		display:inline-block;
	}
	/* METAS Y RESULTADOS */
	div.shortcode-metasyresul>div{
		padding:0;
	}
	div.shortcode-metasyresul>div>div>ul{
		text-align:left;
		width:500%;
	}
	div.shortcode-metasyresul>div>div>ul>li{
		text-align:center;
	}
	div.shortcode-metasyresul>div>div>ul>li>div{
		padding:0 30px;
	}
	div.shortcode-metasyresul>div>div>ul>li>div>span{
		font-size:21pt;
	}
	div.shortcode-metasyresul>div>div>ul>li>div>span:first-child{
		font-size:72pt;
	}
	div.shortcode-metasyresul>div>div>a{
		display:inline-block;
	}
	/* REVIEWS */
	div.shortcode-reviews>div>ul>li{
		display:block;
		text-align:center;
		width:auto;
	}
		div.shortcode-reviews>div>ul>li>h2{
			padding-bottom:25px;
		}
		div.shortcode-reviews>div>ul>li>div{
			float:none;
		}
			div.shortcode-reviews>div>ul>li>div>ul>li{
				padding:5px 5px;
			}
	div.shortcode-reviews>div:first-child>div>div{
		width:1200%;
	}
	div.shortcode-reviews>div>div>a{
		display:block;
	}
	div.shortcode-reviews>div:first-child+div>div>ul{
		display:none;
	}
	/*div.shortcode-reviews>div:first-child+div>div>ul:last-child{
		display:block;
	}*/
	/* VIDEO ACTIVIDADES */
	/*div.shortcode-videoactividades>div>div:first-child>ul>li{*/
	/*div.shortcode-videoactividades>div>div>ul>li{
		height:362px;
	}
	div.shortcode-videoactividades-dat1{
		height:362px;
	}*/
	div.shortcode-videoactividades>div>div>ul[data-slides="3"]{
		width:1200%;
	}
	div.shortcode-videoactividades>div>div>ul[data-slides="2"]{
		width:800%;
	}
	div.shortcode-videoactividades>div>div>ul[data-slides="1"]{
		width:400%;
	}
	div.shortcode-videoactividades>div>div>a{
		display:block;
	}
	div.shortcode-videoactividades>div:first-child+div{
		display:none;
	}
}
@media screen and (max-width: 680px){
	/* FEEDS */
	div.shortcode-feeds>div{
		padding:0;
	}
	div.shortcode-feeds>div>div>ul{
		width:300%;
	}
	div.shortcode-feeds>div>div>ul>li>div{
		padding:40px 0 0;
	}
	div.shortcode-feeds>div>div>ul>li>div>span{
		padding:45px 30px 0;
	}
	div.shortcode-feeds>div>div>ul>li>div>h3{
		padding:15px 30px 25px;
	}
	div.shortcode-feeds>div>div>ul>li>div>p{
		padding:0 30px 48px;
	}
	div.shortcode-feeds>div>div>ul>li>div>a{
		margin:0 30px;
	}
	div.shortcode-feeds>div>div>a{
		display:inline-block;
	}
	/* VIDEO POST REDES */
	div.shortcodes-videopostredes-YT{
		margin:0 0;
		width:auto;
	}
		div.shortcodes-videopostredes-YT>div>iframe{
			width:100%!important;
		}
}
@media screen and (max-width: 580px){
	div.shortcode-metasyresul>div>div>ul>li>div>span{
		font-size:16pt;
	}
	div.shortcode-metasyresul>div>div>ul>li>div>span:first-child{
		font-size:56pt;
	}
	/* REVIEWS */
	/*div.shortcode-reviews>div:first-child>div>ul>li>div>div>div:first-child{
		height:180px;
		width:180px;
	}*/
	div.shortcode-reviews>div:first-child>div>ul>li>div>div>h3{
		font-size:21pt;
	}
	/* VIDEO ACTIVIDADES */
	div.shortcode-videoactividades-dat1>p{
		padding:30px 40px;
	}
	/* OFERTAS */
	ul.shortcode-ofertasrfe-estcnt1{
		padding-top:260px;
	}
	ul.shortcode-ofertasrfe-estcnt1>li{
		display:block;
		width:auto;
	}
	ul.shortcode-ofertasrfe-estcnt1>li:last-child{
		text-align:left;
		padding-top:20px;
		width:auto;
	}
	/* VIDEO POST REDES */
	div.shortcodes-videopostredes-YT>div>iframe{
		height:460px;
	}
}
@media screen and (max-width: 420px){
	div.shortcode-metasyresul>div>div>ul>li>div>span{
		font-size:14pt;
	}
	div.shortcode-metasyresul>div>div>ul>li>div>span:first-child{
		font-size:48pt;
	}
	/* VIDEO POST REDES */
	div.shortcodes-videopostredes-YT>div>iframe{
		height:360px;
	}
}
