.btn-whatsapp-float {
  font-size: 30px; /* Cambiar el tamaño de la tipografia */
  text-transform: uppercase; /* Texto en mayusculas */
  font-weight: bold; /* Fuente en negrita o bold */
  color: #ffffff; /* Color del texto */
  border-radius: 50%; /* Borde del boton */
  letter-spacing: 2px; /* Espacio entre letras */
  background-color: #00bb2d; /* Color de fondo */
  padding: 15px 15px; /* Relleno del boton */
  position: fixed;
  bottom: 40px;
  left: 30px;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.btn-whatsapp-float:hover {
  background-color: #00bb2d; /* Color de fondo al pasar el cursor */
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
  color: #ffffff; /* Color del texto */
}
.btn-whatsapp-float i{
  color: #fff !important;
}
.section-title-custom {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 0 20px 0;
  margin-top: 5%;
}
.bg-ente {
  background: #0066cc !important;
}
.bg-ente-transparente {
  background: #0066ccb0 !important;
}
.btn-ente {
  color: #fff !important;
  background-color: #0066cc !important;
  border-color: #0066cc !important;
}
.btn-ente:hover,
.btn-ente:focus,
.btn-ente:active,
.btn-ente.active,
.open > .dropdown-toggle.btn-ente {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #fff !important;
}
.menu-ente {
  background-color: #0066cc !important;
}
.text-blue {
  color: #0066cc !important;
}
.text-secciones { 
  font-size: 15px !important; 
  line-height: 30px !important; 
  font-weight: 400; 
  margin: 0 0 5px !important;
}
.title-secciones { 
  text-transform: uppercase; 
  font-weight: 700; 
  font-size: 20px; 
  letter-spacing: 2px; 
  padding: 30px 0 30px 0;
}
.subtitle-resaltado {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #000 !important;
  margin: 20px 0 10px 0 !important;
}
.subtitle-secciones {
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #0066cc !important;
  margin: 20px 0 10px 0 !important;
  padding: 30px 0 10px 0;
}
footer {
  margin-top: 60px !important;
}
.margen-listado {
  margin: 15px 0px 15px 20px !important
}
.bg-gray-footer {
  background-color: #f4f4f4 !important;
}
.sin-bottom {
  margin-bottom: 0px !important;
}
.buscador-custom {
  right: 37% !important;
  top: 33% !important;
}
.custom-buscador {
  border-radius: 4px;
  width: 30% !important;
  border-width: 2px;
  margin-bottom: 0;
  padding: 10px 35px 10px 15px;
}
.cuadro-personalizado-costos {
    min-height: 600px !important;
    padding: 0% 11% !important;
}
.subtitle-secciones-customizado {
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #0066cc !important;
  margin: 20px 0 10px 0 !important;
  padding: 0px 0 0px 0;
}
.margen-listado-customizado {
  margin: 0px 0px 0px 20px !important;
}
.highlight-button-ente { border:2px solid #0066cc; display: inline-block; padding: 8px 20px 9px; font-size: 12px; color:#fff; background-color: #0066cc;  }
.highlight-button-ente:hover { background-color: transparent; border: 2px solid #0066cc; color:#0066cc}
.highlight-button-ente i { color: #fff}
.highlight-button-ente:hover i {color:#0066cc}