@font-face {
  font-family: 'AnandaBlackPersonalUse';
  src: url('../fonts/AnandaBlackPersonalUse.ttf');
}

@font-face {
  font-family: 'MilkyMatcha';
  src: url('../fonts/MilkyMatcha.otf');
}

@font-face {
  font-family: 'MagnoliaScript';
  src: url('../fonts/MagnoliaScript.otf');
}

@font-face {
  font-family: 'DKLemonYellowSun';
  src: url('../fonts/DKLemonYellowSun.otf');
}

@font-face {
  font-family: 'Tahu';
  src: url('../fonts/Tahu!.ttf');
}

/* Body 
------------------------------------- */
body {
  display: inline-block;
  background: rgb(234,137,154);
  background: linear-gradient(180deg, rgba(234,137,154,1) 0%, rgba(248,211,217,1) 69%, rgba(251,232,234,1) 100%);
  /* background: url('../images/galery/DEMO/bg.jpg') no-repeat; */
  /* background-size: cover; */
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 300;
  position: relative;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,
h2,
h3,
h4 {
  font-weight: 300;
}

h1 {
  /* color: #a469ec;/*  font-size: 2.6rem; */
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 12px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.datos {
  color: gold;
  text-shadow: 0 1px 0 gold,
    0 2px 0 gold,
    0 3px 0 gold,
    0 6px 1px rgba(0, 0, 0, .1),
    0 0 5px rgba(0, 0, 0, .1),
    0 1px 3px rgba(0, 0, 0, .3),
    0 3px 5px rgba(0, 0, 0, .2),
    0 5px 10px rgba(0, 0, 0, .25);
}

.informacion {
  font-family: 'DKLemonYellowSun';
  font-style: oblique;
  color: #000;
}

h2 {
  color: #e44c65;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h3 {
  font-family: 'AnandaBlackPersonalUse';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

p.title {
  font-family: 'Tahu';
  font-size: 35pt !important;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
  /* font-weight: bolder; */
  color: #d75c77;
  font-size: 35pt;
  /* text-transform: capitalize; */
  /* text-shadow: -1px -1px 1px #aaa, 0px 4px 1px rgba(255,255,255,0.5), 4px 4px 5px rgba(255,255,255,0.7), 0px 0px 7px rgba(255,255,255,0.4); */
  text-shadow: 2px 2.5px 2.5px rgba(0, 0, 0, 0.25);
}
p.title-white {
  font-family: 'Tahu';
  font-size: 35pt !important;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
  /* font-weight: bolder; */
  color: #fff;
  font-size: 35pt;
}

p.info {
  font-family: 'DKLemonYellowSun';
  font-size: 20pt !important;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
  /* font-weight: bolder; */
  margin-left: 15px;
  margin-right: 15px;
}

#home p,
#contact p,
footer p {
  color: #f9f9f9;
}

.btn {
  border: none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.btn:focus {
  background: #e44c65;
  border-color: transparent;
}

.btn-success {
  background: #e44c65;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 14px 32px;
  margin-top: 26px;
}

.btn-success:hover {
  background: #222;
}

a {
  color: #e44c65;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #e44c65;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container-principal {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20%;
  padding-right: 20%;
}

/*---------------------------------------
    All Section style              
-----------------------------------------*/

.section-title {
  /* padding-bottom: 11px; */
}

#about .section-title {
  padding-top: 22px;
}

#about .section-title h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#about,
#gallery,
#contact {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

#gallery,
#contact,
footer {
  text-align: center;
}

.overlay {
  /* background: #304352; */
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
}



/*---------------------------------------
    Pre Loader Style              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #ea899a;
  border-radius: 100%;
  margin: 40px auto;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}



/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0px !important;
}

.navbar-default .navbar-brand {
  color: #304352;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-right: 22px;
  padding-left: 22px;
}

.navbar-default .navbar-nav li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

.navbar-default .navbar-nav li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default .navbar-nav li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #304352;
}

.navbar-default .navbar-nav>li a:hover {
  color: #304352 !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #777;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #304352;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

@media screen and (max-width: 768px) {

  .navbar-default .navbar-nav li a span:before {
    background: transparent !important;
  }

  .navbar-default .navbar-nav li.active a {
    background: transparent;
    background: none;
    color: #304352 !important;
  }

  .navbar-default .navbar-nav li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}



/*---------------------------------------
    Home Section              
-----------------------------------------*/

#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 100vh; */
  text-align: center;
  margin-bottom: 35%;
}

#home .home-thumb {
  display: inline-block;
  background: url('../images/galery/principal_foto.jpg') center center no-repeat fixed;
  background-size: cover;
  /* width: 100%; */
  /* height: 100vh; */
}

#home h1 {
  color: #ffffff;
}

#home .title {
  position: relative;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

