/* CSS DESENVOLVIDO POR STUDIO DIIP - diip.com.br  */

/* RESET */
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,
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%;
  vertical-align: baseline;
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*===========================  CLASSES PADRÕES =========================== */

.margin-left-0 {
  margin-left: 0 !important;
}
.margin-0 {
  margin: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.inline-block {
  display: inline-block;
}

@font-face {
  font-family: "azo_sansblack";
  src: url("rui_abreu_-_azosans-black-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sansblack_italic";
  src: url("rui_abreu_-_azosans-blackitalic-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sansbold";
  src: url("rui_abreu_-_azosans-bold-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sansbold_italic";
  src: url("rui_abreu_-_azosans-bolditalic-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sansitalic";
  src: url("rui_abreu_-_azosans-italic-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sanslight";
  src: url("rui_abreu_-_azosans-light-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sanslight_italic";
  src: url("rui_abreu_-_azosans-lightitalic-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sansmedium";
  src: url("rui_abreu_-_azosans-medium-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sansmedium_italic";
  src: url("rui_abreu_-_azosans-mediumitalic-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sansregular";
  src: url("rui_abreu_-_azosans-regular-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sansthin";
  src: url("rui_abreu_-_azosans-thin-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azo_sansthin_italic";
  src: url("rui_abreu_-_azosans-thinitalic-webfont.woff2") format("woff2"),
    url("rui_abreu_-_azosans-thinitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*===========================   FIM CLASSES PADRÕES =========================== */
/*===========================  CLASSES PADRÕES AJUSTÁVEIS =========================== */
html {
  font-size: 10px;
}
body {
  font-family: "azo_sanslight";
  color: #595454;
  margin: 0;
  padding: 0;
  line-height: 10px;
}
.font-banner {
  font-size: 3.2rem;
}

a,
a:focus {
  color: #333;
  text-decoration: none;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #666;
  text-decoration: none;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.size {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
.size2 {
  width: 99.9999%;
  margin: 0 auto;
  position: relative;
}

/* topo */
#topo,
#rodape {
  clear: both;
  width: 100%;
  height: auto;
  min-height: 10.5rem;
  background: #c02042;
  display: flex;
  align-items: center;
  padding: 0 5rem;
  position: relative;
  border-bottom: 0.5rem solid #ffffff;
  z-index: 10;
}

#marca {
  background: url(../../images/marca.png) no-repeat center;
  background-size: 30.9rem 6.1rem;
  width: 30.9rem;
  height: 6.1rem;
  display: block;
  text-indent: -99999px;
}

ul.menu {
  font-size: 1.6rem;
  position: absolute;
  float: right;
  display: inline-block;
  right: 19.8rem;
}
ul.menu li a {
  color: #fff;
  padding: 0;
  margin: 0 0.5rem;
  text-decoration: none;
  display: block;
  position: relative;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.menu li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  background: #fff;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19); /* easeInCubic */

  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(
    0.55,
    0.055,
    0.675,
    0.19
  ); /* easeInCubic */
}
ul.menu li a:hover:after {
  width: 100%;
  margin-left: -50%;
  -webkit-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19); /* easeInCubic */

  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(
    0.55,
    0.055,
    0.675,
    0.19
  ); /* easeInCubic */
}
ul.menu li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

ul.redes-sociais {
  position: absolute;
  width: auto;
  height: auto;
  float: right;
  right: 5rem;
  list-style: none;
}
ul.redes-sociais li {
  position: relative;
  float: left;
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 0.6rem;
  text-indent: -99999px;
}
ul.redes-sociais li:first-child {
  margin: 0;
}
ul.redes-sociais li a {
  width: 100%;
  height: 100%;
  display: block;
}
ul.redes-sociais li .facebook {
  background: url(../../images/01bt-facebook.png) no-repeat center;
  background-size: 100% auto;
}
ul.redes-sociais li .youtube {
  background: url(../../images/02bt-youtube.png) no-repeat center;
  background-size: 100% auto;
}
ul.redes-sociais li .instagram {
  background: url(../../images/03bt-instagram.png) no-repeat center;
  background-size: 100% auto;
}
ul.redes-sociais li .in {
  background: url(../../images/04bt-in.png) no-repeat center;
  background-size: 100% auto;
}
/*.menu-active{ color: !important; }*/

ul.sub {
  font-size: 1.6rem !important;
  list-style: none;
  position: relative;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background: #c02042;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
}
ul.sub li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
ul.sub li a {
  color: #fff;
  padding: 0;
  margin: 0 1rem;
  text-decoration: none;
  display: block;
  position: relative;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.sub li a:before {
  content: "|";
  position: absolute;
  right: -1.5rem;
}
ul.sub li:last-child a:before {
  content: "";
}
ul.sub li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  background: #fff;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19); /* easeInCubic */

  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(
    0.55,
    0.055,
    0.675,
    0.19
  ); /* easeInCubic */
}
ul.sub li a:hover:after {
  width: 100%;
  margin-left: -50%;
  -webkit-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19); /* easeInCubic */

  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(
    0.55,
    0.055,
    0.675,
    0.19
  ); /* easeInCubic */
}

/* rodapé */
.desenvolvedores {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  display: flex;
  justify-content: center;
  background: #c02042;
  clear: both;
  position: relative;
}
.desenvolvedores > span {
  color: #fff;
  font-size: 1.2rem;
  line-height: 4.5rem;
  position: relative;
}
.desenvolvedores > span > a {
  color: #fff;
}

#diip {
  background: url(../../images/diip.png) no-repeat top center;
  background-size: 46px 31px;
  width: 46px;
  height: 31px;
  overflow: hidden;
  margin: 10px auto 0;
  text-indent: -99999px; /* Firefox */
  -moz-transition: all 1s ease; /* WebKit */
  -webkit-transition: all 1s ease; /* Opera */
  -o-transition: all 1s ease; /* Standard */
  transition: all 1s ease;
  display: inline-block;
}

#diip:hover {
  /* Firefox */
  -moz-transform: scale(1) rotate(180deg); /* WebKit */
  -webkit-transform: scale(1) rotate(180deg); /* Opera */
  -o-transform: scale(1) rotate(180deg); /* Standard */
  transform: scale(1) rotate(180deg);
}

#meio {
  clear: both;
}
/* meio index */
#banner {
  width: 100%;
  height: 80rem;
  margin-top: -10.5rem;
  position: relative;
  overflow: hidden;
}
#banner > ul {
  width: 100%;
  height: 100%;
}
/*.banner01{ background:url(../../images/banner-home.jpg)}*/
.banner01 .text-banner {
  width: 23rem;
  height: auto;
  color: #ffffff;
  position: absolute;
  top: 30rem;
  right: 5rem;
  line-height: 1.1em;
  letter-spacing: 0.1rem;
}
.banner01 .text-banner:before {
  content: "";
  position: absolute;
  background: url(../../images/05-aspasbanner.png) no-repeat center;
  background-size: 5.1rem 5.1rem;
  width: 5.1rem;
  height: 5.1rem;
  top: 0;
  left: -8rem;
}
.banner01 .bt-sobre-banner {
  position: absolute;
  color: #fff;
  right: 16rem;
  top: 62rem;
  font-size: 1.4rem;
}

/*.banner02{ background:url(../../images/banner-home03.jpg) no-repeat center; background-size:cover; width:100%; height:100%}*/
.banner02 .text-banner {
  width: 23rem;
  height: auto;
  color: #ffffff;
  position: absolute;
  top: 30rem;
  right: 5rem;
  line-height: 1.1em;
  letter-spacing: 0.1rem;
}
.banner02 .text-banner:before {
  content: "";
  position: absolute;
  background: url(../../images/05-aspasbanner.png) no-repeat center;
  background-size: 5.1rem 5.1rem;
  width: 5.1rem;
  height: 5.1rem;
  top: 0;
  left: -8rem;
}
.banner02 .bt-sobre-banner {
  position: absolute;
  color: #fff;
  right: 16rem;
  top: 62rem;
  font-size: 1.4rem;
}

/*.banner03{ background:url(../../images/banner-home04.jpg) no-repeat center; background-size:cover; width:100%; height:100%}*/
.banner03 .text-banner {
  width: 38rem;
  height: auto;
  color: #ffffff;
  position: absolute;
  top: 55rem;
  right: 0;
  line-height: 1.1em;
  letter-spacing: 0.1rem;
}
.banner03 .text-banner:before {
  content: "";
  position: absolute;
  background: url(../../images/05-aspasbanner.png) no-repeat center;
  background-size: 5.1rem 5.1rem;
  width: 5.1rem;
  height: 5.1rem;
  top: 0;
  left: -8rem;
}
.banner03 .bt-sobre-banner {
  position: absolute;
  color: #fff;
  right: 21rem;
  top: 68rem;
  font-size: 1.4rem;
}

#pense-diferente {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10rem 0;
}
#pense-diferente h1 {
  font-family: "azo_sansbold";
  font-size: 2.6rem;
  color: #545454;
  text-align: center;
  width: 45rem;
  margin: 0 auto 10rem;
  line-height: 1em;
  position: relative;
}
#pense-diferente h1:after {
  content: "";
  position: absolute;
  background: url(../../images/icon-red.png) no-repeat center;
  background-size: 5.2rem 4.4rem;
  width: 5.2rem;
  height: 4.4rem;
  bottom: -7.5rem;
  left: 50%;
  margin-left: -2.6rem;
}
#pense-diferente p {
  font-size: 1.84rem;
  text-align: center;
  line-height: 1.5em;
  color: #545454;
  padding: 0 6rem;
}

#destaques {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background: #f0f0f0;
}
#destaques h1 {
  font-size: 2rem;
  font-family: "azo_sansbold";
  color: #595454;
  float: left;
  text-transform: uppercase;
  margin-right: 1rem;
}
#destaques .bt-veja-todas {
  font-family: "azo_sansbold";
  font-size: 1.0972rem;
  text-transform: uppercase;
  color: #00afef;
  top: 0.8rem;
  display: block;
  position: relative;
  float: left;
}
ul.lista-postagem {
  width: 100%;
  height: auto;
  position: relative;
  clear: both;
  list-style: none;
  padding-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.lista-postagem li {
  float: left;
  width: 23.2rem;
}
ul.lista-postagem li .container-capa {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
ul.lista-postagem li .container-capa img {
  width: 100%;
  height: 100%;
  obecjt-fit: contain;
}
ul.lista-postagem li h2 {
  font-size: 1.6rem;
  font-family: "azo_sansbold";
  color: #595454;
  margin: 3.5rem 0 1.5rem;
}
ul.lista-postagem li p {
  font-size: 1.4rem;
  line-height: 1.5em;
  padding-right: 1rem;
}

#depoimentos-index {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  padding: 10rem 0;
}
#depoimentos-index h1 {
  font-family: "azo_sansbold";
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  color: #595454;
  margin-bottom: 1.8rem;
}
#depoimentos-index h3 {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  color: #595454;
  margin-bottom: 9rem;
}

