/* 
Theme Name: Macronline Theme Child
Theme URI: https://macronline.com.br/
Description: This a webiste created by Macronline Digital Experience
Author: Macronline Team
Author URI: https://macronline.com.br/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */
.macro-body {
  width: 100vw;
  height: 100vh;
  background: radial-gradient(18% 28% at 24% 50%, #cefaffff 5%, #073aff00 100%),
    radial-gradient(18% 28% at 18% 71%, #ffffff59 6%, #073aff00 100%),
    radial-gradient(70% 53% at 36% 76%, #73f2ffff 0%, #073aff00 100%),
    radial-gradient(74% 86% at 67% 38%, #fffffff5 24%, #073aff00 100%), linear-gradient(84deg, #f4eaea 1%, #004efd 100%);
}

/*Glass Effect*/
.glass-effect {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 120px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*Noise Effect*/
.macro-noise {
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0)), url(/wp-content/uploads/2024/02/noise-bg.svg);
  opacity: 0.5;
}

.macro-grid-bg {
  background-color: #ffffff;
  opacity: 0.8;
  background-image: linear-gradient(#e0e0e0 2px, transparent 2px), linear-gradient(to right, #e0e0e0 2px, #ffffff 2px);
  background-size: 80px 80px;
}

/*Notice*/
#cookie-notice {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
}

#cookie-notice .cookie-notice-container {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 120px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 16px 36px;
  width: 80vw;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#cookie-notice .cookie-notice-button {
  background-color: #050405;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
}

/*Material Icons Symbols Outlined*/

.material-symbols-rounded {
  color: #000;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid #e5e5e5;
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #AEAEAE #DFE9EB;
}*/

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

*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #dfe9eb;
}

*::-webkit-scrollbar-track:hover {
  background-color: #b8c0c2;
}

*::-webkit-scrollbar-track:active {
  background-color: #b8c0c2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #aeaeae;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #003bbd;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #004fff;
}

/* Custom style captcha */

.grecaptcha-badge {
  visibility: hidden !important;
}

/* Add your custom styles here */

[type="button"],
[type="submit"],
button {
  color: #004fff;
  border: 1px solid #004fff;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  background-color: #004fff;
}

a {
  color: #004fff;
  text-decoration:none;
}

/* custom styles bg gradient */

.animation-addon-fade {
  opacity: 0;
  animation: neon_fade_in forwards 1.3s cubic-bezier(0.25, 0.1, 0.18, 1);
}

@keyframes neon_fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #000 !important;
  --gradient-color-2: #001a52 !important;
  --gradient-color-3: #000 !important;
  --gradient-color-4: #001a52 !important;
  z-index: 0;
}

/* custom styles scroll to top */

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 12px;
  bottom: 24px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  background: #004fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg {
  width: 40px;
  height: 40px;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* #Menu Emphasis
================================================== */

.macro-menu .elementor-nav-menu li.menu-item-type-post_type:last-child {
  background: #004fff;
  border: 0;
  border-radius: 24px;
}

.macro-menu .elementor-nav-menu li.menu-item-type-post_type:hover:last-child {
  background: #FF6933;
}

.macro-menu .elementor-nav-menu li.menu-item-type-post_type:last-child a {
  color: #fff !important;
}

.macro-menu .elementor-nav-menu--dropdown {
    border-radius: 8px !important;
    background: #232323 !important;
    color: #fff !important;
}

.macro-menu .elementor-nav-menu--dropdown li:hover a {
    border-radius: 8px !important;
    background: transparent !important;
}

.macro-menu .elementor-nav-menu--dropdown li a {
    color: #fff !important;
}

/* #Float WhatsApp
================================================== */

.floating-whatsapp {
  position: fixed;
  left: -16px;
  bottom: 42px;
  width: 100px;
  height: 10px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

.floating-whatsapp-icon {
  background-color: #42db87;
  width: 50px;
  height: 50px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 3s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 3s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 1000ms ease-in-out;
}

.floating-whatsapp-icon svg {
  fill: #fff;
}