/*

Theme Name: Retirement Home
Theme URI: http://themes.quitenicestuff.com/retirementhome
Description: A Premium HTML Template for Retirement Homes
Version: 1.0
Author: quitenicestuff
Author URI: http://themeforest.net/user/quitenicestuff
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, one-column, two-columns, left-sidebar, right-sidebar, custom-colors

*/





/* Style Index * /

1.0 - Global
2.0 - Header
	2.1 - Top Bar
	2.2 - Logo
	2.3 - Top Right Button
3.0 - Navigation
	3.1 - Mobile Navigation
4.0 - Slideshow
5.0 - Typography
	5.1 - Titles
	5.2 - Pagination
	5.3 - Dropcap
	5.4 - Buttons
	5.5 - Alerts & Messages
	5.6 - Lists
		5.6.1 - List 1
		5.6.2 - List 2
		5.6.3 - List 3
		5.6.4 - List 4
		5.6.5 - Ordered List
	5.7 - Other
	5.8 - Tables
	5.9 - Forms
		5.9.1 - Datepicker Calendar
		5.10 - Font Awesome
6.0 - JS Elements
	6.1 - Accordion
	6.2 - Toggle
	6.3 - Tabs
7.0 - Content
	7.1 - Homepage
		7.1.1 - Icons
		7.1.2 - About Us / Video
		7.1.3 - Our Yachts
		7.1.4 - Full Width Message
		7.1.5 - Latest News
		7.1.6 - Photos
		7.1.7 - Testimonials
		7.1.8 - Booking Form
	7.2 - Testimonials
	7.3 - Page Header
	7.4 - Page Not Found
	7.5 - Yachts
		7.5.1 - Yachts 2 Columns
		7.5.2 - Yachts 3 Columns Sidebar
		7.5.3 - Yachts 3 Columns Full
		7.5.4 - Yachts 4 Columns Sidebar
		7.5.5 - Yachts 4 Columns Full
		7.5.6 - Yachts 5 Columns Sidebar
		7.5.7 Yachts 5 Columns Full
		7.5.8 - Yachts Sale
		7.5.9 - Yacht Forms
	7.6 - Locations
	7.7 - Photo Gallery
		7.7.1 - Photo Gallery 2 Columns
		7.7.2 - Photo Gallery 3 Columns
		7.7.3 - Photo Gallery 4 Columns
		7.7.4 - Photo Gallery 5 Columns
	7.8 - Latest News
		7.8.1 - Latest News Main
		7.8.2 - News 2 Columns
		7.8.2 - News 3 Columns
		7.8.3 - News 4 Columns
		7.8.4 - News 5 Columns
		7.8.5 - News Single
		7.8.6 - Comments
	7.9 - Search Results
	7.10 - Social Links
	7.11 - Owl Carousel
	7.12 - PrettyPhoto Lightbox
8.0 - Columns
9.0 - Widgets
	9.1 - Advanced Search Widget
	9.2 - Contact Details Widget
10.0 - Footer
	10.1 - Footer List
	10.2 - Contact Widget
	10.3 - Tags
	10.4 - Newsletter
	10.5 - Latest News Widget




/* 0.0 - Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}

body {
    background-color: #242424 !important; 
    color:#fff;
    font-family: "Inter", sans-serif;
}

*{
	scroll-behavior: smooth;
	}
	

/* vairables de colors */
:root {
	--azul1: #fff;
	--azul2: #fff;
	--blanco: #fff;
	--negro: #fff;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}




body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix,
.tagcloud {
	zoom: 1;
}

.clearfix:before, .clearfix:after,
.tagcloud:before, .tagcloud:after {
	content: "";
	display: table;
}

.clearfix:after,
.tagcloud:after {
	clear: both;
}

.clearboth {
	clear: both;
}



body a {
	text-decoration: none;
	color: #fff;
}

.tportada{
	font-size: 75px;
	font-weight: 700;
	margin-bottom: 60px;
	margin-top: 120px;
	margin-left: 5%;
}

/* Estilo para móviles */
@media screen and (max-width: 768px) {
    .tportada {
        font-size: 40px;  /* más pequeño para móvil */
        margin-top: 80px;  /* menos espacio arriba */
        margin-bottom: 40px;
        margin-left: 5%;
        margin-right: 5%;  /* opcional, para no pegarse a los bordes */
    }
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'INTER', 'Lato', serif;
	font-weight: 800;
	
}

h1 {
	color: #fff;
}
h2 {
	color:#fff;
}
/* 2.0 - Header */
.header-inner {
	/*max-width: 1810px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 5px 20px;
}

.header-wrapper {
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
	/* padding: 10px 0; */
	position: relative;
	background-color:#212121;
}

.banner {
	text-align: center;
    background-color: var(--azul1);
	color: var(--blanco);
	font-weight: bold;
    padding: 8px 0;
}

.banner p {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

/* 2.1 - Top Bar */
.top-bar-wrapper {
	color: #fff;
	padding: 13px 0;
}

.top-bar {
	width: 1110px;
	margin: 0 auto;
}

.top-bar a {
	color: #fff;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.top-bar-left ul li {
	float: left;
	margin: 0 25px 0 0;
	font-size: 15px;
	position: relative;
}

.top-bar-left ul li.top-list-address {
	margin: 0 20px 0 20px;
}

.top-bar-left ul li.top-list-phone {
	margin: 0 20px 0 22px;
}

.top-bar-left ul li.top-list-business-hours {
	margin: 0 20px 0 23px;
}

.top-bar-left ul li.top-list-address:before {
	position: absolute;
	top: 8px;
	left: -20px;
}

.top-bar-left ul li.top-list-phone:before {
	position: absolute;
	top: 8px;
	left: -22px;
}

.top-bar-left ul li.top-list-business-hours:before {
	position: absolute;
	top: 8px;
	left: -23px;
}

.top-bar-left ul li.top-list-address:before,
.top-bar-left ul li.top-list-phone:before,
.top-bar-left ul li.top-list-business-hours:before,
.top-bar-right ul li.top-list-facebook:before,
.top-bar-right ul li.top-list-twitter:before {
	font-size: 18px;
	line-height: 0px;
	margin: 0 7px 0 0;

}

.top-bar-left ul li.top-list-address:before {
	content: "\f041"; 
}

.top-bar-left ul li.top-list-phone:before {
	content: "\f095"; 
}

.top-bar-left ul li.top-list-business-hours:before {
	content: "\f017"; 
}

.top-bar-right ul li {
	float: left;
	margin: 0 35px 0 0;
	font-size: 15px;
}

.top-bar-right ul li:last-child {
	margin: 0;
}

.top-bar-right ul li a {
	color: #fff;
}

.top-bar-right ul li.top-list-facebook:before {
	content: "\f09a"; 
}

.top-bar-right ul li.top-list-twitter:before {
	content: "\f099"; 
}

/* 2.2 - Logo */
.logo {
	float: left;
}

.logo h2 {
	font-size: 28px;
	font-family: 'Inter', 'Lato', serif;
	font-weight: 800;
	margin: 15px 0 0 0;
}

.logo h2:before {
	font-size: 26px;
	width: 55px;
	height: 40px;
	padding: 15px 0 0 0;
	margin: -15px 14px 0 0;
	display: block;
	content: "\f13d";
	color: #fff;
	text-align: center;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	float: left;
}

/* 2.3 - Top Right Button */
.top-right-button {
	color: #fff;
	float: right;
	font-size: 16px;
	line-height: 1;
	padding: 20px 25px;
	display: none;
}

.top-right-button i {
	margin: 0 10px 0 0;
}

/* 3.0 - Navigation */
#primary-navigation {
	float: right;
	display: none;
}

.header-inner {
	position: relative;
}

.navigation-inner {
	/*position: relative;*/
}

.navigation li a {
	padding: 19px 35px 19px 0;
	font-size: 15px;
	display: block;
	color: #fff;
	font-weight: normal;
}

.navigation li li {
	margin: 0;
}

.navigation li li a {
	display: initial;
}

.navigation {
	float: left;
	max-height: 56px;
}

.navigation ul ul {
	display: none;
	width: 230px;
}

.navigation ul li:hover > ul {
	display: block;
}

.navigation .edge ul {
	right: 0;
}

.navigation ul {
	padding: 0;
	list-style: none;
	/*position: relative;*/
	display: inline-table;
}

.navigation ul:after {
	content: ""; 
	clear: both; 
	display: block;
}

.navigation ul li {
	float: left;
	position: relative;
}
		
.navigation ul li a {
	text-decoration: none;
}
			
.navigation ul ul {
	background: #fff;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

.navigation ul ul li {
	float: none; 
	position: relative;
	padding: 0;
	
}

.navigation ul ul li a {
	padding: 10px 20px;
	border-left: none;
	display: block;
	color: #777;
	font-size: 15px;
}

.navigation .megamenu-1-col ul li a,
.navigation .megamenu-2-col ul li a,
.navigation .megamenu-3-col ul li a,
.navigation .megamenu-4-col ul li a,
.navigation .megamenu-5-col ul li a {
	color: #424242;
	font-size: 16px;
}	

.navigation ul ul li li {
	padding: 0;
}

.navigation ul ul li,
.navigation ul ul li:hover {
	border-top: none;
}
		
.navigation ul ul ul {
	position: absolute; 
	left: 100%;
	top: -21px;
}

.navigation ul li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	color: #424242;
	margin: 0 0 0 6px;
	position: absolute;
}

.navigation ul li li.menu-item-has-children > a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	color: #424242;
	margin: 0 0 0 6px;
	float: right;
}

.navigation ul li li.menu-item-has-children > a:hover:after {
	color: #fff;
}

.navigation .megamenu-1-col li li a,
.navigation .megamenu-2-col li li a,
.navigation .megamenu-3-col li li a,
.navigation .megamenu-4-col li li a,
.navigation .megamenu-5-col li li a {
	font-size: 15px;
	color: #777;
}

.navigation .megamenu-1-col ul li a,
.navigation .megamenu-2-col ul li a,
.navigation .megamenu-3-col ul li a,
.navigation .megamenu-4-col ul li a,
.navigation .megamenu-5-col ul li a {
	padding: 10px 20px;
}

.navigation li ul li a:hover {
	color: #fff;
}

.navigation .megamenu-1-col ul ul,
.navigation .megamenu-2-col ul ul,
.navigation .megamenu-3-col ul ul,
.navigation .megamenu-4-col ul ul,
.navigation .megamenu-5-col ul ul,
.navigation .megamenu-1-col ul li,
.navigation .megamenu-2-col ul li,
.navigation .megamenu-3-col ul li,
.navigation .megamenu-4-col ul li,
.navigation .megamenu-5-col ul li,
.navigation .megamenu-1-col ul li:hover,
.navigation .megamenu-2-col ul li:hover,
.navigation .megamenu-3-col ul li:hover,
.navigation .megamenu-4-col ul li:hover,
.navigation .megamenu-5-col ul li:hover,
.navigation .megamenu-1-col ul li li,
.navigation .megamenu-2-col ul li li,
.navigation .megamenu-3-col ul li li,
.navigation .megamenu-4-col ul li li,
.navigation .megamenu-5-col ul li li,
.navigation .megamenu-1-col ul li li:hover,
.navigation .megamenu-2-col ul li li:hover,
.navigation .megamenu-3-col ul li li:hover,
.navigation .megamenu-4-col ul li li:hover,
.navigation .megamenu-5-col ul li li:hover {
	border: none;
}

.navigation li ul {
	-moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}

.navigation li ul,
.navigation .megamenu-1-col ul li {
	padding: 20px 0;
}

.navigation .megamenu-1-col ul,
.navigation .megamenu-2-col ul,
.navigation .megamenu-3-col ul,
.navigation .megamenu-4-col ul,
.navigation .megamenu-5-col ul {
	padding: 0;
}

.navigation .megamenu-1-col ul li:first-child {
	padding: 20px 0 0 0;
}

.navigation .megamenu-1-col ul li:last-child {
	padding: 0 0 10px 0;
}

.navigation .megamenu-2-col ul li,
.navigation .megamenu-3-col ul li,
.navigation .megamenu-4-col ul li,
.navigation .megamenu-5-col ul li {
	border-right: #e8e8e8 1px solid;
	padding: 20px 0;
}

