@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

:root { 
  --background-color: white;
  --default-color: #444444; 
  --heading-color: #151515;
  --accent-color: #ffc451;
  --contrast-color: #312f2f;
  --light-background-color: #ffffff;
  --dark-background-color: #000000;
  --light-default-color: #444444;
  --dark-default-color: #ffffff;
  --light-heading-color: #151515;
  --dark-heading-color: #ffffff;
  --light-nav-color: rgba(255, 255, 255, 0.905);
  --dark-nav-color: rgba(0, 0, 0, 0.905);
}

body.dark-mode {
  background-color: #121212;
  color: #e0e0e0;
}

body.dark-mode h1 {
  color: #ffffff;
}

body.dark-mode p {
  color: #cccccc;
}
:root {
  --nav-color: rgba(255, 255, 255, 0.905);  
  --nav-hover-color: #ffc451;
  --nav-dropdown-background-color: #ffffff; 
  --nav-dropdown-color: #212529; 
  --nav-dropdown-hover-color: #ffc451;
}
:root {
  --footer-background-color: #000000;
}
:root {
  scroll-behavior: smooth;
}

 /* Reset básico de margens e preenchimento */
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.col-lg-4 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; 
}

body {
  color: var(--default-color);
  background-color: black;
  font-family: var(--default-font);
}
p{
  font-family: "poppins";
  font-weight: 500;
}
a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}
a .linkcard{
  text-decoration: none;
  color: black;
}

h1,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
.header {
  --background-color: rgba(0, 0, 0, 0.8);
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
}

section{
  background-color: black;
  border-color: red;
}

.header .logo {
  line-height: 1;
}
.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}
.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}
.header .logo span {
  color: var(--accent-color);
  font-size: 32px;
}
.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: white;
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid #fdd028;
}
.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: white;
  background: #fdd028;
}

@media (min-width:1300px) and (max-width: 1400px) {
  .services .card {
    margin: 10px 20px;
    margin-left: 20px;
    width: 400px; 
  }
  #contato .container{
    margin-left: 50px;
  }
  .section .card{
    width: 350px;
  }
  
}

@media (min-width:1100px) and (max-width: 1200px) {
  .header .logo {
    order: 1;
}

.header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
}
}


.scrolled .header {
  box-shadow: 0px 0 18px color-mix(in srgb, var(--default-color), transparent 85%);
}

.index-page .header {
  --background-color: rgba(0, 0, 0, 0);
}

.index-page.scrolled .header {
  --background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1050px) {
  video{
    width: 520px;
  }
  
}



  .map{
    width: 950px;;
    height:250px;
  }


@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

section {
    padding: 20px 0;
}




@media (max-width: 1199px) {
  .btn-call,
  .btn-call:focus {
    width: 800px;
    color: #fdd028;
    font-size: 40px;
    padding: 8px 30px;
    margin-left: 350px;
    border-radius: 4px;
    transition: 0.3s;
}

  section,
  .section {
    scroll-margin-top: 58px;
  }
}
.services h2{
  font-size: 100px;
  font-family: "Exo 2";
  font-weight: 700;
}

.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

@media ((min-width: 800px) and (max-width:990px)){
  #map{
    width: 730px;
    height: 250px;
    margin-top: 20px;
  }
}

@media ((min-width: 768px) and (max-width:800px)){
  #map{
    width: 650px;
    height: 250px;
    margin-top:20px ;
  }
}
  

@media ((min-width:600px) and (max-width: 768px)) {
  #map{
    width: 550px;
    height: 250px;
    margin-top:20px ;
  }

}

@media ((min-width:500px) and (max-width: 600px)){
  #map{
    width: 500px;
    height: 250px;
    margin-top: 20px;
  }
}

@media ((min-width:400px) and (max-width: 500px)){
  #map{
    width: 400px;
    height: 250px;
    margin-top: 40px;
  }
}

@media ((min-width:300px) and (max-width: 400px)){

  #map{
    width: 500px;
    height: 250px;
    margin-top: 40px;
  }

}


p {
  font-size: 14px;
}

.logos img {
  width: 50px;
  height: auto;
  margin: 5px;
}


/*Rodapé*/
.footer {
  --background-color: var(--footer-background-color);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
  margin: 0;
}

.footer .footer-top {
  padding: 50px 0;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 10%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 10px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  background-color: color-mix(in srgb, var(--default-color) 5%, white 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 4px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}
.footer .copyright {
  padding: 20px 0;
  color: black;
  background-color: #fdd028;
  margin: 0;
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .copyright-noticia {
  padding: 5px 0;
  color: black;
  background-color: #fdd028;
}
.footer .copyright-noticia p {
  margin-bottom: 0;
}
.sitename{
  text-decoration: none;
  width: 250px;
  font-size: 15px;
}
.sitename:hover{
  cursor:context-menu;
}
/*Hover do título no footer*/
.sitenameh:hover{
  color: #fdd028;
  cursor:context-menu;
}

#adez-rodape{
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-family: 'Poppin';
  font-size: 18px;
}