/*
	Theme Name: Abrapavaa
	Theme URL: https://abrapavaa.com.br
	Author: Kezily Correa | Inovalize
	Author URL: http://inovalize.com.br
	Description: Tema desenvolvido por Inovalize
	Version: 1.0
*/

@font-face {
	font-family: 'PT Sans';
	font-weight: 400;
	font-display: fallback;
	src: url(assets/fonts/PTSans-Regular.woff2) format('woff2'),
		  url(assets/fonts/PTSans-Regular.woff) format('woff'),
		  url(assets/fonts/PTSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'PT Sans';
	font-weight: 700;
	font-display: fallback;
	src: url(assets/fonts/PTSans-Bold.woff2) format('woff2'),
		  url(assets/fonts/PTSans-Bold.woff) format('woff'),
		  url(assets/fonts/PTSans-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Days One';
	font-weight: 400;
	font-display: fallback;
	src: url(assets/fonts/DaysOne-Regular.woff2) format('woff2'),
		  url(assets/fonts/DaysOne-Regular.woff) format('woff'),
		  url(assets/fonts/DaysOne-Regular.ttf) format('truetype');
}

/* FONT AWESOME */

@font-face {
	font-family: "FontAwesome";
	font-display: fallback;
	src: url("assets/fonts/fontawesome/fonts/fontawesome-webfont.eot");
	src: url("assets/fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome/fonts/fontawesome-webfont.woff2") format("woff2"), url("assets/fonts/FontAwesome/fonts/fontawesome-webfont.woff") format("woff"),
		 url("assets/fonts/fontawesome/fonts/fontawesome-webfont.ttf") format("truetype"), url("assets/fonts/fontawesome/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-instagram:before {
	content: "\f16d";
 }

.fa-twitter:before {
	content: "\f099";
}

.fa-phone:before {
	content: "\f095";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-download:before {
	content: "\f019";
}

/* GERAL */

* {
	border: none;
	margin: 0;
}

body {
	background-color:#f9f9f9;
	color: var(--gray-dark);
	font: 400 16px/1.7 'PT Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
	-webkit-text-rendering:optimizeLegibility;
}

a {
	color: #364052;
	border: none;
	text-decoration: none;
}

a:hover {
	color: #6d6d6d;
	text-decoration: none;
}

a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

img,
iframe,
video {
	vertical-align: bottom;
}

div,
section,
h1,
article {
	position: relative;
}

/* FORM */

.wpcf7 {
	max-width: 800px;
	margin: 0 auto;
}

span.wpcf7-list-item {
	margin-left: 0;
}

form label {
	margin: 0;
	font: 13px 'Lato';
	position: absolute;
	left: 30px;
	top: 17px;
	z-index: 0;
}

input,
textarea,
select {
	width: 100%;
	padding: 20px 15px 10px 15px;
	margin-bottom: 20px;
	background: transparent;
	color: #000;
	box-sizing: border-box;
	outline: none;
	font: 13px 'Lato';
	border: 1px solid rgb(0 0 0 / 20%);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

input:focus,
textarea:focus {
	border-color: var(--bg-color-1);
}

.focus label {
	top: 5px;
	font-size: 10px;
    z-index: 2;
}

.wpcf7-list-item label {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto !important;
	margin: 0;
}

.custom-select {
	height: 48px;
	background: url(images/angle-down.png) no-repeat right .75rem center/10px transparent;
}

textarea {
	width: 100%;
	height: 130px;
	margin: 0 0 20px;
	box-sizing: border-box;
	outline: none;
	resize: none;
}

input[type="submit"] {
	width: auto;
	height: auto;
	padding: 15px 30px;
	margin-top: 30px;
	background-color: var(--bg-color-1);
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	border: none;
	cursor: pointer;
	border-radius: 10px;
}

input[type="submit"]:disabled {
    background-color: #c9c9c9;
}

input::-webkit-input-placeholder {
	color: #707070;
}

textarea::-webkit-input-placeholder {
	color: #707070;
}

input::-moz-placeholder {
	color: #707070;
}

input:-ms-input-placeholder {
	color: #707070;
}

form select {
	-webkit-appearance: none;
}

form h3 {
	margin-top: 10px;
	font-size: 17px;
	text-transform: uppercase;
}

.custom-file {
	height: 50px;
}

.custom-file-label,
.custom-file-label::after {
	height: 48px;
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
	border: 1px solid rgb(0 0 0 / 20%);
	top: 0 !important;
	border-radius: 10px;
}

.custom-file-label::after {
	padding: 17px 15px 15px;
	content: "Selecionar";
	background: var(--bg-color-1);
	color: var(--white);
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	border-radius: 0 10px 10px 0;
}

/* GENERAL */

.clear {
	clear: both;
}

.wp-block-button a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 10px;
}

.wp-block-button a:hover {
	background-color: var(--bg-color-1);
	color: #fff;
}

.wp-block-button.is-style-outline a:hover {
	background-color: #fff;
	color: var(--bg-color-1);
	border-color: #fff;
}

@media (max-width: 991px) {
    .intitle {
        font-size: 1.4em;
    }
    .intitle br {
        display: none;
    }
}

/* HEADER */

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header .navbar-toggler {
   margin-left: 10px;
   outline: none;
}

/* MAIN NAV */

#main-nav {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 30px 15px;
	border: none;
	z-index: 999;
	font: 12px 'Days One';
	text-transform: uppercase;
}

#main-nav h1 {
    line-height: 0;
}

.navbar-brand {
	margin: 0;
	padding: 0;
}

.navbar-brand img {
  width: 100%;
  max-width: 110px;
}

#main-nav ul > li > a {
	padding: 10px 0.7rem;
	color: #565656;
	position: relative;
	display: block;
}

#main-nav ul > li.active a,
#main-nav ul > li > a:hover,
#main-nav ul > li.dropdown:hover > a,
#main-nav ul > li.dropdown.show > a {
	color: var(--bg-color-1);
}

