﻿html {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'helvetica', 'arial', sans-serif;
}

a {
    color: #0000ff;
    text-decoration: none;
}

.conteudo {
    top: 0px;
    width: 100%;
}

.header {
    margin: auto;
    padding-top: 5px;
    top: 0px;
    width: 942px;
    height: 95px;
    position: relative;
}

.logo {
    display: inline-block;
    width: 50%;
}

    .logo img {
        height: 140px;
    }

.icone-linkedin {
    display: inline-block;
    width: 49%;
    position: absolute;
    top: 35%;
    left: 905px;
}

    .icone-linkedin .icone {
        display: block;
        border-style: none;
        border-radius: 100px;
        z-index: 5;
        width: 32px;
        height: 32px;
        text-shadow: none;
        box-shadow: none;
        background-color: #997747;
        color: #fff;
        line-height: 19px;
        font-weight: bold;
        font-family: arial;
        text-align: center;
        background-repeat: no-repeat
    }

        .icone-linkedin .icone:hover {
            text-shadow: none;
            box-shadow: none;
            background-color: #be883b;
            color: #fff;
        }

        .icone-linkedin .icone svg {
            margin-top: 8px;
            fill: #fff;
            width: 15px;
        }


.centro {
    display: block;
    background: rgba(0, 0, 0, 0.45);
    background-image: url(./images/centro-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin: auto;
    border-radius: 0px;
    width: 100%;
    height: 600px;
    position: relative;
}

    .centro .centro-overlay {
        position: absolute;
        background: rgba(0, 0, 0, 0.45);
        height: 600px;
        width: 100%;
    }

    .centro .centro-box {
        top: 180px;
        z-index: 7;
        width: 942px;
        height: 125px;
        position: relative;
        margin: auto;
    }

        .centro .centro-box .titulo-calculadora {
            line-height: 50px !important;
            padding: 20px;
            text-align: center;
            font-size: 48px;
            font-weight: 700;
            font-family: open sans;
            color: #ffffff;
            letter-spacing: -4px
        }

        .centro .centro-box .box-texto {
            position: relative;
            width: 672px;
            margin: auto;
        }

            .centro .centro-box .box-texto .texto-calculadora {
                font-size: 14pt;
                font-weight: 400;
                line-height: 29px;
                color: #d3d3d3;
                text-align: center;
            }

            .centro .centro-box .box-texto .texto-adicional {
                font-size: 11pt;
                color: #d3d3d3;
                text-align: center;
                padding-top: 35px;
            }

.formulario {
    margin: auto;
    padding-top: 0px;
    padding-bottom: 70px;
    top: 0px;
    width: 942px;
    height: auto;
    position: relative;
}

    .formulario .titulo {
        color: #997747;
        font-family: "Raleway Font", Sans-serif;
        font-size: 25px;
        font-weight: 900;
        line-height: 30px;
    }

.footer {
    background-color: #997747;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 1px;
}

.mt-1 {
    margin-top: 60px !important;
}

.row {
    margin-top: 15px;
    overflow: hidden;
}

.col-sm-3 {
    width: 25%;
    float: left;
    margin-right: 50px;
}

.col-sm-4 {
    width: 33.33%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-8 {
    width: 66.66%;
}

.form-label {
    font-size: 14px;
    color: #4c4d4d;
    line-height: 22px;
}

.form-control {
    padding: .810rem .96rem;
    font-size: 16px;
    color: #656565;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0 .25rem .25rem 0;
}

.botao {
    border-style: none;
    border-radius: 3px;
    width: 150px;
    background-color: #997747;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Open Sans;
    cursor: pointer;
    padding: 12px 30px 12px 30px;
}

    .botao:hover {
        background-color: #be883b;
    }

.botao-alternativo {
    border-style: none;
    border-radius: 3px;
    box-shadow: inset 0px 0px 0px 2px #997747;
    background-color: #fff;
    width: 150px;
    color: #997747;
    font-size: 14px;
    font-weight: bold;
    font-family: Open Sans;
    cursor: pointer;
    padding: 12px 30px 12px 30px;
}

    .botao-alternativo:hover {
        box-shadow: inset 0px 0px 0px 2px #be883b;
        color: #be883b;
    }

label.error {
    font-size: 9pt;
    color: #be0000;
}

input.error,
select.error {
    border-color: #be0000;
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .25rem 0 0 .25rem;
    max-height: 50px
}

.hide {
    display: none;
}

.link-contato {
    font-weight: 700;
    color: #997747;
    text-decoration: none;
}

    .link-contato:hover {
        color: #be883b;
    }

.input-group-sm label.error {
    left: -47px;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .header {
        width: 100%;
        height: 145px;
    }

    .logo {
        width: 100%;
        text-align: center;
        display: block;
    }

    .icone-linkedin {
        display: block;
        width: 100%;
        top: 145px;
        left: 47%;
    }

    .centro {
        height: 500px;
    }

        .centro .centro-overlay {
            height: 500px;
        }

        .centro .centro-box {
            top: 100px;
            width: 100%;
        }

            .centro .centro-box .box-texto {
                width: 80%;
            }

            .centro .centro-box .titulo-calculadora {
                font-size: 40px;
            }

            .centro .centro-box .box-texto .texto-calculadora {
                font-size: 8pt;
                line-height: 20px;
            }

            .centro .centro-box .box-texto .texto-adicional {
                font-size: 8pt;
            }

    .formulario {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

        .formulario .titulo {
            font-size: 1.45rem;
        }

    .form-control {
        padding: .510rem .56rem;
        font-size: 14px;
    }

    .footer {
        font-size: 12px;
    }

    .input-group-label {
        max-height: 37px
    }

    .col-sm-3 {
        width: 35%;
    }

    .col-sm-4 {
        width: 45%;
    }

    .col-sm-6 {
        width: 60%;
    }

    .col-sm-8 {
        width: 80%;
    }
}
