@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

.tCont .tabsDetallePlan {
  width: 100%;
  box-shadow: none !important;
}

.tabsDetallePlan table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tabsDetallePlan table td, .tabsDetallePlan table th {
  padding: 12px 10px;
  border: #bcbcbc 1px solid;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.tabsDetallePlan table thead th {
  background-color: #444444;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700; 
}

.tabsDetallePlan table thead .empty-cell {
  border: none !important;
  background: #FFFFFF;
}

.tabsDetallePlan table thead .plans-cell {
  background-color: #0097A9;
  color: #FFFFFF;
  border: none;
  font-size: 20px;
  font-weight: 700;
} 

.tabsDetallePlan table tbody th {
  background-color: #444444;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
}

.tabsDetallePlan table tbody td {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}

.tabsDetallePlan table tbody td small {
  font-size: 12px;
  position: relative;
  bottom: 4px;
}

.tabsDetallePlan table tfoot th {
  background: #444444;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
}

.tabsDetallePlan table tfoot td:nth-child(1) {
  font-size: 20px;
}

.tabsDetallePlan table tfoot td {
  border: none;
  color: #444444;
  font-size: 25px;
  font-weight: bold;
  padding: 25px 10px;
}

.tabsDetallePlan .tabsDetallePlan__advice {
  padding: 17px 35px;
  border-radius: 10px;
  background: #EE122C;
}

.tabsDetallePlan .tabsDetallePlan__advice p {
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 17px;
  text-align: left;
}

.tabsDetallePlan ul {
  padding: 30px 30px 0;
  list-style: none;
}

.tabsDetallePlan ul li {
  font-family: 'Roboto', sans-serif;
  color: #444444; 
  font-size: 18px;
  font-weight: 400;
}

.tabsDetallePlan ul li small {
  font-size: 16px;
  position: relative;
  bottom: 3px;
}

.tabsDetallePlan h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #444444; 
  padding: 20px 30px;
  text-align: center;
  color: #0097A9;
}

.tabsDetallePlan .tabsDetallePlan__considerations {
  position: relative;
}

.tabsDetallePlan .tabsDetallePlan__considerations img {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 25px;
  right: 30px;
  transition: .3s all;
}

.tabsDetallePlan .tabsDetallePlan__considerations input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  cursor: pointer;
}

.tabsDetallePlan .tabsDetallePlan__considerations input:checked ~ img {
  transform: rotate(180deg);
}

.tabsDetallePlan .tabsDetallePlan__considerations input:checked ~ ul {
  max-height: 605px;
}

.tabsDetallePlan .tabsDetallePlan__considerations ul {
  padding: 0px 30px 0 48px;
  list-style: disc;
  transition: .5s all linear;
  overflow: hidden;
  max-height: 0;
}

.tabsDetallePlan .tabsDetallePlan__considerations ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.tabsDetallePlan .tabsDetallePlan__title {
  padding: 0px 0 20px;
  font-size: 24px;
}


@media screen and (max-width: 770px) {
  .tabsDetallePlan .tabsDetallePlan__table {
    overflow: scroll;
  }
  
  .tabsDetallePlan table thead th {
    font-size: 12px;
  }
  
  .tabsDetallePlan table thead .plans-cell {
    font-size: 16px;
  } 
  
  .tabsDetallePlan table tbody th {
    font-size: 12px;
  }
  
  .tabsDetallePlan table tbody td {
    font-size: 12px;
  }
  
  .tabsDetallePlan table tbody td small {
    font-size: 10px;
    position: relative;
    bottom: 2px;
  }
  
  .tabsDetallePlan table tfoot th {
    font-size: 12px;
  }
  
  .tabsDetallePlan table tfoot td:nth-child(1) {
    font-size: 16px;
  }
  
  .tabsDetallePlan table tfoot td {
    font-size: 20px;
  }
  
  .tabsDetallePlan .tabsDetallePlan__advice p {
    font-size: 16px;
  }
  
  .tabsDetallePlan ul {
    padding: 30px 10px 0;
  }
  
  .tabsDetallePlan ul li {
    font-size: 16px;
  }
  
  .tabsDetallePlan ul li small {
    font-size: 12px;
    position: relative;
    bottom: 3px;
  }
  .tabsDetallePlan .tabsDetallePlan__title {
    font-size: 20px;
  }
  .tabsDetallePlan .tabsDetallePlan__considerations h2 {
    padding: 20px 0px;
    text-align: center;
  }
  .tabsDetallePlan .tabsDetallePlan__considerations ul {
    padding: 0px 0px 0 18px;
  }
  .tabsDetallePlan .tabsDetallePlan__considerations input:checked ~ ul {
    max-height: 1180px;
  }
  .tabsDetallePlan .tabsDetallePlan__considerations img {
    right: 10px;
  }
}

@media screen and (max-width: 375px) {
  .tabsDetallePlan .tabsDetallePlan__considerations input:checked ~ ul {
    max-height: 1445px;
  }
}