
/*
	#bc9805;
	COLOR DORADO: #D7BB77;
	COLOR NEGRO OSCURO: #212529;
	COLOR NEGRO CLARO: #343a40;
	
	
*/



body {
	color: #666;
	font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    padding-top: 118px;
}

@media screen and (min-width:992px) {
	body {
		padding-top: 140px;
	}
}

textarea {
	resize: vertical;
}


a,
a:hover {
	color: #D7BB77;
}



/*++++++++++++++++++++++++++++
 	TITLES
++++++++++++++++++++++++++++*/

h2, h3, h4, h5 ,h6 {
    font-weight: 400;
    font-size: 1.5rem;
    color: #212529;
    font-family: 'Philosopher', sans-serif;
}

h1 {
	font-family: 'Philosopher', sans-serif;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 50px;
    color: #212529;
    line-height: 0.8;
}

h1:after {
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #D7BB77;
    margin: 20px 0;
}

h1 span {
    font-size: 1.2rem;
    color: #D7BB77;
}

.title-box {
}

.title-h2 {
	font-size: 1.6rem; 
	margin-top: 10px;
}

.bg-light .title-h2 {
	background-color: #f9f9f9;
}

.title-h3 {
	color: #D7BB77;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}

.title-h3:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color:#212529; 
    margin: 20px auto;
}


.title-box .more {
	position: relative;
    display: inline-block;
    text-decoration: none;
    margin-top:0;
    margin-bottom:8px;
    font-weight: 400;
    padding-right: 15px;
}


.title-box .more .fal {
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 1rem;
}

    


@media screen and (min-width:576px) {
	.title-box:before {
	    top: 55%;
	}
	
	.title-h2 {
    	margin-bottom: 1rem;
	}
}


@media screen and (min-width:768px) {
	
	h1 {
		font-size: 4rem;
	}
	
	
	h1 span {
    	font-size: 1.2rem;
    }
	
	
	.title-box .more {
	    margin-top: 5px;
	    float: right;
	    padding-right: 15px;
	}
	
	
}

@media screen and (min-width:992px) {
	
	.title-box .more {
		padding-right: 0;
	    -webkit-transition:padding-right .4s;
	    transition: padding-right .4s;
	}
	
	.title-box .more:hover {
	    padding-right: 15px;
	}
	
	.title-box .more .fal {
	    display: none;
	    -webkit-transition:opacity .4s;
	    transition: opacity .4s;
	    opacity: 0;
	    font-size: 1rem;
	}
	
	.title-box .more:hover .fal {
	    display: inline-block;
	    padding-left: 20px;
	    opacity: 1;
	}
	
}


/*++++++++++++++++++++++++++++
 	BOTONES
++++++++++++++++++++++++++++*/

.btn {
    border-radius: .15rem;
}

.btn-gold {
    color: #fff;
    background-color: #D7BB77;
    border-color: #D7BB77;
}

.btn-gold:hover {
    color: #fff;
    background-color: #bd9b60;
    border-color: #bd9b60;
}

.btn-gold:not([disabled]):not(.disabled).active, 
.btn-gold:not([disabled]):not(.disabled):active, 
.show>.btn-gold.dropdown-toggle {
    color: #fff;
    background-color: #bd9b60;
    border-color: #bd9b60;
}


.btn-gold.focus,
.btn-gold:focus,
.btn-gold:not([disabled]):not(.disabled).active:focus,
.btn-gold:not([disabled]):not(.disabled):active:focus,
.show>.btn-gold.dropdown-toggle:focus {
    box-shadow: none;
}


/*
.btn-gold .fal {
	font-size: 1.3rem;
    vertical-align: middle;
    transform: translateX(10px);
    opacity: 0;
    transition: all 0.3s;
}

.btn-gold:hover .fal {
    transform: translateX(0px);
    opacity: 1;
}
*/

.btn-link, .btn-link:hover {
	color: #212529;
}


/*++++++++++++++++++++++++++++
 	FONDOS
++++++++++++++++++++++++++++*/
.fondo-color1 {
	background-color: #f9f9f9;
	color: #343a40;
}

.fondo-color1 h2 {
	color: #D7BB77;
}

.fondo-color2 {
	background-color: rgba(215, 186, 118, 0.50);
	color: #343a40;
}


.texto-color1 {
	color: #D7BB77;
}





