@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');/*========================================================
			Global
=========================================================*/
#tinymce .btn{
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto;
}
#logger .alert{
	margin-top: 1rem;
	margin-bottom: 0;
}
body {
	min-height: 100vh;
	background-color: #f7f7f7;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
	text-transform: uppercase;
	margin: 10px 0 20px;
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease
}
a:focus{
	outline: none;
}
a:hover {
	color: #cc2a36;
	text-decoration: none;
}
.input-group-append .input-group-text,
.input-group-prepend .input-group-text{
	background: #65737e;
	color: #ecb939;
	border-radius: 0px;
	border-color: #65737e;
}
.input-group-prepend .btn,
.input-group-append .btn {
	border-radius: 0px;
	padding: 11px 15px;
}
.small .input-group-btn .btn {
	padding: 6px 12px;
}
.input-group-btn .btn.btn-default {
	border: 1px solid #65737e;
}
.form-control,
.custom-select {
	background-color: #c0c5ce;
	color: #343d46;
	outline: none;
	border-radius: 0px;
	font-size: 18px;
	border: 1px solid #65737e;
	box-shadow: none;
	line-height: 24px;
}
.form-group input.form-control {
	height: 44px;
}
.form-group.small input.form-control {
	height: 34px;
}
.form-group.small .form-control {
	padding: 4px 10px;
	font-size: 14px;
}
.horario {
	display: inline-block;
	margin: auto;
	text-align: center;
	background: #c0c5ce;
	color: #343d46;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid #65737e;
}
.horario h3 {
	font-weight: bold;
}
.horario i.fa {
	font-size: 72px;
	color: #ecb939;
}
.form-group .form-control:focus {
	box-shadow: none;
	outline: none;
}
@media(max-width: 768px) {
	.form-group input+input {
		margin-top: 15px;
	}
}
.street-view {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 50%;
	height: 0;
	position: relative;
	margin: 35px 0px;
}
.street-view iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}
.responsive {
	height: 100vh;
	position: relative;
}
.responsive>div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.requiered {
	margin: 20px 0px;
	font-size: 10px;
}
.g-recaptcha {
	margin-bottom: 15px;
}
.separator {
	display: block;
	padding-top: 100px;
	position: relative;
}
.separator.line:after {
	content: '';
	display: block;
	background: linear-gradient(to right, rgba(101, 115, 126, 0) 0%, rgba(101, 115, 126, 0.7) 10%, rgba(101, 115, 126, 0.95) 20%, rgba(101, 115, 126, 1) 50%, rgba(101, 115, 126, 1) 51%, rgba(101, 115, 126, 0.95) 80%, rgba(101, 115, 126, 0.7) 90%, rgba(101, 115, 126, 0) 100%);
	height: 1px;
	width: 80%;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 50px;
}
/*========================================
	Sliders
==========================================*/

.carousel-fit-height {
	height: 100vh;
}

/*========================================
	NavBar
==========================================*/

body:not(#tinymce) {
	padding-top: 102px;
}
body#tinymce{
	padding: 15px;
}

header.header::before{
	content: '';
	display: block;
	height: 102px;
	width: 100%;
	position: fixed;
	top:0px;
	background: rgba(255, 255, 255, .9);
	z-index: 199;
}

.navbar {
	margin: 0px;
	background: rgba(255,255,255,0.35);
	border: none;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	padding-bottom: 5px;
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))){
	.navbar {
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		background: transparent;
	}
}

.navbar .navbar-header {
	position: relative;
	left: 0px;
	transform: translateX(0);
}
.navbar .navbar-brand {
	height: 90px;
}
.navbar .navbar-brand {
	padding: 5px !important;
	margin: auto;
}
#hover-line {
	display: none;
}
@media (min-width: 992px) {
	#hover-line {
		position: absolute;
		display: block;
		background: rgba(30,66,125,0.95);
		top: 51px;
		z-index: 1;
		left: 0px;
		height: 5px;
		transition: all 0.5s;
	}
	.navbar .navbar-brand {
		margin-top: -30px !important;
	}
}
.navbar .navbar-brand img {
	height: 100%;
	width: auto;
}
.navbar .navbar-collapse .navbar-nav {
	font-size: 18px;
	font-weight: 400;
	position: relative;
}
.navbar .navbar-collapse .navbar-nav>li {
	margin: 3px 3px;
	position: relative;
	z-index: 10;
}
.navbar .navbar-collapse .navbar-nav>li>a{
	transition: color 0.2s;
	padding: 16px 14px;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	color: #333;
}
.navbar .lang span{
	padding: 4px 6px;
	display: inline-block;
}
.navbar .navbar-collapse .nav li>a:hover,
.navbar .navbar-collapse .nav li.active>a,
.navbar .navbar-collapse .nav li.show>a {
	background: transparent;
	color: #1E427D !important;
}
.navbar .navbar-collapse .nav .dropdown-menu>a {
	transition: color 0.2s;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
}
.navbar .nav .dropdown-menu .active,
.navbar .nav .dropdown-menu >a:hover {
	background-color: transparent !important;
	color: #edc951;
}
.navbar .navbar-collapse .nav .dropdown-menu {
	box-shadow: none;
	background: rgba(255, 255, 255, .9);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top: none;
	border-radius: 0px;
	min-width: 100%;
}
/*========================================
NavBar IconBar
==========================================*/

