.solid-button{
	background-color: #ffd201;
	border-radius: 50px;
	padding: 7px 30px !important;
	margin-right: 1em;
	border: 3px solid #ffd201;
	color: #000;
	font-weight: 500;
}
.trans-button{
	background-color: transparent;
	border-radius: 50px;
	padding: 7px 30px !important;
	border: 3px solid #ffd201;
	color: #ffd201;
	font-weight: 500;
}
/* -----------------------------------------------------------------------------
# Navbar
----------------------------------------------------------------------------- */
.mainmenu .container{
	max-width: 1240px;
}
.mainmenu {
	position: fixed;
	z-index: 100;
	width: 100%;
	background-color: #fff;
	padding: 8px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	/*-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;*/
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.mainmenu-wrap {
	display: flex;
	justify-content: space-between;
}
.mainmenu-wrap label{
	cursor: pointer;
	display: none;
	float: right;
    font-size: 1.7rem;
	margin: auto 0;
}
.mainmenu-nav{
	text-align: right;
	margin: auto 0;
}
.mainmenu-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainmenu-nav ul li {
	display: inline-block;
}
.mainmenu-nav ul li a {
	font-weight: 700;
	font-size: 1.07em;
	display: block;
	padding: 20px 15px;
	color: #373636;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mainmenu-nav ul > li {
  position: relative;
}
.mainmenu-nav ul li.current-list-item > a {
  color: #ffd201;
}
.mainmenu-nav li:hover > a {
  color: #ffd201;
}

.mainmenu-nav ul li ul{
	position: absolute;
	background-color: #fff;
	width: 220px;
	padding: 15px 15px;
	margin: 0;
	left: 0;
	top: 50px;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 20px #555555;
	box-shadow: 0 0 20px #555555;
	text-align: left;
}
.mainmenu-nav ul li ul li{
	display: block;
	padding: 5px 0;
}
.mainmenu-nav ul li ul li a{
	color: #838379;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
}


.mainmenu-nav .menu{
	display: none;
	border-radius: 7px;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
	background-color:#fff;
	right: 1rem;
	top: 6.2rem;
	position: fixed;
}
.mainmenu-nav .menu a{
	color: #051922 !important;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 7px 25px;
	margin: 1rem 1.5rem;
	border-radius: 50px;
}
.menu a:hover{
	background-color: #ffd201;
	color: #fff !important;
}
#intra{
	width: 50px;
	cursor: pointer;
}
.site-logo a img{
/*	max-width: 9rem;*/
	max-width: 5rem;
	object-fit: contain;
	height: 100%;
}
.is-transparent{
  background-color: transparent;
  padding: 25px 0;
  box-shadow: none;
}
.is-transparent .mainmenu-nav ul li a{
	color: #fff;
}
.is-transparent .mainmenu-nav ul li:hover > a {
  color: #ffd201;
}
.nav-buttom{
	border-left: 1px solid #000;
	padding-left: 1.2em;
}
/*.nav-buttom a{
	background-color: #ffd201;
	border-radius: 50px;
	padding: 7px 30px !important;
	margin-top: 5px;
	color: #fff;
}*/
@media only screen and (min-width: 991px) {
	.mainmenu-nav ul > li:hover ul {
		opacity:1 !important;
		visibility: visible !important;
		display: block !important;
	}
}
@media only screen and (max-width: 991px) {
	.mainmenu{
		background:#fff;
	}
	.mainmenu-wrap {
		position: unset;
	}
	.mainmenu-wrap label{
		display: initial;
	}
	.mainmenu-nav {
		position:absolute;
		top: 100%;
		left:0;
		right:0; 
		background:#fff;
		color:#000;
		display:none;
		text-align: center;
	}
	.mainmenu-nav ul li:not(:last-child){
		width: 100%;
	}
	.mainmenu-nav ul li:last-child{
		float:none;
		padding-bottom: 15px;
	}	
	.mainmenu-nav ul li.current-list-item > a{
		color:#051922;
	}
	.mainmenu-nav ul li a{
		color:#051922;
	}
	.mainmenu-nav .menu{
		display: block;
		border-radius: 0;
		box-shadow: none;
		position: relative;
		right: 0;
		top: 0;
	}
	.mainmenu-nav .menu a{
		color: #fff !important;
		font-weight: 700;
		font-size: 0.9rem;
		padding: 7px 25px;
		margin: 1rem 1.5rem;
		border-radius: 50px;
		background-color: #155DB8;
	}
	.main-menu ul li ul{
		position: relative;
		width:100%;
		top: 0;
		opacity:1;
		background:#eee;
		display: none;
		box-shadow: 0 0 0 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		-webkit-box-shadow: none;		
	}
}

