
body{
  font-family: 'Nunito Sans', sans-serif;
}

.navbar-nav .nav-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color:white;
  font-size: 22px;
}

.navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}

.social-medias .nav-item {
  background:#da6500;
  margin: 3px;
  padding: 7px 10px 3px 11px;
  border-radius: 25px;
}

.linha-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 0;
}

.linha-esquerda,
.linha-direita {
  position: relative;
  height: 4px;
  background-color: #FE7E15;
  width: 40vw;
}

.linha-esquerda::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FE7E15;
}

.linha-direita::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #FE7E15;
}

.linha-texto {
  margin: 0 15px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #FE7E15;
  white-space: nowrap;
}

.custom-section {
  min-height: 400px;
}

@media (max-width: 767px) {
  .custom-section {
    min-height: auto !important;
    margin-top: 60px !important;
  }
}

.bg-sections{
  background-image: url('/novo/imgs/fundao.png');
  background-repeat: no-repeat;
  margin: 0;
  background-size: cover;
  background-position: center;
}

.img-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

.msg_masks{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-weight: bold;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  line-height: 28px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  background: black;
  color: white;
  font-size: 18px;
}

.div_map_nordeste{
/*  background-image: url('/novo/imgs/woman.png'); */
  background-image: url('/novo/imgs/somoslive.png'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  position: absolute; 
  top: 7px; 
  left: 30px; 
  width: 34%;
  height: 97%;
  z-index: 1;
}

/* Extra extra large (xxl) */
@media (max-width: 1400px) {
  .div_map_nordeste{
    top: 14px; 
    width: 37%;
    height: 92%;
  }
}

/* Extra large (XL): 1200px a 1399px */
@media (max-width: 1200px) {
  .div_map_nordeste{
    top: 33px; 
    width: 36%;
    height: 75%;
  }
}

/*Large (LG): 992px a 1199px*/
@media (max-width: 992px) {
  .div_map_nordeste{
    top: 58px; 
    width: 35%;
    height: 54%;
  }
}

/*Medium (MD): 768px a 991px*/
@media (max-width: 768px) {
  .div_map_nordeste{
    top: 26px; 
    width: 37%;
    height: 86%;
  }
}

/*Small (SM): 576px a 767px*/
@media (max-width: 576px) {
  .div_map_nordeste{
    top: 20px; 
    width: 39%;
    height: 87%;
  }
}

@media (max-width: 520px) {
  .div_map_nordeste{
    top: 24px; 
    width: 39%;
    height: 80%;
  }
  .content_insta{
    min-height: 27vh !important;
  }
}

@media (max-width: 430px) {
  .div_map_nordeste{
    top: 55px; 
    width: 38%;
    height: 65%;
  }
}

@media (max-width: 390px) {
  .div_map_nordeste{
    top: 69px; 
    width: 37%;
    height: 59%;
  }
}

@media (max-width: 320px) {
  .div_map_nordeste{
    top: 76px;
    width: 39%;
    height: 51%;
  }
}

.nav-link {
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.nav-link:hover {
  background-color: #ff551c;
  cursor: pointer;
}

.link-soc-med {
  transition: background-color 0.3s ease;
}

.link-soc-med:hover {
  background-color: #ff9c3b;
  cursor: pointer;
}

.line-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 0;
}

.line-esquerda{
  position: relative;
  height: 4px;
  background-color: #FFFFFF;
  width: 40vw;
}

.line-esquerda::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #FFFFFF;
}

.img-soc-med {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.img-soc-med:hover {
  transform: scale(1.03);
  filter: brightness(70%);
}

.img-soc-med-down {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.img-soc-med-down:hover {
  filter: brightness(70%);
}

.modif:hover{
  background: #e1641d !important;
}

.div_portfo{
  background: white;
  border-radius: 7px;
  width: 100%;
  aspect-ratio: 1;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.div_portfo_down{
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

.div_portfo:hover {
  filter: brightness(70%);
}

@media (max-width: 750px) {
  .bb-item {
    left: -57px !important;
    /*    max-width: 95vw;*/
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}
