
.parsley-errors-list {
  padding: 0;
}

.parsley-errors-list li{
  color: red;
  list-style: none;
}


a.btn-line.black, a.btn-line.black:hover {
    border-color: #222;
    color: #222;
}


.de_light h1, .de_light h2, .de_light h3, .de_light h4, .de_light h5, .de_light h6 {
    color: #222;
}

.de-navbar-left header #mainmenu > li:hover {
    color: #80AA53 !important;
}


#mainmenu a, header.transparent.header-light #mainmenu a {
    color: #222;
}

.btn-more{
  background-color: #80AA53;
}

#parceiros {
  margin-left: 0px;
  margin-top: 40px;
}


blockquote {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  font-style: normal;
}

#dateboxday {
  color: #111;
  font-weight: 600;
  font-size: 32px;
  padding-top: 45px;
  padding-bottom: 10px;
  background-color: #80AA53;
  width: 70px;
  transition: 0.42s;
}

.col-md-6 p {
  color: #111;
  font-weight: 300;
}

#desciptionproduct p{
  color: #0c0;
}

#blogtitlenews {
  color: #111;
  font-size: 36px;
}

#blogtitlenews:hover {
  text-decoration: none;
}

#titlenewsid {
  text-transform: uppercase;
  font-size: 42px;
}

header.side-header .social-icons-2 a{
	display:inline-block;
	margin:0 2px 0 2px;
	background:#555;
	width:36px;
	height:36px;
	padding-top: 7.5px;
	display:inline-block;
	text-align:center;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
  opacity:.2;	
  transition: 0.3s;
}

.postnewscontent {
  background-color: #f7f6fb;
  margin-right: 0px; 
  margin-bottom: 65px; 
  border-radius: 15px;
  min-width: 370px;
  margin-left: -75px;
  padding: 35px;
}

#imagelastnews {
  height: 193px;
  width: 430px;
}

header.side-header .social-icons-2 a:hover{
	color: #80AA53;
}


.sidebarnewstag {
    padding: 5px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    background-color: #80AA53;
    transition: 0.42s;
    /* border: solid 3px #111; */
    border-radius: 3px;
    margin-left: 5px;
    font-size: 14px;
}

.sidebarnewscate:hover{
  background-color: #111;
  color: #80AA53;
  text-decoration: none;
}

.sidebarnewscate {
  padding: 5px;
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  background-color: #80AA53;
  transition: 0.42s;
/*  border:solid 3px #111;;*/
  border-radius: 3px;
  margin-left: 5px;
  font-size: 14px;
  margin-bottom: 25px;
}

.sidebarnewstag:hover{
  background-color: #111;
  color: #80AA53;
  text-decoration: none;
}

#navbetweenpages {
  display: flex;
}

#nextpage {
  color: #111;
  border: solid 1px #404040;
  margin: 3px;
  padding: 15px 20px 15px 20px;
  border-radius: 0;
}

#pagina1 {
  color: #111;
  border: solid 1px #404040;
  margin: 3px;
  padding: 15px 20px 15px 20px;
  border-radius: 0;
}

#tags_news_id {
  color: #110;
  font-size: 16px;
  margin: 40px;
}

#description_news_id {
  color: #111;
  text-align: justify;
  font-size: 17px;
  margin: 40px;
  margin-bottom: 80px;
}

#title_news_id {
  color: #4c4c4c;
  text-align: justify;
  font-size: 30px;
  text-transform: uppercase;
  margin: 40px;
}

#demaispaginas {
  color: #111;
  border: solid 1px #404040;
  margin: 3px;
  padding: 15px 20px 15px 20px;
  border-radius: 0;
}

#dateboxday:hover {
  color:#80AA53;
  background-color: #111;
}

#dateboxmonth {
  color: #111;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 16px;
  padding: 7px 0 7px 0;
  border-bottom: solid 4px #333;
  width: 70px;
  margin-bottom: 10px;
}

