@charset "UTF-8";
/*
Theme Name: TurboGestao - Medical Health Template
Author: TurboGestao
Version: 1.0.0
*/
/*=== Button Styles ===*/

/* Estilos de botão movidos para button-final.css - arquivo otimizado */

.mt-4 {
  margin-top: 1.5rem !important;
}

.animated-btn {
  position: relative;
  overflow: hidden;
}

.animated-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}

.animated-btn:hover::before {
  left: 100%;
}

body {
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  color: #6F8BA4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #223a66;
}