fieldset
{
    padding:0;
    border: 2px dotted #05676EFF;
    margin: 20px;
}
legend
{
    background-color: #05676EFF;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    padding:0 20px;
}
.legendgris
{
  background-color: #545454;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    padding:0 20px;
}
.fullwidth
{
  width: 100%;
}
.noir .columna
{
  padding: 0 20px;
}
.noir {
padding: 0;
border: 2px dotted #111;
margin: 20px;
}
.inline-item input:checked + span {
background-color: #111;
}
.inline-item input {
display: none;
}
.fullwidth label {
color: #111 !important;
margin-right: 10px;
font-weight: bold;
font-size: 16px;
}
.fullwidth span {
width: 14px;
height: 14px;
border: 2px solid #111;
display: inline-block;
box-sizing: border-box;
}
.signature
{
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.signature .columna
{
  padding: 0 20px;
  min-height: 300px;
  color: #111 !important;
}
.normal label
{
  font-weight: normal !important;
}
.listaut
{
  padding: 0;
}
.columna
{
    padding: 20px;
    background-color: white;
}
.columna label
{
    color: #05676EFF;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}
input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, .combobox-wrapper, #page .woocommerce .select2-container .select2-selection--single, .select2-container .select2-dropdown, .chosen-container-single .chosen-single, .select2-container .select2-choice, select.wpcf7-form-control.wpcf7-select, .thegem-combobox-wrap .thegem-combobox__trigger, .thegem-combobox-wrap .thegem-combobox__options, .product-page__wrapper .product-page__nav .product-page__nav-preview, .product-page__wrapper form.cart .quantity, .gem-attribute-selector .gem-attribute-options li, table.variations .thegem-select
{
    border: none;
    border-bottom: 2px dotted #05676EFF;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    flex:1;
}
.personne
{
  background-color: #d9ecee;
  padding: 0 10px;
  border-radius: 5px;
}
.sendbtn
{
    margin: 0 auto;
    width: 300px;
    display: block;
    background-color: #05676EFF;
    color: white;
}
.iconc {
    display: inline-flex;          /* clave */
    align-items: center;           /* centra vertical */
    justify-content: center;       /* centra horizontal */

    width: 26px;
    height: 26px;

    background-color: #05676E;
    border-radius: 50%;            /* círculo perfecto */

    margin-right: 5px;
}
textarea::placeholder {
  color: #05676EFF !important;
}
.mtop
{
    margin: 10px 0;
    display: block;
}
.radio-wrapper {
  font-family: sans-serif;
  font-size: 14px;
}

.radio-title {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.radio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.radio-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rlegal
{
    grid-template-columns: 2fr 1fr 1fr;
    gap: 0;
}
.rlegal .radio-item span
{
    border: 2px solid #FFF;
}
.rlegal .radio-item input:checked + span {
background-color: #FFF;
}
.rlegal .title
{
    background-color: #05676EFF;
    color:#FFF;
    margin-right: 10px;
    padding-left: 10px;
}
.nopadd
{
    padding: 0;
}
.rlegal .subtitle
{
    background-color: #4b8f94;
    color: #FFF;
    margin: 0;
    padding-left: 10px;
}
.radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 6px;
  font-weight: normal !important;
}

/* ocultamos el radio real */
.radio-item input {
  display: none;
}

/* cuadro */
.radio-item span {
  width: 14px;
  height: 14px;
  border: 2px solid #05676EFF; /* verde */
  display: inline-block;
  box-sizing: border-box;
}

/* cuando está seleccionado */
.radio-item input:checked + span {
  background-color: #05676EFF;
}