#blogbtnmore {
  padding: 15px 25px 15px 25px;
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  float: right;
  background-color: #80AA53;
  transition: 0.42s;
  margin-bottom: 65px;
  border-radius: 10px;
  margin-right: 25px;
}

#blogbtnmore:hover {
  background-color: #111;
  color: #80AA53;
}

#send_message .error {
  color: #ff0000;
  margin-top: 10px;
  padding: 3px;
  border: solid 1px #d9534f;
}

#blogdescriptionnews {
  color: #111;
  font-size: 18px;
  text-align: justify;
  margin: 8px;
  font-weight: 300;
}

#send_message input[type=text],#send_message textarea,#send_message input[type=email],#send_message input[type=number],#search{
	padding:10px;
	margin-bottom:20px;
	color:#fff;
	border:solid 1px rgba(0,0,0,.1);
	background: #fff;
	border-radius:0 !important;
	height:auto;
}
  
#send_message textarea {
  height: 240px;
}

#send_message textarea:focus{
  box-shadow: 0 15px 30px rgba(0, 0,0,.2);
  border-color: rgba(255,204,0, 0);
}

#send_message input[type=text]:focus {
  box-shadow: 0 15px 30px rgba(0,0,0,.2);
  border-color: rgba(0,0,0, 0);
}

#send_message input[type=email]:focus {
  box-shadow: 0 15px 30px rgba(0,0,0,.2);
  border-color: rgba(0,0,0, 0);
}

#send_message input[type=number]:focus {
  box-shadow: 0 15px 30px rgba(0,0,0,.2);
  border-color: rgba(0,0,0, 0);
}

.crumb a {
	color:var(--cor-amarela);
}

.btn-custom, #back-to-top {
  background-color: #222 !important;
}

#back-to-top:before {
    color: #fff;
}

#send_message input[placeholder],#send_message textarea[placeholder]{
	color:#111111;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #222;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .35s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
  background-color: #35b750;
  color: #111;
}

.project-info h2 {
  margin-top: 0;
  font-size: 28px;
  color: #80AA53;
  letter-spacing: 3px;
  text-transform: uppercase;
}


.feature-box i, #mainmenu li:hover > ul, .date-box .day, .slider_text h1, .id-color, h1.id-color, h2.id-color, h3.id-color, h4.id-color, h5.id-color, h6.id-color, .pricing-box li h1, .title span, i.large:hover, .feature-box-small-icon-2 i, address span i, .pricing-dark .pricing-box li.price-row, .price, #mainmenu a:hover, #mainmenu a.active, header.smaller #mainmenu a.active, .pricing-dark .pricing-box li.price-row, .dark .feature-box-small-icon i, a.btn-slider:after, .feature-box-small-icon i, a.btn-line:after, .team-list .social a, .de_contact_info i, .de_count, .dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after, a.btn-text:after, .separator span i, address span strong, .de_tab.tab_steps .de_nav li span:hover, .de_testi_by, .pf_text, .widget_tags li a, .dark .btn-line:after, .dark a.btn-line:after, .crumb a, .btn-right:after, .btn-left:before, #mainmenu li a:after, .de_form input[type="radio"]:checked + label:before, .de_form input[type="checkbox"]:checked + label:before, #mainmenu li:hover > a, .expand h4:after, .pricing-s1 .bottom ul li i, footer a:hover, .picframe .project-name, blockquote.testimonial-big:before, .btn.btn-link, .de_light a.btn-line:hover {
    color: #80AA53;
}


.month-blog {
  color: #4f4f4f;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 16px;
  padding: 7px 0 7px 0;
  border-bottom: solid 4px #4f4f4f;
}


address span {
  display: block;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #111;
}

.widget {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #fff;
}

address span a {
  color: #333;
}

a:hover {
  color: #2d2686;
}

address span strong {
  color: #2d2686;
}



