@charset "UTF-8";
p, h1, h2, h3, h4, h5, h6, span, a, button, label {
  font-family: 'Montserrat', sans-serif; }

nav {
  background-color: #151515 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important; }
  nav .logo-redes {
    display: flex;
    align-items: center; }
    nav .logo-redes img {
      max-width: 50px; }
    nav .logo-redes .row .col-4 {
      padding: 5px; }
      nav .logo-redes .row .col-4 .rede-social {
        border: 1px solid white;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        text-decoration: none;
        transition: 0.4s; }
        nav .logo-redes .row .col-4 .rede-social:hover {
          background-color: white; }
          nav .logo-redes .row .col-4 .rede-social:hover i {
            color: #151515; }
        nav .logo-redes .row .col-4 .rede-social i {
          color: white;
          font-size: 11px;
          transition: 0.4s; }
  nav .navbar-toggler {
    border-radius: 0 !important;
    border: 2px solid #ffcc29 !important;
    opacity: 1 !important; }
    nav .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 204, 41, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; }
  nav .navbar-nav {
    width: 100%;
    justify-content: center; }
    @media (max-width: 992px) {
      nav .navbar-nav {
        align-items: center; } }
    nav .navbar-nav .nav-item {
      padding: 2px 4px;
      margin: 0;
      transition: 0.4s; }
      @media (max-width: 1200px) {
        nav .navbar-nav .nav-item {
          padding: 0; } }
      @media (max-width: 992px) {
        nav .navbar-nav .nav-item {
          text-align: center; } }
      nav .navbar-nav .nav-item.dropdown {
        text-align: center;
        width: 140px; }
        nav .navbar-nav .nav-item.dropdown.mini {
          width: 100px !important; }
      nav .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block; }
      nav .navbar-nav .nav-item.dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none; }
      nav .navbar-nav .nav-item:hover {
        background-color: #808080; }
        nav .navbar-nav .nav-item:hover .nav-link {
          color: white; }
      nav .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        font-weight: bold;
        color: #ffcc29;
        text-transform: uppercase;
        transition: 0.4s; }
  nav .dropdown-menu {
    border-radius: 0;
    border: none;
    background: #ffcc29;
    min-width: 140px;
    margin-left: -4px;
    margin-top: 2px !important;
    width: 100%; }
    nav .dropdown-menu.mini {
      min-width: 100px; }
    nav .dropdown-menu li {
      text-align: right;
      transition: 0.4s; }
      nav .dropdown-menu li a {
        transition: 0.4s;
        font-size: 10px;
        padding: 2px 10px;
        text-transform: uppercase; }
        nav .dropdown-menu li a:hover {
          background-color: #f5bb00; }

#inicio {
  width: 100%;
  margin-top: 90px; }
  #inicio .row {
    min-height: 550px; }
    #inicio .row .img-1 {
      max-width: 230px; }
    #inicio .row .img-2 {
      max-width: 150px; }
    #inicio .row .img-3 {
      max-width: 300px; }

#plano-de-leitura {
  background-image: url(../img/back-filtro.jpg);
  background-size: cover;
  background-position: center; }
  #plano-de-leitura .titulo-area h1 {
    color: #333333;
    font-weight: bold;
    margin: 0;
    font-size: 80px;
    line-height: 66px; }
    @media (max-width: 767px) {
      #plano-de-leitura .titulo-area h1 {
        font-size: 70px; } }
  #plano-de-leitura .titulo-area h2 {
    color: #333333;
    margin: 0;
    font-size: 80px;
    line-height: 66px; }
    @media (max-width: 767px) {
      #plano-de-leitura .titulo-area h2 {
        font-size: 70px; } }
  #plano-de-leitura .titulo-area p {
    color: #333333;
    margin-top: 30px;
    font-size: 20px; }
  #plano-de-leitura .links {
    width: 100%;
    padding: 0 20px;
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #plano-de-leitura .links p {
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      color: #333333;
      font-size: 16px; }
      @media (max-width: 767px) {
        #plano-de-leitura .links p {
          font-size: 14px; } }
    #plano-de-leitura .links .btn-link {
      max-width: 450px;
      display: flex;
      flex-direction: column;
      background: transparent;
      color: #333333;
      width: 100%;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      border-radius: 40px;
      padding: 14px 8px;
      letter-spacing: 1px;
      font-family: 'Montserrat';
      margin-bottom: 14px;
      transition: 0.4s;
      border: 2px solid #333333; }
      #plano-de-leitura .links .btn-link span {
        position: relative;
        width: 100%; }
      #plano-de-leitura .links .btn-link i {
        width: 100px;
        text-align: left;
        position: absolute;
        font-size: 18px;
        margin-left: 8px; }
      #plano-de-leitura .links .btn-link:hover {
        transform: scale(1.05);
        background: #333333;
        color: white; }

