/**
* Template Name: Gp
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Myriad';

  /*Caso a fonte esteja na mesma pasta*/
  src: url("../../../Myriad\ Variable\ Concept.otf");
}

@font-face {
  font-family: 'IAMBLACK';

  /*Caso a fonte esteja na mesma pasta*/
  src: url("../../../IAM\ BLACK\ reguler.otf");
}

body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  zoom: 0.95;
  
}


a {
  color: #DD1D1D;
  text-decoration: none;
}

span {
  color: #DD1D1D;
  text-decoration: none;
}

a:hover {
  color: #DD1D1D;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 12px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #000000;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #DD1D1D;
}

#header .logo img {
  max-height: 90px;
}

/*--------------------------------------------------------------
# HERO
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 110vh;
  background: url("../img/hero.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.178);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero-section {
  text-align: center;
  padding: 50px 20px;
  margin: 100px 0px;
}

#hero h1 {
  font-size: 2.8rem;
  font-weight: 1000;
  color: #fff;
  letter-spacing: 0px;
}

#hero h2 {
  font-size: 2rem;
  font-weight: 1000;
  color: #ffffff;
  letter-spacing: 0px;
}

.subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: red;
}

.divider {
  border: 1.8px solid white;
  /* Linha amarela */
  margin: 10px auto;
  width: 100px;
}

.description {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
}

.btn-yellow {
  display: inline-block;
  padding: 10px 20px;
  background-color: #DD1D1D;
  /* Cor amarela */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-yellow:hover {
  background-color: #ffffff;
  /* Cor amarela mais escura quando hover */
  color: #DD1D1D;

}

#hero .container {
  position: relative;
  text-align: center;
}



@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }

  .description {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    padding: 0 250px !important;
  }

}


/*--------------------------------------------------------------
# ABOUT
--------------------------------------------------------------*/


.about {
  background-color: #cbcbcb;
  padding: 40px 10px;
}

.about h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.about h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}

.about p {
  font-size: 1rem;
}

.about-content {
  padding: 40px 0px;
}

.about-text {
  padding-top: 20px;
}

.carreta img{
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}


.valores img {
  max-width: 20%;
  height: auto;
  padding-bottom: 10px;
  margin-left: -5px;
}

.valores h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}




/*--------------------------------------------------------------
# SERVICES
--------------------------------------------------------------*/

.services {
  background-color: #e2e2e2;
  text-align: left;
  padding: 40px 10px;
}

.services-content {
  padding: 40px 10px
}

.services h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.services h3 {
  color: #DD1D1D;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.services h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.services p {
  font-size: 1rem;
  margin-bottom: 40px;

}

.services img {
  max-width: 100%;
  height: auto;
  border: 0px solid;
  border-radius: 20px;
  
}

.overlay-container {
  position: relative;
  width: 250px;
}

.overlay-container img {
  width: 250px;
  height: 150px;
  display: block;
  margin: 20px 0;
}

.services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 150px;
  background: rgba(46, 3, 3, 0.687);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 0px solid;
  border-radius: 20px;
}

.overlay-container:hover .overlay {
  opacity: 1;
  cursor: pointer;
}



/*--------------------------------------------------------------
# CTA US
--------------------------------------------------------------*/


.cta-section {
  height: auto;
  display: flex;
  padding: 60px 10px;
  max-width: 100%;
  background: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/cta.png);
  /* Cor de fundo */
}

.cta-content {
  background-color: #ffffffe4;
  /* Cor de fundo branca para o container */
  text-align: center;
  padding: 2rem;
  border-radius: 20px;
  /* Borda arredondada */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Sombra suave */
}

.cta-section h3 {
  color: #cc0000;
  font-weight: 800;
  font-size: 2rem;
  text-transform: uppercase;
}

.cta-section .btn {
  text-transform: uppercase;
}




/*--------------------------------------------------------------
# WHY US
--------------------------------------------------------------*/

.why {
  background-color: #cbcbcb;
  text-align: center;
  padding: 40px 20px;
}

.why h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.icons {
  padding-top: 20px;
}

.icon-box {
  background-color: white;
  max-width: 100%;
  height:  fit-content;
  margin-top: 25px;
  text-align: left;
  border-radius: 20px;
  margin: 20px 60px;
}

.icon-box:hover {
  /* Borda arredondada */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  /* Sombra suave */
  scale: 1.0001;
}

.icon-box img {
  width: 90px;
  padding-left: 20px;
  padding-top: 20px;
}

.icon-text {
  padding: 10px 30px;
}

.icon-box h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.icon-box p {
  font-size: 1rem;
}

/* Para telas com largura de até 576px */
@media (max-width: 576px) { 
  .icon-box {
    margin: 20px 20px;
  }
}
/* Para telas com largura entre 576px e 768px */
@media (min-width: 576px) and (max-width: 768px) { 
  .icon-box {
    margin: 20px 20px;
  }
}
/* Para telas com largura entre 768px e 992px */
@media (min-width: 768px) and (max-width: 992px) { 
  .icon-box {
    margin: 20px 60px;
  }
}




/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/

.contact {
  text-align: center;
  padding: 20px 10px;
  background-color: rgb(240, 240, 240);
}

.contact h3 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 2rem;
  text-transform: uppercase;

}


.contact h4 {
  color: #cc0000;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 10px;

}

.cotacao {
  text-align: left;
}


#map {
  max-width: 100%;
  height: 500px;
  border-radius: 20px;
  z-index: 0;
  margin-top: 80px;
}

#map-container {
  position: relative;
}

#map-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 999;
  margin-top: 40px;
}


.form-group {
  font-size: 1rem;
  font-weight: 900;
  margin-top: 5px;
}

.form-control {
  font-size: 0.8rem;
  width: 100%;
  height: 40px;
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.footer {
  background-color: rgb(255, 255, 255);
  /* Cor de fundo escura */
  color: #000000;
  /* Cor do texto branca */
  padding: 20px 10px 20px 10px;
}

.footer img {
  max-width: 100%;
  height: 120px;
}

.footer a {
  color: black;
}

.footer a:hover {
  color: #cc0000;
}

.footer h4,
.footer h5 {
  color: #cc0000;
  font-weight: 800;
  font-size: 1.5rem;
}

.footer p {
  font-size: 1rem;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px 30px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #DD1D1D;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #ffffff;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #DD1D1D;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #DD1D1D;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #DD1D1D;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #DD1D1D;
  border-top-color: #0b1b29c1;
  border-bottom-color: #0b1b29b3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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