.owl-custom-nav .btn-prev::before {
  background-color: #80AA53;
}

.owl-custom-nav .btn-next::before {
  background-color: #80AA53;
}

.day-blog {
  background-color: #80AA53;
  color: #111;
  font-weight: 600;
  font-size: 32px;
  padding-top: 45px;
  padding-bottom: 10px;
}

/* general  for subheader */
#subheader{
  background:#5b5b58;
}

#content {
  background: #ffffff;
}

#feedbacks {
  color: #111;
  border-bottom: dotted black;
}

#sectionGaleriaDeCores {
  padding: 30px;
}

#productsitems {
  margin-top: 0px;
  margin-bottom: 0px;
}

.col-md-12 .item {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 35px;
}

.col-md-2, .col-md-2 {
  position: relative;
  width: 100%;
  padding-right: 14px;
  padding-left: 1px;
}

.de_testi_by{
  color: #111;
}

.col-md-12 .item p {
  color: #111;
}

#section-team{background:#80AA53;}

#section-about-us-4 .image-container{background:url(../imagens/bg-contact.jpg);}

a.btn-line.black:after, .de_light a.btn-line.black:after {
    color: var(--cor-branca) !important;
}

.btn-line {
  background-color: var(--cor-preta) !important;
  color: var(--cor-branca) !important;
}


section.newsletter {
  background-color: #80AA53 !important;
}

footer a:hover {
  color: var(--cor-preta) !important;
}

footer a {
    color: var(--cor-preta);
}

footer h3, .de_light footer h3 {
    color: var(--cor-preta);
    font-weight: 700;
}

footer {
    background: var(--cor-branca);
    color: var(--cor-preta);
}

#section-testimonial {
    background-image: none !important;
    background-color: #fff !important;
}

#section-portfolio {
    background: var(--cor-branca) !important;
}

section {
    background: var(--cor-branca);
    font-size: 16.5px;
}

.sub-text {
	color: var(--cor-preta);
}

.id-color-2 {
	color: var(--cor-branca);
}

h1, h2, h3, h4, h5 {
    color: var(--cor-preta);
}

.gradient-multiline {
  position: relative;
  width: 300px;
  margin: 40px auto;
  background-color: #fff;
  text-align: center;
  line-height: 1.5em;
  overflow:hidden;
}
  
.gradient-multiline span {
  color: #fff;
  background-color: #000;

  padding: 0.225rem 0.5rem;

  /* Needs prefixing */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@supports(mix-blend-mode: lighten) {
  
  .gradient-multiline::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(60deg, #3629a2, #00ceff);

    mix-blend-mode: lighten;
  }
  
}

.id-color {
	font-weight: 600;
	letter-spacing: 5px;
	font-size: 1.2rem;
}

header.side-header .social-icons-2 a {
    background: var(--cor-preta);
    opacity: 1;
}

.de-navbar-left header #mainmenu > li > a:hover {
	color: #80AA53;
	opacity: 1;
}

.de-navbar-left header #mainmenu > li > a {
    opacity: 1;
}

.de-navbar-left {
    background: var(--primary-color-1);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.grid_gallery .item {
  width: 315px;
  height: 206px;
}


/*//////////////////////    IPAD PRO  /////////////////////////*/
@media (max-width: 1024px) {
  .postnewscontent {
    min-width: 370px;
    margin-left: -40px;
  }
  .img-header {
    height: 150px;
    width: 150px;
    margin-left: -60px;
  }
  .grid_gallery .item {
    width: 400px;
  }
}

/*//////////////////////    IPAD   /////////////////////////*/
@media (max-width: 768px) {
  .postnewscontent {
    min-width: 340px;
    margin-left: -5px;
  }
  .container .col-md-4 {
    min-width: 600px;
    margin-left: 20px;
  }
  .inputnewsletter {
    margin-left: 20px;
  }
  .textareaform {
    min-width: 570px;
    margin-left: 20px;
  }
  #mandenosumamensagem {
    min-width: 600px;
    margin-left: 20px;
  }
  #submit {
    margin-left: 20px;
  }
  .grid_gallery .item {
    width: 400px;
  }
}