/* -----------------------------------------------------------------------------
# Home
----------------------------------------------------------------------------- */
.home-slider-item .home-img{
    background-size: cover;
    background-position: center;
	height: 100vh;
	width: 100vw;
	position: relative;
	z-index:1;
}
.home-slider-item > .home-img:after{
	height: 100vh;
	width: 100vw;
	position: absolute;
	background-color: #051922;
	content: "";
	z-index: -1;
    opacity: 0.5;
	top:0;
	left:0;
}
.home .home-txt-title, .home .home-txt-des{
	color: #fff;
}
.home .home-txt-des{
	font-size: 1.3em;
}
@media screen and (max-width: 575px) {
	.home .solid-button{
		margin-left: 1em;
	}
}
/* -----------------------------------------------------------------------------
# 	Servicios
----------------------------------------------------------------------------- */
.servicios{
	width: 100%;
	height: auto;
    text-align: center;
	padding: 4rem 0;
	color: #ffffff;
	margin-bottom: 9em;
}
.servicios .srv-subtitle{
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: 1.3em !important;
}
.servicios .svc-item{
	position:relative;
}
.servicios .svc-item::after {
  content: "";
  width: 100%;
  height: 20rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00000082;
  border-radius: 25px;
}
.servicios .svc-item img{
	height: 20rem;
	object-fit: cover;
	width: 100%;
	border-radius: 25px;
}
.servicios .svc-det{
	position: absolute;
	bottom: 3em;
	left: 2em;
	z-index: 10;
	text-align: left;
}
.servicios .svc-det span{
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 0.7em;
	display: block;
}
@media screen and (max-width: 767px) {
	.servicios .svc-item{
		margin-bottom: 3em;
	}
}

/* -----------------------------------------------------------------------------
# Nosotros
----------------------------------------------------------------------------- */

.nosotros {
  width: 100%;
  height: auto;
  margin-bottom: 9em;
  margin-top: 9em;
  text-align: center;
  background: none no-repeat scroll center center #ffffff;
}
.nosotros .nst-content h4{
	font-size: 2.5em;
	margin-bottom: 1em;
}
.nosotros .nst-content p{
	font-size: 1.3em;
}
@media screen and (max-width: 575px) {
	.nosotros .nst-content{
		padding: 1em;
  	margin-bottom: 3em;
	}
}
@media screen and (max-width: 767px) {
	.nosotros .nst-content{
  	margin-bottom: 3em;
	}
}
/* -----------------------------------------------------------------------------
# 	Beneficios
----------------------------------------------------------------------------- */
.beneficios{
	margin-bottom: 9rem;
	background: #f7f7f7;
	padding-top: 8em;
	padding-bottom: 8em;
}
.beneficios .bnf-img{
	border-radius: 25px;
}
.beneficios .bnf-content {
	padding: 3em;
	background: #fff;
	border-radius: 25px;
	margin: 0 0 0 -50px;
}
.beneficios .bnf-item{
	display: flex;
	flex-direction: column;
}
.beneficios .bnf-item i{
	font-size: 30px;
	font-weight: normal;
	color: #ffd201;
	margin-bottom: 0.8em;
}
.beneficios .bnf-item h5{
	font-size: 1.8em;
	margin-bottom: 0.4em;
}
.beneficios .bnf-item p{
	font-size: 1.3em;
	margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
	.beneficios .bnf-content{
		margin: 0;
	}
}

