/**
 * Description: styles related to generic Digidelta styles.
 * For in-house development
 * Date: 05/06/2019
**/
.grayBorder {
  border: 2px solid #1e1e27;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.borderBoxSizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.verticalCenter {
  display: table-cell;
  vertical-align: middle;
}
.verticalBottom {
  display: table-cell;
  vertical-align: bottom;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
.fal {
  font-family: FontAwesome5Pro;
  font-weight: 300;
}
.far {
  font-family: FontAwesome5Pro;
  font-weight: 400;
}
.padding0 {
  padding: 0 !important;
}
h1 {
  font-size: 2.5rem;
}
html section#equipment-content h1 {
  margin: 0;
}
h2 {
  font-size: 2rem;
  font-family: 'poppins-regular-webfont';
}
.hometitle {
  font-size: 4rem;
}
/* Style here 

.equipment{
	min-height: 650px;
}

*/
@media only screen and (min-width: 993px) {
  html section .articles-list article figure img {
    width: auto;
    max-height: 285px;
  }
}
.space_equip {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  html #mobile-header .navbar figure img {
    max-width: 180px;
  }
}
@media (max-width: 992px) {
  html #mobile-header {
    display: none;
  }
}
@media (max-width: 992px) {
  html #header {
    min-height: 0px;
  }
}
@media (max-width: 992px) {
  html body #content-wrapper {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .breadcrumbs-container {
    top: 41px;
  }
}
@media (max-width: 767px) {
  html section .mobile-hide {
    display: none !important;
  }
}
/* ----- FOOTER CATEROGIAS TAXONOMIA EQUIPAMENTOS ----- */
html section.header-taxonomy .contact-banner .top-info h1,
html section.header-search .contact-banner .top-info h1,
html section.header-taxonomy .contact-banner .top-info p,
html section.header-search .contact-banner .top-info p {
  color: #333 !important;
  font-size: 1.6rem !important;
}
html section.header-taxonomy .contact-banner .top-info,
html section.header-search .contact-banner .top-info {
  margin-top: 0px;
}