#subheader .crumb {
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
}

#subheader h1 {
  color: #eceff3;
  margin-top: 0px;
  font-size: 32px;
  letter-spacing: 5px;
  float: left;
  padding-right: 40px;
  margin-right: 40px;
  text-transform: uppercase;
}

.de-navbar-left #subheader {
  padding-bottom: 50px;
}

@media only screen and (min-width: 1280px) {
  .container {
      min-width: 800px;
  }
}

@media only screen and (min-width: 1026px) and (max-width: 1440px) {
  .owl-carousel {
      width: 100% !important;
  }
}

@media(max-width: 768px){
  #subheader h1 {
    margin-top: 120px;
  }
}

/*//////////////////////    PIXEL 2/2XL/ && IPHONE 6/7/8 PLUS   /////////////////////////*/
@media (max-width: 414px) {
  .postnewscontent {
    min-width: 370px;
    margin-left: -65px;
  }
  .container .col-md-4 {
    min-width: auto;
    margin-left: 0px;
  }
  .logosparceiros {
    text-align: center;
  }
  .blogcontetnpost {
    margin-left: -70px;
    min-width: 400px;
  }
  .inputnewsletter {
    margin-left: 0px;
  }
  #section-content {
    padding-top: 180px;
  }
  #subheader h1 {
      color: #eceff3;
      margin-top: 120px;
      font-size: 32px;
      letter-spacing: 2px;
      float: none;
      padding-right: 0;
      margin-right: 0;
      text-transform: uppercase;
  }
  .qualitycontent {
    min-width: 400px;
    margin-left: -65px;
  }
  .aboutcontent {
    min-width: 400px;
    margin-left: -65px;
  }
  .contentsingleproduct {
    min-width: 400px;
    margin-left: -60px;
  }
  .quotes {
    min-width: 400px;
    margin-left: -63px;
  }
  #feedbacks {
    min-width: 400px;
    margin-left: -95px;
  }
  .contactcontent {
    min-width: 400px;
    margin-left: -60px;
  }
  .textareaform {
    min-width: 340px;
    margin-left: -60px;
  }
  #mandenosumamensagem {
    min-width: 340px;
    margin-left: -55px;
  }
  #submit {
    margin-left: 29px;
  }
  .footercontent {
    min-width: 390px;
    margin-left: -60px;
  }
  #blockquote {
    min-width: 390px;
  }
  #testimonial-carousel {
    min-width: 400px;
    margin-left: -105px;
  }
  .labelatbottom {
    min-width: 380px;
    margin-left: -15px;
  }
  #parceiros{
    margin-left: 0px;
  }
  .grid_gallery .item {
    position: initial !important;
  }
}

/*//////////////////////    IPHONE X/6/7/8   /////////////////////////*/
@media (max-width: 375px) {
  .postnewscontent {
    min-width: 350px;
    margin-left: -72px;
  }
  .container .col-md-4 {
    min-width: 320px;
    margin-left: -60px;
  }
  .blogcontetnpost {
    margin-left: -70px;
    min-width: 370px;
  }
  .inputnewsletter {
    margin-left: 50px;
  }
  #subheader h1 {
    margin-left: 20px
  }
  .qualitycontent {
    min-width: 370px;
    margin-left: -67px;
  }
  .aboutcontent {
    min-width: 370px;
    margin-left: -67px;
  }
  .contentsingleproduct {
    min-width: 370px;
    margin-left: -60px;
  }
  .quotes {
    min-width: 370px;
    margin-left: -65px;
  }
  #feedbacks {
    min-width: 370px;
    margin-left: -95px;
  }
  .contactcontent {
    min-width: 370px;
    margin-left: -70px;
  }
  .textareaform {
    min-width: 290px;
    margin-left: -60px;
  }
  #mandenosumamensagem {
    min-width: 290px;
    margin-left: -50px;
  }
  #submit {
    margin-left: 0px;
  }
  .footercontent {
    min-width: 355px;
    margin-left: -60px;
  }
  #blockquote {
    min-width: 345px;
  }
  #testimonial-carousel {
    min-width: 365px;
    margin-left: -105px;
  }
  .labelatbottom {
    min-width: 335px;
    margin-left: -15px;
  }
  #parceiros{
    margin-left: 100px;
  }
  .grid_gallery .item {
    width: 340px;
    margin-left: -65px;
  }
}

