.formulario {
}

.formulario .warning-field {
    font-weight: 600;
    font-size: 1.2rem;
}

.formulario:after {
    content: '';
    width: 100%;
    height: 1px;
    clear: both;
    display: block;
}

.formulario .form-group {
    margin-bottom: 12px;
}

.formulario label {
    margin-bottom: 5px;
    color: #494949;
    font-weight: 600;
}

.formulario .form-control {
    font-size: inherit;
    border: 0;
    border: 2px solid transparent;
    border-radius: 0px;    /* border: 2px solid #ccc; */
}

.formulario .btn,
.btn-pedido-orcamento {
    font-size: 22px;
    font-size: 2.5rem;
    line-height: normal;
    color: #ffffff;
    background-color: #044e85;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0.4rem;
    border: 0;
    margin: 0;
    padding: 1rem 3.5rem;
    display: inline-block;
    font-family: 'Airstrike Condensed';
    text-shadow: -2px -2px black;
}

.formulario .btn.btn-marcacao {

    /*font-family: 'PT Sans', sans-serif;
    font-size: 2rem;
    font-weight: 600;*/
    background-color: #3c0;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 1rem 4rem;
    display: block !important;
    text-shadow: none;
    white-space: normal;
    -webkit-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}

.formulario .btn.btn-marcacao:hover {
    background-color: #1e7e34;
    -webkit-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}

@media (min-width:992px) and (max-width:1200px) {
    .formulario .btn,
    .btn-pedido-orcamento {
        font-size: 2rem;
    }

}

@media (min-width:769px) and (max-width:991px) {
    .formulario .btn,
    .btn-pedido-orcamento {
        font-size: 2rem;
    }

}

@media (min-width:576px) and (max-width:768px) {
    .formulario .btn,
    .btn-pedido-orcamento {
        font-size: 1.8rem;
    }

}

@media (max-width:575px) {
    .formulario .btn,
    .btn-pedido-orcamento {
        font-size: 1.8rem;
    }

}

.formulario .btn:hover,
.btn-pedido-orcamento:hover {
    color: #ffffff;
    background-color: #8f9094;
}

.formulario .form-text {
    display: inline-block;
}

/* ------ */
.formulario label small {
    text-transform: none;
    margin-top: 2%;
    display: inline-block;
    line-height: 19px
}

.formulario .box-checkbox {
    line-height: normal;
    font-size: 17px;
    margin-top: 20px;
    cursor: pointer
}

.formulario .box-checkbox input,
.formulario .box-checkbox .box {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
}

.formulario .box-checkbox input {
    margin-left: 0;
    margin-right: 0
}

.formulario .box-checkbox .box {
    border: solid 1px #787878;
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    opacity: 1;
    cursor: pointer
}

.formulario .box-checkbox input[type="checkbox"]:checked + .box {

    /* background-color: #ffffff; */
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    opacity: 1
}

.formulario .box-checkbox input[type="checkbox"]:checked + .box:before {
    content: "x";
    padding: 0px;
    height: 17px;
    display: block;
    font-family: Verdana;
    text-align: center;
    color: #4c4c4c;
    font-size: 12px;
    line-height: normal;
    font-weight: 800;
}

.formulario .box-checkbox {
    line-height: normal;
    font-size: 17px;
    margin-top: 0px;
    cursor: pointer;
    cursor: auto
}

