/*
Theme Name:         DankiCode Devweb 01
Theme URI:          https://testes.thebeacon.com.br
Author:             Filipe Vilas Bôas
Author URI:         https://yourdomain.com
Description:        A modern, responsive WordPress theme built for 2026.
Version:            1.0.0
Requires at least:  6.4
Tested up to:       6.7
Requires PHP:       7.4
License:            GNU General Public License v2 or later
License URI:        www.gnu.org
Text Domain:        my-custom-theme
Tags:               blog, custom-colors, flexible-header, translation-ready
*/

@import url('./header.css');
@import url('./hero.css');
@import url('./especialidades.css');
@import url('./experiencia.css');
@import url('./depoimentos.css');
@import url('./cta.css');
@import url('./footer.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", 'Trebuchet MS', sans-serif;
  font-size: 16px;
}
html, body {
  background-color: #F2F2F2;
    background: red;
  height: 100%;
  width: 100%;
}

body.modal_aberta::after {
  content: '';
  display: inline-block;
  position: absolute;
  inset: 0;
  background-color: hsla(192, 3%, 35%, 0.685);
}

a {
  text-decoration: none;
  color: inherit;
}

.center {
  max-width: 1120px;
  padding: 0 4%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

img {
  max-width: 100%;
}
.btn {
  padding: .6rem 1rem;
}
.btn--primary {
  background-color: #0A3F5C;
  border: solid 1px #0A3F5C;
  font-weight: 600;
  color: white;
}

.btn--secondary {
  background-color: transparent;
  border: solid 1px #a3a3a3;
  font-weight: 600;
}

nav.desktop {
  display: none;
}