/*
Theme Name:
Author: yaminncco

Colors:
	Body 		  : #868F9B
	Headers 	: #10161A
	Primary 	: #AF272F
	Dark      : #FCFCFF
	Grey 		  : #F4F4F4 #FAFAFA #EEE

Fonts: Montserrat Varela Round

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Header
5 > About
6 > Portfolio
7 > Services
8 >  Why choose us
9 >  Numbers
10 > Pricing
11 > Testimonial
12 > Team
13 > shop
14 > shop post
15 > shop sidebar
16 > Contact
17 > Footer
18 > Responsive
19 > Owl theme
20 > Back to top
21 > Preloader

------------------------------------*/

/*------------------------------------*\
	General
\*------------------------------------*/


/* -- typography -- */

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868F9B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
    text-transform: uppercase !important;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #AF272F;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #AF272F;
}

.main-color {
    color: #AF272F;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #AF272F;
    color: #FFF;
}

::selection {
    background-color: #AF272F;
    color: #FFF;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.card {
    border: 1px solid #EEE;
    padding: 30px 25px;
    margin-bottom: 35px;
}

/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sm-padding {
    padding: 30px 0;
}


/* --  background section  -- */

.bg-grey {
    background-color: #F9F9F9;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.bg-dark {
    background-color: #1C1D21;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #1C1D21;
}


/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
}

.section-header .title {
    text-transform: capitalize;
    color: #1C1D21;
}

.section-header .subtitle {
    color: #333;
    font-family: 'Varela Round';
    text-transform: none !important;
    font-weight: normal !important;
}

.section-header .breadcrumb {
    background-color: transparent;
    justify-content: center;
}

.section-header.header-white h2,
.section-header.header-white h4 {
    color: #FFF !important;
}

.section-header.header-white .title:after {
    background-color: #FFF !important;
}

.title:after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background-color: #AF272F;
    margin-top: 10px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}

/* --  Input  -- */

select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea {
    height: 44px;
    width: 100%;
    background: #F9F9F9;
    border: 2px solid #DDD;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
    outline: none;
}

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #AF272F;
    opacity: 1;
}

select option {
    outline: none;
}

/* --  Buttons  -- */

.main-btn,
.white-btn,
.outline-btn {
    display: inline-block;
    padding: 4px 25px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #AF272F;
    color: #FFF !important;
    max-width: 250px;
    text-align: center;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #AF272F !important;
    border-color: #AF272F;
}

.main-btn:hover,
.white-btn:hover,
.outline-btn:hover {
    opacity: 0.8;
}

.btn-comentar {
    float: right;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}


/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar .logo,
.navbar .logo-alt {
    max-height: 50px;
    display: block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .logo-alt {
    display: none;
}

#nav.nav-transparent:not(.fixed-nav) .logo {
    display: none;
}

#nav.fixed-nav .logo-alt {
    display: none;
}



/* Pesquisa */

.pesquisa {
    padding: 15px 20px;
    border: 1px solid #EEE;
    margin-bottom: 30px;
}

.pesquisa small {
    color: #AF272F;
}

.pesquisa .fa {
    color: #AF272F;
    font-size: 25px;
    margin-right: 5px;
}

.pesquisa input[type="submit"] {
    padding: 2px 10px !important;
    width: 100% !important;
}

.pesquisa input,
.pesquisa select {
    margin-bottom: 10px !important;
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    padding: 10px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

#nav a i {
    color: #FFF;
}

#nav.fixed-nav a i {
    color: #AF272F!important;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

#nav.navbar .main-nav img {
    max-height: 20px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    border-bottom: 1px solid #EEE;
}

#nav.nav-transparent {
    background: transparent;
}

/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 500px;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-content h1 {
    text-transform: uppercase;
}

.home-content button {
    margin-top: 20px;
}

.header-wrapper {
    padding: 10px 0;
    ;
}

.header-wrapper h1 {
    font-size: 36px !important;
    display: inline-block !important;
    margin-bottom: 0px !important;
}

.header-wrapper h2 {
    font-size: 23px;
    margin-bottom: 0px;
    padding: 8px 0;
    text-align: center;
}

.header-wrapper .breadcrumb {
    display: flex;
    justify-content: center;
    background: transparent;
    margin-bottom: 0px;
    padding: 0 15px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}

