
@media (width > 700px) {
  .has-dropdown{
    height: 90px!important;
  }
}


.mw_150{
    max-width: 150px;
}

.img_banner{
    width: 98%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 20px;
}

.img_detail{
    width: 150px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.img_detail2{
    width: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    max-height: 250px;
}

.w_180px{
    width: 180px;
}

.item_equipo p{
    margin: 0px !important;
    text-align: justify;
}
/* loading */
.cc-loadingpage {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url('https://admin.gruasytransporte.com/gruas/logo.gif') center no-repeat #F9FAFD;
  }
  
  .cc-loadingpage_transparent {
    opacity: 0.5;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url('https://admin.gruasytransporte.com/gruas/logo.gif') center no-repeat #F9FAFD;
  }
  /* end loading */

  /* botton whatsapp */
.contenedorbotton{
    width:90px;
    height:240px;
    position:absolute;
    right:0px;
    bottom:0px;
  }
  .botonF1{
    width:65px;
    height:65px;
    /* border-radius:100%; */
    /* background:#F44336; */
    right:0;
    bottom:0;
    position:fixed;
    margin-right:16px;
    margin-bottom:16px;
    border:none;
    outline:none;
    /* color:#FFF; */
    font-size:36px;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
    transition:.3s;
  }
  /* span{
    transition:.5s;
  } */
  .botonF1:hover span{
    width:70px;
    height:70px;
  }
  .botonF1:hover{
    width:70px;
    height:70px;
  }

  .text_amarillo{
    color: #F9C300 !important;
  }
  .background_grey{
    background-color: #f2f2f2;
  }

  .card_services{
    border: solid 1px #F9C300;
    border-radius: 5px;
    display: flex;
    background: #F9C300;
    cursor: pointer;
  }

  /* .card_services:hover .content_img_services{
    background: #F9C300;
  } */

  .card_services:hover .content_img_services img{
    transform: translate(0, -15%);
  }

  .card_services:hover .content_card_services{
    color: #F9C300;
  }

  .card_services:hover .content_card_services{
    background: #fff;
  }

  .card_services img{
    max-width: 150px;
    border-radius: 5px 0 0 5px;
  }
  .content_card_services{
    padding: 10px 0 0  10px;
    align-content: center;
    text-align: center;
    color: #767676 !important;
    border-radius: 0 5px 5px 0;
    transition: .5s ease;
    font-size: 18px !important;
  }

  .img_pq img{
    width: 100%;
    /* border-radius: 5px; */
    border: solid 10px #F9C300;
  }

  .content_img_services{
    min-height: 130px;
    align-content: center;
    background: #313131;
    border-radius:5px 0 0 5px;
    min-height: 150px;
    min-width: 150px;
    transition: .5s ease;
  }

  .content_img_services img{
    filter: drop-shadow(0 0 0.75rem #F9C300);
    margin: auto;
    display: block;
    transition: .5s ease;
  }

  .item_img_services_all{
    background: linear-gradient(to right, #F9C300 0%, 50%, grey 50%, grey 100%);
    border-radius: 10px;
    transition: .5s ease;
  }

  .item_img_services_all img{
    width: 80%;
  }

  .no_check{
    width: 30px;
    height: 30px;
    background: #F9C300;
    border-radius: 50%;
    padding-left: 9px;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    align-content: center;
  }

  /* end botton whatsapp */

  #header-sticky{
    box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  }

  .fs18{
    font-size: 18px;
  }