.navigation .megamenu-2-col ul li:hover,
.navigation .megamenu-3-col ul li:hover,
.navigation .megamenu-4-col ul li:hover,
.navigation .megamenu-5-col ul li:hover {
	border-right: #e8e8e8 1px solid;
}

.navigation .megamenu-2-col ul li:last-child,
.navigation .megamenu-3-col ul li:last-child,
.navigation .megamenu-4-col ul li:last-child,
.navigation .megamenu-5-col ul li:last-child {
	border-right: none;
}

.navigation .megamenu-2-col ul li:last-child:hover,
.navigation .megamenu-3-col ul li:last-child:hover,
.navigation .megamenu-4-col ul li:last-child:hover,
.navigation .megamenu-5-col ul li:last-child:hover {
	border-right: none;
}

.navigation .megamenu-1-col ul li {
	float: left;
	width: 240px;
}

.navigation .megamenu-2-col ul li {
	float: left;
	width: 240px;
}

.navigation .megamenu-3-col ul li {
	float: left;
	width: 240px;
}

.navigation .megamenu-4-col ul li {
	float: left;
	width: 275px;
}

.navigation .megamenu-5-col ul li {
	float: left;
	width: 199px;
}

.navigation .megamenu-1-col ul li li,
.navigation .megamenu-2-col ul li li,
.navigation .megamenu-3-col ul li li,
.navigation .megamenu-4-col ul li li,
.navigation .megamenu-5-col ul li li {
	padding: 0;
}

.navigation .megamenu-1-col ul li li,
.navigation .megamenu-2-col ul li li,
.navigation .megamenu-3-col ul li li,
.navigation .megamenu-4-col ul li li,
.navigation .megamenu-5-col ul li li {
	font-weight: normal;
	float: none;
}

.navigation .megamenu-1-col ul ul,
.navigation .megamenu-2-col ul ul,
.navigation .megamenu-3-col ul ul,
.navigation .megamenu-4-col ul ul,
.navigation .megamenu-5-col ul ul {
	display: block;
	width: 199px;
	padding: 0;
	position: static;
	left: 0;
	top: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: none;
}

.navigation .megamenu-4-col ul ul {
	width: 180px;
}

.navigation li:last-child li a {
	border-right: none;
}

.navigation .megamenu-1-col ul {
	width: 240px;
}

.navigation .megamenu-2-col ul {
	width: 481px;
}

.navigation .megamenu-3-col ul {
	width: 722px;
}

.navigation .megamenu-4-col {
	position: inherit;
}

.navigation .megamenu-4-col ul {
	width: 1110px;
	left: 0px;
	margin: -2px 0 0 0;
}

.navigation .megamenu-4-col ul ul {
	margin: 0;
}

.navigation .megamenu-5-col ul {
	width: 1110px;
	left: 0;
}

.fixed-navigation-show {
	z-index: 9999; 
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%;
	visibility: hidden;
	opacity: 0;
	padding: 0 !important;
	-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	visibility: visible;
	opacity: 1;
	background: #fff;
}

.fixed-navigation-show .navigation-inner {
	width: 1110px;
	margin: 0 auto;
}

.fixed-navigation-show .navigation {
	position: relative;
}

.navigation-wrapper .top-right-button {
	display: none;
}

.fixed-navigation-show .top-right-button {
	display: inherit;
}

/* 3.1 - Mobile Navigation */
#mobile-navigation {
	float: right;
	margin: 0px 20px 0 0;
	/* display: none; */
}

#mobile-navigation a {
	padding: 15px 0 15px 20px;
}

.mobile-navigation-wrapper {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 100;
	
}

.mobile-navigation-wrapper ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
}

.mobile-navigation-wrapper ul li a {
	color: var(--azul1);
	font-size: 15px;
	font-weight: bold;
	padding: 30px 0px;

}

.mobile-navigation-wrapper ul li a:hover {
	text-decoration: underline;
}

.mobile-navigation-wrapper ul a {
	width: calc(100% - 60px);
	display: block;
	padding: 15px 30px;
}

.mobile-navigation-wrapper ul li li a {
	padding: 15px 30px 15px 45px;
	width: calc(100% - 75px);
}

.mobile-navigation-wrapper ul li li li a {
	padding: 15px 30px 15px 60px;
	width: calc(100% - 90px);
}

.idiomes,.contenendor-wraper {
	flex-grow: 1;
    flex-basis: 0;
}

/* 4.0 - Slideshow */
.rev_slider_wrapper1 {
	margin: 0 0 90px 0;
}

.rev_slider_wrapper2 {
	margin: 0 0 0px 0;
}

.rev-custom-caption-1 h3,
.rev-custom-caption-2 h3 {
	font-size: 58px;
	font-family: 'Inter', 'Lato', serif;
	font-weight: 800;
	color: #fff;
	line-height: 120%;
	width: 700px;
	text-align: center;
}

.rev-custom-caption-2 h3 {
	text-align: left;
	width: 880px;
}

.rev-custom-caption-1 .title-block1,
.rev-custom-caption-2 .title-block1 {
	width: 90px;
	height: 3px;
	margin: 25px auto 30px auto;
}

.rev-custom-caption-2 .title-block1 {
	margin: 20px 0 20px 0;
}

.rev-custom-caption-1 p,
.rev-custom-caption-2 p {
	font-size: 18px;
	color: #fff;
	line-height: 160%;
	margin: 0 0 30px 0;
	text-align: center;
}

.rev-custom-caption-2 p {
	text-align: left;
}

.rev-custom-caption-2 .slideshow-button {
	margin: 0;
	display: table;
}

.tparrows {
	background: none !important;
}
 
.tparrows:after {
	color: #fff;
	font-size: 40px;
	border: #fff 3px solid;
	position: absolute;
	z-index: 10;
	line-height: 65px;
	text-align: center;
	font-weight: 300;
	top: -10px; 
	font-family: "FontAwesome";
}
 
.tp-rightarrow.tparrows:after {
	content: "\f105";
	left: -41px;
	width: 52px;
	padding: 0 3px 0 10px;
}

.tp-leftarrow.tparrows:after {
	content: "\f104";
	left: 15px;
	width: 43px;
	padding: 0 12px 0 10px;
}

.tparrows.tp-leftarrow:before,
.tparrows.tp-rightarrow:before {
	content: '' !important;
}

.slideshow-button-photos {
	margin: 0 10px 0 0;
}

.slideshow-button-photos,
.slideshow-button-about {
	color: #fff;
	padding: 20px 25px;
	line-height: 1;
	font-size: 17px;
	display: table;
	float: left;
}

.slideshow-button-photos i,
.slideshow-button-about i {
	margin: 0 6px 0 0;
}

.slideshow-button-wrapper {
	width: 275px;
	margin: 10px auto 0 auto;
}

.rev-custom-caption-2 .slideshow-button-wrapper {
	margin: 10px 0 0 0;
}

/* 5.0 - Typography */

/* 5.1 - Titles */
.content-wrapper {
	width: 1110px;
	margin: 0 auto;
}

.center-title {
	text-align: center;
}

.content-wrapper h1 {
	font-size: 32px;
	font-family: 'Inter', 'Lato', serif;
	font-weight: 800;
	margin: 0 0 30px 0;
}



.content-wrapper h2 {
	font-size: 20px;
	margin: 0 0 30px 0;
}

.section-barco-sin-licencia {
	margin-bottom: 100px;
}

/* titol de la seccio barco sin licencia */
.section-barco-sin-licencia h1 {
	color: var(--negro);
	font-size: 36px;
	font-weight: 800;
	margin: 0;
}

.section-barco-sin-licencia h2 {
	color: var(--negro);
	font-size: 24px;
	font-weight: 800;
	margin-top: 15px;

}

.reservar-btn {
	padding:15px;
	color: var(--blanco);
	background-color: var(--azul1);
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;

}

.content-wrapper h3,
.about-us-block h3,
.booking-form-wrapper h3 {
	font-size: 20px;
	margin: 0 0 0 0;
}

.content-wrapper h4 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