.navbar-toggler.collapsed .navbar-toggler-icon, 
.navbar-toggler.collapsed .navbar-toggler-icon:before, 
.navbar-toggler.collapsed .navbar-toggler-icon:after {
    height: 4px;
    background: #10161A!important;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.navbar-toggler.collapsed .navbar-toggler-icon:before {
    content: "";
    display: block;
    -webkit-transform: translate(0%, 10px)!important;
    -ms-transform: translate(0%, 10px)!important;
    transform: translate(0%, 10px)!important;
}

.navbar-toggler.collapsed .navbar-toggler-icon:after {
    content: "";
    display: block;
    -webkit-transform: translate(0%, -14px)!important;
    -ms-transform: translate(0%, -14px)!important;
    transform: translate(0%, -14px)!important;
}

.navbar-toggler {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
    outline: none!important;
}

.navbar-toggler-icon {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.navbar-toggler-icon:before, .navbar-toggler-icon:after {
    content: "";
    display: block;
}

.navbar-toggler-icon, .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.navbar-toggler-icon:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.navbar-toggler-icon:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav .navbar-toggler-icon {
    background: transparent;
}

#nav .navbar-toggler-icon:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav .navbar-toggler-icon:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}

#cta1 {
    background-color: #10161A;
    padding: 35px 0;
}

#cta1 h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-transform: none!important;
}

#cta1 img {
    width: 350px;
    position: absolute;
    top: -120px;
}

#cta2 {
    background-color: #AF272F;
    padding: 35px 0;
}

#cta2 h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-transform: none!important;
}

#cta2 img {
    width: 200px;
    position: absolute;
    top: -80px;
    right: 50px;
}

#cta2 button {
    background-color: #FFF;
    color: #af272f!important;
}

#quem-somos {
    margin-top: 80px;
}

#quem-somos .container-fluid {
    background-color: #f9f9f9;
}

#quem-somos .tab-pane {
    padding: 50px 30px;
    color: #333;
}

#quem-somos .tab-pane h2 {
    color: #333;
}

#quem-somos .tab-pane img {
    max-width: 100%;
}

#quem-somos .nav-link.active,
#quem-somos .nav-link:hover {
    background-color: #af272f!important;
    color: #fff!important;
}

#quem-somos .nav-link {
    padding: 15px 0;
    opacity: 1;
    border: none!important;
    border-radius: 0!important;
}

#quem-somos .nav-tabs {
    width: 100%;
    justify-content: space-between;
}

#quem-somos .nav-tabs .nav-item {
    width: 25%;
    text-align: center;
    margin-bottom: -3px;
}

#vantagens i {
    font-size: 40px;
    margin-bottom: 20px;
}

#vantagens .col-md-6 p {
    margin-bottom: 50px;
}

#vantagens .col-md-6 h2 {
    font-size: 22px;
    text-transform: none!important;
}

/*------------------------------------*\
	About
\*------------------------------------*/

.about {
    position: relative;
    margin-bottom: 100px;
}

.about img {
    max-width: 100%;
}

.about p {
    font-size: 18px;
}

.about i {
    position: absolute;
    font-size: 32px;
    color: #AF272F;
}

.about h3 span {
    line-height: 32px;
    padding-left: 50px;
}

#about #nossa-historia li {
    background-color: #f9f9f9;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px
}

#about #nossa-historia li::before {
    content: '\2022';
    color: #af272f;
    font-size: 1.2em;
    margin-right: 10px;
    vertical-align: middle;
}

#about-missao {
    background-color: #10161A;
}

#about-missao h2 {
    width: 100%;
    color: #FFF;
    text-align: center;
}

#about-missao h3 {
    width: 100%;
    color: #FFF;
    font-size: 26px;
    text-align: center;
    text-transform: none!important;
    font-weight: 300;
}

#about-equipe .section-header {
    margin-bottom: 20px;
}

#about-equipe .info-socio {
    text-align: center;
}

#about-equipe .info-socio h2 {
    font-size: 16px;
    color: #af272f;
    margin-top: 15px;
    margin-bottom: 0;
}

#about-equipe .info-socio .col-lg-8 {
    display: flex;
    align-items: center;
}

