/*
  http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
a { text-decoration: none; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* HTML, BODY
-------------------------------------------------------------- */
body, html {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.011em;
  line-height: 1.4em;
  background-color: var(--color-background);
}

/* =IMAGEM
-------------------------------------------------------------- */
img { 
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* =H1
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
	line-height: 1.2em;
	margin: 20px 0;
	overflow: none;
	text-transform: uppercase;
}
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: .9em; }
h6 { font-size: .6em; }

hr { 
  background-color: var(--cb-white-00); 
  border: 0; 
  height: 1px; 
  margin-bottom: 1.5em; 
}

/* =P
-------------------------------------------------------------- */
p { 
  margin-bottom: 1.5em;
  line-height: 1.6em;
  color: var(--cbr-body-font);
}
p a {
  color: var(--cbr-body-font);
  text-decoration: underline;
  font-weight: 600;
}
p a:hover { text-decoration: none; }

p em,
p em strong { font-style: italic; }

b, strong { font-weight: bold; }

/* OL/UL/LI
-------------------------------------------------------------- */
.post_list ul, li {
  line-height: 1.6em;
  color: var(--cbr-body-font);
}

.post_list ul {
  list-style: disc;
  margin: 0 0 1.5em 2.6em;
}
.post_list ul li { list-style: square; }
.post_list ul li a {
  color: var(--cbr-body-font);
  text-decoration: underline;
  font-weight: 600;
}
.post_list ul li a:hover { text-decoration: none; }

.post_list ol {
  list-style: decimal;
  margin: 0 0 1.5em 2.6em;
}
.post_list ol li { list-style: decimal; }

/* VÍDEO RESPONSIVO
-------------------------------------------------------------- */
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin: 0 0 25px 0;
  height: 0;
  overflow: hidden;
}
.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry_content img,
.entry_content iframe,
.entry_content object,
.entry_content embed {
  max-width: 100%;
}

/* WordPress Stuff */
.alignnone { margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

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 {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: var(--cb-white-00);
  -webkit-box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.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: .9em;
  line-height: 1.6;
  margin: 10px 0 3px 0;
  padding: 10px;
  text-align: left;
}

/* =BLOCKQUOTE
-------------------------------------------------------------- */
blockquote {
  display: flex;
  align-items: center;
  background: var(--cbr-white-01);
  border-left: 5px solid var(--cbr-white-02);
  margin: 1.5em 0;
  padding: 1em 0;
}
blockquote:before {
  font-family: "remixicon";
  color: var(--cbr-blue-00);
  content: "\eb6a";
  font-size: 4em;
  margin: 0 15px;
}
blockquote p {
  display: inline;
  margin: 0;
}

/*===============================================
==============| VÍDEO RESPONSIVO |===============
===============================================*/
/*====| HEADER / BLOG |====*/
.video-header {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
  height: 0;
  overflow: hidden;
}
.video-header iframe, .video-header object, .video-header embed, .video-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}