#home .home-thumb .subtitle {
  font-size: 12pt;
  top: 0;
}

#home .title .name {
  font-family: 'AnandaBlackPersonalUse';
  color: #ffffff;
  font-size: 50pt;
  text-transform: capitalize;
  text-shadow: -1px -1px 1px #aaa, 0px 4px 1px rgba(0, 0, 0, 0.5), 4px 4px 5px rgba(0, 0, 0, 0.7), 0px 0px 7px rgba(0, 0, 0, 0.4);
}

#home .title .name-dos {
  color: #ffffff;
  font-size: 20pt;
  text-transform: capitalize;
  text-shadow: -1px -1px 1px #aaa, 0px 4px 1px rgba(0, 0, 0, 0.5), 4px 4px 5px rgba(0, 0, 0, 0.7), 0px 0px 7px rgba(0, 0, 0, 0.4);
}

#home .title .name-tres {
  font-family: 'DKLemonYellowSun';
  color: #ffffff;
  font-size: 20pt;
  text-transform: capitalize;
}

#home .countdown-container {
  margin-top: 12.5px;
}

#home .countdown-container p.title {
  font-family: 'Tahu';
  font-size: 35pt !important;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 35pt;
}

#home .countdown-container .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .countdown-container .countdown .num {
  font-family: 'DkLemonYellowSun';
  color: #ff457d;
  text-shadow: #000000;
  font-size: 35pt;
  font-weight: bolder;
  font-style: oblique;
}

#home .countdown-container .countdown .num-title {
  font-family: 'Sans';
  color: #fff;
  font-size: 10.5pt;
  font-weight: bolder;
  font-style: oblique;
}

#home .col-md-8 {
  padding-left: 62px;
}

span#days p.days-style {
  background: #e4cb4c;
  /* color: #e4cb4c;
  font-family: fantasy;
  font-style: italic;
  font-size: 2rem; */

}

#home .home-thumb .num {
  font-family: 'Sans';
  /* Lovely */
  color: #bc560a;
  text-shadow: #000000;
  font-size: 35pt;
  font-weight: bolder;
  font-style: oblique;
}

#home .home-thumb .num-title {
  font-family: 'Sans';
  color: #fff;
  font-size: 15pt;
  font-weight: bolder;
  font-style: oblique;
}
/*---------------------------------------
    About Section              
-----------------------------------------*/

#about {
  background-color: #ffffff;
}

#about .item {
  width: 100%;
  display: block;
}

#about .about-thumb {
  background: #ffffff;
  padding: 100px;
  position: relative;
}

#about .about-img img {
  border: 8px solid #ffffff;
  position: absolute;
  left: -120px;
  bottom: -325px;
  padding: 12px;
}

#about .team-thumb {
  width: 100%;
  height: 70px;
  margin: 32px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .image-holder {
  position: relative;
  top: 300px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .heading {
  font-weight: bold;
  position: relative;
  top: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .team-thumb:hover {
  background: #304352;
  height: 400px;
}

#about .team-thumb:hover .image-holder {
  top: -40px;
  margin-bottom: 0px;
}

#about .team-thumb:hover .heading {
  top: -10px;
}

#about .team-thumb .description {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#about .team-thumb:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#about .team-thumb:hover p.description {
  color: #ffffff;
}

.circle {
  margin-top: 10PX;
  height: 150px;
  width: 150px;
  background-color: #fff262;
  border-radius: 50%;
  display: inline-block;
  padding: 30px;
  box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.1),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

#about2 .about-thumb {
  margin-top: 0;
  background: #ea899a;
  height: 300px;
  /* border-radius: 4px; */
  /* padding: 100px; */
  /* position: relative; */
}

#about2 .title {
  position: relative;
  top: 35%;
  /* left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

#about2 .about-thumb .num {
  font-family: 'Sans';
  /* Lovely */
  color: #8d2444;
  text-shadow: #000000;
  font-size: 35pt;
  font-weight: bolder;
  font-style: oblique;
}

#about2 .about-thumb .num-title {
  font-family: 'Sans';
  color: #fff;
  font-size: 9pt;
  font-weight: bolder;
  font-style: oblique;
}

#about2 .about-thumb .corner-top-right {
  width: 15%;
  display: fixed;
  z-index: -999;
  margin-top: 10px;
  margin-bottom: -150px;
}

#about2 .about-thumb .corner-bottom-left {
  width: 15%;
  display: fixed;
  z-index: -999;
  margin-top: -20px;
}

#about3 {
  background: rgb(255, 255, 255);
}

#about3 .about-thumb {
  background: rgb(255, 255, 255);
  padding: 100px 25px;
  position: relative;
}

#about3 .about-thumb .dedicate {
  font-family: 'MagnoliaScript';
  color: #ffffff;
  font-size: 16pt;
}