#about-equipe .info-socio .perfil-img {
    width: 120px;
    height: 120px;
    background-size: 120px;
    border-radius: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    border: 1px solid #EEE;
    margin: auto;
}

#about-valores {
    background-color: #AF272F;
}

#about-valores h2 {
    color: #FFF;
    font-size: 18px;
    margin-top: 20px;
}

#about-valores i {
    color: #FFF;
    font-size: 60px;
}

#about-valores .item-valor {
    text-align: center;
}

#nosso-time {
    background-color: #f9f9f9;
    padding: 50px;
    margin-bottom: 60px;
}

#nosso-time img {
    max-width: 100%;
}


/*------------------------------------*\
	Portfolio
\*------------------------------------*/

.work {
    position: relative;
    padding: 20px;
}

.work>img {
    width: 100%;
}

.work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}

.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #AF272F;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #AF272F;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}


/*------------------------------------*\
	Services
\*------------------------------------*/

.service {
    position: relative;
    padding: 40px 20px 40px 70px;
    margin: 15px 0px;
    border: 1px solid #EEE;
}

.service i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: #AF272F;
    border-radius: 50%;
}

.service:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.service:hover:after {
    width: 100%;
}

.service h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.service:hover h3 {
    color: #fff;
}

/*------------------------------------*\
	Testimonial
\*------------------------------------*/

#testimonial {
    background-color: #f9f9f9;
}

#testimonial .section-header {
    margin-bottom: 30px;
}

.testimonial {
    margin: 15px 0px;
    text-align: center;
}

.testimonial-meta {
    position: relative;
    text-align: center;
    ;
}

.testimonial img {
    width: 70px !important;
    margin: auto;
    margin-bottom: 10px;
}

.testimonial h3 {
    margin-bottom: 5px;
}

.testimonial span {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}


/*------------------------------------*\
	Team
\*------------------------------------*/

.team {
    position: relative;
    background-color: #F4F4F4;
    padding: 40px 20px;
    margin: 15px 0px;
}

.team::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.team:hover:after {
    height: 100%;
}

.team-img {
    position: relative;
    margin-bottom: 20px;
    z-index: 11;
}

.team-img>img {
    width: 100%;
}

.team .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team:hover .overlay {
    opacity: 0.8;
}

.team .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

.team .team-content h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team:hover .team-content h3 {
    color: #FFF;
}

.team:hover .team-content span {
    color: #AF272F;
}

.team .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #AF272F;
    color: #FFF;
}

.team:hover .team-social {
    opacity: 1;
}

/*------------------------------------*\
	shop
\*------------------------------------*/

.shop.loja {
    background-color: #FFF;
    margin: 15px 0px;
    -webkit-box-shadow: 2px 2px 5px 2px #B8B8B8;
    box-shadow: 2px 2px 5px 2px #B8B8B8;
}

.shop.loja .shop-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    height: 250px;
    overflow: hidden;
}

.shop.loja .shop-img img {
    max-width: 100%;
}

.shop.loja .shop-content {
    padding: 15px;
}

.shop .shop-content .tag-fipe {
    background-color: #333333;
    padding: 5px 10px;
    color: #FFF;
    font-size: 11px;
    font-family: 'Varela Round';
    margin-left: 10px;
}

.shop.loja h3 {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: none !important;
    word-break: break-word;
    text-align: center;
}

.shop.loja h3.marca-modelo {
    text-align: left!important;
}

.shop.loja h4 {
    display: flex;
    align-items: center;
    color: #AF272F;
    font-size: 16px;
}

.shop.loja a {
    margin-top: 10px;
    max-width: 100%;
}

.shop .shop-meta {
    margin-bottom: 10px;
    text-align: center;
}

.shop .shop-meta li {
    display: inline-block;
    font-size: 13px;
    color: #10161A;
    margin-right: 10px;
}

.shop .opcionais .shop-meta li {
    display: inline-block;
    font-size: 13px;
    color: #10161A;
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 5px 20px;
}

.shop .shop-meta li i {
    color: #AF272F;
    margin-right: 5px;
}

.shop .owl-carousel .owl-item img {
    width: auto;
    max-height: 500px;
    margin: 0 auto;
}

/*------------------------------------*\
	shop post
\*------------------------------------*/

