#navbar {
  background-color: #1a2d4d !important;
}

.address-block li p,
.about_content {
  color: #1a2d4d !important;
}

a:focus,
a:hover {
  color: #ad9677 !important;
  text-decoration: none;
}

.service_item_custom .service-item {
  background-color: white;
}

.services_item_container {
  min-height: 550px;
}

#navbar .btn:hover {
  color: white !important;
  font-weight: bold;
}

.address-block li p {
  line-height: 1.4 !important;
}

.about_title {
  text-align: center;
}

.card-body p,
.card-body h5,
.about_content,
.que_hacemos_text, .contact_title {
  color: #1a2d4d !important;
}

.que_hacemos_text {
  width: 98%;
  margin: auto;
  display: flex;
  padding: 4em;
  line-height: 20px;
  font-size: 1.1em;
}

.card-body h1,
.about_title {
  color: #ad9677 !important;
}

.card-body h5 {
  font-weight: 600;
}

.container_service_producers {
  width: 85%;
  margin: auto;
}

.buyers-img {
  background: url("../images/bg/buyersOld.jpg") !important;

}

.bg-2 {
  background: none !important;
  background-color: #1a2d4d !important;
}

.latest-blog {
  background: none !important;
}

.producers_services {
  color: #1a2d4d !important;
  font-weight: 600;
  font-size: 1em;
  line-height: 20px;
}

.producers_service_1_description,
.producers_service_2_description,
.producers_service_3_description,
.producers_service_4_description,
.services_title_big,
.compradores_title {
  color: #1a2d4d !important;
  line-height: 20px;
  font-weight: 100;
}

.services_title_big,
.compradores_title {

  font-weight: bold;

}

.service_icon {
  width: 50px;
  height: 50px;
  opacity: 1 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.service_icon_1 {
  background-image: url(/icos/producers_1.svg);
}

.service_icon_2 {
  background-image: url('/icos/producers_2.svg');
}

.service_icon_3 {
  background-image: url('/icos/producers_3.svg');
}

.service_icon_4 {
  background-image: url('/icos/producers_4.svg');
}

.service_icon_5 {
  background-image: url('/icos/5.svg');
}

.service_icon_6 {
  background-image: url('/icos/6.svg');
}

.service_icon_7 {
  background-image: url('/icos/7.svg');
}
.content-title
{
  font-weight: bold !important;
}

.hero-img-2 {
  background: url(/images/bg/ship.jpg) !important;
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100vw;
}

@media only screen and (max-width: 1000px) {
  .about-item {
    width: 100% !important;
  }

  .about_content {
    width: 70% !important;
  }
  .logo_container
  {
    width: 200px;
    margin: auto;
  }
  .lang_change
  {
    font-size: 0.6em;
    margin: auto;
    margin-top: 2em;
  }
  .slogan_container
  {
    left: 2em !important;
    top: 10rem;
  }
  .hr_principal
  {
    display: none !important;
  }
  .contact_message
  {
    height: 115px;
  }
  .address-block li p
  {
    line-height: 1 !important;
    margin-bottom: 0rem;
  }
}


@media only screen and (min-width: 1024px) {

  .bg-about {
    width: 25% !important;
  }

  .about-item {
    width: 80% !important;
  }
}