#about2 .about-thumb .marco {
  width: 15%;
  display: fixed;
  z-index: -999;
  margin-top: 10px;
  margin-bottom: -150px;
}

#about3 .about-thumb .corner-top-right {
  width: 15%;
  display: fixed;
  z-index: -999;
  margin-top: 10px;
  margin-bottom: -150px;
}

#about3 .about-thumb .corner-bottom-left {
  width: 15%;
  display: fixed;
  z-index: -999;
  margin-top: -20px;
}

/*---------------------------------------
    Galllery section              
-----------------------------------------*/

.galeria .col-lg-4{
  margin: 0 !important;
  padding: 15px;
}

.galeria img{
  width: fit-content;
  /* height: 260px; */
}

.galeria img:hover{
 border: 2px solid white;
}

/* SLIDE SHOW*/

[class^=swiper-button-] {
  transition: all 0.3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 80%;
  height: 100vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.7s ease;
}
.swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}

[class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  transform: translateX(50px);
}

.swiper-button-next {
  transform: translateX(-50px);
}

/* SLIDE SHOW*/

/* feature */
.feature {
  padding-top: 8%;
  padding-bottom: 8%;
  background: url('../images/background/pinkwatercolor-bg.jpg') center center no-repeat fixed;
  background-size: cover;
}

.feature img {
  width: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.feature-box {
  padding: 20px;
}

.feature-box h1 {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.5em;
}

.feature-box p {
  text-align: center;
  font-size: 25px;
  text-align: justify;
}

.feature .dedicate {
  font-family: 'MagnoliaScript';
  color: #ffffff;
  font-size: 16pt;
}

.feature .linkRegalos {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature a.linkRegaloCuadro {
  text-decoration: none;
  color: #101010;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature span.textCuadro {
  font-family: 'DKLemonYellowSun' !important;
  font-size: 19pt;
  letter-spacing: 0.3rem;
}

.feature a.linkRegaloCuadro .cuadroRegalo {
  padding: 2.5px;
  width: 20vh;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: 0 4px 6px 0 #9e9e9e;
}

.feature a.linkRegaloCuadro .cuadroRegalo .imageCuadro {
  width: 100% !important;
}

.feature .feature-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  /* margin-top: 45px; */
  margin-bottom: 20px;
}

/* Flaired edges, by Tomas Theunissen */

hr.style-seven {
  overflow: visible;
  /* For IE */
  height: 30px;
  border-style: solid;
  border-color: #a7294c;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}

hr.style-seven:before {
  /* Not really supposed to work, but does */
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #a7294c;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}




/*---------------------------------------
    Contact section              
-----------------------------------------*/

#contact {
  background-color: #ea899a;
  color: #fff;
}

#contact .form-control {
  box-shadow: none;
  border: 1px solid #f9f9f9;
  color: #c7375a;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 14px;
  transition: all 0.4s ease-in-out;
}

#contact p.title-white {
  font-family: 'Tahu';
  font-size: 35pt !important;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
  /* font-weight: bolder; */
  color: #fff;
  font-size: 35pt;
  /* text-transform: capitalize; */
  /* text-shadow: -1px -1px 1px #aaa, 0px 4px 1px rgba(255,255,255,0.5), 4px 4px 5px rgba(255,255,255,0.7), 0px 0px 7px rgba(255,255,255,0.4); */
  /* text-shadow: 2px 4px 1px #fff; */
}

#contact .form-control:focus {
  border-color: #a7294c;
  color: #c7375a;
}

#contact input {
  height: 55px;
}

#contact select {
  height: 55px;
}

#contact input[type="submit"] {
  background: #e44c65;
  border: none;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
}

#contact input[type="submit"]:hover {
  background: rgb(185, 47, 248);
  color: #ffffff;
}

#contact p.details {
  font-family: 'DKLemonYellowSun';
  color: #fff;
}

#contact .btn-confirm {
  background: #e44c65;
  border: none;
  /* color: #ffffff; */
  font-weight: 400;
  letter-spacing: 1px;
}

.span-title span {
  color: #ffffff;
  font-size: 35pt;
  /* text-transform: capitalize; */
  text-shadow: -1px -1px 1px #aaa, 0px 4px 1px rgba(0,0,0,0.5), 4px 4px 5px rgba(0,0,0,0.7), 0px 0px 7px rgba(0,0,0,0.4);
}

/*---------------------------------------
    Footer section             
-----------------------------------------*/

footer {
  padding-top: 40px;
  padding-bottom: 40px;
}



/*---------------------------------------
    Social icons style              
-----------------------------------------*/

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 10px 10px 42px 10px;
  padding: 0px;
}

.social-icon li a:hover {
  background: #ffffff;
  color: #e44c65;
}



