/*
Theme Name:
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 2020.1
License: Pauloph
License URI: 
Tags: 
Text Domain:

 © 2011-2019
*/
/* =WordPress Core
-------------------------------------------------------------- */
html{
	scroll-behavior: smooth;
}
:root {
  --azulclaro: #00b2ec;
}
html, body{
	margin:0px;
	padding:0px;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
header.header{box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);}
.item_produto{background: #FFFFFF;border-radius: 10px; overflow: hidden; margin-bottom: 20px;}
.item_produto img{width:100%; height: 217px; object-fit: cover;}
.item_produto .item_body_text{padding: 20px;}
.item_produto .item_body_text h2{font-family: 'Montserrat'; margin-bottom: 10px; font-style: normal; height:57.59px; font-weight: 600;font-size: 24px;line-height: 120%;color: #00224C;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.item_produto .item_body_text p{font-family: 'Montserrat'; margin-bottom: 34px; height: 86.38px; font-style: normal;font-weight: 300;font-size: 16px;line-height: 135%;letter-spacing: 0.05em;color: #363636;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;line-clamp: 4; -webkit-box-orient: vertical;}
.item_produto .item_body_text p.pMenor{font-family: 'Montserrat';font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.05em;color: #363636; height: auto; margin-bottom: 5px;}
.item_produto .item_body_text .btnSaiba{font-family: 'Open Sans';font-style: normal;font-weight: 600;font-size: 16px;line-height: 22px;letter-spacing: 0.07em;color: #FF9015;}
.item_produto .item_body_text .btnSaiba i{font-size: 14px;}
.video-intro figure img{border-radius: 7.40406px;}
.container-banner { width: 100%; height:721px; background-size: cover, contain; background-position: center center, bottom center; background-repeat: no-repeat; background-blend-mode: color;}
.banner-02 .prev.btn-carousel{left: 15px; top: 50%; margin-top: -25px !important; position: absolute; z-index: 2; border: 2px solid #fff;width: 50px;height: 50px;border-radius: 50%;color: #fff;display: flex;justify-content: center;align-items: center;margin: 0 10px;transition: all .2s linear;}
.banner-02 .next.btn-carousel{right: 15px; top: 50%; margin-top: -25px !important; position: absolute; z-index: 2; border: 2px solid #fff;width: 50px;height: 50px;border-radius: 50%;color: #fff;display: flex;justify-content: center;align-items: center;margin: 0 10px;transition: all .2s linear;}
.banner-content{display: block !important;}
@media only screen and (max-width:992px) { 
	.container-banner{height: 400px;}
}

@media (prefers-color-scheme: dark) {
	body{background-color: #fff !important;}
}