#cultos-presenciais {
  background-image: url(../img/back-filtro-yellow.jpg);
  background-size: cover;
  background-position: center; }
  #cultos-presenciais h1 {
    color: #333333;
    font-weight: bold;
    text-transform: uppercase; }
  #cultos-presenciais h2 {
    display: flex;
    align-items: center;
    color: #333333;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 8px; }
    #cultos-presenciais h2 i {
      color: #333333;
      font-size: 12px;
      margin-right: 10px; }
  #cultos-presenciais .item-agenda {
    margin-left: 30px;
    margin-bottom: 20px; }
    #cultos-presenciais .item-agenda p {
      color: #333333;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 3px;
      margin-bottom: 0; }
      #cultos-presenciais .item-agenda p:last-child {
        font-weight: 700; }

#cultos-presenciais-2 {
  background-color: black;
  margin-top: -2px; }
  #cultos-presenciais-2 h1 {
    color: #ffffff;
    font-size: 55px; }
  #cultos-presenciais-2 h2 {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 8px; }
    #cultos-presenciais-2 h2 i {
      color: #ffcc29;
      font-size: 12px;
      margin-right: 10px; }
  #cultos-presenciais-2 .item-agenda {
    margin-left: 30px;
    margin-bottom: 20px; }
    #cultos-presenciais-2 .item-agenda p {
      color: #ffffff;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 3px;
      margin-bottom: 0; }
      #cultos-presenciais-2 .item-agenda p:last-child {
        font-weight: 700; }

#programe-se {
  background-image: url(../img/PROGRAME-SE.png);
  background-size: cover;
  background-position: center;
  margin-top: -1px; }
  @media (max-width: 992px) {
    #programe-se {
      background-position: right; } }
  @media (max-width: 767px) {
    #programe-se {
      background-position: center; } }
  #programe-se .row div {
    min-height: 355px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      #programe-se .row div {
        justify-content: center;
        background: #e1e2e19e; } }
    #programe-se .row div p {
      color: #333333;
      margin: 0;
      font-size: 60px;
      line-height: 60px; }
      @media (max-width: 1231px) {
        #programe-se .row div p {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 1030px) {
        #programe-se .row div p {
          font-size: 45px;
          line-height: 45px; } }
      @media (max-width: 992px) {
        #programe-se .row div p {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 860px) {
        #programe-se .row div p {
          font-size: 50px;
          line-height: 50px;
          text-align: center; } }
      @media (max-width: 767px) {
        #programe-se .row div p {
          font-size: 40px;
          line-height: 40px; } }

#versiculo {
  background-image: url(../img/VERSÍCULO.png);
  background-size: cover;
  background-position: left;
  margin-top: -1px; }
  @media (max-width: 992px) {
    #versiculo {
      padding-top: 30px;
      padding-bottom: 30px; } }
  #versiculo div {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #versiculo div p {
      color: white;
      font-size: 30px; }
      @media (max-width: 767px) {
        #versiculo div p {
          font-size: 22px; } }
      #versiculo div p b {
        font-style: italic; }
    #versiculo div span {
      color: white;
      font-size: 30px;
      font-weight: bold; }
      @media (max-width: 767px) {
        #versiculo div span {
          font-size: 22px; } }

