/*
Theme Name: Obra Cor
Theme URI: https://www.obracor.com.br
Author: Agencia Th2
Author URI: http://www.agenciath2.com.br
Description: Tema desenvolvido por Agencia Th2.
Version: 1.0
License: GNU General Public License v2 or later
*/

/*Default*/

.spacer-10 {
    display: block;
    height: 10px;
}
.spacer-20 {
    display: block;
    height: 20px;
}
.spacer-30 {
    display: block;
    height: 30px;
}
.spacer-40 {
    display: block;
    height: 40px;
}
.spacer-50 {
    display: block;
    height: 50px;
}
.spacer-60 {
    display: block;
    height: 60px;
}
.spacer-70 {
    display: block;
    height: 70px;
}
.spacer-80 {
    display: block;
    height: 80px;
}
.spacer-90 {
    display: block;
    height: 90px;
}
.spacer-100 {
    display: block;
    height: 100px;
}
.blue-service {
    background: rgb(10 128 210);
    background: -moz-linear-gradient(0deg, rgb(6 116 193) 0%, rgb(6 116 193) 100%);
    background: -webkit-linear-gradient(0deg, rgb(6 116 193) 0%, rgb(6 116 193) 100%);
    background: linear-gradient(0deg, rgb(6 116 193) 0%, rgb(6 116 193) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#338e2a",endColorstr="#72a11e",GradientType=1);
}
.yellow-service {
    background: -moz-linear-gradient( -18deg, rgb(255,210,80) 0%, rgb(250,173,36) 100%);
    background: -webkit-linear-gradient( 270deg, rgb(255,210,80) 0%, rgb(250,173,36) 100%);
    background: -ms-linear-gradient( 270deg, rgb(255,210,80) 0%, rgb(250,173,36) 100%);
}
a:hover {
    color: #3eb046;
    text-decoration: none;
}

/*Default*/

.navbar-nav.hp-1-nav {
    background-image: none;
    background-color: #fff;
    top: 0;
    height: 110px;
    align-items: center;
    position: relative;
    width: 100%;
    left: 0;
    justify-content: space-around;
    padding-left: 0;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 0 !important;
}
.paint-nav .navbar-light .navbar-nav li.nav-item {
    padding: 0;
    height: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    min-width: auto;
    width: 100%;
}
.paint-nav .navbar-light .navbar-nav .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    font-weight: 500;
    width: 100%;
    justify-content: center;
    border-left: 1px solid #eee;
    transition: all ease 1s;
}
.paint-nav .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    text-decoration: none;
    font-weight: initial;
    transition: all ease 1s;
}
.paint-nav .navbar-light .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background: #41b749;
    bottom: 0;
    transition: all ease .5s;
    z-index: 1;
    left: 0;
}
.paint-nav .navbar-light .navbar-nav .nav-link:hover::after, .paint-nav .navbar-light .navbar-nav .nav-link.active::after {
    content: '';
    width:100%;
    transition: all ease .5s;
}
.paint-nav .navbar-light .navbar-nav .nav-link.blue::after {
    background-color: #292f79;
}
.paint-nav .navbar-light .navbar-nav .nav-link.yellow::after {
    background-color: #f2eb13;
}
.paint-nav .navbar-light .navbar-nav .nav-link.green::after {
    background: #41b749;
}
.paint-nav .navbar-light .navbar-nav .nav-link i {
    font-size: 1.3rem;
    margin-right: 10px;
}
.paint-nav .navbar-light .navbar-nav .nav-link span {position: relative;z-index: 2;}
.paint-nav .navbar-light .navbar-nav .nav-link:hover span {
}
.navbar-light .navbar-brand {
    background: #fff;
}
header.header-area.header-area4.nav-fixed.nav-4 {
    box-shadow: initial;
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px 4px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 35px 4px rgb(0 0 0 / 30%);
}
.about-us {
    padding-bottom: 260px;
    background-attachment: fixed;
}
.hero-slider, .hero-slider * {
    height: 100vh !important;
}
.st-member img {
    width: auto;
    height: 60%;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    display: block;
    margin: 0 auto;
}
.st-member {
    display: flex;
    align-items: center;
    background-image: url(img/bg-produtos.jpeg?34);
    background-size: auto 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}
