/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900");

#calculadora_htw{
  color: black;
}
#calculadora_htw .multi_step_form {
  /* background: #c2c3c4; */
  display: block;
  overflow-x: hidden;
}
#calculadora_htw .multi_step_form #msform {
  text-align: center;
  position: relative;
  /* padding-top: 50px;
  height: auto;
  width: 90%;
  margin: 0 auto;
  margin-left: 10%;
  margin-right: 10%;
  background: #ffffff; */
  z-index: 1;
}
#calculadora_htw .multi_step_form #msform .tittle {
  text-align: center;
  padding-bottom: 55px;
}
#calculadora_htw .multi_step_form #msform .tittle h2 {
  font: 500 24px/35px "Roboto", sans-serif;
  color: #3f4553;
  padding-bottom: 5px;
}
#calculadora_htw .multi_step_form #msform .tittle p {
  font: 400 16px/28px "Roboto", sans-serif;
  color: #5f6771;
}
#calculadora_htw .multi_step_form #msform fieldset {
  border: 0;
  /* padding: 0% 10% 0; */
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}

#calculadora_htw .multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}
#calculadora_htw .multi_step_form #msform fieldset h3 {
  font: 500 18px/35px "Roboto", sans-serif;
  color: #3f4553;
}
#calculadora_htw .multi_step_form #msform fieldset h6 {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
  /* padding-bottom: 30px; */
}
#calculadora_htw .multi_step_form #msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
#calculadora_htw .multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px;
}
#calculadora_htw .multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
  border: 0;
}
#calculadora_htw .multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
  color: #5f6771;
}
#calculadora_htw .multi_step_form #msform fieldset #phone {
  padding-left: 80px;
}

#calculadora_htw .multi_step_form #msform fieldset .fg_2, .multi_step_form #msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}
#calculadora_htw .multi_step_form #msform fieldset .fg_3 {
  padding-bottom: 70px;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control, .multi_step_form #msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 20px;
  height: auto;
  font: 400 15px/48px "Roboto", sans-serif;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control.placeholder, .multi_step_form #msform fieldset .product_select.placeholder {
  color: #5f6771;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control:-moz-placeholder, .multi_step_form #msform fieldset .product_select:-moz-placeholder {
  color: #5f6771;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control::-moz-placeholder, .multi_step_form #msform fieldset .product_select::-moz-placeholder {
  color: #5f6771;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
  color: #5f6771;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control:hover, .multi_step_form #msform fieldset .form-control:focus, .multi_step_form #msform fieldset .product_select:hover, .multi_step_form #msform fieldset .product_select:focus {
  border-color: #004899;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control:focus.placeholder, .multi_step_form #msform fieldset .product_select:focus.placeholder {
  color: transparent;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control:focus:-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
  color: transparent;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control:focus::-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
  color: transparent;
}
#calculadora_htw .multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
  color: transparent;
}
#calculadora_htw .multi_step_form #msform fieldset .product_select:after {
  display: none;
}
#calculadora_htw .multi_step_form #msform fieldset .product_select:before {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 24px/48px Ionicons;
  color: #5f6771;
}
#calculadora_htw .multi_step_form #msform fieldset .product_select .list {
  width: 100%;
}
#calculadora_htw .multi_step_form #msform fieldset .done_text {
  padding-top: 40px;
}
#calculadora_htw .multi_step_form #msform fieldset .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: #004899;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
#calculadora_htw .multi_step_form #msform fieldset .done_text h6 {
  line-height: 23px;
}
#calculadora_htw .multi_step_form #msform fieldset .code_group {
  margin-bottom: 20px;
}
#calculadora_htw .multi_step_form #msform fieldset .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 100px;
  font-size: 30px;
  color: #5f6771;
  padding: 0;
  /* margin-right: 7px; */
  text-align: center;
  line-height: 1;
}
#calculadora_htw .multi_step_form #msform fieldset .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative;
}
#calculadora_htw .multi_step_form #msform fieldset .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #004899;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
#calculadora_htw .multi_step_form #msform fieldset .passport h4 {
  font: 500 15px/23px "Roboto", sans-serif;
  color: #5f6771;
  padding: 0;
}
#calculadora_htw .multi_step_form #msform fieldset .input-group {
  padding-bottom: 40px;
}
#calculadora_htw .multi_step_form #msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto;
}
#calculadora_htw .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #5f6771;
}
#calculadora_htw .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
  font-size: 20px;
  padding-right: 10px;
}
#calculadora_htw .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover, .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
  background: #004899;
  border-color: #004899;
  color: #fff;
}
#calculadora_htw .multi_step_form #msform fieldset .input-group .custom-file input {
  display: none;
}
#calculadora_htw .multi_step_form #msform fieldset .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px;
}
#calculadora_htw .multi_step_form #msform fieldset .file_added li {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
}
#calculadora_htw .multi_step_form #msform fieldset .file_added li a {
  color: #004899;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
