/*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: #ed5d42;
    background-color: #fff0;
    border-color: #315ba7 #315ba7 #ffffff;
    border-bottom: 3px solid #ffffff;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
}

.nav-tabs {
  border-bottom: 1px solid #1b4998;
  font-family: 'Oswald', sans-serif;
}

.nav-tabs .nav-link {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #1b4998;
  font-family: 'Poppins', sans-serif;
  height: 100%;
}

.nav-link span {
  width: 100px;
  height: 110px;
  padding-top: 3px;
  border-radius: 50%;
  font-weight: 400;
  display: block;
  margin: 0 auto 8px;
  text-align: center;
  transition: transform 0.6s ease;
}


.nav-tabs .nav-link:hover span:hover {
    transform: scale(1.1);
}


.todo_tabs{
    background: #ffffff;
    background-size: cover;
    padding: 5% 3% 5%;
    margin-bottom: 0;
    border-radius: 30px;
    box-shadow: 10px 15px #f9af15;
}



.nav-tabs {
  display: none;
}

.nav-link {
  display: block;
  padding: 1.5rem 1.3rem 1rem;
}

.nav-tabs .nav-link:hover {
    color: #0db1a6;
    background-color: #ffffff00;
    border-color: #34519f3d #34519f3d #1b4998;
}


.b_1 {
  background: #f8e208 !important;
}

.b_2 {
  background: #5aa7dd !important;
}

.b_3 {
  background: #0358a0 !important;
}

.b_4 {
  background: #e2040e !important;
}

.b_5 {
  background:#ec7d2a !important;
}

.b_6 {
  background: #57ad30 !important;
}

.b_7 {
  background: #b52a87 !important;
}

.b_8 {
  background: #b52a87 !important;
}

.circulo{
width: 30px;
    height: 35px;
    /* border-radius: 50%; */
    text-align: center;
    padding-top: 4px;
    display: inline-block;
    margin-right: 5px;
}

.despleg_n {
    font-size: 13px;
}

/* .nav-tabs .nav-link:focus {
  color: #0eacb8;
  border-color: #00f9f2 #00f9f2 #241241;
} */

.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: #dfe6ec;
  border-bottom: 1px dashed #1b4998;
}

.card-header a {
    font-family: 'Poppins', sans-serif;
    color: #315da4;
    display: block;
    padding: 0.55rem;
    vertical-align: baseline;
    letter-spacing: 1px;
}

.card-header a:hover {
  color: #e63a26;
  text-decoration: none;
}

.card-header a:active {
  color: #e63a26;
  text-decoration: none;
}

.card-header a:active {
  color: #e63a26;
  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 (max-width: 1200px){
  .nav-link span {
    width: 70px;
    height: 70px;
    padding-top: 3px;
    border-radius: 50%;
    font-weight: 400;
    display: block;
    margin: 0 auto 8px;
    text-align: center;
}
}
@media (min-width: 1024px){
.table-card .card-body {
    padding-left: 5px;
    padding-right: 5px;
}
}
@media (max-width: 1024px){
  .nav-link span {
    width: 70px;
    height: 70px;
    padding-top: 3px;
    border-radius: 50%;
    font-weight: 400;
    display: block;
    margin: 0 auto 8px;
    text-align: center;
  }
}

@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% 0;
}

}


@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*/