#ieadvplay {
  background-image: url(../img/IEADV_PLAY.png);
  background-size: cover;
  background-position: center;
  margin-top: -1px; }
  #ieadvplay.interna {
    margin-top: 90px; }
  #ieadvplay .row div {
    min-height: 355px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #ieadvplay .row div .titulo {
      color: #ffcc29;
      margin: 0;
      font-size: 60px;
      line-height: 60px;
      font-weight: 600;
      letter-spacing: -5px; }
      #ieadvplay .row div .titulo span {
        font-weight: 100; }
    #ieadvplay .row div p {
      color: white;
      font-size: 20px;
      margin-top: 10px; }

#ieadvplay-2 {
  margin-top: -1px;
  background-color: black; }
  #ieadvplay-2 .row div .titulo {
    color: #ffffff;
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -5px; }
    @media (max-width: 992px) {
      #ieadvplay-2 .row div .titulo {
        text-align: center; } }
    #ieadvplay-2 .row div .titulo span {
      font-weight: 100; }
  #ieadvplay-2 .row div p {
    color: white;
    font-size: 20px;
    margin: 0;
    text-align: start; }
    @media (max-width: 992px) {
      #ieadvplay-2 .row div p {
        text-align: center; } }
  #ieadvplay-2 .inscreva-se {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (max-width: 992px) {
      #ieadvplay-2 .inscreva-se {
        min-height: 200px; } }
    #ieadvplay-2 .inscreva-se a {
      background: white;
      padding: 10px 25px;
      text-decoration: none;
      border-radius: 30px;
      color: #333333;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 12px;
      display: flex;
      transition: 0.4s; }
      #ieadvplay-2 .inscreva-se a i {
        color: #ff0000;
        font-size: 18px;
        margin-right: 10px; }
      #ieadvplay-2 .inscreva-se a:hover {
        background: #ffcc29;
        transform: scale(1.02); }

#youtube {
  background: #333333;
  min-height: 400px;
  margin-top: -1px; }
  #youtube .inscreva-se {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (max-width: 992px) {
      #youtube .inscreva-se {
        min-height: 400px; } }
    #youtube .inscreva-se iframe {
      max-width: 450px;
      width: 100%;
      height: 250px; }
      @media (max-width: 600px) {
        #youtube .inscreva-se iframe {
          width: 90%; } }
    #youtube .inscreva-se a {
      background: white;
      padding: 10px 25px;
      text-decoration: none;
      border-radius: 30px;
      margin-top: 30px;
      color: #333333;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 12px;
      display: flex;
      transition: 0.4s; }
      #youtube .inscreva-se a i {
        color: #ff0000;
        font-size: 18px;
        margin-right: 10px; }
      #youtube .inscreva-se a:hover {
        background: #ffcc29;
        transform: scale(1.02); }
  #youtube .destaque iframe {
    min-height: 400px;
    height: 100%; }

#decisao {
  margin-top: 90px;
  padding-top: 25px;
  padding-bottom: 25px; }
  #decisao .info {
    align-self: center;
    text-align: center; }
    #decisao .info h1 {
      font-weight: 200;
      text-transform: uppercase;
      font-size: 80px; }
      @media (max-width: 767px) {
        #decisao .info h1 {
          font-size: 65px; } }
    #decisao .info p {
      font-weight: 600;
      font-size: 16px; }
    #decisao .info img {
      max-width: 250px; }
  #decisao form {
    border: 2px solid #c2cedd;
    padding: 40px; }
    #decisao form .enviar {
      border-radius: 100px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 12px;
      padding: 10px 15px;
      letter-spacing: 4px; }
    #decisao form p {
      margin-top: 22px;
      font-size: 12px; }
    #decisao form label {
      font-weight: 700;
      font-size: 14px; }
      #decisao form label.form-check-label {
        font-size: 13px;
        margin-left: 10px; }
    #decisao form input.form-check-input {
      border: 1px solid black; }
    #decisao form input.text {
      border: 2px solid black;
      border-radius: 40px;
      padding: 10px 20px; }
      #decisao form input.text::placeholder {
        text-transform: uppercase;
        letter-spacing: 4px; }
    #decisao form .telefone {
      padding-left: 60px; }
    #decisao form .autorizacao {
      font-weight: 400; }
    #decisao form .iti {
      width: 100%;
      border: 2px solid #c2cedd; }
      #decisao form .iti input {
        border: none; }
      #decisao form .iti .iti__selected-flag {
        border-right: 2px solid #c2cedd; }

