@font-face {
  font-family: 'Playfair';
  src: url('../fonts/playfair/playfairdisplay-regular-webfont.eot') format('eot');
  src: url('../fonts/playfair/playfairdisplay-regular-webfont.eot') format('eot'), url('../fonts/playfair/playfairdisplay-regular-webfont.woff2') format('woff2'), url('../fonts/playfair/playfairdisplay-regular-webfont.woff') format('woff'), url('../fonts/playfair/playfairdisplay-regular-webfont.ttf') format('truetype'), url('../fonts/playfair/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir/avenir-roman-webfont.eot') format('eot');
  src: url('../fonts/avenir/avenir-roman-webfont.eot') format('eot'), url('../fonts/avenir/avenir-roman-webfont.woff2') format('woff2'), url('../fonts/avenir/avenir-roman-webfont.woff') format('woff'), url('../fonts/avenir/avenir-roman-webfont.ttf') format('truetype'), url('../fonts/avenir/avenir-roman-webfont.svg#avenirroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir/avenir-medium-webfont.eot') format('eot');
  src: url('../fonts/avenir/avenir-medium-webfont.eot') format('eot'), url('../fonts/avenir/avenir-medium-webfont.woff2') format('woff2'), url('../fonts/avenir/avenir-medium-webfont.woff') format('woff'), url('../fonts/avenir/avenir-medium-webfont.ttf') format('truetype'), url('../fonts/avenir/avenir-medium-webfont.svg#avenirmedium') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir/avenir-heavy-webfont.eot') format('eot');
  src: url('../fonts/avenir/avenir-heavy-webfont.eot') format('eot'), url('../fonts/avenir/avenir-heavy-webfont.woff2') format('woff2'), url('../fonts/avenir/avenir-heavy-webfont.woff') format('woff'), url('../fonts/avenir/avenir-heavy-webfont.ttf') format('truetype'), url('../fonts/avenir/avenir-heavy-webfont.svg#avenirheavy') format('svg');
  font-weight: 800;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
}
a {
  color: #ca3c08;
  cursor: pointer;
  text-decoration: none;
}
a:visited {
  color: #ac0404;
}
a:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-border: none;
}
a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
}
h1 {
  font-size: 48px;
  margin: 33px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 25px 0;
}
h5 {
  font-size: 18px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 36px 0;
}
address {
  font-style: italic;
  margin: 0 0 24px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p {
  margin: 0 0 24px;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
ul {
  list-style-type: square;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
li > ul,
li > ol {
  margin: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #000;
  border: 0;
  height: 2px;
  margin: 20px 0;
}
/*

@mixin transition-delay($transition-delay-time: 0.2s) {
	-webkit-transition-delay: $transition-delay-time;
	-moz-transition-delay: $transition-delay-time;
	-ms-transition-delay: $transition-delay-time;
	-o-transition-delay: $transition-delay-time;
	transition-delay: $transition-delay-time;
}

@mixin single-filter($filter-name, $filter-amount) {
	-webkit-filter: $filter-name+unquote('(#{$filter-amount})');
	-moz-filter: $filter-name+unquote('(#{$filter-amount})');
	-o-filter: $filter-name+unquote('(#{$filter-amount})');
	-ms-filter: $filter-name+unquote('(#{$filter-amount})');
	filter: $filter-name+unquote('(#{$filter-amount})');
}

@mixin complex-filter($filters-group) {
	-webkit-filter: $filters-group;
	-moz-filter: $filters-group;
	-o-filter: $filters-group;
	-ms-filter: $filters-group;
	filter: $filters-group;
}

@mixin animation($name, $time) {
	-webkit-animation: $name $time ease-in-out;
	-moz-animation: $name $time ease-in-out;
	-ms-animation: $name $time ease-in-out;
	-o-animation: $name $time ease-in-out;
	animation: $name $time ease-in-out;
}


@mixin transform-3d($transform-3d-perspective, $transform-3d-3dtransformation) {
	-webkit-transform: perspective( $transform-3d-perspective ) translate3d( unquote($transform-3d-3dtransformation) );
	-ms-transform: perspective( $transform-3d-perspective ) translate3d( unquote($transform-3d-3dtransformation) );
	transform: perspective( $transform-3d-perspective ) translate3d( unquote($transform-3d-3dtransformation) );
}

@mixin linear-gradient($fromColor, $toColor) {
	background-color: $toColor;
	background-image: -webkit-gradient(linear, left top, left bottom, from($fromColor), to($toColor));
	background-image: -webkit-linear-gradient(top, $fromColor, $toColor);
	background-image: -moz-linear-gradient(top, $fromColor, $toColor);
	background-image: -ms-linear-gradient(top, $fromColor, $toColor);
	background-image: -o-linear-gradient(top, $fromColor, $toColor);
	background-image: linear-gradient(top, $fromColor, $toColor);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#{$fromColor}', EndColorStr='#{$toColor}');
}

@mixin gradient-background($fromColor, $toColor) {
	background: $fromColor;
	background: -webkit-linear-gradient( $fromColor, $toColor );
	background: linear-gradient( $fromColor, $toColor );
}

@mixin rotate-keyframes-animation( $name, $degStart, $degEnd ) {
	@-webkit-keyframes unquote('#{$name}') {
		0% {
			-webkit-transform: rotate( $degStart );
		}
		50% {
			-webkit-transform: rotate( $degEnd );
		}
		100% {
			-webkit-transform: rotate( $degStart );
		}
	}
	
	@keyframes unquote('#{$name}') {
		0% {
			transform: rotate( $degStart );
		}
		50% {
			transform: rotate( $degEnd );
		}
		100% {
			transform: rotate( $degStart );
		}
	}
}
*/
body {
  font-family: 'Playfair', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-weight: normal;
  font-style: normal;
  color: #727171;
}
p {
  margin: 0;
  padding: 0;
}
a {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}
h1 {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.01em;
  line-height: 36px;
  color: #303E48;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
h2 {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.01em;
  line-height: 30px;
  color: #303E48;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
h3 {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 22px;
  color: #303E48;
  margin: 0 auto 30px auto;
}
.main-wrapper {
  margin-top: 130px;
}
@media only screen and (max-width: 992px) {
  .main-wrapper {
    margin-top: 70px;
  }
}
a.category,
span.category {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #5C686E;
  border: 1px solid transparent;
  border-bottom: 1px solid #5C686E;
  height: 30px;
  line-height: 33px;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
a.category:hover,
span.category:hover {
  color: #FF5859;
  border-bottom-color: #FF5859;
}
a.category.sponsored,
span.category.sponsored {
  letter-spacing: 0.2em;
  padding: 0 10px;
  background-color: #98A5AC;
  border-color: #98A5AC;
  color: #FFFFFF;
}
.taxonomies {
  margin-bottom: 40px;
}
.taxonomies .title {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #303E48;
  line-height: 40px;
  margin-right: 15px;
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  .taxonomies .title {
    display: block;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
  }
}
.taxonomies a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 40px;
  color: #667077;
  height: 40px;
  padding: 0 15px;
  background-color: #FAF9F9;
  border: 1px solid #E6E6E6;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  margin-bottom: 5px;
}
.taxonomies a:hover {
  color: #303E48;
  border-color: #303E48;
}
.post-social-share {
  margin-bottom: 20px;
  margin-left: -5px;
}
.post-social-share a {
  display: inline-block;
  margin-right: 20px;
  width: 24px;
  height: 24px;
}
.post-social-share a .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 24px;
  height: 24px;
  fill: #303E48;
}
.post-social-share a:hover .svg-icon {
  fill: #FF5859;
}
@media only screen and (min-width: 480px) {
  .post-social-share a.wa {
    display: none;
  }
}
h1.main-title {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  h1.main-title {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }
}
.author-information {
  height: 60px;
}
@media only screen and (max-width: 992px) {
  .author-information {
    height: auto;
  }
}
.author-information p {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #303E48;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  padding-left: 80px;
}
.author-information p .breakspace {
  display: none;
}
@media only screen and (max-width: 992px) {
  .author-information p {
    height: auto;
    padding-left: 0;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .author-information p .breakspace {
    display: inline;
  }
}
.author-information p .author-avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  background-color: whitesmoke;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 992px) {
  .author-information p .author-avatar {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.author-information p .author-name {
  color: #303E48;
  font-weight: 800;
}
.author-information p .post-date {
  color: #6b757b;
  font-style: italic;
}
@media only screen and (max-width: 992px) {
  .author-information p .post-date {
    display: block;
  }
}
.page-template-home .hero {
  padding: 0;
  height: 700px;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .page-template-home .hero {
    height: 600px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-home .hero {
    height: 500px;
  }
}
.page-template-home .hero .background-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-home .hero .background-slider:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-home .hero .background-slider .slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFFFF;
}
.page-template-home .hero .front-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-home .hero .front-wrapper .front-content {
  display: table;
  width: 100%;
  height: 100%;
}
.page-template-home .hero .front-wrapper .front-content .align-fix {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.page-template-home .hero .front-wrapper .tag {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.page-template-home .hero .front-wrapper .tag a {
  color: #FFFFFF;
}
.page-template-home .hero .front-wrapper .tag a:hover {
  color: #FF5859;
}
.page-template-home .hero .front-wrapper h1 {
  font-size: 70px;
  line-height: 85px;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .page-template-home .hero .front-wrapper h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-home .hero .front-wrapper h1 {
    font-size: 37px;
    line-height: 40px;
    margin-bottom: 50px;
  }
}
.page-template-home .hero .front-wrapper h1 a {
  color: #FFFFFF;
}
.page-template-home .hero .front-wrapper h1 a:hover {
  color: #FF5859;
}
.page-template-home .hero .front-wrapper .description {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 34px;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
  padding: 0 100px;
}
@media only screen and (max-width: 768px) {
  .page-template-home .hero .front-wrapper .description {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-home .hero .front-wrapper .description {
    display: none;
  }
}
.page-template-home .hero .front-wrapper .description p {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 34px;
  color: #FFFFFF;
  letter-spacing: 0.03em;
}
.page-template-home .hero .front-wrapper .social-networks .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 40px;
  height: 40px;
  fill: #FFFFFF;
  margin: 0 15px;
}
@media only screen and (max-width: 480px) {
  .page-template-home .hero .front-wrapper .social-networks .svg-icon {
    width: 30px;
    height: 30px;
  }
}
.page-template-home .hero .front-wrapper .social-networks .svg-icon:hover {
  fill: #FF5859;
}
.page-template-home .hero .front-wrapper .slider-navigation {
  position: absolute;
  bottom: 50px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
.page-template-home .hero .front-wrapper .slider-navigation li {
  width: 24px;
  height: 24px;
  list-style: none;
  padding: 0;
  margin: 0 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.page-template-home .hero .front-wrapper .slider-navigation li:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #FFFFFF;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}
.page-template-home .hero .front-wrapper .slider-navigation li.active:after {
  background-color: #FFFFFF;
}
.page-template-home .hero .front-wrapper .slider-navigation li:hover:after {
  background-color: #FFFFFF;
}
.page-template-home .planifica-tu-viaje {
  padding-top: 0;
  padding-bottom: 80px;
}
.page-template-home .planifica-tu-viaje h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page-template-home .planifica-tu-viaje h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.page-template-home .planifica-tu-viaje p {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .page-template-home .planifica-tu-viaje .carousel-icons-wrapper {
    padding: 0;
  }
}
.page-template-home .planifica-tu-viaje .carousel-icons {
  margin-top: 50px;
}
.page-template-home .planifica-tu-viaje .carousel-icons .slider-navigation {
  position: absolute;
  margin-top: -15px;
  top: 36%;
}
.page-template-home .planifica-tu-viaje .carousel-icons .slider-navigation .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.page-template-home .planifica-tu-viaje .carousel-icons .slider-navigation:hover .svg-icon {
  fill: #FF5859;
}
.page-template-home .planifica-tu-viaje .carousel-icons .slider-navigation.left {
  left: 0;
}
.page-template-home .planifica-tu-viaje .carousel-icons .slider-navigation.right {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-home .planifica-tu-viaje .carousel-icons .slider-navigation {
    margin-top: -20px;
  }
}
.page-template-home .planifica-tu-viaje ul {
  list-style: none;
  padding: 0;
  margin: 0 50px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
}
.page-template-home .planifica-tu-viaje ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 25%;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
}
.page-template-home .planifica-tu-viaje ul li a {
  color: #303E48;
  display: block;
}
.page-template-home .planifica-tu-viaje ul li a .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  fill: #303E48;
  display: block;
  margin: 0 auto 20px;
}
.page-template-home .planifica-tu-viaje ul li a:hover {
  color: #FF5859;
}
.page-template-home .planifica-tu-viaje ul li a:hover .svg-icon {
  fill: #FF5859;
}
@media only screen and (max-width: 768px) {
  .page-template-home .planifica-tu-viaje ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-home .planifica-tu-viaje ul {
    margin: 0 20px;
    text-align: left;
  }
}
.page-template-home .general-posts-list h2 {
  /* height: 60px; */
}
@media only screen and (max-width: 768px) {
  .page-template-home .general-posts-list h2 {
    height: auto;
  }
}
.page-template-home .promociones {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
@media only screen and (max-width: 992px) {
  .page-template-home .promociones h2 {
    margin-bottom: 20px;
  }
}
.page-template-home .promociones .sponsor-row {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .page-template-home .promociones .sponsor-row {
    text-align: right;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-home .promociones .sponsor-row {
    text-align: left;
  }
}
.page-template-home .promociones .sponsor-row .sponsor-link {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 40px;
  color: #919191;
}
.page-template-home .promociones .sponsor-row .sponsor-link .sponsor-logo {
  height: auto;
  width: auto;
  margin-left: 10px;
  max-width: 100px;
  max-height: 40px;
}
.page-template-home .promociones .sponsor-row .sponsor-link:hover {
  color: #000000;
}
.page-template-home .promociones .tabs-row .slider-tabs {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 15px;
  margin: 0;
  border: none;
}
@media only screen and (max-width: 992px) {
  .page-template-home .promociones .tabs-row .slider-tabs {
    position: relative;
    margin-bottom: 20px;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-home .promociones .tabs-row .slider-tabs {
    width: 100%;
  }
}
.page-template-home .promociones .tabs-row .slider-tabs .slide-button {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 42px;
  color: #93A1A8;
  padding: 0 16px;
  border: 1px solid #93A1A8;
  margin-left: -1px;
  cursor: pointer;
}
.page-template-home .promociones .tabs-row .slider-tabs .slide-button a {
  background: none;
  border: none;
  color: #93A1A8;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.page-template-home .promociones .tabs-row .slider-tabs .slide-button:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.page-template-home .promociones .tabs-row .slider-tabs .slide-button:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.page-template-home .promociones .tabs-row .slider-tabs .slide-button:hover,
.page-template-home .promociones .tabs-row .slider-tabs .slide-button.active {
  background-color: #93A1A8;
}
.page-template-home .promociones .tabs-row .slider-tabs .slide-button:hover a,
.page-template-home .promociones .tabs-row .slider-tabs .slide-button.active a {
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .page-template-home .promociones .tabs-row .slider-tabs .slide-button {
    width: 33.33333%;
    padding: 0;
    font-size: 12px;
  }
}
.page-template-home .promociones .retain {
  position: relative;
}
.page-template-home .promociones .slider-navigation {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 60px;
  display: block;
  position: absolute;
  top: 104px;
  text-align: center;
  cursor: pointer;
  top: 105px;
}
.page-template-home .promociones .slider-navigation.left {
  left: 15px;
}
.page-template-home .promociones .slider-navigation.right {
  right: 15px;
}
.page-template-home .promociones .slider-navigation:hover {
  background-color: #FFFFFF;
}
.page-template-home .promociones .slider-navigation .svg-icon {
  width: 30px;
  height: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .page-template-home .promociones .slider-navigation {
    top: 76.5px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-home .promociones .slider-navigation {
    top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-home .promociones .slider-navigation {
    top: 239px;
  }
}
@media only screen and (max-width: 748px) {
  .page-template-home .promociones .slider-navigation {
    top: 232px;
  }
}
@media only screen and (max-width: 728px) {
  .page-template-home .promociones .slider-navigation {
    top: 224.5px;
  }
}
@media only screen and (max-width: 708px) {
  .page-template-home .promociones .slider-navigation {
    top: 217px;
  }
}
@media only screen and (max-width: 688px) {
  .page-template-home .promociones .slider-navigation {
    top: 210px;
  }
}
@media only screen and (max-width: 668px) {
  .page-template-home .promociones .slider-navigation {
    top: 202.5px;
  }
}
@media only screen and (max-width: 648px) {
  .page-template-home .promociones .slider-navigation {
    top: 195.5px;
  }
}
@media only screen and (max-width: 628px) {
  .page-template-home .promociones .slider-navigation {
    top: 188px;
  }
}
@media only screen and (max-width: 608px) {
  .page-template-home .promociones .slider-navigation {
    top: 180.5px;
  }
}
@media only screen and (max-width: 588px) {
  .page-template-home .promociones .slider-navigation {
    top: 173.5px;
  }
}
@media only screen and (max-width: 568px) {
  .page-template-home .promociones .slider-navigation {
    top: 166px;
  }
}
@media only screen and (max-width: 548px) {
  .page-template-home .promociones .slider-navigation {
    top: 159px;
  }
}
@media only screen and (max-width: 528px) {
  .page-template-home .promociones .slider-navigation {
    top: 151.5px;
  }
}
@media only screen and (max-width: 508px) {
  .page-template-home .promociones .slider-navigation {
    top: 144px;
  }
}
@media only screen and (max-width: 488px) {
  .page-template-home .promociones .slider-navigation {
    top: 137px;
  }
}
@media only screen and (max-width: 468px) {
  .page-template-home .promociones .slider-navigation {
    top: 129.5px;
  }
}
@media only screen and (max-width: 448px) {
  .page-template-home .promociones .slider-navigation {
    top: 122.5px;
  }
}
@media only screen and (max-width: 428px) {
  .page-template-home .promociones .slider-navigation {
    top: 115px;
  }
}
@media only screen and (max-width: 408px) {
  .page-template-home .promociones .slider-navigation {
    top: 107.5px;
  }
}
@media only screen and (max-width: 388px) {
  .page-template-home .promociones .slider-navigation {
    top: 100.5px;
  }
}
@media only screen and (max-width: 368px) {
  .page-template-home .promociones .slider-navigation {
    top: 93px;
  }
}
@media only screen and (max-width: 348px) {
  .page-template-home .promociones .slider-navigation {
    top: 86px;
  }
}
@media only screen and (max-width: 328px) {
  .page-template-home .promociones .slider-navigation {
    top: 78.5px;
  }
}
@media only screen and (max-width: 308px) {
  .page-template-home .promociones .slider-navigation {
    top: 71px;
  }
}
@media only screen and (max-width: 288px) {
  .page-template-home .promociones .slider-navigation {
    top: 64px;
  }
}
@media only screen and (max-width: 268px) {
  .page-template-home .promociones .slider-navigation {
    top: 56.5px;
  }
}
.page-template-home .promociones .slider-cell {
  padding: 0;
  margin-bottom: 20px;
}
.page-template-home .promociones article {
  margin: 0 15px;
}
.page-template-home .promociones article a:hover .price {
  color: #FF5859;
}
.page-template-home .promociones article a:hover .image-wrapper {
  opacity: 0.8;
}
.page-template-home .promociones article .image-wrapper {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  background-color: #FFFFFF;
}
.page-template-home .promociones article .image-wrapper img {
  width: 100%;
  height: auto;
}
.page-template-home .promociones article .title {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 20px;
  color: #444D53;
  margin: 0 auto 10px auto;
  display: block;
}
.page-template-home .promociones article .price {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: -0.01em;
  line-height: 28px;
  color: #303E48;
  margin: 0 auto 10px auto;
  display: block;
}
.page-template-home .promociones article .details {
  color: #919191;
  display: block;
  margin: 0 auto 20px auto;
}
.page-template-home .promociones article .details p {
  color: #919191;
  margin: 0;
  padding: 0;
}
.page-template-home .promociones article .call-to-action {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #FF5859;
  cursor: pointer;
  display: inline-block;
}
.page-template-home .promociones article .call-to-action .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  fill: #FF5859;
}
@media only screen and (max-width: 768px) {
  .page-template-home .promociones article {
    margin: 0;
    margin-bottom: 40px;
    position: relative;
  }
  .page-template-home .promociones article .image-wrapper {
    width: 33.333333%;
    float: left;
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-home .promociones article .text-wrapper {
    width: 66.666666%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-home .promociones article .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .page-template-home .promociones article .price {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .page-template-home .promociones article .details {
    display: none;
  }
}
.page-template-home .novedades {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .page-template-home .novedades h2 {
    margin-bottom: 40px;
  }
}
.page-template-home .novedades article {
  margin-bottom: 40px;
}
.page-template-home .novedades article:last-child {
  margin-bottom: 0;
}
.page-template-home .novedades article .thumb-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #FFFFFF;
}
.page-template-home .novedades article .thumb-image {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: auto;
}
.page-template-home .novedades article .thumb-image:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .page-template-home .novedades article .title-wrapper {
    padding-left: 0;
  }
}
.page-template-home .novedades article h3 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-template-home .novedades article h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.page-template-home .novedades article h3 a {
  color: #303E48;
}
.page-template-home .novedades article h3 a:hover {
  color: #FF5859;
}
.page-template-home .novedades article .description p {
  line-height: 26px;
  font-size: 15px;
}
@media only screen and (max-width: 480px) {
  .page-template-home .novedades article .description {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-home .novedades .banner-mediumrectangle-wrapper {
    display: none;
  }
}
.page-template-home .club-lavoz {
  width: 300px;
  margin: 0 auto;
  border: 1px solid #ebebee;
  height: 380px;
}
.page-template-home .club-lavoz .coupon-thumb {
  background: #fff;
  min-height: 360px;
}
.page-template-home .club-lavoz .coupon-thumb .category {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
  display: none;
}
.page-template-home .club-lavoz .coupon-thumb .coupon-inner {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  padding: 15px;
}
.page-template-home .club-lavoz .coupon-thumb .coupon-inner .coupon-title {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
.page-template-home .club-lavoz .coupon-thumb .coupon-inner .coupon-desciption {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  color: #666;
  text-align: left;
  margin-bottom: 10px;
}
.page-template-home .club-lavoz .coupon-thumb .coupon-inner .coupon-meta {
  border: 0 none;
}
.page-template-home .club-lavoz .coupon-thumb .coupon-inner .coupon-meta .coupon-save {
  float: none;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #0867bb;
}
.page-template-home .club-lavoz .coupon-thumb .coupon-inner .coupon-meta .coupon-save .descuento {
  letter-spacing: -0.05em;
  float: left;
  line-height: 0.78;
}
.page-template-home .club-lavoz .coupon-thumb .coupon-inner .coupon-meta .coupon-save .tarjeta {
  float: right;
  width: 44px;
  height: 28px;
  background: url(../voydeviaje/img/tarjeta-azul.png) 0 0 no-repeat;
  background-size: 43px 25px;
  display: block;
}
.page-template-home .club-lavoz .coupon-thumb .coupon-inner .coupon-meta .coupon-save .tarjeta.gris {
  float: left;
  width: 44px;
  height: 28px;
  background: url(../voydeviaje/img/tarjeta-gris.png) 0 0 no-repeat;
  background-size: 43px 25px;
  margin-right: 5px;
  display: block;
}
.page-template-home .tour-virtual {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #303E48;
}
.page-template-home .tour-virtual h2 {
  color: #FFFFFF;
}
.page-template-home .tour-virtual h2 a {
  color: #FFFFFF;
}
.page-template-home .tour-virtual h2 a:hover {
  color: #FF5859;
}
.page-template-home .tour-virtual .page-link {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: right;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
}
.page-template-home .tour-virtual .page-link .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  fill: #FFFFFF;
  margin-left: 10px;
}
.page-template-home .tour-virtual .page-link:hover {
  color: #FF5859;
}
.page-template-home .tour-virtual .page-link:hover .svg-icon {
  fill: #FF5859;
}
@media only screen and (max-width: 480px) {
  .page-template-home .tour-virtual .page-link {
    display: none;
  }
}
.page-template-home .tour-virtual article .video-post-wrapper {
  position: relative;
  height: 443px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 528px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 405px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 415px;
  }
}
@media only screen and (max-width: 748px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 403px;
  }
}
@media only screen and (max-width: 728px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 392px;
  }
}
@media only screen and (max-width: 708px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 381px;
  }
}
@media only screen and (max-width: 688px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 370px;
  }
}
@media only screen and (max-width: 668px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 358px;
  }
}
@media only screen and (max-width: 648px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 347px;
  }
}
@media only screen and (max-width: 628px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 336px;
  }
}
@media only screen and (max-width: 608px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 325px;
  }
}
@media only screen and (max-width: 588px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 313px;
  }
}
@media only screen and (max-width: 568px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 302px;
  }
}
@media only screen and (max-width: 548px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 291px;
  }
}
@media only screen and (max-width: 528px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 280px;
  }
}
@media only screen and (max-width: 508px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 268px;
  }
}
@media only screen and (max-width: 488px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 257px;
  }
}
@media only screen and (max-width: 468px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 246px;
  }
}
@media only screen and (max-width: 448px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 235px;
  }
}
@media only screen and (max-width: 428px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 223px;
  }
}
@media only screen and (max-width: 408px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 212px;
  }
}
@media only screen and (max-width: 388px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 201px;
  }
}
@media only screen and (max-width: 368px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 190px;
  }
}
@media only screen and (max-width: 348px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 178px;
  }
}
@media only screen and (max-width: 328px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 167px;
  }
}
@media only screen and (max-width: 308px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 156px;
  }
}
@media only screen and (max-width: 288px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 145px;
  }
}
@media only screen and (max-width: 268px) {
  .page-template-home .tour-virtual article .video-post-wrapper {
    height: 133px;
  }
}
.page-template-home .tour-virtual article .video-post-wrapper:hover .front-info .svg-icon.play {
  fill: #FF5859;
}
.page-template-home .tour-virtual article .video-post-wrapper:hover .front-info h3 {
  color: #FF5859;
}
.page-template-home .tour-virtual article .video-post-wrapper .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-template-home .tour-virtual article .video-post-wrapper .background:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-template-home .tour-virtual article .video-post-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.page-template-home .tour-virtual article .video-post-wrapper .front-info {
  padding: 40px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .page-template-home .tour-virtual article .video-post-wrapper .front-info {
    padding: 30px 40px 30px 30px;
  }
}
.page-template-home .tour-virtual article .video-post-wrapper .front-info .svg-icon.play {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 45px;
  height: 45px;
  display: inline-block;
  color: #FFFFFF;
  fill: #FFFFFF;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-template-home .tour-virtual article .video-post-wrapper .front-info .svg-icon.play {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }
}
.page-template-home .tour-virtual article .video-post-wrapper .front-info h3 {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .page-template-home .tour-virtual article .video-post-wrapper .front-info h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
  }
}
.page-template-home .tour-virtual article .video-post-wrapper .front-info p {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
  width: 70%;
  margin-bottom: 15px;
}
.page-template-home .tour-virtual article .video-post-wrapper .front-info p.post-details {
  font-family: 'Playfair', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .page-template-home .tour-virtual article .video-post-wrapper .front-info p {
    display: none;
  }
}
.page-template-home .tour-virtual .video-post-list {
  height: 443px;
  background-color: #FFFFFF;
  padding: 0 30px;
}
.page-template-home .tour-virtual .video-post-list article {
  border-bottom: 1px solid #EFEFEF;
  height: 25%;
  width: 100%;
  display: table;
}
.page-template-home .tour-virtual .video-post-list article:last-child {
  border: none;
}
.page-template-home .tour-virtual .video-post-list article .align-fix {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.page-template-home .tour-virtual .video-post-list article .align-fix:hover h3 {
  color: #FF5859;
}
.page-template-home .tour-virtual .video-post-list article .align-fix:hover .svg-icon.view {
  color: #FF5859;
  fill: #FF5859;
}
.page-template-home .tour-virtual .video-post-list article a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-home .tour-virtual .video-post-list article h3 {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding-right: 40px;
}
.page-template-home .tour-virtual .video-post-list article h3 a {
  color: #303E48;
}
.page-template-home .tour-virtual .video-post-list article h3 a:hover {
  color: #FF5859;
}
.page-template-home .tour-virtual .video-post-list article p {
  font-size: 13px;
  padding-right: 40px;
  color: #919191;
}
.page-template-home .tour-virtual .video-post-list article .svg-icon.view {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  color: #303E48;
  fill: #303E48;
}
.page-template-home .segui-descubriendo {
  padding-top: 50px;
  padding-bottom: 70px;
}
.page-template-home .segui-descubriendo .table {
  width: 1200px;
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .page-template-home .segui-descubriendo .table {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-home .segui-descubriendo .table {
    width: 300px;
  }
}
@media only screen and (max-width: 300px) {
  .page-template-home .segui-descubriendo .table {
    width: 100%;
    overflow: hidden;
  }
}
.page-template-home .segui-descubriendo .row {
  display: table-row;
}
.page-template-home .segui-descubriendo .cell {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 300px;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .page-template-home .segui-descubriendo .cell {
    width: 50%;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-home .segui-descubriendo .cell {
    width: 100%;
    display: inline-block;
  }
}
.page-template-home .segui-descubriendo .cell.network {
  text-align: center;
}
.page-template-home .segui-descubriendo .cell.network a {
  width: 100%;
  height: 100%;
  display: table;
}
.page-template-home .segui-descubriendo .cell.network a .align-fix {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.page-template-home .segui-descubriendo .cell.network .svg-icon {
  fill: #FFFFFF;
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
}
.page-template-home .segui-descubriendo .cell.network .user {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0.01em;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.page-template-home .segui-descubriendo .cell.network .description {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  line-height: 22px;
  color: #93999D;
  padding: 0 50px;
}
.page-template-home .segui-descubriendo .cell.network.facebook {
  background-color: #303E48;
}
.page-template-home .segui-descubriendo .cell.network.twitter {
  background-color: #627380;
}
.page-template-home .segui-descubriendo .cell.network.twitter .description {
  color: #FFFFFF;
}
.page-template-home .segui-descubriendo .cell.network.instagram {
  background-color: #9A9FA2;
}
.page-template-home .segui-descubriendo .cell.network.instagram .description {
  color: #444D53;
}
.page-template-home .segui-descubriendo .cell.network.facebook:hover,
.page-template-home .segui-descubriendo .cell.network.twitter:hover,
.page-template-home .segui-descubriendo .cell.network.instagram:hover {
  background-color: #FF5859;
}
.page-template-home .segui-descubriendo .cell.network.facebook:hover .description,
.page-template-home .segui-descubriendo .cell.network.twitter:hover .description,
.page-template-home .segui-descubriendo .cell.network.instagram:hover .description {
  color: #FFFFFF;
}
.page-template-home .segui-descubriendo .cell.image .background {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-home .segui-descubriendo .cell.image .background:after {
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.05));
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.05));
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.page-template-home .segui-descubriendo .cell.image .svg-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  fill: #FFFFFF;
}
.page-template-home .segui-descubriendo .cell.image a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-home .segui-descubriendo .cell.image:hover .background {
  opacity: 0.8;
}
.page-template-home .segui-descubriendo .cell.quote {
  padding: 40px 30px;
  vertical-align: top;
  background-color: #F6F5F5;
  overflow: hidden;
}
.page-template-home .segui-descubriendo .cell.quote .content {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 27px;
  color: #303E48;
  width: 240px;
  margin-bottom: 20px;
}
.page-template-home .segui-descubriendo .cell.quote .content a {
  color: #FF5859;
}
.page-template-home .segui-descubriendo .cell.quote .content a:hover {
  color: #303E48;
}
.page-template-home .segui-descubriendo .cell.quote .date {
  color: #93999D;
}
.page-template-home .segui-descubriendo .cell.quote .user {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: normal;
  line-height: 20px;
  color: #303E48;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.page-template-home .segui-descubriendo .cell.quote .user .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  fill: #303E48;
}
.page-template-home .segui-descubriendo .cell.quote .user a {
  color: #303E48;
}
.page-template-home .segui-descubriendo .cell.quote .user a:hover {
  color: #FF5859;
}
.page-template-home .segui-descubriendo .cell.quote .user a:hover .svg-icon {
  fill: #FF5859;
}
.page-template-portadilla-generica h2 {
  font-size: 54px;
  line-height: 64px;
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-generica h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.page-template-portadilla-generica .planifica-tu-viaje {
  padding-top: 0;
  padding-bottom: 80px;
}
.page-template-portadilla-generica .planifica-tu-viaje h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-generica .planifica-tu-viaje h2 {
    font-size: 37px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.page-template-portadilla-generica .planifica-tu-viaje p {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-generica .planifica-tu-viaje .carousel-icons-wrapper {
    padding: 0;
  }
}
.page-template-portadilla-generica .planifica-tu-viaje .carousel-icons {
  margin-top: 50px;
}
.page-template-portadilla-generica .planifica-tu-viaje .carousel-icons .slider-navigation {
  position: absolute;
  margin-top: -15px;
  top: 50%;
}
.page-template-portadilla-generica .planifica-tu-viaje .carousel-icons .slider-navigation .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.page-template-portadilla-generica .planifica-tu-viaje .carousel-icons .slider-navigation:hover .svg-icon {
  fill: #FF5859;
}
.page-template-portadilla-generica .planifica-tu-viaje .carousel-icons .slider-navigation.left {
  left: 0;
}
.page-template-portadilla-generica .planifica-tu-viaje .carousel-icons .slider-navigation.right {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-generica .planifica-tu-viaje .carousel-icons .slider-navigation {
    margin-top: -30px;
  }
}
.page-template-portadilla-generica .planifica-tu-viaje ul {
  list-style: none;
  padding: 0;
  margin: 0 50px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
}
.page-template-portadilla-generica .planifica-tu-viaje ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 25%;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
}
.page-template-portadilla-generica .planifica-tu-viaje ul li a {
  color: #303E48;
  display: block;
}
.page-template-portadilla-generica .planifica-tu-viaje ul li a .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  fill: #303E48;
  display: block;
  margin: 0 auto 20px;
}
.page-template-portadilla-generica .planifica-tu-viaje ul li a:hover {
  color: #FF5859;
}
.page-template-portadilla-generica .planifica-tu-viaje ul li a:hover .svg-icon {
  fill: #FF5859;
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-generica .planifica-tu-viaje ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-generica .planifica-tu-viaje ul {
    margin: 0 20px;
    text-align: left;
  }
}
.page-template-portadilla-generica.page-error-404 .pager h2 {
  color: #FF5859;
  font-weight: 100;
}
.page-template-portadilla-generica.page-error-404 .pager h3 {
  font-family: 'Playfair', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-weight: 100;
}
.page-template-portadilla-generica.page-error-404 .general-posts-list h2 {
  font-size: 28px;
  letter-spacing: -0.01em;
  line-height: 30px;
  margin: 0 auto 20px auto;
}
.page-template-portadilla-generica .price-button {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #FF5859;
  font-size: 25px;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .page-template-portadilla-generica .price-button {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0;
    font-size: 14px;
    height: 40px;
    line-height: 43px;
    width: 120px;
  }
}
.page-template-portadilla-galerias h2 {
  font-size: 54px;
  line-height: 64px;
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-galerias h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.page-template-portadilla-videos h2 {
  font-size: 54px;
  line-height: 64px;
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-videos h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.page-template-portadilla-videos .secondary-videos .full-columns-width {
  width: 1170px;
  background-color: #303E48;
  margin-bottom: 80px;
  padding-bottom: 50px;
  padding-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .page-template-portadilla-videos .secondary-videos .full-columns-width {
    width: 940px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-portadilla-videos .secondary-videos .full-columns-width {
    width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-videos .secondary-videos .full-columns-width {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list {
  margin: 0 70px;
}
@media only screen and (max-width: 1200px) {
  .page-template-portadilla-videos .secondary-videos .secondary-videos-list {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-portadilla-videos .secondary-videos .secondary-videos-list .col-xs-12 {
    margin-bottom: 40px;
  }
  .page-template-portadilla-videos .secondary-videos .secondary-videos-list .col-xs-12:last-child {
    margin-bottom: 0;
  }
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .thumb-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .thumb-wrapper .thumb-image {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .thumb-wrapper .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -15px;
  margin-top: -15px;
  fill: #FFFFFF;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .thumb-wrapper:hover .thumb-image {
  opacity: 0.8;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .thumb-wrapper:hover .svg-icon {
  fill: #FF5859;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .category {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #98A5AC;
  height: 30px;
  line-height: 33px;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .category:hover {
  color: #FF5859;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .description {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 15px;
  display: block;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .description:hover {
  color: #98A5AC;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .video-runtime {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 20px;
  color: #6C7981;
}
.page-template-portadilla-videos .secondary-videos .secondary-videos-list article .video-runtime .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 20px;
  height: 20px;
  fill: #6C7981;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .page-template-nota-video .general-posts-list h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-nota-video .general-posts-list p {
    font-size: 16px;
    line-height: 28px;
  }
}
.page-template-nota-comun .post-heading {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #303E48;
}
.page-template-nota-comun .post-heading a {
  color: #FF5859;
}
.page-template-nota-comun .post-heading a:hover {
  color: #303E48;
}
.page-template-nota-comun .post-content-wrapper {
  margin-bottom: 50px;
}
.page-template-nota-comun .post-content-wrapper div {
  font-size: 17px;
  color: #000000;
}
.page-template-nota-comun .post-content-wrapper div.TextoDestacado {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  color: #303E48;
  line-height: 34px;
  margin: 10px 0;
}
.page-template-nota-comun .post-content-wrapper div.SubTitulo {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  color: #303E48;
  line-height: 36px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .post-content-wrapper div.TextoDestacado {
    font-size: 18px;
    line-height: 30px;
  }
  .page-template-nota-comun .post-content-wrapper div.SubTitulo {
    font-size: 24px;
    line-height: 28px;
  }
}
.page-template-nota-comun .post-content-wrapper p {
  font-size: 17px;
  color: #000000;
  padding-bottom: 30px;
  line-height: 30px;
}
.page-template-nota-comun .post-content-wrapper p.TextoDestacado {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  color: #303E48;
  line-height: 34px;
  margin: 10px 0;
}
.page-template-nota-comun .post-content-wrapper p.SubTitulo {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  color: #303E48;
  line-height: 36px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .post-content-wrapper p {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .page-template-nota-comun .post-content-wrapper p.TextoDestacado {
    font-size: 18px;
    line-height: 30px;
  }
  .page-template-nota-comun .post-content-wrapper p.SubTitulo {
    font-size: 24px;
    line-height: 28px;
  }
}
.page-template-nota-comun .post-content-wrapper a {
  color: #FF5859;
  font-weight: bold;
}
.page-template-nota-comun .post-content-wrapper a:hover {
  color: #303E48;
}
.page-template-nota-comun .post-content-wrapper blockquote {
  border: none;
  padding: 0;
  margin: 0;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  color: #303E48;
  line-height: 34px;
  position: relative;
  margin-top: 120px;
  margin-bottom: 123px;
}
.page-template-nota-comun .post-content-wrapper blockquote p {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  color: #303E48;
  line-height: 34px;
  padding: 0;
}
.page-template-nota-comun .post-content-wrapper blockquote:before {
  content: '“';
  font-family: 'Playfair', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 250px;
  font-weight: normal;
  color: #D3DEE4;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  padding-top: 90px;
  text-align: left;
  margin-left: -12px;
}
.page-template-nota-comun .post-content-wrapper blockquote:after {
  content: '”';
  font-family: 'Playfair', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 250px;
  font-weight: normal;
  color: #D3DEE4;
  position: absolute;
  bottom: -98px;
  right: 0;
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  padding-top: 90px;
  text-align: right;
  margin-right: -8px;
}
.page-template-nota-comun .post-content-wrapper blockquote.instagram-media {
  margin-bottom: 30px !important;
}
.page-template-nota-comun .post-content-wrapper blockquote.instagram-media:before {
  display: none;
}
.page-template-nota-comun .post-content-wrapper blockquote.instagram-media:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .post-content-wrapper blockquote {
    font-size: 18px;
    line-height: 30px;
  }
  .page-template-nota-comun .post-content-wrapper blockquote p {
    font-size: 18px;
    line-height: 30px;
  }
  .page-template-nota-comun .post-content-wrapper blockquote:before {
    content: '“';
    font-size: 200px;
    padding-top: 60px;
    height: 50px;
    top: -70px;
  }
  .page-template-nota-comun .post-content-wrapper blockquote:after {
    content: '”';
    font-size: 200px;
    padding-top: 60px;
    height: 50px;
    bottom: -70px;
  }
}
.page-template-nota-comun .post-content-wrapper strong {
  font-weight: bold;
}
.page-template-nota-comun .post-content-wrapper i {
  font-style: italic;
}
.page-template-nota-comun .post-content-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.page-template-nota-comun .post-content-wrapper ul li {
  font-size: 17px;
  color: #000000;
  padding-bottom: 10px;
  line-height: 30px;
}
.page-template-nota-comun .post-content-wrapper iframe {
  width: 100%;
  margin-bottom: 30px;
  min-height: 433px;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 346px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 405px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 415px;
  }
}
@media only screen and (max-width: 748px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 403px;
  }
}
@media only screen and (max-width: 728px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 392px;
  }
}
@media only screen and (max-width: 708px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 381px;
  }
}
@media only screen and (max-width: 688px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 370px;
  }
}
@media only screen and (max-width: 668px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 358px;
  }
}
@media only screen and (max-width: 648px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 347px;
  }
}
@media only screen and (max-width: 628px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 336px;
  }
}
@media only screen and (max-width: 608px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 325px;
  }
}
@media only screen and (max-width: 588px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 313px;
  }
}
@media only screen and (max-width: 568px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 302px;
  }
}
@media only screen and (max-width: 548px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 291px;
  }
}
@media only screen and (max-width: 528px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 280px;
  }
}
@media only screen and (max-width: 508px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 268px;
  }
}
@media only screen and (max-width: 488px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 257px;
  }
}
@media only screen and (max-width: 468px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 246px;
  }
}
@media only screen and (max-width: 448px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 235px;
  }
}
@media only screen and (max-width: 428px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 223px;
  }
}
@media only screen and (max-width: 408px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 212px;
  }
}
@media only screen and (max-width: 388px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 201px;
  }
}
@media only screen and (max-width: 368px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 190px;
  }
}
@media only screen and (max-width: 348px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 178px;
  }
}
@media only screen and (max-width: 328px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 167px;
  }
}
@media only screen and (max-width: 308px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 156px;
  }
}
@media only screen and (max-width: 288px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 145px;
  }
}
@media only screen and (max-width: 268px) {
  .page-template-nota-comun .post-content-wrapper iframe {
    min-height: 133px;
  }
}
.page-template-nota-comun .post-content-wrapper div.embed-responsive {
  margin-bottom: 30px;
}
.page-template-nota-comun .post-content-wrapper .content-off {
  margin-bottom: 30px;
}
.page-template-nota-comun .post-content-wrapper .content-off img {
  width: 100%;
  height: auto;
}
.page-template-nota-comun .related-galeries {
  margin-bottom: 40px;
}
.page-template-nota-comun .related-galeries h3 {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  color: #303E48;
  line-height: 36px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .related-galeries h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper {
  height: 450px;
  width: 100%;
  position: relative;
  display: table;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-main {
  width: auto;
  height: 100%;
  display: table-cell;
  position: relative;
  border-right: 2px solid white;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-main article a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-main article a:after {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-main article a .main-gallery-caption {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  padding: 30px 120px 30px 30px;
  color: #FFFFFF;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-main article a .main-gallery-caption {
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-main article a:hover:after {
  opacity: 0.8;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-main article a:hover .main-gallery-caption {
  color: #FF5859;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list {
  width: 170px;
  height: 100%;
  display: table-cell;
  position: relative;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list article {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: block;
  height: 33.333%;
  overflow: hidden;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list article a {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #FFFFFF;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list article a .last-gallery-caption {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  display: table-cell;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list article a .last-gallery-caption:before {
  content: 'VER MÁS';
}
@media only screen and (max-width: 480px) {
  .page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list article a .last-gallery-caption:before {
    content: '+';
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
  }
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list article:hover {
  opacity: 0.8;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list article:last-child a {
  border-bottom: none;
}
.page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list article:last-child a:after {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .page-template-nota-comun .related-galeries .related-galleries-wrapper .related-galleries-list {
    width: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-comun .related-galeries .related-galleries-wrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-nota-comun .related-galeries .related-galleries-wrapper {
    height: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .related-galeries .related-galleries-wrapper {
    height: 340px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-nota-comun .related-galeries .related-galleries-wrapper {
    height: 200px;
  }
}
.page-template-nota-comun .tour-virtual {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #F7F6F6;
  margin-bottom: 60px;
}
.page-template-nota-comun .tour-virtual h2 a {
  color: #303E48;
}
.page-template-nota-comun .tour-virtual h2 a:hover {
  color: #FF5859;
}
.page-template-nota-comun .tour-virtual .page-link {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: right;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
}
.page-template-nota-comun .tour-virtual .page-link .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  fill: #FFFFFF;
  margin-left: 10px;
}
.page-template-nota-comun .tour-virtual .page-link:hover {
  color: #FF5859;
}
.page-template-nota-comun .tour-virtual .page-link:hover .svg-icon {
  fill: #FF5859;
}
@media only screen and (max-width: 480px) {
  .page-template-nota-comun .tour-virtual .page-link {
    display: none;
  }
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper {
  height: 443px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 528px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 405px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 415px;
  }
}
@media only screen and (max-width: 748px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 403px;
  }
}
@media only screen and (max-width: 728px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 392px;
  }
}
@media only screen and (max-width: 708px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 381px;
  }
}
@media only screen and (max-width: 688px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 370px;
  }
}
@media only screen and (max-width: 668px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 358px;
  }
}
@media only screen and (max-width: 648px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 347px;
  }
}
@media only screen and (max-width: 628px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 336px;
  }
}
@media only screen and (max-width: 608px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 325px;
  }
}
@media only screen and (max-width: 588px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 313px;
  }
}
@media only screen and (max-width: 568px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 302px;
  }
}
@media only screen and (max-width: 548px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 291px;
  }
}
@media only screen and (max-width: 528px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 280px;
  }
}
@media only screen and (max-width: 508px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 268px;
  }
}
@media only screen and (max-width: 488px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 257px;
  }
}
@media only screen and (max-width: 468px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 246px;
  }
}
@media only screen and (max-width: 448px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 235px;
  }
}
@media only screen and (max-width: 428px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 223px;
  }
}
@media only screen and (max-width: 408px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 212px;
  }
}
@media only screen and (max-width: 388px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 201px;
  }
}
@media only screen and (max-width: 368px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 190px;
  }
}
@media only screen and (max-width: 348px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 178px;
  }
}
@media only screen and (max-width: 328px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 167px;
  }
}
@media only screen and (max-width: 308px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 156px;
  }
}
@media only screen and (max-width: 288px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 145px;
  }
}
@media only screen and (max-width: 268px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper {
    height: 133px;
  }
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper:hover .front-info .svg-icon.play {
  fill: #FF5859;
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper:hover .front-info h3 {
  color: #FF5859;
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper .background:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper .front-info {
  padding: 40px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper .front-info {
    padding: 30px 40px 30px 30px;
  }
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper .front-info .svg-icon.play {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 45px;
  height: 45px;
  display: inline-block;
  color: #FFFFFF;
  fill: #FFFFFF;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper .front-info .svg-icon.play {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper .front-info h3 {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper .front-info h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
  }
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper .front-info p {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
  width: 70%;
  margin-bottom: 15px;
}
.page-template-nota-comun .tour-virtual article .video-post-wrapper .front-info p.post-details {
  font-family: 'Playfair', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .page-template-nota-comun .tour-virtual article .video-post-wrapper .front-info p {
    display: none;
  }
}
.page-template-nota-comun .tour-virtual .video-post-list {
  height: 443px;
  background-color: #FFFFFF;
  padding: 0 30px;
}
.page-template-nota-comun .tour-virtual .video-post-list article {
  border-bottom: 1px solid #EFEFEF;
  height: 25%;
  width: 100%;
  display: table;
}
.page-template-nota-comun .tour-virtual .video-post-list article:last-child {
  border: none;
}
.page-template-nota-comun .tour-virtual .video-post-list article .align-fix {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.page-template-nota-comun .tour-virtual .video-post-list article .align-fix:hover h3 {
  color: #FF5859;
}
.page-template-nota-comun .tour-virtual .video-post-list article .align-fix:hover .svg-icon.view {
  color: #FF5859;
  fill: #FF5859;
}
.page-template-nota-comun .tour-virtual .video-post-list article a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-nota-comun .tour-virtual .video-post-list article h3 {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding-right: 40px;
}
.page-template-nota-comun .tour-virtual .video-post-list article h3 a {
  color: #303E48;
}
.page-template-nota-comun .tour-virtual .video-post-list article h3 a:hover {
  color: #FF5859;
}
.page-template-nota-comun .tour-virtual .video-post-list article p {
  font-size: 14px;
  padding-right: 40px;
  color: #919191;
}
.page-template-nota-comun .tour-virtual .video-post-list article .svg-icon.view {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  color: #303E48;
  fill: #303E48;
}
.page-template-nota-comun .galeries-resume {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #F7F6F6;
  margin-bottom: 60px;
}
.page-template-nota-comun .galeries-resume .page-link {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: right;
  color: #303E48;
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
}
.page-template-nota-comun .galeries-resume .page-link .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  fill: #303E48;
  margin-left: 10px;
}
.page-template-nota-comun .galeries-resume .page-link:hover {
  color: #FF5859;
}
.page-template-nota-comun .galeries-resume .page-link:hover .svg-icon {
  fill: #FF5859;
}
.page-template-nota-comun .galeries-resume .gallery-slider {
  background-color: #FFFFFF;
}
.page-template-nota-comun .galeries-resume .gallery-slider .slide {
  width: 100%;
  height: 433px;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 528px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 405px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 415px;
  }
}
@media only screen and (max-width: 748px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 403px;
  }
}
@media only screen and (max-width: 728px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 392px;
  }
}
@media only screen and (max-width: 708px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 381px;
  }
}
@media only screen and (max-width: 688px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 370px;
  }
}
@media only screen and (max-width: 668px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 358px;
  }
}
@media only screen and (max-width: 648px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 347px;
  }
}
@media only screen and (max-width: 628px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 336px;
  }
}
@media only screen and (max-width: 608px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 325px;
  }
}
@media only screen and (max-width: 588px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 313px;
  }
}
@media only screen and (max-width: 568px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 302px;
  }
}
@media only screen and (max-width: 548px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 291px;
  }
}
@media only screen and (max-width: 528px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 280px;
  }
}
@media only screen and (max-width: 508px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 268px;
  }
}
@media only screen and (max-width: 488px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 257px;
  }
}
@media only screen and (max-width: 468px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 246px;
  }
}
@media only screen and (max-width: 448px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 235px;
  }
}
@media only screen and (max-width: 428px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 223px;
  }
}
@media only screen and (max-width: 408px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 212px;
  }
}
@media only screen and (max-width: 388px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 201px;
  }
}
@media only screen and (max-width: 368px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 190px;
  }
}
@media only screen and (max-width: 348px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 178px;
  }
}
@media only screen and (max-width: 328px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 167px;
  }
}
@media only screen and (max-width: 308px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 156px;
  }
}
@media only screen and (max-width: 288px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 145px;
  }
}
@media only screen and (max-width: 268px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slide {
    height: 133px;
  }
}
.page-template-nota-comun .galeries-resume .gallery-slider .slide .slide-background {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-nota-comun .galeries-resume .gallery-slider .bottom-line {
  height: 70px;
  overflow: hidden;
}
.page-template-nota-comun .galeries-resume .gallery-slider .bottom-line .slide-caption {
  color: #98A5AC;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 73px;
  letter-spacing: -0.01em;
  padding-left: 35px;
}
@media only screen and (max-width: 992px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .bottom-line .slide-caption {
    text-align: center;
    padding-right: 35px;
  }
}
.page-template-nota-comun .galeries-resume .gallery-slider .bottom-line .slider-controls {
  color: #98A5AC;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 73px;
  letter-spacing: -0.01em;
  height: 70px;
}
.page-template-nota-comun .galeries-resume .gallery-slider .bottom-line .slider-controls .slide-counter {
  display: inline-block;
  height: 70px;
  line-height: 73px;
  overflow: hidden;
  vertical-align: top;
  padding-right: 20px;
}
.page-template-nota-comun .galeries-resume .gallery-slider .bottom-line .slider-controls .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 20px;
  height: 20px;
  fill: #98A5AC;
  cursor: pointer;
  margin-right: 30px;
  vertical-align: text-bottom;
}
.page-template-nota-comun .galeries-resume .gallery-slider .bottom-line .slider-controls .svg-icon:hover {
  fill: #FF5859;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .bottom-line {
    border-bottom: 1px solid #efefef;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .bottom-line {
    height: auto;
  }
  .page-template-nota-comun .galeries-resume .gallery-slider .bottom-line .slide-caption {
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-template-nota-comun .galeries-resume .gallery-slider .slider-close {
  display: none;
}
.page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
  -webkit-transition: background-color ease-in-out 0.3s;
  -moz-transition: background-color ease-in-out 0.3s;
  -ms-transition: background-color ease-in-out 0.3s;
  -o-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 60px;
  display: block;
  position: absolute;
  text-align: center;
  cursor: pointer;
  top: 186.5px;
}
.page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation.left {
  left: 15px;
}
.page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation.right {
  right: 15px;
}
.page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation:hover {
  background-color: #FFFFFF;
}
.page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation .svg-icon {
  width: 30px;
  height: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 234px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 172.5px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 177.5px;
  }
}
@media only screen and (max-width: 748px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 171.5px;
  }
}
@media only screen and (max-width: 728px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 166px;
  }
}
@media only screen and (max-width: 708px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 160.5px;
  }
}
@media only screen and (max-width: 688px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 155px;
  }
}
@media only screen and (max-width: 668px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 149px;
  }
}
@media only screen and (max-width: 648px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 143.5px;
  }
}
@media only screen and (max-width: 628px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 138px;
  }
}
@media only screen and (max-width: 608px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 132.5px;
  }
}
@media only screen and (max-width: 588px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 126.5px;
  }
}
@media only screen and (max-width: 568px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 121px;
  }
}
@media only screen and (max-width: 548px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 115.5px;
  }
}
@media only screen and (max-width: 528px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 110px;
  }
}
@media only screen and (max-width: 508px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 104px;
  }
}
@media only screen and (max-width: 488px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 98.5px;
  }
}
@media only screen and (max-width: 468px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 93px;
  }
}
@media only screen and (max-width: 448px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 87.5px;
  }
}
@media only screen and (max-width: 428px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 81.5px;
  }
}
@media only screen and (max-width: 408px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 76px;
  }
}
@media only screen and (max-width: 388px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 70.5px;
  }
}
@media only screen and (max-width: 368px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 65px;
  }
}
@media only screen and (max-width: 348px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 59px;
  }
}
@media only screen and (max-width: 328px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 53.5px;
  }
}
@media only screen and (max-width: 308px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 48px;
  }
}
@media only screen and (max-width: 288px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 42.5px;
  }
}
@media only screen and (max-width: 268px) {
  .page-template-nota-comun .galeries-resume .gallery-slider .slider-navigation {
    top: 36.5px;
  }
}
.page-template-nota-comun .galeries-resume .gallery-post-list {
  height: 503px;
  background-color: #FFFFFF;
  padding: 0 30px;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-comun .galeries-resume .gallery-post-list {
    padding: 0;
    height: auto;
  }
}
.page-template-nota-comun .galeries-resume .gallery-post-list article {
  border-bottom: 1px solid #EFEFEF;
  height: 25%;
  width: 100%;
  display: table;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-comun .galeries-resume .gallery-post-list article {
    padding: 20px 15px;
  }
}
.page-template-nota-comun .galeries-resume .gallery-post-list article:last-child {
  border: none;
}
.page-template-nota-comun .galeries-resume .gallery-post-list article .align-fix {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.page-template-nota-comun .galeries-resume .gallery-post-list article .align-fix:hover h3 {
  color: #FF5859;
}
.page-template-nota-comun .galeries-resume .gallery-post-list article .align-fix:hover .svg-icon.view {
  color: #FF5859;
  fill: #FF5859;
}
.page-template-nota-comun .galeries-resume .gallery-post-list article a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-nota-comun .galeries-resume .gallery-post-list article h3 {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding-right: 40px;
  margin-bottom: 5px;
}
.page-template-nota-comun .galeries-resume .gallery-post-list article h3 a {
  color: #303E48;
}
.page-template-nota-comun .galeries-resume .gallery-post-list article h3 a:hover {
  color: #FF5859;
}
.page-template-nota-comun .galeries-resume .gallery-post-list article .post-author {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #BAC2C7;
  display: block;
}
.page-template-nota-comun .galeries-resume .gallery-post-list article .svg-icon.view {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  color: #303E48;
  fill: #303E48;
}
.page-template-nota-comun .sidebar .trending-list {
  text-align: left;
  width: 300px;
  display: inline-block;
  margin-top: 40px;
}
.page-template-nota-comun .sidebar .trending-list h2 {
  font-size: 30px;
  color: #FF5859;
  border-bottom: 1px solid #EFEFEF;
  height: 65px;
  line-height: 65px;
}
.page-template-nota-comun .sidebar .trending-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-nota-comun .sidebar .trending-list ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100px;
  margin-bottom: 40px;
}
.page-template-nota-comun .sidebar .trending-list ul li img {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #FFFFFF;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-nota-comun .sidebar .trending-list ul li img:hover {
  opacity: 0.8;
}
.page-template-nota-comun .sidebar .trending-list ul li h3 {
  font-size: 16px;
  line-height: 22px;
  padding-left: 110px;
  margin-bottom: 5px;
}
.page-template-nota-comun .sidebar .trending-list ul li h3 a {
  color: #303E48;
}
.page-template-nota-comun .sidebar .trending-list ul li h3 a:hover {
  color: #FF5859;
}
.page-template-nota-comun .sidebar .trending-list ul li .post-author {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #BAC2C7;
  padding-left: 110px;
}
.page-template-nota-comun .sidebar .sidebar-post-list {
  text-align: left;
  width: 300px;
  display: inline-block;
  margin-top: 40px;
}
.page-template-nota-comun .sidebar .sidebar-post-list h2 {
  font-size: 30px;
  color: #FF5859;
  border-bottom: 1px solid #EFEFEF;
  height: 65px;
  line-height: 65px;
}
.page-template-nota-comun .sidebar .sidebar-post-list article {
  margin-bottom: 50px;
  position: relative;
}
.page-template-nota-comun .sidebar .sidebar-post-list article img {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}
.page-template-nota-comun .sidebar .sidebar-post-list article img:hover {
  opacity: 0.8;
}
.page-template-nota-comun .sidebar .sidebar-post-list article .category-wrapper {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 190px;
  display: block;
  text-align: center;
}
.page-template-nota-comun .sidebar .sidebar-post-list article .category-wrapper .category {
  background-color: #FFFFFF;
  border: none;
  height: 30px;
  padding: 0 15px;
  white-space: nowrap;
}
.page-template-nota-comun .sidebar .sidebar-post-list article h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.page-template-nota-comun .sidebar .sidebar-post-list article h3 a {
  color: #303E48;
}
.page-template-nota-comun .sidebar .sidebar-post-list article h3 a:hover {
  color: #FF5859;
}
.page-template-nota-ficha .post-content-wrapper {
  margin-bottom: 40px;
}
.page-template-nota-ficha .post-content-wrapper iframe {
  width: 100%;
  margin-bottom: 30px;
  min-height: 433px;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 346px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 405px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 415px;
  }
}
@media only screen and (max-width: 748px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 403px;
  }
}
@media only screen and (max-width: 728px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 392px;
  }
}
@media only screen and (max-width: 708px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 381px;
  }
}
@media only screen and (max-width: 688px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 370px;
  }
}
@media only screen and (max-width: 668px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 358px;
  }
}
@media only screen and (max-width: 648px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 347px;
  }
}
@media only screen and (max-width: 628px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 336px;
  }
}
@media only screen and (max-width: 608px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 325px;
  }
}
@media only screen and (max-width: 588px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 313px;
  }
}
@media only screen and (max-width: 568px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 302px;
  }
}
@media only screen and (max-width: 548px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 291px;
  }
}
@media only screen and (max-width: 528px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 280px;
  }
}
@media only screen and (max-width: 508px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 268px;
  }
}
@media only screen and (max-width: 488px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 257px;
  }
}
@media only screen and (max-width: 468px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 246px;
  }
}
@media only screen and (max-width: 448px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 235px;
  }
}
@media only screen and (max-width: 428px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 223px;
  }
}
@media only screen and (max-width: 408px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 212px;
  }
}
@media only screen and (max-width: 388px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 201px;
  }
}
@media only screen and (max-width: 368px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 190px;
  }
}
@media only screen and (max-width: 348px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 178px;
  }
}
@media only screen and (max-width: 328px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 167px;
  }
}
@media only screen and (max-width: 308px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 156px;
  }
}
@media only screen and (max-width: 288px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 145px;
  }
}
@media only screen and (max-width: 268px) {
  .page-template-nota-ficha .post-content-wrapper iframe {
    min-height: 133px;
  }
}
.page-template-nota-ficha .post-content-wrapper h3 {
  display: inline-block;
}
.page-template-nota-ficha .post-content-wrapper .buttons-wrapper {
  float: right;
  margin-top: 50px;
  padding: 0 0 20px 20px;
}
@media only screen and (max-width: 992px) {
  .page-template-nota-ficha .post-content-wrapper .buttons-wrapper {
    float: none;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.page-template-nota-ficha .post-content-wrapper .buttons-wrapper .price-button {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 200px;
  height: 60px;
  border: 1px solid #303E48;
  color: #303E48;
  line-height: 62px;
  font-size: 25px;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .page-template-nota-ficha .post-content-wrapper .buttons-wrapper .price-button {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0;
    font-size: 14px;
    height: 40px;
    line-height: 43px;
    width: 120px;
  }
}
.page-template-nota-ficha .post-content-wrapper .buttons-wrapper .contact-button {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 200px;
  height: 60px;
  border: 1px solid #303E48;
  background-color: #303E48;
  color: #FFFFFF;
  line-height: 62px;
  padding: 0 20px;
  font-size: 17px;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.page-template-nota-ficha .post-content-wrapper .buttons-wrapper .contact-button a {
  color: #FFFFFF;
}
.page-template-nota-ficha .post-content-wrapper .buttons-wrapper .contact-button:hover {
  background-color: #FF5859;
}
.page-template-nota-ficha .post-content-wrapper .buttons-wrapper .contact-button:hover a {
  color: #FFFFFF;
}
@media only screen and (max-width: 992px) {
  .page-template-nota-ficha .post-content-wrapper .buttons-wrapper .contact-button {
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 43px;
    width: 120px;
    margin-bottom: 0;
  }
}
.page-template-nota-ficha .post-content-wrapper p {
  color: #000000;
  padding-bottom: 20px;
  font-size: 16px;
}
.page-template-nota-ficha .post-content-wrapper p.legals {
  font-size: 12px;
}
.page-template-nota-ficha .post-content-wrapper p a {
  color: #FF5859;
  font-weight: bold;
}
.page-template-nota-ficha .post-content-wrapper p a:hover {
  color: #303E48;
}
.page-template-nota-lista .swiper-wrapper .slide {
  margin-bottom: 40px;
}
.page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
  width: 100%;
  height: 500px;
  background-color: #F8F8F8;
  margin-bottom: 40px;
  height: 433px;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 346px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    margin-bottom: 20px;
    height: 405px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 415px;
  }
}
@media only screen and (max-width: 748px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 403px;
  }
}
@media only screen and (max-width: 728px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 392px;
  }
}
@media only screen and (max-width: 708px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 381px;
  }
}
@media only screen and (max-width: 688px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 370px;
  }
}
@media only screen and (max-width: 668px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 358px;
  }
}
@media only screen and (max-width: 648px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 347px;
  }
}
@media only screen and (max-width: 628px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 336px;
  }
}
@media only screen and (max-width: 608px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 325px;
  }
}
@media only screen and (max-width: 588px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 313px;
  }
}
@media only screen and (max-width: 568px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 302px;
  }
}
@media only screen and (max-width: 548px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 291px;
  }
}
@media only screen and (max-width: 528px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 280px;
  }
}
@media only screen and (max-width: 508px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 268px;
  }
}
@media only screen and (max-width: 488px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 257px;
  }
}
@media only screen and (max-width: 468px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 246px;
  }
}
@media only screen and (max-width: 448px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 235px;
  }
}
@media only screen and (max-width: 428px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 223px;
  }
}
@media only screen and (max-width: 408px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 212px;
  }
}
@media only screen and (max-width: 388px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 201px;
  }
}
@media only screen and (max-width: 368px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 190px;
  }
}
@media only screen and (max-width: 348px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 178px;
  }
}
@media only screen and (max-width: 328px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 167px;
  }
}
@media only screen and (max-width: 308px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 156px;
  }
}
@media only screen and (max-width: 288px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 145px;
  }
}
@media only screen and (max-width: 268px) {
  .page-template-nota-lista .swiper-wrapper .slide .image-wrapper {
    height: 133px;
  }
}
.page-template-nota-lista .swiper-wrapper .slide .image-wrapper img {
  width: 100%;
  height: 100%;
}
.page-template-nota-lista .swiper-wrapper .slide p {
  line-height: 26px;
  font-size: 16px;
}
.page-template-nota-lista .swiper-wrapper .slide p a {
  color: #FF5859;
}
.page-template-nota-lista .swiper-wrapper .slide p a:hover {
  color: #303E48;
}
.page-template-nota-lista .mobile-list-controls {
  width: 100%;
  height: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  display: none;
}
.page-template-nota-lista .mobile-list-controls .swiper-button-next,
.page-template-nota-lista .mobile-list-controls .swiper-button-prev {
  top: 73%;
}
.page-template-nota-lista .mobile-list-controls .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  fill: #303E48;
  cursor: pointer;
}
.page-template-nota-lista .mobile-list-controls .svg-icon.left {
  left: 0;
}
.page-template-nota-lista .mobile-list-controls .svg-icon.right {
  right: 0;
}
.page-template-nota-lista .mobile-list-controls .svg-icon:hover {
  fill: #FF5859;
}
.page-template-nota-lista .mobile-list-controls .center-text {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 32px;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #303E48;
}
.page-template-nota-lista .swiper-button-next,
.page-template-nota-lista .swiper-button-prev {
  background-image: none;
}
.page-template-nota-lista .swiper-data {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E8E8E8;
}
.page-template-nota-lista .swiper-data .slider-navigation {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 60px;
  display: block;
  position: absolute;
  text-align: center;
  cursor: pointer;
  top: 186.5px;
}
.page-template-nota-lista .swiper-data .slider-navigation.left {
  left: 15px;
}
.page-template-nota-lista .swiper-data .slider-navigation.right {
  right: 15px;
}
.page-template-nota-lista .swiper-data .slider-navigation:hover {
  background-color: #FFFFFF;
}
.page-template-nota-lista .swiper-data .slider-navigation .svg-icon {
  width: 30px;
  height: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .page-template-nota-lista .swiper-data .slider-navigation {
    top: 143px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-nota-lista .swiper-data .slider-navigation {
    display: none;
  }
}
.page-template-nota-lista .swiper-data .slide {
  margin-bottom: 40px;
}
.page-template-nota-lista .swiper-data .slide h3 {
  position: relative;
  padding-left: 70px;
  padding-top: 12px;
  line-height: 35px;
  min-height: 55px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .page-template-nota-lista .swiper-data .slide h3 {
    padding-left: 0;
    line-height: 24px;
  }
}
.page-template-nota-lista .swiper-data .slide h3 .number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: block;
  text-align: center;
  line-height: 58px;
  overflow: hidden;
  border: 2px solid #B8BEC1;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #B8BEC1;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .page-template-nota-lista .swiper-data .slide h3 .number {
    position: relative;
    margin-bottom: 30px;
    float: left;
    margin-right: 10px;
  }
}
.page-template-nota-lista .swiper-data .slide p {
  line-height: 26px;
  font-size: 16px;
}
.page-template-nota-lista .swiper-data .slide p a {
  color: #FF5859;
}
.page-template-nota-lista .swiper-data .slide p a:hover {
  color: #303E48;
}
.page-template-nota-lista .list-heading {
  font-size: 19px;
  letter-spacing: 0.1em;
  padding-left: 50px;
  height: 30px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .page-template-nota-lista .list-heading {
    display: none;
  }
}
.page-template-nota-lista .list-heading .svg-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-nota-lista .list-links,
.page-template-nota-lista .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: auto;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 40px;
}
@media only screen and (max-width: 992px) {
  .page-template-nota-lista .list-links,
  .page-template-nota-lista .carousel-indicators {
    display: none;
  }
}
.page-template-nota-lista .list-links li,
.page-template-nota-lista .carousel-indicators li {
  display: list-item;
  width: auto;
  height: auto;
  text-indent: inherit;
  border: none;
  border-radius: 0;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  list-style: none;
  padding: 20px 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #E3E7E9;
  margin-left: 50px;
  margin-right: 70px;
  cursor: pointer;
}
.page-template-nota-lista .list-links li:last-child,
.page-template-nota-lista .carousel-indicators li:last-child {
  border: none;
}
.page-template-nota-lista .list-links li .list-number-wrapper,
.page-template-nota-lista .carousel-indicators li .list-number-wrapper {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
}
.page-template-nota-lista .list-links li .list-number-wrapper .list-number,
.page-template-nota-lista .carousel-indicators li .list-number-wrapper .list-number {
  display: table;
  width: 100%;
  height: 100%;
}
.page-template-nota-lista .list-links li .list-number-wrapper .list-number .list-number-fix,
.page-template-nota-lista .carousel-indicators li .list-number-wrapper .list-number .list-number-fix {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #B8BEC1;
  letter-spacing: -0.08em;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.page-template-nota-lista .list-links li .list-text,
.page-template-nota-lista .carousel-indicators li .list-text {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #303E48;
}
.page-template-nota-lista .list-links li.current .list-text,
.page-template-nota-lista .carousel-indicators li.current .list-text,
.page-template-nota-lista .list-links li:hover .list-text,
.page-template-nota-lista .carousel-indicators li:hover .list-text {
  color: #FF5859;
}
.page-template-nota-lista .list-links .active,
.page-template-nota-lista .carousel-indicators .active {
  margin-left: 50px;
  margin-right: 70px;
  background-color: transparent;
}
.page-template-nota-lista .list-links .active .list-text,
.page-template-nota-lista .carousel-indicators .active .list-text {
  color: #FF5859;
}
.post-main-content {
  margin-top: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .post-main-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.post-main-content h2 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .post-main-content h2 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }
}
.post-main-content .post-content-wrapper .heading {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #303E48;
  margin: 0 auto 40px;
}
.post-main-content .post-content-wrapper .heading a {
  color: #FF5859;
}
.post-main-content .post-content-wrapper .heading a:hover {
  color: #98A5AC;
}
@media only screen and (max-width: 992px) {
  .post-main-content .post-content-wrapper .heading {
    text-align: center;
    line-height: 30px;
  }
}
.post-main-content .post-content-holder .post-entry-holder p {
  margin: 0 0 20px 0;
  border-bottom: solid 1px #EFEFEF;
  padding: 0 0 20px 0;
}
.post-main-content .social-share {
  margin-bottom: 70px;
}
.post-main-content .social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.post-main-content .social-share ul li {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  border-right: 2px solid #FFFFFF;
  overflow: hidden;
  padding-top: 2px;
  cursor: pointer;
}
.post-main-content .social-share ul li a {
  color: #FFFFFF;
}
.post-main-content .social-share ul li.facebook {
  background-color: #3b5998;
}
.post-main-content .social-share ul li.twitter {
  background-color: #1da1f2;
}
.post-main-content .social-share ul li.google {
  background-color: #dc4e41;
}
.post-main-content .social-share ul li.pinterest {
  background-color: #cb2027;
}
.post-main-content .social-share ul li.tumblr {
  background-color: #37455c;
}
.post-main-content .social-share ul li.email {
  background-color: #303e48;
}
.post-main-content .social-share ul li.comment {
  background-color: #ff5859;
}
.post-main-content .social-share ul li.fixed-width {
  width: 75px;
}
.post-main-content .social-share ul li.fixed-width .svg-icon {
  margin-right: 0 !important;
}
.post-main-content .social-share ul li:last-child {
  border: none;
}
.post-main-content .social-share ul li:hover {
  background-color: #303E48;
}
.post-main-content .social-share ul li .svg-icon {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -4px;
}
@media only screen and (max-width: 1200px) {
  .post-main-content .social-share ul li {
    display: inline-block;
    padding: 0 15px;
    border: none;
    margin: 0 4px 4px 0;
  }
}
.post-main-content .facebook-comments {
  background-color: whitesmoke;
  border: 1px solid #c0c0c0;
  padding: 40px;
  margin-bottom: 20px;
}
.general-posts-list {
  padding-top: 0;
  padding-bottom: 30px;
}
.general-posts-list .listado-element-repeater {
  margin-bottom: 40px;
}
.general-posts-list.small h2 {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 10px;
}
.general-posts-list article .thumb-image {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .general-posts-list article .thumb-image {
    margin-bottom: 10px;
  }
}
.general-posts-list article .thumb-image:hover {
  opacity: 0.8;
}
.general-posts-list article h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.general-posts-list article h2 a {
  color: #303E48;
}
.general-posts-list article h2 a:hover {
  color: #FF5859;
}
.general-posts-list article p {
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 16px;
}
.general-posts-list article .author {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 20px;
  color: #BABABA;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .general-posts-list article .author {
    margin-bottom: 2px;
  }
}
.general-posts-list article .picture-count {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 23px;
  height: 20px;
  color: #BABABA;
  position: relative;
  padding-left: 24px;
  margin: 0;
  margin-left: -3px;
}
.general-posts-list article .picture-count .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 20px;
  height: 20px;
  fill: #BABABA;
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  left: 0;
  top: 0;
}
.general-posts-list article .items-count {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 23px;
  height: 20px;
  color: #BABABA;
  position: relative;
  padding-left: 28px;
  margin: 0;
}
.general-posts-list article .items-count .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 20px;
  height: 20px;
  fill: #BABABA;
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  left: 0;
  top: 0;
}
.general-posts-list article .type-icon {
  height: 32px;
  position: relative;
}
.general-posts-list article .type-icon .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 32px;
  height: 32px;
  fill: #BABABA;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.general-posts-list article .type-icon .svg-icon.image {
  margin-left: -6px;
}
.general-posts-list article .type-icon .svg-icon.list {
  margin-left: -6px;
}
.general-posts-list article .cta-arrow .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  fill: #303E48;
}
.general-posts-list article .cta-arrow:hover .svg-icon {
  fill: #FF5859;
}
.video-posts-list {
  padding-top: 0;
  padding-bottom: 30px;
}
.video-posts-list .listado-element-repeater {
  margin-bottom: 40px;
}
.video-posts-list article .thumb-wrapper {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .video-posts-list article .thumb-wrapper {
    margin-bottom: 10px;
  }
}
.video-posts-list article .thumb-wrapper .thumb-image {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.video-posts-list article .thumb-wrapper .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -20px;
  margin-top: -20px;
  fill: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .video-posts-list article .thumb-wrapper .svg-icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }
}
.video-posts-list article .thumb-wrapper:hover .thumb-image {
  opacity: 0.8;
}
.video-posts-list article .thumb-wrapper:hover .svg-icon {
  fill: #FF5859;
}
.video-posts-list article h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .video-posts-list article h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.video-posts-list article h3 a {
  color: #303E48;
}
.video-posts-list article h3 a:hover {
  color: #FF5859;
}
.video-posts-list article .author {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 20px;
  color: #BABABA;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .video-posts-list article .author {
    margin-bottom: 2px;
  }
}
.video-posts-list article .video-runtime {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 23px;
  height: 20px;
  color: #BABABA;
  position: relative;
  padding-left: 28px;
  margin: 0;
}
.video-posts-list article .video-runtime .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 20px;
  height: 20px;
  fill: #BABABA;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.video-masthead article .video-post-wrapper {
  height: 658px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .video-masthead article .video-post-wrapper {
    height: 528px;
  }
}
@media only screen and (max-width: 992px) {
  .video-masthead article .video-post-wrapper {
    height: 405px;
  }
}
@media only screen and (max-width: 768px) {
  .video-masthead article .video-post-wrapper {
    height: 415px;
  }
}
@media only screen and (max-width: 748px) {
  .video-masthead article .video-post-wrapper {
    height: 403px;
  }
}
@media only screen and (max-width: 728px) {
  .video-masthead article .video-post-wrapper {
    height: 392px;
  }
}
@media only screen and (max-width: 708px) {
  .video-masthead article .video-post-wrapper {
    height: 381px;
  }
}
@media only screen and (max-width: 688px) {
  .video-masthead article .video-post-wrapper {
    height: 370px;
  }
}
@media only screen and (max-width: 668px) {
  .video-masthead article .video-post-wrapper {
    height: 358px;
  }
}
@media only screen and (max-width: 648px) {
  .video-masthead article .video-post-wrapper {
    height: 347px;
  }
}
@media only screen and (max-width: 628px) {
  .video-masthead article .video-post-wrapper {
    height: 336px;
  }
}
@media only screen and (max-width: 608px) {
  .video-masthead article .video-post-wrapper {
    height: 325px;
  }
}
@media only screen and (max-width: 588px) {
  .video-masthead article .video-post-wrapper {
    height: 313px;
  }
}
@media only screen and (max-width: 568px) {
  .video-masthead article .video-post-wrapper {
    height: 302px;
  }
}
@media only screen and (max-width: 548px) {
  .video-masthead article .video-post-wrapper {
    height: 291px;
  }
}
@media only screen and (max-width: 528px) {
  .video-masthead article .video-post-wrapper {
    height: 280px;
  }
}
@media only screen and (max-width: 508px) {
  .video-masthead article .video-post-wrapper {
    height: 268px;
  }
}
@media only screen and (max-width: 488px) {
  .video-masthead article .video-post-wrapper {
    height: 257px;
  }
}
@media only screen and (max-width: 468px) {
  .video-masthead article .video-post-wrapper {
    height: 246px;
  }
}
@media only screen and (max-width: 448px) {
  .video-masthead article .video-post-wrapper {
    height: 235px;
  }
}
@media only screen and (max-width: 428px) {
  .video-masthead article .video-post-wrapper {
    height: 223px;
  }
}
@media only screen and (max-width: 408px) {
  .video-masthead article .video-post-wrapper {
    height: 212px;
  }
}
@media only screen and (max-width: 388px) {
  .video-masthead article .video-post-wrapper {
    height: 201px;
  }
}
@media only screen and (max-width: 368px) {
  .video-masthead article .video-post-wrapper {
    height: 190px;
  }
}
@media only screen and (max-width: 348px) {
  .video-masthead article .video-post-wrapper {
    height: 178px;
  }
}
@media only screen and (max-width: 328px) {
  .video-masthead article .video-post-wrapper {
    height: 167px;
  }
}
@media only screen and (max-width: 308px) {
  .video-masthead article .video-post-wrapper {
    height: 156px;
  }
}
@media only screen and (max-width: 288px) {
  .video-masthead article .video-post-wrapper {
    height: 145px;
  }
}
@media only screen and (max-width: 268px) {
  .video-masthead article .video-post-wrapper {
    height: 133px;
  }
}
.video-masthead article .video-post-wrapper:hover .front-info .svg-icon.play {
  fill: #FF5859;
}
.video-masthead article .video-post-wrapper:hover .front-info h3 {
  color: #FF5859;
}
.video-masthead article .video-post-wrapper .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-masthead article .video-post-wrapper .background:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-masthead article .video-post-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.video-masthead article .video-post-wrapper .front-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.video-masthead article .video-post-wrapper .front-info .align-fix {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video-masthead article .video-post-wrapper .front-info .svg-icon.play {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 70px;
  height: 70px;
  display: inline-block;
  color: #FFFFFF;
  fill: #FFFFFF;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .video-masthead article .video-post-wrapper .front-info .svg-icon.play {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .video-masthead article .video-post-wrapper .front-info .svg-icon.play {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.video-masthead article .video-post-wrapper .front-info h3 {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 43px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #FFFFFF;
  padding: 0 30px;
}
@media only screen and (max-width: 992px) {
  .video-masthead article .video-post-wrapper .front-info h3 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .video-masthead article .video-post-wrapper .front-info h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .video-masthead article .video-post-wrapper .front-info h3 {
    margin-bottom: 0;
  }
}
.video-masthead article .video-post-wrapper .front-info .description p {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0 auto 20px;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .video-masthead article .video-post-wrapper .front-info .description p {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .video-masthead article .video-post-wrapper .front-info .description p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 5px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .video-masthead article .video-post-wrapper .front-info .description p {
    display: none;
  }
}
.video-masthead article .video-post-wrapper .front-info .post-author {
  margin: 0 auto;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 32px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .video-masthead article .video-post-wrapper .front-info .post-author {
    display: none;
  }
}
.video-masthead article .video-post-wrapper .front-info .video-runtime {
  margin: 0 auto;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 32px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 40px;
  margin-left: 20px;
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .video-masthead article .video-post-wrapper .front-info .video-runtime {
    display: none;
  }
}
.video-masthead article .video-post-wrapper .front-info .video-runtime .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 30px;
  height: 30px;
  fill: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.video-masthead article .video-post-wrapper .svg-icon.share {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  color: #FFFFFF;
  fill: #FFFFFF;
  cursor: pointer;
}
.video-masthead article .video-post-wrapper .svg-icon.share:hover {
  color: #FF5859;
  fill: #FF5859;
  cursor: pointer;
}
.video-masthead article .video-post-wrapper .svg-icon.clock {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 25px;
  right: 70px;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.video-masthead article .video-post-wrapper .svg-icon.clock:hover {
  color: #FF5859;
  fill: #FF5859;
  cursor: pointer;
}
.image-fullwidth {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .image-fullwidth {
    margin-top: 0;
  }
}
.image-fullwidth .main-image {
  width: 100%;
  height: auto;
}
.single-image-masthead {
  margin-top: 60px;
}
@media only screen and (max-width: 992px) {
  .single-image-masthead {
    margin-top: 0;
  }
}
.single-image-masthead .main-image {
  width: 100%;
  height: auto;
}
.single-video-masthead {
  margin-top: 60px;
}
.single-video-masthead iframe {
  width: 100% !important;
  height: 658px !important;
}
@media only screen and (max-width: 1200px) {
  .single-video-masthead iframe {
    height: 528px !important;
  }
}
@media only screen and (max-width: 992px) {
  .single-video-masthead iframe {
    height: 405px !important;
  }
}
@media only screen and (max-width: 768px) {
  .single-video-masthead iframe {
    height: 415px !important;
  }
}
@media only screen and (max-width: 748px) {
  .single-video-masthead iframe {
    height: 403px !important;
  }
}
@media only screen and (max-width: 728px) {
  .single-video-masthead iframe {
    height: 392px !important;
  }
}
@media only screen and (max-width: 708px) {
  .single-video-masthead iframe {
    height: 381px !important;
  }
}
@media only screen and (max-width: 688px) {
  .single-video-masthead iframe {
    height: 370px !important;
  }
}
@media only screen and (max-width: 668px) {
  .single-video-masthead iframe {
    height: 358px !important;
  }
}
@media only screen and (max-width: 648px) {
  .single-video-masthead iframe {
    height: 347px !important;
  }
}
@media only screen and (max-width: 628px) {
  .single-video-masthead iframe {
    height: 336px !important;
  }
}
@media only screen and (max-width: 608px) {
  .single-video-masthead iframe {
    height: 325px !important;
  }
}
@media only screen and (max-width: 588px) {
  .single-video-masthead iframe {
    height: 313px !important;
  }
}
@media only screen and (max-width: 568px) {
  .single-video-masthead iframe {
    height: 302px !important;
  }
}
@media only screen and (max-width: 548px) {
  .single-video-masthead iframe {
    height: 291px !important;
  }
}
@media only screen and (max-width: 528px) {
  .single-video-masthead iframe {
    height: 280px !important;
  }
}
@media only screen and (max-width: 508px) {
  .single-video-masthead iframe {
    height: 268px !important;
  }
}
@media only screen and (max-width: 488px) {
  .single-video-masthead iframe {
    height: 257px !important;
  }
}
@media only screen and (max-width: 468px) {
  .single-video-masthead iframe {
    height: 246px !important;
  }
}
@media only screen and (max-width: 448px) {
  .single-video-masthead iframe {
    height: 235px !important;
  }
}
@media only screen and (max-width: 428px) {
  .single-video-masthead iframe {
    height: 223px !important;
  }
}
@media only screen and (max-width: 408px) {
  .single-video-masthead iframe {
    height: 212px !important;
  }
}
@media only screen and (max-width: 388px) {
  .single-video-masthead iframe {
    height: 201px !important;
  }
}
@media only screen and (max-width: 368px) {
  .single-video-masthead iframe {
    height: 190px !important;
  }
}
@media only screen and (max-width: 348px) {
  .single-video-masthead iframe {
    height: 178px !important;
  }
}
@media only screen and (max-width: 328px) {
  .single-video-masthead iframe {
    height: 167px !important;
  }
}
@media only screen and (max-width: 308px) {
  .single-video-masthead iframe {
    height: 156px !important;
  }
}
@media only screen and (max-width: 288px) {
  .single-video-masthead iframe {
    height: 145px !important;
  }
}
@media only screen and (max-width: 268px) {
  .single-video-masthead iframe {
    height: 133px !important;
  }
}
@media only screen and (max-width: 992px) {
  .single-video-masthead {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-masthead > .container,
  .single-image-masthead > .container {
    padding: 0;
  }
  .gallery-masthead > .container > .row,
  .single-image-masthead > .container > .row {
    margin: 0;
  }
  .gallery-masthead > .container > .row > .col-lg-12,
  .single-image-masthead > .container > .row > .col-lg-12 {
    padding: 0;
  }
}
.gallery-masthead .gallery-slider,
.single-image-masthead .gallery-slider {
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.gallery-masthead .gallery-slider .slide,
.single-image-masthead .gallery-slider .slide {
  width: 100%;
  height: 100%;
}
.gallery-masthead .gallery-slider .slide .carousel-inner,
.single-image-masthead .gallery-slider .slide .carousel-inner {
  height: 658px;
}
@media only screen and (max-width: 1200px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 528px;
  }
}
@media only screen and (max-width: 992px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 405px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 432px;
  }
}
@media only screen and (max-width: 748px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 420px;
  }
}
@media only screen and (max-width: 728px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 409px;
  }
}
@media only screen and (max-width: 708px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 398px;
  }
}
@media only screen and (max-width: 688px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 387px;
  }
}
@media only screen and (max-width: 668px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 375px;
  }
}
@media only screen and (max-width: 648px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 364px;
  }
}
@media only screen and (max-width: 628px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 353px;
  }
}
@media only screen and (max-width: 608px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 342px;
  }
}
@media only screen and (max-width: 588px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 330px;
  }
}
@media only screen and (max-width: 568px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 319px;
  }
}
@media only screen and (max-width: 548px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 308px;
  }
}
@media only screen and (max-width: 528px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 297px;
  }
}
@media only screen and (max-width: 508px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 285px;
  }
}
@media only screen and (max-width: 488px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 274px;
  }
}
@media only screen and (max-width: 468px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 263px;
  }
}
@media only screen and (max-width: 448px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 252px;
  }
}
@media only screen and (max-width: 428px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 240px;
  }
}
@media only screen and (max-width: 408px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 229px;
  }
}
@media only screen and (max-width: 388px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 218px;
  }
}
@media only screen and (max-width: 368px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 207px;
  }
}
@media only screen and (max-width: 348px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 195px;
  }
}
@media only screen and (max-width: 328px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 184px;
  }
}
@media only screen and (max-width: 308px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 173px;
  }
}
@media only screen and (max-width: 288px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 162px;
  }
}
@media only screen and (max-width: 268px) {
  .gallery-masthead .gallery-slider .slide .carousel-inner,
  .single-image-masthead .gallery-slider .slide .carousel-inner {
    height: 150px;
  }
}
.gallery-masthead .gallery-slider .slide .slide-background,
.single-image-masthead .gallery-slider .slide .slide-background {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-masthead .gallery-slider .bottom-line,
.single-image-masthead .gallery-slider .bottom-line {
  margin-top: 20px;
}
.gallery-masthead .gallery-slider .bottom-line .slide-caption,
.single-image-masthead .gallery-slider .bottom-line .slide-caption {
  color: #98A5AC;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .gallery-masthead .gallery-slider .bottom-line .slide-caption,
  .single-image-masthead .gallery-slider .bottom-line .slide-caption {
    padding-left: 15px;
    text-align: center;
  }
}
.gallery-masthead .gallery-slider .bottom-line .slider-controls,
.single-image-masthead .gallery-slider .bottom-line .slider-controls {
  color: #98A5AC;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  height: 24px;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .gallery-masthead .gallery-slider .bottom-line .slider-controls,
  .single-image-masthead .gallery-slider .bottom-line .slider-controls {
    display: none;
  }
}
.gallery-masthead .gallery-slider .bottom-line .slider-controls .slide-counter,
.single-image-masthead .gallery-slider .bottom-line .slider-controls .slide-counter {
  display: inline-block;
  height: 24px;
  line-height: 26px;
  overflow: hidden;
  vertical-align: top;
}
.gallery-masthead .gallery-slider .bottom-line .slider-controls a,
.single-image-masthead .gallery-slider .bottom-line .slider-controls a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.gallery-masthead .gallery-slider .bottom-line .slider-controls .svg-icon,
.single-image-masthead .gallery-slider .bottom-line .slider-controls .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 24px;
  height: 24px;
  fill: #98A5AC;
  cursor: pointer;
  margin-right: 30px;
  vertical-align: top;
}
.gallery-masthead .gallery-slider .bottom-line .slider-controls .svg-icon:hover,
.single-image-masthead .gallery-slider .bottom-line .slider-controls .svg-icon:hover {
  fill: #FF5859;
}
.gallery-masthead .gallery-slider .slider-close,
.single-image-masthead .gallery-slider .slider-close {
  display: none;
}
.gallery-masthead .gallery-slider .slider-navigation,
.single-image-masthead .gallery-slider .slider-navigation {
  -webkit-transition: background-color ease-in-out 0.3s;
  -moz-transition: background-color ease-in-out 0.3s;
  -ms-transition: background-color ease-in-out 0.3s;
  -o-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 60px;
  display: block;
  position: absolute;
  text-align: center;
  cursor: pointer;
  top: 299px;
}
.gallery-masthead .gallery-slider .slider-navigation.left,
.single-image-masthead .gallery-slider .slider-navigation.left {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .gallery-masthead .gallery-slider .slider-navigation.left,
  .single-image-masthead .gallery-slider .slider-navigation.left {
    left: 0;
  }
}
.gallery-masthead .gallery-slider .slider-navigation.right,
.single-image-masthead .gallery-slider .slider-navigation.right {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .gallery-masthead .gallery-slider .slider-navigation.right,
  .single-image-masthead .gallery-slider .slider-navigation.right {
    right: 0;
  }
}
.gallery-masthead .gallery-slider .slider-navigation:hover,
.single-image-masthead .gallery-slider .slider-navigation:hover {
  background-color: #FFFFFF;
}
.gallery-masthead .gallery-slider .slider-navigation .svg-icon,
.single-image-masthead .gallery-slider .slider-navigation .svg-icon {
  width: 30px;
  height: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 234px;
  }
}
@media only screen and (max-width: 992px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 172.5px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 186px;
  }
}
@media only screen and (max-width: 748px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 180px;
  }
}
@media only screen and (max-width: 728px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 174.5px;
  }
}
@media only screen and (max-width: 708px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 169px;
  }
}
@media only screen and (max-width: 688px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 163.5px;
  }
}
@media only screen and (max-width: 668px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 157.5px;
  }
}
@media only screen and (max-width: 648px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 152px;
  }
}
@media only screen and (max-width: 628px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 146.5px;
  }
}
@media only screen and (max-width: 608px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 141px;
  }
}
@media only screen and (max-width: 588px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 135px;
  }
}
@media only screen and (max-width: 568px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 129.5px;
  }
}
@media only screen and (max-width: 548px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 124px;
  }
}
@media only screen and (max-width: 528px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 118.5px;
  }
}
@media only screen and (max-width: 508px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 112.5px;
  }
}
@media only screen and (max-width: 488px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 107px;
  }
}
@media only screen and (max-width: 468px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 101.5px;
  }
}
@media only screen and (max-width: 448px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 96px;
  }
}
@media only screen and (max-width: 428px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 90px;
  }
}
@media only screen and (max-width: 408px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 84.5px;
  }
}
@media only screen and (max-width: 388px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 79px;
  }
}
@media only screen and (max-width: 368px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 73.5px;
  }
}
@media only screen and (max-width: 348px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 67.5px;
  }
}
@media only screen and (max-width: 328px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 62px;
  }
}
@media only screen and (max-width: 308px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 56.5px;
  }
}
@media only screen and (max-width: 288px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 51px;
  }
}
@media only screen and (max-width: 268px) {
  .gallery-masthead .gallery-slider .slider-navigation,
  .single-image-masthead .gallery-slider .slider-navigation {
    top: 45px;
  }
}
.instagram-images-feed {
  margin-bottom: 80px;
}
.instagram-images-feed .row-wrapper {
  display: table;
  width: 100%;
}
.instagram-images-feed .slide {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  letter-spacing: 0;
}
.instagram-images-feed .square-image-wrapper {
  background-color: #FFFFFF;
  display: table-cell;
  width: 16.666666%;
  height: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .instagram-images-feed .square-image-wrapper {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-images-feed .square-image-wrapper {
    width: 50%;
  }
}
.instagram-images-feed .square-image-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.instagram-images-feed .square-image-wrapper .image {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.instagram-images-feed .square-image-wrapper .svg-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  fill: #FFFFFF;
  z-index: 2;
}
.instagram-images-feed .slider-navigation {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  margin-top: -30px;
  width: 50px;
  height: 60px;
  top: 50%;
  text-align: center;
  padding-top: 15px;
}
.instagram-images-feed .slider-navigation .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 30px;
  height: 30px;
}
.instagram-images-feed .slider-navigation:hover {
  background-color: #FFFFFF;
}
.instagram-images-feed .slider-navigation.left {
  left: 0;
}
.instagram-images-feed .slider-navigation.right {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .instagram-images-feed .slider-navigation {
    margin-top: -30px;
  }
}
.pager {
  padding-bottom: 70px;
}
.pager ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
.pager ul li {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 40px;
  height: 36px;
  margin: 0 5px;
  overflow: hidden;
  margin-bottom: 10px;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 37px;
  border: 1px solid #98A5AC;
}
.pager ul li:first-child,
.pager ul li:last-child {
  width: 50px;
}
.pager ul li a {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #98A5AC;
  padding: 0;
  background-color: transparent;
  border: none;
}
.pager ul li a:hover,
.pager ul li a:active,
.pager ul li a:focus {
  background-color: transparent;
}
.pager ul li.current {
  border-color: #303E48;
  background-color: #303E48;
  color: #FFFFFF;
}
.pager ul li.current a {
  color: #FFFFFF;
}
.pager ul li .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 20px;
  height: 20px;
  fill: #98A5AC;
  margin-top: 8px;
}
.pager ul li:hover {
  border-color: #303E48;
}
.pager ul li:hover.current a {
  color: #FFFFFF;
}
.pager ul li:hover a {
  color: #303E48;
}
.pager ul li:hover a .svg-icon {
  fill: #303E48;
}
.expandable-gallery-wrapper.fullscreen {
  position: static;
}
.expandable-gallery-wrapper.fullscreen .carousel {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100% !important;
  z-index: 11;
}
.expandable-gallery-wrapper.fullscreen .carousel .carousel-inner {
  height: 100% !important;
  width: 100%;
  margin: 0 !important;
}
.expandable-gallery-wrapper.fullscreen .carousel .carousel-inner .item {
  padding: 30px 0 !important;
}
.expandable-gallery-wrapper.fullscreen .carousel .carousel-inner .slide-background {
  background-size: contain !important;
  background-color: transparent !important;
}
.expandable-gallery-wrapper.fullscreen .slider-close {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: block !important;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 60px;
  padding-top: 5px;
  text-align: center;
  z-index: 12;
}
.expandable-gallery-wrapper.fullscreen .slider-close .svg-icon {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
.expandable-gallery-wrapper.fullscreen .slider-close:hover {
  background-color: #FFFFFF;
}
.expandable-gallery-wrapper.fullscreen .slider-navigation {
  z-index: 12 !important;
  top: 50% !important;
  margin-top: -62px !important;
  position: fixed !important;
}
.expandable-gallery-wrapper.fullscreen .slider-navigation.left {
  left: 0 !important;
}
.expandable-gallery-wrapper.fullscreen .slider-navigation.right {
  right: 0 !important;
}
.expandable-gallery-wrapper.fullscreen .bottom-line {
  display: none;
}
@media only screen and (max-width: 992px) {
  .hide-in-md {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-in-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .hide-in-xs {
    display: none !important;
  }
}
.show-in-md {
  display: none;
}
@media only screen and (max-width: 992px) {
  .show-in-md {
    display: block !important;
  }
}
.show-in-sm {
  display: none;
}
@media only screen and (max-width: 768px) {
  .show-in-sm {
    display: block !important;
  }
}
.show-in-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .show-in-xs {
    display: block !important;
  }
}
.navigation-bar {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid #E0E0E0;
}
@media only screen and (max-width: 992px) {
  .navigation-bar {
    height: 70px;
  }
}
.navigation-bar .nav-menues-wrapper {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .navigation-bar .nav-menues-wrapper {
    padding: 0;
  }
}
.navigation-bar .svg-logo {
  width: 210px;
  height: 86px;
  position: absolute;
  left: 15px;
  top: 22px;
}
@media only screen and (max-width: 992px) {
  .navigation-bar .svg-logo {
    width: 122.09302326px;
    height: 50px;
    top: 10px;
    left: 15px;
  }
}
.navigation-bar .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 1px solid #E8E8E8;
  display: inline-block;
  height: 130px;
  vertical-align: top;
  padding-right: 15px;
}
.navigation-bar .main-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 30px;
  margin-top: 50px;
}
.navigation-bar .main-menu li a {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.015em;
  line-height: 30px;
  color: #303E48;
  margin: 0 14px;
  display: inline-block;
}
.navigation-bar .main-menu li a:hover {
  color: #FF5859;
}
@media only screen and (max-width: 992px) {
  .navigation-bar .main-menu {
    position: relative;
    margin-top: 70px;
    width: 100%;
    background: #FFFFFF;
    height: auto;
    padding: 0;
    border: none;
    display: none;
  }
  .navigation-bar .main-menu.open {
    display: inline-block;
  }
  .navigation-bar .main-menu li {
    display: block;
    height: 60px;
    margin: 0;
    padding: 0;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .navigation-bar .main-menu li a {
    padding: 0;
    padding-right: 28px;
    margin: 0;
    display: block;
    line-height: 60px;
    height: 100%;
    width: 100%;
  }
}
.navigation-bar .social-networks {
  border-right: 1px solid #E8E8E8;
  display: inline-block;
  height: 130px;
  vertical-align: top;
  padding: 0 20px 0 12px;
}
.navigation-bar .social-networks .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 20px;
  width: 20px;
  margin: 55px 15px;
  fill: #303E48;
}
.navigation-bar .social-networks .svg-icon:hover {
  fill: #FF5859;
}
@media only screen and (max-width: 1200px) {
  .navigation-bar .social-networks {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .navigation-bar .social-networks {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    height: 60px;
    border: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    display: block;
    display: none;
  }
  .navigation-bar .social-networks .svg-icon {
    margin: 20px 8px 20px 24px;
  }
}
.navigation-bar .network-trigger {
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  display: inline-block;
  height: 130px;
  border-right: 1px solid #E8E8E8;
  vertical-align: top;
}
.navigation-bar .network-trigger .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 20px;
  width: 20px;
  margin: 55px 30px;
  fill: #303E48;
  cursor: pointer;
}
.navigation-bar .network-trigger .svg-icon:hover {
  fill: #93A1A8;
}
.navigation-bar .network-trigger.open {
  color: #93A1A8;
}
.navigation-bar .network-trigger.open .svg-icon {
  fill: #93A1A8;
}
@media only screen and (max-width: 992px) {
  .navigation-bar .network-trigger {
    position: absolute;
    top: 0;
    height: 70px;
    right: 0px;
  }
  .navigation-bar .network-trigger .svg-icon {
    margin: 25px 30px 0 30px;
  }
}
.navigation-bar .menu-trigger {
  display: none;
  height: 70px;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 14px;
}
.navigation-bar .menu-trigger .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 20px;
  width: 20px;
  margin: 25px 30px 0 30px;
  fill: #303E48;
  cursor: pointer;
}
.navigation-bar .menu-trigger .svg-icon:hover {
  fill: #FF5859;
}
@media only screen and (max-width: 992px) {
  .navigation-bar .menu-trigger {
    display: inline-block;
    right: 82px;
  }
}
@media only screen and (max-width: 768px) {
  .navigation-bar .menu-trigger {
    right: 82px;
  }
  .navigation-bar .menu-trigger .svg-icon {
    margin: 25px 30px 0 30px;
  }
}
.navigation-bar .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  width: 250px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 130px;
  left: auto;
  right: -1px;
  z-index: 999;
  border: none;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E8E8E8;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.navigation-bar .dropdown-menu li {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: none;
  list-style: none;
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #FFFFFF;
  width: 100%;
}
.navigation-bar .dropdown-menu li a {
  background: none;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 30px;
  color: #303E48;
  padding: 0;
  padding-left: 40px;
  margin: 0;
  display: block;
  line-height: 50px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.navigation-bar .dropdown-menu li:hover {
  background-color: #F8F8F8;
}
.navigation-bar .dropdown-menu li:hover a {
  color: #FF5859;
}
@media only screen and (max-width: 992px) {
  .navigation-bar .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    margin-top: 25px;
  }
}
.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F9F9F9;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .footer {
    display: none;
  }
}
.footer .svg-logo {
  width: 170px;
  height: 70px;
}
.footer .release {
  position: static;
}
.footer .row {
  position: relative;
}
.footer .force-bottom {
  position: absolute;
  bottom: 0;
}
.footer .social-networks {
  display: block;
  height: 24px;
  margin-bottom: 20px;
}
.footer .social-networks .svg-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 24px;
  height: 24px;
  fill: #303E48;
  margin-right: 30px;
  margin-left: -5px;
}
.footer .social-networks .svg-icon:hover {
  fill: #FF5859;
}
.footer h4 {
  margin-top: 15px;
}
.footer p {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 30px;
  color: #303E48;
  padding: 0;
  margin-bottom: 10px;
}
.footer p.hashtags {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}
.footer input.text-field {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 50px;
  width: 100%;
  background: none;
  background-color: #FFFFFF;
  line-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  border: 1px solid #C0C6C9;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  margin-bottom: 10px;
}
.footer input.text-field:focus,
.footer input.text-field:hover {
  outline: none;
  border: 1px solid #303E48;
  color: #303E48;
}
.footer .button {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 50px;
  background: none;
  background-color: #303E48;
  color: #FFFFFF;
  line-height: 54px;
  padding: 0 20px;
  font-size: 14px;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.05em;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}
