/* para miranda logistic */
.fixed-header-dark {background-color: #01152aff;}
.text-main-color {color: #03092f;}
a.nile-bottom {background-color: #01152aff;}
.background-main-color {background-color: #d7ba86ff;
    color: black !important;}
.price-table.active {background: #38C2CD;}
.blog-item .date span.day {background: #01152aff;}
footer.layout-dark {background-color: #01152aff;}
.btn-foot {background-color: #38C2CD!important;}
.btn-foot:hover {background-color: #999!important;}
footer.layout-dark .copy-right {background-color: #01152aff;}
.call-action.ba-2 {background-color: #01152aff;}
.post-standard .meta-out ul.meta li .icon {color: #38C2CD;}
.widget.sidebar-wideget .sidebar-title h2:before {background-color: #01152aff;}
.widget.widget_categories ul li a:before {color: #01152aff;}

.blog__img {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1.7s ease;
}

.blog__img:hover {
    transform: scale(1.3) rotate(3deg);
}

.blog-item .date {
    width: 80px;
}

@media screen and (max-width: 576px) {
  .xs-none {
    display: none;
  }
}


.large-header {
   position: absolute;
  top: 0;
   width: 100%;
   /*background: #111;*/
   overflow: hidden;
   background-size: cover;
   background-position: center center;
   /*z-index: 999;*/
}

#large-header{

	position: absolute;
    z-index: 21;
}

.btn_contact{
transition: all 300ms;
}

.btn_contact:hover{
transform: translateY(7px);
-webkit-box-shadow: 0px 4px 19px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 19px -2px rgba(0,0,0,0.75);
box-shadow: 0px 4px 19px -2px rgba(0,0,0,0.75);
}


.btn_service{
transition: all 300ms;
}

.btn_service:hover{
transform: translateY(10px);
}
