/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-family: 'Quiny Serif';
  src: url('https://leguasurfschool.com/wp-content/uploads/2026/01/quiny_serif-webfont.woff2') format('woff2'),
       url('https://leguasurfschool.com/wp-content/uploads/2026/01/quiny_serif-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1, h2 {
  font-family: 'Quiny Serif', serif !important;
}

/* Menu transparente no topo */
#main-header {
    background: transparent !important;
    box-shadow: none !important;
}

/* Menu sólido ao fazer scroll */
.et-fixed-header {
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#top-menu a {
    color: #ffffff !important;
}
.et-fixed-header #top-menu a {
    color: #99b69f !important;
}

/* Remover ícone de pesquisa do menu */
#et_top_search {
    display: none !important;
}

#main-header {
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#main-header.et-fixed-header{
    background: #ffffff !important;
    background-color: #ffffff !important;
}