@font-face {
    font-family: 'galano_grotesqueregular';
    src: url('../fonts/galanogrotesque-regular-webfont.woff2') format('woff2'),
         url('../fonts/galanogrotesque-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'galano_grotesquesemibold';
    src: url('../fonts/galanogrotesque-semibold-webfont.woff2') format('woff2'),
         url('../fonts/galanogrotesque-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
 
}

body{
	font-family: 'galano_grotesqueregular', sans-serif;
	font-size: 17px;
	background: #4b5055;
}

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

.container{
	max-width: 1024px !important;
}

nav{
	border-bottom: solid 1px #4b5055;
	position: fixed !important;
	width: 100%;
	z-index: 200;
}

.navbar-nav{
	width: 100%;
	justify-content: space-between;
	font-size: 1rem;
	align-content: end;
	font-family: "galano_grotesquesemibold", sans-serif;
	font-weight: 700;
}

.nav-link:hover{
	color: #983839 !important;
}
 
#carouselInicio{
	position: relative;
	z-index: 100;
	margin-top: 65px;
}

#carouselInicio .swiper-slide{
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	height: 200px;
}

.swiper-button-prev,
.swiper-button-next{
	display: none;
}

#swiper_inicio .swiper-button-prev.swiper-button-black,
#swiper_inicio .swiper-button-next.swiper-button-black,
#swiper_naves .swiper-button-prev.swiper-button-black,
#swiper_naves .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #983839;
}



#swiper_gal .swiper-pagination-bullet{
	background: white;
}

#swiper_naves .swiper-pagination-bullet-active,
#swiper_gal .swiper-pagination-bullet-active
{
	background: #983839;
}

.carrousel-content{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	display: grid;
	align-content: end;
	grid-template-columns: 10% 90%;
	z-index: 99;
}

.carrousel-col{
	position: relative;
	height: 100%;
	width: 100%;
	align-items: end;
}

.carrousel-logo{
	
	bottom: 2rem;
	left: 0px;
	max-width: 180px;
	height: auto;
	display: none;
}

.plano-general {
    position: relative;
    bottom: 0px;
    right: 0;
    bottom: 0;
    transform: translateY(40%) translateX(10%);
    z-index: 100;
    max-width: 90%;
}

.texto-principal{
	font-size: 2rem;
	color: white;
	margin-top: 1rem;
}

.texto-principal ul{
	font-size: 1.2rem;
	list-style: none;
	color: white;
	padding-left: 0;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.video-container{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video-container iframe{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.inner-p{
	font-size: 1rem;
	color: white;
}

.fondo-blanco{
	background: #e1e1e1 !important;
	height: auto;
}

.titulo-seccion{
	color: #983839;
	font-family: "galano_grotesquesemibold", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
}

.nave-desc{
	margin-top: 20px;
	overflow: auto;
	display: grid;
	align-content: end;
	margin-bottom: 1rem;
}

.nave-desc h2{
	align-self: start;
	padding-bottom: 1rem;
	font-family: "galano_grotesquesemibold", sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
}

.nave-desc p,
.nave-desc ul,
#index_5 p
{
	color: #4b5055;
	font-size: 1rem;
	line-height: 1.2;
	padding: 0;
	align-self: start;
}

.nave-desc p.nota,
#index_5 p.nota{
	font-size: .8rem;
	margin-top: 1rem;
}

.nave-desc p a,
.nave-desc ul a,
#index_5 p a{
	color: #983839;
	text-decoration: none;
}

.nave-desc ul{
	padding-left: 20px;
	font-size: 1rem;	
	line-height: 1.5;
}

.nave-desc-pic{
	display: grid;
	position: relative;
}

.nave-desc-pic img{
	align-self: start;
	filter: drop-shadow(2px 38px 18px rgba(4, 4, 4, 0.23));
	max-width: 100%;
	height: auto;
}

#index_2 .swiper-container{
	    overflow: visible;
}

#carouselNaves .carousel-inner{
	overflow: visible !important;
}

#carouselNaves .carousel-indicators li{
	background-color: #4b5055;
	opacity: .5;
}

#carouselNaves .carousel-indicators li.active{
	background-color: #983839;
	opacity: 1;
}

#index_3{
	background-color: #983839;
}

#index_3 .titulo-seccion{
	color: white;
}

#index_3 p{
	color: white;	
}

.map-placer{
	position: relative;
	min-height: 300px;
}

#map{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0px;
	border-radius: 0px;
	overflow: hidden;
	transform: translateX(-50%);
	padding: 0;
}

.form-control,
button {
	border-radius : 0px !important;
}

#index_4 .swiper-slide img{
	width: 100%;
	position: relative;
}

#index_5{
	background-color: #e1e1e1;
}

#index_5 button{
	background-color: #983839;
	border-color: #822c2e;
	outline: none;
}

footer{
	background-color: #4b5055;
	color: white;
	font-size: 1rem;
	line-height: 1.2;
}

.open-menu{
	border: none;
	background: none;
	outline: none;
	float: right;
}

.menu-collapsa{
	height: 0px;
	overflow: hidden;
	display: block;
	width: 100%;
	transition: all .5s;
	display: grid;
	grid-template-rows: 1fr 1fr;
}

.menu-collapsa.abierto{
	height: 100vh;
	padding-bottom: 1rem;
}

.mobile_goodies{
	align-self: center;
	margin-bottom: 2rem;
}

.mobile_goodies .info_space{
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	background: #9D3840;
	color: white;
	font-size: 25px;
	margin-right: .2rem;
	border-radius: 50%;
}

.mobile_goodies .info_space a{
	color: white;
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

body.priv{
	background: white !important;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #4b5055 !important;
	text-align: left;
}

body.priv h1, body.priv h2{
line-height:1;
}

body.priv a{
	color: #9D3840;
	text-decoration: none;
}

body.priv a:hover{
	color: #4b5055;
}

footer a{
	color: white !important;
	text-decoration: none;
}

footer a:hover{
	opacity: .8;
}

 @media (min-width: 900px){
	.nav-link {
	 	display: grid;
    	align-content: end;
    	height: 47px;
		padding: 0;
 	}
 	
 	.swiper-button-prev,
 	.swiper-button-next{
		display: block;
	}
 	
 	.carrousel-content{
	 	grid-template-columns: 40% 60%;
	}
	
	.carrousel-logo{
		display: block;
	}
	
	.plano-general {
	   max-width: 100%;
	   transform: translateY(70%) translateX(10%);
	}
	
	#map{
		width: 100%;
	}
	
	#carouselInicio .swiper-slide{
		height: 400px;
		background-position: center center;
	}
	
	.map-placer{
		min-height: 400px;
	}
	
	.nave-desc{
		margin-bottom: 100px;
	}
	
	.mobile_goodies{
		display: none;
	}
	
	.open-menu{
		display: none;
	}
	
	.menu-collapsa {
    	height: auto;
		display: flex;
	}
	
	.menu-collapsa{
		height: 63px !important;
	}

 }
 

 