#main-nav ul>li>ul {
  padding: 0;
  background-color: #f5f5f5;
  border-radius: 0;
  border: none;
  font-size: inherit;
  top: 97%;
}

#main-nav ul>li>ul>li > a {
  	padding: 12px 15px;
  	border-bottom: 1px solid #fff;
  	border-top: 0;
  	text-transform: none;
	display: block;
	font-weight: 400;
	letter-spacing: 0;
 }

#main-nav ul>li>ul>li:last-child a {
	border: none;
}

 #main-nav ul>li>ul>li>a:hover {
 	background: #f1f1f1;
 }


.navbar-toggler {
   border: none;
   padding: 0;
 }

 @media (max-width: 991px) {
    #main-nav {
        padding: 15px;
    }
	#main-nav .navbar-collapse {
		width: 100%;
		max-width: 250px;
		padding: 10px;
		background-color: #f9f9f9;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 9;
	}
	#main-nav ul li a {
		padding: 10px 15px;
	}
	#main-nav ul > li.btn-budget a {
		margin-left: 0;
	}
}

 @media (min-width: 992px) {
	.navbar-brand img {
		max-width: 160px;
		}
	#main-nav ul>li>ul {
		width: 200px;
	}
	#main-nav ul>li:hover>ul {
		display: block;
		position: absolute;
	}
	#main-nav ul > li.btn-budget a {
	padding: 8px 20px;
	margin-left: 15px;
	border: 1px solid;
	color: var(--bg-color-2);
	font-weight: 700;
	text-align: center;
	}

	#main-nav ul > li.btn-budget a:hover {
		background: var(--bg-color-2);
		color: var(--white);
	}
}

@media (min-width: 1200px) {
	#main-nav ul > li > a {
		padding: 10px 1.1rem;
	}
	#main-nav .navbar-nav > li:last-child > a {
		padding-right: 0;
	}
}

/* BREADCRUMB */

#breadcrumbs {
	max-width: 680px;
	background: transparent;
	padding: 0;
	font-size: 13px;
}

#breadcrumbs,
#breadcrumbs a {
	color: #afafaf;
}

@media (max-width: 575px) {
	#breadcrumbs {
		font-size: 11px;
	}
}

/* PAGES */

.stretch-box ul li {
	padding: 10px 0 10px 30px;
	list-style: none;
	position: relative;
	font-size: 1.3em;
}