#calculadora_htw .multi_step_form #msform fieldset .file_added li a i {
  font-size: 22px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  transform: rotate(20deg);
}
#calculadora_htw .multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
#calculadora_htw .multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100%/4); /* EDITAR NUM STEPS */
  float: left;
  position: relative;
  font: 500 13px/1 "Roboto", sans-serif;
}
/* .multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "\F425";
}
.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "\F61D";
}
.multi_step_form #msform #progressbar li:nth-child(4):before {
  content: "\F1C8";
} */
#calculadora_htw .multi_step_form #msform #progressbar li:before {
  /* content: "\F4E7"; */
  font: normal normal normal 30px/50px Ionicons;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  /* background: #eaf0f4; */
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
#calculadora_htw .multi_step_form #msform #progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  /* background: #eaf0f4; */
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;
}
#calculadora_htw .multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}
#calculadora_htw .multi_step_form #msform #progressbar li.active {
  color: #004899;
}
#calculadora_htw .multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
  background: #004899;
  color: white;
}
#calculadora_htw .multi_step_form #msform .action-button {
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #004899;
  text-transform: uppercase;
  display: inline-block;
  background: #004899;
  border-color: #004899;
  color: white;
  margin-left: 15px;
}
#calculadora_htw .multi_step_form #msform .action-button:hover, .multi_step_form #msform .action-button:focus {
  /* background: #004899;
  border-color: #004899;
  color: white; */
  color: #004899;
  border: 1px solid #004899;
  background: white;
}
#calculadora_htw .multi_step_form #msform .previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8;
}
#calculadora_htw .multi_step_form #msform .previous_button:hover, .multi_step_form #msform .previous_button:focus {
  background: #405867;
  border-color: #405867;
  color: #fff;
}
#calculadora_htw .lose_nolose{
  width: 100%;
  height: auto;
  opacity: .5;
  max-width: 617px;
}

#calculadora_htw .multi_nomulti{
  width:75%;
  height:"auto";
  opacity: .5;
  max-width:"617px";
}

#calculadora_htw .multi_nomulti_pequeña{
  width:50%;
  height:"auto";
  opacity: .5;
  max-width:"617px";
}

#calculadora_htw .LoSeNoLoSeSelected{
  opacity: 1 !important;
}

#calculadora_htw .rooms{
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: -30px;
  border-radius: 16px;
}

#calculadora_htw .rooms:not(.roomSelected):hover{
  background-color: #DFEEFE !important;
}

#calculadora_htw html, body, main, article, section {
    height: 100%;
}

#calculadora_htw #btnGroupDrop1, #btnGroupDrop2, #btnGroupDrop3, #btnGroupDrop4, #btnGroupDrop5{
  background-color: #004899;
  color: #ffffff;
  border-radius: 10px;
  border: 3px solid #004899;
}

#calculadora_htw #btnGroupDrop1:hover, #btnGroupDrop2:hover, #btnGroupDrop3:hover, #btnGroupDrop4:hover, #btnGroupDrop5:hover{
  background-color: #ffffff;
  color: #004899;
  border-radius: 10px;
  border: 3px solid #004899;
}

#calculadora_htw .desenfocar_fondo > *:not(.enfocar_this) {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}


#calculadora_htw input::-webkit-outer-spin-button,
#calculadora_htw input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#calculadora_htw input[type=number] {
  -moz-appearance: textfield;
}

#calculadora_htw #nombre_maquina_hab_A, #nombre_maquina_hab_B, #nombre_maquina_hab_C, #nombre_maquina_hab_D, #nombre_maquina_hab_E{
  font-weight: bold;
}

#calculadora_htw .uni_interior{
  border-radius: 10px;
  border: 3px solid #004899;
  margin-bottom: 10px;
}

#calculadora_htw #btnGroupDrop1:disabled,
button[disabled]{
  background-color: #b2bfca !important;
  color: #ffffff !important;
}

#calculadora_htw #btnGroupDrop2:disabled,
button[disabled]{
  background-color: #b2bfca !important;
  color: #ffffff !important;
}

#calculadora_htw .multi_nomulti_selected{
  opacity: 1 !important;
}

#calculadora_htw .texto_negrita{
  font-weight: bold;
}

#calculadora_htw .slide-control {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
}

div:focus:not(.modal):not(.modal-content):not(.modal-backdrop) {
    background-color: #DFEEFE;
}

.onfocus{
  background-color: #DFEEFE;
}

#calculadora_htw #div_inserts_m2, #div_inserts_distancia_hab{
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-radius: 10px;
}

#calculadora_htw .foto_unidad_interior{
  width: 100%;
  object-fit: cover;
}

#calculadora_htw .fieldset_fondo{
  background-color: #DFEEFE;
}

#calculadora_htw .carrousel_control_extras{
  background-color: rgba(0,0,0,0.1) !important;
  border-radius: 10px !important;
}

#calculadora_htw .a_carrousel_control_extras{
  width: 10% !important;
}

#calculadora_htw .container .img_container{
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

#calculadora_htw .container .img_container .main_img_1, .main_img_2, .main_img_3, .main_img_4, .main_img_5{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