/* -- shop tags -- */

.shop-tags h5 {
    margin-bottom: 0;
    display: inline-block;
}

.shop-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}

.shop-tags a:hover {
    color: #FFF;
    background-color: #AF272F;
}

.shop-tags a i {
    margin-right: 3px;
    color: #AF272F;
}

.shop-tags a:hover i {
    color: #FFF;
}


/* -- perfil-loja -- */

.shop h1 {
    font-size: 28px;
}

.perfil-loja h3 {
    margin: 0;
}

.perfil-loja small {
    font-style: italic;
    color: #af272f;
}

.perfil-loja #perfil {
    text-align: -webkit-center;
}

.perfil-loja .perfil-img,
.shop-comments .perfil-img {
    border-radius: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #EEE;
}

.perfil-loja .perfil-img {
    width: 150px;
    height: 150px;
    background-size: 150px;
}

.shop-comments .perfil-img {
    width: 75px;
    height: 75px;
    background-size: 75px;
}

.perfil-loja .btn-ver-loja {
    margin-top: 20px;
    border-radius: 0;
    padding: 5px 20px;
}

.perfil-loja .author-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    margin-left: 5px;
    color: #FFF;
    background-color: #AF272F;
}

.fa-whatsapp {
    color: #28a745;
}

.fa-solid {
    color: #af272f;
}

/* -- shop comments -- */

.shop-comments h4 strong {
    color: #AF272F;
}

.shop-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
    margin-bottom: 15px;
}

.shop-comments .media.msg-proposta {
    background-color: #F9F9F9;
    border: none!important;
}

.shop-comments .media.msg-avaliacao {
    border: none!important;
    padding: 15px;
    margin: 10px 0;
    background-color: #F9F9F9;
}

.shop-comments .media:first-child {
    border-bottom: 0px;
}

.shop-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.shop-comments .media .media-left {
    padding-right: 20px;
}

.shop-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.shop-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.shop-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.shop-comments .media.author {
    background-color: #F4F4F4;
    border-color: #AF272F;
    border-bottom: 1px solid #AF272F;
}

.shop-comments .media.author>.media-body>.media-heading {
    color: #AF272F;
}

.shop-comments .media.author+.media {
    border-top: 0px;
}

#main .shop.veiculo .shop-content h1 {
    font-size: 23px;
    margin: 0 0 5px;
    text-align: center;
}

#main .shop.veiculo .shop-content h3 {
    display: flex;
    align-items: center;
    color: #AF272F;
    margin-bottom: 0;
}

#main .shop.veiculo .shop-content h3.valor {
    justify-content: center;
    font-size: 35px;
    margin: 20px 0 0;
}

#main .shop.veiculo .shop-content p {
    margin: 20px 0 0;
}

#main .shop.veiculo #about-slider {
    margin: 20px 0 0;
}

#main .shop.veiculo #about-slider img {
    box-shadow: 0 0 0 4px #ccc inset;
    cursor: pointer;
}

#main .shop.veiculo .galeria {
    padding: 0 10px;
}

#main .shop.veiculo .galeria div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    opacity: .6;
    height: 80px;
    width: 80px;
    transition: ease 0.3s;
}

#form-proposta textarea {
    height: 100%;
}

#main .shop.veiculo .galeria div:hover {
    opacity: 1;
}

#main .shop.veiculo .galeria div:first-child {
    margin-left: 0;
}

#main .shop.veiculo .shop-img {
    margin-bottom: 40px;
}

#main .shop.veiculo .caracteristicas {
    clear: both;
    margin-bottom: 20px;
    background-color: #af272f;
    color: #FFF;
    padding: 30px 25px;
    font-size: 13px;
}

#main .shop.veiculo .caracteristicas .col-sm-2 {
    max-width: 20%;
    flex: 0 0 20%;
}

#main .shop.veiculo .caracteristicas .strong {
    font-weight: 700;
    font-size: 20px;
}

#main .shop.veiculo .avaliador .btn.btn-light {
  color: #af272f;
  font-weight: 700;
}

.pacotes-avaliador .custom-radio:hover {
    border: 2px solid #af272f;
}

#avaliador-modal .modal-xl {
  max-width: 1140px;
  width: 90%;
}

#avaliador-modal .row.planos {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}

