body{
    font-family: "Baloo 2", sans-serif;
}
a{
    transition: 0.5s;
    text-decoration: none;
}
.nav__menu{
    color: #fff !important;
   /* Body/Regular/Body 16 */
font-family: 'Baloo 2';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.nav__menu:hover{
    color: #3066BE !important;
    font-family: 'Baloo 2';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.active__header{
    color: #3066BE !important;
    font-family: 'Baloo 2';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;    
}
.btn{
    border-radius: 0!important;
}
.btn__presupuesto{
    font-family: 'Baloo 2';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    border: 1px solid #3066BE;
    color: #3066BE;
    cursor: pointer;
    border-radius: 4px;
    padding: 10px 20px;
    background-color: #fff; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}

.btn__presupuesto:hover{
    font-family: 'Baloo 2';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    border: 1px solid #3066BE;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    background-color: #3066BE; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}




footer{
    background-color: #626262;
    padding: 50px;
}
.footer__secciones{
    color: var(--Celeste, #F7F9FC);
font-family: 'Baloo 2';
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;

}
.nav__footer{
    color: var(--Celeste, #F7F9FC);
    font-family: 'Baloo 2';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
}

.nav__footer:hover{
    color: #000000;
    font-family: 'Baloo 2';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-with-arrow {
    position: relative;
    display: flex;
    width: 80%;
}
.input-with-arrow input {
    flex: 1;
    padding-right: 2.5rem; /* Adjust this value based on the icon size */
}
.input-with-arrow .fa-arrow-right {
    position: absolute;
    right: 1rem; /* Adjust this value based on your design */
    top: 50%;
    transform: translateY(-50%);
    pointer 2-events: none;
    color: #3066BE;
}
.input-with-arrow button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: transparent;
    padding: 0 1rem;
    color: white;
    cursor: pointer 2;
}
.input-with-arrow input::placeholder {
    color: white; /* Set placeholder color to white */
    font-family: 'Baloo 2', sans-serif; /* Set the desired font family */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adjust spacing as needed */
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between icon and text */
}

.contact-item svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.contact-item a {
    color: var(--Celeste, #F7F9FC);
    font-family: 'Baloo 2';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.contact-item a:hover {
    font-size: 16px;
    color: #000;
}