﻿/*

Theme Name: AMB
Theme URI: https://amb.org.br
Author: Marketing AMB
Description: Feito para Associação Médica Brasileira.
Version: 1.0.0
Text Domain: AMB

*/
@import url('foundation/css/foundation.css');
@import url('fonts/fonts.css');
@import url('css/perfect-scrollbar.css');
/*
font-family: 'latoblack';
font-family: 'latohairline';
font-family: 'latobold';
font-family: 'latohairline_italic';
font-family: 'latoitalic';
font-family: 'latoregular';
font-family: 'latolight';
font-family: 'latolight_italic';
font-family: 'latobold_italic';
font-family: 'latoblack_italic';
font-family: 'abcd';
*/
* {
  font-family: 'latoregular', sans-serif;
  outline: 0;
}
body {
  background-color: #f5f5f5;
  padding-top: 60px;
}
.entry-header .entry-title {
  display: none;
}
.search-important {
  background: #124573 !important;
  color: #fff !important;
  padding: 25px 50px 65px 10px !important;
  font-size: 1.7em !important;
}
.wild-menu {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#masthead {
  background: #fff;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px 1px rgba(51, 51, 51, 0.05);
  box-shadow: 0 2px 10px 1px rgba(51, 51, 51, 0.05);
}
.header-main {
  height: 85px;
  display: block;
  margin: 0 auto;
}
.header-main .links-topo {
  color: #124573;
  font-family: 'latobold';
  font-size: 1.125em;
}
.logo a {
  display: block;
  margin-top: 4px;
}
.wild-menu {
  font-size: 1.125em;
  color: #124573;
  font-family: 'latobold';
  float: left;
  padding: 32px 35px 31px 10px;
  margin: 0 1px;
}
.wild-menu a {
  font-size: 1.125em;
  color: #124573;
  font-family: 'latobold';
}
.wild-menu:hover a {
  color: #fff;
}
.wild-menu:hover {
  color: #fff;
  background-color: #124573;
}
.wild-menu span {
  position: absolute;
  margin: 1px 0 0 7px;
}
.search-painel ul {
  list-style-type: none
}
.search-painel ul li img {
  width: 30px
}
.search-painel ul li ul {
  display: none
}
.search-painel ul li {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.search-painel ul li:hover ul {
  display: block position:absolute;
}
.icon-glyph {
  font-family: 'abcd' !important;
  text-transform: uppercase;
}
.to-right {
  float: right;
  position: relative;
  margin-top: -9px;
  height: 90px;
  display: inline-block;
}
.back-slider {
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.conteudo-back {
  width: 100%;
  background: url('https://amb.org.br/wp-content/themes/amb/images/cont-bkg.jpg');
  display: block;
  z-index: 2;
  position: relative;
}
.index-destaq {
  height: 145px;
  position: relative;
  overflow: hidden;
  margin: 14px 0;
}
.space-columns {
  position: relative;
  margin-left: 0.9375em;
  margin-right: 0.9375em;
  float: left;
}
.if-direita {
  width: 220px;
}
.btn-exibir {
  float: right;
  background: #127d8f;
  padding: 10px 20px;
}
/* --------- MENU ----------*/
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 125, 143, 0.95);
  /* overflow-y: hidden; */
  overflow: auto;
  z-index: 99999 !important;
}
/* Overlay closing cross */
.overlay .overlay-close {
  background: #275881;
  /* text-indent: 200%; */
  /* color: transparent; */
  outline: none;
  z-index: 100;
  font-size: 0.64em;
  padding: 6px 14px;
  float: right;
}
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 40%;
  height: 60%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  /* height: 100%; */
  position: relative;
}
.overlay ul li {
  display: block;
  min-height: 54px;
  margin: 2.5px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.overlay ul li a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 10px 0 10px 10px;
  width: 340px;
  text-align: left;
  font-size: 0.875em;
  font-family: 'latolight';
  color: #fff;
  border: 1px solid #fff;
  border-left-width: 15px;
}
.overlay ul li a:hover, .overlay ul li a:focus, #description .active a {
  color: #333;
  background-color: #ebb61a;
  border: 1px solid #ebb61a;
}
/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.page-template-voce-consegue #banner-topo {
  width: 100%;
  height: auto;
  min-height: 340px;
  max-width: 100%;
  background-size: cover !important;
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
.category-noticias h4 {
  background-color: #f7f7f7;
  padding: 18px;
  border-bottom: solid 2px #ccc;
  color: #00558c;
  margin-bottom: 20px;
}
/*Ajustar o media ao CSS*/
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
#slider-box, .slider-box-a1, .slider-box-a2 {
  font-family: 'latoblack';
  font-size: 48px;
  text-align: center;
  padding: 0 35px;
  min-width: 400px;
}
#slider-box {
  display: block;
  position: absolute;
  margin: -166px -150px;
}
.slider-box-a1 {
  background: #127d8f;
  margin-left: -435px;
  display: inline-block;
}
.slider-box-a2 {
  background: #104673;
}
.back-slider-mask {}
.foto-destaq {
  position: relative;
  z-index: 0;
  margin-top: -55px;
}
.foto-destaq img, #btn-navegue .nav-egue {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.foto-destaq:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}
.h1-destaq {
  background: #127d8f;
  margin: -93px 0 0 0;
  position: absolute;
  z-index: 5;
  width: 88%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  bottom: 0;
}
.h1-destaq:hover {
  background: #104673;
}
.h1-destaq a h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  /* margin-top: -5px; */
  height: 45px;
  display: block;
  padding-top: 10px;
}
div.timer {
  top: 130px !important;
}
/* --------- MENU ---------- END */
/* --------- SUB-MENU ------ */
#menu-nav .menu-item .sub-menu {
  display: none;
}
#description .active .sub-menu {
  display: block;
  margin-top: 11px;
}
#menu-nav .menu-item .sub-menu a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding-left: 50px;
  text-transform: uppercase;
  background: url('https://amb.org.br/wp-content/themes/amb/images/dir.png') no-repeat 13px 7px;
}
#menu-nav .menu-item .sub-menu a:hover {
  color: #333;
  background: url('https://amb.org.br/wp-content/themes/amb/images/dirH.png') #fff no-repeat 13px 7px;
}
.menu-title-sup {
  color: #127d8f;
  background: #fff;
  width: 340px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: left;
  padding-left: 15px;
  overflow: hidden;
}
#in-container {
  width: 100%;
  display: block;
  position: relative;
}
.site-main {}
#container-index {
  z-index: 1;
}
.inicio-in {
  display: block;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
.menu-title-sup span {
  font-size: 0.4em;
  margin-top: 8px;
  position: absolute;
  font-family: 'latoregular';
}
.yellow-space {
  padding: 0 0 15px 0;
}
/* --------- NOTÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂCIAS ---- */
.imgmin-noticias-box {
  display: block;
  height: 70px;
  overflow: hidden;
  float: left;
  padding-left: 0.9375em;
}
.imgmin-noticias-capa {
  width: 100%;
  height: 100%;
  background: url('https://amb.org.br/wp-content/themes/amb/images/not-cut.png') no-repeat 64px 10px;
  position: absolute;
}
.imgmin-noticias {
  width: 150px;
}
.bar-noticias {
  background: #eee;
  max-height: 4.390em;
  min-height: 4.390em;
}
.title-destaque {
  font-size: 15px;
  text-transform: uppercase;
}
.title-destaque a {
  color: #104673;
}
.resumoPost {
  line-height: 1em;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.resumoPost p {
  font-size: 0.9em;
}
a.plus-destaq {
  position: absolute;
  display: block;
  color: #fff;
  background: #127d8f;
  padding: 0 7.5px;
  right: 0;
  margin-top: -40px;
}
a.plus-destaq:hover {
  background: #104673;
}
.m-prod {
  height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
}
.m-prod img {
  /* position: relative; */
  /* margin-top: -50%; */
  /* top: 50px; */
}
/* --------- FOOTER ------ */
.footer-amb {
  background: #104673;
  /* height: 590px; */
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#s-maps {
  padding: 15px 0;
}
#s-maps ul {
  width: 250px;
  padding: 0 0 15px;
  float: left;
}
#s-maps ul li {
  list-style: none;
  font-size: 1em;
}
#s-maps ul li a {
  font-family: 'latobold';
  color: #f2be1a;
}
#s-maps .sub-menu li {}
#s-maps .sub-menu li a {
  font-family: 'latoregular';
  color: #fff;
}
.contact-dir {
  float: right;
  display: block;
}
.gmaps, .box-optin {
  width: 100%;
  border: 0;
}
.gmaps {}
.address {
  font-family: 'latoregular';
  color: #fff;
  font-style: normal;
  line-height: 1.3em;
  margin: 10px 10px 15px;
}
.box-optin {
  height: 190px;
}
/* --------- SOCIAL ------ */
.social-ative {
  float: right;
  margin-top: 10px;
}
.social-icon {
  background: url('https://amb.org.br/wp-content/themes/amb/images/social_b.png') no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.social-icon:hover {
  background: url('https://amb.org.br/wp-content/themes/amb/images/social_y.png') no-repeat;
}
.mypush, mypush:hover {
  background-position: -5px -5px !important;
}
.facebook, .facebook:hover {
  background-position: -58px -5px !important;
}
.instagran, .instagran:hover {
  background-position: -226px -5px !important;
  ;
}
.youtube, .youtube:hover {
  background-position: -170px -5px !important;
  ;
}
.twitter, .twitter:hover {
  background-position: -114px -5px !important;
  ;
}
.e-mail, .e-mail:hover {
  background-position: -279px -5px !important;
  ;
}
.resumo-noticias {}
.anun-dir {
  margin-left: -7px;
  width: 15.6em;
}
.anun-dir iframe {
  overflow: hidden;
  margin-bottom: 10px;
}
.un-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 11px 0 20px 15px;
  background: #124573;
  color: #fff;
  padding: 10px;
}
.nto-destaq {
  min-height: 70px;
  position: relative;
  margin-bottom: 15px !important;
}
.post-date {
  font-size: 10px;
  background: #fff;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  color: #104673;
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.spacer-top {
  width: 100%;
  height: 85px;
  display: block;
  background: url(https://amb.org.br/wp-content/themes/amb/images/cont-bkg.jpg);
}
.inicio-in #titulo {
  display: block;
  border-bottom: 2px solid #024379;
  margin-bottom: 30px;
  color: #00477a;
}
.inicio-in .entry-content {
  padding: 35px;
}
img.esquerdo, img.direito {
  padding: 0px 20px 5px 0;
}
.esquerdo {
  float: left
}
.direito {
  float: right
}
/* Alignment */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
  margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {
  margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
  margin-bottom: 17px;
}
.wp-caption {
  margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption {
  color: #767676;
}
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}
div.wp-caption .wp-caption-text {
  padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
#btn-navegue {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 50%;
  width: 300px;
  margin-left: -100px;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 15px 20px;
  background: #fff;
  color: #104673;
  border-radius: 5px;
  overflow: hidden;
  font-size: 21px;
  margin-bottom: -10px;
}
#btn-navegue:hover {
  background: #ECECEC;
}
#btn-navegue .nav-egue {
  width: 55px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  background: #104673;
  padding: 15px 15px 0;
}
#btn-navegue:hover .nav-egue {
  background: #1F5D91;
}
#target {
  display: block;
  position: absolute;
  top: -88px;
  width: 11px;
  height: 11px;
}
#postagem .entry-title {
  margin-top: 35px;
  display: block;
  color: #333;
  font-size: 2.4em;
  font-weight: bold;
  position: relative;
  cursor: context-menu;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#postagem .entry-title:hover {
  color: #000;
}
#postagem .post-thumbnail {
  display: none;
}
#postagem .categorias-bubble {
  /* clear: both; */
  text-transform: uppercase;
  font-size: 0.7em;
  color: #6C6C6C;
  margin-bottom: 40px;
  padding-left: 3.4em;
  padding-right: 3.4em;
}
.cat-links a, .tag-links a {
  display: inline-block;
  background: #ccc;
  padding: 0.2em 0.5em;
  color: #fff;
  border-radius: 3px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cat-links a:hover {
  background: #024379;
}
.tag-links a:hover {
  background: #f2be1a;
  color: #333;
}
#disqus_thread {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: -50px;
}
#disqus_thread #footer {
  display: none
}
.nav-links {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.nav-links .meta-nav {
  background: #024379;
  padding: 10px;
  margin-right: 1px;
  color: #fff;
}
.nav-links .meta-nav:hover {
  color: #333;
  background: #f2be1a;
}
/***************PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂGINA NOTICIAS****************************/
#not-now {
  margin-top: 20px;
}
.not-quadros {
  width: 350px;
  float: left;
  margin: 0 10px 20px;
  padding: 5px;
  display: block;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.not-img-box {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.not-title-box {
  font-size: 30px;
}
.not-title-box a {}
.not-resumo {}
.not-plus-destaq {
  width: 100%;
  display: block;
  background: #024379;
  padding: 10px 30px;
  color: #fff;
}
.not-plus-destaq:hover {
  background: #f2be1a;
  color: #333;
}
.not-time {
  font-size: 14px;
  padding: 10px 0 0;
  color: #666;
}
#not-sidebar {
  float: right;
  width: 240px;
  margin-right: 10px;
  padding: 5px 10px;
  background: #E0E0E0;
}
.side-right-opt {}
.side-right-opt ul {
  list-style-type: square;
  color: #024379;
  margin: 0 20px;
}
.search-submit {
  background: #fff;
  color: #024379;
}
.side-right-opt input[type="submit"] {
  background: #024379;
  color: #fff;
}
.side-right-opt input[type="submit"], .search-submit {
  padding: 10px 20px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.side-right-opt input[type="submit"]:hover, .search-submit:hover {
  color: #333;
  background: #f2be1a;
}
.widget {
  margin-bottom: 35px
}
.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
/*************pÃƒÆ’Ã‚Â¡gina procura**********************/
#pesq-now {
  margin-top: 20px;
}
.pesq-quadros {
  width: 98%;
  float: left;
  margin: 0 10px 20px;
  padding: 5px;
  display: block;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.pesq-img-box {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.pesq-title-box {
  font-size: 30px;
}
.pesq-title-box a {}
.pesq-resumo {}
.pesq-plus-destaq {
  width: 100%;
  display: block;
  background: #024379;
  padding: 10px 30px;
  color: #fff;
}
.pesq-plus-destaq:hover {
  background: #f2be1a;
  color: #333;
}
.pesq-time {
  font-size: 14px;
  padding: 10px 0 0;
  color: #666;
}
#pesq-sidebar {
  float: right;
  width: 240px;
  margin-right: 10px;
  padding: 5px 10px;
  background: #E0E0E0;
}
/**********Procura********************/
#search-container {
  position: absolute;
  width: 100%;
  background: #124573;
  top: 90px;
}
#search-container .search-field {
  margin-top: 20px;
  border: none;
}
#search-container .search-box {
  max-width: 90%;
  margin: 0 5%;
}
#search-container .screen-reader-text {
  display: none
}
/**********Procura********************/
/***************** login *********************/
#form-login {
  width: 300px;
  background: #124573;
  position: relative;
  left: 50%;
  margin-left: -150px;
  padding: 15px;
  margin-top: 10%;
  margin-bottom: 10%;
  border-radius: 15px;
}
#form-login label {
  color: #fff;
}
#form-login .amb-btn {
  margin-top: 10px;
  margin-bottom: 0;
  background: #127d8f;
  color: #fff;
}
#form-login .amb-btn:hover {
  background: #f2be1a;
  color: #333;
}
#form-login .centered {}
#form-login h2 {
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
}
/***************** login *********************/
.box-user-if {
  width: 100%;
  border: 0;
  height: 100%;
  min-height: 600px;
}
/* Paging Navigation */
.paging-navigation {
  /* border-top: 5px solid #000; */
  margin: 48px 0;
}
.paging-navigation .loop-pagination {
  margin-top: -5px;
  text-align: center;
}
.paging-navigation .page-numbers {
  border-top: 5px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-right: 1px;
  padding: 7px 16px;
  text-transform: uppercase;
}
.paging-navigation a {
  color: #2b2b2b;
}
.paging-navigation .page-numbers.current {
  border-top: 5px solid #024379;
}
.paging-navigation a:hover {
  border-top: 5px solid #2781CB;
  color: #2b2b2b;
}
.small-breve {
  position: absolute;
}
.h-one {
  padding-top: 8px;
  height: 56px;
}
/***************PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂGINA NOTICIAS****************************/
@media only screen and (max-width: 40em) {
  .index-destaq {
    margin: 14px 0px 0 2vw;
    width: 48%;
    padding: 0;
  }
  .content-destaque-infos .h1-destaq a h1 {
    padding: 0 15px;
  }
  html {
    margin-top: 0px !important
  }
  #page {
    overflow: hidden
  }
  #masthead {}
  .header-main {}
  .inicio-in {
    margin-left: -5px;
    margin-top: 75px;
  }
  .inicio-in #titulo {
    margin-top: 70px;
  }
  .inicio-in .entry-content {}
  .foto-destaq {
    margin-top: -50px;
    width: 100%;
  }
  .header-main .links-topo {}
  .logo a {}
  .logo a img {
    position: relative;
    left: 50%;
    margin-left: -80px;
    margin-top: 15px;
  }
  .login-painel {
    width: 12.5em;
    float: left;
  }
  .foto-destaq img {}
  .search-important {
    background: #127d8f !important;
    color: #fff !important;
    padding: 25px 50px 65px 10px !important;
    font-size: 1.7em !important;
  }
  .wild-menu {
    color: #fff;
    float: none;
    display: inline-block;
  }
  .search-painel ul {}
  .search-painel ul li img {}
  .search-painel ul li ul {}
  .search-painel ul li {}
  .search-painel ul li:hover ul {}
  .wild-menu:hover {
    color: #333;
    background-color: #ffc100;
  }
  .wild-menu span {}
  .to-right {
    display: block;
    width: 100%;
    margin-top: 20px;
    background: #124573;
    height: 90px;
  }
  .back-slider {
    display: none;
  }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
  .anun-mob-visible {
    display: none;
  }
  .anun-mob {}
  .menu-mob {
    float: left;
  }
  .un-title {
    width: 100%;
  }
  .search-toggle {
    float: right;
    width: 4em;
  }
  .resumo-noticias {
    margin-left: 0.9375em;
  }
  .imgmin-noticias-box {
    width: 100%;
  }
  .imgmin-noticias {
    width: 100%;
    margin-top: -55px;
  }
  .imgmin-noticias-capa {
    background-position: 345px 10px;
  }
  .nto-destaq {
    border: 1px solid #ccc;
    background: #eeeeee;
  }
  #not-sidebar {
    display: none;
  }
  .not-quadros {
    width: 430px;
    float: none;
    margin: 0 10px 20px;
    padding: 5px;
    display: block;
  }
  .in-container-mob {
    margin-top: 50px;
  }
  .anun-dir {
    display: none
  }
  .footer-amb {
    height: initial;
  }
  #menu-col02 {
    margin-top: -50px;
  }
  .box-optin {
    display: none
  }
  .h1-destaq {
    width: 100%;
  }
}
#cem_covid {
  text-align: center;
}
#cem_covid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: text-bottom;
}
#cem_covid li {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 25px 15px;
  margin: 15px 5px;
  width: 310px;
  vertical-align: top;
  border-bottom: solid 4px #fbb912;
  min-height: 350px;
}
#cem_covid li img {
  max-width: 180px;
  border-radius: 50%;
  border: 5px solid #124573;
  display: block;
  margin: 0 auto 10px;
}
#cem_covid li a {
  color: #124573;
  text-decoration: none;
}
#cem_covid li strong {
  color: #00568c;
  font-weight: bold;
  font-size: 19px;
  display: block;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