.navbar-toggler {
	position: absolute;
	padding: 20px 10px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0px;
	left: 0;
	top: 13px;
}
.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggler .icon-bar {
	transition: 0.5s;
	width: 30px;
	height: 3px;
	background-color: #cc0000 !important;
}
.navbar-toggler .icon-bar + .icon-bar {
	margin-top: 7px;
}
.navbar-toggler .icon-bar:nth-child(2) {
	transform: translateY(7px) rotate(45deg);
}
.navbar-toggler .icon-bar:nth-child(3) {
	transform: translateY(-3px) rotate(-45deg);
}
.navbar-toggler .icon-bar:nth-child(4) {
	transform: translateY(3px);
}
.navbar-toggler.collapsed .icon-bar {
	transform: translateY(0px) rotate(0deg)!important;
	background-color: rgb(30,66,125) !important;
}

/*========================================
NavBar Resposive
==========================================*/

@media(max-width: 992px) {
	.navbar-default .navbar-collapse .navbar-nav>li>a {
		padding: 30px 15px;
		font-size: 18px;
	}
	.nav-cont .navbar-collapse {
		width: 100%;
	}
}
@media(max-width: 992px) {
	body:not(#tinymce) {
		padding-top: 130px;
	}
	.navbar {
		position: absolute;
		/*background: #fff;*/
	}
	header.header::before{
		display: none;
	}
	.navbar-default .navbar-collapse .navbar-nav .dropdown-menu {
		border: none;
		width: 100%;
	}
	.navbar-default .navbar-collapse .navbar-nav .dropdown-menu>li>a {
		color: #ccc;
	}
}
/*========================================================
		Footer
=========================================================*/
footer.footer{
	background: #222;
	color: white;
}

.text-holder {
	height: 300px;
	margin: 0px;
}

.parallax.holder-auto,
.text-holder.holder-auto {
	height: auto;
	text-align: center;
}
.parallax>img{
	display: none;
	position: absolute;
}
.parallax p.lead,
.text-holder p.lead {
	color: #111;
	font-size: 28px;
}
.parallax h1,
.text-holder h1 {
	font-size: 82px;
	font-weight: 900;
	display: inline-block;
	position: relative;
}
.parallax h1::before,
.text-holder h1::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	height: 5px;
	background: #fff;
	left: 37%;
	right: 15%;
}
.text-holder:not(.holder-auto) .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.parallax.top-holder,
.text-holder.top-holder{
	z-index: 200;
	padding-top: 97px;
	margin-top: -97px;
}
@media (max-width: 992px) {
	.parallax.top-holder,
	.text-holder.top-holder{
		padding-top: 130px;
		margin-top: -130px;
	}
	.parallax h1,
	.text-holder h1 {
		font-size: 56px;
	}
	.parallax p.lead,
	.text-holder p.lead {
		color: #111;
		font-size: 20px;
	}
}
/*==================================
Boton Borde
===================================*/

