/* stylelint-disable selector-list-comma-newline-after */

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Biome W01 Regular", Arial, sans-serif !important;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
    padding: 0.5rem 0;
    padding-left: 50px;
    color: #727272;
    text-align: left;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.dropdown-toggle:after {
    content:none;
}
.dropdown-menu li {
    text-align:left!Important;
}





.module-title {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 2px #c0c0c0;
}

.text-red {
    color: red;
}

.icon-button {
    color: gray;
}

    .icon-button:hover {
        color: red;
    }

.color-success {
    color: #0f5132;
}

.color-error {
    color: #842029;
}

.color-info {
    color: #084298;
}

.toast-header-info {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.toast-header-error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.toast-header-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

@media (min-width: 768px) {
    #filtersCollapsable {
        display: none;
    }
    #filtersNoCollapsable {
        display: show;
    }
}
@media (max-width: 768px) {
    #filtersCollapsable {
        display: show;
    }

    #filtersNoCollapsable {
        display: none;
    }
}


.list-photo-equipment {
    position: relative;
    width: 200px;
    height: 250px;
}

.area-photo {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.area-photo img {
    max-width: 100%;
    max-height: 100%;
}

.icon-ws {
    position: absolute;
    height: 50px;
    top: 50px;
    left: 850px;
}

.btn-consultanos {
    position:absolute;
    border: solid 1px #4EA72E;
    background-color: #4EA72E;
    border-radius: 10px;
    color: white;
    height: 50px;
    width: 130px;
    text-align: center;
    font-weight: 600;
    top:50px;
    left:700px;
}
#formSearch input {
    margin-bottom:-10px;
}
.logo-small {
    border: none;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 4px;
    max-width: 220px;
    text-align: center;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.6);
    margin-bottom:10px;
}
.blog-footer {
    background-color:#f0f0f0;
}

.search-maquinarias.dsn-table-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.search-maquinarias .dsn-table-row-template {
    flex: 1 1 300px;
}

@media (max-width: 988px) {
    .card-maquinaria {
        width: 80%!Important;
    }
    .btn-consultanos {
        top:-60px;
        left:90px;
        zoom:0.7
    }
    .icon-ws {
        top: -60px;
        left: 240px;
        zoom: 0.7
    }
    .header-logo {
        margin-top:40px;
    }
}
    /*
@media (max-width: 768px) {
    .dsn-table-body  {
        flex-direction:column;
        text-align:center;
    }
    .dsn-table-row-template {
        width:100%;
    }
}
*/