/*tabs*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid #dedfe0;
    border-radius: 0;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #e43485;
  background-color: #fff0;
  border-color: #000000 #000000 #edc306;
}

.nav-tabs {
  border-bottom: 1px solid #000;
  font-family: 'Oswald', sans-serif;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.nav-tabs {
  display: none;
  
}

.nav-link {
  display: block;
  padding: 0.5rem 2rem;
}

.nav-tabs .nav-link:hover {
  color: #e43485;
  border-color: #000000 #000000 #edc306;
}

.nav-tabs .nav-link:focus {
  color: #e43485;
  border-color: #000000 #000000 #edc306;
}

.iconos {
  font-size: 4rem;
  display: block;
  margin: 0;
}

.marks-list .list-text {
  font-size: 15px;
}

.titulo {
  text-align: center;
}

.titulo_h {
    background: #e43485;
    padding: 5px 0;
    color: #fdcf00;
    font-family: 'Oswald', sans-serif;
}


.titulo_h span {
  font-size: 17px;
  font-weight: 300;
}

.precios {
  background: #f1bc37;
  color: #3c2b00;
}

.precios_2 {
  background: #fdaa2d;
  color: #3c2b00;
}

.precios_3 {
  background: #ff9439;
  color: #3c2b00;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #edc306;
  border-bottom: 1px solid #ff3188;
}

.card-header a {
  font-family: 'Oswald', sans-serif;
  color: #000000;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  vertical-align: baseline;
}

.card-header a:hover {
  color: #e43485;
  text-decoration: none;
}

.iconos_resp {
  font-size: 27px;
  margin-right: 5px;
}

@media (min-width: 1200px){
.table-card .card-body {
    padding-left: 5px;
    padding-right: 5px;
}
}

@media (min-width: 1024px){
.table-card .card-body {
    padding-left: 5px;
    padding-right: 5px;
}
}


@media(min-width:920px) {
  .nav-tabs {
    display: flex;
    justify-content: center;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
    padding: 4% 1%;
}



}


@media(max-width:919px) {
  .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
  }

  .table th,
  .table td {
    padding: 0.1875rem;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
  }

  .titulo_h {
    margin-top: 20px;
    /* background: #644277; */
    padding: 5px 0;
    /* color: #fff; */
    font-family: 'Rye', sans-serif;
  }

  .iconos_resp {
    font-size: 18px;
    margin-right: 2px;
}

.card {
  border: 1px solid #28125000;
}

}

/*tabs*/