body {
  padding-top: 51px;
  /*height: 2000px;*/
}
/******* Start Overriding Bootstrap *****/
/* Main Navbar
.navbar {
  min-height: 70px;
}

.navbar .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}*/

/* Active Link */
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  background-color: #0275D8;
  color: white;
}

/* Navbar Link */
.navbar {
  margin-bottom: 0;
}

.navbar-brand {
  background: url(https://nerjavacaciones.es/images/nerjavacaciones-logo.png) center / contain no-repeat;
  width: 240px;
}

/* carousel */
.carousel-caption {
  background: rgba(3, 3, 3, 0.3);
  border-radius: 25px;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  height: 15px;
  width: 15px;
  border: 1px solid #EEE;
}

.carousel-indicators .active {
  height: 17px;
  width: 17px;
  background: #0275D8;
}

.carousel-inner > .item > img {
  width: 100%;
}

button.test {
  margin-top: 10px;
  font-size: 1.8em;
}

a:hover {
    text-decoration: none;
}
/****** End Overriding Bootstrap ******/

.brands {
  padding-top: 80px;
}

/* Start Section About */

.about {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about .lead {
  color: #888;
  margin-top: 15px;
}
.about .portadamv {
  margin: 10px;
  padding: 30px;
}

.about h1 {
  font-weight: bold;
}

.about h1 span {
  color: #0275D8;
}
.about h3 {
  color: #888;
}

.centrada {
  margin: 0 auto;
}

/* End Section About*/
/* jumbo apartamentos */

#jumbotron h1 span {
  color: #0275D8;
}

/* Start Section services y gallery*/

.services {
  background: #EEE;
  padding-top: 50px;
  padding-bottom: 50px;
}

.services .serv {
  margin-bottom: 30px;
}

.services .serv p {
  line-height: 2em;
}

.services h1 {
  margin-bottom: 50px;
}

.services .serv i.fa {
  font-size: 25px;
  margin-bottom: 10px;
  color: #333;
}

/* gallery zoom effect */
.services .thumbnail {
  width: 100%;
  overflow: hidden;
}

.services img.galfan {
  -webkit-transition: all 0.5s ease;
}

.services img.galfan:hover {
  transform: scale(1.3);
}

/* End Section services*/

/* Start Section testimonials*/

.testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}
.testimonials h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.testimonials .lead {
  line-height: 2em;
  margin-bottom: 10px;
}

.testimonials span {
  font-size: 18px;
  font-weight: bold;
  color: #0275D8;
}

.testimonials .carousel-inner {
min-height: 300px;
}

.testimonials .carousel-indicators {
position: static;
width: 100%;
margin-left: auto;
padding-top: 20px;
}

.testimonials .carousel-indicators li {
opacity: 0.8;
border: 1px solid grey;
width: 20px;
height: 20px;
}

/* End Section testimonials*/

/* Start Section location*/

.location {
  padding-top: 50px;
  padding-bottom: 50px;
}

.location h1 {
  margin-bottom: 30px;
}

.location .nav li {
  font-weight: bold;
  font-size: 1.5em;
}

.location .container .row {
  padding-top: 40px;
}

/* Start Section vacation*/
.vacation {
  padding-bottom: 50px;
}

.vacation h1 {
  margin-bottom: 30px;
}
/*To use it, add "centered" class to your tabs element */
.nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align:center;
}

/* End Section location*/

/* Start Section map*/

.local {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #EEE;
}

.local h1 {
  margin-bottom: 30px;
}

.local .lead {
    color: #888;
}

.local span {
    color: #0275D8;
}

.local span.blue {
  color: #0275D8;
}

/* End Section map*/
/* Start Fragata */
.trimestre {
  background: #EEE;
}

.servicestr {
  padding-top: 50px;
  padding-bottom: 50px;
}