.stretch-box ul li:before {
	content: "\f05d";
	font-family: 'FontAwesome';
	line-height: 1;
	color: var(--green);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.prod-infos h2 {
    margin-bottom: 30px;
    color: var(--bg-color-1);
    font: 1.3em/1.5 'Days One';
}

.prod-thumb img,
.prod-item img {
    border-radius: 10px;
}

@media (max-width: 575px) {
    .prod-infos h2 {
        font-size: 1.25em;
    }
}

/* ENTRY */

.entry {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	line-height: 1.8;
	word-wrap: break-word;
	z-index: 1;
}

.entry img {
	max-width: 100%;
	height: auto;
}

.entry p {
	margin-bottom: 30px;
}

.entry h1,
.entry h2,
.entry h3 {
	margin-bottom: 30px;
}

.entry time {
    margin-left: 10px;
    font-size: 12px;
}

.entry blockquote {
    padding-left: 30px;
    font-size: inherit;
    border-left: 2px solid var(--bg-color-1);
}

.entry iframe {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	display: block;
}

.wp-block-image figcaption {
    font-size: 10px;
    text-align: center;
}

.wp-block-image img {
	height: auto;
}

.block-contact p {
	margin-bottom: 5px;
}

.single h1 {
    color: var(--bg-color-1);
	font: 1.9em 'Days One';
}

.single .blog .container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.single .entry {
	font-size: 1.05em;
}

.single .entry img {
    border-radius: 10px;
}

.single .entry a {
    color: var(--bg-color-1);
}

.single-post .entry.m-b-70 {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}

.single .entry h2,
.single .entry h3,
.single .entry h4,
.single .entry h5 {
	margin: 40px auto 20px;
	font-weight: 700;
}

@media (max-width: 575px) {
	.single h1 {
		font-size: 1.6em;
	}
}

/* TAG CLOUD */

.tagcloud a {
	padding: 1px 8px;
	margin: 3px 1px;
	font-size: 12px !important;
	display: inline-block;
	background-color: #f5f5f5;
	text-decoration: none;
	border-radius: 30px;
}

/* SIDEBAR */

#sidebar .sidebar h3 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: var(--bg-color-1);
	font: 1em 'Days One';
	letter-spacing: 1px;
}
  
#sidebar a.card-link {
	padding: 15px 10px 15px 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	position: relative;
}

#sidebar a.card-link[aria-expanded=true] {
	color: var(--bg-color-1);
}

#sidebar a.card-link .fa {
	position: absolute;
	right: 0;
}

#sidebar a.card-link.parent:after {
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
}

#sidebar ul li a {
	display: block;
	padding: 15px 0;
	position: relative;
	line-height: 1.3;
	border-bottom: 1px solid #f5f5f5;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li:last-child a {
  border: none;
  padding-bottom: 0;
}

#sidebar ul li.cat-item a {
	padding: 20px;
	background: var(--bg-color-2);
	color: var(--white);
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

/* SHARE */

.share-icons {
	text-align: center;
}

.share-icons span {
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
  
.share-icons .fa {
	width: 35px;
	height: 35px;
	color: var(--white);
	font-size: 20px;
	line-height: 35px;
	border-radius: 30px;
	text-align: center;
	}
 .share-icons .fa-facebook {
	background: #3b5998
 }
 .share-icons .fa-twitter {
	background: #1da1f2;
 }
 .share-icons .fa-whatsapp {
	background: #4dc247;
 }
 .share-icons .fa-linkedin {
	background: #0077b5;
 }

/* WP-PAGENAVI */

nav.pagination {
	display: block;
	font-size: 15px;
	text-align: center;
	clear: both;
}

nav.pagination ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

nav.pagination ul li {
	width: 35px;
	height: 35px;
	background: #f5f5f5;
	display: inline-block;
	margin: 0 2px;
	list-style: none;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
}

nav.pagination ul li:hover,
nav.pagination ul li.active {
	background: #e0e0e0;
}

/* SEARCH */

.search-form {
  width: 100%;
  max-width: 590px;
  overflow: hidden;
}

.search-form input[type="search"] {
  width: calc(100% - 50px);
  padding: 15px;
  margin: 0;
  background: transparent;
  float: left;
}

.search-form input[type="submit"] {
  min-width: auto;
  width: 45px;
  padding: 10px;
  margin: 0 0 0 5px;
  background: url(images/search.png) center no-repeat var(--bg-color-1);
  background-size: 25px;
  float: right;
}

/* COMMENTS */

#comments .navigation {
	border: none;
}

