body{
    font-family: "Sarabun";
}
a{
    transition: 0.5s;
    text-decoration: none;
}

.bg-transparent {
    background-color: transparent !important;
    font-size: 13px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
  }
.nav__menu{
    color: #ffff;
font-family: 'Sarabun';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.nav__menu:hover{
    color: #EDC302;
    font-family: 'Sarabun';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav__menu__inicio{
    color: #fff;
    font-family: 'Sarabun';
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.nav__menu__inicio:hover{
    color: #EDC302;
    font-family: 'Sarabun';
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.active__header{
    color: #EDC302;
    font-family: 'Sarabun';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn__presupuesto{
    font-family: 'Sarabun';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    border-radius: 6px;
    border: 1px solid var(--Blanco, #FFF);;
    background: var(--Blanco, #FFF);
    color: var(--Blanco, #FFF);;
    cursor: pointer;
    padding: 10px 20px;
    background-color: transparent; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}

.btn__presupuesto:hover{
    font-family: 'Sarabun';
    font-size: 18px ;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    border: 1px solid #EDC302;
    color: #EDC302;
    cursor: pointer;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: transparent; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}




.form-control{
    border-radius: 0px;
}
.form-control::placeholder{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.footer-wrapper {
    position: relative;
}

.bg-newsletter {
    background-color: #EDC302;
    padding: 50px;
    position: absolute;
    top: -100px;
    width: 100%;
    left: 0;
    z-index: 1;
}

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

/* Newsletter Section Styles */
.titulo-newsletter {
    color: #252627;
    font-family: 'Sarabun', sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.texto-newsletter {
    color: #252627;
    font-family: 'Sarabun', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

/* Footer Link and Section Titles */
.footer__secciones {
    color: #F7F9FC;
    font-family: 'Sarabun', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.nav__footer {
    color: #F7F9FC !important;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    opacity: 0.8;
}

.nav__footer:hover {
    color: #EDC302 !important;
}

/* 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;
}


/* .contact-item a {
    color: var(--Celeste, #F7F9FC);
    font-family: 'Sarabun';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.contact-item a:hover {
    color: #030303;
} */