html {
    scroll-behavior: smooth;
}
body {
    font-family: sans-serif;
    background: #ffffff;
    padding-top: 86px;
}
section {
    padding-top: 30px;
    min-height: 520px;
}


[id] {
    scroll-margin-top: 86px
}
h1 {
    color: #333;
}
.navbar-nav .nav-link.active {
    color: #ffc107 !important; /* Color del texto activo */
    font-weight: bold; /* Negrita para resaltar */
}


.title_services{
    color:black !important;
    font: oblique  120% cursive !important;
}


.title_images_inicio{
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
}

.fondo-catalogo{
    background-image: url("/images/servicios/catalogo.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.8) !important; /* capa oscura */
    background-blend-mode: darken; /* mezcla la imagen con el color */
    height: 180px !important;
}

.title_catalogo{
    font-family: "Montserrat ExtraBold";
    font-size: 2rem;
    font-weight: 800;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    /*background: rgba(0, 0, 0, 0.4);*/
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
}



.carousel-item img {
    height: 520px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 450px;  /* en pantallas pequeñas */
    }

    section {
        padding-top: 30px;
        min-height: 0px;
    }

    .title_catalogo{
        font-size: 1rem;
        font-weight: 800;
    }

    .title_images_inicio{
        font-size: 0.5rem;
    }

    .fondo-catalogo{
        height: 230px !important;
    }

}

@media (max-width: 1080px) {
    .title_catalogo{
        font-size: 1.3rem;
    }

    .title_images_inicio{
        font-size: 1.3rem;
    }

}

.color_section{
    background-color: #f8f9fa;
}

.img-services {
    height: 200px;       /* Alto fijo para todas las imágenes */
    width: 100%;         /* Ocupa todo el ancho del contenedor */
    object-fit: cover;
}



iframe{
    background: #c3c3c3; /* Color del div */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3), /* halo claro */
    0 0 10px rgb(215, 232, 238);   /* halo del color */
}





@media (max-width: 768px) {
    .carousel-item img {
        height: 250px;
    }
}
