#index{
	padding-bottom: 145px;
}
body{
	background-image: url(../images/pagos/imgfondo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative !important;
	width: 100%;
	overflow-x: hidden;
	line-height: normal;
}
section{padding: 60px 0;}
/*NavBar*/
.main-nav{
	background-color: #074D82 !important;
}
#navbar-sedes {
    display: inline-block;
    float: none;
    vertical-align: top;
}
a, .btn-link{text-decoration: none;}
#menuitems .nav-item a{
	width: 100%;
	font-size: 1.4vw;
	color: #074D82;
	text-align: center;
}
#menuitems .nav-item a:hover, #menuitems .nav-item a:focus{font-weight: 600;}
.nav-item{
	padding: 0 15px;
}
.nav-item.active{
	font-weight: bold;
  border-bottom-style: solid;
  border-bottom-color: #0A7ACF;
}
.navbar-fixed-top{top:0;border-width:0 0 1px;position:fixed;right:0;left:0;z-index:1030;}
.navbar-brand{
	padding: 0 !important;
}
#navmenu{
	padding: 0.5vh !important;
}
.navbar-brand{
	height: 7vh;
}

@media (max-width:768px){
	#menuitems .nav-item a{font-size: 1em !important;}
  #home-slider .caption{
    top: 26vh !important;
  }
  #home-slider .left-control, #home-slider .right-control{
    top: 31vh !important;
  }
  #home-slider{
    height: calc(100vh - 7vh) !important;
		background-color: white;
  }
	.carousel-caption{ bottom: 55% !important;}
	body{
		padding-top: 7vh;
		padding-bottom: 160px !important;
	}
}
@media (min-width: 769px){
	.navbar-brand{height: 9vh;}
	body{padding-top: 9vh}
}
.carousel-inner .margin{
	position: absolute;
  top: 0;
  left: 0;
	margin: 1% 1%;
	border: 2px solid white;
	height: 96%;
	width: 98%;
	z-index: 4;
}
#home .carousel-caption{
	background-color: rgba(3, 39, 66, 0.8);
	bottom: 10vh;
	right: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#home .carousel-control-prev:hover span, #home .carousel-control-next:hover span, #home .carousel-control-prev:focus span, #home .carousel-control-next:focus span{
	background-color: #032742;
}
#home .carousel-caption h1,.carousel-caption h2,.carousel-caption h3,
.carousel-caption h4,.carousel-caption h5,.carousel-caption h6{
	color: white;
	position: relative;
}
.carousel-caption h3:before,.carousel-caption h3:after{
	position: absolute;
	height: 35%;
	width: 40px;
	left: -45px;
	background-color: white;
	display: block;
	content: '';
	top: 50%;
	transform: translateY(-50%);
}
.carousel-caption h3:after{
	left: auto;
	right: -45px !important;
}
#home .carousel-inner,.carousel-item{height: 100%;}

#home .carousel-item img {
	height: 100%;
  width: 100%;
  object-fit: cover;
} 

