<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section .section-preguntasFrecuentes{
  margin-top: 30px;
  padding-left: 0 40px;
}
.section-preguntasFrecuentes .r-block{
  display: block;
  width: 100%;
}

/* temas start */
.section-preguntasFrecuentes .b-temas{
  float: left;
  width: 25%;
}
.b-temas h2{
  color: #373A36;
  font-family: AvantMedium;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.44px;
  line-height: 26px;
}
.b-temas .b-sidebar{
    width: 284px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background-color: #FFFFFF;
}
.b-temas .b-sidebar .b-tema-btn{
  height: 43px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  cursor: pointer;
}
.b-temas .b-sidebar .b-tema-btn.active{
  background-color: rgba(0, 191, 179, 0.22);
}
.b-temas .b-sidebar .b-tema-btn:hover{
  background-color: rgba(0, 191, 179, 0.22);
}
.b-temas .b-sidebar i{
  color: #00BFB3;
  font-size: 23px;
  margin-right: 7px;
}
.b-temas .b-sidebar span{
  color: #00BFB3;
  font-family: AvantMedium;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 14px;
}
/* temas end */

/* preguntas start */
.section-preguntasFrecuentes .b-preguntas{
  float: left;
  width: 75%;
}
.b-preguntas .r-block{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.b-preguntas h2{
  color: #373A36;
  font-family: AvantMedium;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.44px;
  line-height: 26px;
}

.b-preguntas h2 span {
  color: #373A36;
  font-family: AvantMedium;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.44px;
  line-height: 26px;
}
.b-preguntas .b-pregunta {
    width: 100%;
    background-color: #00BFB3;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    cursor: pointer;
    margin: 5px 0;
    border-radius: 2px;
  }
.b-preguntas .b-pregunta span{
  color: #FFFFFF;
   font-family: AvantMedium;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: -0.36px;
   line-height: 22px;
}
.b-preguntas .b-respuesta{
  display: none;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.2);
  align-items: center;
  padding: 10px 10px;
  border: 0 1px 1px 1px  solid gray;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: AvantMedium;
  font-size: 18px;
  line-height: 25px;
}
span{
  color: #393a37;
  font-family: AvantMedium;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 19px;
}

/* Sections Responsive START */
/* Extra Large devices (desktops, less than 1100px) purple*/
@media (max-width: 1250.98px) {}

/* Large devices (desktops, less than 1200px) red*/
@media (max-width: 1199.98px) {

}

/* Medium devices (tablets, less than 992px) orange*/
@media (max-width: 1079.98px) {
  .section-preguntasFrecuentes .b-temas{
    float: left;
    width: 100%;
  }
  .b-temas .b-sidebar{
    float: left;
    width: 100%;
  }
  .section-preguntasFrecuentes .b-preguntas{
    float: left;
    width: 100%;
  }
}

/* Small devices (landscape phones, less than 768px) yellow*/
@media (max-width: 885.98px) {

}

/* Extra small devices (portrait phones, less than 576px) gray*/
@media (max-width: 575.98px) {

}

/* Extra very small devices resolution (portrait phones, less than 321px) green*/
@media (max-width: 320.98px) {

}
/* Sections Responsive END */
</pre></body></html>