@media (max-width:768px) {
.hero{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;}
.hero img{position:absolute;inset:0;width:100%;min-height:600px;height:100%;object-fit:cover}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#000000a6 0%,#00000073 35%,#000000bf 100%);z-index:1}
.hero-content{position:relative;z-index:2;width:80%;padding:0 20px 40px;text-align:left;margin-right:auto;margin-left:0}
.hero{justify-content:flex-start}
.crew{font-size:.8rem;letter-spacing:2px;margin-bottom:10px}
.meet{font-size:2.2rem;line-height:1.1;margin-bottom:15px}
.hero-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:35px}
.sl-features{display:flex;flex-direction:column;gap:5px;}
.sl-feature-item{display:flex;align-items:center;justify-content:flex-start;text-align:left;padding:5px;border-radius:16px;}
.sl-icon-circle{width:58px;height:58px;flex-shrink:0;margin-right:15px}
.sl-icon-circle svg{width:28px;height:28px}
.sl-feature-text p{font-size:1rem;line-height:1.2;margin:0}
.sl-feature-text p br{display:none}
.sl-feature-text span{display:block;margin-top:4px;font-size:.8rem;opacity:.85}
.hero-foam{height:45px}
}


.experience-text{max-height:450px;overflow:hidden;position:relative;transition:max-height .4s ease}
.experience-text::after{content:"";position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(to bottom,#fff0,#fff)}
.experience-text.expanded{max-height:5000px}
.experience-text.expanded::after{display:none}

*,::after,::before{box-sizing:border-box}
html{scroll-behavior:smooth}
p{margin:0}
body{margin:0;padding:0;width:100%;height:auto;overflow-x:hidden;background-color:#fff;}
body{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;}
p{font-family:'Montserrat';color:#555;}
img{width:100%;height:auto;max-width:100%;}

.skip-link{position:absolute;top:-40px;left:0;background:#0931bc;color:#fff;padding:8px 16px;z-index:1000;text-decoration:none;font-weight:700}
.skip-link:focus{top:10px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
@media (min-width: 768px) {picture{display:none}}
@media (max-width: 768px) {.imagen-movil{display:block}}
@media (max-width: 768px) {.video-desktop{display:none}}
@media (max-width:999px){
img{width:100%;height:auto;display:block}
.header{display:none!important}
.nomovil{display:none!important}
.top-bar-left{display:flex;justify-content:center;align-items:center;gap:0px;width:100%;}
.top-bar a{color:#fff;font-size:15px!important;text-decoration:none;}
}
@media screen {
::selection{background:#0931bc;color:#fff;text-shadow:none}
}
@media (max-width:991px) {
video{max-width:100%}
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
svg{min-width:15px;min-height:15px;font-weight:900;fill:#fff;}
.dropdown{position:relative;}
.nav{--bs-nav-link-padding-x:13px;--bs-nav-link-padding-y:0rem;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}
.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;}
.nav-link{transition:none;}
.nav-link:focus,.nav-link:hover{color:#fff;}
.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default;}
.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap;}
.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color);}
.header{background:#0931bc;font-family:'Montserrat';padding:5px 40px;display:flex;justify-content:space-between;align-items:center;z-index:10;position:relative;}
.header .logo img{max-height:70px;height:70px;}
.nav-link{color:#fff;text-decoration:none;font-size:16px;}
.nav a:hover{text-decoration:none;}
.top-bar{background-color:#0931bc;display:flex;justify-content:space-between;align-items:center;padding:5px 25px;font-family:'Montserrat';}
.top-bar a{color:#fff;text-decoration:none;margin-right:10px;font-size:12px;display:inline-flex;align-items:center;gap:.3em}
.top-bar a svg{width:15px;height:15px;font-weight:900;fill:currentColor;display:inline-block}
.top-bar-right a svg{width:18px;height:18px;font-weight:900;fill:currentColor;display:inline-block}
svg{width:18px;height:18px;font-weight:900;}
.nav{display:flex;align-items:center;}
.dropdown{position:relative;}
.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:200px;z-index:100;}
.dropdown-content a{color:#0931bc;padding:10px;font-size:13px;text-decoration:none;display:block;}
.dropdown-content a:hover{background-color:#0931bc;color:#fff;}
.dropdown:hover .dropdown-content{display:block;}
.booknow{margin-left:15px;background-color:#ffc300;color:#0931bc;padding:10px 15px;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block;}
.booknow:hover{background-color:#fff;color:#0931bc;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block;}
@media screen{
@media (max-width:999px){
.nomovil{display:none!important;}
}
@media all and (max-width:991px){
video{max-height:300px;}
}
*{box-sizing:border-box;}
@media (max-width:999px){
video{max-width:100%;height:auto;}
}
video{display:inline-block;vertical-align:baseline;}
@media (max-width:999px){
.nomovil{display:none;}
}
video{height:100%;}
}

@media (min-width: 999px){
.hero{min-height:700px}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,#0931bc 0%,transparent 55%);z-index:1}
}
@media (max-width: 999px){
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,#0931bc 0%,transparent 55%);z-index:1}
}
@media (min-width: 999px){
.hero{min-height:700px}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,#0931bc 0%,transparent 55%);z-index:1}
.hero-content{position:absolute;left:35px;top:45%;transform:translateY(-50%);color:#fff;text-align:left;max-width:500px;z-index:3;}
.hero-content{color:#fff;text-align:left;z-index:3;}
.hero-content .meet{font-size:60px;line-height:1.3;font-family:'Satisfy', cursive;color:#fff;margin-top:5px;}
.hero-content .crew{font-size:18px;text-transform:uppercase;line-height:1.5;color:#fff;font-weight:700;margin:0;}
.contaispeci{width:90%;margin:auto;padding-top:40px}
}
@media (max-width: 999px){
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,#0931bc 0%,transparent 55%);z-index:1}
.hero-content{position:relative;z-index:2;padding:10px 25px 0px;text-align:center}
.hero-content{padding:50px 20px 70px;text-align:left;}
.hero-content .meet{font-size:26px;line-height:1.3;font-family:'Satisfy', cursive;color:#fff;margin-top:5px;}
.hero-content .crew{font-size:12px;text-transform:uppercase;line-height:1.5;color:#fff;font-weight:700;margin:0;}
.contaispeci{width:96%;margin:auto;padding-top:0px}
}

@font-face{font-family:'Satisfy';src:url(fonts/satisfy.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat';src:url(fonts/montserrat.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'MontserratBold';src:url(fonts/montserratbold.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}

@media (min-width:991px) {
p{font-size:15px;line-height:21px}
}





*,::after,::before{box-sizing:border-box}
html{scroll-behavior:smooth}
p{margin:0;color:#555;font-size:13px;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
svg{min-width:15px;min-height:15px;font-weight:900;}
*,::after,::before{box-sizing:border-box}
html{scroll-behavior:smooth}
p{margin:0}
body{margin:0;padding:0;width:100%;height:auto;overflow-x:hidden;background-color:#fff;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
@media screen {
::selection{background:#00abc8;color:#fff;text-shadow:none}
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
svg{min-width:15px;min-height:15px;font-weight:900;fill:#fff;}
svg{width:18px;height:18px;font-weight:900;}
@media screen{
*{box-sizing:border-box;}
}





body{line-height:1.6;background-color:#fff;margin:0;padding:0}
a:active,a:hover{outline-width:0}
img{border-style:none}
*{box-sizing:inherit}
::before{box-sizing:inherit}
::after{box-sizing:inherit}
*{box-sizing:border-box}
body,html{margin:0;padding:0;width:100%;}
body{margin:0;padding:0;}
*{box-sizing:border-box}
body{margin:0 auto;max-width:100%;width:100%}
a:active,a:hover{outline-width:0}
img{border-style:none}
*{box-sizing:inherit}
::before{box-sizing:inherit}
::after{box-sizing:inherit}
bodyfont-kerning:normal;font-feature-settings:kern,liga,clig,calt}
a{color:#000;}
a:active,a:hover{box-shadow:none}
body{background-color:#fff;text-rendering:geometricprecision;-webkit-font-smoothing:antialiased}
body{margin:0}
a:active,a:hover{outline-width:0}
img{border-style:none}
*{box-sizing:inherit}
:before{box-sizing:inherit}
:after{box-sizing:inherit}
a{text-decoration:none;cursor:pointer}
a:active,a:hover{box-shadow:none}
body{background-color:#fff;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}






@media screen{
@media print{
*,*::before,*::after{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
}
@media screen{
@media all{
body{margin:0;}
a:active,a:hover{outline:0;}
img{border:0;}
img{vertical-align:middle;}
*,:before,:after{box-sizing:inherit;}
body{background:#FFF;}
a{text-decoration:none;}
a:hover,a:focus,a:active{text-decoration:none;}
a:hover,a:active{outline:0;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
img{page-break-inside:avoid;}
body{min-width:992px!important;}
}
}
*,::after,::before{box-sizing:border-box;}
:target{opacity:1;pointer-events:auto;}
@media screen{
@media all{
@media all{
@media all{
*,::after,::before{box-sizing:border-box;}
:target{opacity:1;pointer-events:auto;}
}
}
@media screen{
*,::after,::before{box-sizing:border-box;}
}

}
}
}
}
@media (max-width:999px){
body{width:100%;max-width:100%;}
}
html,body,div,span,a,img{margin:0;padding:0;border:0}
img{border:0}
a{font-style:normal;text-decoration:none;color:inherit;cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
svg{min-width:15px;min-height:15px;font-weight:900;}

@media (max-width:999px){
body{width:100%;max-width:100%;}
}

html,body,div,span,p,a,img{margin:0;padding:0;border:0}
img{border:0}
a{font-style:normal;text-decoration:none;color:inherit;cursor:pointer}
html{-webkit-box-sizing:border-box;box-sizing:border-box}
*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit}
body:before{content:none!important}
img{vertical-align:top;height:auto;max-width:100%}
:root{--image-hover-duration:.25s;--image-hover-timing:ease-in-out;--image-hover-scale:scale(1.1);--image-hover-opacity:.85}
*{-webkit-backface-visibility:hidden;backface-visibility:hidden}
body{font-family:var(--font-body-name,"Source Sans Pro",sans-serif),"Source Sans Pro",sans-serif;-webkit-font-smoothing:antialiased;font-weight:var(--font-body-weight,400);font-style:var(--font-body-style,normal)}
.button-block:has(.-full-width){width:100%}
.button-block:has(.-full-width) .a-button{width:100%}
:root{--primary-color:#e53935;--primary-color-text-color:#fff;--secondary-color:#542e71;--secondary-color-text-color:#fff;--banner-button-bg-color:#e53935;--banner-button-bg-color-text-color:#fff;--sub-menu-item-bg-color:#f5f7f9;--sub-menu-item-bg-color-text-color:#000;--sub-menu-item-primary-color-text-color:#fff;--sub-menu-item-secondary-color-text-color:#fff;--sub-menu-item-banner-button-color-text-color:#fff;--horizontal-menu-bg-color:#fff;--horizontal-menu-bg-color-text-color:#000;--horizontal-menu-bg-color-alphize:#fff;--horizontal-menu-bg-color-sticky:#ffffffe6;--font-headline-name:'Archivo Black';--font-headline-weight:400;--font-headline-style:normal;--font-headline-fallback:sans-serif;--font-body-name:Montserrat;--font-body-fallback:sans-serif;--font-body-weight:400;--font-body-style:normal;--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,#0693e3ff 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,#fcb900ff 0%,#ff6900ff 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,#ff6900ff 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:13px;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px #0003;--wp--preset--shadow--deep:12px 12px 50px #0006;--wp--preset--shadow--sharp:6px 6px 0 #0003;--wp--preset--shadow--outlined:6px 6px 0 -3px #ffff 6px 6px #000f;--wp--preset--shadow--crisp:6px 6px 0 #000f}
:where(.is-layout-flex){gap:.5em}
:where(.is-layout-grid){gap:.5em}
.is-layout-flex > :is(*,div){margin:0}
.is-layout-grid > :is(*,div){margin:0}
:where(.wp-block-columns.is-layout-flex){gap:2em}
:where(.wp-block-columns.is-layout-grid){gap:2em}
:where(.wp-block-post-template.is-layout-flex){gap:1.25em}
:where(.wp-block-post-template.is-layout-grid){gap:1.25em}
:where(.wp-block-post-template.is-layout-flex){gap:1.25em}
:where(.wp-block-post-template.is-layout-grid){gap:1.25em}
:where(.wp-block-columns.is-layout-flex){gap:2em}
:where(.wp-block-columns.is-layout-grid){gap:2em}
:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}






svg{min-width:15px;min-height:15px;font-weight:900;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
svg{min-width:15px;min-height:15px;font-weight:900}
html{scroll-behavior:smooth}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Montserrat',sans-serif;color:#111;background:#fff;overflow-x:hidden}
img{width:100%;display:block}
a{text-decoration:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


.sl-features{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:20px}
.sl-icon-circle{width:48px;height:48px;border-radius:50%;border:1px solid #ffffff40;display:flex;align-items:center;justify-content:center;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-shrink:0}
.sl-icon-circle svg{width:24px;height:24px;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.sl-feature-text{width:100%}
.sl-feature-text p{color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;line-height:1.2}
.sl-feature-text span{color:#fff;font-size:12px;font-weight:700;line-height:1.2;display:block;padding-top:10px}
.sl-description{max-width:600px;color:#ffffff;font-size:14px;line-height:1.4;margin-bottom:20px}
@media (min-width:901px) {
.sl-description{font-size:12px;}
}
@media (max-width:900px) {
.sl-description{font-size:12px;line-height:1.1;}
}

@media(max-width:900px) {
.sl-icon-circle{width:66px;height:66px}
.sl-icon-circle svg{width:28px;height:28px}
.sl-feature-text span{font-size:12px}
}
@media(max-width:600px) {
.sl-features{gap:4px}
.sl-features{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:5px;width:100%}
.sl-icon-circle{width:58px;height:58px}
.sl-icon-circle svg{width:24px;height:24px}
.sl-feature-text span{font-size:10px;letter-spacing:.12em}
}





@media (min-width: 768px) {
.hero-foam{position:absolute;left:0;bottom:10px;width:100%;height:450px;background:url(../img/foam.png) repeat-x center bottom;background-size:cover;z-index:15;pointer-events:none}
}



.hero{position:relative;overflow:hidden;height:100%}
.imagen-movil{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.video-desktop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.hero{position:relative;overflow:visible}
.hero-foam{position:absolute;left:0;width:100%;height:450px;bottom:-150px;background:url(../img/foam.png) no-repeat center bottom;background-size:100% auto;z-index:20;pointer-events:none}

@media (max-width:991px) {
.hero{position:relative;overflow:visible}
.hero-foam{position:absolute;left:0;bottom:-20px;width:100%;max-height:110px;background:url(../img/foam.png) no-repeat center bottom;background-size:100% 70px;z-index:20;pointer-events:none}
}


.imagen-movil{display:none;width:100%;height:100%}
@media (max-width:991px) {
.video-desktop{display:none}
.imagen-movil{display:block;position:absolute;inset:0;width:100%;height:100%;z-index:0}
.imagen-movil img{width:100%;height:100%;object-fit:cover;display:block}
.meet{font-size:2.1rem;line-height:1.1}
.sl-description{font-size:1rem;line-height:1.4}
.hero-foam{position:absolute;left:0;bottom:-40px;width:100%;height:250px;background:url(../img/foam.png) repeat-x center bottom;background-size:cover;z-index:15;pointer-events:none}
.sl-description{font-size:12px;margin-bottom:10px;}
.sl-icon-circle{margin-bottom:10px}
}

.hero-buttons{display:flex;gap:5px;margin-bottom:5px}
.chatcap{background:#ffc300;color:#0931bc;padding:12px 18px;font-size:16px;font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:.3s}
.chatcap:hover{background:#fff;color:#0931bc}
@media (max-width:991px) {
.hero-buttons{display:flex;flex-direction:column;align-items:flex-start;gap:5px;width:100%}
.chatcap{width:auto;text-align:center;padding:8px;font-size:12px}
}

@media (max-width:991px) {
.sl-description{max-width:100%;color:#fff;font-size:12px;line-height:1.5;margin-bottom:5px;text-align:left}
.sl-feature-text{width:auto}
.sl-feature-text p{margin:0;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;line-height:1.2}
.sl-feature-text span{display:block;margin-top:2px;color:#fff;font-size:10px;font-weight:600;line-height:1.2}
}





*,::after,::before{box-sizing:border-box}
html{scroll-behavior:smooth}
p{margin:0}
body{margin:0;padding:0;width:100%;height:auto;background-color:#fff;}
body{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;}
input{font-family:'Montserrat';}
li{font-family:'Montserrat';}
p{font-family:'Montserrat';color:#4B4B4B;}
.contactForm input{width:100%;height:auto;min-width:300px;}
img{width:100%;height:auto;max-width:100%;}
.video-desktop{display:none;width:100%;height:auto}
@media (min-width: 768px) {
.video-desktop{display:block}
}
@media (max-width: 767px) {
.imagen-movil{display:block}
}
.media-container{position:relative;width:100%;height:auto}
.media-container img{width:100%;height:auto;max-width:100%;}
.satisfy{font-family:'Satisfy', cursive;}

.skip-link{position:absolute;top:-40px;left:0;background:#0931bc;color:#fff;padding:8px 16px;z-index:1000;text-decoration:none;font-weight:700}
.skip-link:focus{top:10px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
@media (min-width: 768px) {picture{display:none}}
@media (max-width: 768px) {.imagen-movil{display:block}}
@media (max-width: 768px) {.video-desktop{display:none}}
@media (max-width:999px){
img{width:100%;height:auto;display:block}
.header{display:none!important}
.heading-divider{display:none!important}
.nomovil{display:none!important}
.top-bar-left{display:flex;justify-content:center;align-items:center;gap:0px;width:100%;}
.top-bar a{color:#fff;font-size:15px!important;text-decoration:none;}
}
#spinnaker-modal-0{display:none}
@media (max-width:991px) {
.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:0;padding:30px 20px 0px 20px;width:100%;margin:0}
.image-grid img{width:100%;height:auto;border-radius:0 80px 0 0;object-fit:cover;display:block}
.image-grid-combos{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:0;padding:30px 20px 0px 20px;width:100%;margin:0}
.image-grid-combos img{width:100%;height:auto;border-radius:0 80px 0 0;object-fit:cover;display:block}
.image-packages{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:0;padding:30px 20px 0px 20px;width:100%;margin:0}
.image-packages img{width:100%;height:auto;border-radius:0 80px 0 0;object-fit:cover;display:block}
.service-title a{font-size:25px;line-height:22px;height:22px;margin:0;overflow:hidden;display:inline-block;text-align:center;font-weight:700;color:#0931bc;}
.service-content{min-height:120px!important;}
.titles{grid-column:1 / -1;width:100%;text-align:center;padding:40px 0px 0px 0px;box-sizing:border-box}
.titles .span{font-size:17px;text-transform:uppercase;font-weight:500;color:#0931bc;}
.titles .p{font-size:26px;font-family:'Montserrat';color:#0931bc;font-weight:600;padding:5px 0px}
.titles .p span{color:#ffc300;}
.titles p{font-size:13px;font-family:'Montserrat';color:#666D73;padding-bottom:20px}
}
.titl{font-size:26px;font-family:'Montserrat';color:#0931bc;font-weight:700;padding:15px 0px}
@media (min-width:991px) {
.image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;width:96%;max-width:1400px;margin:20px auto 0;padding:0 10px}
.image-grid img{width:100%;height:auto;display:block;object-fit:cover;}
.image-grid-combos{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:96%;max-width:1400px;margin:20px auto 0;margin-bottom:40px;padding:0 10px}
.image-packages{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;width:96%;max-width:1400px;margin:20px auto 0;padding:0 10px;margin-bottom:40px}
.image-packages img{width:100%;height:auto;display:block;object-fit:cover;}
.titles{grid-column:1 / -1;width:100%;text-align:center;padding:20px 0px 0px 0px;box-sizing:border-box}
.titles .span{font-size:17px;letter-spacing:2px;margin:0;line-height:35px;text-transform:uppercase;font-weight:800;color:#0931bc;}
.titles .p{font-size:37px;font-family:'Montserrat';color:#0931bc;font-weight:600;padding:0px 0px}
.titles .p span{color:#ffc300;font-family:'MontserratBold';}
.titles p{font-size:16px;font-family:'Montserrat';color:#666D73;}
.heading-divider{display:inline-block;position:relative;background:#0931bc;border-radius:50px;width:160px;height:4px;margin:10px 0px 20px 0px}
.heading-divider:after{content:'';position:absolute;left:0;top:0;height:4px;width:25px;background-color:#ffc300;-webkit-animation:heading-move 4s infinite linear;animation:heading-move 4s infinite linear;will-change:transform}
}
.service-content{position:relative;display:block;margin:0 auto;display:block;text-align:center;height:auto;overflow:auto;}
.title-char{min-height:35px;max-height:75px;padding-top:10px;overflow:auto;font-weight:700;font-size:25px;color:#0931bc;font-family:'Montserrat';margin:0;}
.title-char a:hover{color:#ffc300;}
.text-char{font-size:14px;min-height:20px;max-height:50px;overflow:auto;font-family:'Montserrat';font-weight:400;line-height:25px;color:#666D73;}
.title-pack{min-height:35px;max-height:65px;padding-top:10px;overflow:hidden;font-family:'Montserrat';font-weight:700;font-size:20px;color:#0931bc;font-family:'Montserrat';margin:0;}
.title-pack a:hover{color:#ffc300;}
.text-pack{font-size:16px;min-height:20px;max-height:30px;overflow:hidden;font-family:'Montserrat';font-weight:400;line-height:20px;color:#666D73;}
.service-arrow{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;}
.service-arrow a{font-size:14px;text-transform:uppercase;text-decoration:none;background-color:#ffc300;color:#0931bc;border:none;padding:5px 10px;display:inline-block;border-radius:4px;font-weight:700;transition:background-color .3s}
.service-arrow a:hover{background-color:#0931bc;color:#fff;}
@media screen {
::selection{background:#0931bc;color:#fff;text-shadow:none}
.site-titlexsa{font-weight:700;text-transform:capitalize;font-style:italic;font-size:1.3rem;line-height:1.6;color:#fff;text-shadow:0 1px 2px #0009}
.site-title{font-weight:700;line-height:1.4;color:#fff;font-family:'Fira Sans',sans-serif;margin:0;text-shadow:0 1px 2px #0009}
.site-jdhd{font-weight:400;text-align:center;text-transform:capitalize;font-size:14px;line-height:1.2;margin-top:10px;padding:0 27px;color:#fff}
.msform{width:100%;margin:0 auto;padding-top:10px;text-align:center}
.form-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}
.form-row input[type="text"],.form-row input[type="email"],.form-row input[type="tel"]{flex:1;min-width:150px;padding:10px;border-radius:10px}
.form-row button{flex:1;min-width:150px;padding:10px;border-radius:10px;background-color:#fff;color:#0931bc;font-size:13px;font-weight:700;}
}
@media (max-width:991px) {
.choose-content-info{background-color:#0931bc;border-bottom-right-radius:0;box-shadow:var(--box-shadow)}
.site-titlexsa{font-size:16px}
.site-title{font-size:14px}
.site-jdhd{font-size:.75rem}
video{max-width:100%}
.msform input{width:100%;border-radius:15px;margin:4px 0;padding:6px 15px;font-size:.8rem}
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.site-title-tagline{color:#ffc300;font-size:1.1rem;font-weight:700;text-align:center}
.site-title,.site-titleww,.site-titlexs,.titlexs{color:#003049;font-weight:700;text-align:center;margin-bottom:1rem}
.service-item,.package,.destination-item,.review-card,.blog-item{background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;overflow:hidden;transition:transform .3s ease;margin-bottom:20px}
.service-item:hover,.package:hover,.destination-item:hover,.review-card:hover,.blog-item:hover{transform:translateY(-5px)}
.review-header{display:flex;align-items:center;gap:10px}
.reviewer-name,.review-date{font-weight:700;color:#003049}
.review-stars{color:#ffc300;font-size:1.2rem}
.footer{background-color:#003049;color:#fff;padding:0}
.footer-column ul{list-style:none;padding:0}
.footer-column ul li a{margin-bottom:10px}
.footer-column ul li a{color:#fff}
.footer-column ul li a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.container{width:100%;padding-left:1rem;padding-right:1rem;margin-left:auto;margin-right:auto}
@media (min-width: 576px) {
.container{max-width:540px}
}
@media (min-width: 768px) {
.container{max-width:720px}
}
@media (min-width: 992px) {
.container{max-width:960px}
}
@media (min-width: 1200px) {
.container{max-width:1400px}
}
.row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}
[class*="col-"]{box-sizing:border-box;padding-left:.5rem;padding-right:.5rem}
.col-1{width:8.333333%}
.col-2{width:16.666667%}
.col-3{width:25%}
.col-4{width:33.333333%}
.col-5{width:41.666667%}
.col-6{width:50%}
.col-7{width:58.333333%}
.col-8{width:66.666667%}
.col-9{width:75%}
.col-10{width:83.333333%}
.col-11{width:91.666667%}
.col-12{width:100%}
@media (min-width: 768px) {
.col-md-1{width:8.333333%}
.col-md-2{width:16.666667%}
.col-md-3{width:25%}
.col-md-4{width:33.333333%}
.col-md-5{width:41.666667%}
.col-md-6{width:50%}
.col-md-7{width:58.333333%}
.col-md-8{width:66.666667%}
.col-md-9{width:75%}
.col-md-10{width:83.333333%}
.col-md-11{width:91.666667%}
.col-md-12{width:100%}
}
svg{min-width:15px;min-height:15px;font-weight:900;fill:#fff;}
.social-links{display:flex;justify-content:center;gap:10px;background-color:#fff;align-items:center;flex-wrap:wrap;list-style:none;border-radius:0px 0px 20px 20px;padding:0;margin:0}
.social-links li{display:flex;align-items:center;padding:10px;}
.social-links li p{margin:0;font-weight:bold}
.social-links a{display:inline-flex;align-items:center;color:inherit;text-decoration:none}
.social-links svg{width:24px;height:24px;fill:#0931bc;transition:fill .3s}
.social-links a:hover svg{fill:#f9a03f}
.dropdown{position:relative;}
.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0rem;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}
.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;}
.nav-link{transition:none;}
.nav-link:focus,.nav-link:hover{color:#fff;}
.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default;}
.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap;}
.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color);}
.header{background:#0931bc;font-family:'Montserrat';padding:5px 40px;display:flex;justify-content:space-between;align-items:center;z-index:10;position:relative;}
.header .logo img{max-height:70px;height:70px;}
.nav-link{color:#fff;text-decoration:none;font-size:16px;}
.nav a:hover{text-decoration:none;}
.top-bar{background-color:#0931bc;display:flex;justify-content:space-between;align-items:center;padding:5px 25px;font-family:'Montserrat';}
.top-bar a{color:#fff;text-decoration:none;margin-right:10px;font-size:12px;display:inline-flex;align-items:center;gap:.3em}
.top-bar a svg{width:15px;height:15px;font-weight:900;fill:currentColor;display:inline-block}
.top-bar-right a svg{width:18px;height:18px;font-weight:900;fill:currentColor;display:inline-block}
svg{width:18px;height:18px;font-weight:900;}
.nav{display:flex;align-items:center;}
.dropdown{position:relative;}
.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:200px;z-index:100;}
.dropdown-content a{color:#0931bc;padding:10px;font-size:13px;text-decoration:none;display:block;}
.dropdown-content a:hover{background-color:#0931bc;color:#fff;}
.dropdown:hover .dropdown-content{display:block;}
.booknow{margin-left:15px;background-color:#ffc300;color:#0931bc;padding:10px 15px;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block;}
.booknow:hover{background-color:#fff;color:#0931bc;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block;}
.form-container form{display:flex;flex-direction:column;}
.form-container label{margin-top:1rem;font-weight:700}
.form-container svg{width:18px;height:18px;font-weight:900;fill:currentColor;display:inline-block}
.form-container button:hover{background-color:#0931bc;color:#fff;}
.form-container button,.form-container input,.form-container textarea{padding:.6rem;margin-top:.3rem;border:none;border-radius:10px;font-size:13px;font-family:inherit;resize:vertical}
.form-image-section{display:flex;flex-wrap:wrap}
.form-container,.image-container{width:100%}
@media (min-width:991px) {
.form-image-section{display:flex;flex-wrap:wrap;width:100%;min-height:50px;margin:0px 0px 30px 0px}
.form-container{flex:1 1 100%;max-height:350px;background-color:#0931bc;padding:0px 40px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}
.image-container{flex:1 1 100%;display:flex;align-items:center;max-height:350px;justify-content:center;overflow:hidden;padding:0;box-sizing:border-box}
.image-container picture,.image-container img{width:100%;height:auto;object-fit:cover;max-height:100%;display:block}
.form-container,.image-container{flex:1 1 50%}
.title{font-weight:700;font-size:24px;color:#fff;margin:0;line-height:1.8;text-align:center}
.subtitle{font-weight:400;text-transform:capitalize;font-style:italic;font-size:14px;line-height:22px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);margin-bottom:20px}
}
@media (max-width:991px) {
.form-container{flex:1 1 100%;max-height:350px;background-color:#0931bc;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;}
.title{font-weight:700;font-size:20px;color:#fff;margin:0;line-height:1.3;text-align:center}
.subtitle{font-weight:400;text-transform:capitalize;font-style:italic;font-size:14px;line-height:18px;margin:0;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}
.form-container{max-height:350px}
}
@media (min-width: 991px) {
.form-container,.image-container{width:50%}
}
.species{position:relative;text-align:center;color:#fff;overflow:hidden;border-radius:10px;margin-bottom:20px}
.species img{display:block;width:100%;height:auto;}
.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color: rgba(0, 0, 0, 0.4);transition:background-color .3s ease;pointer-events:none}
.species:hover .overlay{background-color:rgba(0, 0, 0, 0.15);}
.info{position:absolute;bottom:15px;left:15px;font-size:22px;text-align:left;line-height:27px;font-weight:700;z-index:2}
.readmore{background-color:#ffc300;color:#0931bc;margin-top:10px;padding:0px 10px;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block}
.readmore:hover{background-color:#fff;color:#0931bc}
.testimonial-area{padding:40px 0px 40px 0px;position:relative;overflow:hidden;z-index:1;}
.summary{flex:1;text-align:center;width:25%;line-height:1;display:flex;flex-direction:column;justify-content:center;}
.summary .rating-text{font-weight:900;font-size:30px;margin:0;}
.summary .stars{font-size:50px;color:#ffc300;margin:0;}
.summary .based-on{font-size:18px;margin-bottom:10px;font-weight:500;}
.summary .logos{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;}
.summary .logos img{width:140px;margin:0!important;display:block;}
.summary .logos a svg{fill:#008000;font-size:60px!important;margin:0;width:1em;height:1em;display:block;}
.reviews-carousel{flex:3;overflow:hidden;width:70%;}
.reviews-list{display:flex;width:calc(320px * 5 + 20px * 4);animation:scrollReviews 25s linear infinite;}
.review-card{flex:0 0 230px;background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;margin:10px;display:flex;flex-direction:column;transition:box-shadow .3s ease;}
.review-card:hover{box-shadow:0 6px 20px #00000026;}
.review-header{display:flex;align-items:center;gap:15px;margin-bottom:0px;}
.review-header img{width:50px;height:50px;border-radius:50%;object-fit:cover;}
.reviewer-name{font-weight:700;font-size:16px;width:100%;line-height:16px;}
.review-date{font-size:12px;color:#777;}
.review-stars{color:#ffc300;font-size:25px;}
.review-text{font-size:13px;color:#666;flex-grow:1;line-height:1.4;margin-bottom:14px;}
.review-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;max-height:18em;}
.read-more{font-weight:600;font-size:13px;color:#555;text-decoration:none;cursor:pointer;padding-bottom:10px}
.read-more:hover{text-decoration:underline;}
@media (max-width:999px){
.testimonial-area{padding:0px;margin:0;}
.testimonial-area .container{flex-direction:column;flex-wrap:wrap;padding:0px;margin:0;}
.testimonial-area .row{flex-direction:column;display:flex;gap:0px;}
.summary{width:100%;text-align:center;margin-bottom:20px;}
.reviews-carousel{width:100%;overflow-x:auto;}
.reviews-list{width:auto;animation:none;gap:20px;}
.review-card{flex:0 0 85vw;margin-right:0;min-width:250px;}
.review-header img{width:45px;height:45px;}
.review-text{-webkit-line-clamp:6;max-height:10.5em;}
p.site-titlexs{font-weight:500;text-transform:capitalize;font-style:italic;text-align:left;font-size:20px;line-height:28px;margin:0;color:#fff;}
p.site-titlecon{color:#fff;margin:0;font-size:20px;line-height:33px;font-weight:700;font-family:'Montserrat';line-height:1;}
p.site-parra{color:#fff;font-size:12px;line-height:17px;padding:10px 0px 10px 0px;}
.choose-content-info .col-md-4{width:33%}
.about-img-2{display:none}
}
.reviews-list{animation: none;}
@-webkit-keyframes heading-move{0%{transform:translateX(-1px);}50%{transform:translateX(140px);}100%{transform:translateX(-1px);}}
@keyframes heading-move{0%{transform:translateX(-1px);}50%{transform:translateX(140px);}100%{transform:translateX(-1px);}}
@keyframes scrollReviews{0%{transform:translateX(0);}20%{transform:translateX(0);}25%{transform:translateX(-340px);}45%{transform:translateX(-340px);}50%{transform:translateX(-680px);}70%{transform:translateX(-680px);}75%{transform:translateX(-1020px);}95%{transform:translateX(-1020px);}100%{transform:translateX(0);}}
@-webkit-keyframes heading-move{0%{transform:translateX(-1px);}50%{transform:translateX(140px);}100%{transform:translateX(-1px);}}
@keyframes heading-move{0%{transform:translateX(-1px);}50%{transform:translateX(140px);}100%{transform:translateX(-1px);}}
@media (max-width: 600px){.rating-text{font-size:20px;}.stars{font-size:30px;}.site-titlecon{font-size:28px;}}
.choose-content-info{padding:10px;}
.choose-item{display:flex;margin:10px 0px;}
.choose-item-icon{margin-bottom:5px;margin-right:5px;}
.choose-item-icon img{width:50px;}
.choose-item-info{flex:1;}
.choose-item-info span{color:#fff;margin-bottom:0px;font-weight:700;font-size:15px;line-height:15px;}
.site-headingqw{position:relative;z-index:1;text-align:left}
@media (min-width:999px){
p.site-titlexs{font-weight:500;text-transform:capitalize;font-style:italic;text-align:left;font-size:32px;line-height:38px;margin:0;color:#fff;}
p.site-titlecon{color:#fff;margin:0;font-size:40px;line-height:53px;font-weight:700;font-family:'Montserrat';line-height:1;}
p.site-parra{color:#fff;font-size:14px;line-height:17px;padding:10px 0px 10px 0px;}
}

@media screen{
.align-items-center{align-items:center!important;}
.mx-auto{margin-right:auto!important;margin-left:auto!important;}
.text-center{text-align:center!important;}
}
@media screen{
.cta-area{position:relative;color:#FFF!important;background-image:url(https://www.lapatronafishingcostarica.com/img/Sportfishing-Costa-Rica.webp);background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed;padding-top:90px;padding-bottom:90px;z-index:1;}
.cta-area::before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);z-index:-1;}
.cta-content{text-align:center;color:#FFF!important;margin:0 auto}
.cta-content span{color:#FFF!important;font-size:30px;font-weight:800;text-transform:capitalize;margin-bottom:10px;}
.cta-content p{color:#fff;margin-bottom:30px;width:70%;margin-left:15%;}
.textprincipal p{color:#666;font-size:14px;line-height:20px}
@media (max-width:999px){
#chat{display:none;}
.nomovil{display:none!important;}
}
@media (min-width:999px){
#chat{height:65px;width:65px;border-radius:50%;z-index:100;right:20px;position:fixed;bottom:20px;background-color:#0931bc;animation-duration:3s;animation-iteration-count:infinite;text-align:center;animation-timing-function:ease-in-out;animation-name:floating;display:flex;justify-content:center;align-items:center}
#chat a svg{color:#fff;width:32px;height:32px}
}
.pt-30{margin-top:30px;}
.pt-60{padding-top:60px;}
.pb-40{margin-bottom:40px;}
.py-60{padding:60px 0;}
.theme-btn{font-size:16px;color:#FFF;background:#0931bc;padding:5px 10px;transition:all .5s;text-transform:capitalize;position:relative;border-radius:8px;font-weight:500;cursor:pointer;text-align:center;vertical-align:middle;overflow:hidden;border:none;box-shadow:var(--box-shadow);z-index:1;}
.theme-btn:hover{background:#FFF;color:#0931bc;}
.theme-btn:hover::before{transform:translateY(-50%) translateX(-50%) scale(1);}
#scroll-top{position:fixed;bottom:-20px;right:30px;font-size:20px;border:none;outline:none;border-radius:50px;color:#fff;background-color:#0931bc;cursor:pointer;width:50px;height:50px;line-height:50px;text-align:center;box-shadow:var(--box-shadow2);transition:var(--transition);opacity:0;visibility:hidden;z-index:2;}
@media all and (max-width:991px){
video{max-height:300px;}
}
.about-area{position:relative;display:block;margin:30px 0px;}
.about-left{position:relative;display:block;margin-right:30px;}
.about-img{position:relative;}
.about-img-2{position:absolute;right:-45px;bottom:-45px;width:180px;height:auto;border:10px solid #fff;border-top-left-radius:80px;}
.about-right{position:relative;display:block;padding-left:0;text-align:left}
.about-experience{background:#0931bc;position:absolute;left:-40px;bottom:110px;padding:10px;text-align:center;border:10px solid #fff;}
.about-experience p{color:#fff;font-size:15px;line-height:15px}
.about-experience span{color:#fff;font-size:40px;font-weight:800;line-height:1;margin-bottom:0px;display:inline-block;}
.about-list-wrapper{position:relative;display:block;margin:10px;}
.about-list{position:relative;display:block;}
.about-list li{position:relative;display:flex;align-items:center;}
.about-list li .icon{position:relative;display:flex;align-items:center;}
.about-list li .icon img{width:50px;}
.about-list li .text{margin-left:16px;}
.about-list li .text span{font-size:20px;color:#0931bc;font-weight:700;}
.about-list li .text p{font-size:14px;color:#666D73;}
@media all and (max-width:991px){
.about-right{margin-top:50px;}
.site-titleww{font-weight:700;text-transform:capitalize;font-size:30px!important;line-height:33px;margin-bottom:0;}
.site-titleww span{color:#ffc300;}
p.site-titleww{color:#0931bc;margin:0;font-weight:600;font-family:'Montserrat';line-height:1.2;}
}
@media all and (max-width:767px){
.about-left{margin-right:0;}
.about-img{width:90%;}
.about-experience{left:-7px;}
}
.about-text{color:#666D73;font-size:14px;line-height:20px}
.service-arrow{display:flex;justify-content:center;align-items:center;gap:0px;width:100%;margin:6px auto;}
.service-arrow a{display:inline-block;padding:5px 10px;text-decoration:none;margin-right:10px;}
.quote-area{position:relative;padding-bottom:50px;}
.quote-content{background:#0931bc;padding:20px;border-top:3px solid #0931bc;}
.quote-img{position:relative;}
.quote-img::before{content:"";position:absolute;border-right:5px solid #fff;;border-bottom:5px solid #fff;;right:15px;bottom:15px;width:100%;height:100%;border-radius:80px 0 80px 0;}
.quote-img img{border-radius:80px 0 80px 0;}
.quote-head{margin-bottom:20px;font-size:30px;margin-bottom:10px;text-align:center;padding-right:20px;color:#FFF;display:block;font-weight:600;}
.blog-area{position:relative;padding:40px;}
.blog-item{padding:0px;background:#fff;;border-radius:0;box-shadow:var(--box-shadow);transition:var(--transition);}
.blog-item-img{border-radius:0;overflow:hidden;}
.blog-item-img img{border-radius:0;width:100%}
.blog-item:hover .blog-item-img img{transform:scale(1.1);}
.blog-item-info{padding:15px;}
.blog-item-meta ul{margin:0;margin-bottom:5px;padding:0;color:#666D73;}
.blog-item-meta ul li{display:inline-block;margin-right:7px;font-weight:300;font-size:13px;color:#666D73;position:relative;color:var(--theme-text);}
.blog-item-meta ul li i{margin-right:5px;color:#0931bc;}
.blog-item-info p{margin-bottom:10px;font-size:13px;line-height:18px;color:#666D73;}
.blog-item-info span{font-size:19px;margin-bottom:15px;color:#474B4E;line-height:25px;text-transform:capitalize;}
.blog-item-info .theme-btn{margin-top:10px;}
.cta-area{background-attachment:unset;}
.blog-item{border-left:3px solid #0931bc;}
.site-titleww{font-weight:700;text-transform:capitalize;font-size:42px;line-height:53px;margin-bottom:0;}
.site-titleww span{color:#ffc300;}
p.site-titleww{color:#0931bc;margin:0;font-weight:600;font-family:'Montserrat';line-height:1.2;}
.site-heading{margin-bottom:20px;position:relative;z-index:1;color:#666D73;}
.site-title-tagline{display:block;text-transform:uppercase;letter-spacing:2px;font-size:19px;font-weight:600;text-align:left;color:#0931bc;position:relative;}
.h1tagline{font-size:19px;font-weight:600;text-align:left;color:#0931bc;}
.about-img-1 video{max-width:600px;max-height:650px;}
*{box-sizing:border-box;}
@media (max-width:999px){
video{max-width:100%;height:auto;}
}
video{display:inline-block;vertical-align:baseline;}
@media (max-width:999px){
.nomovil{display:none;}
.mobile-footer-menu{display:block;width:100%;background-color:#0931bc;height:50px;z-index:2001;position:fixed;bottom:0;}
.mobile-footer-menu ul{display:flex;justify-content:space-around;align-items:center;height:100%;margin:0;padding:0;list-style:none;}
.mobile-footer-menu li{flex:1;text-align:center;}
.mobile-footer-menu li a,.mobile-footer-menu li button{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:#fff;font-size:20px;background-color:#0931bc;border:none;text-decoration:none;cursor:pointer;}
.mobile-footer-menu a svg{width:25px;height:25px}
.mobile-footer-menu button svg{width:25px;height:25px}
.mobile-footer-menu li a:hover,.mobile-footer-menu li button:hover{background-color:#007bb0;}
.mobile-footer-menu i{pointer-events:none;}
}
@media (min-width:999px){
.mobile-footer-menu{display:none;}
}
@media only screen and (max-width:991px){
.mobile-footer-menu{display:grid;}
}
@media (max-width:1000px){
.call{width:100%;position:relative;margin:0;padding:0;z-index:100;color:#fff!important;float:center;text-align:center;}
.call ul{list-style-type:none;margin-top:15px;margin:0;color:#fff;overflow:hidden;float:center;text-align:center;}
.call li{display:inline-block;margin:0;float:center;text-align:center;}
.call li a{display:block;color:#fff!important;font-size:25px;float:center;text-align:center;padding:30px 15px;text-decoration:none;}
.call a svg{width:25px;height:25px}
}
@media (max-width:999px){
.sidenav1{height:100%;width:0;position:fixed;z-index:1;top:0;right:0;background-color:#0931bc!important;overflow-x:hidden;transition:.5s;padding-top:30px;}
.sidenav1 a{padding:7px 20px;text-decoration:none;font-size:16px;text-align:left;color:#fff;display:block;transition:.3s;}
.sidenav1 a:hover{color:#fff;}
.sidenav1 .closebtn{position:absolute;top:0;right:5px;font-size:45px;font-weight:700;margin-left:10px;}
}
@media (min-width:999px){
.sidenav1{display:none;}
}
.sidenav1{z-index:9999;background-color:#fff;}
@media (min-width:999px){
.window-notice{animation:aparecer 10s forwards 5s;opacity:0;bottom:5px;display:flex;position:fixed;left:32%;z-index:9999!important;transition:background .6s;}
.window-notice .closed{padding:0px 10px;color:#000;position:absolute;font-size:21px;background-color:#fff!important;right:0px;text-align:right;z-index:100;text-decoration:none;font-weight:700;}
.window-notice .closed:hover{background:#fff!important;color:#000;}
.window-notice .contentpop{-webkit-box-shadow:10px 10px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow:10px 10px 5px 0px rgba(0,0,0,0.75);box-shadow:10px 10px 5px 0px rgba(0,0,0,0.75);border-radius:2px;width:100%;box-sizing:content-box;display:flex;flex-direction:column;margin:auto;overflow:hidden;position:relative;padding-right:30px;}
.contentx{display:flex;max-height:250px;background:#0D0E81;color:#fff;width:100%;margin:0 auto;font-size:12px;padding:5px;padding-right:20px}
}
@media (max-width:999px){
.window-notice{animation:aparecer 10s forwards 5s;opacity:0;bottom:60px;display:flex;position:fixed;left:0px;z-index:9999!important;transition:background .6s;}
.window-notice .closed{padding:0px 3px;color:#000;position:absolute;font-size:25px;background-color:#fff!important;right:0px;text-align:right;z-index:100;text-decoration:none;font-weight:700;}
.window-notice .closed:hover{background:#fff!important;color:#000;}
.contentx{display:flex;background:#0D0E81;color:#fff;font-size:12px;width:90%;padding:5px;padding-right:0;margin:0;justify-content:flex-start;align-items:flex-start}
.window-notice .contentpop{border-radius:2px;background:#0D0E81;box-sizing:content-box;display:flex;flex-direction:column;overflow:hidden;position:relative;width:90%;padding:0;left:10px}
}
@media (max-width:999px){
.lb-overlay{border-radius:0px!important;max-width:100%;height:0;position:fixed;overflow:hidden;left:0;top:0;padding:0;z-index:99;text-align:center;background-color:rgb(0,0,0,0.8);}
.lb-overlay:target{width:100%;height:auto;bottom:0;right:0;padding:35px!important;}
.modalwx{border-radius:0px!important;}
#msform{max-width:100%;margin:0px auto;border:0!important;border-radius:0px!important;padding-bottom:10px;text-align:center;position:relative;font-family:'Montserrat';}
#msform fieldset{border-radius:20px!important;padding:0px 0px;margin:0;border:none;position:relative;font-family:'Montserrat';}
#msform{display:flex;justify-content:center;}
a.closemodal{background-color:#ffc300;font-weight:800;z-index:1001;color:#fff!important;padding:5px 10px;position:absolute;right:0%;top:-10px;font-size:25px;text-align:center;overflow:hidden;}
.contenttalk{display:flex;min-height:300px;}
.talk1{width:100%!important;background-color:#0931bc;}
.talk2{width:100%!important;min-height:200px;background-color:#0931bc;}
}
.talk1 input{width:90%!important;margin-bottom:10px;padding:5px;font-size:14px;}
@media (max-width:999px){
.contenttalk{flex-direction:column!important;gap:0px;align-items:stretch;}
.talk1,.talk2{width:100%!important;}
.talk2 a{display:block;text-align:center;padding:3px 20px;font-size:14px;color:#0931bc;}
.talk1 input{width:90%!important;margin-bottom:10px;}
.fs-title{font-family:'Montserrat';font-size:18px!important;font-weight:800;border-radius:0px;text-transform:uppercase;padding:0px 0px;background-color:#0931bc;color:#fff;text-align:left;width:100%;}
.fs-social i{color:#0931bc;font-size:13px;font-weight:500;margin-left:8px!important;}
}
.contenttalk button{max-width:90%;border-radius:20px!important;}
.talk1 .g-recaptcha{margin-left:30px;}
.lb-overlay{border-radius:0px!important;width:0;height:0;position:fixed;overflow:hidden;left:0;top:0;padding:0;z-index:99;text-align:center;background-color:rgb(0,0,0,0.8);}
.lb-overlay:target{width:auto;height:auto;bottom:0;right:0;padding:60px;}
.modalwx{border-radius:20px!important;}
.fs-social{font-family:'Montserrat';text-transform:uppercase;padding:5px;background-color:#fff;color:#0931bc;text-align:center;width:100%;}
.fs-social p{color:#0931bc;font-weight:800;font-size:17px;}
.fs-social i{color:#0931bc;font-size:20px;font-weight:500;margin-left:20px;}
.fs-social i:hover{color:#ffc300;font-size:20px;font-weight:500;margin-left:20px;}
.fs-title{font-family:'Montserrat';font-size:20px;line-height:1.2;font-weight:800;border-radius:20px 0px 0px 0px;text-transform:uppercase;padding:5px;background-color:#0931bc;color:#fff;text-align:center;width:100%;}
.fs-subtitle{font-family:'Montserrat';line-height:1.2;color:#fff;font-size:12px;text-align:center;width:90%;margin-left:5%;padding-bottom:10px}
#msform{width:700px;border-radius:20px!important;margin:0px auto;padding-bottom:10px;text-align:center;position:relative;font-family:'Montserrat';}
#msform fieldset{border-radius:20px!important;padding:0px 0px;margin:0;box-sizing:border-box;position:relative;}
#msform .g-recaptcha{padding-left:20px;display:block;width:100%;height:auto;margin:5px auto;}
#msform .g-recaptcha{display:flex;justify-content:center;}
#msform{display:flex;justify-content:center;}
a.closemodal{background-color:#ffc300;font-weight:800;z-index:1001;color:#fff!important;padding:5px 10px;position:absolute;right:0%;top:-10px;font-size:25px;text-align:center;overflow:hidden;}
.contenttalk{display:flex;min-height:300px;}
.talk1{width:50%;background-color:#0931bc;}
.talk2{width:50%;background-image:url(https://www.lapatronafishingcostarica.com/img/Jaco-La-Patrona-Sportfishing.webp);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:30px;}
.talk2 a{font-weight:600;letter-spacing:1px;}
.talk2 svg{padding-right:10px;width:25px;height:25px}
.whatsappform{font-weight:600;padding-left:40px;color:#fff;font-size:60px;vertical-align:middle;}
.quote-contact{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:10px;}
.quote-contact svg{fill:#fff;width:50px;height:50px;}
.formx .form-row{display:flex;gap:0;width:80%;margin: 0 auto;}
.formx input[type="email"]{flex:7;border-radius:4px 0 0 4px;border:none}
.formx button{flex:3;background-color:#0931bc;color:#fff;border-radius:0 4px 4px 0;border:none}
.formx button:hover{flex:3;background-color:#0931bc;}

@media (min-width: 999px){
.subscribe-formx{width:70%;display:flex;justify-content:center;margin:0 auto;font-family:'Montserrat';}
.subscribe-formx form{display:flex;gap:0px;width:100%;}
.subscribe-formx input[type=email],.subscribe-formx .newsletterbutton{box-sizing:border-box;padding:10px;}
.subscribe-formx input[type=email]{flex:7;border:1px solid #ccc;min-width:500px}
.subscribe-formx .newsletterbutton{flex:3;background-color:#0931bc;color:#fff;border:none;cursor:pointer;border-radius:4px;}
.subscribe-formx .newsletterbutton{background-color:#0931bc;color:#fff;min-width:300px;font-family:'Montserrat';padding:13px 5px;border:none;font-size:14px;text-transform:uppercase;text-decoration:none;font-weight:700;display:inline-block;}
.subscribe-formx .newsletterbutton:hover{background-color:#ffc300;color:#fff;font-size:15px;text-transform:uppercase;text-decoration:none;font-weight:700;display:inline-block;}
.subscribe-formx .newsletterbutton i{margin-left:5px;}
}
.blog-title a{font-size:19px;line-height:23px;font-weight:600;margin-bottom:5px;text-transform:capitalize;}
@media (max-width:999px){
.subscribe-formx input{width:100%;padding:0px;}
.subscribe-formx form{width:100%;}
.subscribe-formx form{flex-direction:column;}
.subscribe-formx{width:100%;display:flex;justify-content:center;margin:0 auto;}
.subscribe-formx form{display:flex;gap:0px;width:100%;}
.subscribe-formx input[type=email],.subscribe-formx{box-sizing:border-box;padding:10px;}
.subscribe-formx input[type=email]{border:1px solid #ccc;}
.subscribe-formx .newsletterbutton{background-color:#0931bc;width:100%;color:#fff;font-family:'Montserrat';padding:13px 5px;border:none;font-size:14px;text-transform:uppercase;text-decoration:none;font-weight:700;display:inline-block;margin:0;}
.subscribe-formx .newsletterbutton:hover{background-color:#ffc300;color:#fff;font-size:15px;text-transform:uppercase;text-decoration:none;font-weight:700;display:inline-block;}
.subscribe-formx .newsletterbutton i{margin-left:5px;}
}
.button{background-color:#ffc300;color:#0931bc;padding:5px 10px!important;font-size:14px;text-transform:uppercase;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block;}
.button:hover{background-color:#0931bc;color:#fff;font-size:14px;text-transform:uppercase;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block;}
.promo{background-color:#0931bc;color:#fff;padding:10px 15px;font-size:14px;text-transform:uppercase;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block;}
.promo:hover{background-color:#fff;color:#ffc300;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block;}
@media (max-width:999px){
.video-fluid{width:100%;height:100%;object-fit:cover;aspect-ratio:16 / 9;display:block;}
.about-img-2{position:absolute;right:-45px;bottom:-75px;width:120px;border:4px solid #fff;border-top-left-radius:80px;}
.about-experience{background:#0931bc;position:absolute;padding:5px;text-align:center;border:4px solid #fff;}
.about-experience p{color:#fff;font-size:14px;}
.about-experience span{color:#fff;font-size:20px;font-weight:900;line-height:1;margin-bottom:0px;display:inline-block;}
}
@media (min-width:999px){
.video-fluid{width:100%;height:100%;object-fit:cover;aspect-ratio:16 / 9;display:block;}
}
video{height:100%;}
@media (max-width:999px){
.talk2{display:none;}
.fs-social{display:none;}
.cta-area{position:relative;color:#FFF!important;background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed;padding-top:20px;padding-bottom:20px;z-index:1;}
.cta-content span{color:#FFF!important;font-size:20px;line-height:25px;font-weight:800;text-transform:capitalize;margin-bottom:10px;}
.cta-content p{color:#fff;margin-bottom:10px;font-size:14px;width:70%;margin-left:15%;}
.blog-area .col-md-4{width:50%;}
.blog-item-meta{display:none;}
.blog-item-info p{display:none;}
.blog-item-info span{font-size:15px;line-height:16px;}
.theme-btn{font-size:12px;color:#FFF;background:#0931bc;padding:1px 5px;transition:all .5s;text-transform:capitalize;position:relative;border-radius:8px;font-weight:500;cursor:pointer;text-align:center;vertical-align:middle;overflow:hidden;border:none;box-shadow:var(--box-shadow);z-index:1;}
.blog-item-info{padding:5px;}
}
.hQGMSi{background-color:#0931bc;width:100%;border-bottom: thick double #FFF;}
.hQGMSi ul{list-style-type:none;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:0;margin:0 auto;height:75px;max-width:400px!important;}
@media (max-width:420px){
.hQGMSi ul{flex-wrap:wrap;}
}
.containerfoot{display:flex;gap:15px;}
@media (max-width:420px){
.hQGMSi ul li{-webkit-box-flex:1;flex-grow:1;}
}
.hQGMSi ul li a{width:50px;font-size:35px;color:#fff!important;margin:0 auto;display:flex;text-decoration:none;-webkit-box-align:center;align-items:center;transition:opacity .3s;}
.hQGMSi ul a:hover{opacity:.7;}
@media (max-width:999px){
.containerfoot{width:70%;margin:0 auto;}
.hQGMSi ul a{font-size:25px!important;color:#fff!important;margin:0 auto;}
.hQGMSi ul li{margin:0 1px!important;padding:0;max-width:20px!important;}
.hQGMSi ul{list-style-type:none;display:flex;max-height:50px;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:0;margin:0 auto;max-width:400px!important;}
}
.jbjxVS .containerx{display:flex;flex-wrap:nowrap;-webkit-box-pack:justify;justify-content:space-between;}
@media (max-width:991px){
.jbjxVS .containerx{display:block;padding-bottom:50px;}
}
.hQGMSi ul svg{width:35px;height:35px;fill:#fff;margin:0 auto;}
@media (max-width:999px){
.jbjxVS{padding-top:1em;padding-bottom:1em;}
}
@media (min-width:999px){
.jbjxVS{padding-top:3em;padding-bottom:2em;}
}
@media (max-width:999px){
.jbjxVS .containerx .hide-tablet-down{display:none;}
}
@media (min-width:999px){
.jbjxVS .containerx .hide-tablet-down{margin-left:0!important;}
}
.jbjxVS .containerx .footer-column{max-width:25%;padding-left:15px;padding-right:15px;margin:0 auto;}
.jbjxVS .containerx .footer-column:first-of-type{max-width:275px;border-right:2px solid #fff;}
@media (max-width:991px){
.jbjxVS .containerx .footer-column:first-of-type{border:none;}
}
@media (max-width:991px){
.jbjxVS .containerx .footer-column:not(:first-of-type){max-width:440px;}
}
@media (max-width:991px){
.jbjxVS .containerx .footer-column:not(:first-of-type) ul{display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;}
}
@media (max-width:991px){
.jbjxVS .containerx .footer-column:not(:first-of-type) ul li{margin-bottom:8px;margin-top:8px;font-weight:400;}
.jbjxVS .containerx .footer-column:not(:first-of-type) ul li:nth-child(4){border:none;}
}
.jbjxVS .containerx .footer-column ul{list-style-type:none;margin:0;}
.jbjxVS .containerx .footer-column ul li{font-size:12px;color:#fff;font-weight:700;text-align:left;padding-bottom:.3em;margin-bottom:0;}
@media (max-width:991px){
.quote-content{background:#0931bc;padding:0px 10px 10px 10px;border-top:3px solid #0931bc;}
.jbjxVS .containerx .footer-column ul li{text-align:center;padding:0 10px;}
}
.jbjxVS .containerx .footer-column ul li.footer_headers{font-weight:700;}
.jbjxVS .containerx .footer-column ul li a{font-size:13px;color:#fff;text-align:left;font-weight:400;display:inline-block;}
@media (max-width:991px){
.jbjxVS .containerx .footer-column ul li a{text-align:center;font-size:12px;}
}
.jbjxVS .containerx .footer-column ul li a:hover{text-decoration:underline;}
.jbjxVS .containerx .footer-column ul li a.footer_phone1{font-size:18px;font-weight:700;}
.jbjxVS .containerx .footer-column ul li.footer_headers{font-weight:700;font-size:18px!important;padding-bottom:20px;}
.jbjxVS .containerx .footer-column .copy_right{font-size:13px;font-weight:400;width:220px;margin-top:1em;list-style-type:none;}
@media (max-width:991px){
.quote-head{margin-bottom:10px;font-size:20px;text-align:center;padding:0;color:#FFF;display:block;font-weight:600;}
.whatsappform{font-weight:600;padding-left:10px;color:#fff;font-size:30px;vertical-align:middle;}
.jbjxVS .containerx .footer-column .copy_right{text-align:center;margin:0 auto;padding-top:12px;color:#fff;font-size:13px;}
}
.idCvwS{width:100%;background-color:#0931bc;}
.footer{background-color:#0931bc;}
::placeholder{color:#666;}
.quote-form{margin:0 auto;padding:0;border-radius:1rem;}
.quote-form form{display:flex;flex-direction:column;gap:1rem;}
.quote-form input,.quote-form textarea{width:100%;padding:5px 15px;font-family:'Montserrat';border:1px solid #ccc;border-radius:.5rem;font-size:13px;transition:border-color .3s ease,box-shadow .3s ease;}
.quote-form textarea{resize:vertical;min-height:20px;max-height:50px;font-family:'Montserrat';}
.quote-form button{padding:.75rem 1.5rem;background-color:#fff;color:#0931bc;font-weight:700;font-size:13px;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease;display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px;margin:0 auto;width:80%;}
.quote-form button:hover{background-color:#0931bc;color:#fff;}
.form-talk{margin:0 auto;padding:0;border-radius:1rem;}
.form-talk form{display:flex;flex-direction:column;gap:1rem;}
.form-talk input{width:100%;padding:5px 15px;border:1px solid #ccc;border-radius:.5rem;font-size:13px;transition:border-color .3s ease,box-shadow .3s ease;margin:0px 20px;}
.form-talk button{padding:.75rem 1.5rem;background-color:#ffc300;font-family:'Montserrat';color:#fff;font-weight:700;font-size:13px;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease;display:inline-flex;align-items:center;justify-content:center;margin:0px 20px;}
.form-talk button:hover{background-color:#fff;color:#0931bc;}

}

.theme-orange{padding:.75rem 1.5rem;background-color:#ffc300;color:#fff;font-weight:700;font-size:13px;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease;display:inline-flex;align-items:center;justify-content:center;margin:0px 20px;}
.theme-orange:hover{background-color:#fff;color:#0931bc;}

@media (min-width:999px){
.video-fluid{width:100%;height:100%;object-fit: cover;aspect-ratio: 16 / 9;display: block;}
}

@media (min-width: 999px){
.hero img{min-height:100%}
.hero{min-height:700px}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,#0931bc 0%,transparent 15%);z-index:1}
}
@keyframes aparecer{to{opacity:1;}}
.grecaptcha-badge { visibility: hidden; }
.statusMessage {width: 100%;text-align: center;margin: 10px auto 0 auto;color: #fff;font-size: 12px;display: block;}





@font-face{font-family:'Satisfy';src:url(fonts/satisfy.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat';src:url(fonts/montserrat.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'MontserratBold';src:url(fonts/montserratbold.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}






.tabgal{display:flex;flex-wrap:wrap;}
.tabh2{display:flex;flex-wrap:wrap;}
.tabtext{display:flex;flex-wrap:wrap;}
.tablist{display:flex;flex-wrap:wrap;}
.tab1,.tab2{width:100%}

@media (min-width:991px) {
p{font-size:15px;line-height:21px}
.tabgal{display:flex;flex-wrap:wrap;width:100%;min-height:50px;margin:40px 0px 15px 0px}
.tabh2{display:flex;flex-wrap:wrap;width:100%;min-height:50px;margin:0px 0px 0px 0px;max-height:none;align-items:flex-start;}
.tabtext{display:flex;flex-wrap:wrap;width:100%;min-height:50px;padding:0px 50px 0px 50px;}
.tablist{display:flex;flex-wrap:wrap;width:100%;min-height:50px;padding:0px 50px 20px 50px}
.tablist{clear: both;margin-top: 20px;}
.tab1{flex:1 1 100%;max-height:500px;padding:0px 40px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;flex:1 1 100%;}
.tab2{flex:1 1 100%;max-height:500px;padding:0px 50px 0px 0px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;flex:1 1 100%;}
.tab1,.tab2{width:50%}
}





*,::after,::before{box-sizing:border-box}
html{scroll-behavior:smooth}
p{margin:0;color:#4B4B4B;font-size:13px;}
h2{font-size:28px;font-weight:700;line-height:1.2;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
svg{min-width:15px;min-height:15px;font-weight:900;}
*,::after,::before{box-sizing:border-box}
html{scroll-behavior:smooth}
p{margin:0}
body{margin:0;padding:0;width:100%;height:auto;overflow-x:hidden;background-color:#fff;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
@media screen {
::selection{background:#00abc8;color:#fff;text-shadow:none}
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
svg{min-width:15px;min-height:15px;font-weight:900;fill:#fff;}
svg{width:18px;height:18px;font-weight:900;}
@media screen{
*{box-sizing:border-box;}
}
body{line-height:1.6;background-color:#fff;margin:0;padding:0}
a:active,a:hover{outline-width:0}
img{border-style:none}
*{box-sizing:inherit}
::before{box-sizing:inherit}
::after{box-sizing:inherit}
*{box-sizing:border-box}
body,html{margin:0;padding:0;width:100%;}
body{margin:0;padding:0;}
*{box-sizing:border-box}
body{margin:0 auto;max-width:100%;width:100%}
a:active,a:hover{outline-width:0}
img{border-style:none}
*{box-sizing:inherit}
::before{box-sizing:inherit}
::after{box-sizing:inherit}
body{font-kerning:normal;font-feature-settings:kern,liga,clig,calt}
a{color:#000;}
a:active,a:hover{box-shadow:none}
body{background-color:#fff;text-rendering:geometricprecision;-webkit-font-smoothing:antialiased}
body{margin:0}
a:active,a:hover{outline-width:0}
img{border-style:none}
*{box-sizing:inherit}
:before{box-sizing:inherit}
:after{box-sizing:inherit}
a{text-decoration:none;cursor:pointer}
a:active,a:hover{box-shadow:none}
body{background-color:#fff;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}

@media screen{
@media print{
*,*::before,*::after{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
}
@media screen{
@media all{
body{margin:0;}
a:active,a:hover{outline:0;}
img{border:0;}
img{vertical-align:middle;}
*,:before,:after{box-sizing:inherit;}
body{background:#FFF;}
a{text-decoration:none;}
a:hover,a:focus,a:active{text-decoration:none;}
a:hover,a:active{outline:0;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
img{page-break-inside:avoid;}
body{min-width:992px!important;}
}
}
*,::after,::before{box-sizing:border-box;}
:target{opacity:1;pointer-events:auto;}
@media screen{
@media all{
@media all{
@media all{
*,::after,::before{box-sizing:border-box;}
:target{opacity:1;pointer-events:auto;}
}
}
@media screen{
*,::after,::before{box-sizing:border-box;}
}

}
}
}
}
@media (max-width:999px){
body{width:100%;max-width:100%;}
}
html,body,div,span,a,img{margin:0;padding:0;border:0}
img{border:0}
a{font-style:normal;text-decoration:none;color:inherit;cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
svg{min-width:15px;min-height:15px;font-weight:900;}

@media (max-width:999px){
body{width:100%;max-width:100%;}
}

footer{background-color:#00abc8;}

html,body,div,span,h2,p,a,img,footer,button{margin:0;padding:0;border:0}
footer{display:block}
img{border:0}
a{font-style:normal;text-decoration:none;color:inherit;cursor:pointer}
html{-webkit-box-sizing:border-box;box-sizing:border-box}
*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit}
body:before{content:none!important}
img{vertical-align:top;height:auto;max-width:100%}
:root{--image-hover-duration:.25s;--image-hover-timing:ease-in-out;--image-hover-scale:scale(1.1);--image-hover-opacity:.85}
*{-webkit-backface-visibility:hidden;backface-visibility:hidden}
body{font-family:var(--font-body-name,"Source Sans Pro",sans-serif),"Source Sans Pro",sans-serif;-webkit-font-smoothing:antialiased;font-weight:var(--font-body-weight,400);font-style:var(--font-body-style,normal)}
input{font-family:var(--font-body-name,"Source Sans Pro",sans-serif),"Source Sans Pro",sans-serif}
textarea{font-family:var(--font-body-name,"Source Sans Pro",sans-serif),"Source Sans Pro",sans-serif}
button{border:none;background-color:transparent}
.button-block:has(.-full-width){width:100%}
.button-block:has(.-full-width) .a-button{width:100%}
:root{--primary-color:#e53935;--primary-color-text-color:#fff;--secondary-color:#542e71;--secondary-color-text-color:#fff;--banner-button-bg-color:#e53935;--banner-button-bg-color-text-color:#fff;--sub-menu-item-bg-color:#f5f7f9;--sub-menu-item-bg-color-text-color:#000;--sub-menu-item-primary-color-text-color:#fff;--sub-menu-item-secondary-color-text-color:#fff;--sub-menu-item-banner-button-color-text-color:#fff;--horizontal-menu-bg-color:#fff;--horizontal-menu-bg-color-text-color:#000;--horizontal-menu-bg-color-alphize:#fff;--horizontal-menu-bg-color-sticky:#ffffffe6;--font-headline-name:'Archivo Black';--font-headline-weight:400;--font-headline-style:normal;--font-headline-fallback:sans-serif;--font-body-name:Montserrat;--font-body-fallback:sans-serif;--font-body-weight:400;--font-body-style:normal;--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,#0693e3ff 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,#fcb900ff 0%,#ff6900ff 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,#ff6900ff 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px #0003;--wp--preset--shadow--deep:12px 12px 50px #0006;--wp--preset--shadow--sharp:6px 6px 0 #0003;--wp--preset--shadow--outlined:6px 6px 0 -3px #ffff 6px 6px #000f;--wp--preset--shadow--crisp:6px 6px 0 #000f}
:where(.is-layout-flex){gap:.5em}
:where(.is-layout-grid){gap:.5em}
.is-layout-flex > :is(*,div){margin:0}
.is-layout-grid > :is(*,div){margin:0}
:where(.wp-block-columns.is-layout-flex){gap:2em}
:where(.wp-block-columns.is-layout-grid){gap:2em}
:where(.wp-block-post-template.is-layout-flex){gap:1.25em}
:where(.wp-block-post-template.is-layout-grid){gap:1.25em}
:where(.wp-block-post-template.is-layout-flex){gap:1.25em}
:where(.wp-block-post-template.is-layout-grid){gap:1.25em}
:where(.wp-block-columns.is-layout-flex){gap:2em}
:where(.wp-block-columns.is-layout-grid){gap:2em}
:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}



@media (max-width: 768px) {
.footer-container{display:flex;flex-wrap:wrap}
.footer-brand-box{width:100%;flex:0 0 100%}
.footer-links-column{width:50%;flex:0 0 50%}
.footer-links-column:last-child{width:100%;flex:0 0 100%}
}

svg{min-width:15px;min-height:15px;font-weight:900;}
.footer-bottom{text-align:center;padding:30px 0px 10px 30px;font-size:12px;}
.footer-bottom p{margin:5px 0;color:#fff;}
@media(max-width:900px) {
.footer-bottom{text-align:center;padding:10px;font-size:12px;}
.footer-bottom p{margin:5px 0;color:#fff;}
footer{padding-bottom:40px}
}
.footer-contact-section{padding:30px 70px 40px 70px;background:#fff}
.footer-contact-container{max-width:1450px;margin:auto;display:grid;grid-template-columns:520px 1fr;gap:40px}
.footer-contact-left{padding-right:10px}
.footer-small-title{display:inline-block;margin-bottom:12px;font-size:12px;color:#808080;font-weight:700;letter-spacing:.18em}
.footer-contact-title{font-family:'Montserrat';font-size:30px;font-weight:600;line-height:.92;margin-bottom:8px}
.footer-contact-line{width:80px;height:4px;border-radius:999px;background:#0931bc;margin-bottom:5px}
.footer-contact-description{font-size:13px;line-height:1.9;margin-bottom:14px;color:#808080;}
.footer-contact-form{display:grid;gap:16px;margin-top:20px;}
.footer-contact-form input,.footer-contact-form textarea{width:100%;padding:10px 18px;background:#ffffffbf;backdrop-filter:blur(10px);border:1px solid #00000014;outline:none;color:#0f1d33;border-radius:18px;font-size:14px;font-family:inherit;transition:.35s;box-sizing:border-box}
.footer-contact-form textarea{height:60px;resize:none}
.footer-contact-form input:focus,.footer-contact-form textarea:focus{border:1px solid #0931bc99;box-shadow:0 10px 30px #0931bc1f;background:#fff;transform:translateY(-2px)}
.footer-contact-form button{height:58px;width:100%;border:none;border-radius:999px;background:#0931bc;color:#fff;font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:14px;cursor:pointer;transition:.4s;box-shadow:0 15px 30px #0931bc40}
.footer-contact-form button:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0931bc59}
.footer-contact-form button svg{width:18px;height:18px;fill:currentColor}
.footer-map-box{border-radius:26px;overflow:hidden;max-height:500px;border:1px solid #ffffff14}
.footer-map-box iframe{width:100%;height:100%;border:none}
.footer-info-bar{background:#fff;padding:36px 70px}
.footer-info-wrapper{max-width:1450px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:nowrap}
.footer-social{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;white-space:nowrap;flex-shrink:0}
.footer-social span{font-size:14px;letter-spacing:1px;text-transform:uppercase;color:#000;font-weight:700;margin-right:12px}
.footer-social a{width:42px;height:42px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:.3s ease;flex-shrink:0}
.footer-social a svg{width:20px;height:20px;fill:#000;display:block}
.footer-social a:hover{transform:translateY(-4px)}
.footer-phone-box{display:flex;align-items:center;gap:18px;flex-shrink:0}
.footer-phone-icon{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0931bc;color:#fff;font-size:28px;flex-shrink:0}
.footer-phone-box span a{color:#081b2d;font-size:24px;font-weight:700;margin:0 0 4px;line-height:1}
.footer-phone-box p a{color:#667;margin:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}



@media(max-width:1200px) {
.footer-contact-container{grid-template-columns:1fr}
.footer-map-box{min-height:500px}
.main-footer-container{grid-template-columns:1fr 1fr}
.footer-info-wrapper{flex-direction:column;align-items:flex-start}
}
@media(max-width:768px) {
.footer-contact-section,.footer-info-bar,.main-footer{padding-left:30px;padding-right:30px}
.footer-contact-title{font-size:58px}
.footer-phone-box span{font-size:26px}
.main-footer-container{grid-template-columns:1fr}
.footer-bottom{flex-direction:column;align-items:flex-start}
}






@media (max-width:991px) {
.footer-container{display:flex;flex-wrap:wrap}
.footer-brand-box{width:100%;flex:0 0 100%}
.footer-links-column{width:100%;flex:0 0 50%}
.footer-links-column:last-child{width:100%;flex:0 0 100%}
.foo a{font-size:13px!important;}
}
.main-footer{background:#1428A8;color:#fff;padding:70px 0 0}
.main-footer-container{max-width:90%;margin:auto;padding:0 25px 60px;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:60px;align-items:flex-start}
.footer-brand-box img{width:240px;max-width:100%;margin-bottom:30px}
.footer-brand-box p{color:#d7ddff;font-size:14px;line-height:1.8}
.footer-links-column span{color:#fff;font-size:18px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.footer-links-column a,.footer-links-column p{display:block;color:#d7ddff;text-decoration:none;margin:18px 0px;font-size:14px;transition:.25s}
.footer-links-column a:hover{color:#fff}
.footer-socialx{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:25px}
.footer-socialx a{color:#fff}
.footer-socialx svg{width:24px;height:24px;fill:currentColor;transition:.25s}
.footer-socialx a:hover svg{transform:translateY(-3px)}
.footer-bottom{border-top:1px solid #ffffff1f;max-width:90%;margin:auto;padding:10px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.footer-bottom p{color:#d7ddff;margin:0}
.footer-bottom-links{display:flex;gap:35px;flex-wrap:wrap}
.footer-bottom-links a{color:#d7ddff;text-decoration:none}
.footer-bottom-links a:hover{color:#fff}
@media (max-width:991px) {
.main-footer-container{grid-template-columns:1fr 1fr;gap:40px}
.footer-brand-box{grid-column:1/-1}
.footer-bottom{padding-bottom:60px}
.footer-bottom{flex-direction:column;text-align:center}
}
@media (max-width:768px) {
.main-footer{padding-top:50px}
.main-footer-container{display:grid;grid-template-columns:repeat(2,1fr);gap:35px 25px}
.footer-brand-box{grid-column:1/-1;text-align:center}
.footer-brand-box img{margin:0 auto 25px}
.footer-links-column:nth-child(4){grid-column:1/-1;text-align:center}
.footer-socialx{justify-content:center}
.footer-links-column h5{font-size:18px}
.footer-links-column a,.footer-links-column p,.footer-brand-box p{font-size:16px}
}
@media (max-width:480px) {
.main-footer-container{padding:0 20px 40px;gap:30px 20px}
.footer-brand-box img{width:210px}
.footer-socialx{gap:14px}
.footer-socialx svg{width:22px;height:22px}
}
.footer-divider{border:0;height:2px;max-width:1450px;margin:0 auto;background:linear-gradient(60deg,transparent,rgba(9,49,188,.99),transparent);}

.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
svg{min-width:15px;min-height:15px;font-weight:900}
html{scroll-behavior:smooth}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Montserrat',sans-serif;color:#111;background:#fff;overflow-x:hidden}
img{width:100%;display:block}
a{text-decoration:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}



.sl-description{max-width:600px;color:#ffffffd6;font-size:14px;line-height:1.4;margin-bottom:10px}
.sl-feature-item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:12px}
@media(max-width:600px) {
.sl-feature-item{gap:6px}
}




.boat-section{padding:20px 0;background:#fff}
.containerx{width:min(1400px,96%);margin:auto;padding-top:40px}
.boat-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:center}
.subtitlex{display:block;font-size:.9rem;font-weight:700;letter-spacing:2px;color:#0D0E81;margin-bottom:5px}
.boat-content h2{font-size:40px;line-height:1.2;font-weight:800;color:#0931bc;margin-bottom:10px}
.line{width:80px;height:4px;background:#ffc300;margin-bottom:15px}
.boat-content p{font-size:14px;line-height:1.4;color:#444;margin-bottom:10px}
.boat-content strong{display:block;font-size:13px;color:#111;margin-top:20px}
.boat-image{position:relative}
.boat-image img{width:auto;max-height:400px;display:block;border-radius:20px;box-shadow:0 20px 50px #00000026}
.experience-card{position:absolute;top:0px;right:30px;width:250px;background:#0931bc;color:#fff;padding:8px;border-radius:0px 0px 20px 20px;text-align:center}
.experience-card span{font-size:30px;font-weight:800;display:block;margin:0;line-height:1}
.experience-card h3{line-height:1.1;font-size:20px;padding:5px}
.experience-card p{font-size:13px;font-weight:500;color:#fff;display:block}
.features-grid{margin-top:40px;display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#ddd;border-radius:20px;overflow:hidden}
.feature-box{background:#fff;padding:15px 10px;text-align:center}
.feature-box span{display:block;font-size:18px;font-weight:800;color:#0931bc;margin-bottom:5px}
.feature-box p{font-size:12px;line-height:1.2;color:#555}
.feature-box svg{fill:#0931bc!important;width:55px;height:55px;}

@media (max-width:991px) {
.sl-description{max-width:100%;color:#fff;font-size:12px;line-height:1.5;margin-bottom:5px;text-align:left}
.sl-features{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:5px;width:100%}
.sl-feature-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:10px;width:100%}
.sl-icon-circle{width:38px;height:38px;border-radius:50%;border:1px solid #ffffff40;display:flex;align-items:center;justify-content:center;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-shrink:0}
.sl-icon-circle svg{width:18px;height:18px;stroke:#fff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
}

.boat-gridx{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:center;padding-top:50px}
.boat-contentx h2{font-size:40px;line-height:1.2;font-weight:800;color:#0931bc;margin-bottom:10px}
.boat-contentx p{font-size:14px;line-height:1.4;color:#444;margin-bottom:10px}
.boat-contentx strong{display:block;font-size:13px;color:#111;margin-top:20px}
.boat-contentx ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.boat-contentx li{padding-left:30px;position:relative;font-size:13px;font-weight:600}
.boat-contentx li:before{content:"✓";position:absolute;left:0;top:0;color:#0052cc;font-weight:700}


.bottom-bar{margin-top:40px;background:#0931bc;color:#fff;padding:35px;border-radius:20px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}
.bottom-item strong{display:block;font-size:1.2rem;margin-bottom:8px}
.bottom-item span{opacity:.8}
@media(max-width:992px) {
.boat-grid,.advantages{grid-template-columns:1fr}
.features-grid{grid-template-columns:repeat(2,1fr)}
.bottom-bar{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px) {
.features-grid{grid-template-columns:1fr}
.bottom-bar{grid-template-columns:1fr}
.boat-content h2{font-size:2.2rem}
.experience-card{position:static;width:100%;margin-top:20px}
}










.fantasia-card{max-width:1450px;margin:auto;background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 15px 40px #00000026}
.herort{position:relative;height:250px;overflow:hidden}
.hero-bgrt{width:100%;height:100%;object-fit:cover;display:block}
.badge{position:absolute;top:0;right:30px;background:#ffc300;padding:10px;clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);text-align:center;color:#0b2d82;font-weight:800;font-size:16px;line-height:1.1;box-shadow:0 5px 15px #0003}
.badge span{display:block;margin-bottom:0px}
.badge i{font-size:30px;margin-top:2px}
.circle{position:absolute;border-radius:50%;overflow:hidden;border:5px solid #fff;box-shadow:0 10px 25px #00000040}
.circle img{width:100%;height:100%;object-fit:cover}
.bottomrt{width:120px;height:120px;right:30px;bottom:10px}
.contentrt{display:flex;align-items:center;justify-content:space-between;padding:10px}
.leftrt{width:58%}
.leftrt1{width:58%;padding-left:20px}
.titlert{display:flex;align-items:center;gap:20px;margin-bottom:20px}
.titlert img{width:80px}
.titlert p{font-size:36px;font-weight:800;color:#0b2d82;line-height:1.5}
.titlert span{font-family:Pacifico,cursive;font-size:45px;font-weight:400;color:#0068d6;line-height:1.1}
.titlert1{margin-bottom:10px}
.titlert1 p{font-size:30px;font-weight:800;color:#0b2d82;line-height:1.2}
.titlert1 span{font-family:Pacifico,cursive;font-size:35px;font-weight:400;color:#0068d6;line-height:1.2;}
.divider{width:1px;background:#ddd;height:200px}
.divider1{width:1px;background:#ddd;height:150px}
.right{width:35%;display:flex;flex-direction:column;justify-content:space-between}
.right ul{list-style:none;margin-bottom:10px}
.right li{font-size:13px;font-weight:600;margin-bottom:10px;color:#0b2d82;display:flex;align-items:center;gap:10px}
.right i{color:#0b2d82;font-size:20px}
.right1 ul{list-style:none;margin-bottom:10px}
.right1 li{font-size:13px;font-weight:600;margin-bottom:12px;color:#0b2d82;display:flex;align-items:center;gap:10px}
.right1 i{color:#0b2d82;font-size:20px}
.btn{display:flex;justify-content:center;align-items:center;width:100%;padding:10px 10px;background:#ffc300;color:#0b2d82;font-size:14px;font-weight:800;text-decoration:none;border-radius:12px;transition:.3s}
.btn:hover{background:#0b2d82;color:#fff}
.leftrt1{width:55%}
.right1{width:35%}
.divider1{margin:0 20px}
@media(max-width:991px) {
.content{flex-direction:column}
.left,.right{width:100%}
.divider{display:none}
.right{margin-top:40px}
.title h2{font-size:36px}
.title h3{font-size:38px}
.left p{font-size:18px}
.right li{font-size:20px}
.btn{font-size:22px;height:65px}
.captain{height:220px}
.mahi{height:150px;left:90px}
.top{width:150px;height:150px}
.bottom{width:180px;height:180px}
.badge{left:15px;padding:15px 18px 30px;font-size:13px}
}






.location-bannerxasd{width:100%;max-width:1500px;margin:auto;margin-top:90px;border-radius:30px 30px 0px 0px;overflow:hidden;background:#fff;box-shadow:0 20px 45px #00000026;display:grid;grid-template-columns:36% 28% 36%}
.locationxasd{position:relative;height:440px;overflow:hidden}
.locationxasd img{width:100%;height:100%;object-fit:cover}
.leftxasd{clip-path:polygon(0 0,100% 0,88% 100%,0 100%);}
.rightxasd{clip-path:polygon(0 0,100% 0,100% 100%,12% 100%);}


.overlayxasd{position:absolute;left:50px;bottom:50px;width:280px;color:#fff;z-index:10}
.overlayxasd h2{margin:0;font-family:'Satisfy',cursive;font-size:42px;font-weight:400;line-height:1;color:#fff;text-shadow:0 4px 12px #00000073}
.overlayxasd span{display:inline-block;margin:8px 0 18px;padding:5px 12px;background:#ffc300;color:#0931bc;font-size:13px;font-weight:700;letter-spacing:2px;border-radius:40px;text-transform:uppercase;box-shadow:0 8px 20px #00000040}
.overlayxasd ul{list-style:none;margin:0;padding:10px;background:#001a468c;backdrop-filter:blur(10px);border:1px solid #ffffff26;border-radius:18px}
.overlayxasd li{display:flex;align-items:center;gap:5px;padding:5px 0;font-size:13px;font-weight:500;border-bottom:1px solid #ffffff1f}
.overlayxasd li:last-child{border-bottom:none}
.overlayxasd li::before{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#ffffff1f;border-radius:50%;font-size:18px}
.overlayxasd li i{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#ffffff1f;color:#ffc300;font-size:16px}

.overlayxarid{position:absolute;right:50px;bottom:50px;width:280px;z-index:10;display:flex;flex-direction:column;align-items:flex-end;color:#fff}
.overlayxarid h2{margin:0;font-family:'Satisfy',cursive;font-size:42px;font-weight:400;line-height:1;color:#fff;text-align:right;text-shadow:0 4px 12px #00000073}
.overlayxarid span{display:inline-block;margin:8px 0 18px;padding:5px 12px;background:#ffc300;color:#0931bc;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border-radius:30px;box-shadow:0 8px 20px #00000040}
.overlayxarid ul{width:100%;list-style:none;margin:0;padding:10px;background:#001a468c;backdrop-filter:blur(10px);border:1px solid #ffffff26;border-radius:18px}
.overlayxarid li{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center;gap:5px;padding:5px 0;text-align:right;font-size:13px;font-weight:500;border-bottom:1px solid #ffffff1f}
.overlayxarid li:last-child{border-bottom:none}
.overlayxarid li i{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#ffffff1f;color:#ffc300;font-size:16px;transition:.3s}
.overlayxarid li:hover i{background:#ffc300;color:#0b2c73}
.overlayxarid li:hover{color:#ffc300}



.centerxasd{padding:15px;text-align:center;display:flex;flex-direction:column;justify-content:center}
.centerxasd h2{margin:0;font-size:25px;font-weight:700;line-height:1.5;color:#000;}
.centerxasd p{font-size:13px;}

.featuresxasd{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:35px;font-size:15px;}
.featuresxasd span{font-size:15px;}


.featuresxasd{display:grid;grid-template-columns:repeat(3,1fr);margin-top:15px;border-top:1px solid #e7e7e7}
.feature-item{padding:5px;text-align:center;position:relative}
.feature-item:not(:last-child){border-right:1px solid #e7e7e7}
.feature-item i{display:flex;align-items:center;justify-content:center;width:62px;height:62px;margin:0 auto 15px;border:2px solid #0b2c73;border-radius:50%;color:#0b2c73;font-size:28px;transition:.35s}
.feature-item span{display:block;color:#0b2c73;font-size:15px;font-weight:700;line-height:1.4;text-transform:uppercase;letter-spacing:.6px}
.feature-item:hover i{background:#f8b400;color:#fff;border-color:#f8b400;transform:translateY(-5px)}
.feature-item:hover span{color:#f8b400}




.footerxasd{width:100%;display:flex;background:#0931bc;align-items:center;justify-content:space-between;gap:40px;padding:0px 80px}
.address{flex:1;display:flex;align-items:center;gap:18px}
.location-icon{width:60px;height:60px;min-width:60px;border:2px solid #ffffff4d;border-radius:50%;display:flex;justify-content:center;align-items:center}
.location-icon i{color:#fff;font-size:28px}
.location-info h3{margin:0;color:#fff;font-size:24px;font-weight:700;line-height:1.1}
.location-info p{margin:5px 0 0;color:#fffc;font-size:15px;line-height:1.5}
.boat-logo{width:170px;height:auto;object-fit:contain;flex-shrink:0}
.main-logo{width:190px;height:auto;object-fit:contain;flex-shrink:0}
.footer-right{display:flex;align-items:center;gap:50px;flex-shrink:0}
@media (max-width:991px) {
.footerxasd{flex-wrap:wrap;justify-content:center;text-align:center;gap:30px}
.address{width:100%;justify-content:center}
.footer-right{justify-content:center;gap:35px}
}
@media (max-width:576px) {
.address{flex-direction:column;text-align:center}
.boat-logo{width:120px}
.main-logo{width:140px}
.footer-right{gap:20px}
}




.content{max-width:96%;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:75% 25%;gap:15px;align-items:start;}
.booking-fixed{position:sticky;right:0;top:0px;align-self:start;height:fit-content;z-index:100;background:#0931bc;border:10px solid #fff;border-radius:30px}
@media (max-width:1100px) {
.content{grid-template-columns:1fr}
.booking-fixed{position:relative;top:0;margin-top:0;;}
}
@media (max-width:768px) {
.main{grid-template-columns:1fr}
.content{margin-top:50px;padding:0 15px;gap:35px}
.feature{padding:30px}
.booking-content{padding:25px}
}








@media(max-width:991px) {
.content{flex-direction:column}
.left,.right{width:100%}
.divider{display:none}
.right{margin-top:40px}
.title h2{font-size:36px}
.title h3{font-size:38px}
.left p{font-size:18px}
.right li{font-size:20px}
.btn{font-size:22px;height:65px}
.captain{height:220px}
.mahi{height:150px;left:90px}
.top{width:150px;height:150px}
.bottom{width:180px;height:180px}
.badge{left:15px;padding:15px 18px 30px;font-size:13px}
}


.calendar-sea{max-width:100%}
.calendar-header{display:flex;align-items:center;justify-content:center;}
.calendar-header select{height:32px;border-radius:12px;border:1px solid #eaeaea;padding:0 6px;background:#fff;font-weight:600;box-shadow:0 2px 6px rgba(0,0,0,.04)}
.calendar-header button{height:32px;width:32px;border-radius:12px;border:none;background:#f3f3f3;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
.calendar-header button:hover{background:#e9e9e9;transform:scale(1.05)}
.calendar{background:#fff;}




.offshore-layout{max-width:1500px;margin:auto;display:grid;grid-template-columns:1fr 340px;gap:0px;align-items:start}

.offshore-content{width:100%;padding-right:370px}
@media(max-width:1200px) {
.booking-fixed{position:relative;top:auto;right:auto;width:100%}
.offshore-content{padding-right:0}
.offshore-layout{grid-template-columns:1fr}
}



.booking-top{position:relative;overflow:hidden;height:150px;text-align:center;border-radius:20px 20px 0px 0px;padding:10px 5px;background:linear-gradient(180deg,#1b4f8d 0%,#0d3569 100%);display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.booking-top img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0}
.booking-top::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,#0931bc 0%,#0931bce6 15%,#0931bc99 35%,#0931bc33 50%,transparent 65%,transparent 100%)}
.booking-top h3,.booking-top .rating,.booking-top p{position:relative;z-index:2}
.booking-top h3{color:#fff;font-size:18px;font-weight:700;letter-spacing:.5px;line-height:1.2}
.rating{color:#ffc300;font-size:15px;font-weight:700;line-height:1.4}
.rating span{color:#fff;margin-left:6px;font-size:15px;line-height:1.4}
.booking-top p{color:#fff;font-size:12px;line-height:1.4}


.booking-content{padding:15px 20px}
.booking-content span{color:#fff;font-size:24px;font-weight:700;line-height:1.2}
.trip-info{list-style:none;padding:0;margin:0 0 30px}
.trip-info li{color:#fff;display:flex;align-items:center;gap:12px;margin-bottom:18px;font-size:16px}
.trip-info i{width:22px;color:#ffc928;text-align:center}
.btn-book,.btn-whatsapp,.btn-call{display:flex;justify-content:center;padding:10px;font-size:15px;align-items:center;gap:5px;width:100%;text-decoration:none;border-radius:8px;font-weight:700;transition:.3s;margin-bottom:10px}
.btn-book{background:#ffc300;color:#0D0E81;}
.btn-book:hover{background:#ffb000}
.btn-whatsapp{border:2px solid #ffffff40;color:#fff;}
.btn-whatsapp:hover{background:#0b5d3b;border-color:#25D366}
.btn-whatsapp i{color:#25D366;}
.btn-call{border:2px solid #ffffff40;color:#fff;}
.btn-call:hover{background:#ffc300;color:#0D0E81;}

@media(max-width:991px) {
.booking-card{width:100%;position:relative;top:auto}
}


:root{ --blue:#08285c; --yellow:#ffc107; --white:#fff; --radius:24px; --shadow:0 20px 50px rgba(0,0,0,.18);}


.hero-right{background:#fff;padding:20px;border-radius:10px}
*{margin:0;padding:0;box-sizing:border-box}
:root{--blue:#0D0E81;--blue2:#0b3478;--yellow:#FDB913;--white:#fff;--gray:#e7e7e7}
body{font-family:Montserrat,sans-serif;background:#fff;color:#222}
.heroz{position:relative;overflow:hidden;min-height:1100px}
.hero-imagez{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlayz{position:absolute;inset:0;background:linear-gradient(90deg,#04122de6 0%,#04122dbf 35%,#04122d40 70%,#04122d1a 100%);z-index:1}
.hero-containerz{position:relative;z-index:5;max-width:1450px;margin:auto;padding:70px 30px;display:grid;grid-template-columns:1.2fr 420px;gap:80px;align-items:center}
.hero-left{max-width:700px}
.mini-title{display:inline-block;color:var(--yellow);font-weight:700;letter-spacing:1px;font-size:15px;margin-bottom:25px}
.hero-left h1{font-size:72px;line-height:1;font-weight:800;color:#fff;margin-bottom:28px;text-transform:uppercase}
.gold-line{width:90px;height:5px;background:var(--yellow);border-radius:20px;margin-bottom:35px}
.hero-left p{font-size:22px;line-height:1.8;color:#fff;max-width:650px;opacity:.95}
.btn-yellow{background:var(--yellow);color:#0D0E81;padding:20px 34px;border-radius:12px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:14px;transition:.3s}
.btn-yellow:hover{transform:translateY(-5px);box-shadow:0 18px 35px #00000040}
.btn-outline{border:2px solid var(--yellow);color:#fff;padding:20px 34px;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:14px;text-decoration:none;transition:.3s}
.btn-outline:hover{background:var(--yellow);color:#0D0E81}
.wave-divider{position:absolute;left:0;bottom:0px;width:100%;line-height:0;z-index:20}
.wave-divider svg{display:block;width:100%;height:140px}
@media (min-width: 768px) {
.main-content{padding-top:120px;}
.hero-foam{position:absolute;left:0;bottom:10px;width:100%;height:450px;background:url(../img/foam.png) repeat-x center bottom;background-size:cover;z-index:15;pointer-events:none}
}
.hero-foam{position:absolute;left:0;width:100%;height:450px;bottom:-150px;background:url(../img/foam.png) no-repeat center bottom;background-size:100% auto;z-index:20;pointer-events:none}
@media (max-width:991px) {
.hero{position:relative;overflow:visible}
.hero-foam{position:absolute;left:0;bottom:-20px;width:100%;max-height:110px;background:url(../img/foam.png) no-repeat center bottom;background-size:100% 70px;z-index:20;pointer-events:none}
}
@media (max-width:991px) {
.video-desktop{display:none}
.imagen-movil{display:block;position:absolute;inset:0;width:100%;height:100%;z-index:0}
.imagen-movil img{width:100%;height:100%;object-fit:cover;display:block}
.sl-feature-item{justify-content:center}
.meet{font-size:2.1rem;line-height:1.1}
.sl-description{font-size:1rem;line-height:1.4}
.hero-foam{position:absolute;left:0;bottom:-40px;width:100%;height:250px;background:url(../img/foam.png) repeat-x center bottom;background-size:cover;z-index:15;pointer-events:none}
.sl-description{font-size:12px;margin-bottom:10px;}
.sl-feature-item{flex-direction:column;text-align:center}
}

@media (max-width:991px) {
.sl-feature-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:10px;width:100%}
}

@media (max-width:991px) {
.video-desktop{display:none}
.imagen-movil{display:block;position:absolute;inset:0;width:100%;height:100%;z-index:0}
.imagen-movil img{width:100%;height:100%;object-fit:cover;display:block}
.meet{font-size:2.1rem;line-height:1.1}
.sl-description{font-size:1rem;line-height:1.4}
.hero-foam{position:absolute;left:0;bottom:-40px;width:100%;height:250px;background:url(../img/foam.png) repeat-x center bottom;background-size:cover;z-index:15;pointer-events:none}
.sl-description{font-size:12px;margin-bottom:10px;}
}

.booking-card{background:#fff;border-radius:28px;box-shadow:0 35px 70px #00000038;max-width:410px;margin-left:auto;position:relative;z-index:20}
.booking-top{background:linear-gradient(90deg,#0931bc 0%,#092a9c 50%,#0D0E81 100%);text-align:center;color:#fff}
.booking-title{font-size:26px;font-weight:700;margin-bottom:18px}
.stars{font-size:24px;color:#FDB913;font-weight:700}
.stars span{color:#fff;margin-left:8px}
.booking-top small{display:block;margin-top:10px;opacity:.85;font-size:15px}
.booking-image{width:100%;height:250px;object-fit:cover;display:block}
.booking-body{background:#0D0E81;padding:35px;color:#fff}
.booking-body h2{font-size:48px;line-height:1;margin-bottom:30px;font-weight:800}
.booking-body ul{list-style:none;display:flex;flex-direction:column;gap:22px;margin-bottom:35px}
.booking-body li{display:flex;align-items:center;gap:18px;font-size:18px}
.booking-body li i{width:22px;color:#FDB913;font-size:20px}
.booking-btn{display:flex;justify-content:center;align-items:center;gap:12px;height:62px;border-radius:14px;margin-bottom:16px;font-weight:700;text-decoration:none;transition:.3s}
.booking-btn.yellow{background:#FDB913;color:#0D0E81}
.booking-btn.yellow:hover{transform:translateY(-4px)}
.booking-btn.whatsapp{border:2px solid #25D366;color:#fff}
.booking-btn.whatsapp:hover{background:#25D366}
.booking-btn.outline{border:2px solid #ffffff59;color:#fff}
.booking-btn.outline:hover{background:#fff;color:#0D0E81}
.tripadvisor{text-align:center;margin-top:15px}
.tripadvisor small{display:block;color:#d5dff2;margin-bottom:5px;font-size:13px}
.tripadvisor img{max-width:100%;max-height:90px;}


.containerft{margin:auto;padding:0px}
.features{background:#fff;margin-top:25px;position:relative;z-index:30}
.features .containerft{display:grid;grid-template-columns:repeat(4,1fr);gap:0px}
.feature{text-align:center;padding:10px}
.feature-icon{width:90px;height:90px;border-radius:50%;margin:auto;display:flex;align-items:center;justify-content:center;font-size:40px;color:#0931bc;background:#f7f8fc;box-shadow:0 10px 25px #00000014;margin-bottom:10px;transition:.35s}
.feature:hover .feature-icon{transform:translateY(-8px);background:#ffc300;color:#0931bc}
.feature span{font-size:18px;font-weight:800;line-height:1.2;margin-bottom:5px;color:#0D0E81}
.feature p{font-size:14px;line-height:1.3;color:#555}
.discount{margin:20px 0px 0px 0px}
.discount-content{display:grid;grid-template-columns:1fr;gap:10px;align-items:center;background:#173b84;border-radius:30px;padding:20px;overflow:hidden;box-shadow:0 10px 25px #0000002e}
.discount-info{display:flex;align-items:center;gap:30px}
.discount-badge{width:95px;height:95px;border:2px solid #fff3;border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:42px;color:#fff;flex-shrink:0}
.discount-top{display:inline-block;color:#ffc107;font-weight:700;letter-spacing:1px;margin-bottom:12px}
.discount-text h2{font-size:35px;line-height:1;color:#fff;margin-bottom:10px}
.discount-text h2 strong{color:#ffc107}
.discount-text p{color:#ffffffbf;font-size:13px;margin-bottom:10px}
.discount-code{display:flex;align-items:center;gap:20px;background:#fff;border-radius:16px;padding:10px 45px;width:max-content}
.discount-code small{color:#777;text-transform:uppercase;font-size:12px;display:block}
.discount-code strong{font-size:32px;color:#173b84;letter-spacing:1px}
.copy-code{margin-left:15px;border:none;background:#ffc107;color:#173b84;font-weight:700;padding:14px 22px;border-radius:10px;cursor:pointer;transition:.3s}
.copy-code:hover{transform:translateY(-2px)}
.discount-image img{width:100%;border-radius:20px;display:block}


.experience{padding:10px 0px;background:#fff}
.experience-container{max-width:1450px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.experience-image{position:relative}
.experience-badge{background:#ffc300;color:#0D0E81;padding:7px 47px;margin-bottom:20px;width:fit-content;border-radius:14px;font-weight:700;display:flex;align-items:center;gap:12px;box-shadow:0 15px 35px #0000002e}
.section-tag{display:inline-block;background:#eef5ff;color:#0b3478;padding:10px 20px;border-radius:40px;font-weight:700;margin-bottom:5px}
.experience-content h2{font-size:44px;line-height:1.1;color:#0931bc;margin-bottom:20px;font-weight:800}
.experience-content p{font-size:16px;line-height:1.5;color:#666;margin-bottom:15px}
.species-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:20px}
.species-grid div{background:#f7f9fc;padding:5px;color:#0b3478;border-radius:14px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:5px;transition:.3s}
.species-grid div:hover{background:#ffc300;transform:translateX(8px)}
.species-grid i{color:#0D0E81}

.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}
.stats div{background:linear-gradient(180deg,#17189d 0%,#0d0e81 100%);border-radius:24px;min-height:120px;padding:18px 15px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 12px 25px #0d0e812e}
.stats p{margin:0 0 10px;color:#ffc300;font-size:clamp(22px,2vw,38px);font-weight:800;line-height:1.05;letter-spacing:-.5px;text-wrap:balance}
.stats span{color:#fff;font-size:15px;line-height:1.35;opacity:.9;max-width:90%;text-wrap:balance}
@media (max-width:991px) {
.stats{gap:12px}
.stats div{min-height:100px;padding:14px 10px;border-radius:18px}
.stats p{font-size:20px}
.stats span{font-size:12px}
}


.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:170px;gap:12px;width:100%}
.gallery a{position:relative;display:block;overflow:hidden;border-radius:30px;background:#f5f5f5;cursor:pointer}
.gallery img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.gallery a:hover img{transform:scale(1.08)}
.gallery .big{grid-column:1 / 3;grid-row:span 1;}
.gallery .big1{grid-column:1 / 2;grid-row:span 1}
.more-photos{position:relative}
.more-photos::before{content:"";position:absolute;inset:0;background:#0717368c;z-index:1;transition:.3s}
.gallery a:hover::before{background:#07173659}
.more-photos .overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;z-index:2;pointer-events:none}
.more-photos .overlay span{font-size:42px;font-weight:800;line-height:1}
.more-photos .overlay small{margin-top:6px;font-size:18px;font-weight:600}
@media (max-width:991px) {

.more-photos .overlay span{font-size:28px}
.more-photos .overlay small{font-size:13px}
.gallery a{border-radius:18px}
.more-photos .overlay span{font-size:34px}
.more-photos .overlay small{font-size:15px}
.features{margin-top:0px;}
}



.booking-calendar{display:grid;grid-template-columns:1fr;gap:5px;align-items:start;}
.calendar-card{background:#fff;overflow:hidden;box-shadow:0 20px 45px #0000001a;}
.calendar-header{background:#0931bc;padding:10px;display:flex;justify-content:space-between;align-items:center}
.calendar-selects{display:flex;gap:12px}
.calendar-selects select{height:26px;padding:0 8px;border:none;border-radius:12px;background:#fff;color:#0931bc;font-size:14px;font-weight:700;outline:none;cursor:pointer}
.calendar-arrow{width:26px;height:26px;border:none;border-radius:50%;background:#f4b400;color:#0931bc;font-size:12px;cursor:pointer;transition:.25s}
.calendar-arrow:hover{transform:scale(1.08)}
.calendar{width:100%;border-collapse:collapse}
.calendar thead th{padding:0;background:#f8f9fb;color:#123d75;font-size:14px;font-weight:700;}
.calendar td{width:14.28%;height:30px;text-align:center;font-size:14px;vertical-align:middle;cursor:pointer;transition:.25s;font-weight:600;color:#8d8d8d;}
.calendar td:hover{background:#0931bc;color:#fff;border-radius:12px;}
.calendar td.empty{background:#fcfcfc;color:#fff;cursor:default;}
.calendar td.disabled{color:#cfcfcf;cursor:default}
.calendar td.today{background:#0931bc;border-radius:10px;color:#fff;font-weight:700}
.calendar td.selected{background:#f4b400;color:#0931bc;font-weight:800}
.selected-date-card{background:#0931bc;color:#fff;border-radius:24px;padding:35px;position:sticky;top:120px;box-shadow:0 20px 45px #0000002e}
.selected-icon{width:85px;height:85px;margin:auto;border-radius:50%;background:#f4b400;color:#0931bc;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:20px}
.selected-date-card small{display:block;text-align:center;letter-spacing:2px;font-weight:700;opacity:.8}
.selected-date-card h2{text-align:center;margin:18px 0;font-size:2rem;line-height:1.2}
.selected-date-card p{text-align:center;line-height:1.7;opacity:.9}
.btn-book-calendar{margin-top:30px;display:block;width:100%;text-align:center;padding:18px;border-radius:14px;text-decoration:none;background:#f4b400;color:#0931bc;font-weight:800;letter-spacing:1px;transition:.25s}
.btn-book-calendar:hover{transform:translateY(-3px);background:#ffc933}
@media(max-width:991px) {
.booking-calendar{grid-template-columns:1fr}
.selected-date-card{position:relative;top:0}
}
@media(max-width:600px) {
.calendar-header{flex-direction:column;gap:15px}
.calendar-selects{width:100%}
.calendar-selects select{width:100%}
.calendar td{height:30px;font-size:12px}
#monthYear{font-size:1.3rem}
}

.experience{margin-bottom:20px}

@media (max-width:991px) {
.experience{padding:0px 5px}
.experience-container{grid-template-columns:1fr;gap:35px}
.experience-image{order:1}
.experience-content{order:2;text-align:left}
.experience-badge{width:100%;padding:10px 18px;font-size:14px;margin-bottom:18px;border-radius:12px}
.experience-content h2{font-size:32px;line-height:1.15;margin-bottom:18px}
.experience-content p{font-size:15px;}
.species-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.species-grid div{padding:12px;font-size:13px;border-radius:12px}
.calendar-header{background:#0931bc;padding:5px;display:grid;grid-template-columns:48px 1fr 110px 48px;gap:10px;align-items:center}
.calendar-header button{width:28px;height:28px;border:none;border-radius:14px;background:#fff;color:#0931bc;font-size:14px;font-weight:700;cursor:pointer}
.calendar-header select{width:100%;height:28px;border:none;border-radius:14px;background:#fff;padding:0 14px;font-size:14px;font-weight:700;color:#111;outline:none}
}

@media (max-width:768px) {
.features .containerft{display:grid;grid-template-columns:repeat(2,1fr);gap:0px}
.feature{text-align:center;padding:18px 12px}
.feature-icon{font-size:30px;margin-bottom:12px}
.feature span{display:block;font-size:15px;font-weight:700;line-height:1.3;margin-bottom:8px}
.feature p{font-size:13px;line-height:1.4;margin:0}
}
@media (max-width:480px) {
.containerft{gap:10px}
.feature{padding:15px 10px}
.feature-icon{font-size:26px}
.feature span{font-size:14px}
.feature p{font-size:12px}
}

h2{font-size:44px;line-height:1.1;color:#0931bc;margin-bottom:20px;font-weight:800;}


.trip-details{width:100%;max-width:1400px;margin:0 auto;padding:20px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:start}
@media (max-width:900px) {
.trip-details{grid-template-columns:1fr;gap:20px}
}
.card{background:#fff;border:1px solid #e8edf5;border-radius:12px;padding:25px;box-shadow:0 10px 30px #0000000d}
@media(max-width:1100px) {
.trip-details{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px) {
.trip-details{grid-template-columns:1fr}
}

.timeline{list-style:none;display:flex;flex-direction:column;gap:22px}
.timeline li{display:flex;gap:18px;position:relative}
.timeline li::before{content:"";position:absolute;left:8px;top:30px;bottom:-22px;width:2px;background:#dbe6f2}
.timeline li:last-child::before{display:none}
.timeline span{width:90px;font-weight:700;color:#003a6d}
.timeline h4{margin-bottom:4px;font-size:15px}


.timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}
.timeline li{position:relative;display:grid;grid-template-columns:20px 80px 1fr;gap:5px;align-items:flex-start;}
.timeline li:last-child{padding-bottom:0}
.timeline li:not(:last-child)::after{content:"";position:absolute;left:9px;top:18px;bottom:-18px;width:2px;background:#d8e2ef}
.timeline-icon{position:relative;z-index:2;width:20px;display:flex;justify-content:center}
.timeline-icon i{font-size:10px;color:#0b4ea2;background:#fff;border:3px solid #0b4ea2;border-radius:50%;width:14px;height:14px;display:flex;align-items:center;justify-content:center}
.timeline-time{font-size:13px;font-weight:700;color:#0D0E81;line-height:1.4;white-space:nowrap;padding-top:1px}
.timeline-content h4{margin:0 0 4px;font-size:14px;font-weight:700;text-transform:uppercase;color:#1b2f4a}
.timeline-content p{margin:0;font-size:13px;line-height:1.6;color:#6b7280}

.card.map{background:#fff;border:1px solid #e8edf5;border-radius:12px;padding:25px;box-shadow:0 10px 25px #0000000d}
.card-title{margin:0 0 20px;grid-column:1 / -1;font-size:18px;font-weight:700;text-transform:uppercase;color:#0931bc;letter-spacing:.5px;width:100%}
.map-image{position:relative;overflow:hidden;border-radius:10px;margin-bottom:20px}
.map-image img{display:block;width:100%;height:auto;border-radius:10px}
.map-point{position:absolute;color:#fff;text-align:center;text-shadow:0 2px 5px #000000b3}
.map-point strong{display:block;font-size:15px;font-weight:700;line-height:1}
.map-point small{display:block;margin-top:3px;font-size:11px;text-transform:uppercase;letter-spacing:1px}
.marina{left:8%;bottom:18%;text-align:left}
.marina span{background:#003b72d9;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:600}
.tuna{left:48%;top:63%}
.sailfish{left:60%;top:40%}
.marlin{right:10%;top:12%}
.map-info{display:grid;gap:12px}
.info-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#555}
.info-item i{width:36px;height:36px;border-radius:50%;background:#f4f8fd;color:#0b4ea2;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}
.list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}
.list li{display:flex;align-items:center;gap:10px;font-size:14px}

.boat-gridti{display:grid;grid-template-columns:minmax(320px,700px);justify-content:center;align-items:center;padding:0px 20px}
.boat-contentti{width:100%;max-width:1000px;margin:0 auto;text-align:center}
.subtitleti{display:block;font-size:.95rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#0D0E81}
.boat-contentti h2{margin:0;font-size:40px;line-height:1.4;font-weight:800;text-transform:uppercase;color:#0931bc}
.boat-contentti h2 span{color:#ffc300}
.boat-contentti p{font-size:14px;line-height:1.4;color:#555;margin-bottom:10px;text-transform:none;}
.boat-contentti strong{display:block;margin:35px 0 20px;font-size:15px;font-weight:700;color:#111}
.boat-contentti ul{list-style:none;padding:0;margin:0 auto;max-width:620px;display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px 30px;text-align:left}
.boat-contentti li{position:relative;padding-left:28px;font-size:15px;line-height:1.5;color:#555}
.boat-contentti li::before{content:"✓";position:absolute;left:0;top:0;color:#ffc300;font-weight:700;font-size:16px}
@media (max-width:768px) {
.boat-gridti{padding:40px 20px}
.subtitleti{font-size:.8rem;letter-spacing:2px}
.boat-contentti h2{font-size:42px}
.boat-contentti p{font-size:17px}
.boat-contentti ul{grid-template-columns:1fr;gap:12px}
}

@media(max-width:768px) {
.included-grid{grid-template-columns:1fr;gap:14px}
}
.included{background:#fff;border:1px solid #e7edf5;border-radius:12px;padding:25px;box-shadow:0 10px 25px #0000000d}
.included-grid{display:grid;grid-template-columns:1fr;gap:15px 25px;margin-top:20px;height:230px}
.excluded-grid{display:grid;grid-template-columns:1fr;gap:15px 25px;margin-top:20px;height:230px}
.included-item,.excluded-item{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:400;color:#4b5563;line-height:1.4}
.included-item i,.excluded-item i{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px}
.included-item i{background:#eaf8ef;color:#28a745}
.excluded-item i{background:#fdecec;color:#e53935}


.accomoda{background:#fff;border:1px solid #e7edf5;border-radius:12px;padding:25px;box-shadow:0 10px 25px #0000000d}
.accomoda-grid{display:grid;grid-template-columns:1fr;margin-top:5px;height:230px}
.accomoda-grid1{display:grid;grid-template-columns:1fr;margin-top:5px;height:330px}
.accomoda-item{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:400;color:#4b5563;line-height:1.4}
.accomoda-item i{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px}
.accomoda-item i{background:#eaf8ef;color:#28a745}

.pricingpack{display:grid;grid-template-columns:1fr;gap:15px;}


.pricing{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:35px;margin-bottom:30px}
.price-card{position:relative;background:#fff;overflow:hidden;box-shadow:0 18px 45px #00000014;transition:.35s}
.price-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px #0000001f}
.price-header{background:linear-gradient(90deg,#0931bc 0%,#092a9c 50%,#0D0E81 100%);color:#fff;text-align:center;padding:20px 5px 5px 5px}
.price-header span{display:block;font-size:12px;font-weight:700;letter-spacing:1px;opacity:.9}
.price-header p{font-size:16px;color:#fff;line-height:2.0;font-weight:600;}
.price{font-size:48px;font-weight:800;line-height:1}
.pricepack{font-size:20px;font-weight:800;line-height:40px}
.price-card ul{list-style:none;margin:35px;padding:0}
.price-card li{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:#4d5d72;font-size:16px}
.price-card li i{color:#18b566;font-size:18px}
.btn-price{display:block;margin:20px;padding:10px;text-align:center;text-decoration:none;border-radius:10px;background:#0D0E81;color:#fff;font-weight:700;transition:.3s}
.btn-price:hover{background:#ffc300;color:#0D0E81;}
.featured{border:2px solid #ffc300}
.ribbon{position:absolute;top:18px;right:-55px;width:180px;text-align:center;background:#ffc300;color:#fff;font-size:12px;font-weight:700;padding:4px 0;transform:rotate(45deg);letter-spacing:1px}
@media(max-width:900px) {
.pricing{grid-template-columns:1fr;}
.price{font-size:48px}
}

.captain{display:flex;gap:25px;align-items:center}
.captain img{width:180px;border-radius:12px}
.captain ul{margin-top:18px;display:grid;gap:8px}


.faq{display:grid;grid-template-columns:1fr;margin-bottom:30px}
.faq{background:#fff;border:1px solid #e7edf5;border-radius:12px;padding:25px;box-shadow:0 10px 25px #0000000d}
.faq details{border:1px solid #e7edf5;border-radius:8px;overflow:hidden;transition:.3s;margin-bottom:20px;margin:10px;}
.faq details:last-child{margin-bottom:0}
.faq details[open]{border-color:#0b4ea2}
.faq summary{list-style:none;cursor:pointer;padding:18px 22px;font-size:15px;font-weight:600;color:#0D0E81;position:relative;user-select:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:24px;color:#0D0E81;font-weight:300;transition:.3s}
.faq details[open] summary::after{content:"−"}
.faq p{margin:0;padding:0 22px 20px;color:#555;font-size:14px;line-height:1.7}


.captain-card{padding:25px}
.captain-title{margin:0 0 20px;font-size:14px;font-weight:800;letter-spacing:1.5px;color:#0b5ea8;text-transform:uppercase}
.captain-content{display:grid;grid-template-columns:140px 1fr;gap:22px;align-items:flex-start}
.captain-image{border-radius:14px;overflow:hidden;background:#eef5fb;border:1px solid #edf2f7}
.captain-image img{width:100%;display:block;transition:.35s}
.captain-card:hover .captain-image img{transform:scale(1.05)}
.captain-info h4{font-size:20px;font-weight:700;color:#0931bc}
.captain-info p{margin:0 0 5px;font-size:13px;line-height:1.5;color:#555}
.captain-list{list-style:none;padding:0;margin:0;display:grid;gap:10px;margin-top:15px}
.captain-list li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:400;color:#555}
.captain-list i{width:24px;height:24px;border-radius:50%;background:#e8f8ee;color:#1fa463;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}
@media(max-width:768px) {
.captain-content{grid-template-columns:1fr;text-align:center}
.captain-image{max-width:220px;margin:auto}
.captain-list{max-width:250px;margin:0 auto}
}



.boat-gridx{display:grid;grid-template-columns:1fr 1.2fr;gap:20px;align-items:center;padding-top:20px;margin-bottom:30px}
.subtitlex{display:block;font-size:.9rem;font-weight:700;letter-spacing:2px;color:#0D0E81;margin-bottom:5px}
.boat-contentx h2{font-size:35px;line-height:1.2;font-weight:800;color:#0931bc;margin-bottom:10px}
.linex{width:80px;height:4px;background:#ffc300;margin-bottom:5px;}
.boat-contentx p{font-size:13px;line-height:1.7;color:#555;margin-bottom:10px}
.boat-contentx strong{display:block;font-size:13px;color:#111;margin-top:20px}
.boat-contentx ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.boat-contentx li{padding-left:20px;position:relative;color:#555;font-size:13px;font-weight:400}
.boat-contentx li:before{content:"✓";position:absolute;left:0;top:0;color:#ffc300;font-weight:700}
.boat-header{grid-column:1 / -1;}
.boat-header h2{font-size:35px;line-height:1.2;font-weight:800;color:#0931bc;margin-bottom:10px}

@media (max-width:991px) {
.boat-gridx{grid-template-columns:1fr;gap:30px;padding-top:30px}
.boat-contentx{order:1;text-align:center}
.galleryxs{order:2}
.subtitlex{font-size:.8rem;letter-spacing:1px}
.boat-contentx h2{font-size:30px;line-height:1.2}
.linex{margin:15px auto}
.boat-contentx p{font-size:14px;line-height:1.7}
.boat-contentx ul{grid-template-columns:1fr;gap:12px;margin-top:20px}
.boat-contentx li{font-size:13px;padding-left:25px;text-align:left}
}


.galleryxs{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.gallery-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:.3s ease}
.gallery-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}
.gallery-card img{width:100%;height:140px;object-fit:cover;display:block}
.gallery-card span{display:block;padding:8px 0px 0px 0px;font-size:15px;font-weight:700;line-height:1.3;text-align:center;color:#0931bc;text-transform:uppercase}
.gallery-card p{padding:0px 5px 5px 5px;font-size:12px;line-height:1.5;text-align:center;color:#555}
@media (max-width:991px) {
.gallery{grid-template-columns:repeat(2,1fr);gap:18px}
.gallery-card img{height:170px}
.gallery-card span{font-size:15px}
.gallery-card p{font-size:12px}
details summary{cursor:pointer;font-size:12px;font-weight:700;color:#555;padding:5px;outline:none;}
details summary:hover{text-decoration:underline;}
details p{margin:10px 0 0 10px;color:#555;line-height:18px;font-size:13px!important;}
.faq{width:96%;margin:0 auto;padding:5px;background:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:grid;grid-template-columns:repeat(2,1fr);gap:25px}
.faq span{grid-column:1/-1;text-align:center}
.faq-item{width:100%;margin:0;padding-bottom:5px;border-bottom:1px solid #ddd}
.blog-area{position:relative;padding:0px;}
}

.experience-content h2{font-size:32px;}



.itinerary-section{background:#fff;border-radius:22px;padding:45px;box-shadow:0 10px 35px #00000012}
.card-badge{display:inline-block;background:#ffc300;color:#0D0E81;font-size:14px;font-weight:700;letter-spacing:1px;padding:7px 34px;border-radius:50px;margin-bottom:15px}
.card-header h2{margin:0;font-size:34px;color:#153b93}
.card-header p{color:#666;margin-bottom:20px}
.card-headerspan h3{margin:0;font-size:34px;color:#153b93}
.card-headerspan p{color:#666;margin:0;font-weight:400}
.card-headerspan span{margin:0;font-size:20px;color:#153b93}
.card-headerspan{margin:0;font-size:34px;color:#153b93;font-weight:600}
.itinerary{position:relative;display:flex;flex-direction:column;gap:25px}
.itinerary::before{content:"";position:absolute;left:24px;top:0;bottom:0;width:3px;background:#0D0E81}
.day-card{position:relative;display:grid;grid-template-columns:50px 1fr;gap:25px;align-items:flex-start}
.day-number{width:50px;height:50px;border-radius:50%;background:#ffc300;color:#0D0E81;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2}
.day-content{background:#f8f9fc;border-radius:18px;padding:15px 24px;border:1px solid #e8edf5;transition:.3s}
.day-card:hover .day-content{transform:translateY(-3px);box-shadow:0 15px 30px #00000014}
.day-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#0D0E81;margin-bottom:8px}
.day-content h3{margin:0 0 10px;color:#0931bc;font-size:22px}
.day-content p{margin:0;color:#555;line-height:1.8}
@media(max-width:768px) {
.itinerary-section{padding:30px 20px}
.day-card{grid-template-columns:42px 1fr;gap:15px}
.day-number{width:42px;height:42px;font-size:18px}
.itinerary::before{left:20px}
.card-header h2{font-size:28px}
}


.itinerary-package{background:#fff;border-radius:22px;padding:30px;margin-bottom:20px;box-shadow:0 10px 35px #00000012}
.card-badgepack{display:inline-block;background:#ffc300;color:#0D0E81;font-size:14px;font-weight:700;letter-spacing:1px;padding:7px 34px;border-radius:50px;margin-bottom:15px}
.card-header h2{margin:0;font-size:34px;color:#153b93}
.card-header p{color:#666}
.itinerary{position:relative;display:flex;flex-direction:column;gap:25px}
.itinerary::before{content:"";position:absolute;left:24px;top:0;bottom:0;width:3px;background:#0D0E81}
.day-card{position:relative;display:grid;grid-template-columns:50px 1fr;gap:25px;align-items:flex-start}
.day-number{width:50px;height:50px;border-radius:50%;background:#ffc300;color:#0D0E81;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2}
.day-content{background:#f8f9fc;border-radius:18px;padding:15px 24px;border:1px solid #e8edf5;transition:.3s}
.day-card:hover .day-content{transform:translateY(-3px);box-shadow:0 15px 30px #00000014}
.day-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#0D0E81;margin-bottom:8px}
.day-content h3{margin:0 0 10px;color:#0931bc;font-size:22px}
.day-content p{margin:0;color:#555;line-height:1.8}
@media(max-width:768px) {
.itinerary-section{padding:30px 20px}
.day-card{grid-template-columns:42px 1fr;gap:15px}
.day-number{width:42px;height:42px;font-size:18px}
.itinerary::before{left:20px}
.card-header h2{font-size:28px}
}



.day-contentq{background:#f8f9fc;border-radius:18px;padding:15px 24px;border:1px solid #e8edf5;transition:.3s}
.day-card:hover .day-contentq{transform:translateY(-3px);box-shadow:0 15px 30px #00000014}
.day-contentq h3{margin:0 0 10px;color:#0931bc;font-size:22px}
.day-contentq p{margin:0;color:#555;line-height:1.8}
.day-contentq{display:flex;align-items:center;justify-content:space-between;gap:30px}
.day-textq{flex:1}
.day-contentq .bigq{width:280px;flex-shrink:0}
.day-contentq .bigq img{width:100%;height:120px;object-fit:cover;border-radius:16px;display:block}
@media (max-width:768px) {
.day-contentq{flex-direction:column;align-items:flex-start}
.day-contentq .bigq{width:100%}
.day-contentq .bigq img{height:250px}
}