/******* Footer ********/
.footer {
  background-color: #FFFFFF;
  line-height: 20px;
  /*border-top: 1px solid #DDDDDD;*/
  overflow: hidden;
}
.footer nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer nav > ul a:not(.btn) {
  color: #777777;
  display: block;
  margin-bottom: 3px;
}
.footer nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
  color: #777777;
}
.footer .social-area {
  padding: 15px 0;
}
.footer .social-area h5 {
  padding-bottom: 15px;
}
.footer .social-area > a:not(.btn) {
  color: #777777;
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.footer .social-area > a:not(.btn):hover, .footer .social-area > a:not(.btn):focus {
  color: #777777;
}
.footer .copyright {
  color: #777777;
  padding: 10px 15px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center;
}
.footer .copyright a{
  color: #777777;
  padding-left: 10px;
}
.footer hr {
  border-color: #DDDDDD;
}
.footer .title {
  color: #777777;
}
.footer .title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.footer .btn-social {
  color: #9A9A9A;
}

.footer:not(.footer-big) nav > ul {
  font-size: 16px;
}
.footer:not(.footer-big) nav > ul li {
  margin-left: 20px;
  float: left;
}
.footer:not(.footer-big) nav > ul a {
  padding: 10px 0px;
  margin: 15px 10px 15px 0px;
}

.footer-color-gray {
  background-color: #F5F5F5;
}

.footer-color-black,
.footer-transparent {
  background-color: rgba(30, 30, 30, 0.97);
  color: #DDDDDD;
}
.footer-color-black nav > ul a,
.footer-transparent nav > ul a {
  color: #FFFFFF;
}
.footer-color-black nav > ul a:hover, .footer-color-black nav > ul a:focus,
.footer-transparent nav > ul a:hover,
.footer-transparent nav > ul a:focus {
  color: #777777;
}
.footer-color-black .social-area > a:not(.btn),
.footer-transparent .social-area > a:not(.btn) {
  color: #FFFFFF;
}
.footer-color-black .social-area > a:not(.btn):hover, .footer-color-black .social-area > a:not(.btn):focus,
.footer-transparent .social-area > a:not(.btn):hover,
.footer-transparent .social-area > a:not(.btn):focus {
  color: #777777;
}
.footer-color-black .btn-social,
.footer-transparent .btn-social {
  color: #FFFFFF;
}
.footer-color-black hr,
.footer-transparent hr {
  border-color: #444444;
}
.footer-color-black .title,
.footer-transparent .title {
  color: #DDDDDD;
}

.footer-transparent {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.footer-transparent .container {
  z-index: 2;
  position: relative;
}
.footer-transparent::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  display: block;
  content: "";
  z-index: 1;
}

.footer-big {
  padding-top: 30px;
}
.footer-big hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer-big .container > hr {
  margin-top: 50px;
}
.footer-big .copyright {
  margin: 10px 0px 20px;
}

.footer-big .social-area > * {
  margin: 0 15px;
}
.footer-big nav > ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer-big nav > ul li {
  float: none;
}
.footer-big nav > ul .btn {
  margin-bottom: 5px;
}
.footer-big nav > ul .btn-social.btn-simple {
  padding: 0 0 4px 0;
}
.footer-big .form-group {
  margin-top: 15px;
}
.footer-big .numbers h4 {
  margin: 0 0 10px 0;
}

/* End Footer*/
/* Start Scroll To Top */

#scroll-top {
	width: 40px;
	height: 30px;
	/*background-color: #EEE;*/
  color: #777;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 9999;
	display: none;
	cursor: pointer;
}

#scroll-top:hover {
	color: #999;
}

.top-scroll-text {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 2px rgba(159, 157, 157, 0.3);
  padding-bottom: 10px;
}

.top-scroll-text::before {
  content: '';
  position: absolute;
  top: calc(100% + 2px);
  left: 15px;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

/* End Scroll To Top */
/* Start mapa molon */
.gmaps {
  height: 450px
}
/* End mapa molon */
/* Calendar */
#calendar {
    padding-top:20px;
		/*max-width:900px;*/
		margin: 0 auto;
	}

/* Calendario de reservas iframe scroll */

.ap-re-contenedor {
    overflow: auto;
    white-space: nowrap;
}

/* No scroll on google maps iframe */
.mapa-overlay {
	position: relative;
	width: 100%;
	height: 450px;
	top: 450px;
	margin-top: -450px;
	z-index: 1;
}

/*don c*/
.top-module .wrap-top-module {
  position: relative;
  height: calc(100vh - 60px);
  min-height: 520px;
}
.top-module-breadcrumbs {
  position: absolute;
  z-index: 2;
  top: 45px;
  right: 43px;
}

.breadcrumbs-list {
  font-size: 0;
}

.breadcrumbs-list .breadcrumbs-list-element::after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 2px rgba(159, 157, 157, 0.3);
}