/*++++++++++++++++++++++++++++
 	CAPTION IMAGE
++++++++++++++++++++++++++++*/

.caption-image {
    position: absolute;
    bottom: -25%;
    left: 10%;
    right: 10%;
    background-color: #D7BB77;
    color: #ffffff;
    padding: 20px;
}

.caption-image h3 {
	color: #fff;
	font-size: 1rem;
}


@media screen and (min-width:768px) {
	.caption-image {
		bottom: -30px;
	}
}


@media screen and (min-width:992px) {
	.caption-image h3 {
		font-size: 1.5rem;
	}
}



/*++++++++++++++++++++++++++++
 	LIST STARS
++++++++++++++++++++++++++++*/

.list-stars li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/logotipos/estrellaGGH.png);
    margin-right: 20px;
    vertical-align: text-top;
}

.list-stars li {
	font-size: 1.3rem;
}




/*++++++++++++++++++++++++++++
 	OVERLAY
++++++++++++++++++++++++++++*/

.overlay {
	position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 12;
}

.overlay.open {
    display: block;
}


/*++++++++++++++++++++++++++++
 	TOPBAR
++++++++++++++++++++++++++++*/
.top-bar {
	background-color: #D7BB77;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 1rem;
    color: #343a40;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1000;
}

.top-bar-phone,
.top-bar-email {
	display: inline-block;
	background-color: #343a40;
	padding-left: .5rem;
	padding-right: .5rem;
	color: #D7BB77;
	border-radius: 3px;
}

.top-bar-phone:hover,
.top-bar-email:hover {
	text-decoration: underline;
	color: #343a40;
}

.top-bar-social > a {
	color: #343a40;
	margin-left: .3rem;
}

@media screen and (min-width:992px) {
	.top-bar {
    	padding-top: .4rem;
		padding-bottom: .4rem;
	    font-size: .7rem;
	}
	
	
	.top-bar-phone,
	.top-bar-email {
		display: inline-block;
		background-color: transparent;
		padding-left: 0;
		padding-right: 0;
		color: #343a40;
		border-radius: 0;
	}
	.top-bar-phone:hover,
	.top-bar-email:hover {
		text-decoration: underline;
		color: #343a40;
	}

}



/*++++++++++++++++++++++++++++
 	NAVBAR
++++++++++++++++++++++++++++*/

.navbar {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #efefef;
}


.navbar.fixed-top {
    position: fixed;
    top: 34px;
    right: 0;
    left: 0;
}


.navbar-collapse {
	display: block;
	z-index: 9999;
	background-color: #f9f9f9;
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 100%;
	transition: left .4s;
}

.navbar-collapse.open {
	left: 10%;
}


.navbar-collapse-header {
	padding: .5rem 1rem;
	border-bottom: 1px solid #efefef;
	background-color: #D7BB77;
    font-size: 1.5rem;
    position: relative;
}

.navbar-collapse-close {
	position: absolute;
    left: 1rem;
    top: .5rem;
    cursor: pointer;
}

.navbar-brand {
    font-size: 45px;
    color: #242527;
    font-weight: 300;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-brand img {
	width: 150px;
}


.navbar .nav-link {
	color: #D7BB77;
	font-weight: 400;
	position: relative;
	transition: all 0.3s;
	padding-left: 30px;
	border-bottom: 1px solid #efefef;
}


.nav-link:hover{
	color: #bd9b60;
}

.navbar-toggler {
	padding: 5px;
}

.navbar-toggler-icon {
	color: #D7BB77;
	font-size: 1.8rem;
	width: auto;
	height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
	outline: none;
}


.navbar-toggler:active {
	background-color: #D7BB77;
}


.navbar-toggler:active .navbar-toggler-icon{
	color: #fff;
}


.active .nav-link {
	color: #212529;
}

.nav-link:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/logotipos/estrellaGGH.png);
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
    opacity: 0;
}	

.active .nav-link:before {
	opacity: 1;
}


@media screen and (min-width: 768px) {
	.navbar-collapse {
		width: 50%;
	}
	
	.navbar-collapse.open {
		left: 50%;
	}
}