.formulario .box-checkbox input,
.formulario .box-checkbox .box {
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: auto;
    left: auto;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.formulario .box-checkbox input {
    margin-left: 0;
    margin-right: 0
}

.formulario .box-checkbox .box {
    border: solid 1px #787878;
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    opacity: 1;
    cursor: pointer
}

.formulario .box-checkbox input[type="checkbox"]:checked + .box {

    /* background-color: #ffffff; */

    /*border: none;*/
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    opacity: 1;
}

.formulario .box-checkbox input[type="checkbox"]:checked + .box:before {
    content: "x";
    padding: 0px;
    height: 17px;
    display: block;    /* margin-top: -5px; */
    color: #4c4c4c;
    font-size: 12px;
    line-height: normal;
    font-weight: 800;
    font-family: verdana;
    text-align: center;
}

.formulario .double-opt-in {
    display: block;
    position: relative;
    margin-bottom: 0px;
    clear: both;
    text-align: left;
    font-weight: 200 !important;
    width: 100%;
}

.formulario .double-opt-in label {
    font-size: 16px !important;
    display: block !important;
    font-weight: 400;
}

.formulario .double-opt-in .margem-10 {
    margin-bottom: 10px
}

.margem-0 {
    margin-bottom: 0px !important;
}

.margem-10 {
    margin-bottom: 10px !important;
}

.formulario .double-opt-in small span {
    display: block;
}

.formulario .double-opt-in .box {
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    opacity: 0;
    border: solid 1px #787878;
    float: left;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    margin-right: 5px;
    background: white;
}

.formulario .box-checkbox .declaracao-ler {
    top: auto;
    left: auto;
    bottom: auto;
    height: 18px;
}

.formulario .double-opt-in .box-2 {
    width: 15px;
    height: 15px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    border: solid 1px #787878;
    float: left;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    opacity: 1;
    cursor: pointer
}

.formulario .double-opt-in input[type="checkbox"] {
}

.formulario .double-opt-in input[type="checkbox"]:checked + label {

    /* background-color: #ffffff; */
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    opacity: 1
}

.p-double-opt-in {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
}

.formulario .double-opt-in a {
}

.formulario .double-opt-in a:hover {
    color: #cccccc;
}

.formulario .double-opt-in small {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: -1.5rem;
    width: 100%;
}

.paginas .formulario .double-opt-in .box {
    background-color: rgba(191, 233, 255, 0.30);
    border-radius: 6px;
    border: 0;
    width: 20px;
    height: 20px;
}

.paginas .produto-conteudo .card-caixa.card-formulario label {
    border: 0px;
}

/* ------ */
.form_newsletter {
    line-height: 26px;
}

@media (max-width:768px) {
    .form_newsletter {
        text-align: left;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

}

.form_newsletter label {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
}

.form_newsletter .form-group {
    margin-bottom: 5px;
}

.form_newsletter .form-control {
    background-color: transparent;
    border: solid 1px #cccccc;
    color: #ffffff;
    padding: 2px 10px;
}

.form_newsletter .double-opt-in,
.form_newsletter .double-opt-in a {
    color: #cccccc;
}

.rodape .form_newsletter .double-opt-in .box {
    background-color: transparent;
    border: solid 1px #cccccc;
    margin-right: 10px;
    position: relative;
    z-index: 0;
    top: -3px;
}

.form_newsletter .btn-enviar {
    background-color: #cccccc;
    text-transform: none;
    color: #000000;
    font-size: 22px;
    text-align: right;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    min-width: 94%;
    height: auto;
    margin-top: 0px;
    padding: 6px 12px 6px 12px;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.formulario.recrutamento .file-custom {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    left: 0px;
    z-index: 2;
    background-color: rgba(191, 233, 255, 0.30);
    border-radius: 6px;
    box-shadow: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 12px;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    color: #fff;
}

.formulario.recrutamento .container-file {
    position: relative;
    z-index: 0;
}

.formulario.recrutamento .file-custom .file-name {
    position: absolute;
    left: 0.5rem;
    right: 0;
    top: 0.5rem;
    bottom: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.55);
    padding: 4px 12px;
    padding: 0.375rem 0.75rem;
}

.formulario.recrutamento .file-custom:before {
    font: var(--fa-font-solid);
    content: '\e09a';
    position: absolute;
    top: 0;
    right: -0.075rem;
    bottom: 0;
    z-index: 6;
    display: block;
    text-transform: uppercase;
    height: 100%;
    padding: 0.5rem 1.5rem;
    line-height: 2.8rem;
    color: #ffffff;
    background-color: #004aad;
    border: unset;
    border-radius: 0 0.25rem 0.25rem 0;
    cursor: pointer;
}

.formulario.recrutamento .form-control[type=file] {
    height: 100%;
    position: absolute;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 1rem;
    opacity: 0;
    color: rgb(153, 153, 153);
    cursor: pointer;
}

.formulario .form-control-checkbox {
    background-color: transparent;
    line-height: 2.75rem;
    min-height: calc(1.8em + 0.75rem + 2px);
    height: auto !important;
    padding-left: 3.5rem !important;
    display: block;
    position: relative;
    z-index: 0;
    border-radius: 0px;
    border: none;
    font-weight: inherit;
}

.formulario .form-control-checkbox span:before {
    content: '';
    text-align: center;
    background-color: rgb(255 255 255);
    border-radius: 6px;
    line-height: 2.4rem !important;
    color: #000;
    width: 2.6rem;
    height: 2.6rem;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 6px;
    cursor: pointer;
}

.formulario .form-control-checkbox input:checked + span:before {
    content: 'X';
}

.formulario .form-control-checkbox input {
    margin: auto 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

/*------------------SELECT 2------------------*/
.formulario .select2-container .select2-selection {
    border-radius: 0;
    min-height: 100%;
    border: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.formulario.needs-validation .select2-container {
    border: 2px solid transparent;
    background-color: #fff;
    height: 100%;
    width: 100% !important;
}

.formulario.was-validated .form-control:valid + .select2-container {
    border-color: #28a745;
}

.formulario.was-validated .form-control:invalid + .select2-container {
    border-color: #dc3545;
}

/*------------------SELECT 2------------------*/

/*-------------FORMULÁRIO ORÇAMENTO-------------*/
.orcamento .formulario {
}

.orcamento .formulario .form-group {
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
}

.orcamento .formulario label {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

.orcamento .formulario label:not(.form-control-checkbox),.orcamento .formulario .warning-field {
    font-family: 'Airstrike Condensed';
}

.orcamento .formulario .form-control {
    transform: skewX(352deg);
    margin: 0 -6px;
    border-radius: 0.8rem;
    padding: 0.6rem 0.75rem;
}

.orcamento .formulario a {
    color: #fff;
    text-decoration: underline;
}

.orcamento .card-body {
    padding: 2rem 2.2rem 2rem 5rem;
}

.orcamento .icon-orcamento {
    position: relative;
    top: -12px;
}

.orcamento .formulario.was-validated .form-control-checkbox .form-check-input:invalid + span:before {
    border: 2px solid #dc3545;
}

.orcamento .formulario.was-validated .form-control-checkbox .form-check-input:valid + span:before {
    border: 2px solid #28a745;
}

@media (max-width:768px) {
    .orcamento .card-body {
        padding: 2rem 1rem 2rem 0rem;
    }

    .orcamento .background_blue {
        background-color: transparent;
    }

    .orcamento:before {
        position: relative;
        width: 100%;
        min-height: 270px;
        display: block;
        background-position-x: 0;
    }

}

/*-------------FORMULÁRIO ORÇAMENTO-------------*/

/*-------------FORMULÁRIO MARCAÇÃO-------------*/
.marcacao-formulario {
    position: relative;
    background-color: rgb(0 0 0 / 60%);
}

.marcacao-formulario:before {
    content: '';
    width: 8.3rem;
    height: 9.6rem;
    position: absolute;
    right: 15px;
    top: -12px;
    background-image: url(../images/icon-orcamento.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.marcacao-formulario .divisao-text {
    padding-right: 8.3rem;
}

.marcacao-formulario .formulario {
}

.marcacao-formulario .formulario label {
    color: #fff;
}

.marcacao-formulario .formulario .form-control {
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.marcacao-formulario .formulario:not(.was-validated) .form-control {
    border-radius: 2px;
    border: 2px solid #fff;
}

.marcacao-formulario .formulario .form-control-checkbox {
    border: none !important;
}

.marcacao-formulario .formulario .form-control-checkbox span:before {
    border: 2px solid #fff;
}

.marcacao-formulario .formulario.was-validated .form-control-checkbox .form-check-input:invalid + span:before {
    border: 2px solid #dc3545;
}

.marcacao-formulario .formulario.was-validated .form-control-checkbox .form-check-input:valid + span:before {
    border: 2px solid #28a745;
}

.marcacao-formulario .formulario .entry-input:not(:first-of-type) {
    margin-top: 10px;
}

.marcacao-formulario .formulario .entry-input .btn-add,
.marcacao-formulario .formulario .entry-input .btn-remove {
    font-size: 1.8rem;
    text-shadow: none;
    border: 1px solid #dcdcdc;
}

.marcacao-formulario .formulario .entry-input .btn-add {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
}

.marcacao-formulario .formulario .entry-input .btn-add:hover {
    background-color: #449d44;
}

.marcacao-formulario .formulario .entry-input .btn-remove {
    background-color: #fff;
    color: #333;
}

.marcacao-formulario .formulario .entry-input .btn-remove:hover {
    background-color: #e6e6e6;
}

.marcacao-formulario .formulario a {
    color: #fff;
    text-decoration: underline;
}

/*-------------FORMULÁRIO MARCAÇÃO-------------*/
@media (max-width:575px) {
    .orcamento .icon-orcamento {
        position: absolute;
        right: -2px;
        width: 50px;
    }

    .orcamento .divisao-text {
        padding-right: 4.3rem;
    }

}

.input-group.date-picker-slot input {
    cursor: pointer;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group.date-picker-slot .input-group-addon {
    padding: 0rem 2.5rem;
    font-size: initial;
}

.input-group.date-picker-slot .fake-input-date {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: unset;
    z-index: 9 !important;
}

.datepicker {
    z-index: 99 !important;
    min-width: 255px;
}

.datepicker table {
    width: 100%;
}

.datepicker-days:after {
    content: 'Legenda: Verde livre / vermelho ocupado';
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border-top: solid 1px #d9edf7;
    color: #666;
    padding-top: 5px;
    display: block;
}

.datepicker table tr td,
.datepicker table tr th {
    font-size: initial;
}

.datepicker table tr td.new {
    display: none;
}

.datepicker table tr td.old {
    opacity: 0;
}

.datepicker td,
.datepicker th {
    width: 3.5rem !important;
    height: 3.5rem !important;
}

.datepicker table tr td:not(.disabled).status_on {
    background-color: rgba(13, 214, 0, 0.35);
    color: #333333;
    font-weight: bold;
}

.datepicker table tr td.status_off {
    background-color: rgba(214, 0, 0, 0.35);
    color: #333333;
}

.datepicker .datepicker-days table tr td:after {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto 5px auto;
    border-radius: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.07);
}

.datepicker table tr td.highlighted {
    background: rgba(72, 175, 179, 0.2);
}

.datepicker table tr td.status_on:not(.disabled):after {
    background-color: #0dd600;
}

.datepicker table tr td.status_off:not(.disabled):after {
    background-color: #d60000;
}