.breadcrumbs-list .breadcrumbs-list-element::before {
  content: '';
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 2px 2px 2px rgba(159, 157, 157, 0.3);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

.breadcrumbs-list .breadcrumbs-list-element .breadcrumbs-element-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 2px rgba(159, 157, 157, 0.3);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

.breadcrumbs-list .breadcrumbs-list-element {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-module-text {
  position: absolute;
  z-index: 2;
  bottom: 180px;
  left: 0;
  width: 100%;
}

.top-module-text .wrap-top-text {
  text-align: center;
}

.top-module-text .wrap-top-text .top-text-title {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 106.6666666667%;
  text-shadow: 2px 2px 2px rgba(27, 27, 27, 0.3);
  padding-bottom: 10px;
}


.top-module-text .wrap-top-text .top-text-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 162.5%;
  text-shadow: 2px 2px 2px rgba(159, 157, 157, 0.3);
  padding-bottom: 20px;
}
.btn-corp.btn-white::after {
  background-color: white;
}

.btn-corp::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  padding-top: 0%;
  width: 10%;
  background-color: #B6A583;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -webkit-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}

.btn-corp.btn-white::before {
  color: #898888;
}

.btn-corp::before {
  content: '\ea1c';
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) translateX(-10px);
  -moz-transform: translateY(-50%) translateX(-10px);
  -ms-transform: translateY(-50%) translateX(-10px);
  -o-transform: translateY(-50%) translateX(-10px);
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  font-family: 'nerjavacaciones-Icons';
  font-size: 8px;
  color: #fff;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
.btn-corp.btn-white {
  box-shadow: 2px 2px 2px rgba(159, 157, 157, 0.4);
}

.btn-corp {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

a {
  text-decoration: none;
}

.top-module-text .wrap-top-text .top-text-btn .btn-corp-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.btn-corp.btn-white .btn-corp-text {
  color: #fff;
  border-color: #fff;
  text-shadow: 2px 2px 2px rgba(159, 157, 157, 0.3);
}

.btn-corp .btn-corp-text {
  position: relative;
  z-index: 1;
  display: block;
  padding: 16px 20px 14px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #898888;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 2px solid #898888;
    border-top-color: rgb(137, 136, 136);
    border-right-color: rgb(137, 136, 136);
    border-bottom-color: rgb(137, 136, 136);
    border-left-color: rgb(137, 136, 136);
  background-color: transparent;
  border-radius: 2px;
  min-width: 260px;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.top-module-slider {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list, .slick-track {
  height: 100%;
}

.slick-track::after {
  clear: both;
}

.slick-track::before, .slick-track::after {
  display: table;
  content: '';
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.top-slider-element .wrap-slider-element {
  width: 100%;
  height: 100%;
}

.top-slider-element .wrap-slider-element .slider-element-img {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.lazyload, .responsive-resize {
  background-color: #FBFAFA;
}

figure {
  margin: 0;
}

.top-module-scroll {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 0;
  width: 100%;
}


.top-module-scroll .wrap-top-scroll {
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}

.top-module-scroll .wrap-top-scroll .top-scroll-text::before {
  content: '';
  position: absolute;
  top: calc(100% + 2px);
  left: 15px;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
.top-module-scroll .wrap-top-scroll .top-scroll-text {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 2px rgba(159, 157, 157, 0.3);
  padding-bottom: 10px;
}
.top-module-scroll .wrap-top-scroll .top-scroll-text {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 2px rgba(159, 157, 157, 0.3);
  padding-bottom: 10px;
}

.top-module-scroll .wrap-top-scroll .top-scroll-icon::before {

  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 12px;
  color: #fff;

}
.icon-pointer-down::before {
  content: "\e91b";
}

.top-module-scroll .wrap-top-scroll .top-scroll-icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  background-color: #B6A583;
  -webkit-transform: translateX(-50%) translateY(50%) scale(0);
  -moz-transform: translateX(-50%) translateY(50%) scale(0);
  -ms-transform: translateX(-50%) translateY(50%) scale(0);
  -o-transform: translateX(-50%) translateY(50%) scale(0);
  transform: translateX(-50%) translateY(50%) scale(0);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  opacity: 0;
  border-radius: 50%;
}

.top-module-scroll .wrap-top-scroll .top-scroll-icon {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  overflow: hidden;
}


p {
  margin: 0;
}

.element-info-title {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #9F9D9D;
  letter-spacing: 0.01em;
  line-height: 170%;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}



/* DON C
@media (min-width: 1024px) {
}*/
@media (min-width: 1024px) {
  .intern .top-module {
    padding-top: 80px;
  }
  .intern .top-module .wrap-top-module {
    height: calc(100vh - 80px);
  }
  .top-module .wrap-top-module {
    height: 100vh;
  }
  .top-module-text {
    bottom: auto;
    top: calc(50% - 40px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .top-module-text .wrap-top-text {
    text-align: left;
    padding-left: 55px;
    max-width: 420px;
}
  .top-module-text .wrap-top-text .top-text-subtitle {
    font-size: 16px;
    padding-bottom: 30px;
  }

  .top-module-scroll .wrap-top-scroll:hover .top-scroll-icon::after, .top-module-scroll .wrap-top-scroll:focus .top-scroll-icon::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0%) scale(1);
    -moz-transform: translateX(-50%) translateY(0%) scale(1);
    -ms-transform: translateX(-50%) translateY(0%) scale(1);
    -o-transform: translateX(-50%) translateY(0%) scale(1);
    transform: translateX(-50%) translateY(0%) scale(1);
  }
  .top-module-scroll .wrap-top-scroll:hover .top-scroll-icon, .top-module-scroll .wrap-top-scroll:focus .top-scroll-icon {
    background-color: #fff;
  }

  .btn-corp:hover::before, .btn-corp:focus::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }

  .btn-corp.btn-white:hover .btn-corp-text, .btn-corp.btn-white:focus .btn-corp-text {
  color: #898888;
  text-shadow: none;
  }

  .btn-corp:hover .btn-corp-text, .btn-corp:focus .btn-corp-text {
    border-color: transparent;
    color: #fff;
  }

}
/* DON C
@media (min-width: 1280px) {
}*/
@media (min-width: 1280px) {
  .top-module {
    position: relative;
  }
  .top-module-text {
    top: calc(50% - 80px);
  }
  .top-module-scroll {
    bottom: 140px;
    width: auto;
    left: 55px;
  }
  .top-module-scroll .wrap-top-scroll {
    position: relative;
    padding: 0;
    text-align: left;
  }
  .top-module-scroll .wrap-top-scroll .top-scroll-text {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 0;
    line-height: 133.3333333333%;
    padding-left: 15px;
  }
}

/* DON C
@media (min-width: 768px) {
}*/
@media (min-width: 768px) {
  .top-module .wrap-top-module {
    height: calc(100vh - 85px);
  }
  .top-module-text .wrap-top-text .top-text-title {
    font-size: 48px;
    padding-bottom: 15px;
  }
  .top-module-text .wrap-top-text .top-text-subtitle {
    font-size: 18px;
    letter-spacing: 0.15em;
  }
  .top-module-text .wrap-top-text .top-text-btn .btn-corp-text {
    font-size: 16px;
    padding: 15px 15px 13px;
  }
}

/* DON C
@media (min-width: 1680px) {
}*/
@media (min-width: 1680px) {
  .top-module-text .wrap-top-text {
    padding-left: 90px;
    max-width: 500px;
  }
  .top-text-title {
    font-size: 55px;
    padding-bottom: 25px;
  }
   .top-text-subtitle {
    font-size: 18px;
    padding-bottom: 45px;
  }

  .top-module-scroll {
    bottom: 150px;
    left: 90px;
  }
  .top-scroll-text::before {
    left: 60px;
  }
  .top-scroll-text {
    width: 108px;
    padding-left: 60px;
  }
}

/* SKOL MARB
@media (max-width: 992px) {
}*/
@media only screen and  (max-width: 992px) {
  .top_bar {
    width: 100% !important;
    padding: 15px 15px 5px 15px;
    text-align: center;
    margin-top: 0px;
    float: left;
    height: auto;
  }
  
}


/*Scroll Down */
html{
	font-size: 40px;
	font-family: 'Montserrat';
	scroll-behavior: smooth;
}

.scroll-down {
	height: 50px;
	width: 50px;
	border: 2px solid white;
	position: absolute;
	left: 5%;
	bottom: 100px;
	border-radius: 50px;
	z-index: 1;
	cursor:	pointer;
}
.scroll-down:hover {
	height: 50px;
	width: 50px;
	border: 2px solid white;
	position: absolute;
	left: 5%;
	bottom: 100px;
	border-radius: 50px;
	z-index: 1;
	cursor:	pointer;
  background-color: #B6A583;
}
.scroll-down::before,
.scroll-down::after {
	content: '';
	position: absolute;
	top: 20%;
	left:50%;
	border: 2px solid white;
	height: 10px;
	width: 10px;
	transform: translate(-50%, -100%) rotate(45deg);
	border-top: transparent;
	border-left: transparent;
	animation:	scroll-down 1s ease-in-out infinite;
}

.scroll-down::after{
	top: 30%;
	animation-delay: .3s;
}

@keyframes scroll-down {
	0%{
		opacity: 0;
	}
	30%{
		opacity: 1;
	}
	60%{
		opacity: 1;	
	}
	100%{
		opacity: 0;
		top: 90%;
	}
}

#jumbotron{
  padding-top: 80px!important;
}

#jumbotron .h1, #jumbotron h1 {
  font-size: 63px;
}

#jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

#jumbotron {
  padding-top: 48px;
  padding-bottom: 48px;
}


.btn-corp.btn-white:hover {
  background-color: #fff;
}

.btn-corp.btn-white:focus {
  background-color: #fff;
}


.btn-corp::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  padding-top: 0%;
  width: 10%;
  background-color: #B6A583;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -webkit-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Top Bar*/

.top_bar_wrapper {
  width: 100%;
  background-color: #f3f3f3;
  z-index: 99;
  float: left;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: Relative;
}

.top_bar_wrapper {
  background-color: #0275D8;
}


.top_bar {
  width: 1300px!important;
  margin: 0px auto;
}

.top_bar, .top_bar a {
  color: #fff!important;
}

.top_bar {
  height: 40px;
  line-height: 40px;
  width: 100%;
  vertical-align: middle;
  padding-left: 40px;
  padding: 0px 45px 0px 45px;
  font-size: 13px;
  color: #b6b6b6;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.top_bar .xoxo {
  margin: 0px;
}

ul {
  list-style-type: square;
  margin: 0px 0px 26px 26px;
}

.top_bar .widget-container {
  display: inline;
  margin-bottom: 0px;
}

.left-top-widet li, .right-top-widet li {
  float: left;
  display: inline;
}

.top_bar .textwidget {
  margin-right: 0px;
  margin-left: 15px;
  line-height: 40px;
}

textwidget {
  font-size: 13px;
  line-height: 1.6em;
}

.top_bar .textwidget p {
  margin-bottom: 0px;
}

.top_bar i {
  width: 13px;
  margin-right: 5px;
  margin-left: 0px;
  font-size: 13px;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

fa, .fas {
  font-family: "Font Awesome 5 Free" !important;
}

.top_bar a {
  color: #ffffff;
}

.top_bar a {
  color: #fff;
  font-size: 14px;
  padding: 11px 0px;
}

.bx-pager {
    display:none;
}

.bx-wrapper .bx-controls-direction a{
  z-index: 1!important;
}


.img-thumbnail {
  display: block;
  margin: 0px auto;
}


/* Css para widget avaibook*/
.Reservationstyle__ReservationFormWrapper-sc-1nm1qvh-0 {
  padding: 0px!important;
  }



  .container h3{
    color:#000;
    text-align: left;
    padding-left: 120px;
    }


/*altura despues de slider antes de formulario de avaibook*/
    .brands {
      padding-top: 0px;
    }

 /*CSS PARA DISPOSITIVOS*/

@media only screen and (max-width: 992px){
    .wide .top_bar,
    .top_bar{
        width: 100%!important;
        padding: 15px 15px 5px 15px;
        text-align: center;
        margin-top: 0px;
        float: left;
        height: auto;
    }
      
    #jumbotron .h1, #jumbotron h1 {
        font-size: 36px;
    }

    .right-top-widet,
    .left-top-widet{
        float: none;
        margin: 0px auto;
        display: inline-block;
        width: 100%;
        left: 0px;
        right: 0px;
        text-align: center;
    }

    .top_bar,
    .top_bar .textwidget {
        line-height: 30px;
    }

    .left-top-widet li{
        margin: 0px auto;
        float:none;
        display: inline-block!important;
    }

    #jumbotron {
        padding-top: 10px !important;
      }

      .scroll-down {

        display:none;
          }

          .img-responsive{
            margin:0 auto;
          }

          .img-responsive2{
            margin:0 auto;
            padding-bottom: 30px;
          }

          .vacation {
            padding-bottom: 0px;
             }

             .servicestr {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .bx-pager {
                display:none;
            }
            .top-module-breadcrumbs{
              display:none;
            }
            .top-module .wrap-top-module{
              height: auto;
            }

            .brands {
              padding-top: 0px;
            }

            .bx-wrapper .bx-controls-direction a{
              z-index: 1!important;
            }

            .slider-element-img {
              width: 20%!important;
            }
            .container{
            padding-right: 15px;
            }

            .carousel{
              margin-top: 80px;
            }

        }

       