#contribue {
  margin-top: 90px;
  background: #ffcb04;
  text-align: center; }
  #contribue .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #contribue img {
    max-width: 500px; }
    @media (max-width: 992px) {
      #contribue img {
        max-width: 400px; } }
    @media (max-width: 992px) {
      #contribue img {
        max-width: 350px; } }
  #contribue p {
    max-width: 325px;
    font-weight: 600; }

#adoracao .t1 {
  color: #ffcb04;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 60px; }
  @media (max-width: 767px) {
    #adoracao .t1 {
      font-size: 50px;
      line-height: 50px; } }
#adoracao .t2 {
  color: #352b2b;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
  line-height: 60px; }
  @media (max-width: 767px) {
    #adoracao .t2 {
      font-size: 50px;
      line-height: 50px; } }
#adoracao .texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center; }
  #adoracao .texto .tt2 {
    color: #352b2b;
    font-size: 12px;
    font-weight: 700;
    max-width: 90%; }

#escolha {
  background: #ffcb04; }
  #escolha p {
    font-style: italic;
    margin: 25px 0;
    font-size: 62px;
    font-weight: 200;
    max-width: 660px;
    line-height: 60px; }
    @media (max-width: 767px) {
      #escolha p {
        font-size: 44px; } }

#pagamento .qrcode {
  background: #e4e5e4;
  display: flex;
  padding: 30px;
  justify-content: space-around; }
  #pagamento .qrcode img {
    max-width: 250px;
    width: 100%; }
#pagamento .chaves {
  text-align: center;
  align-self: center; }
  #pagamento .chaves p {
    margin: 0;
    font-size: 25px; }
  #pagamento .chaves .principal {
    text-transform: uppercase;
    font-weight: 900; }

footer {
  background: #e6e6e6; }
  footer.footer-yellow {
    background: #ffcb04 !important; }
  footer .row {
    align-items: center; }
    footer .row .logo-redes {
      display: flex;
      align-items: center; }
      footer .row .logo-redes .links {
        display: contents; }
      footer .row .logo-redes .col-12 img {
        max-width: 160px !important;
        margin-top: 15px; }
      footer .row .logo-redes .logo-footer img {
        max-width: 50px !important;
        width: 100% !important;
        margin-right: 10px;
        margin-top: 0; }
      footer .row .logo-redes .rede-social {
        border: 1px solid #333333;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        margin-left: 5px;
        margin-right: 5px;
        text-decoration: none;
        transition: 0.4s; }
        footer .row .logo-redes .rede-social:hover {
          background-color: #333333; }
          footer .row .logo-redes .rede-social:hover i {
            color: #e6e6e6; }
        footer .row .logo-redes .rede-social i {
          color: #333333;
          font-size: 11px;
          transition: 0.4s; }
    footer .row .localizacao {
      text-align: center; }
      footer .row .localizacao i {
        font-size: 30px;
        color: #333333; }
      footer .row .localizacao .secundario {
        color: #333333;
        margin: 0;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 500; }
      footer .row .localizacao .primario {
        color: #333333;
        margin: 0;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 25px;
        letter-spacing: 2px; }
    footer .row .endereco {
      text-align: center; }
      footer .row .endereco p {
        color: #333333;
        font-weight: 500;
        margin: 0; }

#nossas-igrejas {
  background-image: url(../img/BACK_NOSSAS_IGREJAS.png);
  width: 100%;
  min-height: 700px;
  height: 100%;
  margin-top: 90px;
  background-size: cover;
  background-position: center bottom; }
  #nossas-igrejas .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    flex-direction: column; }
    #nossas-igrejas .container h1 {
      font-weight: 800;
      letter-spacing: 10px; }
    #nossas-igrejas .container p {
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 3px;
      margin-top: 50px;
      margin-bottom: 0; }
    #nossas-igrejas .container img {
      max-width: 200px; }

#lista-igrejas {
  background-image: url(../img/back-filtro.jpg);
  background-size: cover;
  background-position: center; }
  #lista-igrejas .insta {
    display: flex;
    text-decoration: none;
    margin-bottom: 22px;
    max-width: 400px;
    width: 100%; }
    #lista-igrejas .insta:hover .icone {
      background: #1b1b1b; }
      #lista-igrejas .insta:hover .icone i {
        color: #ffcc29; }
    #lista-igrejas .insta:hover .nome-igreja {
      background: #ffcc29; }
      #lista-igrejas .insta:hover .nome-igreja p {
        color: #1b1b1b; }
    #lista-igrejas .insta .icone {
      border: 2px solid #1b1b1b;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      transition: 0.4s; }
      #lista-igrejas .insta .icone i {
        transition: 0.4s;
        color: #1b1b1b; }
    #lista-igrejas .insta .nome-igreja {
      align-items: center;
      justify-content: center;
      background: #1b1b1b;
      display: flex;
      max-width: 300px;
      width: 100%;
      text-align: center;
      border-radius: 100px;
      margin-left: 10px;
      transition: 0.4s; }
      #lista-igrejas .insta .nome-igreja p {
        margin: 0;
        color: #ffcc29;
        letter-spacing: 2px;
        font-size: 14px; }