#depoimentos-index ul {
  width: 100%;
  height: auto;
  position: relative;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#depoimentos-index ul li {
  width: 30.7rem;
  height: auto;
  position: relative;
  padding: 0 2rem 0px;
  color: #fff;
  border: 0.3rem solid #b5b5b5;
  border-radius: 1.5rem;
}
#depoimentos-index ul li .container-img {
  width: 11.6rem;
  height: 11.6rem;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -5.8rem;
  position: relative;
  border-radius: 50%;
  margin-bottom: 3.5rem;
}
#depoimentos-index ul li .container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#depoimentos-index ul li > h2 {
  font-size: 1.6rem;
  color: #595454;
  margin-bottom: 0.5rem;
}
#depoimentos-index ul li > .info-pessoa {
  font-family: "azo_sansbold";
  font-size: 1.6rem;
  color: #595454;
}
#depoimentos-index ul li > p {
  color: #595454;
  font-size: 1.4rem;
  line-height: 1.5em;
  padding: 3rem 0 5rem;
}

#banner-final-index {
  width: 100%;
  height: 74.7rem;
  background: url(../../images/banner-home02.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 9.5rem 0 0;
}
#banner-final-index .contain-text-banner {
  position: relative;
  width: 23rem;
  height: auto;
  top: 0;
  display: block;
  margin-left: 39rem;
  float: left;
}
#banner-final-index .contain-text-banner .text-banner02 {
  width: 100%;
  height: auto;
  color: #ffffff;
  position: relative;
  line-height: 1.1em;
  letter-spacing: 0.1rem;
}
#banner-final-index .contain-text-banner .text-banner02:before {
  content: "";
  position: absolute;
  background: url(../../images/05-aspasbanner.png) no-repeat center;
  background-size: 5.1rem 5.1rem;
  width: 5.1rem;
  height: 5.1rem;
  top: 0;
  left: -8rem;
}
#banner-final-index .contain-text-banner .bt-sobre-banner02 {
  width: 100%;
  position: relative;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin: 3rem 0 0;
}

.contain-text-banner02 {
  width: 29rem;
  height: auto;
  float: right;
}
.contain-text-banner02 > h2 {
  font-size: 1.6rem;
  color: #fff;
  font-family: "azo_sansbold";
  margin-bottom: 1rem;
  line-height: 1.2em;
}
.contain-text-banner02 > p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.contain-text-banner02 .bt-palestras-banner {
  width: 100%;
  position: relative;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin: 3rem 0 0;
}

.contain-info-banner-index {
  width: 54.2rem;
  height: auto;
  clear: both;
  float: right;
  margin: 7rem 5rem 0;
}
.contain-info-banner-index > span {
  font-size: 2.42rem;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  clear: both;
  display: block;
  line-height: 1.2em;
}
.contain-info-banner-index > span > a {
  color: #fff;
}
.contain-info-banner-index .bt-contato {
  width: 100%;
  text-align: center;
  display: block;
  height: 5.5rem;
  background: #c02042;
  color: #fff;
  line-height: 5.5rem;
  font-size: 2.33rem;
  font-family: "azo_sansbold";
  border-radius: 1.5rem;
  margin: 1rem 0 3.7rem;
}
.contain-info-banner-index .bt-contato:hover {
  background-color: #333;
  border-color: #333;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#home .contain-news {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#home .contain-news > h2,
#home .contain-news .form-news {
  width: 50% !important;
  float: left;
  position: relative;
}
#home .contain-news .form-news {
  height: 3.9rem;
}
#home .contain-news > h2 {
  font-size: 1.44rem;
  color: #fff;
  text-align: center;
  padding: 0 1.7rem;
  font-family: "azo_sansbold";
}
#home .contain-news .form-news input[type="email"] {
  width: 95%;
  height: 3.9rem;
  border: 0.2rem solid #fff;
  background: transparent;
  padding: 0 4rem 0 1rem;
  font-size: 1.6rem;
}
#home .contain-news .form-news input[type="submit"] {
  background: url(../../images/bt-news.jpg) no-repeat center;
  background-size: 3.9rem 3.9rem;
  position: absolute;
  width: 3.9rem;
  height: 3.9rem;
  right: 0;
  top: 0;
  border: none;
  text-indent: -99999px;
}

/* FIM INDEX */
.feedback-negativo,
.feedback {
  font-size: 3rem !important;
}
/* INICIO QUEM SOMOS */

#pg-quem-somos #banner {
  height: 52rem;
}
#pg-quem-somos #banner {
  background: url(../../images/banner-adriano.jpg) no-repeat center top;
  margin-top: -1rem;
  background-size: cover;
}
#pg-quem-somos .text-banner {
  width: 35rem;
  top: 20rem;
  right: -1rem;
  color: #ffffff;
  position: absolute;
  line-height: 1.1em;
  letter-spacing: 0.1rem;
}
#pg-quem-somos .text-banner:before {
  content: "";
  position: absolute;
  background: url(../../images/05-aspasbanner.png) no-repeat center;
  background-size: 5.1rem 5.1rem;
  width: 5.1rem;
  height: 5.1rem;
  top: 0;
  left: -8rem;
}
#pg-quem-somos .bt-sobre-banner {
  position: absolute;
  color: #fff;
  right: 17rem;
  top: 64rem;
  font-size: 1.4rem;
}

#curriculo, .bloco-sobre {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10rem 0;
}
#curriculo p, .bloco-sobre p {
  font-size: 1.84rem;
  text-align: center;
  line-height: 1.5em;
  color: #545454;
  padding: 0 6rem;
}
/* #curriculo p:before, .bloco-sobre p:before { */
  #curriculo p:first-of-type::before, .bloco-sobre p:first-of-type::before {
  content: "";
  position: absolute;
  background: url(../../images/icon-red.png) no-repeat center;
  background-size: 5.2rem 4.4rem;
  width: 5.2rem;
  height: 4.4rem;
  top: -7rem;
  left: 50%;
  margin-left: -2.6rem;
}

.bloco-sobre h1 {
  text-align: center;
  font-size: 4rem;
  color: #545454;
  margin-bottom: 2rem;
  font-weight: 600;
}

#bloco-missao, #bloco-visao {
  width: 100%;
  height: auto;
  padding: 13rem 0 10rem;
  background: #f0f0f0;
}
#bloco-visao { background: #fff; }

#bloco-missao h1, #bloco-visao h1 {
  text-align: center;
  font-size: 4rem;
  color: #545454;
  margin-bottom: 2rem;
  font-weight: 600;
}

#bloco-valores {
  width: 100%;
  height: auto;
  padding: 13rem 0 10rem;
  background: #f0f0f0;
}

#bloco-valores h1 {
  text-align: center;
  font-size: 4rem;
  color: #545454;
  margin-bottom: 2rem;
  font-weight: 600;
}

#bloco-missao p, #bloco-valores p, #bloco-visao p {
  font-size: 1.84rem;
  text-align: center;
  line-height: 1.5em;
  color: #545454;
  padding: 0 6rem;
}


#jornada-do-conhecimento {
  width: 100%;
  height: auto;
  padding: 13rem 0 10rem;
  background: #f0f0f0;
}
#jornada-do-conhecimento h1 {
  font-size: 1.6rem;
  font-family: "azo_sansbold";
  text-align: center;
}
#jornada-do-conhecimento h1:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.2rem;
  background: #c02042;
  left: 50%;
  margin-left: -2.5rem;
  top: -2.5rem;
}
#jornada-do-conhecimento p {
  text-align: center;
  font-family: "azo_sanslight";
  font-size: 1.4rem;
  margin-top: 0.7rem;
}
#jornada-do-conhecimento ul {
  padding-top: 5rem;
  width: 100%;
  height: auto;
}
#jornada-do-conhecimento ul li {
  list-style: url(../../images/bt-jornada.png);
  font-size: 1.6rem;
  font-family: "azo_sansbold";
  line-height: 4rem;
  padding-left: 1rem;
}

