#menu-main-menu.main-navigation.js-main-nav.js-dropdown {
  text-align: right;
}

.widget.widget-social-icons {
  text-align: center;
}

.jumbotron h1 {
  color: #eaf0f2;
}

.jumbotron-content__description p {
  color: #f9fbfc;
  font-style: italic;
  font-size: 130%;
  text-align: justify;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #1bbedb;
  padding-top: 1%;
  padding-right: 2%;
  padding-bottom: 1%;
  padding-left: 2%;
  opacity: 0.95;
}

.widget-title__line {
  background-color: #00394c;
}

.footer-top {
  background-image: url("http://www.totalvacuum.com.ec/wp-content/uploads/2017/06/titlebar.jpg");
  background-size: cover;
}

.widget-title__inline {
  color: #00394c;
}

.featured-widget h3 {
  color: #00394c;
}

/* ===== NUEVO HOME TOTALVACUUM ===== */

.tv-hero {
    position: relative;
    overflow: hidden;
}

.tv-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 45, 30, 0.92) 0%,
        rgba(0, 45, 30, 0.78) 35%,
        rgba(0, 35, 25, 0.42) 62%,
        rgba(0, 0, 0, 0.08) 100%
    );
    z-index: 1;
}

.tv-hero .panel-grid-cell {
    position: relative;
    z-index: 2;
}

/* ===== TARJETAS DE SERVICIOS TOTALVACUUM ===== */

.tv-service-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(0,0,0,0.08);
}

.tv-service-card .widget {
    margin-bottom: 0 !important;
}

.tv-service-card img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.tv-service-card:hover {
    transform: translateY(-4px);
    transition: all 0.25s ease;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}