.btn.btn-border {
	border-radius: 1px;
	border: 2px solid #eb6841;
	color: #eb6841;
	background: transparent;
}
.btn.btn-border:active,
.btn.btn-borde.ractive {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-border {
	color: #eb6841;
	background-color: transparent;
	border-color: #eb6841;
}
.btn-border:focus,
.btn-border.focus {
	color: #651F0A;
	background-color: rgba(235, 104, 65, 0.55);
	border-color: #CA3F15;
}
.btn-border:hover {
	color: #CA3F15;
	background-color: rgba(235, 104, 65, 0.35);
}
.btn-border:active,
.btn-border.active,
.open>.dropdown-toggle.btn-border {
	color: #651F0A;
	background-color: rgba(235, 104, 65, 0.55);
	border-color: #CA3F15;
}
.btn-borde:active:hover,
.btn-border.active:hover,
.open>.dropdown-toggle.btn-border:hover,
.btn-border:active:focus,
.btn-border.active:focus,
.open>.dropdown-toggle.btn-border:focus,
.btn-border:active.focus,
.btn-border.active.focus,
.open>.dropdown-toggle.btn-border.focus {
	color: #651F0A;
	background-color: rgba(235, 104, 65, 0.55);
	border-color: #CA3F15;
}
.btn-border:active,
.btn-border.active,
.open>.dropdown-toggle.btn-border {
	background-image: none;
}
.btn-border.disabled:hover,
.btn-border[disabled]:hover,
fieldset[disabled] .btn-border:hover,
.btn-border.disabled:focus,
.btn-border[disabled]:focus,
fieldset[disabled] .btn-border:focus,
.btn-border.disabled.focus,
.btn-border[disabled].focus,
fieldset[disabled] .btn-border.focus {
	background-color: rgba(0, 0, 0, .25);
	border-color: #ccc;
}
.btn-border .badge {
	color: #fff;
	background-color: #eb6841;
}
#goUp {
	position: absolute;
	right: 35px;
}
h1.head-icon {
	font-size: 90px;
	text-align: center;
}
blockquote {
	border: none;
	position: relative;
	display: inline-block;
}
blockquote p {
	font-size: 42px !important;
}
blockquote footer {
	font-size: 24px;
	color: white;
}
blockquote>p:before {
	content: '\f10d';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 54px;
	float: left;
	margin-right: 10px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
blockquote>p:after {
	content: '\f10e';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 54px;
	float: right;
	margin-left: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media(max-width: 768px) {
	blockquote p {
		font-size: 24px;
	}
	blockquote>p:before,
	blockquote>p:after {
		font-size: 36px;
	}
}
.gallery.no-border {
	padding: 0px;
}
.gallery.no-border .gallery-item {
	padding: 0px !important;
}
.parallax.no-height {
	height: auto;
}
.parallax.o-white::before,
.parallax.o-black::before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	width: 100%;
	z-index: 2;
}
.parallax.o-white::before {
	background: rgba(255, 255, 255, 0.3);
}
.parallax.o-black {
	color: white;
}
.parallax.o-black::before {
	background: rgba(0, 0, 0, 0.3);
}
.parallax.blured>img {} .parallax .jumbotron {
	background: transparent;
	font-size: inherit;
}
.banner-card {
	padding: 50px 0px;
}
.notransition{
    -webkit-transition: none 0s !important;
    -moz-transition: none 0s !important;
    transition: none 0s !important;
}
.alert ul{
	margin-bottom: 0px;
}
.alert{
	border-radius: 2px;
	border-width: 5px;
}
@media (max-width: 767px){
	.navbar-toggleable-md>.container{
		width: 100%;
	}
}
.btn-ficha{
	background: #16a2b8 !important;
	border-color: #118193 !important;
	border-radius: 10px !important;
    width: 120px;
    text-transform: uppercase;
}
.btn-ficha:focus {
    box-shadow: 0 0 0 0.2rem rgba(13,97,110,.5) !important;
}
.cc-revoke, .cc-window{
	z-index: 99999999999 !important;
}

.img-carrousel{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.img-carrousel.arrows{
	padding: 0px 20px;
}
.img-carrousel-items{
	position: relative;
	left: 0px;
	transition: all 0.2s;
	padding: 0px;
	margin: 0px -2px;
}
.imgs .img-item{
	position: relative;
	min-width: 25%;
	overflow: hidden;
}
.imgs .img-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.img-carrousel-items .img-item{
	border: 1px solid transparent;
}
.imgs .img-item a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background: #f0f0f0;
}
.img-carrousel .prev, .img-carrousel .next{
	display: none;
}
.img-carrousel.arrows>a{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	background: rgba(51,51,51,1);
	color: white;
	width: 18px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	z-index: 1; 
}
.img-carrousel.arrows>a>svg{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate3D(-50% ,-50%,0);
}
.img-carrousel.arrows .prev{
	left: 0px;
}
.img-carrousel.arrows .next{
	right: 0px;
}

.social svg{
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	padding: 15%;
}

.social>div>a{
	transition: all 0.2s;
}
.social>div>a:not(:hover){
	background: transparent !important;
} 
.social>div>a:hover {
	background: #fff;
	
}
.social a i,
.social a svg{
	transition: all 0.2s;
}
.social a:not(:hover) i,
.social a:not(:hover) svg {
	color: white !important;
}

#fareharbor-hook {
	background: transparent;
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 3px;
    bottom: 85px;
    transition: none 0s ease 0s;
    z-index: 100000;
    position: fixed;
    left: auto;
	right: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

#fareharbor-hook .btn{
	font-size: 1.2rem;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	background-image: linear-gradient(80deg, rgb(212, 48, 64) 30%, rgb(255, 200, 80));
}

#fareharbor-hook:hover .btn{
	background-image: linear-gradient(80deg, rgb(169,38,51) 30%, rgb(229,180,72));
}

#fareharbor-hook .text,
#fareharbor-hook .icon{
	vertical-align: middle;
}
#fareharbor-hook .text {
	font-weight: 300;
}
#fareharbor-hook .icon{
	font-size: 1.6rem;
	height: 47px;
	width: 47px;
	display: inline-block;
	line-height: 47px;
	border-radius: 50%;
	margin: 4px;
	background: rgba(255,200,80,.5);
}

#fareharbor-hook:hover .icon{
	background: rgba(229,180,72,.5);
}