/* FIM QUEM SOMOS */
/* INICIO PALESTRAS */

#problemas {
  background: #f0f0f0;
  width: 100%;
  height: 40rem;
  padding: 10rem 0;
  position: relative;
  display: block;
}
.wrapper {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.col01 {
  width: 20rem;
  height: auto;
  float: left;
  position: relative;
}
.col01 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.col02 {
  width: 74rem;
  height: auto;
  float: right;
  right: 0;
  position: absolute;
}
.col02 h1 {
  font-family: "azo_sansbold";
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.col02 p {
  font-family: "azo_sanslight";
  font-size: 1.6rem;
  line-height: 1.5em;
}

#vendas,
#lideranca,
#motivacao {
  width: 100%;
  height: auto;
  padding: 0;
}
#header-vendas,
#header-lideranca,
#header-motivacao {
  width: 100%;
  height: 70.1rem;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#header-vendas:after,
#header-lideranca:after,
#header-motivacao:after {
  content: "";
  position: absolute;
  background: url(../../images/setabanners.png) no-repeat center bottom;
  width: 100%;
  height: 5rem;
  background-size: cover;
  bottom: 0;
  left: 0;
}
#motivacao {
  margin-bottom: 0rem !important;
}
#header-vendas .contain-title-vendas,
#header-lideranca .contain-title-lideranca,
#header-motivacao .contain-title-motivacao {
  width: 84rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10rem;
}
#header-vendas .contain-title-vendas .icon-branco,
#header-lideranca .contain-title-lideranca .icon-branco,
#header-motivacao .contain-title-motivacao .icon-branco {
  background: url(../../images/icon-branco.png) no-repeat center;
  background-size: 5.2rem 4.4rem;
  width: 5.2rem;
  height: 4.4rem;
  position: relative;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
}
#header-vendas .contain-title-vendas h1,
#header-lideranca .contain-title-lideranca h1,
#header-motivacao .contain-title-motivacao h1,
.bloco-padrao .contain-title-padrao {
  font-size: 2.6rem;
  color: #fff;
  font-family: "azo_sansbold";
  text-align: center;
}
#vendas .contain-text-vandas,
#lideranca .contain-text-lideranca,
#motivacao .contain-text-motivacao,
.bloco-padrao .contain-texto {
  width: 100%;
  height: auto;
  padding: 5rem 0 10rem;
  background: #be1f38;
}
.bloco-padrao .contain-texto {
 background: #FFF;
}
#vendas .contain-text-vandas p,
#lideranca .contain-text-lideranca p,
#motivacao .contain-text-motivacao p,
.bloco-padrao .contain-texto p {
  color: #fff;
  font-size: 1.84rem;
  text-align: center;
  line-height: 1.7em;
  padding: 0 12rem;
}
.bloco-padrao .contain-texto p {
  color: #3a3740;
}

.bloco-padrao img{
  width: 100%;
}
.bloco-padrao .header-padrao {
  background: #be1f38;
  padding: 3rem 2rem;
  margin-top: -5px;
}
.bloco-padrao h1 {
  font-size: 2.6rem;
  font-family: "azo_sansbold";
  text-align: center;
  margin-bottom: 0rem;
  color: #FFF;
  text-transform: uppercase;
}
.bloco-padrao ul li {
  list-style: url(../../images/bt-jornada.png);
  font-size: 1.6rem;
  font-family: "azo_sansbold";
  line-height: 4rem;
  padding-left: 1rem;
  text-transform: uppercase;
}


#vendas-continuacao,
#lideranca-continuacao {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10rem 0;
}
#vendas-continuacao h1,
#lideranca-continuacao h1 {
  font-size: 2.6rem;
  font-family: "azo_sansbold";
  text-align: center;
  margin-bottom: 10rem;
}
#vendas-continuacao .ul-principal,
#lideranca-continuacao .ul-principal {
  width: 100%;
  height: auto;
  margin-bottom: 11rem;
}
#vendas-continuacao .ul-principal > li,
#lideranca-continuacao .ul-principal > li {
  list-style: url(../../images/bt-jornada.png);
  font-size: 1.6rem;
  font-family: "azo_sansbold";
  line-height: 4rem;
  padding-left: 1rem;
}
#vendas-continuacao .ul-principal > li > span,
#lideranca-continuacao .ul-principal > li > span {
  font-family: "azo_sanslight";
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.duracao-palestra {
  font-size: 1.6rem;
  font-family: "azo_sansbold";
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}
.duracao-palestra:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.2rem;
  background: #c02042;
  left: 50%;
  margin-left: -2.5rem;
  top: -2.5rem;
}
.duvida {
  font-size: 1.4rem;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
}
.duvida a {
  text-decoration: underline;
}
.duvida a:hover {
  color: #c02042;
}

#header-vendas {
  /* background: url(../../images/banner-vendas.jpg) no-repeat top center;
  background-size: cover; */
}
.ul-secundaria {
  margin-bottom: 1rem;
}
.ul-secundaria > li {
  font-family: "azo_sanslight";
  font-size: 1.4rem;
  list-style: none;
  line-height: 2em;
}

#header-lideranca {
  /* background: url(../../images/banner-lideranca.jpg) no-repeat top center;
  background-size: cover; */
}
#header-motivacao {
  /* background: url(../../images/banner-motivacao.jpg) no-repeat top center;
  background-size: cover; */
}

#motivacao {
  margin-bottom: 0.5rem;
}

/*agenda de eventos*/
#pg-agenda_de_eventos #banner-eventos {
  width: 100%;
  background: url(../../images/banner-agenda-eventos.jpg) no-repeat center right;
  background-size: cover;
  height: 60rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
}
#pg-agenda_de_eventos #banner-eventos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pg-agenda_de_eventos .text-banner {
  width: 55rem;
  height: auto;
  color: #ffffff;
  position: absolute;
  top: 40rem;
  left: 30%;
  font-size: 3.2rem;
  line-height: 1.1em;
  letter-spacing: 0.1rem;
}
#pg-agenda_de_eventos .text-banner:before {
  content: "";
  position: absolute;
  background: url(../../images/05-aspasbanner.png) no-repeat center;
  background-size: 5.1rem 5.1rem;
  width: 5.1rem;
  height: 5.1rem;
  top: 0;
  left: -8rem;
}

#pg-agenda_de_eventos .size {
  width: 130rem;
  margin: 0 auto;
}
.titulo-agenda {
  font-size: 2.6rem;
  text-align: center;
  font-family: "azo_sansbold";
  margin-bottom: 2rem;
}
.texto-complementar {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 6.1rem;
}
#pg-agenda_de_eventos ul.lista-agenda {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
ul.lista-agenda li {
  width: 37rem;
  height: auto !important;
  overflow: hidden;
  border: 0.3rem solid #b5b5b5;
  border-radius: 1.5rem;
  margin: 0 2rem 4rem;
  position: relative;
}
.container-img-agenda {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.2rem;
  position: relative;
  margin-bottom: 3rem;
}
.container-img-agenda img {
  width: 100%;
  height: auto !important;
}

.lista-agenda li .cidade-evento {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
  padding: 0 2rem 1rem 2rem;
}
.lista-agenda li .titulo-evento {
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
  font-family: "azo_sansbold";
  padding: 0 2rem;
  height: 153px;
}
.lista-agenda li .titulo-evento span {
  font-size: 2rem;
  display: block;
  clear: both;
  font-family: "azo_sanslight";
  padding: 0.5rem 2rem;
}
.lista-agenda li p {
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  width: 100%;
  clear: both;
  display: none;
  font-family: "azo_sanslight";
  line-height: 1.4em;
  padding: 1rem 2rem 0;
}
.sobre-o-evento {
  background-color: #c02042;
  display: block;
  color: #fff;
  padding: 1.5rem 0.75rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 1.5rem;
  width: 90%;
  margin: 2rem auto;
}
.sobre-o-evento:hover {
  background-color: #333;
  border-color: #333;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*agenda de eventos interno*/
#banner-eventos {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner-eventos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pg-eventos-interno .text-banner {
  width: 55rem;
  height: auto;
  color: #ffffff;
  position: absolute;
  top: auto;
  bottom: 7rem;
  left: 30%;
  font-size: 3.2rem;
  line-height: 1.1em;
  letter-spacing: 0.1rem;
}
#pg-eventos-interno .text-banner:before {
  content: "";
  position: absolute;
  background: url(../../images/05-aspasbanner.png) no-repeat center;
  background-size: 5.1rem 5.1rem;
  width: 5.1rem;
  height: 5.1rem;
  top: 0;
  left: -8rem;
}
#evento .cidade-evento {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
  padding: 0 2rem 1rem 2rem;
  font-family: "azo_sansmedium";
}
#evento .titulo-evento {
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
  font-family: "azo_sansbold";
  padding: 0 2rem;
}
#evento .titulo-evento span {
  font-size: 2rem;
  display: block;
  clear: both;
  font-family: "azo_sansmedium";
  padding: 0.5rem 2rem;
}
#evento p {
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
  font-family: "azo_sanslight";
  line-height: 1.4em;
  padding: 1rem 2rem 0;
}
#evento p strong {
  color: #545454;
  font-family: "azo_sansmedium";
}
#evento {
  padding: 5rem 0;
}
#evento .endereco {
  font-size: 1.8rem;
  line-height: 1.2em !important;
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
  font-family: "azo_sansmedium";
  padding: 0 2rem;
  margin-top: 1.2rem;
}