/*Principal*/
.mensualidad{
	font-size: 2em !important;
}
#home .nav>li>a{
	display: inline-block;
}
#home .row{
	padding: 0;
	margin: 0;
}
@media (min-width: 1600px){
	.container{
		max-width: 1480px !important;
	}
}

	/*-------MENÚ FLOTANTE-------*/
	.fixed-side-navbar {
		position: fixed;
		bottom: 7%;
		right: 0;
		z-index: 1000;
		margin-top: -100px;
		text-align: right;
		padding: 0;
	}
	.fixed-side-navbar.hovered,.fixed-side-navbar:hover {
		background: transparent;
	}
	
	.fixed-side-navbar .nav > li > a > span {
		color: #1F82CF;
		display: block;
		background-color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-size: 1.2em;
		padding: 0.3em 2vw;
		line-height: 1;
		border-radius: 15px;
		font-weight: bold;
		border: 1px solid #0A7ACF;
	}
	.fixed-side-navbar.hovered .nav > li > a > span, .fixed-side-navbar:hover .nav > li > a > span {
		display: block;
		opacity:1;
		transition-delay: 0s;
		animation: fadeIn 0.5s;
	}
	.fixed-side-navbar .nav > li a.active {
		background-color: transparent;
		color: #074D82;;
	}
	.fixed-side-navbar .nav > li a.active:after {
		-webkit-transform: scale(0.9);
				transform: scale(0.9);
	}
	.fixed-side-navbar .nav > li a.active:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 17px;
		margin-top: -8px;
		width: 20px;
		height: 20px;
		background: transparent;
		border: 2px solid #fff;
		border-radius: 10px;
	}
	.fixed-side-navbar .nav>li {
		position: relative;
		display: block;
		padding: .1em 0.1vw;
		list-style-type: circle;
	}
	.fixed-side-navbar .nav > li a {
		color: #fff;
		min-height: 3.5em;
		background: transparent;
		padding: 5px 70px 5px 10px;
		border-right: none;
	}
	.fixed-side-navbar .nav > li a span {
		display: none;
		opacity:0;
    	transition:visibility 0.3s linear,opacity 0.3s linear;
	}

	.fixed-side-navbar.hovered .nav > li a:after{color: white;}

	.fixed-side-navbar:hover .nav > li a:after{color: rgba(255,255,255,1);}
	.fixed-side-navbar .nav > li a:after {
		position: absolute;
		top: 0%;
		right: 1vw;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		font-family: FontAwesome;
		font-size: 1.35em;
		color: #FFF;
		background-color: #032742;
		-webkit-transition: all .3s;
		transition: all .3s;
		text-align: center;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fixed-side-navbar .nav > li a:hover {
		background-color: transparent;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-color: black;
		border-right: 0;
	}
	.fixed-side-navbar .nav > li a:hover > span {
		color: black;
		display: block;
	}
	#nav-whatsapp{
		background-color: #4FCE5D; color: white;
	}
	#nav-whatsapp:hover{color: black;}
	.fixed-side-navbar .nav > li a.faq:after{
		content: "\f059"; /* FontAwesome Unicode */
	}
	.fixed-side-navbar .nav > li a.pago:after{
		content: "\f155"; /* FontAwesome Unicode */
	}
	.fixed-side-navbar .nav > li a.ventas:after{
		content: "\f095"; /* FontAwesome Unicode */
	}
	.fixed-side-navbar .nav > li a.whatsapp:after{
		content: "\f232"; /* FontAwesome Unicode */
	}
	.fixed-side-navbar .nav > li a.faq:after{
		content: "\f128"; /* FontAwesome Unicode */
	}
	/*----FIN MENU FLOTANTE */

/*Fin principal*/



@keyframes  fromLeft {
	0%   { left: 0px; }
	50%   { left: 20px; }
	100% { left: 50px; }
}

@keyframes  fromRight {
	0%   { right: 0px; }
	50%   { right: 20px; }
	100% { right: 50px; }
}

.arrow-der i,.arrow-izq i{font-size: 2em !important;}

.arrow-der,.arrow-izq{
	position: relative;
	animation-name: fromLeft;
	animation-duration: 2s;
	animation-iteration-count: infinite;         
	animation-direction: alternate;   /*   normal, alternate  */
	animation-timing-function: ease-out;   /*  ease, ease-out, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) (e.g. cubic-bezier(0.5, 0.2, 0.3, 1.0))  */
	animation-fill-mode: forwards;   /* forwards, backwards, both, none  */
	animation-delay: 3s;
	color: rgba(255,255,255,1);
	text-shadow: 2px 2px 2px #9c9c9c;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.arrow-izq{
	animation-name: fromRight !important;
	justify-content: flex-end !important;
}


/*Fin sedes*/


.title-area {
	display: inline;
	float: left;
	/* padding: 0 150px;   */
	text-align: center;
	width: 100%;
}


.title-area .title {
	border-bottom: 2px solid dimgray;
	color: dimgray;
	display: inline-block;
	font-size: 33px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	margin: 0 auto;
}

.title-area .title::before {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
    background: #0A7ACF;
    width: 50%;
    bottom: -2px;
}

.title-area p{
	color: #474747;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	padding: 15px 0 10px;
    line-height: normal;
}

.title-area .title > span{
    color:#0A7ACF;
}

/*Sección nosotros*/
#nosotros{ padding-top: 60px;}
#nosotros p{
	color: #074D82;
	text-align: justify;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
}
/*Fin seccion nosotros*/

/*reserva*/
#reserva,#reserva .container-fluid{padding-top: 60px;}
#reserva .form-group,#reserva .checkbox{padding: 0 2vw;}
#reserva .form-control {
  background-color: white;
  height: 50px;
  box-shadow: none;
  border-radius: 5px !important;
}
#reserva input.datetimepicker-input{
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
#reserva .form-control-file{height: 50px;}

