﻿body{
    font-family: "DM Sans", sans-serif;
    font-family: "Saira", sans-serif;
}

.atencion-ayuda{
    height: 38px;
}
.atencion{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: black;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
.atencion a{
    color: white;
}
.atencion img{
    width: 30px;
}

.deWhatsapp{
    background: #23961b;
    text-align: center;
    color: white;
    font-size: 23px;
    padding-top: 4px;
    padding-bottom: 4px;
}


.cabecera{
    padding-top: 30px;
    padding-bottom: 30px;
}


.logotipo img{
    width: 100%;
}

.enlaceSin{
    text-decoration: none !important;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    float: left;
}
.menu{
    background: #f7f7f7;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0 10px 5px;
}
.color1{background: yellow;}
.color2{background: blueviolet; color:white;}
.color3{background: red; color:white;}
.color4{background: black; color:white;}
.color5{background: #90D5FF;}
.color6{background: green; color:white;}

.menu:hover{
    font-weight: bold;
}


.efecto{
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 50px;
}


.carousel-item{
    text-align: center !important;
}
.carousel-item img{
    width: 100% !important;
    height: 500px;
    object-fit: cover;
    display: inline-block !important;
}
.carousel-caption{
    bottom: -1.25rem !important;
}
.carousel-caption h5, .carousel-caption p{
    background: rgba(0, 0, 0, 0.8);
}


.textoEfecto{
    background: #ddd;
    font-size: 20px;
    padding: 40px;
}


.cuadros{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}


.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.subtitulo{
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}


.cuadro img{
    width: 100%;
    height: 320px;

    object-fit: cover;
}
.cuadro strong{
    width: 100%;
    font-size: 22px;
    text-align: center;
    display: inline-block;
}


.envios{
    position: relative;
    background: url(../images/envios-de-muebles-para-todo-mexico.webp) no-repeat center center;
    background-size:cover;
    color: white;
    padding-top: 120px;
    padding-bottom: 120px;
}
.proyectos{
    position: relative;
    background: url(../images/fabricacion-de-muebles-para-farmacias-tiendas.webp) no-repeat center center;
    background-size:cover;
    color: white;
    padding-top: 120px;
    padding-bottom: 120px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.envios .container, .proyectos .container{
    position: relative;
    z-index: 2;
}
.envios strong, .proyectos strong{
    width: 100%;
    font-size: 33px;
    display: inline-block;
}
.envios span, .proyectos span{
    font-size: 22px;
}
.proyectos button{
    font-size: 24px;
    font-weight: bold;
}


.mas{
    padding-top: 60px;
    padding-bottom: 60px;
}

.texto{
    font-size: 22px;
    line-height: 42px;
}
.texto strong{
    width: 100%;
    font-size: 30px;
    color: orangered;
    display: inline-block;
    margin-bottom: 30px;
}


.imagenes{
    text-align: center;
    margin-bottom: 30px;
    padding:20px 0;
}
.imagenes img{
    border: 3px solid #23961b;
    border: 4px solid black;
    width: 23.5%;
    height: 300px;
    margin: 0 0.5%;

    border-radius: 20px;

    object-fit: cover;
}


.imagen img{
    width: 100%;
}


.contenido{
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccion{
    font-size: 19px;
}
.seccion strong{
    font-size: 22px;
}
.especial{
    color: #23961b;
    font-size: 33px !;
}


.mb-100{
    margin-bottom: 100px !important;
}


.linea{
    background: #23961b;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding: 12px 0;

    border-radius: 12px;
}
.btn-verde{
    background: #24d366;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}
.btn-azul{
    background: blue;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}


.pala{
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}


.galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 100%;
    margin: 0 0 100px 0;
}
.galeria img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.2s;
}
.galeria img:hover {
    transform: scale(1.05);
}

.numero-imagen {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}

/* Estilos del popup */
.popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.popup img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
}
.popup .cerrar {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.popup .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    user-select: none;
}
.popup .anterior {
    left: 20px;
}
.popup .siguiente {
    right: 20px;
}


.step-number {
    background-color: #f57c1f;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
}
.step-title {
    font-weight: 700;
    color: #2e62c9;
}
.step-text {
    font-size: 18px;
    font-style: italic;
}


.pro2 {
    width: 100%;
    height: 220px; /* Ajusta la altura que quieras para todas */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.pro2 img {
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: contain; /* Siempre completa */
    background-color: #fff; /* Opcional, para rellenar espacio */
    display: block;
}

.pro2 strong {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 4px; /* Grosor de la línea */
    background-color: #000; /* Color de la línea */
    margin-top: 4px;
}



footer{
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.footer1{
    background: rgb(0, 0, 79);
    background: #23961b;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.footer1 a{
    color: white;
    text-decoration: none;
}
.footer1 .col-3{
    padding: 0 20px;
}


.redes img{
    width: 45px !important;
}


.footer2{
    background: black;
}
.footer2 img{
    width: 30px;
}
.footer2 strong{
    width: 100%;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 20px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
    .imagenes img{
        width: 33.33%;
    }
}

@media screen and (max-width:768px){
    .menu, nav ul li{
        width: 100% !important;
        margin: 0 0 3px 0 !important;
    }
    .atencion span{
        width: 100%;
        display: inline-block;
    }
    .textoEfecto{
        padding: 12px;
    }
}

@media screen and (max-width:576px){
    .imagenes img{
        width:48%;
        margin-bottom: 20px;
    }
}



.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}