.texto-evento ul {
  font-size: 1.3rem;
  line-height: 2rem;
  padding-left: 3.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#evento h3 {
  font-size: 2.4rem;
  text-align: center;
  font-family: "azo_sansmedium";
  color: #c02042;
  margin: 3rem 0 5rem;
}
#evento form {
  width: 53.5rem;
  margin: 0 auto;
  position: relative;
}
#evento input[type="text"],
#evento input[type="email"],
#evento input[type="tel"] {
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem 0;
  width: 100%;
  height: 4rem;
  border-radius: 0px;
  border: 0.2rem solid #c7c7c7;
  background: transparent;
  font-size: 1.6rem;
}

#evento input[type="text"]:focus,
#evento input[type="email"]:focus,
#evento input[type="tel"]:focus {
  border: 0.2rem solid #c02042 !important;
  outline: none !important;
}
#evento ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3a3740;
  font-size: 1.6rem;
}
#evento ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3a3740;
  font-size: 1.6rem;
}
#evento :-ms-input-placeholder {
  /* IE 10+ */
  color: #3a3740;
  font-size: 1.6rem;
}
#evento :-moz-placeholder {
  /* Firefox 18- */
  color: #3a3740;
  font-size: 1.6rem;
}

.vanadium-advice {
  display: none;
}
.vanadium-invalid {
  border-color: #f2bd45 !important;
}

.submit {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  height: 4rem;
  border-radius: 0px;
  border: 0px solid #aaa;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  background-color: #c02042;
  cursor: pointer;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit:hover {
  background-color: #333;
  border-color: #333;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* blog */
.blog-meio {
  height: auto;
  padding: 10rem 0;
  border-bottom: 0.3rem solid #fff;
  background: #f6f6f6;
}
#title-blog {
  float: left;
  clear: both;
  font-size: 2rem;
  font-family: "azo_sansbold";
  color: #c02042;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin: 0 0 3.5rem 0;
}
.blog-meio .col01 {
  width: 65%;
  float: left;
}
.blog-meio .col02 {
  width: 30%;
  float: right;
}
.blog-meio .col01 ul {
  list-style: none;
}
.blog-meio .col01 ul li {
  border-bottom: 0.2rem solid #b5b5b5;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}
.blog-meio .col01 ul li:last-child {
  border: none;
}
.blog-meio .col01 ul > li > a > h1 {
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
}
.blog-meio .col01 ul .blog-texto {
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0 0 2rem 0;
}
.blog-meio .col01 ul .blog-img {
  max-width: 100%;
  min-height: 20rem;
  max-height: 40rem;
  overflow: hidden;
}
.blog-meio .col01 ul .blog-img img {
  width: 100%;
  height: auto;
}
.ler-mais {
  background: #c02042;
  border-radius: 1.5rem;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  margin-bottom: 20px;
  clear: both;
  color: #fff;
  text-transform: uppercase;
  line-height: 4rem;
  letter-spacing: 1px;
  padding: 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 4rem;
}
.ler-mais:hover {
  background-color: #333;
  border-color: #333;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-meio .col02 ul {
  list-style: none;
}
#blog-pesquisa {
  position: relative;
  width: 100%;
}
#blog-pesquisa label {
  font-size: 1.47rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0.5rem 0;
  color: #3a3740;
}

#blog-pesquisa input[type="search"] {
  width: 100%;
  height: 3.9rem;
  background: none;
  border: 0.2rem solid #fff;
  padding: 0 1.5rem 0 1.5rem;
  line-height: 3.9rem;
}
#blog-pesquisa input[type="submit"] {
  width: 3.9rem;
  height: 3.9rem;
  background: url(../../images/bt-busca.jpg) no-repeat center top;
  background-size: 4rem auto;
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: -99999px;
  border: none;
}

#blog-categorias,
#blog-arquivos {
  width: 100%;
  margin: 3.5rem 0 0 0;
}
#blog-categorias h1,
#blog-arquivos h1 {
  font-weight: bold;
  font-size: 1.47rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #3a3740;
}
#blog-categorias li,
#blog-arquivos li {
  font-weight: normal;
  font-size: 1.44rem;
  text-transform: uppercase;
  line-height: 1.6em;
}

#blog-categorias li a:hover,
#blog-arquivos li a:hover {
  border-bottom: 0.1px solid #333;
}

/*FIM BLOG*/
/*INICIO CONTATO*/

#contato .meio {
  width: 100%;
  height: calc(100vh - 10.5rem);
  min-height: 68rem;
  background: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contato #rodape /*, #contato .desenvolvedores*/ {
  display: none;
}

.col01-contato {
  height: auto;
  width: 60%;
  position: relative;
  float: left;
}
.col01-contato h1 {
  font-size: 2.4rem;
  color: #545454;
  font-family: "azo_sansbold";
  height: auto;
  width: 100%;
  line-height: 1.1em;
  margin-bottom: 5rem;
}
.col01-contato p {
  font-size: 1.6rem;
  color: #545454;
  font-family: "azo_sansmedium";
  height: auto;
  width: 100%;
  line-height: 2.7rem;
  margin-bottom: 5rem;
}

#contato .contain-news {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
#contato .contain-news > h2,
#contato .contain-news .form-news {
  width: 100%;
  clear: both;
  position: relative;
}
#contato .contain-news .form-news {
  height: 3.9rem;
}
#contato .contain-news > h2 {
  font-size: 1.44rem;
  color: #545454;
  text-align: left;
  padding: 0;
  font-family: "azo_sansbold";
  margin-bottom: 1.5rem;
}
#contato .contain-news .form-news input[type="email"] {
  width: 95%;
  height: 3.9rem;
  border: 0.2rem solid #545454;
  background: transparent;
  padding: 0 4rem 0 1rem;
  font-size: 1.6rem;
}
#contato .contain-news .form-news input[type="submit"] {
  background: url(../../images/bt-news02.jpg) no-repeat center;
  background-size: 3.9rem 3.9rem;
  position: absolute;
  width: 3.9rem;
  height: 3.9rem;
  right: 0;
  top: 0;
  border: none;
  text-indent: -99999px;
}

/* FORM */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select {
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem 0;
  width: 100%;
  height: 4rem;
  border-radius: 0px;
  border: 0.2rem solid #c7c7c7;
  background: transparent;
  font-size: 1.6rem;
}
textarea {
  margin: 0 0 10px 0;
  padding: 10px;
  width: 100%;
  border-radius: 0px;
  background: transparent;
  border: 0.2rem solid #c7c7c7;
  height: 15rem;
  font-size: 1.6rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  border: 0.2rem solid #c02042 !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3a3740;
  font-size: 1.6rem;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #3a3740;
  font-size: 1.6rem;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #3a3740;
  font-size: 1.6rem;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #3a3740;
  font-size: 1.6rem;
}

.vanadium-advice {
  display: none;
}
.vanadium-invalid {
  border-color: #f2bd45 !important;
}

.submit {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  height: 4rem;
  border-radius: 0px;
  border: 0px solid #aaa;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  background-color: #c02042;
  cursor: pointer;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit:hover {
  background-color: #333;
  border-color: #333;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* FIM FORM */

.col02-contato {
  height: auto;
  width: calc(40% - 5rem);
  position: relative;
  float: left;
  margin-left: 5rem;
}
#caixa01 .info-contato {
  font-size: 2.4rem;
  color: #545454;
  font-family: "azo_sansbold";
  height: auto;
  width: 100%;
  line-height: 1.1em;
}
#caixa01 .info-contato span {
  font-family: "azo_sanslight";
}
#caixa01 .info-contato .whatsapp {
  font-size: 2.4rem;
  color: #545454;
  font-family: "azo_sanslight";
  height: auto;
  width: 100%;
  position: relative;
  padding-left: 3.5rem;
}
#caixa01 .info-contato .whatsapp:before {
  content: "";
  position: absolute;
  background: url(../../images/whatsapp_icon_contato.png) no-repeat center;
  background-size: 2.75rem 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  left: 0;
}
#caixa01 address {
  font-size: 1.6rem;
  color: #545454;
  height: auto;
  width: 100%;
  line-height: 2.4rem;
  font-family: "azo_sansmedium";
  margin-top: 0.5rem;
}
#caixa02 h1 {
  font-size: 2.4rem;
  color: #545454;
  font-family: "azo_sansbold";
  height: auto;
  width: 100%;
  margin-top: 8rem;
}
#caixa02 p {
  font-size: 1.6rem;
  color: #545454;
  height: auto;
  width: 30rem;
  line-height: 2.4rem;
  font-family: "azo_sansregular";
  margin-top: 2rem;
}

