@font-face {
    font-family: 'Lemon Milk';
    src: url('./fonts/lemon_milk/LEMONMILK-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lemon Milk';
    src: url('./fonts/lemon_milk/LEMONMILK-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lemon Milk';
    src: url('./fonts/lemon_milk/LEMONMILK-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

:root{
    --color-primary: #f7a502;
    --color-secondary: #1f2749;
    --color-black: #03040050;
    --color-white: #FFFFFF;
    --font-title: 'Lemon Milk', sans-serif;
    --font-body: 'Raleway', sans-serif;
}

html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    scroll-behavior: smooth;
    background: #ffffff;
    background-image: url("./media/img/fondo.png");
    background-size: 100%;
    line-height: 1;


}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title);
}
p,span, a, li, small {
    font-family: var(--font-body);
}

header{
    margin-bottom: 85px;

    .navbar{
        background-color: var(--color-secondary) !important;

        .navbar-brand{
            img{
                width: 240px;
            }
        }
        .container-fluid{
            .nav-link{
                color: var(--color-white);
            }
        }
    }

}



.hero_mb {
    position: relative;
    img{
        width: 100%;
        height: auto;
        display: block;
    }
}
.hero {
        position: relative;

        img {
            width: 100%;
            height: auto;
            display: none;
        }
    }



.navbar-toggler{
    border: yellow;
}
.ventajas_de_alquilar{
     padding: 50px;
     background: linear-gradient( #1f2749 80%, #1f2749dc  ) ;
     color: white;

    .round-circle{
        background-color: var(--color-primary) ;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 0;
        transition: all 0.4s ease-in-out;


        i{
            font-size: 50px;
            color: black;
        }
        &:hover{
            scale: 1.1;
            rotate: 5deg;
        }
    }
}

        .card{
            /* background-color: var(--color-secondary); */
            background: var(--color-secondary);
            border-radius: 15px;
            transition: all 0.4s ease-in-out;
            box-shadow: 0px 0px 8px 2px #1f27496c;
            overflow: hidden;

            img{
                border: none;
                width: 100%;
                height: 240px; /* Altura fija para desktop */
                object-fit: cover;
                border-radius: 12px;
            }
            
            .card-body{
            .body{
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    align-content: center;

            .card-title{
                font-weight: 400;
                font-size: clamp(0.7rem, 1.3vw, 2.5rem);
                color: var(--color-white);
                text-align: center;
                line-height: 1;
            }
            .card-text{
                font-weight: 400;
                color: var(--color-white);
                font-size: clamp(13px, 3vw,13px);
            }
            
        }
        .card-title{
            font-weight: 400;
                font-size: clamp(0.7rem, 1.3vw, 2.5rem);
                color: var(--color-white);
                text-align: center;
                line-height: 1;
        }
        .btn{
            background-color: var(--color-primary);
            color: var(--color-secondary);
            font-weight: 660;
            font-size: 0.8rem;
            width: fit-content;
            border: none;

            &:hover{
                background-color: #e0e0e0;
            }
        }
        }
        /* &:hover{
                scale: 1.03;
                } */
    }
    .accesorio{
        text-align: center;
        color: var(--color-white);

        .ac-text{
            font-size: clamp(10px,3vw,13px);
        }
        
        img{
            width: auto;
            height: 110px;
            height: 170px;  
            object-fit: cover;
        }
        
    }
            

#Andamios, #accesorios, #comoTrabajamos{
/* background-color: ; */
padding: 20px;
}
#medidasymateriales{
    background-color: var(--color-secondary);
    color: white;
    padding: 20px;

    img{
        border-radius: 20px;
    }
}
#mini_banner{
    background-color: var(--color-secondary);
    padding: 20px;
    img{
        border-radius: 20px;
    }
}
#comoTrabajamos {
    
    .row {
        margin-bottom: 40px;
        .border {
            padding: 10px;
            max-width: 200px;
            border-radius: 20px;
            background-color: var(--color-primary);
            i{
                color: var(--color-secondary);
            }
            color: var(--color-secondary);
            p{
                font-size: clamp(10px, 3vw, 15px);
                line-height: 1;
            }
        }
    }

    small {
        line-height: 0 !important;
    }
    .btn{
        background-color: var(--color-secondary);
        color: white;
        width: fit-content;

    }
}
#seguridad{
    img{
        border-radius: 20px;
    }
}

#contacto{
    .btn{
        background-color: var(--color-primary);
    }
}

/* footer */
footer{
    .t-footer{
        font-size: 0.9rem;
        margin: 3px;
    }
}

/* WhatsApp Widget Styles */
.whatsapp-widget {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 330px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
    overflow: hidden;
}

.whatsapp-widget.active {
    display: block;
    animation: slideIn 0.3s ease;
}

.whatsapp-widget-header {
    background: #075e54;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
}

.whatsapp-logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.whatsapp-header-text {
    flex-grow: 1;
}

.whatsapp-title {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.online-status {
    display: block;
    font-size: 12px;
    opacity: 0.8;
}

.close-widget {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
}

.whatsapp-widget-content {
    padding: 10px;
}

.message-bubble {
    background: #e8f5e9;
    padding: 10px 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.message-bubble p {
    margin: 0;
    color: #333;
}

.chat-input {
    display: flex;
    gap: 10px;
}

.chat-input input {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
}

.chat-button {
    background: #25d366;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.chat-button:hover {
    background: #1da856;
}

.whatsapp-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.whatsapp-toggle:hover {
    transform: scale(1.1);
}

.whatsapp-toggle img {
    width: 35px;
    height: 35px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .whatsapp-widget {
        width: calc(100% - 40px);
        bottom: 80px;
    }
}

@media screen and (min-width:900px){
    .hero{
        img{
            display: block;
        }
    }
    .hero_mb{
        img{
            display: none;
        }
    }
}

@media (min-width: 639px) {
    
    
    
}

@media (min-width: 640px) and (max-width: 1023px) {
    
    .card{
        max-width: 300px;
    }
   
}


@media (max-width: 1280px) {
    
}

@media (max-width: 639px) {
    .card img {
        height: 160px; /* Altura menor para mobile */
    }
}




/* <section class="hero text-center" id="inicio">
            <div id="carouselExampleAutoplaying" class="carousel slide" data-bs-ride="carousel">
                <div class="carousel-inner">
                    <div class="carousel-item active">
                        <div class="d-block w-100 text-center d-flex flex-column justify-content-center align-items-center"
                            id="banner1">
                            <!-- <h1 class=" fw-bold">Alquiler de andamios en CABA y GBA con entrega rápida</h1> -->
                            <!-- <p class="lead">Alquilá andamios seguros, resistentes y listos para usar. Ya sea para una
                                obra grande o un trabajo puntual, te ofrecemos soluciones a medida, asesoramiento
                                personalizado y logística propia para que no pierdas tiempo ni dinero.</p>
                            <a href="#" class="btn btn-primary btn-lg mt-3">Pedí tu presupuesto sin cargo</a> -->
                        </div>
                    </div>
                </div>
            </div>
        </section> */