table.reset_table, 
.reset_table tr,
.reset_table tr td,
.reset_table table tbody,
.reset_table table thead,
.reset_table table tfoot,
.reset_table table tr th,
.reset_table table tfoot tr tf
{
    margin:0;
    padding:0;
    background:none;
    border:none;
    border-collapse:collapse;
    border-spacing:0;
    background-image:none;
    
}

input { margin-bottom: 0 !important;  }
input,textarea { color: #000 !important; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.checkbox { width: 20px; height: 20px; }

/* Checkbox LOPD - Compatible con móvil */
.checkbox-label {
    display: flex !important;
    align-items: flex-start !important;
    cursor: pointer !important;
    gap: 10px;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 15px !important;
}

.checkbox_lopd {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    opacity: 1 !important;
    position: relative !important;
    cursor: pointer !important;
    margin: 3px 0 0 0 !important;
    flex-shrink: 0 !important;
}

.checkbox-label .texlop {
    display: inline-block !important;
    line-height: 1.4em !important;
    cursor: pointer !important;
    user-select: none;
    -webkit-user-select: none;
    flex: 1;
}

@media (max-width: 768px) {
    .checkbox_lopd {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
    }
    .checkbox-label {
        margin-bottom: 20px !important;
    }
}

.et_pb_contact_form_label {
    display: block !important;}


.et_pb_contact_submit { padding: 10px !important;  background-color:#a67966 !important; color:#ffffff !important; border-color: #a67966}
.et_pb_contact_submit:hover { background-color:#fff !important; color:#a67966 !important; border-color: #a67966 !important}
/* validtion */
span.form-error { color:#a67966; }
input.error { border:1px solid #a67966 !important; }
td.check_lopd span.form-error { display: block !important;  float: right;}
.et_pb_contact_form {
    margin-left: 0 !important;
}

/* piraguahaceagua anti bots */

.piraguahaceagua { display: none; }


/* CHOICES */

div.choices {margin:5px;display:table;padding: 0 0 0 85px;background-repeat: no-repeat;background-size: 70px 70px; background-color:#eee; -webkit-box-shadow: 1px 1px 5px 0px rgba(153,153,153,1);
-moz-box-shadow: 1px 1px 5px 0px rgba(153,153,153,1);
box-shadow: 1px 1px 5px 0px rgba(153,153,153,1);border-radius: 10px 10px 10px 10px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;    background-position: 10px 5px;}
            div.choices.arm {background-image: url(/wp-content/uploads/2025/10/armarios-jotajotape-10.svg);}
            div.choices.juv {background-image: url(/wp-content/uploads/2025/10/dormitorios-juveniles-jotajotape.svg); margin-bottom:15px;}
        ul.listacontacto {
            list-style-type: none !important;
            padding: 0;
            padding-top: 15px !important;

        }
        .listacontacto li {
            float: left;
            width: auto;
            padding: 0;
            margin: 0;
            min-width: 195px;
        }
        div.choices.abt{ margin-top: -13px;margin-bottom: 20px;padding: 0 25px 0 25px;margin-left: 65px;}


/* 2 columnas */
.et_pb_contact_form .et_pb_column{margin-bottom: 15px;}
@media (max-width: 980px){
.et_pb_contact_form .et_pb_column{margin-bottom: 15px !important;}
}

/* Phone input with WhatsApp icon */
.phone-input-wrapper {
    position: relative;
    display: block;
}

.phone-input-wrapper .input {
    width: 100% !important;
    padding-right: 35px !important;
        height: 55px;
}

.phone-input-wrapper .whatsapp-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    pointer-events: none;
}

/* Tooltip styles */
.tooltip2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 1.4;
}

/* Tooltip positioned at the top */
.tooltip2 .tooltip-top2 {
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
}

/* Arrow for top tooltip */
.tooltip2 .tooltip-top2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show tooltip on hover */
.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}

.tooltip2 img {
    width: 45px;    
    display: block;
    margin: 10px auto;
}
