/* Estilo automático para a página: contato */
#cabecalho {
    min-height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;

    .sombra-servico {
        background-image: linear-gradient(#00000054, black);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.8;
        top: 0;
    }

    .barras{
        position: relative;

        &::after {
            background-color: #ffffff;
            background-size: auto;
            display: inline-block;
            width: 100%;
            height: 1px;
            content: "";
            right: 135px;
            position: absolute;
            z-index: 0;
            bottom: -310px;
        }
        &::before {
            background-color: #ffffff;
            background-size: auto;
            display: inline-block;
            width: 1px;
            height: 360px;
            content: "";
            right: 135px;
            position: absolute;
            z-index: 0;
            top: 14px;
        }

    }

    .cabecalho {
        display: flex;
        justify-content: center;
        margin-top: 100px;

        li{
            font-weight: 300;
            font-size: 18px;
            line-height: 160%;
            text-align: center;
            color: #fff;
            list-style-type: none;
            letter-spacing: 1px;

        }
        .destaque{
            font-weight: 600;
        }
    }

    h1{
        font-weight: 300;
        font-size: 48px;
        line-height: 66px;
        letter-spacing: 2.4px;
        vertical-align: middle;
        color: #fff;


        span{
            font-weight: 600;
        }
    }
}

#centralRelacionamento {
    padding: 100px 0;

    h2 {
        font-weight: 300;
        font-size: 30px;
        line-height: 31px;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;

        span{
            font-weight: 600;
        }
    }

    .card-relacionamento {
        background: #2C2C2C;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        min-height: 240px;
        margin-bottom: 20px;

        img{
            margin-bottom: 20px;
        }

        .title-card {
            font-weight: 600;
            font-size: 20px;
            line-height: 160%;
            letter-spacing: 1px;
            text-align: center;
            vertical-align: middle;
            margin: 0;
        }

        .info-card {
            font-weight: 400;
            font-size: 20px;
            line-height: 160%;
            letter-spacing: 1px;
            text-align: center;
            margin: 0 0 0 0;
        }

    }
}

#formulario {
    background-color: #466041;
    overflow: hidden;

    h2{
        font-weight: 300;
        font-size: 32px;
        line-height: 30px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 70px;

        span{
            font-weight: 600;
        }
    }

    h3{
        font-weight: 300;
        font-size: 38px;
        line-height: 160%;
        letter-spacing: 1.7px;
        color: #fff;
        margin-top: 70px;
        margin-left: 70px;

        span{
            font-weight: 600;
        }
    }

    .barra-1 {
        width: 101%;
        height: 1px;
        background-color: #fff;
        position: relative;

        &::after {
            background-color: #ffffff;
            background-size: auto;
            display: inline-block;
            width: 50%;
            height: 1px;
            content: "";
            top: 0px;
            left: -40%;
            position: absolute;
            z-index: 0;
        }
    }
    
    .barra-2 {
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: relative;
        left: -12px;

        &::after {
            background-color: #ffffff;
            background-size: auto;
            display: inline-block;
            width: 100%;
            height: 1px;
            content: "";
            top: 0px;
            right: -100%;
            position: absolute;
            z-index: 0;
        }
    }

    .barra-formulario{
        border-right: solid 1px #fff;
    }

    .btn-padrao {
        border: 1px solid #FFFFFF;
        padding: 0 0px 0 22px;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        position: relative;
        display: inline-flex;
        align-items: center;
        transition: 300ms all ease-in-out;
        background-color: transparent;
        width: 264px;
        margin-left: 15px;
        
        .moldura-seta {
            padding: 22px;
            transition: 300ms all ease-in-out;
            border-left: solid 1px #fff;
            margin-left: 22px;
        }
    }
    .btn-padrao:hover{
        background-color: #009651;
    }
    .btn-padrao:hover .moldura-seta{
        background-color: #DD6D34;
    }



    .form{
        margin-bottom: 60px;

        h4{
            font-weight: 300;
            font-size: 18px;
            line-height: 160%;
            letter-spacing: 0.9px;
            color: #fff;
        }

        .form-control {
            font-weight: 200;
            font-size: 16px;
            line-height: 160%;
            letter-spacing: 1px;
            vertical-align: middle;
            background-color: transparent;
            border-radius: 0;
            height: 50px;
            color: #fff;
            padding-left: 40px;
        }

        textarea{
            height: auto !important;
            padding-top: 10px;
        }

        .icon-form {
            position: absolute;
            left: 20px;
            top: 14px;
        }

        input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff !important;
        }
        input::-moz-placeholder { /* Firefox 19+ */
            color: #fff !important;
        }
        input:-ms-input-placeholder { /* IE 10+ */
            color: #fff !important;
        }
        input:-moz-placeholder { /* Firefox 18- */
            color: #fff !important;
        }
        textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff !important;
        }
        textarea::-moz-placeholder { /* Firefox 19+ */
            color: #fff !important;
        }
        textarea:-ms-input-placeholder { /* IE 10+ */
            color: #fff !important;
        }
        textarea:-moz-placeholder { /* Firefox 18- */
            color: #fff !important;
        }

        
        .form-check {
            margin-left: 15px;

            label{
                font-weight: 300;
                font-size: 16px;
                line-height: 160%;
                letter-spacing: 1px;
                color: #fff;

                a{
                    text-decoration: underline;
                    color: #c7c7c7
                }
            }
        }

    }
}




/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    #cabecalho{
        h1{
            font-size: 28px;
            line-height: 42px;
        }
        .barras {
            display: none;
        }
    }
    #formulario {
        h3 {
            font-size: 25px;
            margin-top: 70px;
            margin-left: 20px;
        }


        .barra-1 {
            &::after {
                left: -50%;
            }
        }
        
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 
    #cabecalho{
        h1{
            font-size: 28px;
            line-height: 42px;
        }
        .barras {
            display: none;
        }
    }

    #centralRelacionamento {
        padding: 100px 15px;
    }

    #formulario {
        padding: 100px 10px;
        
        h3 {
            margin-left: 10px;
        }

        .barra-formulario {
            border-right: none;
        }

        .barra-1 {
            &::after {
                display: none;
            }
        }
        .barra-2 {
            &::after {
                background-color: #ffffff;
                background-size: auto;
                display: inline-block;
                width: 100%;
                height: 1px;
                content: "";
                top: 0px;
                left: -100%;
                position: absolute;
                z-index: 0;
            }
            &::before {
                background-color: #ffffff;
                background-size: auto;
                display: inline-block;
                width: 100%;
                height: 1px;
                content: "";
                top: 0px;
                right: -100%;
                position: absolute;
                z-index: 0;
            }
        }
    }

}