﻿/* BASIC
================================================== */
body {
    color: #666666;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #efefef!important;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}
#page-wraper .wrapper {
    position: relative;
    width: 100%;
}
a {
    color: #384c67;
    cursor: pointer;
    text-decoration: none;
}
    a:hover {
        color: #00b3bc;
    }
i.left, .i-left {
    margin-right: 6px;
}
i.right, .i-right {
    margin-left: 6px;
}
hr {
    border-top: 1px solid #f1f1f1 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
iframe,
embed,
object {
    max-width: 100%;
}
.dark {
    background: #e7e7e7;
}


/* TYPOGRAPHY STYLE
================================================== */
/*heading*/
h1, h2, h3, h4, h5, h6 {
    color: #00b3bc;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    line-height: 1.3;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}
h1 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}
h2 {
    font-size: 28px;
    font-weight: 300;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 18px;
    text-transform: uppercase;
}
h5 {
    font-size: 14px;
    font-weight: 900;
    color: #384c67;
}
h6 {
    font-size: 12px;
}
.text-light {
    font-weight: 300;
}
.text-regular {
    font-weight: 400;
}
.text-bold {
    font-weight: 700;
}
.text-extra-bold {
    font-weight: 900;
}
.text-italic {
    font-style: italic;
}
/*Paragraph*/
p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #384c67;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
}
/* listing */
ul.list-inside {
    padding-left: 0px;
    list-style: inside;
    margin-bottom: 25px;
    font-size: 16px;
}
ul.list-none {
    list-style: none;
    padding-left: 0px;
}
/*Links & Anchor Tag*/
a {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}


/* BUTTON STYLE
================================================== */
.btn, button {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    outline: none;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    -o-border-radius: 0!important;
}
    .btn i, button i, i.left {
        margin-right: 6px;
    }
.btn-md {
    padding: 11px 25px !important;
    display: inline-block;
}
.btn-color {
    background-color: #384c67;
    border-color: transparent;
    color: #fff;
}
    .btn-color:hover {
        background-color: #00b3bc;
        border-color: transparent;
        color: #fff;
    }


/* MARGIN / PADDING
================================================== */
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-50 {
    padding-top: 50px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-20 {
    margin-top: 20px;
}


/* HEADER
================================================== */
.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 99px;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
}
    .header.header-prepare {
        background-color: #e2e2e2;
    }
    .header.header-fixed {
        display: block;
        margin-top: 0 !important;
        position: fixed;
    }
.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 26px 12px;
}
.logo {
    float: left;
    text-align: left;
    display: inline-block;
}
    .logo a {
        width: 251px;
        display: block;
        margin-top: 12px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        position: relative;
    }
        .logo a img {
            width: 100%;
            transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            position: absolute;
        }
.header ul {
    margin: 0;
    padding: 0;
}
    .header ul li {
        list-style: none;
    }
.header .side-menu-btn {
    float: right;
    position: relative;
}
    .header .side-menu-btn > ul > li, .header .mobile-menu-icon-wraper {
        float: left;
        padding: 35px 0 34px;
        margin-left: 20px;
        transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }
.header .side-menu-btn ul li a.right-icon {
    display: block;
    position: relative;
    color: #fff;
}
.header .side-menu-btn ul li a.right-icon {
    height: 25px;
    background-repeat: no-repeat;
    font-size: 17px;
}
.header-fixed .side-menu-btn ul li {
    padding: 34px 0;
}
/*header Logo and Button style*/
.header.header-prepare .logo a img.logo-light,
.header .logo a img.logo-color {
    opacity: 0;
}
.header .logo a img.logo-light,
.header.header-prepare .logo a img.logo-color,
.header.header-light .logo a img.logo-color {
    opacity: 1;
}
.header.header-color.header-prepare .logo a img.logo-color,
.header.header-color .logo a img.logo-color {
    opacity: 0;
}
.header.header-color.header-prepare .logo a img.logo-light,
.header.header-color .logo a img.logo-light {
    opacity: 1;
}
.header.header-prepare .side-menu-btn ul li a.right-icon {
    color: #384c67;
}


/* SIDE MENU
================================================== */
.side-menu {
    background: #384c67;
    z-index: 2005;
    color: #fff;
    padding: 30px 39px;
    overflow-y: auto;
    position: relative;
}
    .side-menu .menu-close {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        line-height: 0;
        overflow:hidden;
        font-weight: 300;
        text-align: right;
        width: 100%;
        margin-top: 9px;
    }
        .side-menu .menu-close:hover {
            color: #f1f1f1;
        }
    .side-menu .current {
        color: #00b3bc!important;
    }
    .side-menu a {
        color: #fff;
        font-weight: 500;
        font-size: 12px;
    }
        .side-menu a:hover {
            color: #00b3bc;
        }
    .side-menu ul {
        padding: 0;
        margin-top: 15px;
    }
        .side-menu ul li {
            list-style: none;
            padding: 20px 0;
            text-align: right;
        }
    .side-menu > ul > li > a {
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        letter-spacing: 2px;
    }


/* LEADS
================================================== */
#Statement1 {
    background: url(../img/vallidare-lead-01.jpg) no-repeat top center;
    min-height: 410px;
    padding-top: 190px;
    background-size: cover;
}
#Statement2 {
    background: url(../img/vallidare-lead-02.jpg) no-repeat top center;
    min-height: 410px;
    padding-top: 190px;
    background-size: cover;
}
#Statement3 {
    background: url(../img/vallidare-lead-03.jpg) no-repeat top center;
    min-height: 410px;
    padding-top: 180px;
    background-size: cover;
}
#Statement1 p, #Statement2 p, #Statement3 p {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
#Statement1 span, #Statement2 span, #Statement3 span {
    color: #00b3bc;
}


