.fundo.fundoInternas #componente {
  font-family: 'Open Sans', sans-serif;
}

.fundo.fundoInternas #componente #container-topo {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  -webkit-box-shadow: 0px 9px 31px -7px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 9px 31px -7px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  padding: 0px 20px 20px 0px;
}

.fundo.fundoInternas #componente #container-topo .logo-pen {
  width: 50%;
  float: left;
}

.fundo.fundoInternas #componente #container-topo .menu-mobile-pen {
  display: none;
}

.fundo.fundoInternas #componente #container-topo .menu-pen {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  width: calc(50% - 30px);
  min-height: 500px;
  margin-top: 20px;
}

.fundo.fundoInternas #componente #container-topo .menu-pen ul {
  position: relative;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .menu-bg {
  height: 500px;
  position: absolute;
  z-index: 1;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .menu-bg #item_1, .fundo.fundoInternas #componente #container-topo .menu-pen .menu-bg #item_2, .fundo.fundoInternas #componente #container-topo .menu-pen .menu-bg #item_3, .fundo.fundoInternas #componente #container-topo .menu-pen .menu-bg #item_4, .fundo.fundoInternas #componente #container-topo .menu-pen .menu-bg #item_5 {
  cursor: pointer;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu:nth-child(1) {
  margin-left: 15px;
  margin-top: 20px;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu:nth-child(2) {
  margin-left: 80px;
  margin-top: 15px;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu:nth-child(2) .item-acao:before {
  left: 65px;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu:nth-child(3) {
  margin-left: 105px;
  margin-top: 30px;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu:nth-child(3) .item-acao:before {
  left: 90px;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu:nth-child(4) {
  margin-left: 80px;
  margin-top: 30px;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu:nth-child(4) .item-acao:before {
  left: 65px;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu:nth-child(5) {
  margin-left: 15px;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu:hover .item-acao {
  background-color: #ecbc31;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu .item-acao {
  width: 0px;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  background-color: #fcc935;
  margin: 15px 0px;
  font-size: 25px;
  display: block;
  font-weight: 600;
  color: #000;
  padding: 0px;
  border-radius: 35px;
  text-align: right;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fundo.fundoInternas #componente #container-topo .menu-pen .item-menu .item-acao:before {
  content: ' ';
  -webkit-box-shadow: 10px 0px 45px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 10px 0px 45px -5px rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 95px;
  height: 70px;
  left: 0;
  border-radius: 35px;
}

.fundo.fundoInternas #componente #container-topo img {
  margin: 0px;
}

.fundo.fundoInternas #componente #container-topo #container-mobile {
  display: none;
}

.fundo.fundoInternas #componente #container-encontros {
  position: relative;
}

.fundo.fundoInternas #componente #container-encontros #encontros-mobile {
  display: none;
}

.fundo.fundoInternas #componente #container-encontros #titulo-encontros {
  text-align: center;
  margin: 100px 0px 50px 0px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000 !important;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  width: 905px;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li {
  float: left;
  padding: 11px 8px;
  font-size: 13px;
  height: 20px;
  -webkit-box-shadow: inset 15px 0px 40px -20px rgba(0, 0, 0, 0.75);
  box-shadow: inset 15px 0px 40px -20px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-1 {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #4492cf;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-2 {
  background-color: #af55a0;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-3 {
  background-color: #ec306b;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-4 {
  background-color: #9cc330;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-5 {
  background-color: #e8c500;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-6 {
  background-color: #009396;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-7 {
  background-color: #30c367;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-8 {
  background-color: #e93635;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-9 {
  background-color: #ff9100;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li.aba-10 {
  background-color: #00b8d8;
}

.fundo.fundoInternas #componente #container-encontros #abas-encontros li#aba-ativa {
  -webkit-box-shadow: 5px 0px 10px -3px rgba(0, 0, 0, 0.5), -5px 0px 10px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 0px 10px -3px rgba(0, 0, 0, 0.5), -5px 0px 10px -3px rgba(0, 0, 0, 0.5);
  padding: 14px 7px;
  margin-top: -6px;
  font-size: 16px;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo {
  background-color: #edf3f5;
  padding: 50px 60px;
  display: block;
  float: left;
  width: calc(100% - 120px);
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #titulo-encontro {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  height: 90px;
  font-size: 40px !important;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #titulo-encontro .first-word {
  font-size: 140px;
  margin-right: 10px;
  line-height: 90px;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo {
  width: 737px;
  height: auto;
  float: right;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo img {
  margin: 0px;
  max-width: 100%;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo .loading-pen {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo .loading-pen .loading-centro {
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  position: absolute;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo .loading-pen .loading-centro i {
  color: #f05b3d;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo {
  padding: 15px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo:first-of-type::after {
  display: none;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo:last-of-type::before {
  display: none;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo::after {
  content: ' ';
  border-left: 2px solid #bdbdbd;
  position: absolute;
  left: 90px;
  top: 0;
  height: calc(50% - 20px);
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo::before {
  content: ' ';
  border-left: 2px solid #bdbdbd;
  position: absolute;
  left: 90px;
  bottom: 0;
  height: calc(50% - 20px);
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .icone-linhadotempo {
  height: 100%;
  width: 99px;
  position: absolute;
  top: 0;
  left: 0;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .icone-linhadotempo img {
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .icone-linhadotempo::after {
  content: ' ';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #bdbdbd;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .box-linhadotempo {
  margin-left: auto;
  background-color: #d3d9dc;
  padding: 15px;
  color: #000;
  border-radius: 20px;
  float: right;
  width: 570px;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .box-linhadotempo .titulo-linhadotempo {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #000 !important;
  margin-bottom: 20px;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .box-linhadotempo .aspas {
  font-size: 120px;
  line-height: 10px;
  margin-top: 51px;
  float: left;
  font-weight: 800;
  color: #9fa4a6;
  font-family: Arial;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .box-linhadotempo .box-galeria {
  margin-bottom: 25px;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .box-linhadotempo .box-galeria img {
  display: block;
  height: 150px;
  /* set min-width, allow images to set cell width */
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
  /* vertically center */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .box-linhadotempo .box-galeria.is-fullscreen img {
  height: auto;
  max-height: 100%;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .box-linhadotempo .legenda-galeria {
  text-align: center;
  margin-top: 30px !important;
  margin-bottom: 0px !important;
  display: block;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo ul .area-linhadotempo .mobile-linhadotempo {
  display: none;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo #paginacao-carregar-mobile {
  display: none;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo #paginacao-carregar {
  background: #519300;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #519300), color-stop(40%, #519300), color-stop(60%, #245700), color-stop(100%, #245700));
  background: -webkit-gradient(linear, left top, left bottom, from(#519300), color-stop(40%, #519300), color-stop(60%, #245700), to(#245700));
  background: linear-gradient(to bottom, #519300 0%, #519300 40%, #245700 60%, #245700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519300', endColorstr='#245700', GradientType=0 );
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  width: 125px;
  margin: 20px 0px;
  margin-left: calc(100% - (425px - (125px / 2)));
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fundo.fundoInternas #componente #container-encontros #box-conteudo #conteudo-linhadotempo #paginacao-carregar:hover {
  background: #6bb504;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6bb504), color-stop(40%, #6bb504), color-stop(60%, #2c6900), color-stop(100%, #2c6900));
  background: -webkit-gradient(linear, left top, left bottom, from(#6bb504), color-stop(40%, #6bb504), color-stop(60%, #2c6900), to(#2c6900));
  background: linear-gradient(to bottom, #6bb504 0%, #6bb504 40%, #2c6900 60%, #2c6900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb504', endColorstr='#2c6900', GradientType=0 );
}

.fundo.fundoInternas #componente #popup-pen {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.fundo.fundoInternas #componente #popup-pen #painel-popup {
  background-color: #f5f5f5;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90%;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}

.fundo.fundoInternas #componente #popup-pen #painel-popup .loading-popup {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}

.fundo.fundoInternas #componente #popup-pen #painel-popup .loading-popup .loading-centro {
  color: #f05b3d;
}

.fundo.fundoInternas #componente #popup-pen #painel-popup .fechar-popup {
  position: absolute;
  right: 43px;
  top: 32px;
  width: 20px;
  height: 20px;
  z-index: 999;
  border: 2px solid #f05b3d;
  cursor: pointer;
  border-radius: 100%;
}

.fundo.fundoInternas #componente #popup-pen #painel-popup .fechar-popup:before, .fundo.fundoInternas #componente #popup-pen #painel-popup .fechar-popup:after {
  position: absolute;
  left: 9px;
  top: 4px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #f05b3d;
}

.fundo.fundoInternas #componente #popup-pen #painel-popup .fechar-popup:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fundo.fundoInternas #componente #popup-pen #painel-popup .fechar-popup:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fundo.fundoInternas #componente #popup-pen #painel-popup:after {
  content: ' ';
  border: 6px solid #fff;
  border-radius: 50px;
  width: 98%;
  height: 98%;
  position: absolute;
  top: 11px;
  right: 22px;
}

.fundo.fundoInternas #componente #popup-pen .titulo-popup {
  background-color: transparent;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  overflow-y: auto;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  padding: 15px;
  color: #f05b3c !important;
  font-weight: 700;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup {
  background-color: transparent;
  position: absolute;
  width: 85%;
  height: 60%;
  overflow-y: auto;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 600;
  margin: auto;
  z-index: 99;
  padding: 15px;
  font-size: 16px;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup a {
  font-weight: 800;
  font-size: 17px;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup audio {
  background-color: darkgrey;
  padding: 5px;
  border-radius: 40px;
  max-width: 100%;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup video {
  max-width: 100%;
  height: auto;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup img {
  max-width: 100%;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup::-webkit-scrollbar-button {
  display: none;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup::-webkit-scrollbar-thumb {
  background-color: #f05b3d;
  border-radius: 50px;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup::-webkit-scrollbar-thumb::hover {
  background-color: #f05b3d;
  border-radius: 50px;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup::-webkit-scrollbar-track {
  background-color: #dde0e3;
  border-radius: 50px;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup::-webkit-scrollbar-track::hover {
  background-color: #dde0e3;
  border-radius: 50px;
}

.fundo.fundoInternas #componente #popup-pen #conteudo-popup::-webkit-scrollbar {
  width: 5px;
}

.fundo.fundoInternas #componente #popup-pen #contato-pen {
  display: none;
  background-color: transparent;
  position: absolute;
  width: 85%;
  height: 60%;
  overflow-y: auto;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 600;
  margin: auto;
  z-index: 99;
  padding: 15px;
  font-size: 16px;
}

.fundo.fundoInternas #componente #popup-pen #contato-pen #nome, .fundo.fundoInternas #componente #popup-pen #contato-pen #telefone, .fundo.fundoInternas #componente #popup-pen #contato-pen #email, .fundo.fundoInternas #componente #popup-pen #contato-pen #mensagem {
  float: left;
  width: calc(100% - 24px);
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
}

.fundo.fundoInternas #componente #popup-pen #contato-pen #mensagem {
  height: 100px;
}

.fundo.fundoInternas #componente #popup-pen #contato-pen #enviar {
  background: #519300;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #519300), color-stop(40%, #519300), color-stop(60%, #245700), color-stop(100%, #245700));
  background: -webkit-gradient(linear, left top, left bottom, from(#519300), color-stop(40%, #519300), color-stop(60%, #245700), to(#245700));
  background: linear-gradient(to bottom, #519300 0%, #519300 40%, #245700 60%, #245700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519300', endColorstr='#245700', GradientType=0 );
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  width: 125px;
  margin: 0 auto;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fundo.fundoInternas #componente #popup-pen #contato-pen #enviar:hover {
  background: #6bb504;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6bb504), color-stop(40%, #6bb504), color-stop(60%, #2c6900), color-stop(100%, #2c6900));
  background: -webkit-gradient(linear, left top, left bottom, from(#6bb504), color-stop(40%, #6bb504), color-stop(60%, #2c6900), to(#2c6900));
  background: linear-gradient(to bottom, #6bb504 0%, #6bb504 40%, #2c6900 60%, #2c6900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb504', endColorstr='#2c6900', GradientType=0 );
}
/*# sourceMappingURL=pen.css.map */