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; }

.et_pb_contact_form_label {
    display: block !important;}


.et_pb_contact_submit.et_pb_button {color:#ffffff !important;}
.et_pb_contact_submit { padding: 10px !important;  background-color:#e47244 !important; color:#ffffff !important; border-color: #e47244 }
.et_pb_contact_submit:hover {padding: 10px !important; background-color:#fff !important; color:#e47244 !important; border-color: #e47244 !important}

/* validtion */
span.form-error { color:#e47244; }
input.error { border:1px solid #e47244 !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/2019/10/armarios-jotajotape-10.svg);}
            div.choices.juv {background-image: url(/wp-content/uploads/2019/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;}
}
.tooltip2 {
  position: relative;
  display: inline-block; 
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 999;
  left: -115px;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}


.icon_info_alt:before {
    content: '\72';
    font-family: 'ETmodules' !important;
    color: #008bdb;
    font-size: 1.5em;
    padding-left: 1px;
}