#reserva textarea.form-control {
  min-height: 180px;
  resize:none;
}

#reserva .form-group {
  margin-bottom: 30px;
}

@media (max-width:1024px) {
  #reserva .form-group,#reserva .checkbox{padding: 0 !important;}
}
.contactanos-button a{background-color: #0A7ACF;}
#reserva .well {border-radius: 10px; margin-bottom: 0 !important; padding: 0;}
.contactanos-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.contactanos-button a{
    display: inline-block;
    padding: 20px 25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    font-weight: 700;
    font-size: 12px;
}
#reserva input,#reserva select{
    border:none !important;
    outline: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
    padding: 1px 5px;
    border-radius: 0.1px !important;
}
#reserva form label{
    color: #0A7ACF;
    font-weight: bold;
}
#reserva form button[type="submit"]{background-color: #0A7ACF; width: 100%; border-radius: 5px;}

input.datetimepicker-input {
	background-color: #fff !important;
}

/*fin reserva*/

/**INICIO CARRUSELES**/

.carousel-control { color: #074D82 !important; opacity: .65;}
.carousel-control:hover {color: #04253b;}
@media (min-width: 1024px){
	.ni{max-width: 29.5% !important;}
}
.nd{width: 70.5% !important; padding-left: 0 !important;}
.carousel-indicators{bottom: 0em !important;}
.carousel-indicators li {
    cursor: pointer;
    background-color: #074D82;
}
.carousel-indicators .active {
    background-color: #0A7ACF;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	padding: 10px;
	width: 50px;
	height: 50px;
	background-origin: content-box;
	border-radius: 50%;
	border: 1px solid white ;
}
.carousel-control-prev, .carousel-control-next{z-index: 5;}

@media (max-width: 1024px){
	.carousel-control-prev, .carousel-control-next{width: 15%;}
}
@media (min-width: 1025px){
	.carousel-control-prev, .carousel-control-next{ width: 7%;}
}

/**FIN CARRUSELES**/

/*Amenidades*/
#amenidades{ background-color: #000; color: #ffffff; }
#amenidades .title, #amenidades .title-area > p{ color: white;}
#amenidades .title-area .title{border-color: white !important;}
#amenidades .zoom{overflow: auto; position: relative;}
#amenidades .wow .layer{display: none;}
#amenidades .wow.animated .layer {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.5vw;
	animation: cssAnimation 0s 2s forwards;
	visibility: visible;
}

@keyframes cssAnimation {
to   { visibility: hidden; }
}
#amenidades .carousel-inner{
	position: relative;
}
#amenidades .carousel-control-prev:hover span, #amenidades .carousel-control-next:hover span, 
	#amenidades .carousel-control-prev:focus span, #amenidades .carousel-control-next:focus span{
	background-color: #032742;
}
/*Fin Amenidades*/

/*Inicio Entregados*/
#entregados{ background-color: #000; color: #ffffff; }
#entregados .title, #entregados .title-area > p{ color: white;}
#entregados .title-area .title{border-color: white !important;}
#entregados .row .col-md-4{padding: 1vh 6vw;}
/*Fin entregados*/
#footer{
	background-color: #074D82  !important;
	padding: 1.25em 0;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.footer-top,.footer-top p{margin: 0;}
.footer-top,.footer-top .c1 p{
	font-size: 1.1em;
	color: rgba(255,255,255,1) !important;
	font-weight: 200 !important;
	width: 100%;
	text-align: left;
}
.footer-top,.footer-top .c2 p{text-align: right;}
#footer a:hover{text-decoration: underline;}

@media (max-width: 767px){
	.footer-top,.footer-top p{text-align: center !important;}
}
/*Fin footer*/

/*---------------------------------------------------------------------------------------------*/

#sedes_resp {
	bottom: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    position: fixed;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#sedes_resp #sedes_collapse{
	background-color: #032742;
}
#sedes_resp #sedes_collapse .row{margin: 0;}
#sedes_resp button.btn{
	background-color: #032742;
	color: white;
	border-radius: 5px 5px 0 0;
	width: 100%;
}
#sedes_collapse .row > div {margin: 5px 0px 5px;}
#sedes_collapse .row > div a{color: white;}
#sedes_collapse .row > div a:hover{text-decoration: underline;}

nav#sedeslg {
  position: fixed;
	margin:0;
	width:100%;
	z-index: 100;
	bottom: 0;
	overflow: hidden;
	background-color: #074D82;
}