/* SERVIÇOS
================================================== */
#servicos h3 {
    font-size: 12px;
    margin-bottom: 3px;
}
#servicos p {
    margin-bottom: 20px;
}
.services-box {
  clear: both;
}
.services-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
}
.services-box-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #00b3bc;
  font-size: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.services-box-info {
  padding-left: 65px;
}
.services-box-info h4 {
  padding-top: 18px;
}


/* DARDOS
================================================== */
#dardos {
    background: #efefef;
}
    #dardos i {
        font-size: 50px;
        color: #00b3bc;
    }
    #dardos h4 {
        color: #384c67;
        font-size: 30px;
    }
    #dardos ul {
        list-style: none;
        padding: 0;
    }
        #dardos ul li {
            color: #00b3bc;
        }
    #dardos p {
        min-height: 130px;
    }


/* CONTATO FORM
================================================== */
.contact-form textarea {
    min-height: 209px;
    resize: none;
    overflow: auto;
}
.contact-form .btn-contact-submit {
    line-height: 1;
}
form {
    position: relative;
}
button {
    outline: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}
button, input, textarea, select {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: #ccd6db;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #7d8b92;
    outline: none;
    font-weight: 700;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    display: inline-block;
    line-height: 1.2;
}
    input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
        background: #a9bec8;
    }
    input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
        color: #333;
    }
    input.input-lg, .input-lg {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    input.input-md, .input-md {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    input.input-sm, .input-sm {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    input.input-xs, .input-xs {
        padding-top: 8px;
        padding-bottom: 8px;
    }
::-webkit-input-placeholder {
    color: #8e9ca4!important;
    text-transform: uppercase;
}
:-moz-placeholder {
   color: #8e9ca4!important;
   text-transform: uppercase;
}
::-moz-placeholder {
   color: #8e9ca4!important;
   text-transform: uppercase;
}
:-ms-input-placeholder {  
   color: #8e9ca4!important;
   text-transform: uppercase;
}
label {
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    padding-right: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    font-family: 'Muli', sans-serif;
}
.form-full {
    width: 100%;
}
.form-full-height {
    height: 100%;
}
.form-field-wrapper {
    margin-bottom: 20px;
    position: relative;
}
form .error {
    border-color: #e1534f;
}
form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 10px;
    font-weight: 400;
}
.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}


/* MAPS
================================================== */
.map {
    height: 400px;
    width: 100%;
}


/* FOOTER
================================================== */
#footer {
    border-top: 3px solid #384c67;
}
    #footer p {
        font-size: 11px;
        margin-bottom: 0;
    }
    #footer .social {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        #footer .social li {
            list-style: none;
            display: inline-block;
            margin: 0 2px;
        }
            #footer .social li a {
                height: 36px;
                width: 36px;
                display: block;
                font-size: 16px;
                text-align: center;
                line-height: 32px;
                border: 2px solid #384c67;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                color: #384c67;
            }
            #footer .social li:hover a {
                border-color: #666;
                color: #666;
            }
.footer-copyright {
    font-size: 10px;
    color: #96989a;
    padding: 20px 0;
    background-color: #384c67;
    border-top: 3px solid #00b3bc;
}
.copyright {
    margin-bottom: 0;
    color: #00b3bc;
    font-size: 10px;
}


/* PRELOADER
================================================== */
#preloader {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999999;
}
.site-spinner {
    border: 2px solid #ddd;
    font-size: 44px;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: site-spin 1s linear infinite;
    -moz-animation: site-spin 1s linear infinite;
    animation: site-spin 1s linear infinite;
    border-top-color: #333;
}
@-webkit-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* DARDOS
================================================== */
.dardos {
  position: absolute;
  right: 20px;
  bottom: 20px;
}


/* RESONSIVE
================================================== */
@media (max-width: 480px) {
    .text-center-xs {
        text-align: center!important;
    }
    .hidden-xs {
        display: none;
    }
    .text-center-xs {
        text-align: center;
    }
    .header.header-fixed {
        height: 58px;
    }
    .header .logo a, .header.sticky .logo a {
        margin-top: 14px!important;
        width: 130px!important;
    }
    .tp-caption {
        font-size: 18px!important;
        line-height: 30px!important;
        text-align: center;
        white-space: normal!important;
    }
    p{
        font-size: 14px;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 16px;
    }
    h4 {
        font-size: 15px;
    }
    .mt-xs-15 {
        margin-top: 15px;
    }
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    .mt-xs-25 {
        margin-top: 25px;
    }
    .mb-xs-25 {
        margin-bottom: 25px;
    }
    #Statement1, #Statement2 {
        padding-top: 155px;
    }
    #Statement3 {
        padding-top: 140px;
    }
}
@media (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .text-center-tb {
        text-align: center;
    }
    .mb-tb-50 {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .mt-sm-60 {
        margin-top: 60px;
    }
    .mb-sm-80 {
        margin-bottom: 80px;
    }
    .pb-sm-60 {
        padding-bottom: 60px;
    }
    .header.header-fixed {
        height: 68px;
    }
    .header .side-menu-btn ul li, .header .mobile-menu-icon-wraper {
        padding: 19px 0 20px;
    }
    .header .logo a {
        margin-top: 9px;
        width: 180px;
    }
    #dardos p {
        min-height: auto;
    }
}