@media screen and (min-width: 992px) {
	.navbar.fixed-top {
		top: 29px;
	}
	.navbar-brand {
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	}
	
	.navbar-brand img {
		width: auto;
	}
	
	.navbar-collapse {
		display: block;
		background-color: transparent;
		position: static;
		width: auto;
	}
	
	.navbar-collapse-header {
		display: none;
	}
	
	.nav-item .btn {
		margin-top: 28px;
		margin-left: 1rem;
	}
	
	.nav-link:before {
	    top: 50px;
	    left: 32%;
	    transform: translateX(-50%) scale(0.8);
	    opacity: 0;
	    transition: all 0.3s;
	}	
	
	.nav-link:hover:before {
		top: 12px;
		left: 50%;
		transform: translateX(-50%) scale(1);
		opacity: 0.5;
	}
	
	 .navbar .nav-link {
		 padding-top: 35px;
		 border-bottom: none;
	 }
	
	.active .nav-link:before {
		top: 12px;
		left: 50%;
		transform: translateX(-50%) scale(1);
		opacity: 1;
	}
	
	
}

@media screen and (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {		
		padding-right: 1rem;
		padding-left: 1rem;
	}
}




/*++++++++++++++++++++++++++++
 	BOOKING
++++++++++++++++++++++++++++*/

.booking {
	width: 600px;
/* 	height: 530px; */
	background-color: #ffffff;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.4);
	position: absolute;
    top: 120px;
    right: 17px;
	z-index: 99999;
	padding: 1rem;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}

.booking.open {
	display: block;
}

.booking-btn {
	display: none;
}

.contact-btn {
	margin-top: 1rem;
	margin-left: 1.7rem;
	display: inline-block;
}

.form-booking .form-control[readonly] {
	background-color: transparent;
}



