a{text-decoration:none; }

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../images/distribuidora-hule.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: #70b9b0;
  border: 2px solid #70b9b0;
}


/*btn whats*/
.btn-whats{
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #6CD94E;
  z-index: 2000;
  padding: 5px;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1002;
}
.btn-whats .fa-whatsapp{
  position: relative;
  color: #fff;
  font-size: 60px;
}

.mensaje-dudas{
  background: #F2E394;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  position: fixed;
  width: 180px;
  text-align: center;
  right: 120px;
  bottom: 45px;
  z-index: 1002;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;

}
.mensaje-dudas i{
  position: absolute;
  top: 5px ;
  right: 5px;
  font-size: 17px;
  color: #1e1e1e;
  z-index: 1002;
  cursor: pointer;
}
/*****/