/* -----------------------------------------------------------------------------
# Reserva
----------------------------------------------------------------------------- */
.reserva{
	margin-bottom: 9rem;
	background: #fff;
	padding-top: 9em;
	padding-bottom: 5em;
}
.reserva .rsv-img{
	height: 650px;
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
	margin: 0 25px 0 -50px;
}
.reserva .rsv-content{
	background: #fff;
	border-radius: 25px;
	padding: 3em;
	margin: 0 -50px 0 25px;
	z-index: 3;
	position: relative;
}
.reserva .rsv-content h4{
	font-size: 2.2em;
	margin-bottom: 0.5em;
}
#rsv-form{
	padding: 2.5em 2.5em 0 2.5em;
}
#rsv-form h3 {
	color: #155DB8;
	font-size: 20px;
	margin-bottom: 30px; 
	font-family: "Roboto", sans-serif;
	line-height: 1.9;
	font-weight: 700;
}
#rsv-form .col-form-label{
	font-size: 14px;
	color: #000;
	display: inline-block;
	padding: 0;
}

#rsv-form .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none; 
	color:#155DB8;
}
#rsv-form .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none; 
	color:#155DB8;
}

#rsv-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
#rsv-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
#rsv-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
#rsv-form .form-controlt:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}

#rsv-form .form-control:active, #rsv-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
}

#rsv-form .btn, #rsv-form .form-control {
	height: 45px;
}
#rsv-form textarea.form-control {
	height: auto;
	resize: vertical;
}
#rsv-form .btn {
	border: none;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: .15rem;
	text-transform: uppercase; 
	background: #155DB8;
}

#rsv-form .btn:hover {
    color: #fff; 
}
#rsv-form .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.map{
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	border: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
	.map{
		height: 350px;
	}
}

/* -----------------------------------------------------------------------------
# 	Footer
----------------------------------------------------------------------------- */

.footer{
	background: #f7f7f7;
	padding-top: 6em;
}
.footer .footer-logo{
	display: flex;
	align-items: center;
	height: 100%;
}
.footer .footer-logo img{
/*	height: 50px;*/
	height: 120px;
}
.footer .footer-logo a{
	background: #000;
}
.footer .footer-contacto{
	display: flex;
	flex-direction: column;
}
.footer .footer-contacto span{
	margin-bottom: 0.8em;
	font-size: 1.15em;
}
.footer .footer-redes{
	display: flex;
	justify-content: center;
}
.footer .footer-redes img{
	width: 45px;
	margin-right: 1em;
}
.footer .footer-nav{
	font-size: 1.15em;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0;
}
.footer .footer-nav a{
	font-weight: 700;
	font-size: 1em;
	color: #373636;
}
.footer .footer-nav a:hover{
	color: #ffd201;
}
.copyright{
	padding-top: 2em;
	padding-bottom: 2em;	
}
@media screen and (max-width: 991px) {
	.footer .footer-logo{
		justify-content: center;
		margin-bottom: 2em;
	}
	.footer .footer-nav{
		justify-content: center;
		margin-bottom: 2em;
	}
	.footer .footer-legales{
		display: flex;
	  justify-content: center;
	  margin-bottom: 2em;
	}
}
/* -----------------------------------------------------------------------------
# 	botones flotantes
----------------------------------------------------------------------------- */

