/* 
Theme Name: Hello Thanks
Theme URI: https://thanks.studio
Description:
Author: Arnau
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-thanks
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*Estilos Header*/

#cercles-i img{
    margin-top: 0px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

.elementor-sticky--effects #cercles-i img{
  /*width: 0%;*/
  margin-top: -300px;
}
.elementor-sticky--effects #logo-comiat{
    margin-top: 0px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
.elementor-sticky--effects #logo-comiat{
    margin-top: -65px;
}

.elementor-sticky--effects #menu-bars{
    margin-top: 0px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

.elementor-sticky--effects #menu-bars{
    margin-top: -65px;
}

header.elementor-sticky--effects{
    background-color: #transparent; !important;
}
header.elementor-sticky--effects{
    background-color: #ff000000 !important;
}

.elementor-button:hover {transition-duration: 1s !important}

@media (max-width: 768px) {
.elementor-sticky--effects #logo-comiat{
    margin-top: -20px;
}
}

@media (max-width: 768px) {
.elementor-sticky--effects #menu-bars{
    margin-top: -20px;
}
}