ul.redes-sociais-contato {
  list-style: none;
  width: 100%;
  height: 3rem;
  margin-top: 5.2rem;
}
ul.redes-sociais-contato li {
  position: relative;
  float: left;
  width: 5.2rem;
  height: 5.2rem;
  text-indent: -99999px;
  margin-left: 1.2rem;
}
ul.redes-sociais-contato li:first-child {
  margin: 0;
}
ul.redes-sociais-contato li a {
  width: 100%;
  height: 100%;
  display: block;
}
ul.redes-sociais-contato li .facebook {
  background: url(../../images/contato_icon_facebook.png) no-repeat center;
  background-size: 100% auto;
}
ul.redes-sociais-contato li .youtube {
  background: url(../../images/contato_icon_youtube.png) no-repeat center;
  background-size: 100% auto;
}
ul.redes-sociais-contato li .instagram {
  background: url(../../images/contato_icon_instagram.png) no-repeat center;
  background-size: 100% auto;
}
ul.redes-sociais-contato li .in {
  background: url(../../images/contato_icon_in.png) no-repeat center;
  background-size: 100% auto;
}

/* feedbacks */

#pagamento .meio {
  width: 100%;
  height: calc(100vh - 10.5rem);
  background: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#pagamento .meio h1 {
  font-size: 3rem;
  color: #545454;
  font-family: "azo_sansbold";
  height: auto;
  width: 100%;
  line-height: 1.1em;
  margin-bottom: 5rem;
}
#pagamento #rodape,
#pagamento .desenvolvedores {
  display: none;
}

#pagamento .contain-news {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
#pagamento .contain-news > h2,
#pagamento .contain-news .form-news {
  width: 100%;
  clear: both;
  position: relative;
}
#pagamento .contain-news .form-news {
  height: 3.9rem;
}
#pagamento .contain-news > h2 {
  font-size: 1.44rem;
  color: #545454;
  text-align: left;
  padding: 0;
  font-family: "azo_sansbold";
  margin-bottom: 1.5rem;
}
#pagamento .contain-news .form-news input[type="email"] {
  width: 95%;
  height: 3.9rem;
  border: 0.2rem solid #545454;
  background: transparent;
  padding: 0 4rem 0 1rem;
  font-size: 1.6rem;
}
#pagamento .contain-news .form-news input[type="submit"] {
  background: url(../../images/bt-news02.jpg) no-repeat center;
  background-size: 3.9rem 3.9rem;
  position: absolute;
  width: 3.9rem;
  height: 3.9rem;
  right: 0;
  top: 0;
  border: none;
  text-indent: -99999px;
}

.bt-voltar-a-navegar {
  width: 50rem;
  text-align: center;
  display: block;
  height: 5.5rem;
  background: #c02042;
  color: #fff;
  line-height: 5.5rem;
  font-size: 2.33rem;
  font-family: "azo_sansbold";
  border-radius: 1.5rem;
  margin: 5rem 0 3.7rem;
  text-transform: uppercase;
}
.bt-voltar-a-navegar:hover {
  background-color: #333;
  border-color: #333;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#bt-menu {
  display: none;
}
.yes-mobile {
  display: none;
}
.no-mobile {
  display: block;
}

/*============= MEDIA QUERIES */