#avaliador-modal .row.planos .col-3 {
  min-width: 280px;
}

#avaliador-modal .custom-control {
  /* padding: 20px 20px 50px; */
  padding: 0;
}

#avaliador-modal label {
  cursor: pointer;
  display: block;
  padding: 20px 20px 50px;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

#avaliador-modal .custom-control:hover .custom-control-label,
#avaliador-modal .custom-control-input:checked ~ .custom-control-label {
  color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

#avaliador-modal .custom-control:hover .custom-control-label::before {
  background-color: #f8f9fa;
}

#avaliador-modal .custom-control-input,
#avaliador-modal .custom-control-label::after,
#avaliador-modal .custom-control-label::before {
  left: calc(50% - 0.5rem);
  top: 85%;
}

#avaliador-modal .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(176, 38, 47, 0.25);
}

#avaliador-modal .main-btn {
  cursor: pointer;
  max-width: 260px;
}

#main .shop.veiculo img {
    border-radius: 5px;
}

#main .shop.veiculo {
    margin-top: 50px;
}


/*------------------------------------*\
	shop sidebar
\*------------------------------------*/

#aside .widget {
    margin-bottom: 40px;
}

.widget h3 {
    text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #AF272F;
}

/* -- category sidebar -- */

.widget-category {
    display: flex;
    justify-content: space-around;
}

.widget-category a {
    font-size: 22px;
    padding: 10px 20px;
    background-color: #eee;
}

.widget-category a span {
    color: #AF272F;
}

.widget-category a:hover {
    color: #AF272F;
}

/* -- tags sidebar -- */

.widget-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}

.widget-tags a:hover {
    color: #FFF;
    background-color: #AF272F;
}

/* -- posts sidebar -- */

.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}

.widget-post img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.widget-post a {
    display: block;
    color: #10161A;
}

.widget-post a:hover {
    color: #AF272F;
}

.widget-post .shop-meta {
    display: inline-block;
}

.widget-post .shop-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #AF272F;
    font-size: 12px;
}

.widget-post li i {
    color: #AF272F;
    margin-right: 5px;
}



/*------------------------------------*\
	Contact
\*------------------------------------*/

#contact {
    background-color: #F9F9F9;
}

.contact {
    margin: 15px 0px;
    text-align: center;
}

.contact i {
    font-size: 36px;
    color: #AF272F;
    margin-bottom: 20px;
}

.contact-form {
    text-align: center;
}

.contact-form .btn {
    max-width: 250px;
}

.contact-form .custom-checkbox {
    text-align: left;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #d52f3d;
    background-color: #d52f3d!important;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: relative;
    border-top: 20px solid #AF272F;
    background-color: #1C1D21;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.footer-logo p {
    border-bottom: 1px solid #464646;
    padding-bottom: 20px;
    color: #7A7A7A;
}

.footer-menu {
    text-align: center;
}

.footer-menu a {
    color: #7A7A7A;
}

.footer-copyright p {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    color: #7A7A7A;
}

.pp-tu ol {
    list-style: decimal;
    margin: 1rem;
    padding-left: 30px;
}

/*------------------------------------*\
	Responsive
\*------------------------------------*/

@media only screen and (min-width: 991px) {
    #about-equipe .info-socio p {
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    #nav .social-icons {
        display: none;
    }
}

