.contato{
    margin-top: 50px;
    width: 100%;
}

.contato-content{
    max-width: 1170px;
    margin: 0px auto;
}

.contato-title{
    width: 100%;
}

.contato-title h1{
    font-weight: 900;
    font-size: 25px;
    color: #bf1e2c;
    margin-bottom: 20px;
    text-align: center;
}

.contato-title-bar{
    width: 155px;
    height: 5px;
    border-radius: 20px;
    background-color: #282828;
    margin: 0px auto 30px;
}

.contato-title h2{
    font-weight: 300;
    font-size: 20px;
    color: #606060;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contato-mapa{
    width: 100%;
}

.contato-mapa iframe{
    width: 100%;
    height: 500px;
}

.contato-mapa h2{
    font-weight: 300;
    font-size: 20px;
    color: #606060;
    text-align: center;
    line-height: 1.6;
    margin-top: 10px;
}

.contato-social{
    margin: 50px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contato-form{
    width: 500px;
}

.contato-form h2{
    font-weight: 700;
    font-size: 25px;
    color: #bf1e2c;
    margin-bottom: 20px;
    text-align: center;
}

.cf-button-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-button{
    width: 230px;
    height: 40px;
    background-color: #4e4e4e;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cf-button p{
    font-weight: 700;
    color: #fff;
}

.cf-trabalhe{
    margin-left: -30px;
}

.cf-button-active{
    position: relative;
    z-index: 2;
    background-color: #bf1e2c;
}

.cf-forms{
    margin-top: 30px;
    width: 100%;
}

.cf-forms-contato{
    width: 100%;
}

.cf-forms-contato input{
    width: 100%;
    height: 50px;
    border: none;
    background-color: #eeeeee;
    border-radius: 25px;
    margin-bottom: 15px;
    padding: 0px 20px;
    color: #282828;
    font-weight: 700;
}

.cf-forms-contato input:nth-child(2){
    width: 68%;
}

.cf-forms-contato input:nth-child(3){
    width: 30%;
    margin-left: 5px;
}

.cf-forms-contato textarea{
    width: 100%;
    height: 120px;
    background-color: #eeeeee;
    border-radius: 25px;
    border: none;
    padding: 20px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 20px;
    resize: none;
}

.cf-forms-contato button{
    width: 280px;
    height: 40px;
    background-color: #bf1e2c;
    border: 1px solid #bf1e2c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    margin: auto;
    transition: .5s;
    cursor: pointer;
}

.cf-forms-contato button:hover{
    background-color: #fff;
    color: #bf1e2c;
    transition: .5s;
}

.cf-forms-trabalhe{
    display: none;
    width: 100%;
}

.cf-forms-trabalhe input{
    width: 100%;
    height: 50px;
    border: none;
    background-color: #eeeeee;
    border-radius: 25px;
    margin-bottom: 15px;
    padding: 15px 20px;
    color: #282828;
    font-weight: 700;
}

.cf-forms-trabalhe input:nth-child(2){
    width: 68%;
}

.cf-forms-trabalhe input:nth-child(3){
    width: 30%;
    margin-left: 5px;
}

.cf-forms-trabalhe textarea{
    width: 100%;
    height: 120px;
    background-color: #eeeeee;
    border-radius: 25px;
    border: none;
    padding: 20px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 20px;
    resize: none;
}

.cf-forms-trabalhe button{
    width: 280px;
    height: 40px;
    background-color: #bf1e2c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    margin-left: auto;
    border: none;
}

.contato-medias{
    width: 600px;
}

.contato-medias h2{
    font-weight: 700;
    font-size: 25px;
    color: #bf1e2c;
    margin-bottom: 20px;
    text-align: center;
}

.cm-medias{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cm-medias a img{
  filter: brightness(0) saturate(100%)  invert(12%) sepia(53%) saturate(7421%) hue-rotate(353deg) brightness(91%) contrast(93%);
  padding-right: 10px;
  width: 32px;
  height: 20px;
}

.cm-medias a i{
    color: #4e4e4e;
    font-size: 28px;
    transition: color .3s ease-in-out;
  }
  .cm-medias a i:hover{
    color: #bf1e2c;
  }

.cm-facebook{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.cm-facebook .fb-page{
    width: 100%;
    display: flex;
    justify-content: center;
}

.topo-medias a img{
  filter: brightness(0) saturate(100%);
  vertical-align: sub;
}

@media screen and (max-width: 1279px){
    .contato-content{
        max-width: 950px;
    }

    .topo{
        background-color: #fff!important;
    }

    .contato-form {
        width: 450px;
    }

    .contato-medias{
        width: 450px;
    }
}

@media screen and (max-width: 1000px) {
    .menu-hamburguer i {
        color: #2a2a2a !important;
    }
}

@media screen and (max-width: 768px) {
    .contato-content{
        max-width: 100%;
        padding: 0px 20px;
    }

    .contato-social{
        flex-direction: column;
    }

    .contato-form {
        width: 100%;
        margin-bottom: 20px;
    }

    .contato-medias {
        width: 100%;
    }
}

@media screen and (max-width: 600px){
    .cm-facebook{
        display: none;
    }

    .cf-button-content{
        flex-direction: column;
        gap: 20px;
    }
    .cf-button{
        width: 100% !important;
    }
    .cf-button p {
        font-size: 14px;
        padding-left: 7px;
    }

    .cf-forms-contato input:nth-child(2) {
        width: 100%;
    }

    .cf-forms-contato input:nth-child(3) {
        width: 100%;
        margin-left: 0px;
    }

    .cf-forms-trabalhe input:nth-child(2) {
        width: 100%;
    }

    .cf-forms-trabalhe input:nth-child(3) {
        width: 100%;
        margin-left: 0px;
    }

    .contato-mapa iframe {
        height: 325px;
    }

    .cf-forms-contato button, .cf-forms-trabalhe button{
        margin: 0px auto;
    }

    .cf-trabalhe {
        margin-left: -5px;
    }

    .cf-button {
        width: 155px;
    }
}