.elementor-kit-6{--e-global-color-primary:#DF5909;--e-global-color-secondary:#351502;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-line-height:1.2em;background-color:#1D1D1D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#DF5909;font-family:"Quicksand", Sans-serif;font-size:16px;font-weight:bold;line-height:1.2em;color:#FFFFFF;border-style:solid;border-width:1px 1px 3px 1px;border-color:#351502;border-radius:24px 24px 24px 24px;padding:16px 32px 16px 32px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html,
body{
width:100%;
overflow-x:hidden;
}

/*para ordenador*/
@media (min-width: 1025px){
    :root{
        --colunas: 12;
        --largura: 1140px;
        --offset: 0px;
        --gutter: 20px;
        --cor: #ff000010;
    }
}

/*para tablet*/
@media (min-width: 768px) and (max-width: 1024px){
    :root{
        --colunas: 10;
        --largura: 700px;
        --offset: 48px;
        --gutter: 16px;
        --cor: #ff000010;
    }
}

/*para celular*/
@media (max-width: 767px){
    :root{
        --colunas: 8;
        --largura: 340px;
        --offset: 0px;
        --gutter: 8px;
        --cor: #ff000010;
    }
}

body.elementor-editor-active::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    pointer-events: none;
    z-index: 1000;
    min-height: 100vh;
    width: calc(100% - (2 * var(--offset)));
    max-width: var(--largura);
    background-size: calc(100% + var(--gutter)) 100%;
    background-image: repeating-linear-gradient( to right, var(--cor), var(--cor) calc((100% / var(--colunas)) - var(--gutter)), transparent calc((100% / var(--colunas)) - var(--gutter)), transparent calc(100% / var(--colunas)) );
}

body::-webkit-scrollbar{
width: 10px;
}

body::-webkit-scrollbar-track{
background: #1d1d1d;
}

body::-webkit-scrollbar-thumb{
background: linear-gradient(to right, #DF5909, #5F2604);
border-radius: 10px;
border: 2px solid #202020;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Regular.eot');
	src: url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Regular.woff2') format('woff2'),
		url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Regular.woff') format('woff'),
		url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Regular.ttf') format('truetype'),
		url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Regular.svg#Quicksand') format('svg');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Bold.eot');
	src: url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Bold.woff2') format('woff2'),
		url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Bold.woff') format('woff'),
		url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Bold.ttf') format('truetype'),
		url('https://vsl.marinaqueral.com/wp-content/uploads/2026/01/Quicksand-Bold.svg#Quicksand') format('svg');
}
/* End Custom Fonts CSS */