#lideranca-banner {
  background-image: url(../img/back-filtro-yellow.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 90px; }
  #lideranca-banner h1 {
    font-style: italic;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px; }
    @media (max-width: 500px) {
      #lideranca-banner h1 {
        font-size: 45px; } }
  #lideranca-banner h2 {
    font-style: italic;
    color: black;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 300; }
    @media (max-width: 500px) {
      #lideranca-banner h2 {
        font-size: 45px; } }

#historia-banner {
  background-image: url(../img/back-filtro-yellow.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 90px; }
  #historia-banner h1 {
    font-style: italic;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px; }
    @media (max-width: 500px) {
      #historia-banner h1 {
        font-size: 45px; } }
  #historia-banner h2 {
    font-style: italic;
    color: black;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 300; }
    @media (max-width: 500px) {
      #historia-banner h2 {
        font-size: 45px; } }

#ministerios {
  background-image: url(../img/back-filtro.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 90px; }
  #ministerios h1 {
    font-style: italic;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px; }
    @media (max-width: 500px) {
      #ministerios h1 {
        font-size: 45px; } }
  #ministerios img {
    max-width: 220px;
    width: 100%; }

#ministerios-texto .col-12 {
  text-transform: uppercase;
  font-weight: 300;
  min-height: 200px;
  display: flex;
  align-items: center; }
#ministerios-texto h1 {
  text-transform: uppercase;
  font-weight: 300; }
#ministerios-texto p {
  font-size: 18px;
  text-transform: none !important; }

#lideranca-pastores {
  background: #ffffff; }
  #lideranca-pastores .pastor {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    place-items: center;
    margin-bottom: 40px; }
    #lideranca-pastores .pastor img {
      max-width: 200px;
      width: 100%; }
    #lideranca-pastores .pastor h1 {
      text-transform: uppercase;
      font-size: 28px;
      font-weight: normal;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: start; }
    #lideranca-pastores .pastor p {
      margin: 0;
      font-size: 16px;
      text-align: start; }

