.mfp-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding-right: 40px;                                
}

.ambiente {
    display: flex; 
    align-items: center; 
    cursor: pointer; 
    font-size: 13px; color: #ccc;
}

.tx-ambiente {
    width: 14px; height: 14px; margin-right: 10px;
}

.div-adj {
    margin-top: 20px; margin-bottom: 20px; text-align: left;
}

.tx-amb {
    margin-bottom: 15px; font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: 1px;
}

.alinhar {
    display: flex; flex-direction: column; gap: 10px;
}

.contact-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center;     
    gap: 25px;              
    width: 100%;
}

/* Estilo de cada link/item */
.contact-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit; 
    font-size: 14px;
    gap: 8px;       
    transition: opacity 0.3s;
}

.contact-item:hover {
    opacity: 0.7;                                 
}

.contact-item i {
    color: #e31e24; 
    font-size: 18px;
}


@media (max-width: 768px) {
    .contact-container {
        display: block;
        text-align: center;
    }
    
    .contact-item {
        display: inline-flex;
        justify-content: center;
        width: 100%;         
        margin-bottom: 15px; 
    }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.font-5 {    font-size: 55px;}