nav#sedeslg ul {
	list-style:none;
}

nav#sedeslg > div {
	display: flex;
	align-items: center;
	height: 50px;
	width:100%;	
	position:relative;
	margin: 0;
	padding: 0 10vw;
}

nav#sedeslg .row .col-md-8{
	display: flex;
  	flex-wrap: wrap;
	height: 100%;
}
nav#sedeslg .row .col-md-8 > [class*='col-']{
	position: relative;
	display: flex;	
	flex-direction: column;
	justify-content: center;
}

nav#sedeslg .row .col-md-8 [class*='col-'] a {
	position: relative;
	height: 100%;
	color:#fff;
	font-weight: 500;
	display:flex;
	align-items: center;
	justify-content:center;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: 50px;
}

nav#sedeslg .row .col-md-8 > [class*='col-'] > a span {
	display: flex;
	align-items: center;
	text-align: center;
	background:rgba(255,255,255,.5);
	height:50px;
	width:100%;
	left:0;
	position:absolute;
	top:-50px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

nav#sedeslg .row .col-md-8 > [class*='col-'] > a span .icon {
	display:block;
	text-align: center;
	width: 100%;
}

nav#sedeslg .row .col-md-8 > [class*='col-'] > a:hover > span {
	top:0;
}

/*Colores*/
nav#sedeslg .row .col-md-8 > [class*='col-'] a:hover{color: #fff;}

nav#sedeslg .row .col-md-8 > [class*='col-']:before {
	background: rgba(255,255,255,1);
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 1px;
	top: 0;
	margin: 10px 0;
}
 
nav#sedeslg .row .col-md-8 > [class*='col-']:first-child:before {
	display: none;
}

/**INICIO MODAL SEDES**/
.modal .close{
	font-size: 1.3em;
	padding: 0;
	padding-right: 0.25em;
	margin: 0;
	opacity: 1;
}
.modal .close:hover{opacity: 0.65;}
.modal-content p,.modal-body h3{color: white;}
#md_sedes .modal-body{position: relative; padding: 0;}
#md_sedes .modal-title{
	text-transform: uppercase;
	font-weight: bold;
}
#md_sedes .modal-body .row{
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
#md_sedes p{
	color: white; 
	text-align: center; 
	margin-bottom: 0.5rem; 
	text-shadow: 1px 2px #000;
}
#md_sedes p a{color: white;}
#md_sedes p a:hover{text-decoration: underline; color: white;}

/**FIN MODAL SEDES**/

/**INICIO MODAL SERVICIOS**/
#mdlservicios .modal-body,#mdlservicios .modal-body .row,#mdlservicios .modal-body [class*='col-']{
	padding: 0;
	margin: 0;
}
#mdlservicios .modal-body{
	height: 480px;
}
#mdlservicios .modal-body .lista{
	overflow-y: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
}
#mdlservicios .lista > button{
	flex: 0 0 7%;
	background-color: transparent;
	color: white;
	font-size: 130%;
	padding: 0;
}
#mdlservicios .lista > button:disabled{opacity: 0.35; cursor: not-allowed;}
#mdlservicios .lista .accor_cont{
	flex: 0 0 86%;
	overflow-y: hidden;
}
.accordion .accordion-header{padding: 7px 15px;}
.accordion .accordion-header{
	background-color: #032742;
}
.accordion .accordion-header button{
	color: white; position: relative;
	background-color: inherit;
}
.accordion .accordion-header button:focus{box-shadow: none;}
.accordion .accordion-header button:hover{font-weight: bold;}
.accordion .accordion-header button:after{
	content: '';
	background-image: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	font-family: FontAwesome;
	font-size: 1rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accordion .accordion-header button:after{content: "\f078";}
.accordion .accordion-body{
	color: #032742;
	text-align: justify;
}
#carouselvideos .carousel-item{padding: 7%;}
#carouselvideos .carousel-control-prev-icon, #carouselvideos .carousel-control-next-icon{
	width: 35px;
	height: 35px;
}
/**FIN MODAL SERVICIOS**/

/**INICIO MODAL GRAL**/
.modal-content{background-color: #032742;}
.modal-title,.close{color: white; font-weight: bold;}
.modal .btn-close{background: none;}
.modal .btn-close:after{
	font-family: FontAwesome;
	content: '\f00d';
	color: white; opacity: 0.6;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.modal .btn-close:hover{opacity: 1;}
/**FIN MODAL GRAL**/
