*{
    margin: 0;
   padding: 0; 
}
body{
    background-color: rgba(218, 218, 218, 0.594); ;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.contact_us_banner{
    display: flex;
    text-align: left;


    
    
}

.contact_us_banner_area{
    height: 80px;
    width: 100%;
    background-color: #010326;
    color: white;
    padding: 15px;
    margin: 0 auto;
    letter-spacing: 2px;
    
   
}
.page_title{

    font-weight: 400;
    margin: 25px 25px 15px;
    font-size: 20px;
}

.contact_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../images/dimension_foto.jpg);
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    padding-top: 110px;

}

.contact_text h1 {
    color: white;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #020659;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}


.contact_button img {
    width: 20px;
    height: 20px;
}

.contact_button:hover {
    background-color: #0056b3;
}


.contact_center{
    align-items: center;
    color: white;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.contact_text {
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-top: 50px; 
    gap: 15px;
}

.contact_text h1 {
    color: white;
    font-size: 40px;
    font-weight: 600;
    margin: 0; 
}

.text_topo{
    font-weight: 700 !important;
    font-size: 18px;
}
a{
    color: white;
    text-decoration: none;
    
}





.box_content{
    box-sizing: border-box;
    text-align: center; 
    margin: 0 0 15px;
    height: 800px;
    margin-left: 140px;
    margin-right:140px;
    margin-bottom: 100px;
    margin-top: 65px;
    padding: 45px 45px 45px 45px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}


.map-container {
    padding-top: 40px;
    width: 100%; /* O mapa ocupa 100% da largura do pai */
    max-width: 800px; /* Define uma largura máxima */
    aspect-ratio: 16 / 9; /* Mantém a proporção */
    margin: 0 auto; /* Centraliza na página */
    position: static ;

}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: static;
    top: 0;
    left: 0;
}