.st-member a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.st-member::before {
    display: none;
}
.service {
    padding-bottom: 0;
}
section.our-team {
    padding-top: 0;
    padding-bottom: 30px;
}
.learn-ab a:hover, .con-btn a:hover {
    text-decoration: none;
}
.btn-learn::after {
    background-color: #f2ef3c;
}
.btn-contact::after {
    background-color: #282e7a;
}
.bc-3 {
    background-color: #fff!important;
}
.bc-3 a {
    color: #000;
}
.project-ask-3 {
    background: url(assets/images/proj-ask4.png);
}
.sbp-4::before {
    background-image: url(assets/images/nav-bac-4.png);
}
input.form-control.sp-in4 {
    background-color: #ffffff;
    border-color: #ababab;
}
span#basic-addon4 {
    background-color: #6f6f6f;
}
.service-area h1 {
    color: #fff;
}
.price {
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-block;
    padding: 10px 30px 10px 20px;
    background: #41b749;
    text-align: left;
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
    -webkit-box-shadow: inset -18px 0px 31px -16px rgba(0,0,0,0.58);
    box-shadow: inset -18px 0px 31px -16px rgba(0,0,0,0.58);
}
.tipo {
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-block;
    padding: 10px 30px 10px 20px;
    background: #41b749;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    -webkit-box-shadow: inset -18px 0px 31px -16px rgba(0,0,0,0.58);
    box-shadow: inset -18px 0px 31px -16px rgba(0,0,0,0.58);
}
.psi-bg {
    position: absolute;
    height: 200px;
    top: -4%;
    z-index: -1;
    right: 3%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    background-color: #f1eb13;
    width: 250px;
}
.wp-services {
    width: 75%;
    padding: 40px;
    background: #f1eb13;
}
.psi-bg {
    position: absolute;
    height: 200px;
    top: -20px;
    z-index: -1;
    right: 3px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    background-color: #f1eb13;
    width: 250px;
}
.wp-services {
    width: 75%;
    padding: 20px;
    background: #f5f5f0;
}
.wp-services ul {
    padding: 0;
    padding-top: 0px;
    margin-bottom: 0;
}
.c-a-content {
    padding: 0px 0px 10px;
}
#colors {
}
#colors>div {
}
#colors>div>div {
}
#colors>div>div>div {position: relative;height: 50px;overflow: hidden;cursor: pointer;}
#colors>div>div>div .overlay {position: absolute;opacity: 1;background: #000000a6;top: -120%;z-index: 2;width: 100%;height: 100%;transition: all ease .5s;color: #fff;display: flex;align-items: center;justify-content: center;font-family: 'Muli', sans-serif;font-size: 15px;letter-spacing: 0;left: 0;}
#colors>div>div>div:hover {
}
#colors>div>div>div:hover .overlay {transition: all ease .5s;top: 0;}
.sicon {
    height: 40px;
    width: auto;
    background-color: #3d3c47;
    color: #fff;
    margin-top: 10px;
    transition: .3s ease;
    margin-right: 5px;
    font-size: 20px;
    padding: 10px 12px;
    border-radius: 50%;
}
.single-contact {
    background-color: #ffe368;
    position: relative;
    height: auto;
    padding: 50px 0px;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    z-index: 1;
    text-align: center;
    font-size: 2.7rem;
}
#manual-tecnico {padding: 30px 0;background: #8eb050;}
#manual-tecnico>div {
}
#manual-tecnico>div>div {
}
#manual-tecnico>div>div>div {
}
#manual-tecnico>div>div>div a {font-size: 26px;line-height: 50px;letter-spacing: 0px;margin-bottom: 0px;font-weight: bold;color: #fff;text-transform: uppercase;}
#manual-tecnico>div>div>div a:hover {
}

.single-contact {
    background-color: #ffe368;
    position: relative;
    height: 100%;
    padding: 50px 0px;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    z-index: 1;
    text-align: center;
    font-size: 2.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-service {
    width: 100%;
    margin: 15px auto;
    position: relative;
    z-index: 1;
    padding: 32px 33px;
    height: 100%;
    transition: .5s ease;
    overflow: hidden;
    background: #ffe468;
}
.wrapper-tipos {
    padding: 20px !important;
    border: 1px dashed #1574c2;
}
#wrapper-form {padding: 20px 0;}
#wrapper-form>div {}
#wrapper-form>div>div {justify-content: center;}
#wrapper-form>div>div form {
    display: flex;
    justify-content: center;
    align-items: center;
}
#wrapper-form>div>div form select {
    -webkit-appearance: none;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    appearance: none;
    padding: 15px 65px 15px 20px;
    margin: 0 0px;
    background-image: url(img/down-arrow.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right 27px center;
    outline: none;
    border: none;
    border-right: 2px solid #57b548;
    width: 1000%;
}
#wrapper-form>div>div form select:first-child {
    border-left: 2px solid #57b548;
}
#wrapper-form>div>div form button {
    border: none;
    font-size: 22px;
    background: #55b248;
    color: #fff;
    border-radius: 10px;
    font-family: 'Arvo', serif;
    margin-left: 20px;
    padding: 10px 40px;
    text-align: center;
    width: auto;
    border: 1px solid #55b248;
    cursor: pointer;
}

#wrapper-form>div>div form button:hover {
    border: 1px solid #55b248;
    background: #fff;
    color: #55b248;
}
.popup {position: fixed;width: 100%;height: 100%;z-index: 9999999999999;background: #000000b5;display: flex;justify-content: center;align-items: flex-start;overflow: auto;transition: all ease .5s;}
.popup.disabled {
    opacity: 0;
    transition: all ease .5s;
    pointer-events: none;
}
.popup .wrapper-popup {width: 800px;max-width: 100%;display: flex;align-items: center;justify-content: center;position: relative;padding: 40px;background: #fff;margin: 50px 0;}
.popup .wrapper-popup img {
}
.popup .wrapper-popup .close {position: absolute;top: 0;right: 0;transform: translate(50%, -50%);opacity: 1;font-size: 2rem;color: #323880;background: #fff;border-radius: 999px;display: flex;align-items: center;justify-content: center;}
.popup .wrapper-popup .close i {
}
.popup .wrapper-popup .close:hover {color: #2c327d;}
.popup .wrapper-popup .close:hover i {
}