/*
    Created on : Jan 16, 2019, 8:51:03 AM
    Author     : Paulo Gonçalves <pgoncalves@digitalsales.pt>
*/
/*******************************************************************************
 COLORS
*******************************************************************************/
/*

*/
/*******************************************************************************
 FONTS
*******************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600,700');
/*******************************************************************************
 GENERAL
*******************************************************************************/
html {
    font-size: 16px;
    font-size: calc(16px + 0.25vw);
}
body {
    font-family: 'Signika', sans-serif;
    font-size: calc(0.8em + 0.25vw);
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 50px;
    /*    background: #01789e;
        background: -moz-linear-gradient(top, #01789e 0%, #06a5d0 50%, #01789e 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01789e), color-stop(50%,#06a5d0), color-stop(100%,#01789e));
        background: -webkit-linear-gradient(top, #01789e 0%,#06a5d0 50%,#01789e 100%);
        background: -o-linear-gradient(top, #01789e 0%,#06a5d0 50%,#01789e 100%);
        background: -ms-linear-gradient(top, #01789e 0%,#06a5d0 50%,#01789e 100%);
        background: linear-gradient(to bottom, #01789e 0%,#06a5d0 50%,#01789e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01789e', endColorstr='#01789e',GradientType=0 );*/
    /*color: #ffffff;*/

}
.passo0 {
    background: url(../images/background-header.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.passo2 {
    background: url(../images/background-header.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.passo3 {
    background: url(../images/background-header.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*******************************************************************************
 HELPERS
*******************************************************************************/
.text-ffffff {
    color: #ffffff;
}
label {
    line-height: 1rem;
}
.text-18px {
    /*font-size: 18px;*/
    font-size: 1.150rem;
}
.text-de1805 {
    color: #de2f1e;
}
.left-side-header {
    background: #de2f1e;
    color: #ffffff;
    padding: 25px 5px 25px 5px;
}
.text-000000 {
    color: #000000;
}
@media (min-width: 768px) {
    .left-side-header {
        border-radius: 50% 50% 50% 50% / 0% 0% 100% 100%;
        color: #ffffff;
        /*padding: 25px 25px 25px 25px;*/
        padding: 10px 25px 35px 25px;
        width: 65vh;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media (min-width: 1900px) {
    .left-side-header {
        width: 60vh;
        max-width: 800px;
    }
}
.semi-bold {
    font-weight: 600;
}
/**/
.left-side-header h2 {
    /*padding: 50px 20px 50px 20px;*/
}
.left-side-title {
    font-size: 1.750rem;
}
.left-side-title span {
    font-size: 1.250rem;
}
@media (min-width: 768px) {
    .left-side-title span {
        font-size: 1.500rem;
    }
}
.left-side-manual {
    padding-top: 50px;
    padding-bottom: 50px;
}
.left-side-manual img {
    /*max-width: 350px;*/
}

.left-side-manual img {
    /*max-width: 40vh;*/
}
@media (min-width: 1600px) {
    .left-side-manual img {
        max-width: 40vh;
    }
}
h3 {
    font-size: 1.215rem;
}
h2, h3 {
    font-weight: 600;
}
.border-red {
    border-top: 1px solid #de2f1e;
}
/**/
ul {
    list-style-type: none;
    padding-left: 0px;
}
li {
    position: relative;
    padding-left: 20px;
}
li:before {
    position: absolute;
    top: -3px;
    content: url('../images/check.png');
    left: 0;
}
/**/
.data-scroll {
    position: relative;
    height: 107px;
    overflow: auto;
    padding: 5px;
    background: #ffffff;
    border: 2px solid #de2f1e;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 1);
    text-align: justify;
    color: #000000;
}
.data-scroll .form-control {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.5rem;
    position: absolute;
}
.data-scroll p {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.data-scroll a {
    color: #de2f1e;
}
.data-scroll-message {
    padding-left: 20px;
    font-size: 0.750rem;
    line-height: 1rem;
}
footer {
    position: absolute;
    padding: 0.5rem;
    width: 100%;
    bottom: 0;
    background: #f9d14b;
    color: #000000;
}
/*******************************************************************************
CUSTOM RADIO
*******************************************************************************/
.custom-radio-area label input[type=radio] {
    position: relative;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.custom-radio-area .custom-radio-red {
    position: absolute;
    top: -2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #de2f1e;
    display: block;
}
.custom-radio-area label:hover input[type=radio] ~ .custom-radio-red {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.custom-radio-area .custom-radio-red:after {
    content: "";
    position: absolute;
    top: -99999999px;
    display: none;
}
.custom-radio-area label input[type=radio]:checked ~ .custom-radio-red:after {
    display: block;
}
.custom-radio-area label .custom-radio-red:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #de2f1e;
}
/*******************************************************************************
CUSTOM CHECKBOX
*******************************************************************************/
.custom-checkbox label input[type=checkbox] {
    position: absolute;
}
.custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.custom-checkbox {
    padding-left: 0.250rem;
}
.custom-checkbox-red {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 20px;
    width: 20px;
    border: 2px solid #de2f1e;
    background: #ffffff;
}
.custom-checkbox input[type=checkbox]:checked ~ .custom-checkbox-red {
    background-color: #de2f1e;
    border: 2px solid #de2f1e;
}
.custom-checkbox-red:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input[type=checkbox]:checked ~ .custom-checkbox-red:after {
    display: block;
}
.custom-checkbox .custom-checkbox-red:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*******************************************************************************
 OVERRRIDE CSS
*******************************************************************************/
.form-group {
    margin-bottom: 0.5rem;
}
.form-control {
    outline: 0;
    border: 2px solid #de2f1e;
}
.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.col-form-label {
    line-height: 1;
}
.fv-plugins-bootstrap .fv-help-block {
    color: #de2f1e;
}
.btn {
    padding: 0.5rem 0.75rem;
}
@media (min-width: 576px) {
    .btn {
        padding: 0.5rem 2.75rem;
    }
}
.btn-red {
    background: #de2f1e;
    color: #ffffff;
}
p.border-red {
    margin-bottom: 0px;
}
h2,
h3 {
    font-weight: 700;
}
.hide {
    display: none;
}
.form-group {
    width: 100%;
}
.right-side h2 {
    font-weight: 400;
}
.passo3 .form-check {
    margin-bottom: 0.50rem;
}
/*******************************************************************************
 MEDIA QUERIES
*******************************************************************************/
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
/*******************************************************************************
 TO DELETE
*******************************************************************************/
body * {
    /*    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);
        box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);*/
}
/**/
/*.data-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}
.data-scrool::-webkit-scrollbar:vertical {
    width: 8px;
    height: 25px !important;
}
.data-scrool::-webkit-scrollbar:horizontal {
    height: 15px;
}
.data-scrool::-webkit-scrollbar-thumb {
    border-radius: 15px;
    border: 1px solid grey;
    background-color: rgba(255, 255, 255, 0.75);
    height: 25px !important;
}
.data-scrool::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.85);
    height: 25px !important;
}*/

.passo3-manual img {
    max-width: 35vh;
}

.center-center {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100vh;
}