.btnwsp{
	border-radius:15px;
	background:#25d366;
	right:0;
	bottom:0;
	position:fixed;
	margin-right:16px;
	margin-bottom:16px;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.4rem 1rem;
	z-index:100;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.btnchat{
	border-radius:15px;
	background:#155DB8;
	right:0;
	bottom: 4rem;
	position:fixed;
	margin-right:16px;
	margin-bottom:10px;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.4rem 1rem;
	z-index:100;
}
.btnbcr{
	border-radius:15px;
	background:#ff0103;
	left:0;
	bottom:0;
	position:fixed;
	margin-left:16px;
	margin-bottom:16px;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.4rem 1rem;
	z-index:100;
}
.btnwsp img{
	width: 25px;
	margin-right: 5px;
}
.btnwsp:hover,.btnchat:hover,.btnbcr:hover{
	color:#fff;
}
.btnchat img{
	display: none;
}
@media screen and (max-width: 767px) {
	.btnwsp{
		border-radius:50%;
		padding: 0.2rem;
	}
	.btnwsp span{
		display: none;
	}
	.btnwsp img{
		width: 50px;
		margin-right: 0;
	}
	.btnchat{
		border-radius:50%;
		padding: 0.9rem;
		bottom: 5.5rem;
	}
	.btnchat span{
		display: none;
	}
	.btnchat img{
		display: block;
		width: 30px;
	}
}

/* -----------------------------------------------------------------------------
# 	Boletin
----------------------------------------------------------------------------- */

.boletin{
	background-image: url(../imagenes/yellow-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.5em;
	padding-top: 3.5em;
}
.boletin h2{
	font-size: 2.2em;
	margin: 0;
}
.boletin span{
	font-size: 1.2em;
}
.boletin form{
	display: flex;
}
.boletin .bln-text{
	border: 0;
	padding: 1em 2em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	flex-grow: 5;
}
.boletin .bln-btn{
	flex-grow: 1;
	background-color: #000;
	border-top-right-radius: 5px;
	border: 0;
	color: #ffd201;
	border-bottom-right-radius: 5px;
	font-weight: 700;
}

/* -----------------------------------------------------------------------------
# 	Turismo
----------------------------------------------------------------------------- */

.turismo{
	margin-bottom: 8em;
	margin-top: 9em;
}

.turismo .trm-item{
	margin-top: 3em;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	background-color: white;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}
.trm-item-inner{
	padding: 8px 30px 2px;
}
.trm-item-head{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
}
.trm-item-head i{
	font-size: 56px;
	margin-right: 12px;
}
.trm-item-head span{
	margin: 4px 0 0;
}
.trm-item-content p{
	margin-bottom: 26px;
	line-height: 26px;
}
.trm-item-footer{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.trm-footer-pricing{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #000 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 5px;
  z-index: 1;
}
.trm-footer-pricing::after{
	background-color: #ffd201 !important;
	content: '';
	position: absolute;
	width: 226px;
	height: 226px;
	border-radius: 50%;
	left: -62px;
	bottom: -128px;
	z-index: -1;
	transition: all .2s;
}
.trm-footer-pricing-1{
	font-size: 27px !important;
}
.trm-footer-pricing-2{
	  -ms-flex-order: -1;
	  order: -1;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  font-size: 16px;
	  line-height: 24px;
}
.trm-footer-list{
	flex: 0 0 50%;
	padding: 0;
	margin: 3px 0 0;
	list-style-type: none;
}
.trm-footer-list li i{
	margin-left: -4px;
	display: inline-block;
	width: 20px;
}

/* -----------------------------------------------------------------------------
# 	Aplicativo
----------------------------------------------------------------------------- */
.aplicativo {
	margin-bottom: 9rem;
}
.aplicativo .app-content{
	background: #ffd201;
	padding: 4em 6em 0 6em;
	border-radius: 25px;
}
.aplicativo .app-content .app-item p{
	font-size: 1.25em;
}
.aplicativo .app-content .app-item a{
	background-color: #000;
	border-radius: 50px;
	padding: 7px 30px !important;
	margin-right: 1em;
	border: 0;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.aplicativo .app-item{
		margin-bottom: 7em;
	}
}

/* -----------------------------------------------------------------------------
# 	Contador
----------------------------------------------------------------------------- */

.contador{
	margin-bottom: 11em;
	padding-top: 3em;
	padding-bottom: 3em;
	background: #ffd201;
}
.cont-item{
	position: relative;
	text-align: center;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cont-counter,.cont-prefix{
	font-size: 3.5em;
	font-weight: 700;
	padding: 0;
	margin: 0;
	line-height: 1.3;
}
.cont-label{
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.contador .cont-item{
		margin-bottom: 3em;
	}
}

/* -----------------------------------------------------------------------------
# 	ReservaWSP
----------------------------------------------------------------------------- */

.reservawsp{
	margin-bottom: 11em;
}
.reservawsp .rsvwsp-item, .reservawsp .rsvwsp-img{
	padding: 0 3em;
}
.reservawsp .rsvwsp-item p{
	font-size: 1.25em;
}
.reservawsp .rsvwsp-btnwsp{
	border-radius: 25px;
	background: #25d366;
	padding: 0em 1.3em;
	color: #FFF;
	display: inline-block;
	font-size: 1.25em;
}
.reservawsp .rsvwsp-btnwsp img{
	width: 50px;
}
@media screen and (max-width: 767px) {
	.reservawsp .rsvwsp-item{
		margin-bottom: 7em;
	}
}

.contacto{
	margin-top: 9em;
	margin-bottom: 9rem;
	background: #fff;
	padding-bottom: 5em;
}
.contacto .contact-info{
	display: flex;
	flex-direction: column;
}
.contacto .contact-info-card{
	padding: 1.8em 2.5em;
	background: #f7f7f7;
	border-radius: 24px;
	margin: 1em 0 2em 0;
}
.contacto .contact-info-card i{
	color: #ffd201;
	display: block;
	font-size: 2em;
	margin-bottom: 0.7em;
	font-weight: 700;
}
.contacto .contact-info-card h4{
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
}
.contacto .contact-info-card span{
	font-size: 1.1em;
	display: block;
}
.contacto .contact-info-redes{
	display:flex;
	flex-wrap: wrap;
	padding: 1em 0;
}
.contacto .contact-info-redes img{
	width: 45px;
	margin-right: 1em;
}
.contacto .contact-content{
	background: #fff;
	border-radius: 25px;
	padding: 3em;
	position: relative;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contacto .contact-content h4{
	font-size: 2.2em;
	margin-bottom: 0.5em;
}
#contacto-form{
	padding: 2.5em 2.5em 0 2.5em;
}
#contacto-form h3 {
	color: #155DB8;
	font-size: 20px;
	margin-bottom: 30px; 
	font-family: "Roboto", sans-serif;
	line-height: 1.9;
	font-weight: 700;
}
#contacto-form .col-form-label{
	font-size: 14px;
	color: #000;
	display: inline-block;
	padding: 0;
}

#contact-form .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none; 
	color:#155DB8;
}
#contact-form .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none; 
	color:#155DB8;
}

#contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
#contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
#contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
#contact-form .form-controlt:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}

#contact-form .form-control:active, #contact-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
}

#contact-form .btn, #contact-form .form-control {
	height: 45px;
}
#contact-form textarea.form-control {
	height: auto;
	resize: vertical;
}
#contact-form .btn {
	border: none;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: .15rem;
	text-transform: uppercase; 
	background: #155DB8;
}

#contact-form .btn:hover {
    color: #fff; 
}
#contact-form .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.map{
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	border: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
	.map{
		height: 350px;
	}
}




.delivery{
	margin-top: 8em;
	margin-bottom: 9em;
}
.dvr-item{
	margin-bottom: 4em;
}
.delivery h1{
	font-size: 3em;
	margin-bottom: 1em;
}
.delivery h2{
	font-size: 2.7em;
}
.delivery .dvr-card{
	background: #f7f7f7;
	padding: 1.5em 1em;
	border-radius: 24px;
	font-size: 1.2em;
}