@media only screen and (min-width: 768px) {

    .about .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #about-missao h3 {
        padding: 0px 100px;
    }

    #about-equipe .info-socio {
        max-width: 45%;
        margin: 2.5%;
    }

    #nav .nav-link span {
        background-color: #af272f;
        padding: 5px 15px;
        color: #fff;
    }

    .main-nav li {
        padding: 0px 5px;
    }

    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }

    .main-nav>li>a {
        color: #10161A;
        padding: 15px 0px;
    }

    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }

    .main-nav>li>a:hover,
    .main-nav>li>a:focus,
    .main-nav>li a.active {
        background: transparent;
        color: #AF272F;
    }

    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #AF272F;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }

    .main-nav>li>a:hover:after,
    .main-nav>li a.active:after {
        width: 100%;
    }

    /* dropdown */
    .has-dropdown {
        position: relative;
    }

    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }

    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #AF272F;
        width: 200px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }

    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }

    .dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 10px 0px;
    }

    .dropdown li:nth-child(1) a {
        border-top: none;
    }

    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }

    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .nav-collapse {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .perfil-loja .perfil-img {
        width: 120px;
        height: 120px;
        background-size: 100px;
    }

    .navbar .logo-alt {
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .section-header h2.title {
        font-size: 31.5px;
    }

    #nosso-time img {
        margin-bottom: 30px;
    }

    .widget-category a {
        font-size: 16px!important;
    }

    #quem-somos .tab-pane {
        text-align: center;
    }

    #form-proposta textarea {
        height: 150px;
    }

    #home {
        height: 500px;
    }

    #home nav .container > a {
        max-width: calc(100% - 45px);
    }

    #home nav .container > a img {
        max-width: 100%;
    }

    #vantagens {
        text-align: center;
    }

    .main-btn,
    .default-btn,
    .outline-btn,
    .white-btn {
        padding: 8px 22px;
        font-size: 14px;
    }

    .home-content h1 {
        font-size: 36px;
    }

    .header-wrapper h2 {
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }

    .header-wrapper h2 span {
        color: red !important;
    }

    .header-wrapper .breadcrumb {
        float: none;
        text-align: center;
    }

    #main .shop.veiculo .caracteristicas .strong {
        font-size: 16px !important;
    }

    .shop .opcionais .shop-meta li {
        margin-bottom: 10px;
    }

    .section-header {
        margin-bottom: 20px;
    }
    
    .about {
        text-align: center;
        margin-bottom: 0;
    }

    .about img {
        margin-bottom: 30px;
    }

    .about img {
        padding-bottom: 50px;
        border-bottom: 2px solid #af272f;
    }

    .contact-form .col-md-6 {
        margin-top: 20px;
    }

    #nav.nav-transparent .logo-alt {
        display: none !important;
    }

    #nav.nav-transparent .logo {
        display: block !important;
    }

    .md-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #nav {
        padding: 0px 0px;
    }

    #nav.nav-transparent {
        background: #FFF;
    }

    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    #nav .show .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }

    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }

    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        padding: 10px!important;
    }

    .main-nav>li a.active {
        border-left: 6px solid #AF272F;
    }

    .main-nav li a:hover,
    .main-nav li a:focus {
        background-color: #AF272F;
        color: #FFF;
        opacity: 1;
    }

    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }

    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }

    .dropdown li a {
        padding: 6px 10px;
    }

    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}

@media screen and (max-width: 599px) {
    #main .shop.veiculo .shop-content h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .main-btn {
        width: 100%;
        max-width: 100%;
        height: 45px!important;
        font-size: 18px;
        margin: 0;
    }

    #quem-somos .nav-tabs .nav-item {
        width: 50%;
    }

    #cta1 img {
        width: 300px!important;
    }

    #cta1 img,
    #cta2 img {
        position: relative;
        width: 200px;
        top: auto;
        right: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
    }

    #cta1 h2,
    #cta2 h2 {
        text-align: center;
    }

    #cta1 button, 
    #cta2 button {
        margin: 0 auto;
    }

    #cta1 .col-sm-8 {
        order: 2;
    }

    #cta1 .col-sm-4 {
        order: 1;
    }

    #home .white-btn {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        font-size: 16px;
    }

    #main .shop.veiculo .caracteristicas .col-sm-2 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        border-bottom: 1px solid #cb4b4b;
    }

    .veiculo .perfil-loja .row > div,
    #shop-author .perfil-loja .row > div {
        max-width: 100%!important;
        flex: 0 0 100%;
    }

    .veiculo .perfil-loja #perfil,
    #shop-author .perfil-loja #perfil {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    #portfolio [class*='col-xs'] {
        width: 100%;
    }

    #numbers [class*='col-xs'] {
        width: 100%;
    }

    .widget-category  {
        flex-direction: column;
    }

    .widget-category a {
        margin: 5px 15px;
    }

    .shop-comments .media .media {
        margin: 0px -15px;
    }

}



/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #333;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #AF272F;
    width: 20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 1;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #af272f;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    margin: 0;
    font-size: 80px;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #AF272F;
}


/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #AF272F;
    border-radius: 3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader span {
    display: inline-block;
    background-color: #AF272F;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}