#comments input,
#comments textarea {
	border: 1px solid #cfd9e4;
}

.comments-list {
	position: relative;
	list-style: none;
	padding: 0;
}

.comments-list>.comment,
.comments-list>li {
	padding: 20px;
	margin-bottom: 25px;
	background: #f7f7f7;
}

.comments-list .pingback {
	padding: 30px 50px;
}

.comments-list .pingback p {
	margin: 0;
}

.comments-list .comment-content {
	overflow: hidden;
	font-size: 14px;
}

.comments-list .comment-meta {
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	font-weight: 700;
}

.comments-list .comment-meta span {
	display: block;
}

.comments-list .comment-meta span.comment-time {
	font-size: 16px;
}

.comments-list .comment-meta .comment-edit-link {
	font-size: 12px;
}

.comments-list .comment .children {
	padding-top: 40px;
	padding-left: 40px;
	list-style: none;
}

.comments-list .comment .children:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: -30px;
	border-top: 1px solid #e8e8e8;
}

.comments-list .comment p:last-child {
	margin-bottom: 0;
}

.comments-list .children .comment {
	position: relative;
	margin-bottom: 20px;
}

.comments-list .children .comment:after {
	top: 40px;
	width: 18px;
	height: 1px;
}

.comment-respond .section-head {
	display: block;
}

.comment-form .required {
	color: #efa4a4;
}

.comment-form .reply-field.cf {
	clear: both;
}

.comment-form .form-submit {
	display: block;
	margin: 0;
}

.children .comment-form {
	margin-bottom: 0;
}

#cancel-comment-reply-link {
	position: relative;
	float: right;
	margin-top: -27px;
	background: var(--white);
	padding-left: 22px;
	color: #b4b4b4;
	font-size: 0;
}

#cancel-comment-reply-link:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 13px;
}

/* WHATSAPP */

.block-wpp-button {
	padding: 20px 25px;
	max-width: 290px;
	background: #5eca55;
	border-radius: 100px;
	font: 700 1.7em 'Lato';
}

.block-wpp-button a {
	color: var(--white);
}

.block-wpp-button .fa {
	margin-right: 10px;
}

.whats-btn {
	width: 60px;
	height: 60px;
	background: #5eca55;
	border-radius: 100%;
	text-align: center;
	line-height: 72px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	z-index: 9999;
}

.whats-btn .fa {
	color: #fff;
	font-size: 36px;
}

/* FOOTER */

#footer {
	width: 100%;
	font-size: 13px;
	background-color: var(--bg-color-1);
	position: relative;
	bottom: 0;
}

#footer img {
	width: 100%;
	max-width: 210px !important;
	display: block;
	margin: 0 auto;
}

#footer img.icon {
    width: 35px;
}

#footer h2 {
	font: 1em 'Days One';
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer #menu-rodape-1 {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

#footer ul li {
	display: block;
    padding: 10px 0;
    line-height: 1.1;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer .phone {
	font-size: 1.4em;
	font-family: 'Days One';
}

#footer .social .fa {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    background-color: #fff;
    color: var(--bg-color-1);
    font-size: 20px;
    line-height: 35px;
    border-radius: 30px;
}

#footer .copyright {
	padding: 20px 0;
	font-size: 12px;
	background-color: rgb(35 52 82 / 0.3);
}

#footer .copyright p {
	margin: 0;
}

@media (min-width: 576px) {
	#footer #menu-rodape-1 {
		-moz-column-count: 3;
		-moz-column-gap: 10px;
		-webkit-column-count: 3;
		-webkit-column-gap: 10px;
		column-count: 3;
		column-gap: 10px;
	}
}

/* MEDIA QUERIES */

@media (max-width: 575px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1366px) {
    .container {
		  max-width: 1150px;
		}
	 #content {
		 padding-right: 40px;
	 }
}
