@charset "UTF-8";
/*Add font ================================*/
/* --------------------------------------*/
.full.project {
  border-bottom: 1px solid #efefef;
}
.full.project .nav {
  border-bottom: 1px solid #f1f1f1;
}
.full.project .nav .ims_navigation {
  padding: 8px 0;
  display: none;
}
@media (min-width: 601px) {
  .full.project .nav .ims_navigation {
    display: block;
  }
}
.full.project .nav .ims_navigation ol li:not(:first-child):before {
  content: "";
  background: url("../../../../resources/images/icon_nav.png");
  width: 22px;
  height: 35px;
}
.full.project .nav .ims_navigation ol li {
  padding-left: 40px;
}
.full.project .nav .ims_navigation ol li:last-child:before {
  background: url("../../../../resources/images/icon_navAct.png");
}
.full.project .nav .ims_navigation ol li:last-child a {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #1c769c;
}
.full.project .nav .ims_navigation ol li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #9e9e9e;
}
.full.project .nav .ims_navigation ol li.first {
  padding-left: 0;
}

.header_title {
  padding: 40px 0;
  text-align: center;
}
.header_title .website {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #a0a0a0;
}
.header_title .title {
  font-weight: 300;
  font-size: 34px;
  color: #097098;
}
.project_group {
  display: flex;
  justify-content: center;
  border: 2px solid #097098;
  width: fit-content;
  margin: auto;
  border-radius: 25px;
  overflow: hidden;
}
.project_group a {
  font-size: 15px;
  color: #494949;
  position: relative;
  padding: 13px 15px;
}
@media (min-width: 401px) {
  .project_group a {
    padding: 13px 30px;
  }
}
.project_group a:first-child:after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: calc(90%);
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 5px #cccccc;
  background: #ffffff;
  color: #097098;
  font-size: 22px;
  z-index: 9;
}
.project_group a.active {
  background: #097098;
  color: #ffffff;
}

#gallery_slider {
  max-width: 1135px;
  margin: auto;
}
#gallery_slider .row_item {
  margin-bottom: 24px;
}
#gallery_slider .row_item .item img {
  max-width: 100%;
  height: auto;
}
#gallery_slider .row_item .slick-arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 0 5px #ececec;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
}
#gallery_slider .row_item .slick-arrow:before {
  color: #000000;
  content: "";
  width: 14px;
  height: 27px;
  display: inline-block;
}
#gallery_slider .row_item .slick-prev {
  left: -35px;
}
#gallery_slider .row_item .slick-prev:before {
  background: url("../../../../resources/images/prev_icon.png") no-repeat;
}
#gallery_slider .row_item .slick-next {
  right: -35px;
}
#gallery_slider .row_item .slick-next:before {
  background: url("../../../../resources/images/next_icon.png") no-repeat;
}
#gallery_slider .row_thumb {
  margin: 0 -12px;
}
#gallery_slider .row_thumb .item {
  margin: 0 12px;
}
#gallery_slider .row_thumb .item img {
  max-width: 100%;
  height: auto;
}
#gallery_slider .row_thumb .slick-current img {
  border: 2px solid #097098;
}

.item-content {
  max-width: 1135px;
  margin: auto;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.item-content .title {
  flex: 0 0 345px;
  max-width: 345px;
}
.item-content .title h2 {
  color: #097097;
  font-size: 24px;
  position: relative;
  width: fit-content;
  font-weight: 600;
}
.item-content .title h2:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #097097;
  width: 100%;
  left: 0;
  top: calc(100% + 10px);
}
.item-content .title h2:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #097097;
  width: 100%;
  left: 0;
  top: calc(100% + 15px);
}
.item-content .content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 calc(100%);
  max-width: calc(100%);
  margin-top: 50px;
}
@media (min-width: 992px) {
  .item-content .content {
    flex: 0 0 calc(100% - 345px);
    max-width: calc(100% - 345px);
    margin-top: 0;
  }
}
.item-content .content > div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 601px) {
  .item-content .content > div:nth-child(2n) {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .item-content .content > div:nth-child(2n+1) {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
.item-content .content .innerLR {
  font-size: 15px;
  padding-left: 45px;
}
@media (min-width: 601px) {
  .item-content .content .innerLR {
    padding-left: 50px;
  }
}
.item-content .content .innerLR:nth-child(1) {
  background: url("../../../../resources/images/location_detail.png") no-repeat top left;
}
.item-content .content .innerLR:nth-child(2) {
  background: url("../../../../resources/images/us_detail.png") no-repeat top left;
}
.item-content .content .innerLR:nth-child(3) {
  background: url("../../../../resources/images/user_detail.png") no-repeat top left;
}
.item-content .content .innerLR:nth-child(4) {
  background: url("../../../../resources/images/tiendo.png") no-repeat top left;
}
.item-content .content .innerLR .form-group p {
  padding: 0;
}
.item-content .content .innerLR .form-group label {
  margin: 0;
  font-weight: 600;
  color: #097097;
}

.full.project_detail {
  padding: 0;
}

.list_other {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #f8f8f8;
  border-top: 1px solid #efefef;
  padding: 35px 0 20px;
}
.list_other .list_item_project {
  margin-top: 0;
}
.list_other .list_item_project .row_item .col_item {
  flex: 0 0 calc(100%);
  max-width: calc(100%);
}
@media (max-width: 600px) {
  .list_other .list_item_project .row_item .col_item {
    padding: 0;
  }
}
.list_other .list_item_project .row_item .owl-controls {
  position: absolute;
  top: 35%;
  width: 100%;
}
.list_other .list_item_project .row_item .owl-controls i {
  font-size: 35px;
  color: #097098;
}
.list_other .list_item_project .row_item .owl-controls .owl-prev {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  padding: 2px;
  box-shadow: 1px 1px 10px 2px #dedede;
  left: 0;
}
@media (min-width: 992px) {
  .list_other .list_item_project .row_item .owl-controls .owl-prev {
    left: -25px;
  }
}
.list_other .list_item_project .row_item .owl-controls .owl-next {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  padding: 2px;
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .list_other .list_item_project .row_item .owl-controls .owl-next {
    right: 20px;
  }
}
.list_other .title {
  font-size: 34px;
  color: #108ebf;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}