@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');

/*** Font Loading ***/

@media all and (max-width:780px) {
    .navbar-brand {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .navbar ul {
        text-align: center;
        width: 100%;
    }
    .navbar ul li {
        margin: 0px 10px 0px 10px!important;
    }
    .SpacerL {
        padding-left: 0px;
    }
}

.bg-light {
    background-color: #ffffff!important;
    opacity: 0.9;
}

.navbar ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 0px 30px;
}

.navbar ul li a,
.navbar ul li a:visited {
    color: #121212;
}

.navbar .fas {
    color: #00bda5;
    font-size: 18px;
    margin-right: 5px;
}

.Intro {
    margin-top: 0px!important;
    width: 100%!important;
    margin-bottom: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(https://www.codimarc.pt/hubfs/Fundos/onh_fundo.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 380px;
}

.Intro h1 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    padding: 2% 20% 1% 20%;
    text-align: center;
    line-height: 1.3em;
}

.Intro h6 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    padding: 2% 20% 2% 20%;
    text-align: center;
    line-height: 1.3em;
}

.Intro p {
    font-weight: 700;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
}

.Mask {
    position: absolute;
    background-color: rgba(2, 41, 55, 0.6);
    height: 100%;
}

.IntroTitle h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 12px 0px;
}

@media all and (max-width:960px) {
    .Intro h1 {
        font-size: 28px;
        font-weight: 700;
        color: #ffffff;
        padding: 10% 10% 1% 10%;
        text-align: center;
        line-height: 1.3em;
    }
    .Intro h6 {
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
        padding: 3% 10% 3% 10%;
        text-align: center;
        line-height: 1.3em;
    }
}

.TYP {
    margin-top: 40px!important;
    margin-bottom: 40px;
    position: relative;
}

.TYP h1 {
    font-size: 25px;
    font-weight: 700;
    color: #485A6C;
    padding: 1% 5% 1% 5%;
    text-align: center;
    line-height: 1.3em;
}

.TYPcontent ul {
    list-style-type: disc;
    margin: 0px 30px;
    font-size: 15px;
}

.TYPcontent h3 {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    margin: 30px 20px 8px 20px;
    text-align: center;
}

.TYPcontent h4 {
    font-size: 15px;
    font-weight: 400;
    color: #121212;
    margin: 30px 0px 8px 0px;
    text-align: center;
    line-height: 2em;
    ;
}

.TYPcontent img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
    padding-bottom: 20px;
}

.TYPcontent p {
    padding: 10px 0px;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 400;
}

.Divider {
    display: block;
    width: 12%;
    background: #00BDA5;
    left: 50%;
    transform: translate(-50%, 0px);
    position: absolute;
    height: 6px;
}

.form_card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    -webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    background: #fff;
    margin-bottom: 2em;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 1em 2em 2em 2em;
    box-shadow: 0 0 11px #eaf0f6;
}

.form_card:hover {
    cursor: auto;
}

.form_card:hover {
    box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
    -webkit-transform: scale(1.014);
    -ms-transform: scale(1.014);
    transform: scale(1.014);
}

.Spacer {
    margin-top: 20px;
    width: 100%;
}

.SpacerL {
    padding-left: 30px;
}

.Extra {
    padding: 0px 0px 0px 50px;
}

.botoesCalculo {
    margin-bottom: 30px!important;
    margin-top: 30px!important;
}

.botoesCalculo p {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.DadosID .btn-primary {
    border: 1px solid #FF7A59;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 35px;
    font-weight: 500;
    font-size: 21px;
    background-color: #FF7A59;
    margin-top: 25px;
    display: inline-block;
}

.DadosID .btn-primary:hover {
    background: #FF5E35;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    color: #ffffff;
    border: 1px solid #FF7A59;
}

.btn-primary {
    border: 1px solid #4BC0B5;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 35px;
    font-weight: 500;
    font-size: 22px;
    background-color: #4BC0B5;
}

.btn-primary:hover {
    background: #222222;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    color: #ffffff;
    border: 1px solid #4BC0B5;
}

.btn-reset {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 7px 14px;
    font-weight: 500;
    font-size: 13px;
}

.btn-reset:hover {
    background: #222222;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    color: #ffffff;
}

.results_card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    -webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    background: #fff;
    margin-bottom: 2em;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 0 5px #eaf0f6;
}

.results_card:hover {
    cursor: auto;
}

.results_card:hover {
    box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
    -webkit-transform: scale(1.014);
    -ms-transform: scale(1.014);
    transform: scale(1.014);
}

.LabelFor {
    font-weight: 700;
    padding: 0px 5px 0px 0px!important;
    color: #00bda5;
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 25px;
}

.hsInput {
    font-size: 15px;
}

.hsInput label {
    font-size: 14px;
    font-weight: 500;
}

.form-check {
    margin-bottom: 10px;
}

.form-control {
    height: 36px;
}

.hsInput input,
select {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid #D3DDE7!important;
}

.Resultadosorcamento {
    background-image: -webkit-linear-gradient(45deg, #00a4bd, #00bda5);
    background-image: linear-gradient(45deg, #00a4bd, #00bda5);
    padding-top: 30px;
    padding-bottom: 30px;
}

.DadosID {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
    ;
}

.DadosID h2 {
    color: #485A6C;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px 35px 30px;
    margin: 0px;
}

.DadosID h2 .fas {
    font-size: 46px;
    color: #FF7A59;
    margin-bottom: 15px;
}

.DadosID .form-row {
    width: 100%;
}

.Resultadosorcamento h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 10px 10px 35px 10px;
    margin: 0px;
}

.Resultadosorcamento h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px 35px 30px;
    margin: 0px;
}

.Resultadosorcamento h2 .fas {
    font-size: 46px!important;
}

.DetalhesEtiqueta {
    background: #ffffff;
    padding: 20px;
}

.DetalhesEtiqueta h5 {
    color: #33475b;
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.DetalhesEtiqueta h6 {
    color: #00a4bd;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 20px 0px 6px 0px;
}

.atributo {
    font-weight: 700;
    font-size: 13px;
}

.DetalhesEtiqueta p {
    font-size: 14px;
    line-height: 2em;
    color: #33475b;
    font-weight: 400;
    border-bottom: 1px solid #EFF5F8;
}

.DetalhesEtiqueta .fas {
    margin-right: 10px;
}

.PrecosEtiqueta {
    background: #ffffff;
    padding: 20px;
}

.PrecosEtiqueta h5 {
    color: #33475b;
    font-size: 27px;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 30px 0px;
}

.PrecosEtiqueta .fas {
    margin-right: 10px;
}

.LinhaTotal {
    border-bottom: 1px solid #DEE9EF;
    text-align: center;
    padding-top: 20px;
}

.LinhaTotal h4 {
    font-size: 20px;
    color: #8FA7B8;
    font-weight: 700;
}

.LinhaTotal h6 {
    margin: 5px 0px 30px 0px;
    color: #33475b;
    font-size: 15px;
    font-weight: 700;
    ;
}

.valor {
    font-size: 19px;
    color: #FF7A59;
    font-weight: 700;
    padding-bottom: 20px;
    display: block;
}

.footer {
    margin-top: 40px;
    text-align: center;
}

.footer {
    font-size: 13px;
    color: #121212;
    line-height: 1.5em;
}

.footer p {
    padding: 10px 20px;
}

.footer .fas {
    color: #00B3AF;
    font-size: 30px;
}

.footer img {
    max-width: 150px;
    height: auto;
}