@media screen and (max-width: 1300px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 7.5px;
  }
}
@media screen and (min-width: 1001px) {
  nav.link {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 24px;
  }
  .size {
    width: 100%;
    padding: 0 20px;
  }
  .yes-mobile {
    display: block;
  }
  .no-mobile {
    display: none !important;
  }

  nav.link {
    display: none;
  }

  /* topo */
  #topo {
    position: fixed;
    height: 120px;
    display: block;
    top: 0;
    min-height: inherit;
    padding: 0;
    border-bottom: 5px solid #ffffff;
    overflow: visible;
    z-index: 9999;
  }

  #marca {
    background-size: 309px auto;
    width: 309px;
    height: 120px;
    background-position: center;
    margin-left: 50px;
    overflow: hidden;
  }

  #bt-menu {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 99;
    background: url(../../images/bt-menu.png) no-repeat center;
    display: block;
    float: right;
    right: 50px;
    top: 25px;
    text-indent: -99999px;
  }

  ul.menu {
    width: 100%;
    height: auto;
    position: absolute;
    background: #c02042;
    top: 120px;
    right: 0;
    z-index: 99;
    overflow: hidden;
  }
  ul.menu li a {
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    display: block;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.menu li a:hover {
  }
  ul.menu li {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
    padding: 0;
    margin: 0;
  }

  #rodape .menu {
    display: none !important;
  }

  ul.redes-sociais {
    display: none;
  }

  /* rodapé */
  #rodape {
    height: 120px;
    min-height: inherit;
    padding: 0;
    border-bottom: 5px solid #ffffff;
    overflow: inherit;
    z-index: 99;
  }
  #rodape #marca {
    display: none;
  }

  .desenvolvedores {
    width: 100%;
    height: auto;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c02042;
    clear: both;
    position: relative;
  }
  .desenvolvedores > span {
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    padding: 0 20px;
  }
  .desenvolvedores > span > a {
    color: #fff;
  }
  #rodape ul.redes-sociais {
    display: block;
    position: relative;
    float: none;
    right: 0;
    margin: 0 auto;
  }

  #diip {
    background: url(../../images/diip.png) no-repeat top center;
    background-size: 46px 31px;
    width: 46px;
    height: 31px;
    overflow: hidden;
    margin: 10px auto 0;
    text-indent: -99999px; /* Firefox */
    -moz-transition: all 1s ease; /* WebKit */
    -webkit-transition: all 1s ease; /* Opera */
    -o-transition: all 1s ease; /* Standard */
    transition: all 1s ease;
    display: inline-block;
  }

  #diip:hover {
    /* Firefox */
    -moz-transform: scale(1) rotate(180deg); /* WebKit */
    -webkit-transform: scale(1) rotate(180deg); /* Opera */
    -o-transform: scale(1) rotate(180deg); /* Standard */
    transform: scale(1) rotate(180deg);
  }

  #meio {
    clear: both;
    min-height: 68rem;
  }
  /* meio index */
  #banner {
    width: 100%;
    height: 700px;
    margin-top: 120px;
    position: relative;
    overflow: hidden;
  }
  #banner > ul {
    width: 100%;
    height: 100%;
  }
  .banner01 {
    background: url(../../images/banner-home.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .banner01 .text-banner {
    width: 250px;
    top: 80px;
    right: 0;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: 0.1rem;
  }
  .banner01 .text-banner:before {
    background-size: 51px 51px;
    width: 51px;
    height: 51px;
    top: 0;
    left: -80px;
  }
  .banner01 .bt-sobre-banner {
    display: none;
    position: absolute;
    color: #fff;
    right: 16rem;
    top: 62rem;
    font-size: 1.4rem;
  }

  .banner02 {
    background: url(../../images/banner-home03.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .banner03 {
    background: url(../../images/banner-home04.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .banner03 .text-banner {
    width: 200px;
    top: 430px;
    right: 50px;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: 0.1rem;
  }
  .banner03 .text-banner:before {
    background-size: 51px 51px;
    width: 51px;
    height: 51px;
    top: 0;
    left: -80px;
  }
  .banner03 .bt-sobre-banner {
    display: none;
    position: absolute;
    color: #fff;
    right: 21rem;
    top: 68rem;
    font-size: 1.4rem;
  }

  #pense-diferente {
    padding: 100px 0;
  }
  #pense-diferente h1 {
    font-size: 2.4rem;
    width: 100%;
    margin: 0 auto 100px;
  }
  #pense-diferente h1:after {
    background-size: 52px 44px;
    width: 52px;
    height: 44px;
    bottom: -75px;
    left: 50%;
    margin-left: -26px;
  }
  #pense-diferente p {
    font-size: 1rem;
    padding: 0;
  }

  #destaques {
    padding: 50px 0;
  }
  #destaques h1 {
    font-size: 2rem;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  #destaques .bt-veja-todas {
    font-size: 1.1rem;
    top: 20px;
    float: none;
    text-align: center;
  }
  ul.lista-postagem {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.lista-postagem li {
    float: none;
    width: 23.2rem;
  }
  ul.lista-postagem li .container-capa {
    width: 100%;
    height: 25rem;
    overflow: hidden;
  }
  ul.lista-postagem li .container-capa img {
    width: 100%;
    height: 100%;
    obecjt-fit: contain;
  }
  ul.lista-postagem li h2 {
    font-size: 1.6rem;
    margin: 25px 0 25px;
    text-align: center;
  }
  ul.lista-postagem li p {
    font-size: 1rem;
    padding-right: 0;
    text-align: center;
    margin-bottom: 120px;
  }

  #depoimentos-index {
    padding: 100px 0;
  }
  #depoimentos-index h1 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  #depoimentos-index h3 {
    font-size: 1.8rem;
    margin-bottom: 160px;
  }

  #depoimentos-index ul {
    justify-content: center;
  }
  #depoimentos-index ul li {
    width: 100%;
    padding: 0 20px 0;
    border: 3px solid #b5b5b5;
    margin-bottom: 200px;
  }
  #depoimentos-index ul li:last-child {
    margin-bottom: 0;
  }
  #depoimentos-index ul li .container-img {
    width: 11.6rem;
    height: 11.6rem;
    margin-top: -5.8rem;
    margin-bottom: 50px;
  }
  #depoimentos-index ul li > p {
    color: #595454;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 3rem 0 5rem;
  }

  #banner-final-index {
    width: 100%;
    overflow-x: hidden;
    height: auto;
    min-height: 450px;
    background: none;
    padding: 0;
    position: relative;
    z-index: 50;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  .banner-final {
    background: url(../../images/banner-home02.jpg) no-repeat center;
    background-size: cover;
    height: 450px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #banner-final-index .contain-text-banner {
    width: 250px;
    height: auto;
    top: 100px;
    right: 0;
    margin: 0 0 150px;
    float: right;
  }
  #banner-final-index .contain-text-banner .text-banner02 {
    font-size: 30px;
  }
  #banner-final-index .contain-text-banner .text-banner02:before {
    background-size: 51px 51px;
    width: 51px;
    height: 51px;
    top: 0;
    left: -80px;
  }
  #banner-final-index .contain-text-banner .bt-sobre-banner02 {
    font-size: 1rem;
    margin: 50px 0 0;
  }



  .contain-text-banner02 {
    width: 100%;
    overflow-x: hidden;
    height: auto;
    float: none;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  .contain-text-banner02 > h2 {
    font-size: 2rem;
    color: #545454;
    margin-bottom: 1rem;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
  }
  .contain-text-banner02 > p {
    color: #545454;
    font-size: 1rem;
    line-height: 1.8em;
  }
  .contain-text-banner02 .bt-palestras-banner {
    width: 100%;
    position: relative;
    color: #545454;
    display: block;
    font-size: 1.4rem;
    margin: 3rem 0 0;
  }

  .contain-info-banner-index {
    width: 100%;
    overflow-x: hidden;
    float: none;
    margin: 80px 0;
    padding: 50px 0 0;
    border-top: 5px solid #c02042;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  .contain-info-banner-index > span {
    font-size: 2rem;
    color: #545454;
    width: 100%;
    line-height: 1em;
  }
  .contain-info-banner-index > span > a {
    color: #545454;
  }
  .contain-info-banner-index .bt-contato {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 2rem;
  }

  #home .contain-news {
    width: 100%;
    overflow-x: hidden;
    height: auto;
    margin-bottom: 100px;
    padding-bottom: 20px;
  }
  #home .contain-news > h2,
  #home .contain-news .form-news {
    width: 100% !important;
    float: none;
    position: relative;
  }
  #home .contain-news .form-news {
    height: 3.9rem;
  }
  #home .contain-news > h2 {
    font-size: 1.44rem;
    color: #545454;
    text-align: center;
    padding: 0 1.7rem 20px;
  }
  #home .contain-news .form-news input[type="email"] {
    width: 100%;
    height: 100px;
    border: 3px solid #545454;
    background: transparent;
    padding: 0 110px 0 1rem;
  }
  #home .contain-news .form-news input[type="submit"] {
    background: url(../../images/bt-news02.jpg) no-repeat center;
    background-size: 100px auto;
    width: 100px;
    height: 100px;
  }

  /* INICIO QUEM SOMOS */

  #pg-quem-somos #banner {
    background: url(../../images/banner-adriano.jpg) no-repeat center;
    margin-top: 120px;
    position: relative;
    width: 100%;
    height: 700px;
  }
  #pg-quem-somos .text-banner {
    width: 250px;
    top: 350px;
    right: 10px;
    color: #ffffff;
    position: absolute;
    line-height: 1.1em;
    letter-spacing: 0.1rem;
    font-size: 25px;
  }
  #pg-quem-somos .text-banner:before {
    background-size: 51px 51px;
    width: 51px;
    height: 51px;
    top: 0;
    left: -80px;
  }
  #pg-quem-somos .bt-sobre-banner {
    display: none;
    position: absolute;
    color: #fff;
    right: 17rem;
    top: 64rem;
    font-size: 1.4rem;
  }

  #curriculo {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 100px 0;
  }
  #curriculo p {
    font-size: 1rem;
    padding: 0;
  }
  #curriculo p:before {
    background-size: 52px 44px;
    width: 52px;
    height: 44px;
    top: -70px;
    left: 50%;
    margin-left: -26px;
  }

  #jornada-do-conhecimento {
    padding: 130px 0 100px;
  }
  #jornada-do-conhecimento h1 {
    font-size: 1.6rem;
  }
  #jornada-do-conhecimento h1:after {
    width: 5rem;
    height: 3px;
    top: -25px;
  }
  #jornada-do-conhecimento p {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.2em;
  }
  #jornada-do-conhecimento ul {
    padding-top: 50px;
  }
  #jornada-do-conhecimento ul li {
    list-style: none;
    font-size: 1.1rem;
    line-height: 1.2em;
    padding: 10px 0px 10px 20px;
    position: relative;
  }
  #jornada-do-conhecimento ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    background: url(../../images/bt-jornada.png) no-repeat center;
    background-size: 8px 13px;
    width: 8px;
    height: 13px;
    top: 18px;
  }

  /* FIM QUEM SOMOS */

  /*agenda de eventos*/
  #pg-agenda_de_eventos #banner-eventos {
    width: 100%;
    background: url(../../images/banner-agenda-eventos.jpg) no-repeat top right;
    background-size: cover;
    height: 700px;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
    margin-top: 120px;
  }

  #pg-agenda_de_eventos .text-banner {
    width: 320px;
    height: auto;
    color: #fff;
    top: 400px;
    left: inherit;
    right: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  #pg-agenda_de_eventos .text-banner:before {
    background-size: 51px 51px;
    width: 51px;
    height: 51px;
    top: 0;
    left: -80px;
  }

  #pg-agenda_de_eventos .size {
    width: 100%;
    margin: 0 auto;
  }
  .titulo-agenda {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .texto-complementar {
    font-size: 1rem;
    margin-bottom: 100px;
    line-height: 1.1em;
  }
  #pg-agenda_de_eventos ul.lista-agenda {
    width: 100%;
  }
  ul.lista-agenda li {
    width: 100%;
    height: auto;
    border: 3px solid #b5b5b5;
    margin: 0 0 4rem;
  }
  .container-img-agenda {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    margin-bottom: 3rem;
  }
  .container-img-agenda img {
    width: 100%;
    height: 100%;
  }

  .lista-agenda li .cidade-evento {
    font-size: 1.2rem;
    width: 100%;
  }
  .lista-agenda li .titulo-evento {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
  .lista-agenda li .titulo-evento span {
    font-size: 1.5rem;
  }
  .lista-agenda li p {
    font-size: 1.4rem;
    width: 100%;
  }
  .sobre-o-evento {
    padding: 0 0.75rem;
    font-size: 1.4rem;
    height: 100px;
    line-height: 100px;
  }

  /* INICIO PALESTRAS */

  #problemas {
    height: auto;
    padding: 120px 0 50px;
  }
  .wrapper {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
  }
  .col01 {
    width: 300px;
    height: 300px;
    float: none;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .col02 {
    width: 100%;
    float: none;
    right: inherit;
    position: relative;
  }
  .col02 h1 {
    margin-bottom: 50px;
    text-align: center;
  }
  .col02 p {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: center;
  }

  #header-vendas,
  #header-lideranca,
  #header-motivacao {
    width: 100%;
    height: 400px;
  }
  #header-vendas:after,
  #header-lideranca:after,
  #header-motivacao:after {
    height: 50px;
  }
  #header-vendas .contain-title-vendas,
  #header-lideranca .contain-title-lideranca,
  #header-motivacao .contain-title-motivacao {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 80px;
  }
  #header-vendas .contain-title-vendas .icon-branco,
  #header-lideranca .contain-title-lideranca .icon-branco,
  #header-motivacao .contain-title-motivacao .icon-branco {
    background-size: 52px 44px;
    width: 52px;
    height: 44px;
    margin-bottom: 20px;
  }
  #header-vendas .contain-title-vendas h1,
  #header-lideranca .contain-title-lideranca h1,
  #header-motivacao .contain-title-motivacao h1 {
    font-size: 1.2rem;
  }
  #vendas .contain-text-vandas,
  #lideranca .contain-text-lideranca,
  #motivacao .contain-text-motivacao {
    padding: 50px 0 100px;
  }
  #vendas .contain-text-vandas p,
  #lideranca .contain-text-lideranca p,
  #motivacao .contain-text-motivacao p {
    font-size: 1rem;
    padding: 0 0;
  }

  #vendas-continuacao,
  #lideranca-continuacao {
    padding: 100px 0;
  }
  #vendas-continuacao h1,
  #lideranca-continuacao h1 {
    font-size: 2rem;
    margin-bottom: 100px;
  }
  #vendas-continuacao .ul-principal,
  #lideranca-continuacao .ul-principal {
    margin-bottom: 100px;
  }
  #vendas-continuacao .ul-principal > li,
  #lideranca-continuacao .ul-principal > li {
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.5em;
    padding-left: 1rem;
  }
  #vendas-continuacao .ul-principal > li:after,
  #lideranca-continuacao .ul-principal > li:after {
    content: "";
    position: absolute;
    left: 0px;
    background: url(../../images/bt-jornada.png) no-repeat center;
    background-size: 8px 13px;
    width: 8px;
    height: 13px;
    top: 18px;
  }
  #vendas-continuacao .ul-principal > li span,
  #lideranca-continuacao .ul-principal > li span {
    font-size: 1rem;
    line-height: 1.2em;
    display: block;
  }
  .duracao-palestra {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.1em;
  }
  .duracao-palestra:after {
    height: 3px;
    top: -25px;
  }
  .duvida {
    font-size: 1.1rem;
    line-height: 1.2em;
  }
  #header-vendas {
    background-size: cover;
  }
  .ul-secundaria {
    margin-bottom: 1rem;
  }
  .ul-secundaria > li {
    font-size: 1rem;
    line-height: 1.5em;
  }
  #header-lideranca {
    background-size: cover;
  }
  #header-motivacao {
    background-size: cover;
  }
  #motivacao {
    margin-bottom: 5px;
  }

  /*agenda de eventos interno*/
  #banner-eventos {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    margin-top: 120px;
  }
  #banner-eventos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #evento .cidade-evento {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
    padding: 0 2rem 1rem 2rem;
    font-family: "azo_sansmedium";
  }
  #evento .titulo-evento {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
    font-family: "azo_sansbold";
    padding: 0 2rem;
  }
  #evento .titulo-evento span {
    font-size: 1.5rem;
    display: block;
    clear: both;
    font-family: "azo_sansmedium";
    padding: 0.5rem 2rem;
  }
  #evento p {
    font-size: 1rem;
    color: #999;
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
    font-family: "azo_sanslight";
    line-height: 1.4em;
    padding: 1rem 2rem 0;
  }
  #evento p strong {
    color: #545454;
    font-family: "azo_sansmedium";
  }
  #evento {
    padding: 100px 0;
  }
  #evento .endereco {
    font-size: 1rem;
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
    font-family: "azo_sansmedium";
    padding: 0 2rem;
    margin-top: 1.2rem;
    line-height: 1.2em;
  }
  #evento h3 {
    font-size: 2.4rem;
    text-align: center;
    font-family: "azo_sansmedium";
    color: #c02042;
    margin: 100px 0 100px;
  }
  #evento form {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #evento input[type="text"],
  #evento input[type="email"],
  #evento input[type="tel"] {
    margin: 0 0 1rem 0;
    padding: 0 1rem 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-radius: 0px;
    border: 0.2rem solid #c7c7c7;
    background: transparent;
  }

  #evento input[type="text"]:focus,
  #evento input[type="email"]:focus,
  #evento input[type="tel"]:focus {
    border: 0.2rem solid #c02042 !important;
    outline: none !important;
  }
  #evento ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3a3740;
    font-size: 1rem;
  }
  #evento ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3a3740;
    font-size: 1rem;
  }
  #evento :-ms-input-placeholder {
    /* IE 10+ */
    color: #3a3740;
    font-size: 1rem;
  }
  #evento :-moz-placeholder {
    /* Firefox 18- */
    color: #3a3740;
    font-size: 1rem;
  }

  .vanadium-advice {
    display: none;
  }
  .vanadium-invalid {
    border-color: #f2bd45 !important;
  }

  .submit {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    height: 100px;
    border-radius: 0px;
    border: 0px solid #aaa;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    background-color: #c02042;
    cursor: pointer;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .submit:hover {
    background-color: #333;
    border-color: #333;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  /*INICIO CONTATO*/

  #contato .meio {
    width: 100%;
    height: auto;
  }

  .col01-contato {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 100px;
    z-index: 50;
  }
  .col01-contato h1 {
    font-size: 2rem;
    height: auto;
    width: 100%;
    line-height: 1.1em;
    margin-bottom: 100px;
    text-align: center;
    padding-top: 100px;
  }
  .col01-contato p {
    font-size: 1.2rem;
    color: #545454;
    height: auto;
    width: 100%;
    line-height: 1.4em;
    margin-bottom: 5rem;
    text-align: center;
  }

  #contato .contain-news .form-news input[type="email"] {
    width: 100% !important;
  }
  /* FORM */
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    margin: 0 0 1rem 0;
    padding: 0 1rem 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-radius: 0px;
    border: 3px solid #c7c7c7;
    background: transparent;
  }
  textarea {
    margin: 0 0 1rem 0;
    padding: 1.5rem 1rem 0;
    width: 100%;
    border-radius: 0px;
    background: transparent;
    border: 3px solid #c7c7c7;
    height: 250px;
    font-size: 1rem;
    text-align: left;
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus {
    border: 3px solid #c02042 !important;
    outline: none !important;
  }

  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3a3740;
    font-size: 1rem;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3a3740;
    font-size: 1rem;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #3a3740;
    font-size: 1rem;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #3a3740;
    font-size: 1rem;
  }

  .vanadium-advice {
    display: none;
  }
  .vanadium-invalid {
    border-color: #f2bd45 !important;
  }

  .submit {
    margin: 0 0 100px 0;
    padding: 0;
    width: 100%;
    height: 100px;
    border-radius: 0px;
    border: 0px solid #aaa;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
  }

  /* FIM FORM */
  .col02-contato {
    height: auto;
    width: 100%;
    position: relative;
    float: none;
    text-align: center;
    margin: 0;
  }
  #caixa01 .info-contato {
    font-size: 2rem;
    height: auto;
    width: 100%;
    line-height: 1.1em;
    margin-top: 100px;
  }
  #caixa01 .info-contato .whatsapp {
    font-size: 2rem;
    height: auto;
    width: 100%;
    position: relative;
    padding-left: 45px;
  }
  #caixa01 .info-contato .whatsapp:before {
    content: "";
    position: absolute;
    background: url(../../images/whatsapp_icon_contato.png) no-repeat center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    left: 0;
  }
  #caixa01 address {
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-top: 0.5rem;
  }
  .right {
    float: none;
  }
  #caixa02 h1 {
    font-size: 2rem;
    margin-top: 8rem;
  }
  #caixa02 p {
    font-size: 1rem;
    width: 100%;
    line-height: 1.4rem;
    font-family: "azo_sansregular";
    margin-top: 2rem;
  }

  ul.redes-sociais-contato {
    width: 100%;
    height: 100px;
    margin: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.redes-sociais-contato li {
    width: 100px;
    height: 100px;
    margin-left: 20px;
  }

  /* feedbacks */
  #pagamento .meio {
    width: 100%;
    height: auto;
    padding: 100px 0 0;
  }
  #pagamento .meio h1 {
    font-size: 3rem;
    line-height: 1.1em;
    margin-bottom: 100px;
    padding-top: 0;
  }

  input[type="image"] {
    width: 250px;
    height: 100px;
    position: relative;
    left: 50%;
    margin-left: -125px;
    margin-bottom: 100px;
  }
  .bt-voltar-a-navegar {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 2rem;
    margin: 50px 0 100px;
  }
  /* blog */
  .blog-meio {
    padding: 120px 0 0 0;
    border-bottom: 3px solid #ccc;
  }
  #title-blog {
    float: left;
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 0 0 35px 0;
    padding: 100px 0 50px 5%;
  }
  .blog-meio .size {
    padding: 0 0 0 0;
  }
  .blog-meio .col01 {
    width: 100%;
    float: none;
    margin: 25px 0 0 0;
    padding: 0 5% 0 5%;
    height: auto;
  }
  .blog-meio .col02 {
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 3px solid #b5b5b5;
  }
  .blog-meio .col01 ul {
    list-style: none;
  }
  .blog-meio .col01 ul li {
    border-bottom: 2px solid #b5b5b5;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .blog-meio .col01 ul li:last-child {
    border: none;
  }
  .blog-meio .col01 ul > li > h1 {
    text-transform: uppercase;
    margin: 0 0 10px 0;
  }
  .blog-meio .col01 ul .blog-texto {
    margin: 0 0 20px 0;
  }
  .blog-meio .col01 ul .blog-img {
    max-width: 100%;
    min-height: 200px;
    max-height: 400px;
    overflow: hidden;
  }
  .blog-meio .col01 ul .blog-img img {
    width: 100%;
    height: auto;
  }

  .blog-meio .col02 ul {
    list-style: none;
  }
  .blog-meio .col02 form {
    padding: 0 5% 0 5%;
  }
  #blog-pesquisa {
    position: relative;
    width: 100%;
    padding: 0 5% 0 5%;
  }
  #blog-pesquisa label {
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px 0;
  }
  #blog-pesquisa input[type="search"] {
    width: 100%;
    height: 80px;
    background: none;
    border: 2px solid #ccc;
    padding: 0 15px 0 15px;
    border-radius: 0;
    line-height: 39px;
  }
  #blog-pesquisa input[type="submit"] {
    width: 80px;
    height: 80px;
    background-size: 70px 70px;
    position: absolute;
    right: 5%;
    bottom: -5px;
    text-indent: -99999px;
    border: none;
  }

  #blog-categorias,
  #blog-arquivos {
    width: 100%;
    margin: 35px 0 0 0;
  }
  #blog-categorias h1,
  #blog-arquivos h1 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 1rem;
  }
  #blog-categorias li,
  #blog-arquivos li {
    text-transform: uppercase;
  }

  .form-select label {
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
  }
  .select {
    width: 100%;
    height: 100px;
  }
}
@media all and (max-height: 959px) and (max-width: 1000px) {
  #topo {
    position: absolute !important;
  }
}