.content-wrapper h5 {
	font-size: 16px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

.yacht-block-content h5{
	color:#009d9b;
}

.content-wrapper h6 {
	font-size: 16px;
	margin: 0 0 30px 0;
}

p {
	line-height: 120%;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.title-block2 {
	width: 60px;
	height: 2px;
	margin: 0 auto 30px auto;
}

.title-block7 {
	width: 60px;
	height: 2px;
	margin: 0 0 30px 0;
}

.title-block4 {
	width: 60px;
	height: 2px;
	margin: 0 0 30px 0;
}

.title-block5 {
	width: 100%;
    height: 1px;
    margin: 0 0 15px 0;
}

.qnscenter {
	margin: 0 auto 30px auto;
	text-align: center;
}

.home-intro-text,
.yacht-intro-text {
	font-size: 18px;
	text-align: center;
	margin: 0 0 50px 0;
}

.yacht-intro-text {
	width: 83%;
	margin: 0 auto 50px auto;
}

/* 5.2 - Pagination */
.page-pagination {
	width: 100%;
	padding: 50px 0 0 0;
}

.content-wrapper .page-pagination ul {
	float: right;
	margin: 0;
}

.page-pagination li {
	float: left;
	display: block;
	margin: 0 6px 0 0;
}

.page-pagination li:last-child {
	margin: 0;
}

.content-wrapper .page-pagination li:before {
	content: "";
}

.page-pagination li a,
.page-pagination li span {
	border: #e8e8e8 1px solid;
	text-align: center;
	padding: 10px 14px;
	text-decoration: none;
}

.page-pagination li a {
	color: #424242;
}

.page-pagination li span.current,
.page-pagination li a:hover {
	color: #fff;
}

/* 5.3 - Dropcap */
.dropcap {
	font-family: 'Inter', 'Lato', serif;
	font-size: 66px;
	line-height: 1;
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

/* 5.4 - Buttons */
.button1 {
	background: #fff;
	color: #424242 !important;
	font-size: 14px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 18px;
	border: #e8e8e8 1px solid;
	display: table;
	line-height: 160%;
	text-decoration: none !important;
}

.button1:hover,
.button3:hover,
.button5:hover {
	color: #fff !important;
}

.button2 {
	color: #fff !important;
	font-size: 14px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 18px;
	display: table;
	line-height: 160%;
	text-decoration: none !important;
}

.button3 {
	background: #fff;
	color: #424242 !important;
	font-size: 16px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 18px;
	border: #e8e8e8 1px solid;
	display: table;
	line-height: 160%;
	text-decoration: none !important;
}

.button4 {
	color: #fff !important;
	font-size: 16px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 18px;
	display: table;
	line-height: 160%;
	text-decoration: none !important;
}

.button5 {
	background: #fff;
	color: #424242 !important;
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 12px 22px;
	border: #e8e8e8 1px solid;
	display: table;
	line-height: 160%;
	text-decoration: none !important;
}

.button6 {
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 12px 22px;
	display: table;
	line-height: 160%;
	text-decoration: none !important;
}

.rounded-button {
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* 5.5 - Alerts & Messages */
.msg {
	padding: 15px 10px 15px 20px;
	margin: 0 0 15px 0;
}

.msg p, .blog-content .msg p {
	margin: 0 !important;
}

.default {
	background: #fff;
	color: #424242;
	border: #dee0e0 1px solid;
}

.default a {
	color: #424242;
	text-decoration: underline;
}

.notice {
	background: #fff5af;
	color: #b3a437;
}

.notice a {
	color: #b3a437;
	text-decoration: underline;
}

.success {
	background: #dff7ca;
	color: #64ae23;
}

.success a {
	color: #64ae23;
	text-decoration: underline;
}

.fail {
	background: #ffe2e1;
	color: #c83f39;
}

.fail a {
	color: #c83f39;
	text-decoration: underline;
}

/* 5.6 - Lists */

/* 5.6.1 - List 1 */
.content-wrapper ul {
	margin: 0 0 40px 0;
}

.content-wrapper ul li {
	font-size: 15px;
	margin: 0 0 11px 0;
}

.content-wrapper ul li ul {
	margin: 11px 0 11px 0;
}

.content-wrapper ul li li {
	margin: 0 0 11px 20px;
}

.content-wrapper ul li:before {
	content: "\f054";
	font-size: 12px;
	margin: 0 6px 0 0;
}

/* 5.6.2 - List 2 */
.content-wrapper ul.list-style2 li:before {
	content: "\f111";
	font-size: 8px;
}

/* 5.6.3 - List 3 */
.content-wrapper ul.list-style3 li:before {
	content: "\f00d";
	font-size: 15px;
}

/* 5.6.4 - List 4 */
.content-wrapper ul.list-style4 li:before {
	content: "\f00c";
	font-size: 15px;
}

/* 5.6.5 - Ordered List */
.content-wrapper ol li {
	list-style: decimal;
	font-size: 15px;
	line-height: 160%;
	margin: 0 0 7px 0;
}

.content-wrapper ol {
	margin: 0 0 40px 15px;
}

.content-wrapper ol ol {
	margin: 7px 0 0 15px;
}

.content-wrapper ol ol li {
	list-style: lower-latin;
}

/* 5.7 - Other */
.space1 {
	border: 0;
}

.space2 {
	border: 0;
	margin: 0 0 20px 0;
}

.space3 {
	border: 0;
	margin: 0 0 50px 0;
}

.space4 {
	border: 0;
	margin: 0 0 25px 0;
}

.space5 {
	border: 0;
	margin: 0 0 60px 0;
}

/* 5.8 - Tables */
.content-wrapper table {
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 16px;
	color: #424242;
}

.content-wrapper table strong {
	color: #a09d9d;
	font-weight: normal;
}

.content-wrapper table th {
	font-family: 'Inter', 'Lato', serif;
	color: #fff;
	border-bottom: #e9e9e9 1px solid;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

.content-wrapper table td {
	border-right: #e9e9e9 1px solid;
	border-bottom: #e9e9e9 1px solid;
	text-align: left;
	vertical-align: top;
}

.content-wrapper table tr td:last-child {
	border-right: none;
}

.content-wrapper table th {
	padding: 14px 20px 14px 20px;
	font-size: 14px;
	font-weight: 400;
}

.content-wrapper table td {
	padding: 9px 20px;
	line-height: 160%;
}

.content-wrapper table tr {
	background: #fff;
}

.content-wrapper table tr:nth-child(2n) {
    background: #f8f8f8;
}

.content-wrapper .table-style1 th,
.content-wrapper .table-style2 th {
	background: #fff;
	color: #424242;
	font-size: 16px;
}

.content-wrapper .table-style1,
.content-wrapper .table-style2 {
	font-size: 16px;
}

.content-wrapper .table-style1 td,
.content-wrapper .table-style2 td {
	border-right: none;
	padding: 20px 20px;
}

.table-wrapper {
	overflow-x: auto;
}

.max-width-image img {
	width: 100%;
}

/* 5.9 - Forms */
.content-wrapper form input[type="text"],
.content-wrapper form textarea {
	width: calc(100% - 20px);
	font-size: 14px;
	color: #bebebe;
	border: #e8e8e8 1px solid;
	padding: 10px;
	margin: 0 0 25px 0;
}

.content-wrapper form label {
	font-size: 16px;
	margin: 0 0 10px 0;
	display: block;
}

.content-wrapper form label span {
	color: #ff0000;
}

.content-wrapper button {
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 10px 25px;
	cursor: pointer;
}

.content-wrapper button i {
	font-size: 15px;
	margin: 0 0 0 3px;
}

.content-wrapper .search-results-form {
	padding: 30px;
}

.content-wrapper .search-results-form input[type="text"] {
	float: left;
	width: calc(100% - 163px);
	border: none;
	padding: 14px;
	margin: 0;
}

.content-wrapper .search-results-form button {
	width: calc(170px - 50px);
	float: right;
	padding: 13px 25px;
}

.content-wrapper .search-results-form label {
	font-size: 14px;
	color: #fff;
}

/* 5.9.1 - Datepicker Calendar */
#ui-datepicker-div {
	padding: 20px;
	color: #fff;
	font-size: 13px;
	-moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
	z-index: 999 !important;
}

.ui-datepicker {
	display: none;
}

#ui-datepicker-div a {
	color: #fff;
	text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td span {
	width: 39px;
}

.ui-datepicker-calendar tbody tr td a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td span {
	height: 25px;
	padding: 10px 0 0 0;
	text-align: center;
	display: block;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable {
	background: transparent;
}

.ui-datepicker-title {
	text-align: center;
	padding: 0 0 5px 0;
}

.ui-datepicker-header {
	padding: 0 0 10px 0;
	position: relative;
}

.ui-datepicker-prev {
	position: absolute;
	top: 0;
	left: 0;
}

.ui-datepicker-next {
	position: absolute;
	top: 0;
	right: 0;
}

.ui-datepicker-calendar thead tr th {
	padding: 10px 0;
	margin: 0 0 10px 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
	display: none;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	margin: 0 8px 0 0;
	color: #fff;
	display: block;
	text-align: center;
}

.ui-datepicker-prev:after {
	content: "\f104";
}

.ui-datepicker-next:after {
	content: "\f105";
}

/* 5.10 - Font Awesome */
.top-bar-left ul li.top-list-address:before,
.top-bar-left ul li.top-list-phone:before,
.top-bar-left ul li.top-list-business-hours:before,
.top-bar-right ul li.top-list-facebook:before,
.top-bar-right ul li.top-list-twitter:before,
.logo h2:before,
.content-wrapper .yacht-block ul li:before,
.footer ul li:before,
.content-wrapper .accordion h4:before,
.widget .contact-details-widget .cdw-address:before,
.widget .contact-details-widget .cdw-time:before,
.widget .contact-details-widget .cdw-phone:before,
.widget .contact-details-widget .cdw-email:before,
.content-wrapper ul li:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-author:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-date:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-category:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-comments:before,
.toggle h4:before {
	font-family: "FontAwesome"; 
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* 6.0 - JS Elements */

/* 6.1 - Accordion */
.content-wrapper .accordion h4 {
	font-size: 16px;
	font-weight: 400;
	border-top: #e5e5e5 1px solid;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0 !important;
	padding: 15px 0 15px 0;
	margin-bottom: 30px;
	cursor: pointer;
	line-height: 160%;
	outline: none;
	background-color:#002b4c;
	color:#fff;
}

.content-wrapper .accordion h4:before {
	content: "\f067";
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	width: 30px;
	height: 23px;
	padding: 7px 0 0 0;
	line-height: 1.1em;
	display: block;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.content-wrapper .accordion h4.ui-state-active:before {
	content: "\f068";
}

.content-wrapper .accordion {
	border-bottom: #e5e5e5 1px solid;
	margin: 0 0 40px 0;
	line-height: 160%;
	display: block;
	font-size: 16px;
}

.content-wrapper .accordion .ui-widget-content {
	border: none;
}

.content-wrapper .accordion .ui-accordion-content {
	padding: 10px 0 20px 20px;
	    background-color: #fff;
}

/* 6.2 - Toggle */
.toggle {
	border: #e5e5e5 1px solid;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 14px;
}

.toggle h4 {
	margin: 0 0 0 0 !important;
	line-height: 160%;
	font-size: 16px !important;
	font-weight: 400;
}

.toggle h4:before {
	content: "\f067";
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	width: 30px;
	height: 23px;
	padding: 7px 0 0 0;
	line-height: 1.1em;
	display: block;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.toggle .active h4:before {
	content: "\f068";
}

.toggle .title {
	margin: 0 0 0 0;
	padding: 25px 0 25px 20px;
	cursor: pointer;
}

.toggle .inner {
	margin: 0 20px 30px 55px !important;
	line-height: 160%;
}

/* 6.3 - Tabs */
.tabs .nav {
	margin: 0;
}

.tabs .nav li {
	list-style: none;
	padding: 0;
}

.content-wrapper .nav li:before {
	content: "";
	margin: 0;
}

.nav li a {
	color: #1c1c1c !important;
	outline: none;
}

.tabs .nav li a:hover {
	text-decoration: none;
}

.ui-tabs { 
	position: relative; 
	padding: .2em; 
	zoom: 1;
	margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav { 
	margin: 0;
	position: relative;
	top: 0px;
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	border-bottom: #e5e5e5 1px solid; 
	padding: 0; 
	white-space: nowrap;
	font-size: 16px;
	font-family: 'Inter', 'Lato', serif;
}

.ui-tabs .ui-tabs-nav li:first-child a {
	border-left: #e8e8e8 1px solid;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 15px 20px 15px 20px; 
	text-decoration: none;
	border-right: #e8e8e8 1px solid;
}

.ui-tabs .ui-tabs-nav li {
	border-top: #e8e8e8 4px solid;
	border-bottom: #e8e8e8 1px solid;
	background: #fff;
	margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li:last-child {
	background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
	margin-bottom: 0;
	border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
	display: block;
	border-top: #e8e8e8 1px solid;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

.ui-tabs .ui-tabs-hide { 
	display: none !important;
}

.tabs-no-margin {
	margin: 0;
}

/* 7.0 - Content */
.main-content {
	float: left;
	width: calc(67% - 41px);
	padding: 0 40px 0 0;
	border-right: #e8e8e8 1px solid;
	margin: 0 0 60px 0;
}

.sidebar-content {
	float: right;
	width: calc(33% - 40px);
}

.main-content-full {
	width: 100%;
	border-right: none;
	padding: 0;
}

.main-content-left-sidebar {
	float: right;
	padding: 0 0 0 40px;
	border-left: #e8e8e8 1px solid;
	border-right: none;
}

.sidebar-content-left-sidebar {
	float: left;
}

/* 7.1 - Homepage */

/* 7.1.1 - Icons */
.home-icons-outer-wrapper {
	margin: 0 auto 30px auto;
}

.home-icons-outer-wrapper-2 {
	margin: 0 auto 0px auto;
}

.home-icon-wrapper .qns-home-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 30px auto;
	position: relative;
}

.home-icon-wrapper .qns-home-icon:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-width: 15px;
	margin-left: -15px;
}

.home-icon-wrapper-2 .qns-home-icon {
	width: 62px;
	height: 62px;
	margin: 0 0 30px 0;
	position: relative;
	float: left;
}

.home-icon-wrapper-2 .qns-home-icon i {
	margin: 17px 0 0 0;
}

.home-icon-wrapper p {
	text-align: center;
}

.home-icon-wrapper h4,
.home-icon-wrapper-2 h4 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 25px 0;
}

.clearfix .home-icon-wrapper-2 p {
	margin: 0 0 60px 0;
}

.home-icon-wrapper-2 h4 {
	text-align: left;
}

.home-icon-wrapper-2 .qns-home-icon {
	margin: 0;
	float: left;
}

.qns-home-icon i {
	font-size: 28px;
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
}

.qns-one-third {
	width: calc(33.3% - 0px);
	float: left;
	margin: 0 0 25px 0 !important;
}

.title-block3 {
	width: 46px;
	height: 2px;
	margin: 0 auto 25px auto;
} 

.home-icon-wrapper-2 .title-block3 {
	margin: 0 0 25px 0;
}

.home-icon-inner {
	float: right;
	width: calc(100% - 100px);
}

/* 7.1.2 - About Us / Video */
.about-us-block {
	padding: 110px 150px 0 150px;
	width: calc(50% - 300px);
	float: left;
	text-align: justify;
}

.about-us-block h3,
.about-us-block p {
	color: #fff;
}

.about-us-block p {
	margin: 0 0 35px 0;
}

.video-wrapper {
	width: 50%;
	height: 460px;
	background: url('../images/image1.jpg') no-repeat center top;
	float: left;
	position: relative;
}

.video-wrapper-page {
	background: url('../images/image14.jpg') no-repeat center top;
	width: 100%;
	height: 350px;
}

.about-video-light-wrapper .video-wrapper {
	width: 47%;
	height: 300px;
	background: url('../img/video1.png') no-repeat center;
	margin: 10px 10px 10px 10px;
}



.video-wrapper .video-play {
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 30px);
}

.video-wrapper .video-play i {
	color: #fff;
	width: 70px;
	height: 57px;
	padding: 23px 0 0 10px;
	font-size: 38px;
	text-align: center;
	border: #fff 1px solid;
	z-index: 9999;
}

.button0 {
	padding: 18px 25px;
	font-size: 17px;
	color: #fff;
	display: table;
}

.button0 i {
	margin: 0 10px 0 0;
}

.about-video-light-wrapper .about-us-block {
	background: transparent;
	padding: 10px 0;
	width: calc(50% - 50px);
	margin: 0 50px 0 0;
}

.about-video-light-wrapper .about-us-block h3,
.about-video-light-wrapper .about-us-block p {
	color: #000000;
}

.about-video-light-wrapper .about-us-block p {
	margin: 0 0 30px 0;
}

/* 7.1.3 - Our Yachts */
.our-yachts-sections,
.news-gallery-sections {
	padding: 60px 0;
}

.our-yachts-sections-dark {
	padding: 60px 0;
}

.our-yachts-sections-dark h3,
.our-yachts-sections-dark p {
	color: #fff;
}

.our-yachts-sections-dark .yacht-block-content {
	border: none;
	background: #fff;
}

.yacht-block-content {
	border-left: #e8e8e8 1px solid;
	border-right: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
	padding: 30px;
	margin: 0 0 30px 0;
	background-color: #fff;
}

.yacht-block-content h3 {
	font-size: 20px;
	margin: 0 0 7px 0;
}

.yacht-block-image {
	position: relative;
}

.yacht-block-image .new-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	color: #fff;
	width: 60px;
	height: 38px;
	padding: 22px 0 0 0;
	text-align: center;
	font-size: 15px;
	font-family: 'Inter', 'Lato', serif;
}

.yacht-block-image img {
	width: 100%;
}

.content-wrapper .yacht-block ul li {
	font-size: 16px;
	margin: 0 0 5px 20px;
	position: relative;
	line-height: 130%;
}

.content-wrapper .yacht-block ul li:before {
	content: "\f00c";
	font-size: 16px;
	margin: 0 6px 0 0;
	position: absolute;
	left: -20px;
}

/* 7.1.4 - Full Width Message */
.full-width-message-wrapper {
	background: url("../img/p13.jpg") no-repeat center top;
	width: 100%;
	color: #fff;
	padding: 150px 0;
}

.full-width-message-inner {
	width: 1110px;
	margin: 0 auto;
}

.full-width-message-inner h3 {
	font-size: 22px;
	text-align: center;
	line-height: 160%;
	width: 75%;
	margin: 0 auto;
}

.button-view-yachts {
	margin: 0 20px 0 0;
}

.button-view-yachts,
.button-get-in-touch {
	color: #fff;
	padding: 20px 25px;
	line-height: 1;
	font-size: 17px;
	display: table;
	/*float: left;*/
}

.button-view-yachts i,
.button-get-in-touch i {
	margin: 0 6px 0 0;
}

.call-to-action-button-wrapper {
	width: 340px;
	margin: 30px auto 0 auto;
	display: block;
	border-radius: 20px;
}

/* 7.1.5 - Latest News */
.news-list {
	margin: 0;
}

.news-list .news-wrapper {
	list-style: none;
	margin: 0 0 40px 0;
}

.news-date {
	float: left;
	width: 62px;
	margin: 0 15px 0 0;
}

.news-info {
	float: left;
	width: calc(100% - 77px);
}

.news-m {
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 0;
}

.news-d {
	background: #fff;
	color: #424242;
	text-align: center;
	font-size: 30px;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	padding: 6px 0;
}

.content-wrapper .news-info h4 {
	font-size: 18px;
	margin: 0 0 9px 0;
	padding: 0 0 13px 0;
	line-height: 120%;
	border-bottom: #e8e8e8 1px solid;
}

.content-wrapper .news-meta p {
	color: #009e9d;
	font-size: 16px;
	margin: 0;
}

/* 7.1.6 - Photos */
.home-photos-wrapper .home-photo {
	width: calc(33.7% - 10px);
	margin: 0 10px 10px 0;
	float: left;
}

.home-photos-wrapper .home-photo:nth-child(3n) {
	margin: 0;
}

.home-photo img {
	width: 100%;
}

/* 7.1.7 - Testimonials */
.full-width-testimonials-wrapper {
	background: url("../back-opiniones.jpg") no-repeat bottom center;
	width: 100%;
	color: #fff;
	padding: 60px 0;
}

.full-width-testimonials-inner {
	width: 1110px;
	margin: 0 auto;
}

.full-width-testimonials-inner h3 {
	font-size: 22px;
	text-align: center;
}

/* 7.1.8 - Booking Form */
.booking-form-wrapper {
	width: 1110px;
	margin: 60px auto;
}

.booking-form-left {
	width: calc(50% - 61px);
	height: 559px;
	background: url("../images/image17.png") no-repeat 30px 30px;
	float: left;
	border-top: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
	border-left: #e8e8e8 1px solid;
	padding: 50px 30px;
}

.content-wrapper p a,
.booking-form-wrapper p a {
	text-decoration: underline;
}

i {
	font-style: italic;
}

.smaller-text {
	font-size: 15px;
}

.booking-form-right {
	width: calc(50% - 60px);
	float: left;
	padding: 30px;
	height: 601px;
}

form .one-half {
	width: calc(50% - 10px);
	margin: 0 20px 0 0;
	float: left;
}

form .last-col {
	margin: 0;
}

form input[type="text"] {
	width: calc(100% - 26px);
	padding: 12px 13px 11px 13px;
	margin: 0 0 20px 0;
	border: none;
	font-size: 16px;
	color: #bbbbbb;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

form select {
	width: calc(100% + 40px);
	padding: 12px 12px;
	background: transparent;
	border: none;
	font-size: 14px;
	color: #bbbbbb;
	-webkit-appearance: none;
	margin: 0;
}

form .select-wrapper {
	width: 100%;
	margin: 0 0 20px 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

form .select-wrapper i {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 16px;
	color: #bbbbbb;
	z-index: 0;
	pointer-events: none;
}

form .select-wrapper input[type="text"],
.content-wrapper form .select-wrapper input[type="text"] {
	margin: 0;
	padding: 12px;
}

form textarea {
	width: calc(100% - 26px);
	padding: 13px 13px;
	margin: 0 0 20px 0;
	border: none;
	font-size: 16px;
	color: #bbbbbb;
	font-family: 'Inter', 'Lato', serif;
	-webkit-appearance: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

form label {
	font-size: 16px;
	margin: 0 0 9px 0;
	display: block;
}

.booking-form-right form label {
	color: #fff;
}

form button {
	color: #fff;
	border: none;
	font-size: 17px;
	padding: 15px 25px;
	margin: 0 auto;
	display: table;
}

form button i {
	font-size: 16px;
	margin: 0 6px 0 0;
}

/* 7.2 - Testimonials */
.content-wrapper .testimonial-wrapper {
	margin: 22px 0 0 0;
}

.content-wrapper .testimonial-wrapper p {
	font-size: 18px;
	position: relative;
	line-height: 160%;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.content-wrapper .testimonial-wrapper p span.qns-open-quote {
	font-family: 'Inter', 'Lato', serif;
	font-size: 160px;
	font-style: normal;
	position: absolute;
	top: 30px;
	left: -65px;
}

.content-wrapper .testimonial-wrapper p span.qns-close-quote {
	font-family: 'Inter', 'Lato', serif;
	font-size: 160px;
	font-style: normal;
	position: absolute;
	bottom: -55px;
	right: -65px;
}

.content-wrapper .testimonial-wrapper .testimonial-image {
	background-color: #fff;
	width: 80px;
	height: 80px;
	margin: 20px auto;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.content-wrapper .testimonial-wrapper .testimonial-image img {
	width: 100%;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.content-wrapper .testimonial-wrapper .testimonial-author p {
	font-style: normal;
	font-size:16px;
}

.content-wrapper .testimonial-list-wrapper-full .testimonial-wrapper p {
	width: 83%;
	margin: 0 auto 30px auto;
	font-size: 16px;
}

.content-wrapper .testimonial-list-wrapper-full .testimonial-wrapper p:last-child {
	margin: 0 auto;
}

.content-wrapper .testimonial-list-wrapper-full .testimonial-wrapper {
	border-bottom: #e8e8e8 1px solid;
	padding: 40px 0 40px 0;
}

.content-wrapper .testimonial-list-wrapper-full .testimonial-wrapper:last-child {
	padding: 40px 0 40px 0;
	margin: 0 0 20px 0;
}

.content-wrapper .testimonial-single .testimonial-wrapper {
	border: none;
}

.full-width-testimonials-wrapper .owl-controls {
	display: none;
}

/* 7.3 - Page Header */
#page-header {
	/*background: url("../images/image7.jpg") no-repeat center top #f0f0f0;*/
	background-color:  #2b8397;
	width: 100%;
	height: 130px;
	padding: 60px 0 0 0;
	margin: 0 0 60px 0;
}

#page-header h1 {
	text-align: center;
	font-size: 28px;
	color:#fff;
	font-family: 'Inter', 'Lato', serif;
	font-weight: 800;
}

#page-header .title-block3 {
	width: 50px;
	height: 2px;
	margin: 15px auto;
}

#page-header p {
	display: table;
	margin: 0 auto;
	font-size: 18px;
	color:#621441;
	margin-top: 4px;
}

#page-header p i {
	margin: 0 5px;
}

/* 7.4 - Page Not Found */
.page-not-found-header {
	background: url("../images/image13.jpg") no-repeat center top #f0f0f0;
	height: 510px;
	padding: 200px 0 0 0;
}

.page-not-found-header h1 {
	font-size: 28px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.page-not-found-header p {
	font-size: 15px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.page-not-found-search-wrapper {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

.page-not-found-header input[type="text"] {
	color: #424242;
	width: calc(100% - 26px);
}

.page-not-found-search-wrapper {
	position: relative;
}

.page-not-found-search-wrapper i {
	position: absolute;
	top: 14px;
	right: 14px;
}

.page-not-found-content {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 30px;
}

/* 7.5 - Yachts */
.yacht-block ul li span {
	color: #a9a9a9;
}

.content-wrapper .yacht-block-content ul {
	margin: 0 0 20px 0;
}

/* 7.5.1 - Yachts 2 Columns */
.yacht-listing-wrapper-2 .yacht-block {
	width:49%;
	float: left;
	/*max-height: 500px;*/
	margin: 0 20px 20px 0;
}

.yacht-listing-wrapper-2 .yacht-block:nth-child(2n) {
	margin: 0 0 20px 0;
}

.yacht-listing-wrapper-2 .yacht-block:nth-child(2n+1) {
	clear: both;
}

.yacht-listing-wrapper-2 .yacht-block-content {
	margin: 0;
}

/* 7.5.2 - Yachts 3 Columns Sidebar */
.yacht-listing-wrapper-3 .yacht-block {
	width: calc(33.3% - 0px);
	float: left;

}

.yacht-listing-wrapper-3 .yacht-block:nth-child(3n) {
	margin: 0 0 0 0;
}

.yacht-listing-wrapper-3 .yacht-block:nth-child(3n+1) {
	clear: both;
}

.yacht-listing-wrapper-3 .yacht-block-content {
	margin: 0;
}

/* 7.5.3 - Yachts 3 Columns Full */
.main-content-full .yacht-listing-wrapper-3 .yacht-block {
	width: calc(33.6% - 20px);
	float: left;
	margin: 0 10px 0px 10px;
}

.main-content-full .yacht-listing-wrapper-3 .yacht-block:nth-child(3n) {
	margin: 0 0 20px 0;
}

.main-content-full .yacht-listing-wrapper-3 .yacht-block-content {
	margin: 0;
	background-color: #fff;
}

/* 7.5.4 - Yachts 4 Columns Sidebar */
.yacht-listing-wrapper-4 .yacht-block {
	/* width: calc(25.6% - 20px); */
	float: left;
	margin: 0 20px 20px 0;
}

.yacht-listing-wrapper-4 .yacht-block:nth-child(4n) {
	margin: 0 0 20px 0;
}

.yacht-listing-wrapper-4 .yacht-block:nth-child(4n+1) {
	clear: both;
}

.yacht-listing-wrapper-4 .yacht-block-content {
	margin: 0;
}

.yacht-listing-wrapper-4 .yacht-block-content {
	padding: 15px;
}

.yacht-listing-wrapper-4 .yacht-block-content h3 {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.yacht-listing-wrapper-4 .title-block5 {
	margin: 0 0 20px 0;
}

.content-wrapper .yacht-listing-wrapper-4 .yacht-block ul li {
	font-size: 15px;
}

.yacht-listing-wrapper-4 .yacht-charter-book-button {
	margin: 12px 0 0 0;
	width: calc(100% - 40px);
}

.yacht-listing-wrapper-4 .yacht-block-image .new-icon {
	width: 50px;
	height: 32px;
	padding: 18px 0 0 0;
	font-size: 14px;
}

.content-wrapper .yacht-listing-wrapper-4 .yacht-block ul li:before {
	font-size: 14px;
}

/* 7.5.5 - Yachts 4 Columns Full */
.main-content-full .yacht-listing-wrapper-4 .yacht-block {
	width: calc(25.4% - 20px);
	float: left;
	margin: 0 20px 20px 0;
}

.main-content-full .yacht-listing-wrapper-4 .yacht-block:nth-child(4n) {
	margin: 0 0 20px 0;
}

.main-content-full .yacht-listing-wrapper-4 .yacht-block-content {
	margin: 0;
}

.main-content-full .yacht-listing-wrapper-4 .yacht-block-content {
	padding: 20px;
}

.main-content-full .yacht-listing-wrapper-4 .yacht-block-content h3 {
	font-size: 18px;
}

.main-content-full .yacht-listing-wrapper-4 .yacht-charter-book-button {
	margin: 20px 0 0 0;
	width: inherit;
}

/* 7.5.6 - Yachts 5 Columns Sidebar */
.yacht-listing-wrapper-5 .yacht-block {
	width: calc(21.4% - 20px);
	float: left;
	margin: 0 10px 10px 0;
}

.yacht-listing-wrapper-5 .yacht-block:nth-child(5n) {
	margin: 0;
}

.yacht-listing-wrapper-5 .yacht-block:nth-child(5n+1) {
	clear: both;
}

.yacht-listing-wrapper-5 .yacht-block-content {
	margin: 0;
}

.yacht-listing-wrapper-5 .yacht-block-content {
	padding: 15px 10px;
}

.yacht-listing-wrapper-5 .yacht-block-content h3 {
	font-size: 14px;
	margin: 0 0 15px 0;
}

.yacht-listing-wrapper-5 .title-block5 {
	margin: 0 0 15px 0;
}

.content-wrapper .yacht-listing-wrapper-5 .yacht-block ul li {
	font-size: 14px;
	margin: 0 0 5px 15px;
}

.yacht-listing-wrapper-5 .yacht-charter-book-button {
	margin: 12px 0 0 0;
	width: calc(100% - 40px);
	font-size: 13px;
	padding: 10px 20px;
}

.yacht-listing-wrapper-5 .yacht-block-image .new-icon {
	width: 45px;
	height: 28px;
	padding: 17px 0 0 0;
	font-size: 13px;
}

.content-wrapper .yacht-listing-wrapper-5 .yacht-block ul li:before {
	font-size: 12px;
	left: -15px;
}

/* 7.5.7 Yachts 5 Columns Full */
.main-content-full .yacht-listing-wrapper-5 .yacht-block {
	width: calc(20.3% - 20px);
	float: left;
	margin: 0 20px 20px 0;
}

.main-content-full .yacht-listing-wrapper-5 .yacht-block:nth-child(5n) {
	margin: 0;
}

.main-content-full .yacht-listing-wrapper-5 .yacht-block-content {
	margin: 0;
}

.main-content-full .yacht-listing-wrapper-5 .yacht-block-content {
	padding: 20px;
}

.main-content-full .yacht-listing-wrapper-5 .yacht-block-content h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

.main-content-full .yacht-listing-wrapper-5 .title-block5 {
	margin: 0 0 15px 0;
}

.main-content-full .yacht-listing-wrapper-5 .yacht-charter-book-button {
	margin: 20px 0 0 0;
	width: calc(100% - 40px);
	font-size: 13px;
	padding: 10px 20px;
}

/* 7.5.8 - Yachts Sale */
.yacht-sale-wrapper-2 h3,
.yacht-sale-wrapper-3 h3,
.yacht-sale-wrapper-4 h3,
.yacht-sale-wrapper-5 h3 {
	text-align: center;
	margin: 0 0 25px 0;
}

.yacht-sale-wrapper-2 .title-block5,
.yacht-sale-wrapper-3 .title-block5,
.yacht-sale-wrapper-4 .title-block5,
.yacht-sale-wrapper-5 .title-block5 {
	margin: 0 auto 20px auto;
}

.main-content-full .yacht-sale-wrapper-5 .title-block5 {
	margin: 0 auto 15px auto;
}

.yacht-sale-wrapper-2 p,
.yacht-sale-wrapper-3 p,
.yacht-sale-wrapper-4 p,
.yacht-sale-wrapper-5 p {
	text-align: center;
	margin: 0 0 15px 0;
}

.yacht-sale-wrapper-5 p {
	font-size: 14px;
}

.yacht-sale-wrapper-2 p span,
.yacht-sale-wrapper-3 p span,
.yacht-sale-wrapper-4 p span,
.yacht-sale-wrapper-5 p span {
	color: #aaaaaa;
}

.yacht-sale-wrapper-2 .yacht-charter-book-button,
.yacht-sale-wrapper-3 .yacht-charter-book-button,
.yacht-sale-wrapper-4 .yacht-charter-book-button,
.yacht-sale-wrapper-5 .yacht-charter-book-button,
.main-content-full .yacht-sale-wrapper-4 .yacht-charter-book-button {
	margin: 0 auto 0 auto;
}

.yacht-charter-book-button {
	border: #e8e8e8 1px solid;
	border-radius: 20px;
	font-size: 14px;
	padding: 13px 20px;
	margin: 25px 0 0 0;
	display: table;
	text-align: center;
	      color: #fff;
    background: #2b8397;
        width: 85%;
}

/* 7.5.9 - Yacht Forms */
.content-wrapper .widget .yacht-charter-sale-form h3 {
	font-size: 38px;
	color: #fff;
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0 0 30px 0;
}

.yacht-charter-sale-form h3 span {
	font-size: 14px;
	display: block;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	font-family: 'Inter', 'Lato', serif;
}

.yacht-charter-sale-form .book-form-one-half {
	width: calc(50% - 5px);
	margin: 0 10px 0 0;
	float: left;
}

.yacht-charter-sale-form .book-form-one-half-last {
	margin: 0;
}

.content-wrapper .widget .yacht-charter-sale-form form button {
	margin: 30px auto 0 auto;
	float: none;
}

/* 7.6 - Locations */
.locations-wrapper-outer .locations-wrapper:last-child {
	margin: 0 0 10px 0;
}

.location-image {
	float: left;
	width: 50%;
}

.location-image img {
	width: 100%;
}

.location-content {
	float: left;
	width: calc(50% - 62px);
	padding: 30px;
	border: #e8e8e8 1px solid;
}

.location-content h3 {
	font-size: 20px;
	margin: 0 0 25px 0;
}

.location-content p {
	margin: 0 0 24px 0;
}

.location-content .title-block5 {
	margin: 0 0 25px 0;
}

.location-more {
	font-size: 14px;
	padding: 10px 18px;
	line-height: 1;
	border: #e8e8e8 1px solid;
	display: table;
}

.locations-wrapper {
	margin: 0 0 50px 0;
}

.location-content-left {
	float: left;
}

.location-image-right {
	float: right;
}

/* 7.7 - Photo Gallery */
.photo-gallery-wrapper .photo-gallery-item {
	float: left;
	margin: 0 30px 30px 0;
}

.photo-gallery-wrapper .photo-gallery-item img {
	width: 100%;
}

.pp_nav p {
	font-size: 14px;
}

/* 7.7.1 - Photo Gallery 2 Columns */
.photo-gallery-2-col .photo-gallery-item {
	width: calc(51.3% - 30px);
}

.photo-gallery-2-col .photo-gallery-item:nth-child(2n) {
	margin: 0;
}

.photo-gallery-2-col .photo-gallery-item:nth-child(2n+1) {
	clear: both;
}

/* 7.7.2 - Photo Gallery 3 Columns */
.photo-gallery-3-col .photo-gallery-item {
	width: calc(34.2% - 30px);
}

.photo-gallery-3-col .photo-gallery-item:nth-child(3n) {
	margin: 0;
}

.photo-gallery-3-col .photo-gallery-item:nth-child(3n+1) {
	clear: both;
}

/* 7.7.3 - Photo Gallery 4 Columns */
.photo-gallery-4-col .photo-gallery-item {
	width: calc(25.6% - 30px);
}

.photo-gallery-4-col .photo-gallery-item:nth-child(4n) {
	margin: 0;
}

.photo-gallery-4-col .photo-gallery-item:nth-child(4n+1) {
	clear: both;
}

/* 7.7.4 - Photo Gallery 5 Columns */
.photo-gallery-5-col .photo-gallery-item {
	width: calc(20.2% - 15px);
	margin: 0 15px 15px 0;
}

.photo-gallery-5-col .photo-gallery-item:nth-child(5n) {
	margin: 0;
}

.photo-gallery-5-col .photo-gallery-item:nth-child(5n+1) {
	clear: both;
}

/* 7.8 - Latest News */

/* 7.8.1 - Latest News Main */
.news-block {
	margin: 0 0 50px 0;
}

.news-block-wrapper .news-block:last-child {
	padding: 0 0 50px 0;
	margin: 0 0 25px 0;
	border-bottom: #e8e8e8 1px solid;
}

.news-block-wrapper .news-block-image,
.news-block-wrapper .news-block-image img {
	width: 100%;
}

.news-block-wrapper-1-col-listing .news-block .news-block-content h3 {
	font-size: 22px;
	padding: 40px 0;
	margin: 0;
	line-height: 130%;
}

.news-block-wrapper .news-block-content .news-meta {
	border-bottom: #e8e8e8 1px solid;
	padding: 13px 0;
}

.news-block-wrapper .news-block-content .news-meta span {
	float: left;
	display: block-inline;
	margin: 0 25px 0 0;
	font-size: 15px;
	line-height: 130%;
}

.news-block-wrapper-2-col-listing .news-block-content .news-meta span,
.news-block-wrapper-3-col-listing .news-block-content .news-meta span,
.news-block-wrapper-4-col-listing .news-block-content .news-meta span,
.news-block-wrapper-5-col-listing .news-block-content .news-meta span {
	float: none;
}

.news-block-wrapper-2-col-listing .news-block-content .news-meta,
.news-block-wrapper-3-col-listing .news-block-content .news-meta,
.news-block-wrapper-4-col-listing .news-block-content .news-meta,
.news-block-wrapper-5-col-listing .news-block-content .news-meta {
	text-align: left;
}

.news-block-wrapper .news-block-content .news-meta .nm-news-author:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-date:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-category:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-comments:before {
	margin: 0 10px 0 0;
	font-size: 16px;
}

.news-block-wrapper .news-block-content .news-meta .nm-news-author:before {
	content: "\f040";
}

.news-block-wrapper .news-block-content .news-meta .nm-news-date:before {
	content: "\f017";
}

.news-block-wrapper .news-block-content .news-meta .nm-news-category:before {
	content: "\f02b";
}

.news-block-wrapper .news-block-content .news-meta .nm-news-comments:before {
	content: "\f075";
}

.news-read-more {
	color: #fff;
	font-size: 14px;
	padding: 14px 23px 16px 23px;
	display: table;
	line-height: 1;
}

.news-read-more i {
	font-size: 16px;
	margin: 0 0 0 3px;
}

/* 7.8.2 - News 2 Columns */
.news-block-wrapper-2-col-listing .news-block {
	width: calc(51.3% - 30px);
	margin: 0 30px 30px 0;
	float: left;
}

.news-block-wrapper-2-col-listing .news-block:nth-child(2n) {
	margin: 0 0 30px 0;
}

.news-block-wrapper-2-col-listing .news-block:nth-child(2n+1) {
	clear: both;
}

.news-block-wrapper-2-col-listing .news-block .news-block-content {
	border-left: #e8e8e8 1px solid;
	border-right: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
}

.news-block-wrapper-2-col-listing .news-block .news-block-content .news-meta {
	padding: 13px 30px;
}

.news-block-wrapper-2-col-listing .news-block:last-child {
	border: none;
	padding: 0;
}

.news-block-wrapper-2-col-listing .news-block .news-block-content h3 {
	font-size: 18px;
	padding: 25px 30px;
	margin: 0 0 25px 0;
	border-bottom: #e8e8e8 1px solid;
	text-align: center;
	line-height: 150%;
}

.news-block-wrapper-2-col-listing .news-block .news-block-content .nm-news-date {
	margin: 0;
}

.news-block-wrapper-2-col-listing .news-block .news-block-content .news-read-more {
	margin: 0 auto 25px auto;
}

/* 7.8.2 - News 3 Columns */
.news-block-wrapper-3-col-listing .news-block {
	width: calc(34.2% - 30px);
	margin: 0 30px 30px 0;
	float: left;
}

.news-block-wrapper-3-col-listing .news-block:nth-child(3n) {
	margin: 0 0 30px 0;
}

.news-block-wrapper-3-col-listing .news-block:nth-child(3n+1) {
	clear: both;
}

.news-block-wrapper-3-col-listing .news-block .news-block-content {
	border-left: #e8e8e8 1px solid;
	border-right: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
	    background-color: #fff;
}

.news-block-wrapper-3-col-listing .news-block .news-block-content .news-meta {
	padding: 13px 30px;
}

.news-block-wrapper-3-col-listing .news-block:last-child {
	border: none;
	padding: 0;
}

.news-block-wrapper-3-col-listing .news-block .news-block-content h3 {
	font-size: 18px;
	padding: 25px 30px;
	margin: 0 0 25px 0;
	border-bottom: #e8e8e8 1px solid;
	text-align: center;
	line-height: 150%;
}

.news-block-wrapper-3-col-listing .news-block .news-block-content .nm-news-date {
	margin: 0;
}

.news-block-wrapper-3-col-listing .news-block .news-block-content .news-read-more {
	margin: 0 auto 25px auto;
}

/* 7.8.3 - News 4 Columns */
.news-block-wrapper-4-col-listing .news-block {
	width: calc(25.6% - 30px);
	margin: 0 30px 30px 0;
	float: left;
}

.news-block-wrapper-4-col-listing .news-block:nth-child(4n) {
	margin: 0 0 30px 0;
}

.news-block-wrapper-4-col-listing .news-block:nth-child(4n+1) {
	clear: both;
}

.news-block-wrapper-4-col-listing .news-block .news-block-content {
	border-left: #e8e8e8 1px solid;
	border-right: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
}

.news-block-wrapper-4-col-listing .news-block .news-block-content .news-meta {
	padding: 13px 20px;
}

.news-block-wrapper-4-col-listing .news-block:last-child {
	border: none;
	padding: 0;
}

.news-block-wrapper-4-col-listing .news-block .news-block-content h3 {
	font-size: 16px;
	padding: 25px 20px;
	margin: 0 0 25px 0;
	border-bottom: #e8e8e8 1px solid;
	text-align: center;
	line-height: 150%;
}

.news-block-wrapper-4-col-listing .news-block .news-block-content .nm-news-date {
	margin: 0;
}

.news-block-wrapper-4-col-listing .news-block .news-block-content .nm-news-author {
	margin: 0 0 5px 0;
}

.news-block-wrapper-4-col-listing .news-block .news-block-content .news-read-more {
	margin: 0 auto 25px auto;
}

/* 7.8.4 - News 5 Columns */
.news-block-wrapper-5-col-listing .news-block {
	width: calc(20.7% - 20px);
	margin: 0 15px 15px 0;
	float: left;
}

.news-block-wrapper-5-col-listing .news-block:nth-child(5n) {
	margin: 0 0 30px 0;
}

.news-block-wrapper-5-col-listing .news-block:nth-child(5n+1) {
	clear: both;
}

.news-block-wrapper-5-col-listing .news-block .news-block-content {
	border-left: #e8e8e8 1px solid;
	border-right: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
}

.news-block-wrapper-5-col-listing .news-block .news-block-content .news-meta {
	padding: 13px 15px;
}

.news-block-wrapper-5-col-listing .news-block:last-child {
	border: none;
	padding: 0;
}

.news-block-wrapper-5-col-listing .news-block .news-block-content h3 {
	font-size: 15px;
	padding: 25px 15px;
	margin: 0 0 25px 0;
	border-bottom: #e8e8e8 1px solid;
	text-align: center;
	line-height: 150%;
}

.news-block-wrapper-5-col-listing .news-block .news-block-content .nm-news-date {
	margin: 0;
}

.news-block-wrapper-5-col-listing .news-block .news-block-content .news-read-more {
	margin: 0 auto 25px auto;
}

/* 7.8.5 - News Single */
.news-single .news-block:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.news-single {
	border-bottom: #e8e8e8 1px solid;
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
}

/* 7.8.6 - Comments */
.comment-image {
	width: 87px;
	height: 87px;
	background: #f2f2f2;
}

.comment-image img {
	width: 100%;
}

.comment-info {
	color: #424242;
	font-weight: 700;
	margin: 0 0 10px 0 !important;
}

.comment-text {
	line-height: 160%;
	margin: 0 0 10px 0 !important;
}

.comment-info span {
	font-weight: 400;
}

.comment-left {
	float: left;
}

.comment-right {
	float: right;
	width: calc(100% - 117px);
	padding: 0 0 5px 0;
	margin: 0 0 25px 0;
	border-bottom: #e8e8e8 1px solid;
}

.comment-entry {
	clear: both;
}

.comments {
	margin: 15px 0 20px 0 !important;
}

.comments ul {
	margin: 0 !important;
}

.content-wrapper .comments li:before {
	content: "";
}

.comments li {
	list-style: none !important;
	border-bottom: none;
	margin: 0 !important;
}

.comments li li {
	margin: 0 0 0 40px !important;
}

.comments li:last-child .comment-right {
	background: none;
}

.comments li li {
	margin: 0 0 0 40px;
}

.reply a {
	color: #424242 !important;
	text-decoration: underline !important;
}

.comment-info p {
	float: left;
	margin: 0;
}

.comment-form button {
	margin: 0;
}

/* 7.9 - Search Results */
.content-wrapper .search-results-list li {
	border-bottom: #e8e8e8 1px solid;
	padding: 50px 0 50px 70px;
	margin: 0;
	position: relative;
	font-size: 20px;
	font-family: 'Inter', 'Lato', serif;
}

.content-wrapper .search-results-list li span {
	color: #aeaeae;
}

.content-wrapper .search-results-list li:before {
	width: 50px;
	height: 37px;
	padding: 13px 0 0 0;
	color: #fff;
	font-size: 22px;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: block;
	text-align: center;
	float: left;
	position: absolute;
	top: 35px;
	left: 0px;
	content: "\f036";
}

/* 7.10 - Social Links */
.content-wrapper .social-links {
	margin: 0;
}

.main-content .social-links li {
	float: left;
	border-bottom: none !important;
	padding: 0 !important;
}

.main-content .social-links li:before {
	content: none;
}

.main-content .social-links li i {
	width: 50px;
	height: 36px;
	padding: 14px 0 0 0;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	font-size: 20px;
	text-align: center;
	margin: 0 6px 0 0;
	color: #fff;
}

/* 7.11 - Owl Carousel */
.owl-theme .owl-controls {
	text-align: center;
}

.reviews-section .owl-theme .owl-controls {
	margin: 50px 0 0 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease;
}

.owl-theme .owl-controls .owl-nav .owl-prev:after,
.owl-theme .owl-controls .owl-nav .owl-next:after {
	font-family: "FontAwesome"; 
	font-size: 40px;
	height: 45px; 
	line-height: 0px; 
	display: block; 
	color: #999;
}

.owl-theme .owl-controls .owl-nav .owl-prev:after {	
	content: "\f104"; 
}

.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -40px;
}

.owl-theme .owl-controls .owl-nav .owl-next:after {
	content: "\f105"; 
}

.owl-theme .owl-controls .owl-nav .owl-next {
	right: -40px;
}

.owl-carousel3 .owl-controls .owl-nav .owl-next,
.owl-carousel6 .owl-controls .owl-nav .owl-next {
	right: -30px;
}

.owl-carousel3 .owl-controls .owl-nav .owl-prev,
.owl-carousel6 .owl-controls .owl-nav .owl-prev {
	left: -30px;
}

.owl-theme .owl-controls .owl-nav .disabled {
	cursor: default;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 3px;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
}

.background-block1 .owl-theme .owl-dots .owl-dot span {
	border: 2px solid #c9c9c9;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: transparent;
}

/* 7.12 - PrettyPhoto Lightbox */
.pp_content {
	position: relative;
}

.pp_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 32px;
	padding: 13px 0 0 0;
	color: #fff;
	z-index: 9999;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-size: 16px;
}

.pp_play {
	background: #ccc;
}

.pp_arrow_previous {
	background: #999;
	display: none !important;
}

.pp_arrow_next {
	background: #666;
	display: none !important;
}

.pp_play {
	display: none;
}

.currentTextHolder {
	margin: 0 !important;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
	background: transparent !important;
}

.lightbox-content {
	background: #fff !important;
	-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	padding: 30px;
	width: calc(100% - 60px);
}

/* 8.0 - Columns */
.qns-one-half {
	width: calc(51.3% - 30px);
	margin: 0 30px 0 0;
	float: left;
}

.qns-last {
	margin: 0;
}

.qns-one-half img {
	max-width: 100%;
}

/* 9.0 - Widgets */
.content-wrapper .widget h3 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

.widget {
	margin: 0 0 60px 0;
}

.content-wrapper .widget ul li {
	font-size: 15px;
	border-bottom: #e8e8e8 1px solid;
	padding: 12px 0;
	margin: 0;
}

.widget ul li:last-child {
	border-bottom: none;
}

.content-wrapper .widget ul li:before {
	display: none;
}

.widget ul li {
	position: relative;
}

.widget ul li:after {
	font-family: "FontAwesome"; 
	line-height: 0px;
	position: absolute;
	top: 19px;
	content: "\f054";  
	font-size: 12px;
	right: 0px;
}

.not-widget {
	margin: 0;
}

/* 9.1 - Advanced Search Widget */
.advanced-search-form form,
.yacht-charter-sale-form form {
	padding: 30px;
	width: calc(100% - 60px);
}

.content-wrapper .advanced-search-form form label,
.content-wrapper .yacht-charter-sale-form form label,
.advanced-search-form form label,
.yacht-charter-sale-form form label {
	color: #fff;
	font-size: 14px;
}

.advanced-search-form form button,
.yacht-charter-sale-form form button {
	font-size: 14px;
	padding: 12px 20px;
	margin: 30px 0 0 0;
	cursor: pointer;
}

.advanced-search-form form button i,
.yacht-charter-sale-form form button i {
	font-size: 12px;
	margin: 0 4px 0 0;
}

/* 9.2 - Contact Details Widget */
.widget .contact-details-widget li:after {
	content: "";
}

.content-wrapper .widget .contact-details-widget li,
.content-wrapper .widget .contact-details-widget li {
	border-bottom: #e8e8e8 1px solid;
	padding: 31px 0 31px 60px;
	position: relative;
}

.widget .contact-details-widget li:last-child {
	border-bottom: none;
}

.widget .contact-details-widget .cdw-address:before,
.widget .contact-details-widget .cdw-time:before,
.widget .contact-details-widget .cdw-phone:before,
.widget .contact-details-widget .cdw-email:before {
	width: 50px;
	height: 37px;
	padding: 13px 0 0 0;
	color: #fff;
	font-size: 22px;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: block;
	text-align: center;
	float: left;
	position: absolute;
	top: 12px;
	left: 0px;
}

.widget .contact-details-widget .cdw-address:before {
	    content: "\f041";
}

.widget .contact-details-widget .cdw-time:before {
	content: "\f017";
}

.widget .contact-details-widget .cdw-phone:before {
	content: "\f095";
}

.widget .contact-details-widget .cdw-email:before {
	content: "\f0e0";
	font-size: 20px;
}

.contact-form-1 button {
	margin: 0;
}

/* 10.0 - Footer */
.footer {
	/*background-color: var(--negro);*/
	color: var(--blanco);
	width: 100%;
	padding: 70px 0 0 0;
}

.footer a {
	color: var(--negro);
}

.footer-inner {
	width: 1110px;
	margin: 0 auto;
}

.one-fourth {
	width: calc(25% - 22.5px);
	float: left;
	margin: 0 30px 0 0;
}

.footer-inner .one-fourth:nth-child(4n) {
	margin: 0;
}

.footer h5 {
	font-size: 17px;
	margin: 0 0 25px 0;
}

.footer p {
	font-size: 15px;
	margin: 0 0 20px 0;
}

.title-block6 {
	width: 45px;
	height: 2px;
	margin: 0 0 30px 0;
}

.title-block4 {
	width: 45px;
	height: 2px;
	margin: 0 0 20px 0;
}

.footer-bottom {
	padding: 20px 0;
	margin: 30px 0 0 0;
}

p.footer-message {
	float: left;
	font-size: 15px;
	line-height: 120%;
	margin: 0;
}

.footer-social-icons-wrapper {
	/* float: right; */
	margin-bottom: 15px;
	padding: 10px 0;
}

.footer-social-icons-wrapper a {
	font-size: 30px;
	margin: 0 25px 0 0;
}

.footer-social-icons-wrapper a:last-child {
	margin: 0;
}

.footer-bottom-inner {
	width: 1110px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* 10.1 - Footer List */
.footer ul {
	margin: 0 0 0 0;
}

.footer ul li {
	font-size: 15px;
	margin: 0 0 14px 0;
	line-height: 130%;
	position: relative;
}

.footer ul li:before {
	/*content: "\f054";*/
	font-size: 12px;
	position: absolute;
	/*left: -15px;*/
}

/* 10.2 - Contact Widget */
.footer .contact-widget {
	margin: 0 0 0 40px;
}

.contact-widget .cw-address,
.contact-widget .cw-phone,
.contact-widget .cw-cell {
	position: relative;
	line-height: 150%;
	margin: 0 0 6px 0;
	font-size: 15px;
	word-wrap: break-word;
}

.contact-widget .cw-address {
	font-size: 15px;
	max-width: 300px;
}

.contact-widget .cw-phone {
	font-size: 18px;
	line-height: 140%;
}

.contact-widget .cw-phone span {
	display: block;
	font-size: 15px;
	color: #777b83;
}

.contact-widget .cw-cell {
	font-size: 18px;
	line-height: 140%;
}

.contact-widget .cw-cell span {
	display: block;
	font-size: 15px;
	color: #777b83;
}

.footer .contact-widget .cw-address {
	margin: 0 0 20px 0;
}

.footer .contact-widget .cw-address:before,
.footer .contact-widget .cw-phone:before,
.footer .contact-widget .cw-cell:before {
	font-family: "FontAwesome"; 
	line-height: 0px;
	position: absolute;
	top: 22px;
	color: #fff;
}

.footer .contact-widget .cw-address:before {
	content: "\f041";  
	font-size: 30px;
	left: -32px;
}

.footer .contact-widget .cw-phone:before {
	 content: url("../icons/tlf.svg"); 
	font-size: 30px;
	left: -36px;
}

.footer .contact-widget .cw-cell:before {
	content: "\f0e0"; 
	font-size: 24px;
	left: -39px;
}

/* 10.3 - Tags */
.tagcloud {
	margin: 0 0 30px 0;
}

.tagcloud a {
	float: left;
	line-height: 100%;
	list-style: none;
	font-size: 15px;
	border: #e8e8e8 1px solid;
	color: #424242;
	text-decoration: none;
}

.tagcloud a {
	border: #e8e8e8 1px solid;
	margin: 0 12px 12px 0;
	padding: 12px;
}

/* 10.4 - Newsletter */
.newsletter-form button {
	font-size: 15px;
	margin: 0;
	padding: 12px 20px;
}

.newsletter-form button i {
	font-size: 16px;
}

/* 10.5 - Latest News Widget */
.widget .news-wrapper {
	margin: 0 0 20px 0;
}

.widget .news-wrapper h4 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	line-height: 130%;
}

.widget .news-wrapper p {
	font-size: 15px;
}

.whatsapp {
    position: fixed;
    /* width: 38px; */
    /* height: 38px; */
           max-width: 180px !important;
    bottom: 5px;
    right: 5px;
    background-color: transparent;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp2 {
    position: fixed;
           max-width: 180px !important;
    bottom: 5px;
    left: 5px;
    background-color: transparent;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.snorkel {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-image: url("../2026/entrada.jpg");
	background-size: cover; /*Asegura que l'imatge ocupta tot el contenidor */
    background-repeat: no-repeat; /*Evita la repetició de l'imatge*/
	background-position: center;
	text-align: center;
	width: 100%;
	height: 500px;
	color: var(--blanco);
}

/*
.snorkel a, .paddle-surf a {
	color: var(--blanco);
	position: relative;

}

.snorkel a h3, .paddle-surf a h3 , .vip a h3{
	font-weight: 800;
	font-size: 20px;
	position: relative;

}

.snorkel h2, .paddle-surf h2 {
	font-weight: 400;
	color: var(--blanco);
	font-size: 30px;
	margin-top: 5px;
	position: relative;


}*/

.paddle-surf {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-image: url("../2026/evento.jpg");
	background-size: cover; /*Asegura que l'imatge ocupta tot el contenidor */
    background-repeat: no-repeat; /*Evita la repetició de l'imatge*/
	background-position: center;
	text-align: center;
	width: 100%;
	height: 500px;
	color: var(--blanco);
}


.vip {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-image: url("../2026/vip.jpg");
	background-size: cover; /*Asegura que l'imatge ocupta tot el contenidor */
    background-repeat: no-repeat; /*Evita la repetició de l'imatge*/
	background-position: center;
	text-align: center;
	width: 100%;
	height: 500px;
	color: var(--blanco);
}



/* capa negra transparent. overlay */
.snorkel::before, .paddle-surf::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.18); /* Capa negra con 50% de opacidad */
	z-index: 0;
}
.snorkel > *, .paddle-surf > * {
	position: relative;
	z-index: 10;
}

.grupo-iguana {
	text-align: center;
	margin-bottom: 100px;
	max-width: 920px;
}

.grupo-iguana h2 {
	font-weight: 800;
	font-size: 40px;
	color: var(--azul1);
}

.grupo-iguana p {
	font-size: 20px;
	font-weight: 400;
	color: var(--negro);
}

.grupo-iguana p span {
	font-weight: bold;
	color: var(--negro);
}



.grupo-iguana-image {
height: 489px;
width: 25%;
filter: grayscale(1);
display: flex;
justify-content: center;
align-items: center;
}

 .yacht-listing-wrapper-4 .yacht-block {
	margin: 0;
}

.grupo-iguana-disco {
	background-image: url("../2026/disco.jpg");
	background-size: cover; /*Asegura que l'imatge ocupta tot el contenidor */
    background-repeat: no-repeat; /*Evita la repetició de l'imatge*/
}

.grupo-iguana-organic {
	background-image: url("../2026/organic.jpg");
	background-size: cover; /*Asegura que l'imatge ocupta tot el contenidor */
    background-repeat: no-repeat; /*Evita la repetició de l'imatge*/
}

.grupo-iguana-boats {
	background-image: url("../2026/boats.jpg");
	background-size: cover; /*Asegura que l'imatge ocupta tot el contenidor */
    background-repeat: no-repeat; /*Evita la repetició de l'imatge*/
}
.grupo-iguana-terraza {
	background-image: url("../2026/experience.png");
	background-size: cover; /*Asegura que l'imatge ocupta tot el contenidor */
    background-repeat: no-repeat; /*Evita la repetició de l'imatge*/
}

.logos-grupo {
	width: 80px;
}

.grupo-iguana-image:hover .logos-grupo {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 250px;
	max-height: 150px;
	aspect-ratio: 16/9;
}

.instagram > .content-wrapper > center > h2 {
	font-size: 30px;
}

.instagram-feed {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	margin-bottom: 50px;
}

.instagram-feed img {
	height: 80px;
}

.instagram-profile {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.instagram-profile div {
	display: flex;
	gap: 10px;
}

.instagram-profile p {
	font-weight: bold;
	font-size: 15px;
}

.instagram-profile div a {
	text-decoration: none;
	padding:10px;
	color: var(--negro);
	background-color: #efefef;
	border-radius: 8px;
	border: none;
	    font-weight: 500;
}

.instagram {
	margin-top: 100px;
	margin-bottom: 100px;
}

.instagram-post a img {
	/* max-height: 481px; */
	width: 100%;
}

#contacto {
	background-image: url("../2026/contacto.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	max-height: 1000px;
	margin-top: 50px;
}



.contacto-info h2 {
	padding-top: 50px;
	font-weight: bold;
	font-size: 40px;
}

.ubicacion p {
	width: 100%;
	text-align: center;
	background-color: #000;
	color:#fff;
	padding-top:10px;
	padding-bottom: 10px;
	font-size: 20px;
	margin: 0;
}

.ubicacion {
	margin-top: 100px;
	margin-bottom: 100px;
}

.contacto-icons {
	display: flex;
	flex-direction: column;
	gap: 25px;
	color: var(--blanco);
}

.contacto-icons i {
	font-weight: bold;
	font-size: 35px;
}

.contacto-icons p {
	font-size: 15px;
}


/* ----- footer ----- */
.one-three {
	width: calc(33.3% - 0px);
	/* width: 33%; */
	float: left;
	/* margin: 0 20px 0 0; */
}

.footer {
	text-align: center;
}

.footer .contacto-icons {
	color: var(--negro);
}

.footer .contacto-icons i {
	font-weight: bold;
	font-size: 25px;
}

.footer .contacto-icons p {
	font-size: 15px;
}

.footer-iconos-contacto {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin-bottom: 35px;
	margin-top: 25px;
}

.footer .one-three li.menu-item-has-children > a::after {
	content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    color: #424242;
    margin: 0 0 0 6px;
    position: absolute;
}

.footer .one-three li {
	list-style: none;
}

.footer .one-three li.menu-item-has-children > a {
	font-size: 17px;
	font-weight: 800;
}


.acordion-title {
	display: flex;
}

.footer .one-three .accordion div ul {
	margin-top: 15px;
}

.footer .one-three .accordion h4 {
	font-weight: 600;
}

.footer .one-three .accordion h4:hover {
	cursor: pointer;
}

.footer .one-three .accordion div ul li a, .footer-bottom-inner > center > p {
	font-weight: 400;
}

.footer-bottom-inner > center > p > a {
	font-weight: 700;
}








@media only screen and (min-width: 1000px) and (max-width: 1200px) { 
	.grupo-iguana-image {
		height: 300px;
	}
}

@media only screen and (min-width: 781px) and (max-width: 999px) { 
	.grupo-iguana-image {
		height: 300px;
	}
}


@media only screen and (max-width: 780px) {
	.ubicacion {
		margin-bottom: 30px;
	}

	.grupo-iguana-image {
		height: 350px;
		width: 50% !important;
		margin: 0 !important;
	}

	.section-barco-sin-licencia h1 {
    color: var(--negro);
    font-size: 30px !important;
    font-weight: 800;
    margin: 0;
	}

	.yacht-listing-wrapper-2 .yacht-block:nth-child(2n){
    	margin-top: 50px;
	}

}

@media  (max-width:600px) { 
	.grupo-iguana-image {
		height: 290px;
	}

}

@media (max-width:650px) {
	.yacht-listing-wrapper-3 .yacht-block.instagram-post {
		width: calc(33% - 5px) !important;
        margin: 2px !important;
	}
}

@media  (max-width:440px) {
	.footer .contacto-icons i {
		font-weight: bold;
		font-size: 20px;
	}
	
	.footer .contacto-icons p {
		font-size: 15px;
	}

	.footer-iconos-contacto {
		flex-direction: column;
	}

	.footer-bottom {
		padding-bottom: 50px;
	}
	.grupo-iguana-image {
		height: 250px;
	}
	
}



/* ----- sobre nosotros ----- */

.portada-sobre-nosotros {
	background-image: url("../2026/portadasn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 65vH;
}

.sobre-nosotros-intro {
	text-align: center;
	margin-top: 70px;
}

.sobre-nosotros-intro h2 {
	font-weight: 900;
	font-size: 40px;
	color: var(--negro);
}

.sobre-nosotros-intro div {
	margin-top: 70px;
}

.sobre-nosotros-intro div p {
	font-size: 24px;
	color: var(--negro);
	margin-top: 50px;
}

.sobre-nosotros-intro div p span {
	font-weight: bold;
	color: var(--negro);
	
}

.sobre-nosotros-barcos {
	margin-top: 100px;
	margin-bottom: 100px;
}

.sobre-nosotros-barcos > div:first-child {
	max-height: 700px;
	overflow: hidden;
}

#merce-fel-img {
	width: 100%;
	height: auto;
	/* aspect-ratio: 2.35 / 1; */
}

.sobre-nosotros-barcos h3 {
	color: var(--azul1);
	font-weight: 600;
	font-size: 32px;
	margin-top: 100px;
	text-align: center;
}

.sobre-nosotros-barcos .yacht-listing-wrapper-2 {
	margin-top: 100px;
}


.texto-barcos h2 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 70px;
}

.texto-barcos p {
	font-size: 24px;
	margin-top: 20px;
	padding-right: 10px;
	
}

.texto-barcos p span {
	font-weight: bold;
}

.img-barco {
	width: 100%;
	height: 100%;
	/* aspect-ratio: 9/16; */
	/*max-height: 500px;*/
}


.reservar-div  {
	text-align: center;
	padding-top: 120px;
}
 
.reservar-btn {
	padding: 15px 30px;
	border-radius: 60px;
	text-align: center;
}

@media (max-width: 768px) {
    .reservar-btn {
	padding: 10px 20px;
	border-radius: 60px;
	text-align: center;
	margin-left: -25px;
	}
}

.sobre-nosotros-grupo-iguana .grupo-iguana h2 {
	color: var(--negro);
}

.explicacion-grupos {
	display: flex;
	flex-direction: column;
	gap: 100px;
	justify-content: center;
	padding-top: 100px;
}

.explicacion-grupo h3 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: var(--negro);
	margin-bottom: 5px;
}

.explicacion-grupo p {
	font-size: 24px;
	text-align: center;
	color: var(--negro);
}

.sobre-nosotros-contacto#contacto {
	max-height: 516px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 100px;
}

@media (max-width:530px) {
	.texto-barcos h2 {
		text-align: center;
	}
}


/* ----- Embarcaciones ----- */

.grua,.rampa {	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--blanco);
}

.contenido-central {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	padding-top: 100px;
	gap: 25px;
	flex-grow: 1;
}

.contenido-central h3 {
	font-size: 20px;
	font-weight: 700;
}

.contenido-central p {
	font-size: 20px;
	font-weight: 500;
}

.contenedor-emarcaciones {
	background-image: url("../fotos_restyling/rampa_o_grua/Foto\ Grúa.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 89vh;
	width: 100%;
	position: relative;

}

/* capa negra transparent. overlay */
.contenedor-emarcaciones::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.18); /* Capa negra con 50% de opacidad */
	z-index: 0;
}
.contenedor-emarcaciones > * {
	position: relative;
	z-index: 10;
}

.caracteristicas {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	color: var(--blanco);

	background-color: rgba(0, 0, 0, 0.2); /* casi imperceptible */
	backdrop-filter: blur(2px);           
	-webkit-backdrop-filter: blur(2px);

	padding: 1rem 0;
	/* border-radius: 8px; */
}

.caracteristicas > i > span {
	font-family: 'Inter';
}

.contenedor-emarcaciones > .caracteristicas {
	position: absolute;
	bottom: 0;
}

.grua > .caracteristicas, .rampa > .caracteristicas {
	display: none;
}


.grua {
	/* background-image: url("../fotos_restyling/rampa_o_grua/Foto\ Grúa.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; */
	background: transparent;
	height: 100%;
	width: 100%;
	border-right: 1px solid var(--blanco);
}

.rampa {
	/* background-image: url("../fotos_restyling/rampa_o_grua/Foto\ Rampa.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; */
	background: transparent;
	height: 100%;
	width: 100%;
	/* border-right: 1px solid var(--blanco); */

}

.rampa .reservar-btn, .grua .reservar-btn {
	width: 100px;
	background-color: var(--azul2);
	color: var(--azul1);
	font-size: 16px;
	font-weight: 800;
	border: none;
}

.horario {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.horario > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 20px;
	align-items: center;
}

.horario > div > p {
	font-size: 16px;
	font-weight: 600;
}

.horario  div > div {
display: flex;
gap: 10px;
}

.horario  div > div i {
	font-weight: 800;
	font-size: 25px;
}

.main-content {
	margin: 0px;

	/*margin-bottom: 100px;*/
}


.yacht-listing-wrapper-2 .yacht-block:nth-child(2n).grua { 
	margin: 0;
}


.contenedor-emarcaciones.yacht-listing-wrapper-2 .yacht-block:nth-child(2n).rampa { 
margin: 0 !important;
}

@media (max-width:900px) {


.tramontana div ul{
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
}

.tramontana div ul p {
    font-weight: 500;
    font-size: 14px;
}

	.caracteristicas {
		gap: 10px;
		font-size: 11px !important;
		text-align: center;
	}

	.contenido-central p {
    font-size: 16px;
    font-weight: 400;
}

.horario {
    display: flex
;
    flex-direction: column;
    gap: 1px;
    font-size: 16px;
}

.contenido-central {
	padding-top: 50px;
}

}

@media (max-width:565px) {

	.caracteristicas {
		gap: 25px;
		font-size: 15px;
	}
}

@media (max-width:530px) {


	.grua {
        margin: 0 !important;
	}

	.rampa {
	background-image: url("../barco2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	}

	/* capa negra transparent. overlay */
	.rampa::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.18); /* Capa negra con 18% de opacidad */
		z-index: 0;
	}
	.rampa > * {
		position: relative;
		z-index: 10;
	}

	.contenedor-emarcaciones > .caracteristicas {
		display: none;
	}

	.rampa > .caracteristicas, .grua > .caracteristicas {
		display: flex;
	}


}


/* ----- pagina reservas ----- */
.reserva-background {
	position: relative;
	background-image: url("../fotos_restyling/reserva/Foto\ portada.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100vh - 110px);
	z-index: 10;

}
.reserva-background::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15); /* Capa negra con 50% de opacidad */
	z-index: 0;
}

.reserva-background > * {
	position: relative;
	z-index: 10;
}


.reserva-title {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px;
	background-color: var(--blanco);
	margin: 0;
}

.reserva-background .reserva-carac {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 0;
	gap: 20px;
	width: 100%;
	background-color: var(--blanco);
	max-height: 50px;
	margin: 0;
	border-bottom: 1px solid var(--azul1);
	position: absolute;
	bottom: 0;
}

.reserva-background .reserva-carac p {
	margin: 0;
}

.tramontana {
	color: white;
    align-self: start;
    margin-left: 10%;
    margin-top: 2%;
}

.tramontana h3 {
	font-size: 36px;
	font-weight: 800;
}

.tramontana p {
	font-size: 24px;
	font-weight: 300;
}

.tramontana div {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 70px;
}

.tramontana div ul {
	display: flex;
	flex-direction: column;
	gap:10px;
	font-size: 20px;
}

.tramontana div ul p {
	font-weight: 600;
	font-size: 20px;
}

.tramontana div ul p span {
	font-weight: 400;
}


.reservar {
	display: grid;
	grid-template-areas: 
	"motor-reserva foto";
	grid-template-columns: 55% 45%; /* ← AQUÍ defines el ancho */

	column-gap: 30px;
	row-gap: 50px;
	margin-bottom: 70px;
	margin-top: 150px;
}

.acordeon-motor-reserva {
	grid-area: motor-reserva;
}

.foto-calendario {
	grid-area: foto;
	text-align: center;
	max-width: 100%;
	max-height: 554px;
	
}

/* .tp-bgimg {
	background-size: contain !important;
} */



.foto-calendario .tparrows:after, .sobre-nosotros-slider .tparrows::after {
	color: var(--blanco);
	border-color: var(--blanco);
}

/* .foto-calendario img {
	max-width: 100%;
	max-height: 554px;
} */

.contrato-alquiler {
	grid-area: contrato-reserva;
}

.contrato-alquiler a h3 {
	font-size: 17px  !important;
	color: var(--negro) !important;
	padding: 0 !important;
	margin: 0 !important;
	padding: 10px 0 !important;
	font-weight: 600;
}

.contrato-alquiler a i {
	font-size: 22px;
}

.content-wrapper .yacht-charter-sale-form h3 {
    border: none  !important;
}

.reservar .accordion h4 {
	background-color: var(--azul1);
	color: var(--blanco);
	font-weight: 700;
}


.necesitas-saber-dia-barco h2{
	font-size: 40px;
	font-weight: 800;
	color: var(--negro);
}

.necesitas-saber-dia-barco .accordion h4 {
	background-color: transparent;
	color: var(--azul1);
	font-size: 24px;
	font-weight: 600;
	border: none;
	border-bottom: var(--azul1) 2px solid;
}

.necesitas-saber-dia-barco .accordion {
	margin-left: 50px;
}

.necesitas-saber-dia-barco .accordion  {
	font-size: 20px;
	font-weight: 500;
}

.necesitas-saber-dia-barco .accordion h5 {
	/* font-size: 24px; */
	font-weight: 700;
}

.necesitas-saber-dia-barco .accordion div p {
	margin-bottom: 30px;
}

.section-video {
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
	max-height: 600px;
	overflow: hidden;
}

.section-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }

.play-video-btn {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 25px;
	border:2px solid var(--blanco) !important;
	border-radius: 5px;
	position: absolute;
	right: 5%;
	bottom: 12%;
	background-color: transparent;
	/* background-color: red; */
	color: var(--blanco);
}

.play-video-btn:hover {
	cursor: pointer;
}

.alquilar-contacto {
	margin: 0 !important;
}

@media (max-width:795px) {
	.reservar {
		grid-template-areas: 
		"motor-reserva motor-reserva"
		"foto foto"
		"contrato-reserva contrato-reserva";
		column-gap: 0;
	}

	.contacto-info h2 {
    padding-top: 50px;
    color: var(--blanco);
    font-weight: bold;
    font-size: 30px;
}
}

@media (max-width:685px) {
	.necesitas-saber-dia-barco h2 {
		font-size: 30px;
	}

	.necesitas-saber-dia-barco .accordion h4 {
		font-size: 22px;
	}

	.necesitas-saber-dia-barco .accordion {
		margin-left: 20px;
	}
}


@media (max-width:644px) {
	.reserva-background .reserva-carac {
		max-height: none;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}


@media (max-width:544px) {
	.necesitas-saber-dia-barco h2 {
		font-size: 27px;
	}

	.necesitas-saber-dia-barco .accordion h4 {
		font-size: 20px;
	}

	.necesitas-saber-dia-barco .accordion {
		margin-left: 18px;
	}
}

@media (max-width:500px) {
	.tramontana {
		margin-left: 6%;
		margin-top: 5%;
	}
	.tramontana h3 {
		font-size: 25px;
	}

	.tramontana p {
		font-size: 18px;
	}

	.tramontana div ul li p {
		font-size: 14px;
	}

	.necesitas-saber-dia-barco h2 {
		font-size: 22px;
	}

	.necesitas-saber-dia-barco .accordion h4 {
		font-size: 16px;
	}

	.contrato-alquiler a h3 {
		font-size: 13px  !important;
	}
}



/* opinions */

.tparrows:after {
	color: var(--azul1);
	border-color: var(--azul1);
}

.google-review {
	background-color: #efefef;
	border: none;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 15px;
	
}

.google-review > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.review-rating {
	color: #facc15;
	font-size: 20px;
}

.review-text {
	font-size: 14px;
	text-align: center;
}

.review-img {
	border-radius: 50%;
	max-width: 50px;
	max-height: 50px;
}

#reviews-container {
	background-color: #f9fdff;
	margin-top: 70px;
	/* margin-bottom: 70px; */
	padding: 20px 0;
}

#reviews-container h2{
text-align: center;
font-size: 40px;
}


/* ----- fixed menu ----- */

.header-fixed {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-fixed .banner {
	display: none;
}

@media only screen and (max-width: 1200px) {
     .fixed-navigation-show{
        width: 100% !important;
    }
}

@media only screen and (max-width: 550px) {
    .top-right-button {
        display: none !important;
    }

	
}

.instagram-wrapper {
    width: 99%;
    max-width: 99%;
    overflow: hidden;
}

.instagram-wrapper iframe,
.instagram-wrapper div {
    max-width: 97% !important;
}


@media only screen and (max-width: 563px) {
	.header-inner .contenendor-wraper .top-right-button {
		display: none;
	}

	#mobile-navigation {
		margin: 0 !important;
	}
}

.fa-clock::before {
	content: "\f017";

}

#mobile-navigation-btn {
	color: #fff;
	font-size: 22px;
}

#mobile-navigation-btn:hover {
	cursor: pointer;
}

@media (max-width:440px) {
	.banner p {
		font-size: 12px;
	}
}