@font-face {
    font-family: 'Be Cool';
    src: url('fonts/-BeCoolRegular.woff2') format('woff2'),
        url('fonts/-BeCoolRegular.woff') format('woff'),
        url('fonts/-BeCoolRegular.ttf') format('truetype'),
        url('fonts/-BeCoolRegular.svg#-BeCoolRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {	
	--white: #FFF3E7;
	--blue: #144656;
	--yellow: #FBDFC3;
	--brown: #9E6D45;
}
html, body{
	height: 100%;
}
body {
	background: var(--white);
	font-family: 'Cascadia Code', sans-serif;
	font-size: 18px;
	color: #555;
	font-weight: 300;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 60px;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.yellow {
	color: var(--yellow);
}
.brown {
	color: var(--brown);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-yellow {
	background: var(--yellow);
}
.bg-brown {
	background: var(--brown);
}
img {
	max-width: 100%;
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-decoration: none !important;
}
.hero {
	background: url(images/fondo.png) no-repeat center center;
	background-size: cover;
	padding-top: 30px;
	height: 700px;
	color: var(--yellow);
}
.logo {
	text-align: center;
	font-family: 'Be Cool', sans-serif;
	font-size: 22px;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h2, h3, h4 ´{
	font-weight: 300;
	line-height: 1.4em;
}
h1 {
	margin: 0;
	font-size: 48px;
	font-weight: normal;
}
.boca-chica {
	padding-top: 20px;
}
.reservar {
	text-align: right;
}
a.boton1 {
	display: inline-block;
	background: var(--yellow);
	border-radius: 8px;
	color: #333;
	text-transform: uppercase;
	padding: 10px 20px;
	border: none;
	font-size: 15px;
}
a.boton2 {
	display: inline-block;
	background: var(--blue);
	border-radius: 8px;
	color: var(--yellow);
	text-transform: uppercase;
	padding: 10px 30px;
	border: none;
	font-size: 15px;
}
.beach-club {
	margin-top: 70px;
}
.beach-club span {
	margin: 0 20px;
}
.imagenes-home {
	padding-left: 30px;
	padding-right: 30px;
}
h3 {
	font-size: 30px;
}
.becool {
	font-family: 'Be Cool', sans-serif;
}
.imagenes-home {
	margin-bottom: 40px;
}
.imagenes-home h3 {
	font-family: 'Be Cool', sans-serif;
	color: var(--brown);
	margin: 42px 0 30px 0;
}
.imagen-2 {
	padding: 0 30px;
}
.h3 {
	font-size: 26px;
	font-weight: 300;
}
.h1.becool {
	font-size: 56px;
	font-weight: normal;
}
h4 {
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 300;
}
.height5 {
	height: 5px;
}
.botones span {
	display: inline-block;
	margin: 0 8px 20px;
	background: var(--blue);
	color: var(--white);
	padding: 12px 10px;
	border-radius: 30px;
	font-size: 15px;
	text-align: center;
	width: 320px;
}
h2.big {
	font-weight: 300;
	font-size: 46px;
	line-height: 1.2em;
}
h2.big strong {
	font-weight: normal;
	font-style: italic;
}
.botones a {
	display: inline-block;
	margin: 0 8px 20px;
	background: var(--white);
	color: #333;
	padding: 12px 10px;
	border-radius: 30px;
	font-size: 15px;
	text-align: center;
	width: 320px;
}
footer {
	padding-top: 50px;
	color: var(--white);
	font-size: 17px;
}
.logofooter {
	font-family: 'Be Cool', sans-serif;
	color: var(--yellow);
	font-size: 30px;
	width: 234px;
	text-align: center;
}
.logofooter span {
	display: block;
	font-size: 21px;
}
.redes {
	margin-top: 30px;
}
.redes img {
	width: 52px;
	margin-right: 7px;
}
.cuentas-redes {
	margin-top: 20px;
	color: var(--white);
	opacity: 0.4;
}
.marker a {
	color: #58CBFF !important;
}
.marker img {
	width: 21px;
}


@media(max-width:767px) {
	.hero .col-xs-4 {
		float: none;
		width: 100%;
		text-align: center;
	}
	.boca-chica {
  		padding-top: 0;
  		margin-bottom: 30px;
	}
	.logo {
  		margin-bottom: 55px;
	}
	.beach-club {
		display: none;
	}
	h2 {
  		font-size: 24px;
	}
	.h3 {
  		font-size: 22px;
  	}
  	.h1.becool {
  		font-size: 46px;
  	}
  	h4 {
  		font-size: 20px;
  	}
  	.imagen-2 {
  		text-align: center;
  	}
  	h2.big {
  		font-size: 42px;
  	}
}

@media(max-width:498px) {
	h2.big {
  		font-size: 34px;
  	}
}