

.homepage-services {
    max-width: 1200px;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .homepage-services .home-service-item {
    width: 500px;
    height: auto;
    flex-grow: 1;
    margin: 8px;
    position: relative;
    background-color: black;
  }
  .homepage-services .home-service-item-2 {
    width: 213px;
    height: auto;
    flex-grow: 1;
    margin: 8px;
    position: relative;
    background-color: black;
  }
  .homepage-services .home-service-item .home-item-txt,
  .homepage-services .home-service-item-2 .home-item-txt {
    position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
    color: white;
    z-index: 9;
  }
  .homepage-services .home-service-item .home-item-txt h3,
  .homepage-services .home-service-item-2 .home-item-txt h3 {
    color: white;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .homepage-services .home-service-item .home-item-txt p,    
  .homepage-services .home-service-item-2 .home-item-txt p {
    letter-spacing: 0.03em;
  }
  .homepage-services .home-service-item-2 img,
  .homepage-services .home-service-item img {
    width: 100% !important;
    height: auto;
    margin-left: 0 !important;
    opacity: 0.7;
  }

  .section-content {
    max-width: 100%;
    height: auto;
    margin: 20px auto 0px;
    padding: 30px 0;
  }
  .detail-content {
    width: 50%;
    height: auto;
    font-family: viga, sans-serif;
    color: #575756;

  }
  .detail-content h4 {
    color: #575756;
  }
  .detail-content p {
    font-family: roboto, sans-serif;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
  }
  .detail-content ul {
    padding-left: 34px;
  }
  .detail-content ul li {
    font-family: roboto, sans-serif;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
  }
  .detail-content .characteristics {
    display: flex;
    margin-bottom: 30px;
  }
  .detail-content .characteristics .grpelem {
    margin-right: 20px;
  }
  .detail-content .char-title {
    font-family: viga, sans-serif;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .detail-content img {
    width: 90%;
    margin-left: 10%;
  }
  .detail-content a img {
    width: auto;
  }
  .bg-about-characteristics {
    background-color: #efefef;
  }
  .section-content .detail-bottom {
    min-height: 95px;
    background-color: #575756;
  }
  .section-content .detail-bottom h2 {
    color: #fff;
    font-family: viga, sans-serif;
    font-size: 32px;
    font-weight: 100;
  }
  .section-content .detail-bottom .container {
    display: flex;
    height: 95px;
  }
  .section-content .detail-bottom .product-name {
    width: 50%;
  }
  .section-content .detail-bottom .btns {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .section-content .detail-bottom .btns img {
    width: 118px;
    height: 45px;
    margin-left: 10px;
  }

  .container-about {
    background-color: #fff;
    padding: 60px 0 60px 0;
  }
  .container-page {
    background-color: #fff;
    padding: 20px 0;
  }

  .title-contact {
    margin-bottom: 15px;
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    position: relative;
    letter-spacing: 0.6px;
  }
  
  .info-contact {
    text-align: center;
    margin-bottom: 20px;
  }
  .form-container {
    text-align: center;
    margin-bottom: 20px;
  }
  .form-container .form-field {
    max-width: 90%;
    width: 100%;
    height: 45px;
    border: 1px solid #dfdfdf;
    line-height: 45px;
    padding: 12px;
    display: inline;
    vertical-align: middle;
  }
  .form-container .form-textarea {
    max-width: 90%;
    width: 100%;
    height: 120px;
    border: 1px solid #dfdfdf;
    line-height: 18px;
    padding: 12px;
    display: inline;
    vertical-align: middle;
  }
  .form-container .button {
    border: 1px solid #E6E6E6;
    vertical-align: middle;
    margin: 37px 0;
  }
  .form-button {
    background-color: #041a32;
    color: #fff;
    border-color: #041a32 !important;
  }


/*=================================================
   Banner Empresa
=================================================*/

  .banner-empresa {
    width: 100%;
    height: 400px;
    background: #DEDEDE url(../img/gopr1830.jpg) no-repeat center bottom;
  }

  .service-box-sb {
    margin: 0;
    text-align: center;
  }
  .service-box-sb .service-icon {
    height: 72px;
    margin: 0 auto 18px;
    color: #8a8f6a;
    text-align: center;
    font-size: 40px;
  }
  .service-box-sb .service-icon img {
    width: 80px;
    height: auto;
    display: inline;
  }
  .service-box-sb .service-info {
    margin-top: 4px;
    overflow: hidden;
  }
  .service-box-sb .service-info p {
    line-height: 17px;
    letter-spacing: 0.5px;
  }


/*=================================================
   Productos Alquiler
=================================================*/

  .products-rental {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 20px;
  }
  .item-rental-content {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
  }
  .item-rental-content .item-rental-img {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
  }
  .item-rental-content .item-rental-img img {
    width: 130px;
    margin: 0 auto;
  }
  .item-rental-content p {
    line-height: 15px;
    letter-spacing: 0.1px;
    font-size: 11px;
    font-weight: 600;
  }
  .item-btns {
    display: flex;
    justify-content: space-between;
  }
   .item-btns img {
    width: 81px;
    height: 32px;
  } 

  /*=================================================
   Productos Alquiler
=================================================*/
.category-menu {
  width: 250px;
  margin-right: 10px;
}
.category-menu .category {
  margin-bottom: 15px;
}
.category-menu .category h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.category .categories .category-item {
  list-style: none;
  line-height: 18px;
}
.category .categories .category-item a {
  color: #7d7d7d;
}
.category .categories .category-item a:hover {
  color: #000;
}
.category-products{
  width: calc(100% - 260px);
}
.category-products .category-title {
  width: 100%;
  height: 40px;
  font-size: 23px;
  color: #0b4381;
}
.products-list {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 15px;
  position: relative;
  padding-top: 35px;
  margin-bottom: 45px;
}
.products-list .products-title {
  position: absolute;
  width: 100%;
  line-height: 30px;
  color: #616060;
  font-size: 14px;
  font-weight: 600;
}
.item-list-content {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.item-list-content:hover {
  border: 2px solid #e2a85d;
}
.item-list-content .item-list-img {
  width: 100%;
  height: 175px;
  display: flex;
  align-items: center;
}
.item-list-content .item-list-img img {
  width: 145px;
  margin: 0 auto;
}
.item-list-content p {
  line-height: 15px;
  letter-spacing: 0.1px;
  font-size: 11px;
  font-weight: 600;
}
.product-content {
  display: flex;
  margin-bottom: 40px;
}

  /*=================================================
27 - BANNER DETAILS
=================================================*/

.banner-detail-apisonado {
  width: 100%;
  height: 200px;
  
  background-image: url('../img/banners/banner-detail-apisonado.jpg');
  background-size: 100%;
  background-position: center;
  
}
.banner-detail-apisonado .banner-title {
  max-width: 1170px;
  line-height: 200px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
  padding-left: 20px;
}

  /*=================================================
27 - footer area 
=================================================*/

.footer-area-container {
    padding: 60px 0 50px 0;
    background: #dbdbdb;
  }
  .footer-area-container a {
    color: #777;
    word-wrap: break-word;
  }
  .footer-area-container a:hover {
    color: #000;
  }
  .footer-area-container .footer-widget {
    color: #777;
  }
  .footer-area-container .footer-widget-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
    color: black;
    text-transform: uppercase;
  }
  .footer-area-container .footer-widget.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #777;
  }
  
  .footer-area-container .footer-widget.widget_nav_menu li {
    margin: 0;
    line-height: 22px;
  }
  
  .footer-area-container .widget_nav_menu li.menu-item a {
    margin-bottom: 3px;
    display: block;
  }
  .footer-area-container .footer-widget.widget_nav_menu .address {
    list-style: disc;
  }
  .footer-area-container .footer-widget ul.sn {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 3px;
    list-style: none;
  }
  .footer-area-container .footer-widget ul.sn li {
    padding-right: 15px;
  }
  .footer-area-container .footer-widget ul.sn li img{
    width: auto;
    height: 24px;
  }

 .breadcrumb {
    width: 100%;
 }
 .breadcrumb .title-page {
    width: 1170px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0 15px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
 }



  /* MEDIA QUERIES */
    
  @media (max-width: 1200px) {
    .products-rental {
      grid-template-columns: auto auto auto auto;
    }
    .products-list {
      grid-template-columns: auto auto auto;
    }
  }

  @media (max-width: 992px) {
    .body-content {
      width: 100%;
      max-width: 992px;
      height: auto;
      margin: 10px auto;
      padding: 0 20px;
    }
    
    .products-rental {
      grid-template-columns: auto auto auto;
    }
    .products-list {
      grid-template-columns: auto auto;
    }
  }

  @media (max-width: 768px) {
    .product-content {
      display: block;
    }
    .products-rental {
      grid-template-columns: auto auto;
    }
    .category-menu {
      width: 100%;
      margin-right: 10px;
    }
    .category-products{
      width: 100%;
    }
  }