@use "helpers";

#con-breadcrumb{
    display: none !important;
}

#pagina-contato{
    display: block;
    width: 100%;

    .conteudo{
        display: block;
        width: 100%;
        padding-bottom: 100px;

        @media(max-width:991px){
            padding-bottom: 50px;
        }

        .box-conteudo{
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: 820px;
            margin: 0 auto;
            padding: 50px 80px;
            border: 1px solid #E0E0E0;

            @media(max-width:767px){
                padding: 30px 15px;
            }

            .informations{
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                width: 100%;
                gap: 55px;
                margin-bottom: 50px;

                @media(max-width:991px){
                    gap: 20px;
                    margin-bottom: 20px;
                }

                .text{
                    display: block;
                    margin: 0px;
                    color: helpers.$textoDark;
                    font: normal 13px helpers.$fontRegular;
                    line-height: 16px;
                }
            }

            .control-label{
                display: block;
                margin-bottom: 10px;
                color: helpers.$textoDark;
                font: normal 13px helpers.$fontRegular;
                line-height: 16px;
            }
            
            input,select,textarea{
                display: block;
                outline: 0px;
                width: 100%;
                color: helpers.$textoDark;
                font: normal 13px helpers.$fontRegular;
                line-height: 16px;
                box-shadow: none;
                border-radius: 0px;
                border: solid 1px #E0E0E0;
                background-color: helpers.$light;
            }

            .help-block{
                color: helpers.$textoMedium;
                font: normal 12px helpers.$fontLight;
            }

            .g-recaptcha{
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .btnContato {
                display: block;
                outline: 0px;
                width: 100%;
                max-width: 110px;
                margin: 0 auto;
                margin-top: 20px;
                padding: 15px 10px;
                padding-bottom: 13px;
                color: helpers.$textoLight;
                font: normal 13px helpers.$fontRegular;
                line-height: 16px;
                border: none;
                background-color: helpers.$highlight;
                @include helpers.transicao(0.4s ease-in-out);

                &:hover,&:focus {
                    background-color: helpers.$success !important;
                }
            }
        }
    }

    .contato-ok{
        display: block;
        color: helpers.$textoDark;
        font: normal 15px helpers.$fontRegular;
        text-align: center;
    }
}