/*---------------------------------------
   Back top         
-----------------------------------------*/

.go-top {
  background-color: rgba(255,255,255,0.5);
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, .14), 1px 1.732px 3px 0px rgba(0, 0, 0, .12);
  transition: all 1s ease;
  bottom: 6.5em;
  right: 0.5em;
  color: #e44c65;
  font-size: 26px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
  background: #e44c65;
  color: #ffffff;
}

#playPauseButton {
  background-color: rgba(255,255,255,0.5);
  color: #dc5772;
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, .14), 1px 1.732px 3px 0px rgba(0, 0, 0, .12);
  transition: all 1s ease;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  bottom: 10.5em;
  left: 0.5em;
  text-align: center;
}

.map-outer {
  position: relative;
}

.gmap-canvas {
  overflow: hidden;
  background: none !important;
}

.map-outer,
.gmap-canvas {
  height: 100%;
  width: 100%;
}

.wspBoton {
  text-align: center;
  padding: 15px 10px;
  background-color: #128c7e;
  width: auto;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  width: 80%;
  line-height: 24px;
  margin-bottom: 50px;
  font-family: montserrat;
  border-radius: 15px;
  text-shadow: 1px 1px 2px #331919;
}
/* a:active, a:hover {
  outline: 0;
}
.btn, a, a.expand {
  cursor: pointer;
}
a {
  background: transparent;
}
a, button {
  -webkit-transition: .6s cubic-bezier(.25,1,.5,1);
  transition: .6s cubic-bezier(.25,1,.5,1);
}
a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
} */

/*---------------------------------------
   Responsive Mobile         
-----------------------------------------*/

/* Reglas para pantallas grandes */
@media screen and (min-width: 1921px) {
  
  #home {
    margin-bottom: 0px
  }
  
  #home .home-thumb {
    width: 100vh;
  }

  #home .home-thumb {
    display: inline-block;
    background: url('../images/galery/principal_foto.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
}

/* Reglas para pantallas medianas (992px - 1920px) */
/* @media screen and (max-width: 1920px) { } */

/* Reglas para pantallas medianas (980px - 991px) */
@media screen and (max-width: 991px) {
  
  #home {
    margin-bottom: 0px
  }

  #home .home-thumb {
    display: inline-block;
    background: url('../images/galery/principal_foto.jpg') center center no-repeat fixed;
    background-size: cover;
    margin-bottom: 0px;
  }

  .container-principal {
    padding-left: 0%;
    padding-right: 0%;
  }

  #about .team-thumb {
    margin-top: 32px;
  }
  
  #about2 .about-thumb .corner-top-right {
    width: 25%;
    margin-top: 55px;
    margin-bottom: -125px;
  }
  
  #about2 .about-thumb .corner-bottom-left {
    width: 25%;
    margin-top: 5px;
  }
  
  a.linkRegaloCuadro .cuadroRegalo {
    text-align: left;
  }
  
  .feature {
    padding-top: 35%;
  }
}

/* Reglas para pantallas pequeñas (900px - 979px) */
/* @media screen and (max-width: 979px) { } */

/* Reglas para pantallas pequeñas (768px - 899px) */
@media screen and (max-width: 899px) {

  .feature {
    padding-top: 35%;
  }

}

/* Reglas para pantallas muy pequeñas (651px - 767px) */
@media screen and (max-width: 767px) {
  
  #home,
  .overlay {
    height: 80vh;
  }

  #home {
    margin-bottom: 0px
  }

  #home .home-thumb {
    height: 120vh;
    margin-bottom: 0px;
  }

  #about .about-thumb {
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  #about .col-md-3 img {
    position: relative;
    top: 0;
    left: 0;
  }
}

/* Reglas para pantallas extra pequeñas (0px - 650px) */
@media screen and (max-width: 650px) {
  h1 {
    font-size: 1.6rem;
  }

  p {
    font-size: 18px;
  }

  img {
    width: 100%;
  }

  #home .title {
    top: 75%;
  }

  .circle {
    height: 100px;
    width: 100px;
    background-color: #f5f292;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    box-shadow:
      inset 0 -3em 3em rgba(0, 0, 0, 0.1),
      0 0 0 2px rgb(255, 255, 255),
      0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
  }

  #about,
  #gallery,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .map-outer {
    position: relative;
  }

  .gmap-canvas {
    overflow: hidden;
    background: none !important;
  }

  .map-outer,
  .gmap-canvas {
    height: 5%;
    width: 100%;
  }

  #home {
    margin-bottom: 169px;
    font-size: 35pt;
  }

  #home .home-thumb {
    font-size: 35pt;
    margin-bottom: 0px;
  }

  .feature {
    margin-top: -25% !important;
    /* margin-left: 10px;
    margin-right: 10px; */
  }
}