#contenido {
  margin-bottom: 60px;
  overflow: hidden; /* Esto evita que los elementos floten fuera del contenedor */
  min-height: 100vh;
}

@media only screen and (min-width: 1801px) {#contenido{ min-height: 70vh;}}

h1.entry-title{
	display: none !important;
}

.block {
  width: 100%; /* Utilizar el 100% del ancho del contenedor padre */
  margin: 10px 0; /* Espaciado vertical entre bloques */
  
}
  
  .block label {
    float: left;
    padding: 6px 14px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .block input[type="radio"] {
    display: none;
  }
  
  .block .cont {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    padding: 0px 10px 10px 10px;
    color: #fff;
    border-top: 1px solid #d7d7d7;
  }
  [type=radio]:checked ~ label ~ .cont {
    display: block;
   	
  }

  input[type=radio]:checked ~ label{
    border-bottom: 3px solid #29449B;
  }

  /*tarjetas*/
  /* Limitamos el máximo ancho del contenerdor y lo mantenemos centrado
*/

.tablas {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  font-family: Arial, Georgia, Serif;
  margin-bottom: 20px !important;
}

.tabla {
  margin: 1em 0;
  padding: 2em 0;
  color: #fff;
  text-align: center;
  border: none;
  border: 2px solid #d7d7d7;
  width: 100%;
  box-sizing: border-box; /* Considerar el borde en el ancho */
  margin-bottom: 20px !important;
}

.elementor-element-ba2573d{
  margin-top: 20px
}

@media (min-width: 40em) {
  .tabla {
    width: 48%; /* Usar un ancho más pequeño en pantallas más grandes */
    float: left;
    margin-right: 2%; /* Espacio entre las tablas */
  }

  .tabla:nth-child(2n) {
    *margin-right: 0; /* Eliminar el espacio derecho en la última tabla de cada fila */
  }
}

@media (min-width: 40em) {
  .tabla {
    width:20%;
    float:left;
    -webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
  }

  .scale {
    z-index:400;
  -webkit-transform: scale(1.07);
	   -moz-transform: scale(1.07);
	    -ms-transform: scale(1.07);
	     -o-transform: scale(1.07);
	        transform: scale(1.07);
    }

}


div.precio {
  width:100px;
  height:100px;
  margin:0px auto;
  background:#FFF;
  border-radius: 50%;
  border: 10px solid #29449B;
  color:#000;
  margin-top:20px;
  font-size: 24px;
  line-height:20px;
  font-family: "Oswald", "Arial", sans-serif;
  color: #29449B;
  font-weight: bold;
}

div.precio p {
  margin:30px 0px 0px 0px;
  padding:0px;
}

div.precio sup {
  font-size:50%;
}

div.precio span {
  font-size: 12px;
  color: #000;
  margin:0px;
  padding:0px;
  font-family: 100;
}


.titulo {
    margin: 10px auto;
    padding: 10px 0;
    font-size: 2.3rem;
    color: #000;
    border-bottom: 2px solid #29449B;
    width: 90%;
}

.scale .titulo {
   background: #ff8400;
}

.caracteristica {
        margin: 0px auto;
        padding: 0;
        list-style-type: none;
        color: #000;
        width:95%;
    }

.caracteristica li {
  padding: 10px 0px;
  text-align: start !important;
  display: flex;
  align-items: center;
  width: 100%;
  
  text-decoration: underline dotted #d7d7d7;
}

.caracteristica li a{
    border-bottom: 2px dotted #d7d7d7;
}

.caracteristica .comprar {
   border:none !important;
   text-decoration: none;
} 

.tabla .comprar {
  margin: 30px auto;
  width: 90%;
  display: flex;
  justify-content: center;
}

.tabla .comprar a {
  padding: 1em 3.25em;
  width: 90%;
  border: none;
  text-align: center;
  border-radius: 4px;
  background: #29449B;
  color: #f9f9f9;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}


#show_more{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: center !important;
    padding: 10px 0;
    font-weight: 600;
    font-size: 40px;
}

.tabla-mas table{
    border-collapse: collapse;
    display: none;
}

.tabla-mas table tbody td{
  text-align: center;
}

.tabla-mas table thead tr{
    border-bottom: 1px solid #d7d7d7 !important;
}

.tabla-mas table thead tr td{
    font-size: 20px;
    text-align: center;
}

.tabla-mas table tbody tr td{
    border-right: 1px solid #d7d7d7!important;
}

.tabla-mas table tbody tr td:last-child{
    border: none;
}

.tabla-mas table td{
    padding: 20px;
}

table, th, td, tr{
  border: none;
}

.demo1 {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-success,.ui-error {
	width: 100%;
}

.ui-success svg, .ui-error svg{
  height: 2rem;
  margin: auto;
}

.checkboxes__item {
  padding: 15px;
  width: 70%;
}

.checkbox.style-e {
  display: flex;
  flex-direction: column;
  position: relative;
  *padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-e input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark {
  background-color: #29449B;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark:after {
  left: 21px;
}
.checkbox.style-e:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-e:hover input:checked ~ .checkbox__checkmark {
  background-color: #29449B;
}
.checkbox.style-e .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 40px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.style-e .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}
.checkbox.style-e .checkbox__body {
  color: #333;
  line-height: 1.4;
  width: 200px;
  font-size: 16px;
  transition: color 0.25s ease;
}

.anual, li.anual{
  display: none;
}

@media (max-width: 768px) {
  #table thead {
    display: none;
  }

  #table tbody {
    display: block;
  }

  #table tr {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #d7d7d7;
  }

  #table td, #table th {
    display: block;
    text-align: left;
  }
}
