body{
    font-family: "Open Sans", sans-serif;
}
a{
    transition: 0.5s;
    text-decoration: none;
}


/* Clase adicional para cuando se hace scroll */
.bg-white-scroll {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.bg-grey{
    background-color: #E7E7E7 !important;

}
.nav__menu{
    color: var(--Negro, #000) !important;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

.nav__menu:hover{
    color: #FE5953 !important;
    text-align: center;
font-family: 'Open Sans';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;

}

.active__header{
    color: #FE5953 !important;
    text-align: center;
font-family: 'Open Sans';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;

}

.active__header:hover{
    color: #FE5953 !important;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}


.header_presupuesto{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #FE5953 !important;

}

.header_presupuesto:hover{
    color: #FE5953 !important;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;

}

footer{
    background-color: #1A181C;
    padding: 50px;
}
.footer__secciones{
    color: var(--Celeste, #F7F9FC);
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}
.nav__footer{
    color: var(--Celeste, #F7F9FC) !important;
    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
    opacity: 0.8;
}

.nav__footer:hover{
    color: #000 !important;
    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-control{
    border-radius: 0;
}
.form-control::placeholder{
    color: var(--Text, #858791);
    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}




footer {
    background-color: #E7E7E7;
    padding: 100px 50px 50px;
  
    z-index: 0;
}



/* Footer Link and Section Titles */
.footer__secciones {
    color: #000000;
font-family: 'Open Sans';
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.nav__footer {
    color: #000000 !important;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 10px 0;
    opacity: 0.8;
}

.nav__footer:hover {
    color: #FE5953 !important;
    font-size: 16px;
    font-weight: 300;
}

/* Contact Info Styles */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.by-texto{
    color: #000;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.by-lazo{
    color: #000;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    
}
@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        align-items: flex-start;
    }

/* Responsive Design */
    .contact-item {
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }
    .contact-item svg {
        width: 18px;
        height: 18px;
    }
    .footer__secciones {
        font-size: 18px;
    }
    .nav__footer {
        font-size: 14px;
    }
    .nav__footer:hover {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
        padding: 8px;
    }
    .form-control::placeholder {
        font-size: 14px;
    }
    .nav__menu {
        font-size: 14px;
    }
    .nav__menu:hover {
        font-size: 14px;
    }
    .nav__menu__inicio {
        font-size: 14px;
    }
    .nav__menu__inicio:hover {
        font-size: 14px;
    }
    .active__header {
        font-size: 14px;
    }   


}


.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}