/* POLICE */
/*
titles
font-family: 'Yantramanav', sans-serif;
other
font-family: 'Catamaran', sans-serif;
 */

.customMarginTop {
  margin-top: 9% !important;
}
.customMarginBot {
  margin-bottom: 9% !important;
}

/*-----COLOR-----*/
.black_color {
  color: rgb(10, 17, 12);
}

.white_color {
  color: rgb(255, 255, 255);
}

.grey_color {
  color: rgb(93, 93, 93);
}

.green_color_clear {
  color: rgb(116, 219, 147);
}

.green_color_dark {
  color: rgb(68, 132, 84);
}

/*-----BG_COLOR-----*/
.black_bg_color {
  background-color: rgb(10, 17, 12);
}

.white_bg_color {
  background-color: rgb(255, 255, 255);
}

.grey_bg_color {
  background-color: rgb(108, 109, 108);
}

.green_bg_color_clear {
  background-color: rgb(116, 219, 147);
}

.green_bg_color_dark {
  background-color: rgb(68, 132, 84);
}

/*-----POLICE-----*/
.header_nav a {
  font-family: "Yantramanav", sans-serif;
}

/*-----BODY-----*/
body {
  max-width: 100vw !important;
}

a:hover {
  color: rgb(68, 132, 84);
  text-decoration: none;
}
/*-----NAV-----*/
.fixed_nav {
  box-shadow: 0 2px 2px 0 rgb(108, 109, 108);
}

.MQ_logo_burger {
  display: none;
}

/*-----HEADER-----*/
.header {
  min-height: 100vh;

  /*background-image: url("../img/img/loading-dock.jpg");
    background-position: center;
    background-size: cover;*/
}

.header_nav {
  position: fixed;
  width: 100%;
}

.header_nav_menu {
  display: flex;
}

.header_nav_menu_list {
  margin: 0;

  display: flex;
  flex: 4;
  align-items: center;
  justify-content: space-between;
}

.header_nav_menu_list_item {
  font-size: 1.5rem;
}

.header_nav_menu_logo_list_item_img {
  width: 9rem;
}

.header_section {
  width: 50%;
  min-height: 100vh;
  margin: 0 auto;

  display: flex;
  align-items: center;

  text-align: center;
}

.header_section_title {
  width: 90%;
  margin: 0 auto;

  font-size: 4rem;
  font-family: "Yantramanav", sans-serif;
  text-transform: uppercase;
}
/*-----FIRST_SECTION-----*/
.first_section {
  min-height: 100vh;
}

.first_section ul {
  list-style-type: none;
}

.first_section_ico {
  font-size: 7rem;
}

/*-----SECOND_SECTION-----*/
.second_section {
  min-height: 90vh;

  background-image: url("../img/img/home.jpg"); 
  background-size: cover;
}
/*-----THIRD_SECTION-----*/
.third_section {
  min-height: 90vh;
}

.img2_section3 {
  background-color: rgb(116, 219, 147);
  top: -1rem;
  left: 2rem;
}

/*-----FOURTH_SECTION-----*/
.fourth_section_ico {
  font-size: 5rem;
}
/*-----RESPONSIVE-----*/
@media (min-width: 767px) and (max-width: 1024px) {
  .fixed_nav .container {
    width: 100%;
  }

  /*-----NAV-----*/
  #navbarResponsive li {
    padding-bottom: 2rem;
  }
  .MQ_d-none {
    display: none !important;
  }

  .MQ_list {
    text-align: center;
  }

  .MQ_d_block {
    display: block !important;
  }

  /*-----HEADER-----*/
  .header {
    min-height: 0;
    padding: 8rem 0 5rem 0;
  }

  /*-----FIRST_SECTION-----*/
  .first_section {
    padding: 5rem 0 5rem 0;
    min-height: 0 !important;
  }
  /*-----SECOND_SECTION-----*/
  .second_section {
    background-image: none;
    background-color: rgb(116, 219, 147);
    min-height: 0 !important;
    padding: 5rem 0 5rem 0;
  }

  /*-----THIRD_SECTION-----*/
  .third_section {
    min-height: 0 !important;
  }
  .MQ_text_photo {
    flex-wrap: nowrap;
  }
  .MQ_text_photo img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .fixed_nav_flex {
    flex-wrap: wrap;
  }

  .MQ_list {
    width: 100% !important;
  }

  .MQ_logo {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .MQ_d-none {
    display: none !important;
  }

  .MQ_d_block {
    display: block !important;
  }
  .MQ_list {
    text-align: center;
  }
  #navbarResponsive li {
    padding-bottom: 2rem;
  }

  /*-----HEADER-----*/
  .header {
    min-height: 0;
    padding: 8rem 0 5rem 0;
  }

  /*-----FIRST_SECTION-----*/
  .first_section {
    padding: 5rem 0 5rem 0;
    min-height: 0 !important;
  }

  /*-----SECOND_SECTION-----*/
  .second_section {
    background-image: none;
    background-color: rgb(116, 219, 147);
    min-height: 0 !important;
    padding: 5rem 1rem 5rem 1rem;
  }

  /*-----THIRD_SECTION-----*/
  .third_section {
    min-height: 0 !important;
  }
  .MQ_text_photo {
    padding: 0 1rem 0 1rem;
  }
  .MQ_text_photo img {
    width: 100% !important;
  }
  .MQ_reverse_text {
    display: flex;
    flex-direction: column-reverse;
  }
  .MQ_text_photo .lead {
    padding: 0 0 1rem 0;
  }
}

.btnTranslate{
  background-color: transparent;
  width: 100%;
  border: 0;
  color: #6c6d6c;
}

.w-30{
  width: 30% !important;
}

.w-80{
  width: 80% !important;
}

.txt-justify{
  text-align: justify;
}
.fontUlli{
  font-size: 1.6vw;
}