.color-azul-39 {
  color: #392C8A;
}

.color-azul-17 {
  color: #293b68;
}

.color-rojo-dc {
  color: #dc6c64
}

.text-justify {
  text-align: justify;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
a {
  text-decoration: none;
}
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 60%;
  }
}


.btn-rojo-dc {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #FF5F59;
  text-decoration: none;
  width: 270px;
  height: 44px;
}

.btn-rojo-dc:hover {
  
  color: #f3caca;
  
}



.whatsapp-float-container {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #1ca24d;
  z-index: 100;
}

.whatsapp-float {
  margin-top: 16px;
}

@media (max-height: 768px) {
  .whatsapp-float-container {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #1ca24d;
    z-index: 100;
  }

  .whatsapp-float {
    margin-top: 16px;
  }
}


.seccion-generica p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
}

.btn-rojo-modal {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;  
  color: #FF5F59;  
  background-color: transparent;
  border: none;
  justify-content: end;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.btn-rojo-modal:hover {
  color: #f33f39;
}