body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
}

.txt-red {
    color: #e53c2e;
}

.sec-ptb-80 {
  padding: 80px 0px 70px 0px;
}

/* Contenedor de la lista para que no se pegue */
.main-menu-list ul li {
    position: relative;
    padding: 0 15px !important; /* Esto les da el "aire" lateral */
    display: inline-block;
}

/* La barrita divisora (Slash /) */
.main-menu-list ul li::after {
    content: "/" !important;   
    position: absolute;
    right: -5px;              
    color: #ccc;           
    font-weight: normal;
}

/* Eliminamos la última barra para que no quede colgando al final */
.main-menu-list ul li:last-child::after {
    display: none !important;
}

/* Estilo del texto del menú */
.main-menu-list ul li a {
    text-transform: uppercase;
    font-size: 13px;            /* Un tamaño más limpio */
    letter-spacing: 0.5px;      /* Un poquito de espacio entre letras */
    color: #333 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Color rojo al pasar el mouse */
.main-menu-list ul li a:hover {
    color: #e53c2e !important;
}

.banner-grandes-obras {
    background-image: url('/assets/images/mdt-grandes-obras-lp/banner-grandes-obra2.jpg');
    background-size: cover;
    padding: 157px 0 50px;
}

/* Títulos y fuentes */
.hero-titulo-obras {
    font-weight: 800;
    font-size: 44px;
    line-height: 1.1;
}

.hero-subtitulo-obras {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}

.btn-mdt {
    background-color: #e53c2e;
    color: white;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-mdt:hover {
    background-color: #c43226;
    color: white;
}

.bg-mdt-red {
    background-color: #e53c2e;
}

.bg-mdt-sky {
    background: #38b6ff url('../images/mdt-grandes-obras-lp/bg_cielo.jpg') center bottom;
    background-size: cover;
}

.bg-mdt-textura {
    background: #302c30 url('../images/mdt-grandes-obras-lp/bg_textura.jpg') center bottom;
    background-size: cover;
}

.mdt-perfil {
    width: 250px;
    margin: -50px auto;
}

@media (min-width: 768px) {
    .mdt-perfil {
        height: 306px;
        margin-top: -50px;
        margin-bottom: -50px;
    }
}

.mdt-edificio-grande {
    width: 324px;
    margin: -55px auto 0;
}

@media (min-width: 768px) {
    .mdt-edificio-grande {
        height: 306px;
        margin-top: -93px;
        margin-bottom: 0px;
    }
}

h2 {
    font-size: 42px;
    line-height: 1.2;
}

h2.title {
    font-size: 38px;
}

h3 {
    font-size: 34px;
    line-height: 1.2;
}

h3.puntos-venta {
    font-size: 28px;
}

h4 {
    font-size: 28px;
    line-height: 1.2;
}

h2 span {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 300;
}

.asesor {
    font-size: 14px;
    color: #333;
}

#acompanar-proyecto {
    background: #f4f4f4 url('../images/eficiencia-energetica/LP_EE_Back_PuntosDeVenta-1200.jpg') no-repeat center center;
}

.btn-puntos-venta {
    background-color: #f2f2f2 !important;
    color: #e53c2e !important;            
    border: 2px solid #e53c2e !important; 
    border-radius: 5px !important;
    padding: 12px 35px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
}

/* 2. Estado Hover: Se invierte al rojo al pasar el mouse */
.btn-puntos-venta:hover {
    background-color: #e53c2e !important; 
    color: #ffffff !important;
    border: 2px solid #e53c2e !important;
    text-decoration: none !important;
}

/* 
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... } 
*/