.contato-container-bg{
    height: auto;
    width: auto;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(38, 38, 37, 1) 41%, rgba(54, 54, 54, 1) 75%);
}

.close-btn{
    width: 100%;
    height: auto;
    text-align: end;
    margin-bottom: 5%;
}

.close-btn button{
  all: unset;          
  cursor: pointer;  
}

.contato-title{
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
}

.contato-wrap-content{
    padding: 5%;
}

.contato-flex-container-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contato-flex-container-column{
     display: flex;
     flex-direction: column;
}

.contato-container-item{

}

.map-right{
    max-height: 635px;
    max-width: 710px;
}
.map-right.mobile{
    display: none;
}
.map-right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contato-container-item h1{
    max-width: 580px;
    font-family: 'Jost';
    text-align: start;
    font-weight: 600;
    font-size: 2.18rem;
    color: #ffffff;
}
.contato-container-item h2{
    font-family: 'Work Sans';
    text-align: start;
    font-weight: 500;
    font-size: 1.245rem;
    color: #a3a3a3;
    max-width: 282px;
}

.contato-flex-container-row.flex-center{
    align-items: center;
}

.contato-container-item span{
    color: #EC6938;
}

.contato-container-item.contact{
    margin-top: 5%;
    color: #a3a3a3;
    line-height: 1.8rem;
}

.contato-container-item.contact p{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.5rem;
}

.contato-container-item.contact address{
    font-style: normal;
    font-family: 'Rubik';
    font-size: 1.5rem;
}
.contato-container-item.contact a{
    text-decoration: none;
    color: #a3a3a3;
}


.top-container-text h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #F1f1f1;
    text-align: center;
    margin: 0 auto;
    line-height: 1.1;
    max-width: 900px;
}

.button-top-container {
    max-width: 236px;
    max-height: 107px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-top {
    background-color: #EC6938;
    border:none;
    border-radius: 20px 0px 20px 0px;
    padding: 5%;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    width: 100%;
    max-width: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-bottom-container {
    width: 100%;
    max-width: 400px;
    background-color: transparent;
    margin: 2vh auto 0 auto;
    text-align: center;
}

.button-bottom-container h2 {
    font-family: 'Montserrat', sans-serif;  
    font-size: 1.2rem;
    font-weight: 400;
    word-spacing: 0.2rem;
    text-transform: uppercase;
    color: #a3a3a3;
    margin: 0;
}

.button-top h1 {
    font-family: 'Jost', sans-serif;
    font-size: 1.407rem;
    font-weight: bold;
    text-align: center;
}

.button-top:hover {
    background: #fff;
}

.button-top:hover h1 {
    color: #222;
}

.orange {
    color: #EC6938;
}

.bg-lines {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.bg-lines-left {
    left: 0;
    bottom: 0;
    height: 130vh;
    max-height: none;
    width: auto;
}
.bg-lines-right {
    right: 0;
    bottom: 0;
    height: 130vh;
    max-height: none;
    width: auto;
}

.assinatura-container {
    max-width: 515px;
    max-height: 515px;
    width: 100vw;
    height: auto;
    margin: 4vh auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.assinatura-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.map-container {
    position: relative;
    min-height: 1240px;   
    min-width: 1112px;
    margin: 4   vh auto 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-container img {
    width: 100%;
    height: 100%;
}

.map-overlay-address {
    position: absolute;
    left: 0;
    bottom: 20%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 40px;
    text-align: start;
}

.map-overlay-title-main {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0.5px;
    text-align: start;
}

.map-overlay-title-countries {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #EC6938;
    margin-top: 10px;
    letter-spacing: 2px;
    text-align: start;
}

.social-container {
    width: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /* margin: 40px 0 0 0; */
    margin-top: auto;
    margin-bottom: 5%;
    padding-bottom: 40px;
}

.social-container h2 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.social-line {
    width: 180px;
    height: 2px;
    background: #ffffff;
/*     opacity: 0.5; */
    margin-bottom: 40px;
}

.social-icons {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
}

.social-icons a {
    color: #fff;
    font-size: 2rem;
    transition: color 0.2s;
}

.group-itens{
    display: flex;
}

.group-itens.wrap{
  display: flex;
}

.group-itens.mobile{
    display: none;
}


@media (max-width: 900px) {
    .contato-container-item h1{
        font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    }

    .button-top{
        margin: 5%;
        padding: 5%;
    }

    .button-top h1{
        font-size: clamp(1.0rem, 2.2vw, 2.5rem);;
    }

    .group-itens{
        flex-direction: row;
        justify-content: space-between;
        padding: 5%;
    }

    .group-itens.mobile{
        display: block;
    }

    .map-right{
        display: none;
    }
    .map-right.mobile{
        display: block;
        min-height: 450px;
    }
    .contato-container-item.contact p,
    .contato-container-item.contact address {
        font-size: clamp(1.0rem, 3.2vw, 2.5rem);
        line-height: 1.4rem;
    }

    .social-container{
        display: none;
    }

    .social-icons{
        height: 100%;
        flex-direction: column;
        gap: unset;
    }

    .social-icons a{
        flex: 1;
    }

    .group-itens.wrap{
    flex-direction:  column;
  }
}
