.services-alcances-precios__principal-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.services-alcances-precios__principal-menu-items {
  width: 1160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #8D8D8D;
  border-radius: 7px;
}
.services-alcances-precios__principal-menu-item {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.services-alcances-precios__principal-menu-item-text {
  padding: 20px 80px;
  font-weight: bold;
  font-size: 18px;
  display: block;
  position: relative;
}
.services-alcances-precios__principal-menu-item--active {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
  border: solid 1px #D0D0D0;
}
.services-alcances-precios__principal-menu-item--active > .services-alcances-precios__principal-menu-item-text {

}
.services-alcances-precios__principal-menu-item--active > .services-alcances-precios__principal-menu-item-text::after{
  content: ' ';
  width: 100%;
  height: 6px;
  background-color: #FC7959;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -3px;
}



.services-alcances-precios__container-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.services-alcances-precios__container-type-item {
  max-width: 1160px;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
.services-alcances-precios__container-type-item--active { display: flex;}
.services-alcances-precios__menu-plan {
  display: flex;
  align-items: center;
  width: 100%;
}
.services-alcances-precios__menu-plan-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  gap:11px;
}


/*
.services-alcances-precios__menu-plan-item-content-text { 
font-weight: bold;
font-size: 22px;
color: var(--text-neutral);
} */
.services-precios>thead {
  color: var(--text-neutral);
} 
.services-precios .services-precios__default-group {

  color: #72576F;
}

.services-precios-module_17684046509805-1-1 > .services-precios__default-group > tr:nth-child(even), 
.services-precios-module_17684046509805-1-1 > .services-precios__display-group > tr:nth-child(odd)
 {
  background-color: #DCD5D74D;
  border-radius: 10px;
}
.services-precios-module_17684046509805-1-1 > .services-precios__display-group > tr:nth-child(1) {
  background: linear-gradient(262.38deg, rgba(204, 204, 204, 0.17) 16.56%, rgba(161, 56, 145, 0.17) 42.18%, rgba(193, 47, 100, 0.17) 58.18%, rgba(239, 34, 34, 0.17) 96.61%), #F5F0F1;
}

.services-precios-module_17684046509805-1-1 > .services-precios__default-group > tr:last-child > td {
      padding-bottom: 43px;
}
.services-precios__display-group > tr:nth-child(1) {
  background-color: transparent;
}
.services-alcances-precios__plan-items{ 
  max-width: 1260px;
  width: 100%;
  padding: 50px 50px 50px 0px;
  margin-top: -8px;
}

/*Estilos tabla*/
.services-precios { 
  display: none;
  width: 100%; 
}
.services-precios--active { display: table; }
.services-precios > thead,
.services-precios > .services-precios__default-group {
  display: grid;
  grid-template-columns: 1fr;
}
.services-precios > thead { margin-bottom: 20px; }
.services-precios > thead > tr,
.services-precios > .services-precios__default-group > tr,
.services-precios > .services-precios__display-group > tr,
.services-precios > tfoot > tr {
  display: grid;
  grid-template-columns: calc(100%-((200px + 25px)*3)) 200px 200px 200px;
}
/*
.services-precios > .services-precios__display-group > tr:last-child { margin-bottom: 70px; } */
.services-precios > .services-precios__default-group > tr > td:not( :first-child ) {
  padding: 7px 17px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;

}

.services-precios > .services-precios__default-group > tr > td:nth-child(2) {
  border-left: 1px solid #00000070;
}

.services-precios > .services-precios__default-group > tr > td:nth-child(3) {
  border-left: 1px solid #00000070;
  border-right: 1px solid #00000070;
}
.services-precios > .services-precios__default-group > tr > td:first-child {
  font-size: 16px;
  line-height: 1.23;
  padding: 18px 18px 18px 23px;
  border-bottom: solid 1px rgba(255,255,255,0.7);
  /*display: flex;*/
  justify-content: center;
  flex-direction: column;
}

 .services-precios > .services-precios__default-group:first-of-type > tr:last-child > td {
  padding-bottom: 46px;
    padding-top: 46px;
}

.services-precios > .services-precios__default-group:last-child > tr:first-child > td:first-child { border-top: solid 1px rgba(255,255,255,0.7); }
.services-precios > thead > tr > th {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
}
.services-precios__display-group > tr:first-child > td:first-child {
  padding: 30px 30px 30px 23px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bolder;
}
.services-precios__display-group > tr:first-child > td:not(:first-child) {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}
.services-precios__display-group > tr:first-child > td:nth-child(2), .services-precios__display-group > tr:not(:first-child) > td:nth-child(2)  {
    border-left: 1px solid #00000070;
}
.services-precios__display-group > tr:first-child > td:nth-child(3), .services-precios__display-group > tr:not(:first-child) > td:nth-child(3) {
    border-left: 1px solid #00000070;
     border-right: 1px solid #00000070;
}
.services-precios__display-group > tr:first-child > td:(:last-child) { 
  border-right: none;
  border-left: none;
}
.services-precios__display-group > tr:not(:first-child) > td:first-child {
  padding: 18px 23px 18px 23px ;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.services-precios__display-group > tr:not(:first-child) > td:not( :first-child ) {
  padding: 7px 17px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
}


.services-precios__display-group {
  display: grid;
  grid-template-columns: 1fr;
  color: #72576F;
}
.services-precios > tfoot > tr { margin-top: 41px; }
.services-precios > tfoot > tr > td:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px;
  border-radius: 13px;
}
.services-precios > tfoot > tr > td:first-child {
  align-items: flex-end;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 30px 70px;
}
.services-precios .services-precios__total {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
}

.services-precios > .services-precios__default-group:not(:first-child) > tr:first-child > td:first-child {
  border-top: 1px solid hsla(0, 0%, 100%, .7);
}
.services-alcances-precios__disclaimers {
  max-width: 840px;
  padding: 20px;
  width: fit-content;
}


/* displa items in table*/
.services-precios__display-group > tr:not( :first-child ) { display: none; }
.services-precios__display-group--active > tr:not( :first-child ) { display: grid; }

@media( max-width: 1165px ){
  .services-alcances-precios__principal-menu { padding: 12px; }
  .services-alcances-precios__principal-menu-items { flex-direction: column; }
  .services-alcances-precios__principal-menu-item { width: 100% !important; }
  .services-alcances-precios__container-type { padding: 20px 10px 50px 10px; }
  .services-alcances-precios__menu-plan-items { flex-direction: column; }
  .services-alcances-precios__menu-plan-item { width: 100%; }
  .services-alcances-precios__disclaimers {
    max-width: 100% !important;
  }
  .services-alcances-precios__plan-items {
    width: 100%;
    overflow-x: scroll;
  }
}



/* see more */
.services-precios__display-group > tr:first-child { 
  position: relative;
  z-index: 3; 
}
.services-precios__display-group > tr:first-child::after {
  --font-size-icon : 20px;
  content: '+';
  position: absolute;
  top:  calc(50% - (var(--font-size-icon) / 2));
  left: 8px;
  font-size: var(--font-size-icon);
  display: block;
  line-height: 0.9;
  z-index: -4;
}
.services-precios__display-group.services-precios__display-group--active > tr:first-child::after { content: '-'; }

.services-alcances-precios__pop {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  font-weight: bolder;
  font-size: 16px;
  cursor: pointer;
}
.services-alcances-precios__pop > span {
  position: absolute;
  display: block;
  left: 20px;
  bottom:20px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  border-radius: 10px 10px 10px 0px;
  font-weight: 500;
  font-size: 14px;
  width: 200px;
  text-align: left;
  scale: 0.1;
  transform-origin: left bottom;
  opacity: 0;
  transition: all ease 0.3s;
}
.services-alcances-precios__pop:hover > span {
  opacity: 1;
  scale: 1;
}

.price-cell {
  display: flex;
  gap: 7px;
}


tr.button-row {
    margin-top: 0 !important;
}

