@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");

* {
  border: none;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
  color: #040000;
  width: 100vw;
  overflow-x: hidden;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Merriweather Sans", sans-serif;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: "Merriweather Sans", sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/

.nav-container {
  background-image: url("../assets/aerea_cgm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.navbar-container {
  background-color: white;
  width: 85vw;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}

.navbar-container div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.navbar-container img {
  width: 18vw;
}

.nav-link {
  height: fit-content;
  color: #014b26;
  font-size: large;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0.1rem 0.2rem;
  margin: 0.5rem 1rem;
}

.nav-link a {
  padding: 0;
  margin: 0.5rem 1rem;
}

.nav-link svg {
  width: 32px;
  height: fit-content;
  display: none;
}

.nav-link h2 {
  margin: 0;
  padding: 0;
  height: fit-content;
  font-size: 18px;
  font-weight: 600;
}

.nav-link:hover {
  color: #014b26;
}

.active {
  color: #014b26;
  border-bottom: 2px solid #014b26;
}

.presentation-container {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.presentation-container h1 {
  padding: 2vw;
  margin: 0;
  color: #014b26;
  text-shadow:#fff 1px -1px, #fff -1px 1px, #fff 1px 1px, #fff -1px -1px;
}

.hero_area {
  position: relative;
  background-color: #014b26;
}

.header_section {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80vw;
  background-color: white;
  border-radius: 0 0 20px 20px;
}

.header_section .container-fluid {
  padding-left: 30px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #000000;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: rgb(170, 255, 170);
}

.header_section .header_top .contact_nav a i {
  color: #ff8a1d;
}

.header_section .header_bottom {
  padding: 10px 0;
}

.header_bottom {
  width: 100%;
}

.navbar-collapse {
  justify-content: space-between;
}

.navbar-logo {
  height: 10vh;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
}

.navbar-brand img {
  height: 10vh;
}

.navbar-brand span {
  color: #014b26;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #014b26;
  text-align: center;
  font-weight: 800;
  font-size: large;
  width: fit-content;
  height: fit-content !important;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00ca65
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #014b26;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: rgb(170, 255, 170);
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #ff8a1d;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  min-height: 80vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .slider_bg_image {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
  background-color: white;
}

.slider_section .slider_bg_image img {
  width: 100vw;
  height: 80vh;
  opacity: 0.65;
}

.slider_section .container {
  position: absolute;
  width: 100vw;
  padding: 0;
  max-width: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.slider_section .detail-box {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.slider_section .detail-box {
  font-weight: bold;
  margin-right: 10px;
  color: #014b26;
  font-size: 50px;
}

.slider_section .detail-box p {
  color: #444;
  font-size: 15px;
}

.slider_section .detail-box a {
  display: inline-block;
  font-family: "Merriweather Sans", sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #014b26;
  border: 1px solid #014b26;
  border-radius: 5px;
  color: rgb(170, 255, 170);
  margin-top: 15px;
  transition: 0.4s;
}

.slider_section .detail-box a:hover {
  background-color: rgb(170, 255, 170);
  color: #014b26;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section h1 {
  cursor: default;
}

.slider_section h1::selection {
  background-color: none;
  color: #014b26;
}

.slider_section br::selection {
  background-color: none;
  color: #014b26;
}

.slider_section b::selection {
  background-color: none;
  color: #014b26;
}

.feature_section {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 45px 15px;
  background-color: rgb(170, 255, 170);
  color: #555089;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #726dae;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #726dae;
}

.feature_section .feature_container .box .name {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "Merriweather Sans", sans-serif;
  margin-bottom: 0;
}

.feature_section .feature_container .box:hover,
.feature_section .feature_container .box.active {
  background-color: #ff8a1d;
  color: rgb(170, 255, 170);
}

.feature_section .feature_container .box:hover .img-box svg,
.feature_section .feature_container .box.active .img-box svg {
  fill: rgb(170, 255, 170);
}

.feature_section .feature_container .box:hover .img-box svg path,
.feature_section .feature_container .box.active .img-box svg path {
  fill: rgb(170, 255, 170);
}

.about_section {
  background-color: #014b26;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about_section .about-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 0;
  width: 80vw;
}

.about_section .about-container h4 {
  font-weight: bold;
  color: white;
  width: fit-content;
  margin-bottom: 1rem;
}

.about_section .about-container p {
  color: white;
  font-size: 17px;
  text-align: justify;
}

.info_section {
  padding: 75px 0 0 0;
  background-color: white;
  text-align: center;
  color: #014b26;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.info_section .social-box .box {
  background-color: #fff;
  padding: 5px 15px;
}

.item a, .item .a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info_section a i {
  font-size: 18px;
}

.info_section a:hover, .info_section .a:hover {
  color: #014b26;
  cursor: pointer;
}

.linha {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.linha .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 170px;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 80px;
  background-color: white;
  color: #fff;
  border: 1px solid #014b26;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_items .item .img-box svg {
  width: 35px;
}

.info_items .item .img-box img {
  width: 0px;
}

.linha .item p {
  margin-top: 10px;
  color: #014b26;
  margin-bottom: 0;
  background-color: white;
  font-size: 18px;
  font-weight: bold;
}

.linha a:hover .img-box, .linha .a:hover .img {
  background-color: #fff;
}

.linha a:hover #Dribbble-Light-Preview, .linha a:hover path, linha .a:hover #Dribbble-Light-Preview, .linha .a:hover path{
  fill: white;
}

.info_items {
  position: relative;
}

.item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.item .img {
  box-sizing: border-box;
  border: 2px solid #014b26;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.item a:hover .img, .item .a:hover .img {
  background-color: #014b26;
}

.item a svg, .item .a svg {
  width: 35px;
}

/* footer section*/
.footer_section {
  background-color: #014b26;
}

.footer_section .container {
  padding: 1.5vw 5vw;
}

.footer_section a {
  color: white;
  font-weight: bolder;
}

/* end footer section*/

/* Utilitários */
.overflowHidden {
  overflow: hidden !important;
}

.hidden {
  display: none !important;
}

.blur {
  backdrop-filter: blur(4px);
  height: 100%;
  width: 100%;
}

/* modal */

#modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  color: #014b26;
}

.modalWindowBase {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalWindow {
  border-radius: 10px;
  overflow: hidden;
  cursor: default;
  width: 30vw;
}

.modalTop {
  display: flex;
  flex-direction: row;
  margin: 0;
  overflow: hidden;
  color: white;
  background-color: #014b26;
  justify-content: space-between;
}

.modalTop h1 {
  margin: 0;
  font-size: 22px;
}

.modalTitle {
  padding: 10px 15px;
}

.modalClose {
  cursor: pointer;
  padding: 10px 15px;
  color: white;
}

.modalContent {
  padding: 15px;
  margin-bottom: 20 px;
  background-color: white;
}

.contatos {
  border: 1px solid #014b26;
  padding: 10px;
  border-radius: 10px;
}

.contato h2 {
  margin-bottom: 8px;
  font-size: 26px;
}

.contato h3 {
  padding-left: 20px;
  font-size: 22px;
  cursor: text;
}