@font-face {
  font-family: 'whooshregular';
  src: url('../fonts/whoosh-regular-webfont.woff2') format('woff2'), url('../fonts/whoosh-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'komika';
  src: url('../fonts/komtita-webfont.woff2') format('woff2'), url('../fonts/komtita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.eot');
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AllerDisplay';
  src: url('../fonts/AllerDisplay.eot');
  src: url('../fonts/AllerDisplay.eot?#iefix') format('embedded-opentype'), url('../fonts/AllerDisplay.woff') format('woff'), url('../fonts/AllerDisplay.ttf') format('truetype'), url('../fonts/AllerDisplay.svg#AllerDisplay') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Champignon';
  src: url('../fonts/Champignon.eot');
  src: url('../fonts/Champignon.eot?#iefix') format('embedded-opentype'), url('../fonts/Champignon.woff') format('woff'), url('../fonts/Champignon.ttf') format('truetype'), url('../fonts/Champignon.svg#Champignon') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Fontsaddict';
  src: url('../fonts/Fontsaddict.eot');
  src: url('../fonts/Fontsaddict.eot?#iefix') format('embedded-opentype'), url('../fonts/Fontsaddict.woff') format('woff'), url('../fonts/Fontsaddict.ttf') format('truetype'), url('../fonts/Fontsaddict.svg#Fontsaddict') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
html,
body,
li,
ul,
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  display: block;
}
a,
button {
  text-decoration: none !important;
  outline: none !important;
}
a,
i {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
a:hover {
  color: #000;
}
ul {
  list-style: none;
}
body,
p,
li,
a {
  font-family: 'whooshregular', sans-serif;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: 0;
  color: #333;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'komika', sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  color: #333;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #EA5E5E;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0px 0px 5px #EA5E5E;
  -moz-box-shadow: 0px 0px 5px #EA5E5E;
  box-shadow: 0px 0px 5px #EA5E5E;
  border-color: #EA5E5E;
  outline: none;
}
input,
button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/dropdown_arrow.png') no-repeat;
  background-position: 380px 10px;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
  -webkit-border-radius: 0px;
}
.hidden {
  display: none;
}
.no-padding {
  padding: 0;
}
.clearfix {
  clear: both;
}
.text-shadow {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
p.message-false {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  font: 18px/1.25em 'whooshregular';
  text-align: center;
  color: #fff;
}
p.message-false strong {
  font-family: 'whooshregular';
}
p.message-false a {
  display: inline-block;
  font: 18px/1.25em 'whooshregular';
  text-align: center;
  color: #fff;
  padding-bottom: 1px;
  border-bottom: 1px dotted #fff;
}
p.message-false a:hover {
  color: #AF355B;
  border-color: #AF355B;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: 'Fontsaddict';
  font-style: normal;
}
.icon-kettle:before {
  content: "\e800";
}
.icon-coffee:before {
  content: "\e801";
}
.icon-large:before {
  content: "\e802";
}
.icon-oven:before {
  content: "\e803";
}
.icon-coffe:before {
  content: "\e804";
}
.icon-cooker:before {
  content: "\e805";
}
.icon-refrigerator:before {
  content: "\e806";
}
.icon-mixer:before {
  content: "\e807";
}
.icon-widescreen:before {
  content: "\e808";
}
.icon-refrigerator-1:before {
  content: "\e809";
}
.icon-tv:before {
  content: "\e80a";
}
.icon-bed:before {
  content: "\e80b";
}
.col-no-relative {
  position: static;
}
.section-bg-wrapper {
  width: 100%;
  position: absolute;
  z-index: 0;
}
.section-bg-wrapper .section-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-bg-wrapper .section-bg .section-content {
  position: relative;
}
.section-bg-wrapper .section-bg .section-content .land {
  position: absolute;
  top: 100%;
  margin-top: -750px;
  width: 100%;
  height: 700px;
}
.section-bg-wrapper .section-bg .section-content .clouds {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-bg-wrapper .section-bg .section-footer {
  height: 200px;
}
header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 50px;
}
header nav .navbar {
  background-color: transparent;
  border: 0;
}
header nav .navbar .navbar-header .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #EA5E5E;
  border-radius: 4px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
header nav .navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #EA5E5E;
}
header nav .navbar .navbar-header .navbar-toggle:hover,
header nav .navbar .navbar-header .navbar-toggle:focus {
  background-color: #EA5E5E;
}
header nav .navbar .navbar-header .navbar-toggle:hover .icon-bar,
header nav .navbar .navbar-header .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
header nav .navbar .navbar-collapse {
  border: 0;
}
header nav .navbar .navbar-collapse ul.navbar-nav {
  width: 100%;
  float: none;
  text-align: center;
  margin: 0;
}
header nav .navbar .navbar-collapse ul.navbar-nav li {
  float: none;
  display: inline-block;
}
header nav .navbar .navbar-collapse ul.navbar-nav li a {
  font-family: 'whooshregular';
  color: #EA5E5E;
  border: 3px solid transparent;
  letter-spacing: 0;
}
header nav .navbar .navbar-collapse ul.navbar-nav li.active a,
header nav .navbar .navbar-collapse ul.navbar-nav li a:hover,
header nav .navbar .navbar-collapse ul.navbar-nav li a:focus {
  color: #EA5E5E;
  border-color: #EA5E5E;
  background-color: transparent;
}
header nav .navbar .navbar-collapse.in,
header nav .navbar .navbar-collapse.collapsing {
  padding: 0;
  background-color: rgba(242, 148, 137, 0.85);
}
header nav .navbar .navbar-collapse.in ul.navbar-nav li,
header nav .navbar .navbar-collapse.collapsing ul.navbar-nav li {
  display: block;
}
header nav .navbar .navbar-collapse.in ul.navbar-nav li a,
header nav .navbar .navbar-collapse.collapsing ul.navbar-nav li a {
  color: #fff;
}
header nav .navbar .navbar-collapse.in ul.navbar-nav li.active a,
header nav .navbar .navbar-collapse.collapsing ul.navbar-nav li.active a,
header nav .navbar .navbar-collapse.in ul.navbar-nav li a:hover,
header nav .navbar .navbar-collapse.collapsing ul.navbar-nav li a:hover,
header nav .navbar .navbar-collapse.in ul.navbar-nav li a:focus,
header nav .navbar .navbar-collapse.collapsing ul.navbar-nav li a:focus {
  color: #fff;
  border-color: transparent;
  background-color: rgba(221, 79, 42, 0.5);
}
.wrapper {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.wrapper section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper section .section-content,
.wrapper section .section-mobile,
.wrapper section .section-footer {
  position: relative;
}
.wrapper section .section-content {
  overflow: visible;
}
.wrapper section .section-content .figures {
  position: absolute;
  width: 270px;
  left: 50%;
  bottom: 270px;
  margin-left: -125px;
}
.wrapper section .section-content .figures .figure {
  position: absolute;
  width: 135px;
  height: 160px;
}
.wrapper section .section-content .figures .figure .caption {
  position: absolute;
}
.wrapper section .section-content .figures .figure .caption p {
  font: 29px/1em 'whooshregular';
  color: #AF355B;
}
.wrapper section .section-content .figures .figure .caption p strong {
  font-family: 'komika';
  white-space: nowrap;
}
.wrapper section .section-content .figures .figure-a {
  left: 0;
}
.wrapper section .section-content .figures .figure-a .caption {
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.wrapper section .section-content .figures .figure-a .caption p {
  text-align: right;
}
.wrapper section .section-content .figures .figure-b {
  right: 0;
}
.wrapper section .section-content .figures .figure-b .caption {
  top: 50%;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.wrapper section .section-content .figures .figure-b .caption p {
  text-align: left;
}
.wrapper section .section-content .figures .figure-c {
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wrapper section .section-content .figures .figure-c .caption {
  top: -37.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wrapper section .section-content .figures .figure-c .caption p {
  text-align: center;
}
.wrapper section .section-mobile {
  height: 100px;
  overflow: hidden;
}
.wrapper section .section-footer {
  height: 200px;
  overflow: hidden;
}
.wrapper section .section-footer .go-next {
  display: block;
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -30px;
  padding-bottom: 42px;
  background: url('../images/go_next_arrow.png') bottom 15px center no-repeat;
}
.wrapper section .section-footer .go-next .go-next-label {
  display: block;
  width: 100%;
  font: 18px/1em 'komika';
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.wrapper section .section-footer .go-next.dark {
  background: url('../images/go_next_arrow_dark.png') bottom 15px center no-repeat;
}
.wrapper section .section-footer .go-next.dark .go-next-label {
  color: #EA5E5E;
}
.wrapper section .section-footer .go-next:hover,
.wrapper section .section-footer .go-next:focus {
  background: url('../images/go_next_arrow.png') bottom center no-repeat;
}
.wrapper section .section-footer .go-next.dark:hover,
.wrapper section .section-footer .go-next.dark:focus {
  background: url('../images/go_next_arrow_dark.png') bottom center no-repeat;
}
section#home .brand {
  position: absolute;
  display: block;
  width: 320px;
  height: 190px;
  left: 50%;
  top: 40%;
  margin-left: -160px;
  margin-top: -95px;
}
section#home .brand .logo {
  display: block;
  width: 320px;
  height: 150px;
  background: url('../images/logo.svg') top center no-repeat;
  background-size: contain;
}
section#home .refs {
  position: absolute;
  width: 100%;
  height: 185px;
  bottom: 0;
  text-align: center;
}
section#home .refs .no-padding {
  padding: 0;
}
section#home .refs .ref {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 185px;
  text-align: center;
}
section#home .refs .ref .ref-inner {
  position: absolute;
  width: 100%;
  bottom: 75px;
  margin: 0 auto;
}
section#home .refs .ref .message2 {
  width: 100%;
  height: 160px;
  padding: 15px;
  background-color: #fff;
  border: 3px solid #EA5E5E;
}
section#home .refs .ref .message2 p {
  font: 16px/1.25em 'whooshregular';
  text-align: center;
  color: #054E6B;
}
section#home .refs .ref .message2 p a {
  display: inline-block;
  font: 16px/1em 'whooshregular';
  color: #EA5E5E;
  padding-bottom: 1px;
  border-bottom: 1px dotted transparent;
}
section#home .refs .ref .message2 p a:hover,
section#home .refs .ref .message2 p a:focus {
  border-color: #EA5E5E;
}
section#home .refs .ref .message2 p strong {
  font: 30px/1.15em 'komika';
}
section#home .refs .ref .message2 p.line-top {
  margin-top: 10px;
  padding: 10px 0;
  position: relative;
  color: #EA5E5E;
}
section#home .refs .ref .message2 p.line-top:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 1px;
  background-color: #EA5E5E;
}
section#home .refs .ref2 .ref-inner {
  bottom: -35px;
  max-width: 400px;
}
section#home .refs .ref3 .ref-inner {
  right: 0;
}
section#home .refs .ref1 .graf {
  position: relative;
  width: 100%;
  height: 220px;
  margin-top: -600px;
  margin-left: -100px;
  background: url('../images/home_graf.svg') top right no-repeat;
}
section#home .refs .ref4 .graf {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: -550px;
  margin-right: 0px;
}
section#home .section-mobile .caption {
  margin-top: 10px;
}
section#home .section-mobile .caption .thumb {
  display: block;
  width: 30px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 5px;
  background: url('../images/icon_heart.png') top center no-repeat;
  background-size: contain;
  border-bottom: 2px solid #fff;
}
section#home .section-mobile .caption p {
  font: 14px/1em 'whooshregular';
  color: #fff;
  text-align: center;
}
section#home .section-mobile .caption p strong {
  font-family: 'komika';
  font-weight: normal;
}
#home-bg .section-content {
  background: url('../images/section_bg1.jpg') center center no-repeat;
  background-size: cover;
}
#home-bg .section-mobile {
  background-color: #AF355B;
}
#home-bg .section-footer {
  background: url('../images/section_footer_bg6.jpg') center center no-repeat;
  background-size: cover;
}
#home-bg .land {
  background: url('../images/land1.png') center bottom no-repeat;
  background-size: 300px 90px;
}
section#fecha .message {
  width: 100%;
  height: 200px;
  background: url('../images/message2.svg') top center no-repeat;
}
section#fecha .main-message {
  display: block;
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 25%;
  text-align: center;
}
section#fecha .main-message .day,
section#fecha .main-message .month,
section#fecha .main-message .year {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
section#fecha .main-message .day {
  width: 90px;
}
section#fecha .main-message .day .day-caption {
  display: table-cell;
  width: 80px;
  height: 80px;
  font: 48px/1em 'komika';
  text-align: center;
  vertical-align: middle;
  color: #EA5E5E;
  border: 3px solid #EA5E5E;
}
section#fecha .main-message .month {
  font: 100px/0.5em 'Champignon';
  color: #AF355B;
  margin-top: 15px;
}
section#fecha .main-message .year {
  font: 62px/1em 'whooshregular';
  padding-top: 10px;
  color: #EA5E5E;
}
section#fecha p.refs {
  display: block;
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 75px;
  width: 890px;
  margin-left: -445px;
}
section#fecha p.refs .ref {
  display: inline-block;
  width: 274px;
  border: 3px solid #fff;
  margin: 0 -4px -4px 0;
  padding: 15px 0;
  /*background-color: #F5EBDC;*/
  text-align: center;
}
section#fecha p.refs .ref .ref-title,
section#fecha p.refs .ref .ref-desc {
  display: inline-block;
  color: #fff;
}
section#fecha p.refs .ref .ref-title {
  position: relative;
  font: 27px/1.25em 'whooshregular';
  margin-bottom: 15px;
  text-shadow: -2px 0 black, 0 3px black, 3px 0 black, 0 -2px black;
  -webkit-text-stroke: 2px black;
  -webkit-text-fill-color: white;
}
section#fecha p.refs .ref .ref-title strong {
  font: 36px/1.25em 'komika';
}
section#fecha p.refs .ref .ref-title:after {
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  margin-left: -50px;
  top: 55px;
}
section#fecha p.refs .ref .ref-desc {
  font: 27px/1.25em 'whooshregular';
}
section#fecha p.refs .ref1,
section#fecha p.refs .ref2 {
  margin-right: 30px;
  box-shadow: 0 0 10px 0px #000000 inset, 0 0 10px 0px black;
  /*
      width:350px;
      border-width: 3px 3px 5px 5px;
      border-radius:4% 95% 6% 95%/95% 4% 92% 5%;
      transform: rotate(-2deg);
      */
}
section#fecha p.refs .ref2 {
  position: relative;
  padding: 50px 0;
  background-color: #fff;
}
section#fecha p.refs .ref3 {
  margin-left: 304px;
  box-shadow: 0 0 10px 0px #000000 inset, 0 0 10px 0px black;
}
section#fecha p.refs .ref2:before {
  display: block;
  content: '';
  position: absolute;
  width: 3px;
  height: 175px;
  background-color: #fff;
  left: -22px;
  top: 5px;
}
section#fecha p.refs .ref2:after {
  display: block;
  content: '';
  position: absolute;
  width: 3px;
  height: 175px;
  background-color: #fff;
  right: -22px;
  top: 5px;
}
section#fecha .section-mobile {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 200px !important;
}
section#fecha .section-mobile .caption .thumb {
  display: block;
  width: 30px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 0px;
  background: url('../images/icon_clock.png') top center no-repeat;
  background-size: contain;
  border-bottom: 3px solid #fff;
}
section#fecha .section-mobile .caption p {
  padding-top: 5px;
  font: 18px/1em 'whooshregular';
  color: #fff;
  text-align: center;
  text-shadow: -2px 0 black, 0 3px black, 3px 0 black, 0 -2px black;
}
section#fecha .section-mobile .caption p small {
  font: 14px/1em 'whooshregular';
}
section#fecha .section-mobile .caption p strong {
  font-family: 'komika';
  font-weight: normal;
}
#fecha-bg .section-content {
  background: url('../images/section_bg2.jpg') center center no-repeat;
  background-size: cover;
}
#fecha-bg .section-mobile {
  background-color: #EA5E5E;
}
#fecha-bg .section-footer {
  background: url('../images/section_footer_bg3.jpg') center center no-repeat;
  background-size: cover;
}
section#lugar .main-message {
  position: absolute;
  z-index: 996;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 10%;
  text-align: center;
}
section#lugar .main-message .message {
  width: 100%;
  height: 320px;
  background: url('../images/message0.svg') top center no-repeat;
  background-size: contain !important;
}
section#lugar .refs {
  position: absolute;
  z-index: 996;
  left: 50%;
  bottom: 40px;
  width: 950px;
  margin-left: -475px;
}
section#lugar .refs .ref {
  display: inline-block;
  width: 234px;
  margin: 0 -4px -4px 0;
  text-align: center;
}
section#lugar .refs .ref .link .thumb,
section#lugar .refs .ref .link .link-label {
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
section#lugar .refs .ref .link .thumb {
  width: 100px;
  height: 120px;
  margin: 0 auto;
  opacity: 0.5;
}
section#lugar .refs .ref .link .link-label {
  font: 17px/1em 'komika';
  text-transform: uppercase;
  box-shadow: 0 0 10px 0px #000000 inset, 0 0 10px 0px black;
  text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: white;
  color: #fff;
  border: 3px solid #fff;
  padding: 10px 0;
}
section#lugar .refs .ref .link:hover .link-label {
  color: #EA5E5E;
  background-color: #fff;
}
section#lugar .refs .ref .link:hover .thumb {
  opacity: 1;
}
section#lugar .refs .ref1,
section#lugar .refs .ref2 {
  margin-right: 120px;
}
section#lugar .refs .ref3 {
  margin-left: 354px;
}
section#lugar .refs .ref2 .link2 .link-label {
  color: #EA5E5E;
  border-color: #EA5E5E;
}
section#lugar .refs .ref2 .link2:hover .link-label {
  color: #fff;
  background-color: #EA5E5E;
  border-color: #EA5E5E;
}
section#lugar .refs .link1 .thumb {
  background: url('../images/icon_ver_en_el_mapa.png') center center no-repeat;
}
section#lugar .refs .link1:hover .thumb {
  background: url('../images/icon_ver_en_el_mapa.png') top center no-repeat;
}
section#lugar .refs .link3 .thumb {
  background: url('../images/icon_como_llegar.png') center center no-repeat;
}
section#lugar .refs .link3:hover .thumb {
  background: url('../images/icon_como_llegar.png') top center no-repeat;
}
section#lugar .section-mobile {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 200px !important;
}
section#lugar .section-mobile .caption {
  display: block;
  margin-top: 0px;
}
section#lugar .section-mobile .caption .thumb {
  display: block;
  width: 30px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 5px;
  border-bottom: 2px solid #fff;
}
section#lugar .section-mobile .caption p {
  font: 18px/1em 'whooshregular';
  color: #fff;
  text-align: center;
  text-shadow: -2px 0 black, 0 3px black, 3px 0 black, 0 -2px black;
}
section#lugar .section-mobile .caption p strong {
  font-family: 'komika';
  font-weight: normal;
}
section#lugar .section-mobile .caption:hover,
section#lugar .section-mobile .caption:focus {
  opacity: 0.5;
}
section#lugar .section-mobile .caption1 .thumb {
  background: url('../images/icon_ver_en_el_mapa.png') top center no-repeat;
  background-size: contain;
}
section#lugar .section-mobile .caption2 .thumb {
  background: url('../images/icon_camera.png') top center no-repeat;
  background-size: contain;
}
section#lugar .section-mobile .caption3 .thumb {
  background: url('../images/icon_como_llegar.png') top center no-repeat;
  background-size: contain;
}
#lugar-bg .section-content {
  background: url('../images/section_bg3.jpg') center center no-repeat;
  background-size: cover;
}
#lugar-bg .section-mobile {
  background-color: #6671A1;
}
#lugar-bg .section-footer {
  background: url('../images/section_footer_bg5.jpg') center center no-repeat;
  background-size: cover;
}
section#rsvp .main-message {
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 20%;
}
section#rsvp .main-message .message {
  width: 100%;
  height: 200px;
  background: url('../images/message5.svg') top center no-repeat;
}
section#rsvp .refs {
  position: absolute;
  width: 100%;
  height: 185px;
  bottom: 0;
  text-align: center;
}
section#rsvp .refs .no-padding {
  padding: 0;
}
section#rsvp .refs .ref {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 185px;
  text-align: center;
}
section#rsvp .refs .ref .ref-inner {
  position: absolute;
  width: 100%;
  bottom: 75px;
  margin: 0 auto;
}
section#rsvp .refs .ref .message2 {
  width: 100%;
  height: 160px;
  padding: 15px;
  background-color: #fff;
  border: 3px solid #EA5E5E;
}
section#rsvp .refs .ref .message2 p {
  font: 16px/1.25em 'whooshregular';
  text-align: center;
  color: #054E6B;
}
section#rsvp .refs .ref .message2 p a {
  display: inline-block;
  font: 16px/1em 'whooshregular';
  color: #EA5E5E;
  padding-bottom: 1px;
  border-bottom: 1px dotted transparent;
}
section#rsvp .refs .ref .message2 p a:hover,
section#rsvp .refs .ref .message2 p a:focus {
  border-color: #EA5E5E;
}
section#rsvp .refs .ref .message2 p strong {
  font: 30px/1.15em 'komika';
}
section#rsvp .refs .ref .message2 p.line-top {
  margin-top: 10px;
  padding: 10px 0;
  position: relative;
  color: #EA5E5E;
}
section#rsvp .refs .ref .message2 p.line-top:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 1px;
  background-color: #EA5E5E;
}
section#rsvp .refs .ref2 .ref-inner {
  bottom: -35px;
  max-width: 400px;
}
section#rsvp .refs .ref3 .ref-inner {
  right: 0;
}
section#rsvp .refs .ref1 .graf {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: -350px;
  margin-left: 200px;
  background: url('../images/rsvp_graf.svg') top right no-repeat;
}
section#rsvp .refs .ref4 .graf {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: -550px;
  margin-right: 0px;
  background: url('../images/rsvp_graf2.svg') top right no-repeat;
}
section#rsvp .section-mobile {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 200px !important;
  padding-left: 10px;
}
section#rsvp .section-mobile .caption .thumb1 {
  display: block;
  width: 30px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 0px;
  background: url('../images/icon_ball.png') top center no-repeat;
  background-size: contain;
  border-bottom: 3px solid #fff;
}
section#rsvp .section-mobile .caption .thumb2 {
  display: block;
  width: 30px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 0px;
  background: url('../images/icon_water.png') top center no-repeat;
  background-size: contain;
  border-bottom: 3px solid #fff;
}
section#rsvp .section-mobile .caption p {
  padding-top: 5px;
  font: 18px/1em 'whooshregular';
  color: #fff;
  text-align: center;
  text-shadow: -2px 0 black, 0 3px black, 3px 0 black, 0 -2px black;
}
section#rsvp .section-mobile .caption p small {
  font: 14px/1em 'whooshregular';
}
section#rsvp .section-mobile .caption p strong {
  font-family: 'komika';
  font-weight: normal;
}
section#rsvp .logo-tripi {
  position: absolute;
  display: block;
  width: 120px;
  height: 20px;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -10px;
  background: url('../images/logo_tripi.svg') center center no-repeat;
}
section#rsvp .logo-tripi:hover {
  opacity: 0.5;
}
#rsvp-bg .section-content {
  background: url('../images/section_bg6.jpg') center center no-repeat;
  background-size: cover;
}
#rsvp-bg .section-mobile {
  background-color: #EA5E5E;
}
#rsvp-bg .section-footer {
  background: url('../images/section_footer_bg6.jpg') center center no-repeat;
  background-size: cover;
}
.modal .modal-dialog .modal-content {
  background-color: #EA5E5E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  padding-bottom: 0;
  border: 0;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font: 20px/1.15em 'komika';
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body p,
.modal .modal-dialog .modal-content .modal-body li,
.modal .modal-dialog .modal-content .modal-body a,
.modal .modal-dialog .modal-content .modal-body p a {
  font: 13px/1.25em 'whooshregular';
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body p,
.modal .modal-dialog .modal-content .modal-body .carousel,
.modal .modal-dialog .modal-content .modal-body iframe {
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body p.margin {
  margin: 30px 0;
}
.modal .modal-dialog .modal-content .modal-body p.centered {
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body p.big {
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body p.big small {
  font-size: 16px;
}
.modal .modal-dialog .modal-content .modal-body li {
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .carousel-control {
  background: transparent;
}
.paginator {
  position: fixed;
  z-index: 999;
  top: 50%;
  margin-top: -107px;
  left: 0;
  padding: 5px 10px;
  background-color: rgba(242, 148, 137, 0.65);
}
.paginator li {
  display: block;
  margin: 15px 0;
}
.paginator li a {
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.paginator li a:hover,
.paginator li a:focus,
.paginator li a.current {
  background-color: #fff;
}
.scroll-top {
  display: block;
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 15px;
}
.scroll-top i {
  display: table-cell;
  width: 45px;
  height: 45px;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.5);
  border: 3px solid rgba(0, 0, 0, 0.5);
}
.scroll-top:hover {
  opacity: 0.5;
}
/*
------------------------------------------------------------------------------------
*/
@media (max-width: 768px) {
  header {
    top: 15px !important;
  }
  .scroll-top {
    display: none !important;
  }
  .section-content .main-message {
    top: 0 !important;
    margin-top: 0 !important;
    -ms-transform: scale(0.65, 0.65);
    /* IE 9 */
    -webkit-transform: scale(0.65, 0.65);
    /* Chrome, Safari, Opera */
    transform: scale(0.65, 0.65);
  }
  .section-content .goto-map {
    display: none !important;
  }
  .section-content .refs {
    display: none !important;
  }
  .section-mobile {
    display: block !important;
    height: 0px !important;
  }
  .section-footer {
    height: 60px !important;
  }
  .section-footer .go-next {
    top: 15px !important;
    margin-top: 0 !important;
  }
  .section-footer .go-next .go-next-label {
    display: none !important;
  }
  section#home .brand {
    top: 35px !important;
  }
  #home-bg .land {
    background-size: 220px 60px !important;
  }
  section#fecha .main-message {
    margin-top: 70px !important;
  }
  section#lugar .main-message {
    margin-top: 0px !important;
  }
  section#rsvp .main-message {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) {
  header {
    top: 30px !important;
  }
  .section-content .brand .logo {
    top: 60% !important;
  }
  .section-content .main-message {
    top: 20% !important;
    margin-top: 0 !important;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Chrome, Safari, Opera */
    transform: scale(1, 1);
  }
  .section-content .goto-map {
    display: none !important;
  }
  .section-content .refs {
    display: none !important;
  }
  .section-mobile {
    display: block;
    height: 100px !important;
  }
  .section-footer {
    height: 125px !important;
  }
  .go-next-label {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .section-content .main-message {
    top: 10% !important;
    margin-top: 0 !important;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Chrome, Safari, Opera */
    transform: scale(1, 1);
  }
  .section-content .goto-map {
    display: none !important;
  }
  .section-content .refs {
    display: block !important;
  }
  .section-mobile {
    display: none !important;
    height: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .figures {
    bottom: 225px !important;
  }
  .figures.figures-fixed {
    bottom: 450px !important;
  }
}
@media (min-width: 1200px) {
  .section-content .main-message {
    top: 12% !important;
  }
  .section-content .goto-map {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/*
------------------------------------------------------------------------------------
*/
