html, body { margin: 0px!important; padding: 0px!important; width: 100%; height: 100%; overflow: visible; font-family: "Open Sans", sans-serif; }
a, button, li,
.form-group span .fa
{ -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1); -moz-transition: all .5s cubic-bezier(.215,.61,.355,1); -o-transition: all .5s cubic-bezier(.215,.61,.355,1); transition: all .5s cubic-bezier(.215,.61,.355,1); }
a, a:focus, a:visited, a:hover { text-decoration: none; font-style: normal; color: #888; }
section { position: relative; }
section h1 { margin: 0 0 40px 0; font-size: 40px; text-align: center; color: #666; }
.form-group span { display: inline-block; width: 100%; position: relative; }
.form-group span input[type="password"] { padding-right: 30px; }
.form-group span .fa-eye-slash,
.form-group span .fa-eye { position: absolute; cursor: pointer; right: 0px; top: 0px; padding: 14px; font-size: 20px; color: #FFF; }

.appoinment-form{
    width: 500px;
}

.appoinment-form {
    background-color: #fff;
    color: #02154e !important;
}

.appoinment-form .appoinment-title h4, h3, span{
    color: #02154e !important;
}

.appoinment-form label{
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 2px;
    margin-left: 12px;
}

.info-left span {
    color: #ffffff !important;
}
.info-left span i {
    color: #22d3ee;
}

.home2-faq-area{
    background-color: #ececec;
}

.home2-faq-area .faq-content {
    background-color: #fff;
    padding: 60px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(12, 12, 12, 0.16);
    box-shadow: 3px 3px 3px 3px rgba(12, 12, 12, 0.16);
}

.home2-contact-area .home2-git {
    background-color: #21346c;
    border-radius: 0.8rem;
    padding-left: 30px;
    padding-right: 30px;
}
.home2-contact-area .home2-git .title h3 {
    margin-left: 30px;
}
.home2-contact-area .home2-git .title h3, span {
    color:#fff !important;
}

.home2-contact-area .home2-git .git-bottom a i{
    color: #22d3ee;
}   

.area-mapa {
    padding: 30px 0 15px 0;
}

.home2-service-section h3, span {
    color: #21346c !important;
}

.logo-rodape {
    background-color: #fff;
    border-radius: 100%;
    padding: 15px 24px 18px 24px;
}

.sumary-box {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 0.8rem;
    padding: 15px;
}

.sumary-box .sumary-title h5{
    color: #22d3ee;
}

.box-left {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.box-right {
    float: right;
    width: 50%;    
    margin-bottom: 15px;
}

.button-nc {
    border-radius: 30px;
    height: 48px;
    font-size: 14px;
    margin-top: 30px;
}
.button-nc span {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button-nc span i {
    line-height: 15px;
}

.booking-title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.booking-title h5 {
    font-size: 20px;
    color: #22d3ee;
}

.booking-title label {
    font-size: 16px;
    color: #21346c;
}

.form-booking {
    padding: 0 30px 15px 30px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 0.8rem;
}

.form-booking label {
    font-size: 15px;
    color: #21346c;
    margin-left: 0;
}

.form-booking label.title {
    font-size: 20px;
    font-weight: 400;
    color: #21346c;
    margin-top: 25px;
}

.valor-total span{
    font-size: 16px;
    font-weight: 400;
}

.valor-total {
    font-size: 24px;
    font-weight: 500;
    color: #21346c;
}

.extra-box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    /*border-bottom: 1px solid rgba(0,0,0,0.3);*/
}

.extra-box .option{
    float: left;
    width: 20%;
}

.extra-box .option input.form-control{
    height: 24px;
    font-size: 14px;
    text-align: right;
}

.extra-box .description{
    float: right;
    width: 80%;
    padding-left: 10px;
}

.btn-extra {
    padding: 15px 30px 15px 30px;
    background-color: transparent;
    color: #21346c !important;
    border: 1px solid #21346c !important;
    width: 100%;
    text-align: center;
}

.btn-check:checked + .btn-extra{
    background-color: #22d3ee;
    color: #fff !important;
    border: 1px solid #22d3ee;    
}

.btn-check:hover, .btn-extra:hover {
    background-color: #22d3ee;
    color: #fff !important;
    border: 1px solid #22d3ee !important;
}

.btn-extra img { display: inline-block; }

.icon-extra {
    width: 50px;
}
.label-extra{
    margin: 2px 20px 20px 20px;
}
.label-extra label{
    font-size: 12px;
    line-height: 16px;
}

.btn-cleaning {
    background-color: transparent;
    color: #21346c !important;
    border: 1px solid #21346c !important;
}

.btn-check:checked + .btn-cleaning{
    background-color: #22d3ee;
    color: #fff !important;
    border: 1px solid #22d3ee;    
}

.btn-check:hover, .btn-cleaning:hover {
    background-color: transparent !important;
    color: #22d3ee !important;
    border: 1px solid #22d3ee !important;
}

.comment {
    padding-top: 8px;
    font-size: 8px;
    line-height: 13px;
}

.border-form {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 15px;
    padding: 25px;
}

.locations label{
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
}
.locations p{
    margin-left: 10px;
}

.bixol-footer-widget h4 span{
    color:#22d3ee !important;
}
.footer-office-time span{
    color: #fff !important;
}

.copyright p{
    color: #fff !important;
}