@media screen and (min-width: 768px) {
	.booking-btn {
		margin-top: 1rem;
		margin-left: 1.7rem;
		display: inline-block;
	}
	
	.contact-btn {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.booking-btn {
		margin-top: 0;
		margin-left: 0;
	}
	
}

/*++++++++++++++++++++++++++++
 	PORTADAS
++++++++++++++++++++++++++++*/
.portada {
	height: 300px;
	background-color: #ababab;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (min-width:576px) {
	.portada {
		height: 400px;
	}	
}
@media screen and (min-width:768px) {
	.portada {
		height: 300px;
	}	
}
@media screen and (min-width:992px) {
	.portada {
		height: 600px;
	}	
}




/* ------- PORTADAS HOME -------- */

.portada-home-1 {
    background-image: url(../img/home/home1-576x320.jpg);
}

.portada-home-2 {
    background-image: url(../img/home/home2-576x320.jpg);
}

.portada-home-3 {
    background-image: url(../img/home/home3-576x320.jpg);
}

@media screen and (min-width:576px) {
	.portada-home-1 {
	    background-image: url(../img/home/home1-768x430.jpg);
	}
	
	.portada-home-2 {
	    background-image: url(../img/home/home2-768x430.jpg);
	}
	
	.portada-home-3 {
	    background-image: url(../img/home/home3-768x430.jpg);
	}	
}

@media screen and (min-width:768px) {
	.portada-home-1 {
	    background-image: url(../img/home/home1-1024x382.jpg);
	}
	
	.portada-home-2 {
	    background-image: url(../img/home/home2-1024x382.jpg);
	}
	
	.portada-home-3 {
	    background-image: url(../img/home/home3-1024x382.jpg);
	}	
}


@media screen and (min-width:992px) {
	.portada-home-1 {
	    background-image: url(../img/home/home1-1920x600.jpg);
	}
	
	.portada-home-2 {
	    background-image: url(../img/home/home2-1920x600.jpg);
	}
	
	.portada-home-3 {
	    background-image: url(../img/home/home3-1920x600.jpg);
	}	
}


.portada-home2
 {
    background-image: url(../img/home/piscina-mediterranean.jpg);
    margin-bottom: 50px;
}

@media screen and (min-width:992px) {
	.portada-home {
	    background-image: url(../img/home/portada-home-1920x600.jpg);
	}	
	
}



/* ------- PORTADAS PRODUCT -------- */

.portada-product-1 {
    background-image: url(../img/product/product1-576x320.jpg);
}

.portada-product-2 {
    background-image: url(../img/product/product2-576x320.jpg);
}

.portada-product-3 {
    background-image: url(../img/product/product3-576x320.jpg);
}

@media screen and (min-width:576px) {
	.portada-product-1 {
	    background-image: url(../img/product/product1-768x430.jpg);
	}
	
	.portada-product-2 {
	    background-image: url(../img/product/product2-768x430.jpg);
	}
	
	.portada-product-3 {
	    background-image: url(../img/product/product3-768x430.jpg);
	}	
}

@media screen and (min-width:768px) {
	.portada-product-1 {
	    background-image: url(../img/product/product1-1024x382.jpg);
	}
	
	.portada-product-2 {
	    background-image: url(../img/product/product2-1024x382.jpg);
	}
	
	.portada-product-3 {
	    background-image: url(../img/product/product3-1024x382.jpg);
	}	
}

@media screen and (min-width:992pxpx) {
	.portada-product-1 {
	    background-image: url(../img/product/product1-1920x600.jpg);
	}
	
	.portada-product-2 {
	    background-image: url(../img/product/product2-1920x600.jpg);
	}
	
	.portada-product-3 {
	    background-image: url(../img/product/product3-1920x600.jpg);
	}	
}


.portada-home3
 {
	
    background-image: url(../img/product/member-1110x600.jpg);
    margin-bottom: 50px;
}




/* ------- PORTADAS SERVICES -------- */


.portada-services-1 {
    background-image: url(../img/services/services1-576x320.jpg);
}

.portada-services-2 {
    background-image: url(../img/services/services2-576x320.jpg);
}

.portada-services-3 {
    background-image: url(../img/services/services3-576x320.jpg);
}

.portada-referral {
    background-image: url(../img/services/referral-576x320.jpg);
}


.portada-reassignment {
    background-image: url(../img/services/reassigment-576x320.jpg);
}


@media screen and (min-width:576px) {
	.portada-services-1 {
	    background-image: url(../img/services/services1-768x430.jpg);
	}
	
	.portada-services-2 {
	    background-image: url(../img/services/services2-768x430.jpg);
	}
	
	.portada-services-3 {
	    background-image: url(../img/services/services3-768x430.jpg);
	}
	
	.portada-referral {
	    background-image: url(../img/services/referral-768x430.jpg);
	}
	
	.portada-reassignment {
	    background-image: url(../img/services/reassigment-768x430.jpg);
	}	
}

@media screen and (min-width:768px) {
	.portada-services-1 {
	    background-image: url(../img/services/services1-1024x382.jpg);
	}
	
	.portada-services-2 {
	    background-image: url(../img/services/services2-1024x382.jpg);
	}
	
	.portada-services-3 {
	    background-image: url(../img/services/services3-1024x382.jpg);
	}	
	
	.portada-referral {
	    background-image: url(../img/services/referral-1024x382.jpg);
	}
	
	.portada-reassignment {
	    background-image: url(../img/services/reassigment-1024x382.jpg);
	}
}

@media screen and (min-width:992pxpx) {
	.portada-services-1 {
	    background-image: url(../img/services/services1-1920x600.jpg);
	}
	
	.portada-services-2 {
	    background-image: url(../img/services/services2-1920x600.jpg);
	}
	
	.portada-services-3 {
	    background-image: url(../img/services/services3-1920x600.jpg);
	}	
	
	.portada-referral {
	    background-image: url(../img/services/referral-1920x600.jpg);
	}
	
	.portada-reassignment {
	    background-image: url(../img/services/reassigment-1920x600.jpg);
	}
}





/* ------- PORTADAS CONTACTO -------- */
.portada-contacto {
    background-image: url('https://www.animartec.com/imagen/1920x600');
}






/*++++++++++++++++++++++++++++
 CALL-TO-ACTION
++++++++++++++++++++++++++++*/

.call-to-action {
    padding: 15px 0px;
    background-color: #f9f9f9;
}

.call-to-action.fixed-top {
	margin-top: 111px;
}

.call-to-action.compressed {
	z-index: 1020;
	top: -172px;
	padding-bottom: 0;
	transition: top 0.6s;
}

.call-to-action.compressed.open {
	top: 0;
}

.book-now {
	display: none;
	text-align: center;
	background-color: #f9f9f9;
	padding: 5px 0;
	cursor: pointer;
	font-size: 1rem;
	margin-bottom: 0;
    font-family: 'Philosopher', sans-serif;
    vertical-align: middle;
}

.call-to-action.compressed .book-now {
	display: block;
}

.book-now .fa-angle-down {
	transition: transform 0.6s;
	font-size: 1.2rem;
	position: relative;
	top: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

.book-now .fa-angle-down.turn-d {
	transform: rotate(180deg);
}

.book-now .fa-angle-down.turn-i {
	transform: rotate(-180deg);
}


.call-to-action span:first-child {
    text-transform: uppercase;
    color: #444444;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Philosopher', sans-serif;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.call-to-action .btn {
	margin: 0 15px 15px 15px;
}


@media screen and (min-width: 576px) {
	
	.call-to-action .btn,
	.call-to-action span:first-child {
    	margin-bottom: 0;
	}
	
	.book-now,
	.call-to-action.compressed .book-now {
		display: none;
	}
}


@media screen and (min-width: 768px) {
	
	
	.call-to-action {
    	padding: 15px 0px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.call-to-action .btn {
	    width: auto;
	}

	.call-to-action span:first-child {
		margin-right: 20px;
		margin-bottom: 0;
	}
}





/*++++++++++++++++++++++++++++
	MODALES
++++++++++++++++++++++++++++*/

.modal {
	z-index: 9999;
}

.modal-header {
    background-color: #212529;
}

.modal-title {
	color: #ffffff;
}

.modal-body {
	color: #212529;
}








/*++++++++++++++++++++++++++++
	CARDS
++++++++++++++++++++++++++++*/

.card {
	background-color: #f9f9f9;
	border: none;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

a.card:hover {
	text-decoration: none;
}

.card-body {
	padding: 1.3rem;
}


.card-body,
.card-img-top {
	border-radius: 0;
	transition: all .3s ease;
}


.card-title {
	font-weight: 300;
	text-align: center;
	font-size: 1.4rem;
}

.card-title:after {
    display: block;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #D7BB77;
    margin: 15px auto 15px auto;
}

.card-title span {
	font-size: 1rem;
	color: #666;
}


.card-text {
	text-align: center;
	font-size: 0.8215rem;
    line-height: 1.4;
    color: #666;
	text-align: justify;
}

.card .fa {
	font-size: 1.2rem;
    color: #212529;
    position: absolute;
    left: 40%;
    top: 10%;
    transform: rotate(-45deg) translate(-50%, -50%);
}


.card .card-info {
    color: #fff;
    background-color: #D7BB77;
    align-self: center;
    margin: 0 15px 15px 15px;
    padding: .375rem .75rem;
    border-radius: .15rem;
	text-transform: uppercase;
}



.title-left .card-title {
	text-align: left;
}

.title-left .card-title:after {
    margin: 15px 0;
}

@media screen and (min-width:768px) {
	.card {
		margin-bottom: 0;
	}
	
	
	.card-title {
		font-size: 1.625rem;
	}
}


@media screen and (min-width:992px) {
	
	
	a.card:before {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    content: '';
	    display: block;
	    transition: all .3s ease;
	    background: #D7BB77;
	    opacity: 0;
	    z-index: 99;
	}
	
	a.card:hover:before {
	    opacity: .5;
	}
	
	
	a.card:hover .card-body,
	a.card:hover .card-img-top {
		opacity: 0.5;
	}

	.card .card-info {
	    position: absolute;
	    top: 54%;
	    left: 50%;
	    text-align: center;
	    text-transform: uppercase;
	    transform: translate(-50% , -50%);
	    opacity: 0;
	    transition: all .3s .1s ease;
	    margin: 0;
	    z-index: 999;
	    font-size: 1.2rem;
	    font-weight: 400;
	    line-height: 25px;
	    color: #212529;
	    padding: 10px 15px;
	    border: 1px solid #212529;
	    background-color: transparent;
	}
	.card:hover .card-info {
	    top: 50%;
	    opacity: 1;
	}
}




/*++++++++++++++++++++++++++++
 SLICK
++++++++++++++++++++++++++++*/

.left-arrow, .right-arrow,
.left-arrow:hover, .right-arrow:hover,
.left-arrow:focus, .right-arrow:focus  {
/*
    width: 30px;
    height: 30px;
*/
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

.left-arrow, 
.right-arrow {
    font-size: 1rem;
    color: #fff;
    opacity: 1;
    padding: 5px;
    background-color: #D7BB77;
    cursor: pointer;
}


.left-arrow {
    left: 0;
    z-index: 999;
}

.right-arrow {
	right: 0;
    z-index: 99;
}


.facilities .left-arrow {
    left: 15px;
}

.facilities .right-arrow {
	right: 15px;
}

@media screen and (max-width:575px) {
	.facilities .left-arrow,
	.facilities .right-arrow {
		top:25%;
	}
}

.slick-track {
	display: flex;
	align-items:stretch;
}

.slick-slide {
	height: auto;
}



.best-views-text {
	background-color: #f8f9fa;
    padding: 20px;
    margin: 0 20px;
    z-index: 10;
    position: relative;
    top: -20px;
}


.best-views-text h2 {
	color: #D7BB77;
	font-size: 2rem;
}

.best-views-text p {
	margin-bottom: 0;
}


@media screen and (min-width:992px) {
	.best-views-text {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		top: -50px;
	}
	
	
	.left-arrow, 
	.right-arrow {
		font-size: 2rem;
	}
	.left-arrow {
		padding-left: 10px;
	}
	
	.right-arrow {
		padding-right: 10px;
	}
}





/*++++++++++++++++++++++++++++
	WELCOME
++++++++++++++++++++++++++++*/

.welcome {
	background-image: url(../img/estrella-1.png), url(../img/estrella-2.png);
	background-repeat: no-repeat;
    background-position: -66px 150%, 220px -190px;
}

@media screen and (min-width:768px) {
	.welcome {
		background-position: -250px 140%, 140% -117px;
	}
}


@media screen and (min-width:992px) {
	.welcome {
		background-position: -250px 150%, 120% -122px;
	}
}


@media screen and (min-width:1200px) {
	.welcome {
		background-position: -250px 150%, 104% -122px;
	}
}



@media screen and (min-width:1400px) {
	.welcome {
		background-position: -66px 150%, 104% -122px;
	}
}



/*++++++++++++++++++++++++++++
 	SERVICES HOME
++++++++++++++++++++++++++++*/

.services-home .item {
	margin: 1rem;
}


.services-home .item p {
	background-color: #f9f9f9;
	padding: .5rem;
	text-align: center;
}




/*++++++++++++++++++++++++++++
 	BENEFITS
++++++++++++++++++++++++++++*/
.benefits span {
    font-size: 60px;
    color: #D7BB77;
}

.benefits h3 {
	font-size: 1.3rem;
}




/*++++++++++++++++++++++++++++
 	OFFERS
++++++++++++++++++++++++++++*/
.offer-modal {
	font-weight: 400;
}

.offer-modal .fal {
	font-size: 1.3rem;
	margin-right: 1rem;
	margin-left: 2px;
}

.offer-modal-price2 {
	font-size: 0.7rem;
}


.offer-modal-info {
	font-size: .7rem;
	margin-bottom: 0;
	text-align: center;
}



/*++++++++++++++++++++++++++++
 LISTADOS
++++++++++++++++++++++++++++*/

.list {
	color: #212529;	
	font-size: 1.6rem;
}

.list li {
	padding: 0 15px;
	margin: 15px 0;
}

.list span {
	color: #D7BB77;
	font-size: 1.4rem;
	margin-right: 8px;
}



/*++++++++++++++++++++++++++++
 APARTAMENTOS
++++++++++++++++++++++++++++*/

.apartment {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f8f9fa;
}

.apartment.right {
	background-color: #fff;
}

.apartment-images {
	margin-left: -15px;
    margin-right: -15px;
}

.apartment-text {
/*
	position: relative;
	top: -30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
*/
/*     background-color: #fff; */
/*
    margin-left: 20px;
    margin-right: 20px;
*/
    text-align: center;
}

/*
.apartment.right .apartment-text {
	left: auto;
	right: 0;
}
*/

.apartment-text h2 {
	font-size: 2.2rem;
	color: #D7BB77;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom:20px;
}

.apartment-text h2 span {
	font-size: 1rem;
	color: #666;
	text-transform: uppercase;
}

.apartment-text .fal {
	font-size: 5rem;
    color: #212529;
}

.apartment-text2 {
	margin-top: -10px;
}

.apartment-features {
	margin-top: 15px;
}

.apartment-features li {
	padding: 20px 50px 20px 0;
	position: relative;
	border-top: 1px dashed #D7BB77;
	border-bottom: 1px dashed #D7BB77;
	color: #D7BB77;
	margin: 15px;
}

.apartment-features li a {
	color: #D7BB77;
}

.apartment-features li span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 2rem;
	color: #212529;
}


@media screen and (min-width:992px) {
	.apartment {
		background-color: transparent;
	}
	
	.apartment-images {
		margin-left: 0;
	    margin-right: 0;
	}
	
	
/*
	.apartment-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.apartment.right .apartment-text {
		left: auto;
		right: 50%;
		transform: translate(50%, -50%);
	}
*/
	
	.apartment-text h2 {
		font-size: 2.8rem;
		margin-bottom:30px;
	}
	
	.apartment-text2 {
		margin-top: 20px;
		background-color: #f8f9fa;
		padding: 20px;
	}
}




/*++++++++++++++++++++++++++++
	HOTELS
++++++++++++++++++++++++++++*/
.hotels-contant {
	margin-top: -20px;
	margin-bottom: 30px;
}

.hotels-contant p {
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.hotels-contant .tel {
	color: #212529;
}

.hotels-gallery .slick-slide {
	margin: 0 1rem;
}


.hotels-gallery .card .card-info {
	display: none;
}


.form-booking-hotels textarea {
	height: 147px;
}

.form-booking-hotels .form-control[readonly] {
	background-color: #fff;
}



/*++++++++++++++++++++++++++++
	LOCATION
++++++++++++++++++++++++++++*/


.location-map {
	height: 300px;
}


.como-llegar {
	border-bottom: 1px dashed #D7BB77;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.como-llegar:last-child {
	border-bottom: none;
}

.como-llegar .fal {
	font-size: 4rem;
	color: #D7BB77;
}


.como-llegar h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}


@media screen and (min-width:768px) {
	
	.location-map {
		height: 450px;
	}

	
	.como-llegar {
		text-align: left;
	}
	.como-llegar .fal {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.como-llegar h3 {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}
}




@media screen and (min-width:992px) {
	
	.location-map {
		height: 500px;
	}

}






/*++++++++++++++++++++++++++++
 FAQS Y TESTIMONIALS
++++++++++++++++++++++++++++*/

.card-header {
	background-color: transparent;
     border-bottom: 1px solid #D7BB77;
}

.card-header .btn-link {
    font-size: 1.5rem;
}

.accordion .collapse {
	
     border-bottom: 1px solid #D7BB77;
}


.testimonial-item {
    background: #fff;
    margin: 1rem 0;
    float: left;
    position: relative;
    padding: 30px;
    border-radius: 4px;
}

.testimonial-item .author {
    margin-top: 30px;
}

.testimonial-item .author:before {
    content: "\f10d";
    font-family:Font Awesome\ 5 Pro;
    position: absolute;
     top: 5px;
    left: 10px;
    font-size: 44px;
    color: #D7BB77;
    line-height: normal;
}



.testimonial-item .author .name {
    font-size: 17px;
    line-height: 14px;
    margin-bottom: 0;
}

.testimonial-item .location {
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}


/*++++++++++++++++++++++++++++
 CONTACTO
++++++++++++++++++++++++++++*/


.form-title {
	font-size: 1.3rem;
	text-transform: uppercase;
	line-height: 1.4;
}

.form-title span {
	font-size: 3rem;
}

.form-info {
	font-size: 1.4rem;
}

#form-contacto {
	margin-bottom: 120px;
}


.logo-contacto {
	max-width: 300px;
}

@media screen and (min-width:768px) {
	.logo-contacto {
		max-width:none;
	}
}

/*++++++++++++++++++++++++++++
 FOOTER
++++++++++++++++++++++++++++*/

.footer {
    background-color: #212529;
    color: #ffffff;
}

.footer p {
	margin: 5px 0;
}

.footer a,
.social-media-icon,
.social-media-icon:hover {
	color: #D7BB77;
	text-decoration: none;
}


.footer-media {
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer-media > a {
	font-size: 1.4rem;
	vertical-align: middle;
}


.footer-media > span {
	font-size: 0.8rem;
	vertical-align: middle;
}

.page-link {
	color: #D7BB77;
	border: 1px solid #D7BB77;
}
.page-item.active .page-link {
	background-color: #D7BB77;
	border-color: #D7BB77;
}
.page-link:hover, .page-item.active .page-link:hover{
	color: #bd9b60;
}
@media screen and (min-width:576px) {
	.footer-media {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


@media screen and (min-width:992px) {
	.footer-media {
		margin-top: 0;
		margin-bottom: 15px;
	}
}


