    .logotipo {
        max-height: 35px;
        margin: 0.3em;
        margin-right: auto !important;
    }
.img-fluid-noticias {
    max-width: 100%;
    height: auto;
}

.btn-sof {
    display: inline-block;
    padding: 10px 40px 12px 40px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.3);    
}
.btn-sof a {
    color: #fff;
}
.btn-sof:hover {
  border-color: #fff;
}

.text-aling-end{
  /*align-items: flex-end;*/
    width: 35rem;
    
}
.tabs .nav-link {
    border-radius: 35px;
}
.tabs .nav-link:hover {
  color: #cccccc;
    border-color: #999999;
}

.tabs .nav-link.active {
  background: #cccccc;
  color: #fff;
  border-color: #999999;
}
.joy-btn {
margin-top: 20px;
  padding: 8px 15px 9px 15px;
  color: #005a85;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #005a85;
}
.joy-btn-negro {
margin-top: 20px;
  padding: 8px 15px 9px 15px;
  color: #ffffff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #ffffff;
}
.joy-btn i {
  padding: 0px 8px 0px 0px;
  color: #666666;

}
.joy-btn-negro i {
  padding: 0px 8px 0px 0px;
  color: #0dcaf0;

}

#no-se-por-que-pasa {
    display: none;
}

#joyclinic {
    margin-bottom: 3em;
}





.boton-soporte {    
    bottom: 0 !important;
    position: absolute;
    width: 88%;
    margin-bottom: 25px;
}

.btn-bottom-right {
  position: absolute;
  right: 0;
  bottom: 20% !important;
}

.btn-bottom-left {
  position: relative;
  left: 0;
  bottom: 20% !important;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.for-entrada {
    width: 65%; margin-top: 2em; display: inline-block;
}

@media (max-width: 768px) {
  .for-entrada {
    width: 90%; margin-top: 2em; display: inline-block;
    }
}

.preguntas {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: calc(1.2rem + .6vw);
    line-height: calc(1.6rem + .6vw);
    font-weight: 600;
    color:#009bde;
}
.respuestas{
    margin-bottom: 0;
    line-height: 24px;
    font-size: calc(1.0rem + .6vw);
    line-height: calc(1.4rem + .6vw);
}
.faq h3{
    font-size: calc(1.4rem + .6vw);
    line-height: calc(1.7rem + .6vw);
    font-weight: 800;
    color: #435363;
}
@media screen and (min-width: 600px) {

}