.bg-fondo{
  background: #23395B !important;
}

.bg-fondo-yellow{
  background: #FF9E1B;
}

.title{
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.hr-title{
  background: #6495ED;
  width: 70px;
  height: 7px;
  margin: auto;
  display: flex;
  border-radius: 50px;
}

.hr-title-white{
  background: white;
  width: 70px;
  height: 7px;
  margin: auto;
  display: flex;
  border-radius: 50px;
}

.pText{
  text-align: center;
  font-size: 18px;
  font-weight: 200;
}

.imgLogo{
  filter: grayscale(1);
}

.imgLogo:hover{
  filter: grayscale(0);
}

.cardServicios{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.imgIconos{
  width: 35px !important;
}

.tituloIcono{
  font-weight: 400;
  font-size: 18px
}

.subtituloIcono{
  font-weight: 200;
  font-size: 15px
}

.btn-yellow{
  background-color: #FF9E1B !important;
  color: white !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;

}

.lista_mobile{
  display: block !important;
}
@media (min-width: 990px) {

  .lista_mobile{
    display: none !important;
  }
  }

  .lista_pc{
    display: none !important;
  }
  @media (min-width: 990px) {

    .lista_pc{
      display: block !important;
    }
    }

  .hr-menu:hover{
    border-bottom: 3px solid #6495ED;
  }

  .color_redes_instagram{
    color: #007681;
  }
  .color_redes_linkedin{
    color: #007681;
  }

  .color_redes_instagram:hover{
    color: #C13584;
  }
  .color_redes_linkedin:hover{
    color: #2C46C7;
  }

  .btn-cotiza-select{
    color: blue;
  }
  .btn-cotiza-noselect{
    color: gray;
  }

  .linea {
    border-right: none;
  }

  @media (min-width: 990px) {

    .linea {
      border-right: 1px solid white;
    }
    }

  .imagehover:hover {
    filter: brightness(35%);
    -webkit-filter: brightness(35%);
    -moz-filter: brightness(35%);
  }

  .btn-cotiza-noselect:hover{
    color: #6495ED;
  }

  .btn-whatsapp {
    display:block;
    width:40px;
    height:40px;
    color: #fff;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}

.click {
  color: #595959 !important;
}


.click:hover {
  color: blue !important;
}
