.elementor-kit-5{--e-global-color-primary:#47629B;--e-global-color-secondary:#00C3FF;--e-global-color-text:#656565;--e-global-color-accent:#1C2C4F;--e-global-color-4664b32:#F8F8F8;--e-global-color-199caa6:#FFFFFF;--e-global-color-cef42b2:#FFFFFF00;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-weight:bold;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"HotRestaurant";--e-global-typography-accent-font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Quicksand", Sans-serif;font-size:1.2em;font-weight:bold;text-transform:uppercase;border-radius:99px 99px 99px 99px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-5{--e-global-typography-primary-font-size:1em;--e-global-typography-secondary-font-size:1em;--e-global-typography-text-font-size:1.1em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --prim: #47629B;
    --sec: #00C3FF;
    --terc: #1C2C4F;
    --texto: #656565;
    --neve: #f8f8f8;
    --branco: #ffffff;
    --transparente: #ffffff00;
}

body {
    overflow: overlay;
    overflow-x: hidden;
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    /*scrollbar-color: #0071c0 #f4f4f4;*/
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
      /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    background: transparent;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #00000060;
    border-radius: 10px;
  }
  
  input, textarea, button, select, a, div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    
  a:focus, a:visited, a:active{
    outline: none;
  }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://poolcenter.flametecnologia.com.br/wp-content/uploads/2023/03/Quicksand-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://poolcenter.flametecnologia.com.br/wp-content/uploads/2023/03/Quicksand-Light.woff') format('woff');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://poolcenter.flametecnologia.com.br/wp-content/uploads/2023/03/Quicksand-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'HotRestaurant';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://poolcenter.flametecnologia.com.br/wp-content/uploads/2023/03/Hot-Restaurant.woff') format('woff');
}
/* End Custom Fonts CSS */