#nossas-igrejas-2 {
  background-image: url(../img/BACK_NOSSAS_IGREJAS.png);
  width: 100%;
  min-height: 700px;
  height: 100%;
  margin-top: 90px;
  background-size: cover;
  background-position: center bottom; }
  #nossas-igrejas-2 .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 700px; }
    @media (max-width: 992px) {
      #nossas-igrejas-2 .container {
        flex-direction: column;
        justify-content: center; } }
    #nossas-igrejas-2 .container h1 {
      font-weight: 800;
      letter-spacing: 10px; }
    #nossas-igrejas-2 .container p {
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 3px;
      margin-top: 50px;
      margin-bottom: 0; }
    #nossas-igrejas-2 .container img {
      max-width: 200px; }
    #nossas-igrejas-2 .container a {
      background: #323232;
      color: #ffcb04;
      transition: 0.4s;
      text-transform: uppercase;
      padding: 10px 33px;
      border-radius: 100px;
      border: none;
      letter-spacing: 5px;
      font-size: 14px; }
      @media (max-width: 992px) {
        #nossas-igrejas-2 .container a {
          margin-top: 20px; } }
      #nossas-igrejas-2 .container a:hover {
        background: #ffcb04;
        color: #323232; }

#contato {
  margin-top: 85px; }
  #contato .title {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    #contato .title p {
      margin: 0;
      color: white;
      text-transform: uppercase;
      font-size: 70px;
      font-weight: 100;
      line-height: 62px; }
      @media (max-width: 767px) {
        #contato .title p {
          font-size: 50px; } }

#maps {
  background: black;
  margin-top: -1px; }
  #maps i {
    color: #ffcc29;
    font-size: 44px; }
  #maps h1 {
    color: white;
    font-weight: 700;
    font-size: 55px; }
  #maps p {
    margin: 0;
    color: white;
    font-size: 18px; }
  #maps iframe {
    width: 100%;
    height: 400px; }

#em-breve {
  margin-top: 90px;
  height: 100vh;
  background-image: url(../img/back-filtro-yellow.jpg);
  background-size: cover;
  background-position: center; }
  #em-breve h1 {
    font-style: italic; }
  #em-breve h2 {
    font-style: italic; }

#ieadvplay-videos {
  margin-top: 90px;
  background: #333333;
  min-height: 400px; }
  #ieadvplay-videos iframe {
    width: 100%;
    height: 300px; }

#splash {
  background-image: url(../img/splash.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%; }
  #splash a {
    border: 2px solid white;
    padding: 10px 30px;
    border-radius: 100px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 300px;
    transition: 0.4s; }
    #splash a:hover {
      background: white;
      color: #9c6322; }
  #splash .container {
    align-items: center;
    height: 90vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

#eventos-interna {
  background-image: url(../img/eventos/EVENTOS_.jpg);
  margin-top: 90px;
  background-position: center;
  background-size: cover; }
  #eventos-interna .titulo-area {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #eventos-interna .titulo-area h1 {
      color: white;
      font-weight: 100;
      text-transform: uppercase;
      font-size: 70px;
      max-width: 400px;
      line-height: 65px; }

#eventos-lista {
  background-color: #151515; }
  #eventos-lista .card-evento {
    background: white;
    border-radius: 10px;
    transition: 0.4s;
    height: 100%; }
    #eventos-lista .card-evento:hover {
      transform: scale(1.02); }
    #eventos-lista .card-evento .card-imagem {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      width: 100%;
      height: 300px;
      background-size: cover;
      background-position: center; }
    #eventos-lista .card-evento .card-info {
      padding: 12px;
      min-height: 300px;
      height: 100%; }
      #eventos-lista .card-evento .card-info h1 {
        font-size: 22px;
        font-weight: bold;
        color: #151515; }
      #eventos-lista .card-evento .card-info .resumo {
        font-size: 14px; }
        #eventos-lista .card-evento .card-info .resumo p {
          margin-bottom: 5px; }
      #eventos-lista .card-evento .card-info .botao {
        border: 2px solid #ffcc21;
        padding: 10px 30px;
        border-radius: 10px;
        display: block;
        margin-top: 20px;
        max-width: 200px;
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        color: #ffcc21;
        transition: 0.4s; }
        #eventos-lista .card-evento .card-info .botao:hover {
          background-color: #ffcc21;
          color: #151515; }

/*# sourceMappingURL=styles.min.css.map */
