.pad_right,.pad_left{
  text-align: justify;
}
.marco_de_carrera {
  color: #4d4d4d !important;
}
.marco_de_carrera .cbanner {
  background-size: 100%;
}
.marco_de_carrera .cbanner:before {
  padding-top: 20%;
}
.marco_de_carrera .nav-tabs li a.active {
  border-bottom: 2px solid #9b2e15 !important;
}
.marco_de_carrera h1 {
  color: #9b2e15;
  font-size: 3rem;
  font-weight: 600;
  margin: 0px 2px 20px;
}
.marco_de_carrera h2 {
  color: #9b2e15;
  font-size: 2.3rem;
  font-weight: 600;
  margin: 10px 2px 20px;
}
.marco_de_carrera h3 {
  color: #f1a800;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0px 2px 10px;
}
.marco_de_carrera h4 {
  color: #9b2e15;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0px 2px 0px 20px;
}
.marco_de_carrera h5 {
  color: black;
  font-weight: 300;
  font-size: 2.5rem;
}
.marco_de_carrera h6 {
  font-size: 1.8rem;
  font-weight: 300;
}
.marco_de_carrera p {
  font-size: 1.7rem;
  font-weight: 300;
}
.marco_de_carrera p span {
  color: #9b2e15;
  font-weight: 600;
}
.marco_de_carrera p b {
  font-weight: 600;
}
.marco_de_carrera .item1 {
  padding: 0px 40px 20px;
  margin: 10px;
}
.marco_de_carrera .marco {
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  margin: 10px;
  padding: 40px;
}
.marco_de_carrera .marco .box_joyas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(77, 77, 77, 0.1607843137);
  padding: 20px 0px;
  margin: 20px 0px;
}
.marco_de_carrera .marco .box_joyas .joya {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 5px;
}
.marco_de_carrera .marco .box_joyas .joya img {
  margin-bottom: auto;
}
.marco_de_carrera .marco .box_joyas .joya .joya1 {
  width: 135px;
}
.marco_de_carrera .marco .box_joyas .joya .joya2 {
  width: 140px;
}
.marco_de_carrera .marco .box_joyas .joya .joya3 {
  width: 125px;
}
.marco_de_carrera .marco .box_joyas .joya .joya4 {
  width: 100px;
}
.marco_de_carrera .marco .box_joyas .joya .joya5 {
  width: 105px;
}
.marco_de_carrera .marco .mecanica {
  display: -webkit-box;
  align-items: center;
  margin: 10px 0px;
}
.marco_de_carrera .marco .mecanica p {
  margin: 0px 10px;
}
.marco_de_carrera .marco .mecanica .little_circle {
  background-color: #9b2e15;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
}
.marco_de_carrera .marco .mecanica .little_circle p {
  color: white;
  font-weight: 700;
  text-align: center;
  padding: 4px;
  margin: 0px;
}
.marco_de_carrera .marco .horizontal_box {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.marco_de_carrera .marco .horizontal_box .hor_box {
  width: 50%;
}
.marco_de_carrera .marco .horizontal_box .hor_box.hor_box_izq {
  padding: 0px 20px 0px 0px;
}
.marco_de_carrera .marco .horizontal_box .hor_box.hor_box_der {
  padding: 0px 0px 0px 20px;
}
.marco_de_carrera .marco .horizontal_box .hor_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.marco_de_carrera .marco .horizontal_box .hor_box ul li {
  display: -webkit-inline-box;
}
.marco_de_carrera .marco .horizontal_box .hor_box ul li .bullet {
  background-color: #9b2e15;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin: 8px 10px 0px 0px;
}
.marco_de_carrera .marco .horizontal_box .hor_box img {
  width: 260px;
}
.marco_de_carrera .marco .horizontal_box .hor_box table {
  width: 100%;
  max-width: 375px;
}
.marco_de_carrera .marco .horizontal_box .hor_box table tr th {
  color: #9b2e15;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 5px 0px;
}
.marco_de_carrera .marco .horizontal_box .hor_box table tr td {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 5px 0px;
}
.marco_de_carrera .marco .horizontal_box .hor_box table tr .border_right {
  border-right: 1px solid rgba(77, 77, 77, 0.1607843137);
}
.marco_de_carrera .item1_seguimiento {
  padding: 0px 10px 20px 40px;
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marco_de_carrera .item1_seguimiento h1 {
  margin: 0px 2px 5px;
}
.marco_de_carrera .item1_seguimiento .box_alert {
  background-color: #9b2e15;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  width: 297px;
  border-radius: 10px;
}
.marco_de_carrera .item1_seguimiento .box_alert img {
  width: 35px;
}
.marco_de_carrera .item1_seguimiento .box_alert small {
  color: rgba(255, 255, 255, 0.6196078431);
  padding-left: 10px;
  font-size: 1.1rem;
}
.marco_de_carrera .item1_seguimiento .box_alert small a {
  color: rgba(255, 255, 255, 0.8392156863);
  text-decoration: none;
}
.marco_de_carrera .item_tabla .tabla_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marco_de_carrera .item_tabla .tabla_title a {
  background-color: #f1a800;
  color: white;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marco_de_carrera .item_tabla .tabla_title a img {
  width: 15px;
  margin-right: 5px;
}
.marco_de_carrera .item_tabla .tabla_marco tr td {
  text-align: left;
  padding: 5px 5px 5px 15px;
}
.marco_de_carrera .item_tabla .tabla_marco tr td.t_centro {
  text-align: center;
  padding: 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marco_de_carrera .item_tabla .tabla_marco tr td.t_centro .cicle_gold {
  background-color: #f1a800;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.marco_de_carrera .item_tabla .tabla_marco tr td.t_centro .cicle_gold p {
  color: white;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  margin: 0px;
}
.marco_de_carrera .item_tabla .tabla_marco tr td.t_centro img {
  width: 50px;
}
.marco_de_carrera .item_tabla .tabla_marco tr td.t_centro p {
  font-size: 1.5rem;
  margin: 0px 10px;
}
.marco_de_carrera .item_tabla table {
  width: 100%;
  margin: 20px 0px 0px;
}
.marco_de_carrera .item_tabla table tr th {
  color: #9b2e15;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 5px;
}
.marco_de_carrera .item_tabla table tr td {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 300;
  padding: 5px 5px;
}
.marco_de_carrera .item_tabla table tr.border_bottom {
  border-bottom: 1px solid rgba(77, 77, 77, 0.1607843137);
}
.marco_de_carrera .item1_ranking {
  padding: 0px 10px 20px 40px;
  margin: 10px;
}
.marco_de_carrera .item1_ranking h1 {
  margin: 0px 2px 5px;
}
.marco_de_carrera .item1_ranking .box_ranking {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.marco_de_carrera .item1_ranking .box_ranking p {
  width: 50%;
}
.marco_de_carrera .item1_ranking .box_ranking .pad_right {
  padding-right: 10px;
}
.marco_de_carrera .item1_ranking .box_ranking .pad_left {
  padding-left: 10px;
}

@media (max-width: 1146px) {
  .marco_de_carrera .marco .box_joyas .joya .joya1 {
    width: 110px;
  }
  .marco_de_carrera .marco .box_joyas .joya .joya2 {
    width: 115px;
  }
  .marco_de_carrera .marco .box_joyas .joya .joya3 {
    width: 100px;
  }
  .marco_de_carrera .marco .box_joyas .joya .joya4 {
    width: 80px;
  }
  .marco_de_carrera .marco .box_joyas .joya .joya5 {
    width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1058px) {
  .marco_de_carrera .marco .box_joyas {
    justify-content: center;
  }
  .marco_de_carrera .marco .box_joyas .joya {
    margin: 0px 20px;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box table tr th, .marco_de_carrera .marco .horizontal_box .hor_box table tr td {
    font-size: 0.9rem;
  }
  .marco_de_carrera .item1_seguimiento .box_alert {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .marco_de_carrera .marco {
    padding: 40px 30px;
  }
  .marco_de_carrera .marco .horizontal_box {
    padding: 0px;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box {
    width: 100%;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box.hor_box_izq, .marco_de_carrera .marco .horizontal_box .hor_box.hor_box_der {
    padding: 20px 0px;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box table tr th, .marco_de_carrera .marco .horizontal_box .hor_box table tr td {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  .marco_de_carrera .item1_seguimiento {
    flex-direction: column;
    padding: 0px 10px 20px;
  }
  .marco_de_carrera .item1_seguimiento h1, .marco_de_carrera .item1_seguimiento h3 {
    text-align: center;
  }
  .marco_de_carrera .item1_seguimiento .box_alert {
    width: 297px;
  }
  .marco_de_carrera .item1_ranking .box_ranking p {
    width: 100%;
  }
  .marco_de_carrera .item1_ranking .box_ranking .pad_right {
    padding-right: 0px;
  }
  .marco_de_carrera .item1_ranking .box_ranking .pad_left {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 835px) {
  .marco_de_carrera .item_tabla .tabla_title {
    align-items: flex-start;
    flex-direction: column;
  }
  .marco_de_carrera .item_tabla .tabla_title a {
    margin: 10px 20px 0px;
  }
}
@media (max-width: 728px) {
  .marco_de_carrera .marco .box_joyas {
    justify-content: center;
  }
  .marco_de_carrera .marco .box_joyas .joya {
    margin: 0px 20px;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box table tr th, .marco_de_carrera .marco .horizontal_box .hor_box table tr td {
    font-size: 0.9rem;
  }
  .marco_de_carrera .item1_seguimiento .box_alert {
    width: 192px;
  }
}
@media (max-width: 667px) {
  .marco_de_carrera .cbanner {
    background-size: 197%;
  }
  .marco_de_carrera .marco .horizontal_box {
    padding: 0px;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box {
    width: 100%;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box.hor_box_izq, .marco_de_carrera .marco .horizontal_box .hor_box.hor_box_der {
    padding: 20px 0px;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box table tr th, .marco_de_carrera .marco .horizontal_box .hor_box table tr td {
    font-size: 1.1rem;
  }
}
@media (max-width: 590px) {
  .marco_de_carrera .marco {
    padding: 40px 30px;
  }
  .marco_de_carrera .item1_seguimiento {
    flex-direction: column;
    padding: 0px 10px 20px;
  }
  .marco_de_carrera .item1_seguimiento h1, .marco_de_carrera .item1_seguimiento h3 {
    text-align: center;
  }
  .marco_de_carrera .item1_seguimiento .box_alert {
    width: 297px;
  }
  .marco_de_carrera .item_tabla .tabla_title {
    align-items: flex-start;
    flex-direction: column;
  }
  .marco_de_carrera .item_tabla .tabla_title a {
    margin: 10px 20px 0px;
  }
  .marco_de_carrera .item_tabla table tr td, .marco_de_carrera .item_tabla table tr th {
    font-size: 0.85rem;
  }
  .marco_de_carrera .item1_ranking .box_ranking p {
    width: 100%;
  }
  .marco_de_carrera .item1_ranking .box_ranking .pad_right {
    padding-right: 0px;
  }
  .marco_de_carrera .item1_ranking .box_ranking .pad_left {
    padding-left: 0px;
  }
}
@media (max-width: 399px) {
  .marco_de_carrera .cbanner {
    background-size: 143%;
    background-position-y: -10px;
    background-position-x: -19px;
  }
  .marco_de_carrera .item1 {
    padding: 0px 20px 20px;
  }
  .marco_de_carrera .item1_ranking {
    padding: 0px 10px 15px 15px;
  }
  .marco_de_carrera .marco {
    padding: 30px 25px;
    margin: 10px 0px;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box img {
    width: 220px;
  }
  .marco_de_carrera .marco .horizontal_box .hor_box table tr th, .marco_de_carrera .marco .horizontal_box .hor_box table tr td {
    font-size: 0.9rem;
  }
  .marco_de_carrera .item_tabla {
    padding: 30px 15px;
  }
}
@media (max-width: 364px) {
  .marco_de_carrera .item_tabla {
    padding: 30px 3px;
  }
  .marco_de_carrera .item_tabla table tr td, .marco_de_carrera .item_tabla table tr th {
    font-size: 0.7rem;
  }
}/*# sourceMappingURL=marco_de_carrera.css.map */