.footer .button .svg-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  fill: #FFFFFF;
  margin-left: 10px;
}
.footer .button:focus,
.footer .button:hover {
  outline: none;
  background-color: #FF5859;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li a {
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 30px;
  color: #303E48;
}
.footer ul li a:hover {
  color: #FF5859;
}
.firma {
  height: 70px;
  padding: 0;
  background-color: #444D53;
  font-family: 'Avenir', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 70px;
  color: #9A9FA2;
}
@media only screen and (max-width: 768px) {
  .firma {
    height: auto;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .firma .text-left,
  .firma .text-right {
    text-align: center;
  }
}
#sas_20889 {
  margin: 0 auto;
  width: 970px;
}
#sas_pushdown_5818401 {
  margin: 0 auto;
}
.banner {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.banner-leaderboard-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-leaderboard-wrapper .banner {
  min-height: 80px;
}
@media only screen and (max-width: 992px) {
  .banner-leaderboard-wrapper {
    padding-top: 40px;
  }
}
.banner-billboard-wrapper {
  padding-top: 0;
  padding-bottom: 70px;
}
.banner-billboard-wrapper .banner {
  min-height: 120px;
}
.banner-halfpage-wrapper .banner {
  min-height: 250px;
}
.banner-mediumrectangle-wrapper .banner {
  min-height: 250px;
}
.dfp-banner {
  padding-bottom: 70px;
}
#header-logo #balloon {
  -webkit-transition: all ease-in-out 1.5s;
  -moz-transition: all ease-in-out 1.5s;
  -ms-transition: all ease-in-out 1.5s;
  -o-transition: all ease-in-out 1.5s;
  transition: all ease-in-out 1.5s;
}
#header-logo:hover #balloon {
  animation: ballonAnimation linear 8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px) rotate(0deg);
  -webkit-animation: ballonAnimation linear 8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -moz-animation: ballonAnimation linear 8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-transform: translate(0px, 0px) rotate(0deg);
  -o-animation: ballonAnimation linear 8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-transform: translate(0px, 0px) rotate(0deg);
  -ms-animation: ballonAnimation linear 8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-transform: translate(0px, 0px) rotate(0deg);
}
@keyframes ballonAnimation {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  18% {
    transform: translate(55px, -55px) rotate(15deg);
  }
  19% {
    transform: translate(-55px, -55px) rotate(15deg);
  }
  20% {
    transform: translate(-55px, 55px) rotate(-5deg);
  }
  38% {
    transform: translate(55px, -55px) rotate(15deg);
  }
  39% {
    transform: translate(-55px, -55px) rotate(15deg);
  }
  40% {
    transform: translate(-55px, 0px) rotate(5deg);
  }
  60% {
    transform: translate(55px, 0px) rotate(5deg);
  }
  61% {
    transform: translate(55px, 55px) rotate(5deg);
  }
  62% {
    transform: translate(0px, 55px) rotate(5deg);
  }
  80% {
    transform: translate(0px, -55px) rotate(-5deg);
  }
  81% {
    transform: translate(-55px, -55px) rotate(-5deg);
  }
  82% {
    transform: translate(-55px, 55px) rotate(-5deg);
  }
  83% {
    transform: translate(0px, 55px) rotate(-5deg);
  }
  95% {
    transform: translate(0px, -5px) rotate(2deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-moz-keyframes ballonAnimation {
  0% {
    -moz-transform: translate(0px, 0px) rotate(0deg);
  }
  18% {
    -moz-transform: translate(55px, -55px) rotate(15deg);
  }
  19% {
    -moz-transform: translate(-55px, -55px) rotate(15deg);
  }
  20% {
    -moz-transform: translate(-55px, 55px) rotate(-5deg);
  }
  38% {
    -moz-transform: translate(55px, -55px) rotate(15deg);
  }
  39% {
    -moz-transform: translate(-55px, -55px) rotate(15deg);
  }
  40% {
    -moz-transform: translate(-55px, 0px) rotate(5deg);
  }
  60% {
    -moz-transform: translate(55px, 0px) rotate(5deg);
  }
  61% {
    -moz-transform: translate(55px, 55px) rotate(5deg);
  }
  62% {
    -moz-transform: translate(0px, 55px) rotate(5deg);
  }
  80% {
    -moz-transform: translate(0px, -55px) rotate(-5deg);
  }
  81% {
    -moz-transform: translate(-55px, -55px) rotate(-5deg);
  }
  82% {
    -moz-transform: translate(-55px, 55px) rotate(-5deg);
  }
  83% {
    -moz-transform: translate(0px, 55px) rotate(-5deg);
  }
  95% {
    -moz-transform: translate(0px, -5px) rotate(2deg);
  }
  100% {
    -moz-transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes ballonAnimation {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  18% {
    -webkit-transform: translate(55px, -55px) rotate(15deg);
  }
  19% {
    -webkit-transform: translate(-55px, -55px) rotate(15deg);
  }
  20% {
    -webkit-transform: translate(-55px, 55px) rotate(-5deg);
  }
  38% {
    -webkit-transform: translate(55px, -55px) rotate(15deg);
  }
  39% {
    -webkit-transform: translate(-55px, -55px) rotate(15deg);
  }
  40% {
    -webkit-transform: translate(-55px, 0px) rotate(5deg);
  }
  60% {
    -webkit-transform: translate(55px, 0px) rotate(5deg);
  }
  61% {
    -webkit-transform: translate(55px, 55px) rotate(5deg);
  }
  62% {
    -webkit-transform: translate(0px, 55px) rotate(5deg);
  }
  80% {
    -webkit-transform: translate(0px, -55px) rotate(-5deg);
  }
  81% {
    -webkit-transform: translate(-55px, -55px) rotate(-5deg);
  }
  82% {
    -webkit-transform: translate(-55px, 55px) rotate(-5deg);
  }
  83% {
    -webkit-transform: translate(0px, 55px) rotate(-5deg);
  }
  95% {
    -webkit-transform: translate(0px, -5px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@-o-keyframes ballonAnimation {
  0% {
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
  18% {
    -o-transform: translate(55px, -55px) rotate(15deg);
  }
  19% {
    -o-transform: translate(-55px, -55px) rotate(15deg);
  }
  20% {
    -o-transform: translate(-55px, 55px) rotate(-5deg);
  }
  38% {
    -o-transform: translate(55px, -55px) rotate(15deg);
  }
  39% {
    -o-transform: translate(-55px, -55px) rotate(15deg);
  }
  40% {
    -o-transform: translate(-55px, 0px) rotate(5deg);
  }
  60% {
    -o-transform: translate(55px, 0px) rotate(5deg);
  }
  61% {
    -o-transform: translate(55px, 55px) rotate(5deg);
  }
  62% {
    -o-transform: translate(0px, 55px) rotate(5deg);
  }
  80% {
    -o-transform: translate(0px, -55px) rotate(-5deg);
  }
  81% {
    -o-transform: translate(-55px, -55px) rotate(-5deg);
  }
  82% {
    -o-transform: translate(-55px, 55px) rotate(-5deg);
  }
  83% {
    -o-transform: translate(0px, 55px) rotate(-5deg);
  }
  95% {
    -o-transform: translate(0px, -5px) rotate(2deg);
  }
  100% {
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
}
@-ms-keyframes ballonAnimation {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  18% {
    -ms-transform: translate(55px, -55px) rotate(15deg);
  }
  19% {
    -ms-transform: translate(-55px, -55px) rotate(15deg);
  }
  20% {
    -ms-transform: translate(-55px, 55px) rotate(-5deg);
  }
  38% {
    -ms-transform: translate(55px, -55px) rotate(15deg);
  }
  39% {
    -ms-transform: translate(-55px, -55px) rotate(15deg);
  }
  40% {
    -ms-transform: translate(-55px, 0px) rotate(5deg);
  }
  60% {
    -ms-transform: translate(55px, 0px) rotate(5deg);
  }
  61% {
    -ms-transform: translate(55px, 55px) rotate(5deg);
  }
  62% {
    -ms-transform: translate(0px, 55px) rotate(5deg);
  }
  80% {
    -ms-transform: translate(0px, -55px) rotate(-5deg);
  }
  81% {
    -ms-transform: translate(-55px, -55px) rotate(-5deg);
  }
  82% {
    -ms-transform: translate(-55px, 55px) rotate(-5deg);
  }
  83% {
    -ms-transform: translate(0px, 55px) rotate(-5deg);
  }
  95% {
    -ms-transform: translate(0px, -5px) rotate(2deg);
  }
  100% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
}