/* XLarge screens */
@media only screen and (min-width: 90.063em) {} /* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
/* XXLarge screens */
@media only screen and (min-width: 120.063em) {} /* min-width 1921px, xxlarge screens */
/* FormulÃƒÆ’Ã‚Â¡rio Henrique */
.texto {
  width: 100%;
  height: 61px;
  background: #f7f7f7;
  font-family: Arial, Verdana;
  font-size: 15px;
  padding: 17px 0px 0px 6px;
  border: #ccc solid 1px;
  margin-bottom: 5px;
  margin-bottom: 20px;
}
.form {
  margin: 0 auto;
  width: 80%;
  height: 100%;
  margin-top: 5px;
  font-family: Arial, Verdana;
}
.nome {
  width: 69%;
  height: 25px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px;
}
.cpf {
  width: 330px;
  height: 25px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.endereco {
  width: 330px;
  height: 25px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.telefone {
  width: 235px;
  height: 25px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.celular {
  width: 230px;
  height: 25px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.inscricao {
  width: 330px;
  height: 25px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.crm {
  width: 230px;
  height: 25px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.numero {
  width: 48px;
  height: 25px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.uf {
  width: 60px;
  height: 37px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.branco {
  width: 100%;
  height: 25px;
  float: left;
}
.especialidades {
  width: 341px;
  height: 37px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.enviar {
  width: 160px;
  height: 35px;
  cursor: pointer;
  background: #104673;
  border: 0px;
  color: #fff;
  clear: both;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bairro {
  width: 234px;
  height: 25px;
  border: #ccc solid 1px;
  padding: 5px 5px 5px 5px
}
.a-linha {
  float: left;
  margin-top: 5px;
  margin-right: 35px;
  width: 166px;
}
.b-linha {
  float: left;
  margin-top: 5px;
  margin-right: 35px;
  width: 166px;
}
.en-linha {
  float: left;
  margin-top: 5px;
  margin-right: 35px;
  width: 68%;
}
.num-linha {
  float: left;
  margin-top: 5px;
  margin-right: 35px;
  width: 70px;
}
.bairro-linha {
  float: left;
  margin-top: 5px;
  margin-right: 35px;
  width: 455px;
}
.tel-linha {
  float: left;
  margin-top: 5px;
  margin-right: 35px;
  width: 203px;
}
.espe-linha {
  float: left;
  margin-top: 5px;
  margin-right: 35px;
  width: 345px;
}
.msg-conteudo {
  padding: 115px 35px 0px 35px;
  width: 100%;
}
.vermelho {
  color: rgba(255, 50, 50, 0.8);
}
/*07052015*/
.menu-item-has-children {
  background: url(/wp-content/uploads/2015/05/32209.png) no-repeat 310px center;
  background-size: 0.7em;
}
.active {
  background: none;
}
.bg-ass-cad {
  background-size: cover;
  height: 100%;
}
.body-associe-se {
  background: url(https://amb.org.br/wp-content/uploads/2015/05/bg-associe-se.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  height: 100%;
  position: relative;
  top: -5px;
}
.body-associe-se h1 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 100px;
  font-weight: 800;
}
.body-associe-se h1 span {
  display: block;
  font-size: 0.45em;
  font-weight: 100;
}
.body-associe {
  text-align: center;
  position: relative;
}
.body-associe h1 {
  color: #124573;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 50px;
  font-weight: 800;
}
.body-associe h1 span {
  display: block;
  font-size: 0.45em;
  font-weight: 100;
}
#Cadastro {
  background: rgba(255, 255, 255, 0.5);
  width: 45em;
  display: inline-block;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 15px;
}
#Cadastro p {
  text-transform: uppercase;
  color: #124573;
  font-weight: 700;
  font-size: 1.1em;
  float: left;
}
#Cadastro input[type="text"], #Cadastro input[type="date"], #Cadastro input[type="password"], #Cadastro select {
  border-radius: 7px;
  float: left;
  width: 81.5%;
}
#Cadastro input[type="submit"] {
  background: #124573;
  float: left;
  padding: 11px 1.8%;
  color: #fff;
  border: 0;
  border-radius: 7px;
  margin-left: 2%;
  cursor: pointer;
}
.div-Cadastro {}
.plus-trans, .plus-trans .bar1, .plus-trans .bar2, #esteira img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plus-trans .bar1, .plus-trans .bar2 {
  display: block;
  height: 50px;
  width: 3px;
  background: #024379;
  margin: 15px 0 0 -1.5px;
  position: absolute;
  left: 50%;
}
.plus-trans {
  display: inline-block;
  height: 80px;
  width: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  margin: 7em;
}
.plus-trans:hover {
  background: rgba(255, 255, 255, 1);
}
.plus-trans .bar1 {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plus-trans:hover .bar1 {
  -moz-transform: scale(0.7) rotate(25deg);
  -webkit-transform: scale(0.7) rotate(25deg);
  -o-transform: scale(0.7) rotate(25deg);
  -ms-transform: scale(0.7) rotate(25deg);
  transform: scale(0.7) rotate(25deg);
  margin-left: 6px;
}
.plus-trans:hover .bar2 {
  -moz-transform: scale(0.7) rotate(-25deg);
  -webkit-transform: scale(0.7) rotate(-25deg);
  -o-transform: scale(0.7) rotate(-25deg);
  -ms-transform: scale(0.7) rotate(-25deg);
  transform: scale(0.7) rotate(-25deg);
  margin-left: -9px;
}
#esteira {
  background: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 30px 0;
  width: 100%;
}
#esteira img {
  margin: 20px 1em;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#esteira:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.impact-txt {
  text-align: center;
}
.impact-txt p {
  font-size: 1.5em;
  color: #565656;
  line-height: 1.2;
  width: 980px;
  display: block;
  position: relative;
  margin: 70px auto;
}
.btn-event {
  background: rgb(18, 69, 115);
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 60px;
  border-radius: 10px;
}
.btn-event:hover, #Cadastro input[type="submit"]:hover {
  color: rgb(18, 69, 115);
  border: 1px solid #124573;
  background: #fff;
}
#LB_Erro1 {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -100px;
  background: #fff;
}
#Cadastro div {
  text-align: left;
  display: inline-table;
  height: 80px;
  vertical-align: text-bottom;
}
#Cadastro div .Validar {
  color: #b6ff00;
  font-size: 10px;
}
#Cadastro div .camp_type_1 {
  width: 210px !important;
  margin-right: 10px;
}
#Cadastro div .camp_type_2 {
  width: 500px !important;
  margin-right: 10px;
}
#Cadastro div .camp_type_3 {
  margin-right: 10px !important;
  width: 85px;
}
#Cadastro div .camp_type_4 {
  margin-right: 10px !important;
  width: 180px;
}
#Cadastro div .camp_type_5 {
  width: 400px !important;
  margin-right: 10px;
}
#Cadastro div .camp_type_date {}
#Cadastro div .camp_type_sexo {}
.all-collum {
  width: 100%;
}
.btn-concluir {}
input[type="radio"] + label {
  display: inline-block;
  margin: 10px 0 0 -25px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 10px 30px;
  margin-right: 50px;
  line-height: 20px;
}
.label-mod img {
  margin-right: 20px;
}
.btnMyPush {
  background: #295379 url('https://www.mypush.com.br/developers/images/sharemessage.png') no-repeat;
  color: #fff;
  padding: 0.5em 1em 0.5em 2.5em;
  font-size: 1em;
  border: none;
  left: 870px;
  top: -65px;
}
.compartilhar {
  margin-left: 735px;
  margin-top: -25px;
}
#country-list ul li {
  list-style: none;
  line-height: 3;
}
.posicao-ancora {
  position: absolute;
  margin-top: -100px;
}
.select-estados {
  position: fixed;
  margin-top: -145px;
  margin-left: -34px;
  width: 1000px;
}
.tabela-provas {
  width: 100%;
}
.tabela-provas-tr {
  background: #124573;
}
.tabela-provas-tr td {
  color: #fff !important;
}
.size-large {
  width: 100%;
  padding: 15px 0 30px;
}
.select-estados {
  position: fixed !important;
  margin-top: -144px;
}
.addres-states div {
  padding-top: 68px;
}
.wrap_comment {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
  width: 100%;
}
#page .select-state-text.active {
  padding-top: 60px;
}
#page .list-parlamentar {
  position: absolute;
  top: 60px;
}
@media(max-width:767px) {
  #page .list-parlamentar {
    position: relative;
  }
}
#page .mapa {
  padding-bottom: 150px;
}
.list-parlamentar ul.active {
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}
/* Let's get this party started */
.list-parlamentar ul.active::-webkit-scrollbar {
  width: 12px;
}
/* Track */
.list-parlamentar ul.active::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Handle */
.list-parlamentar ul.active::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #124573;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.list-parlamentar ul.active::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(18, 69, 115, 0.62);
}
.intro-text .container-title {
  max-width: 840px;
}
.intro-text .container-title p {
  text-align: justify;
}
@media(max-width:840px) {
  .intro-text .container-title {
    max-width: 90%;
    margin: 0 auto;
  }
}
.single-post .wp-video {
  display: block;
  margin: 0 auto;
}
.mejs-overlay:hover > .mejs-overlay-button {
  background-position: 0 -39px !important;
}
.page-id-7358 .bg-init {
  background-image: none !important;
}
.jamb-main-header img {
  transform: rotate(0deg) !important;
}
.page-template-voce-consegue #banner-topo {
  position: relative;
}
@media (max-width: 900px) {
  .page-template-voce-consegue #banner-topo .left-banner {
    background: url(https://amb.org.br/wp-content/uploads/2018/03/img-logo-l.png) no-repeat;
    width: 100%;
    height: 280px;
    background-size: contain;
    background-position: center;
  }
  .page-template-voce-consegue #banner-topo .left-banner img {
    display: none;
  }
  .page-template-voce-consegue #banner-topo .right-banner {
    background: url(https://amb.org.br/wp-content/uploads/2018/03/img-logo-r.png) no-repeat;
    width: 100%;
    height: 280px;
    background-size: contain;
    background-position: center;
  }
  .page-template-voce-consegue #banner-topo .right-banner img {
    display: none;
  }
}
@media (min-width: 900px) {
  .page-template-voce-consegue #banner-topo .left-banner img {
    position: absolute;
    left: -275px;
    width: 940px !important;
    height: 340px !important;
    top: 0;
  }
  .page-template-voce-consegue #banner-topo .right-banner img {
    position: absolute;
    right: -275px;
    top: 0;
    width: 940px !important;
    height: 340px !important;
  }
}
@media (min-width: 1480px) {
  .page-template-voce-consegue #banner-topo .left-banner img {
    left: -260px;
  }
  .page-template-voce-consegue #banner-topo .right-banner img {
    right: -260px;
  }
}
@media (min-width: 1600px) {
  .page-template-voce-consegue #banner-topo .left-banner img {
    left: -200px;
  }
  .page-template-voce-consegue #banner-topo .right-banner img {
    right: -200px;
  }
}
@media (min-width: 1800px) {
  .page-template-voce-consegue #banner-topo .left-banner img {
    left: 100px;
  }
  .page-template-voce-consegue #banner-topo .right-banner img {
    right: 100px;
  }
}
.areaVendaCbhpm {
  background-color: #261a36;
  color: #FFF;
  padding: 50px;
  text-align: center;
}
.tituloCbhpm {
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  margin: 0px 0px 30px;
}
.valorCbhpm {
  font-size: 80px;
  line-height: 88px;
  position: relative;
  display: inline-block;
}
.cifraCbhpm {
  font-size: 46px;
  vertical-align: 0px;
  opacity: .7;
  display: inline-block;
  vertical-align: top;
}
.centavosCbhpm {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.obsCbhpm {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 3px 0 0;
  padding: 0 30px;
  text-transform: uppercase;
  opacity: 0.7;
}
.areaVendaCbhpm a {
  background-color: #77669b;
  padding: 20px 56px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
  border-radius: 10px;
  font-size: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.areaVendaCbhpm a:hover {
  background-color: #FFF;
  color: #77669a;
}