.box-main-modal {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  padding: 20px;
  text-align: center;
  background: rgba(127, 1, 1, 0.9);
}
.box-main-modal > h1 {
  font-size: 2.4em;
  color: #fff;
}
.titulo-label {
  font-size: 1.9rem;
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
  padding: 0 2rem 1rem 2rem;
  font-weight: 400;
}
.texto-left {
  text-align: left !important;
}

.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-30 {
  margin-top: 30px;
}
.p-bottom-30 {
  margin-bottom: 30px !important;
}
#evento p {
  text-align: left !important;
}
#evento iframe {
  width: 100%;
}
.barra-divisoria,
.barra-divisoria2 {
  width: 100%;
  padding: 3rem 0 3rem;
  background: #be1f38;
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.barra-divisoria2 {
  padding: 15px 45px;
}
.barra-divisoria > h1 {
  font-size: 2.3em;
  color: #fff;
  font-weight: 600;
}
.barra-divisoria2 > h1 {
  font-size: 2.1em;
  color: #fff;
  font-weight: 600;
}
.barra-divisoria:after {
  content: "";
  position: absolute;
  background: url(../../images/setabanners-inverso.png) no-repeat center bottom;
  width: 100%;
  height: 5rem;
  background-size: cover;
  left: 0;
  margin-top: 15px;
}

.insc-box {
  border: 2px solid #c7c6c6;
  padding: 12px 12px;
}

.insc-box > div > p {
  color: #333 !important;
  padding: 0px !important;
  margin: 0px !important;
}
.insc-box span {
  font-size: 16px;
  padding: 0px;
}
.insc-box input[type="number"] {
  font-size: 16px;
  width: 100%;
  margin: 0 !important;
}
.insc-box .carrinho {
  display: inline-block;
  width: 32px;
  height: 25px;
  background: url(../../images/carrinho.png) no-repeat center bottom;
  margin-right: 20px;
}
.cor-vermelho {
  color: #c02042;
}
.fa-minus-circle,
.fa-plus-circle {
  font-size: 24px !important;
  font-weight: 400;
}
.no-border {
  border: none !important;
}
.margin-0 {
  margin: 0 !important;
}

select {
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem 0 !important;
  width: 100%;
  height: 4rem !important;
  border-radius: 0px !important;
  border: 0.2rem solid #c7c7c7 !important;
  font-size: 1.6rem !important;
}

.bg-cinza {
  background: #ebebeb;
}
.bg-branco {
  background: #fff !important;
}
.bg-vermelho {
  background: #c02042 !important;
}

.aplicar-codigo {
  display: block;
  width: 100%;
  height: 4rem;
  font-size: 16px;
  padding-top: 15px;
  color: #fff;
  background: #c02042;
  vertical-align: middle;
  text-align: center;
}
.iniciar-insc,
.bt-voltar {
  display: block;
  width: 100%;
  font-size: 16px;
  min-height: 50px;
  height: 100%;
  max-height: 100px;
  padding-top: 20px;
  color: #fff;
  background: #c02042;
  vertical-align: middle;
  text-align: center;
}
.aplicar-codigo:hover,
.iniciar-insc:hover {
  color: #fff;
  background: #333;
}
.val-final {
  text-align: right;
  font-size: 20px !important;
}
.bt-pagamento {
  color: #fff;
  background: #c02042;
  font-size: 18px;
  border-radius: 0px;
  padding: 10px 15px;
}
.bt-pagamento:hover,
.bt-pagamento:focus,
.bt-pagamento:active,
.iniciar-insc:focus,
.iniciar-insc:active,
.iniciar-insc:hover {
  color: #fff;
  background: #333;
}

.p-left-right-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}