/*//////////////////////   MOTO G4 && SAMSUNG S5   /////////////////////////*/
@media (max-width: 360px) {
  .postnewscontent {
    min-width: 350px;
    margin-left: -80px;
  }
  .qualitycontent {
    min-width: 370px;
    margin-left: -75px;
  }

  .grid_gallery .item {
    width: 340px;
    margin-left: -75px;
  }

  .aboutcontent {
    min-width: 370px;
    margin-left: -75px;
  }
  .contentsingleproduct {
    min-width: 370px;
    margin-left: -70px;
  }
  .quotes {
    min-width: 370px;
    margin-left: -73px;
  }
  #feedbacks {
    min-width: 370px;
    margin-left: -105px;
  }
  .contactcontent {
    min-width: 370px;
    margin-left: -75px;
  }
  #mandenosumamensagem {
    min-width: 290px;
    margin-left: -50px;
  }
  #submit {
    margin-left: -5px;
  }
  .inputnewsletter {
    margin-left: 30px;
  }
  .footercontent {
    min-width: 340px;
    margin-left: -60px;
  }
  #blockquote {
    min-width: 340px;
  }
  #testimonial-carousel {
    min-width: 350px;
    margin-left: -100px;
  }
  .titleThanksContact {
    margin-left: -10px;
  }
  .labelatbottom {
    min-width: 320px;
    margin-left: -15px;
  }
  #parceiros{
    margin-left: 90px;
  }
}

/*//////////////////////    IPHONE 5/SE   /////////////////////////*/
@media (max-width: 320px) {
  .postnewscontent {
    min-width: 300px;
    margin-left: -75px;
  }
  .container .col-md-4 {
    min-width: 320px;
    margin-left: -80px;
  }
  .blogcontetnpost {
    margin-left: -70px;
    min-width: 300px;
  }
  .inputnewsletter {
    margin-left: 40px;
  }
  .qualitycontent {
    min-width: 320px;
    margin-left: -70px;
  }
  .aboutcontent {
    min-width: 320px;
    margin-left: -70px;
  }
  .contentsingleproduct {
    min-width: 320px;
    margin-left: -70px;
  }
  #subheader .container {
    height: 170px;
  }
  .quotes {
    min-width: 320px;
    margin-left: -73px;
  }
  #feedbacks {
    min-width: 320px;
    margin-left: -95px;
  }
  .contactcontent {
    min-width: 320px;
    margin-left: -70px;
  }
  #mandenosumamensagem {
    min-width: 290px;
    margin-left: -70px;
  }
  .textareaform {
    min-width: 290px;
    margin-left: -80px;
  }
  .footercontent {
    min-width: 300px;
    margin-left: -60px;
  }
  #blockquote {
    min-width: 290px;
  }
  #testimonial-carousel {
    min-width: 300px;
    margin-left: -100px;
  }
  .titleThanksContact {
    margin-left: -32px;
  }
  .labelatbottom {
    min-width: 320px;
    margin-left: -30px;
  }
  #parceiros{
    margin-left: 80px;
  }
  .grid_gallery .item {
    width: 300px;
    margin-left: -75px;
  }
}



body, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, sans-serif; 
}

