.btn-rounded-red, .btn-rounded-white {
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.btn-rounded-red {
  background: #EE2737;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 200px;
  display: block;
  padding: 8px 0 8px 0;
  cursor: pointer;
  border: none; }
  .btn-rounded-red:hover {
    background-color: #d21020;
    color: #FFFFFF;
    text-decoration: none; }

.btn-rounded-white {
  background: #F9F9F9;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #EE2737;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 170px;
  display: block;
  padding: 8px 0 8px 0; }
  .btn-rounded-white:hover {
    background-color: #e6e6e6;
    color: #EE2737;
    text-decoration: none; }

.btn-square-gray {
  background: #F0F0F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  padding: 5px 12px; }

.btn-square-black {
  border: 1px solid #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px; }

@media screen and (max-width: 767px) {
  .btn-rounded-red {
    padding: 10px 0; }

  .btn-rounded-white {
    padding: 10px 0; } }
section.terminos {
  min-height: 494px;
  text-align: left; }
  section.terminos .term_category-active {
    display: none; }
  section.terminos #display {
    display: block; }
  section.terminos ul.terminos-sidebar {
    padding: 0;
    margin-top: 50px; }
    section.terminos ul.terminos-sidebar li p {
      cursor: pointer; }
  section.terminos .term {
    margin-top: 20px;
    text-align: left; }
    section.terminos .term h2 {
      margin-top: 30px;
      text-align: left; }
  section.terminos li + li {
    margin-top: 20px; }

.term_category {
  display: flex;
  justify-content: start;
  align-items: baseline; }

.terminos .active .term_category-active {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 20px; }

.select {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  border: 0px solid #F0F0F0;
  width: 100%;
  height: 40px; }
  .select .label, .select li {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #282828;
    letter-spacing: 0.37px;
    line-height: 33px;
    text-transform: uppercase;
    cursor: pointer; }
  .select .selectric-items li + li {
    border-top: 1px solid #F0F0F0; }
  .select .label {
    cursor: pointer; }
  .select .selectric-items {
    position: absolute;
    top: 100%;
    left: 0;
    background: transparent;
    border: none;
    z-index: -1;
    border: 1px solid #F0F0F0;
    border-top: 0;
    box-shadow: 0;
    cursor: pointer; }
    .select .selectric-items ul {
      padding: 0; }
    .select .selectric-items li:first-child {
      display: block; }
    .select .selectric-items li {
      padding: 0px 10px;
      text-align: left;
      white-space: nowrap;
      color: #282828;
      font-family: 'Poppins', sans-serif;
      font-weight: 600; }
  .select .selectric {
    border: 1px solid #F0F0F0;
    background: transparent;
    box-shadow: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between; }
    .select .selectric .button {
      background-image: url("../images/icons/arrow-down.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: transparent;
      border: 0;
      transform: none;
      margin-top: 0px; }
    .select .selectric .button:after {
      border-top-color: transparent; }
  .select .selectric-hover .selectric {
    cursor: pointer; }
  .select .selectric-open .selectric b.button {
    margin-top: 0px;
    border: none; }
  .select .selectric-open .selectric-items {
    background-color: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-top: 0px;
    padding: 0 5px; }

@media screen and (max-width: 767px) {
  section.terminos li + li {
    margin-top: 0; } }
@media screen and (max-width: 991px) {
  section.terminos .term {
    margin-top: 40px; } }