.obs {
  position: absolute !important;
  bottom: 6px;
  font-size: 12px;
  color: #c02042;
}
.obs > b {
  font-size: 14px;
  font-weight: 400;
}

.form-inscricao {
  width: 100% !important;
}

.bt-fotos-evt {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;
  color: #fff;
  background: url(../../images/bg-camera.png) center no-repeat;
  background-size: cover;
  padding: 50px;
  font-size: 2.4rem;
}
.bt-fotos-evt i {
  position: absolute;
  z-index: 1100;
  right: 15px;
  bottom: 20px;
}

.item-parceiro {
  text-align: center;
  overflow: hidden;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  
}
.item-parceiro p {
  position: absolute;
  z-index: 10;
  font-size: 1.5em;
  font-weight: 600;
  bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 10px;
  padding-right: 60px;
  line-height: 1.2em;
  text-align: left;
  color: rgba(255,255,255,0);
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}
.item-parceiro p:before
{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  margin-bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 0px solid rgba(192, 32, 66, 0);
  border-right: 0px solid transparent;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
} 

.item-parceiro img {

  width: 65%;
  filter: blur(0);
  transform: scale(1);
  transition: all 80ms ease-in-out;
  -webkit-transition: all 80ms ease-in-out;

}
.item-parceiro a:hover img {
  filter: blur(0);
  transform: scale(1.08);
}
.item-parceiro a:hover p {
  color:  rgba(255,255,255,1);
}
.item-parceiro a:hover p:before {
  border-bottom: 155px solid rgba(192, 32, 66, .9);
  border-right: 230px solid transparent;
}

li.linha-ano {
  margin-bottom: 0.5rem;
}

a.active-ano {
  font-weight: bold;
  font-size: 1.6rem;
}

.bloco-mensal {
  display: none;
  padding-left: 1rem;
  border-top: 1px solid #c7c6c6;
  border-bottom: 1px solid #c7c6c6;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

ul.sub li {
  margin: 10px 0;
}


.m-bot-1 { margin-bottom: 1rem; }
.m-bot-2 { margin-bottom: 2rem; }

@media screen and (max-width: 768px) {
  #evento {
    font-size: 24px !important;
  }
  .m-top-10 {
    margin-top: 0px;
  }
  .m-top-20 {
    margin-top: 10px;
  }
  .m-top-30 {
    margin-top: 15px;
  }
  .etapa1 {
    margin-top: 20px;
  }
  .titulo-label {
    font-size: 1.6rem;
    width: 100%;
    clear: both;
    display: block;
    padding: 0 2rem 1rem 2rem;
    font-weight: 400;
  }
  .barra-divisoria > h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
  }
  .barra-divisoria2 > h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
  }
  #evento {
    padding: 30px 0;
  }
  #evento p {
    font-size: 16px;
  }
  #evento iframe {
    width: 100%;
  }
  .aplicar-codigo {
    height: 60px;
    margin-top: 20px;
    padding-top: 20px;
  }
  select,
  input[type="text"],
  input[type="email"] {
    height: 6rem !important;
  }

  .etapa2 .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .etapa2 .p2 {
    margin-top: -30px !important;
  }

  .bt-fotos-evt {
    padding: 90px;
    font-size: 3.2rem;
  }
  .bt-fotos-evt i {
    right: 25px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body {
  	line-height: unset;
  }

  #evento ul li {
  	padding-left: 20px;
  	padding-right: 20px;
  }
}

.mtop {
  margin-top: 80px;
}

/* ------ perfil dominante -------*/

#perfil-dominante {
	width: 100%;
	height: auto;
	background: #fff;
	font-size: 16px;
}
#perfil-dominante p {
	text-align: left;
	line-height: 1.5em;
	color: #545454;
}
#perfil-dominante label {
	user-select: none;
	line-height: 2.5em;
	color: #545454;
	display:block;
	font-size:16px;
}

#perfil-dominante small {
	font-size:12px;
}
#perfil-dominante h2 {
	color: #545454;
	font-weight: bold;
	margin-bottom:10px;
}
#perfil-dominante span {
	display: inline-block;
	margin:0 5px;
}
#perfil-dominante .tab {
	padding:20px 0;
}
#perfil-dominante .d-none {
	display:none !important;
}


#perfil-dominante .progresso {
	padding:20px;
	font-size: 14px;
	line-height: 2em;
	color: #545454;
	display:flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	border-bottom:3px solid #c02042;
	margin-top:50px;
	margin-bottom:20px;
}
#perfil-dominante .progresso:last-child {
	border-bottom:none;
	border-top:3px solid #c02042;
	margin-top:20px;
}
#perfil-dominante .progresso h3 {
	font-size: 14px;
	color: #545454;
	font-weight: bold;
	margin:0 20px;
}
#perfil-dominante .progresso .anterior,
#perfil-dominante .progresso .proxima,
#perfil-dominante .progresso .concluir {
	user-select: none;
	display: inline-block;
	text-align: center;
	background: #c02042;
	color: #fff;
	font-size: 1.33rem;
	font-family: "azo_sansbold";
	border-radius: 1.5rem;
	padding:1rem 2rem;
	cursor: pointer;
}
#perfil-dominante .progresso .anterior.off,
#perfil-dominante .progresso .proxima.off,
#perfil-dominante .progresso .concluir.off {
	background: #eee !important;
	cursor:default;
}


#perfil-dominante .progresso .anterior:hover,
#perfil-dominante .progresso .proxima:hover,
#perfil-dominante .progresso .concluir:hover {
	background-color: #333;
	border-color: #333;
	transition: 0.5s;
}
#perfil-dominante .texto {
	margin:20px 0;
	padding:10px;
	border:1px solid #c02042;
}
#perfil-dominante input[type="number"] {
	margin: 0 0 1rem 0;
    padding: 0.5rem 1rem 0;
    width: 100%;
    height: 4rem;
    border-radius: 0px;
    border: 0.2rem solid #c7c7c7;
    background: transparent;
    font-size: 1.6rem;
}
  