#calculadora_htw .container .thumbnail_container{
  height: 80px;
  display: flex;
  justify-content: space-between;
}

#calculadora_htw .container .thumbnail_container .thumbnail{
  height: 80px;
  height: 80px;
  border-radius: 5px;
  cursor: pointer;
  object-fit: cover;
  opacity: .7;
  transition: .3s;
}

#calculadora_htw .container .thumbnail_container .thumbnail:hover{
  opacity: 1;
}

#calculadora_htw .img_active{
  opacity: 1 !important;
  box-shadow: 0px 1px 2px rgba(1, 23, 46, 0.6)
}

#calculadora_htw #img_acordeon_1, #img_acordeon_2, #img_acordeon_3, #img_acordeon_4, #img_acordeon_5{
  width: 200px; 
  height: 200px;
}

#calculadora_htw .accordion-item{
  border: none !important;
}

#calculadora_htw .border_box{
  border-radius: 10px;
  /* border: 3px solid #004899; */
}

#calculadora_htw .accordion-button::after{
  margin-left: 20px !important;
  margin-right: 20px !important;
}

#calculadora_htw .descargarTarifa{
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #004899;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
  background: #004899;
  border-color: #004899;
  color: white;
  text-decoration: none !important;
  padding-left: 20px;
  padding-right: 20px;
}
#calculadora_htw .descargarTarifa:hover{
  color: #004899;
  border: 1px solid #004899;
  background: white;
}
#calculadora_htw, #listadoProvincias{
  padding-right: 30px !important;
  padding-left: 0px !important;
}

#calculadora_htw #mapa{
  padding-right: 30px !important;
  padding-left: 30px !important;
}

#calculadora_htw .dos-columnas {
  column-count: 5; /* Divide en dos columnas */
  column-gap: 40px; /* Espacio entre columnas */
}

#calculadora_htw .d-none {
  display: none!important;
}

#calculadora_htw .h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

#calculadora_htw .mb-5 {
  margin-bottom: 3rem!important;
}

#calculadora_htw .ms-3 {
  margin-left: 1rem!important;
}

#calculadora_htw .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-20_0, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-20_0, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-20_0, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#calculadora_htw .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

#calculadora_htw .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}


#calculadora_htw .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e); */
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#calculadora_htw dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
#calculadora_htw ol, ul {
  padding-left: 2rem;
}
*, ::after, ::before {
  box-sizing: border-box;
}

#calculadora_htw ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#calculadora_htw .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
#calculadora_htw .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#calculadora_htw .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

#calculadora_htw .ms-2 {
  margin-left: 0.5rem!important;
}
#calculadora_htw .justify-content-center {
  justify-content: center!important;
}
#calculadora_htw .d-flex {
  display: flex!important;
}

#calculadora_htw .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

#calculadora_htw .justify-content-end {
  justify-content: flex-end!important;
}

#calculadora_htw .justify-content-start {
  justify-content: flex-start!important;
}

#calculadora_htw .col-auto {
  flex: 0 0 auto;
  width: auto;
}

#calculadora_htw .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}

#calculadora_htw .dropdown-menu.show {
  display: block;
}

#calculadora_htw .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  font-size: 25px;
}

/* #calculadora_htw .show li:hover{
  background-color: #DFEEFE;;
} */

#calculadora_htw .accordion-button::after {
   display: none !important;
}

#calculadora_htw .collapse:not(.show) {
  display: none;
}

.bootbox{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #004899;
  z-index: 1;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.modal-title{
  color: #fff;
  text-decoration: underline;
}

.modelos_compatibles{
  background-color: rgb(0, 72, 153, 0.3);
}

.modelos_compatibles:hover{
  background-color: #ffffff;
}

.input-provincia{
    border: 0;
    border-bottom: 1px solid #004899 !important;
    border-radius: 0 !important;
    display: inline-block;
    font-size: 30px !important;
    padding: 0;
    text-align: center !important;
    line-height: 1;
}

#calculadora_htw .list-group-item.selected {
  background-color: #004899;
  color: #fff;
  font-weight: bold;
}


#descripcion_maquina_hab_1 ul li span,
#descripcion_maquina_hab_2 ul li span,
#descripcion_maquina_hab_3 ul li span,
#descripcion_maquina_hab_4 ul li span,
#descripcion_maquina_hab_5 ul li span {
    font-family: 'Alexandria', sans-serif !important; 
}

#descripcion_maquina_hab_1 ul li strong,
#descripcion_maquina_hab_2 ul li strong,
#descripcion_maquina_hab_3 ul li strong,
#descripcion_maquina_hab_4 ul li strong,
#descripcion_maquina_hab_5 ul li strong {
    color: black; 
}

#descripcion_maquina_hab_1 p strong,
#descripcion_maquina_hab_2 p strong,
#descripcion_maquina_hab_3 p strong,
#descripcion_maquina_hab_4 p strong,
#descripcion_maquina_hab_5 p strong {
    color: black; 
}
