/**
* Template Name: Reveal
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #0c7845;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2687b1;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2687b1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 40px;
}

#topbar .contato-info i {
  font-style: normal;
  color: #2687b1;
}

#topbar .contato-info i a,
#topbar .contato-info i span {
  padding-left: 5px;
  color: #444;
}

#topbar .contato-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contato-info i a:hover {
  color: #2687b1;
}

#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #2687b1;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

/* Estilo para o texto do logo */
#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header #logo h1 a {
  color: #0c2e8a;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header #logo h1 a span {
  color: #2687b1;
}

/* Estilo para a imagem do logo */
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 100px; /* Aumenta a altura máxima */
  height: auto;
  width: auto;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  #header {
    display: flex;
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    align-items: center; /* Centraliza o conteúdo verticalmente */
    height: auto; /* ajusta automaticamente a altura */
    padding: 5px 0; /* Reduz espaço para o conteúdo */
  }

  #header #logo {
    width: 100%;
    display: flex;
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    align-items: center; /* Centraliza o conteúdo verticalmente */
    margin-top: 0; /* Remove a margem superior */
    margin-bottom: 0; /* Remove a margem inferior */
  }

  #header #logo h1 {
    font-size: 34px;
    margin: 0; /* Remove todas as margens */
  }

  #header #logo img {
    max-height: 90px; /* Aumenta a altura máxima em telas menores */
    margin: 0; /* Remove todas as margens */
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #2687b1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2687b1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0c2e8a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(8, 30, 91, 0.5);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0c2e8a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2687b1;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2687b1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# 2687b1 Section
--------------------------------------------------------------*/
#inicio {
  width: 100%;
  height: 60vh; /* Altura padrão para desktop */
  position: relative;
  background: url("../img/inicio-carousel/1.jpg") no-repeat;
  background-size: cover;
  padding: 0;
}

#inicio .inicio-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

#inicio .inicio-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#inicio .inicio-content h2 {
  color: #0c2e8a;
  margin-bottom: 10px;
  font-size: 48px; /* Tamanho do título para desktop */
  font-weight: 700;
}

#inicio .inicio-content h2 span {
  color: #2687b1;
  text-decoration: underline;
}

#inicio .inicio-content h3 {
  color: #0c2e8a;
  font-size: 24px; /* Tamanho do subtítulo para desktop */
  margin: 10px 0;
}

@media (max-width: 767px) {
  #inicio {
    height: 40vh; /* Reduz a altura para dispositivos móveis */
  }

  #inicio .inicio-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #inicio .inicio-content h2 {
    font-size: 34px; /* Tamanho do título para dispositivos móveis */
    margin-bottom: 10px; /* Reduz a margem inferior do título */
  }

  #inicio .inicio-content h3 {
    font-size: 18px; /* Tamanho do subtítulo para dispositivos móveis */
    margin: 5px 0; /* Reduz a margem do subtítulo */
  }

  #inicio .inicio-content .btn-get-started,
  #inicio .inicio-content .btn-projects {
    font-size: 14px; /* Reduz o tamanho da fonte dos botões para dispositivos móveis */
    padding: 8px 24px; /* Reduz o padding dos botões */
    margin: 8px; /* Reduz a margem dos botões */
  }
}

#inicio .inicio-content .btn-get-started,
#inicio .inicio-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#inicio .inicio-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#inicio .inicio-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#inicio .inicio-content .btn-projects {
  background: #2687b1;
  border: 2px solid #2687b1;
}

#inicio .inicio-content .btn-projects:hover {
  background: none;
  color: #2687b1;
}

#inicio .inicio-slider {
  z-index: 8;
  height: 60vh;
}

#inicio .inicio-slider::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#inicio .inicio-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #2687b1;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* sobre Section
--------------------------------*/
#sobre {
  padding: 60px 0 30px 0;
}

#sobre .sobre-img {
  overflow: hidden;
}

#sobre .sobre-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #sobre .sobre-img {
    height: auto;
  }

  #sobre .sobre-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#sobre .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#sobre .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#sobre .content p {
  line-height: 26px;
}

#sobre .content p:last-child {
  margin-bottom: 0;
}

#sobre .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #2687b1;
}

#sobre .content ul {
  list-style: none;
  padding: 0;
}

#sobre .content ul li {
  padding-bottom: 10px;
}

/* congregacoes Section
--------------------------------*/
        #congregacoes {
            padding: 70px 0;

        }

        #congregacoes .box {
            padding: 20px;  /* Reduzi o padding para aumentar o espaço utilizável */
            box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
            background: #fff;
            transition: 0.4s;
            height: 100%;
            display: flex;
            align-items: center;

        }

        #congregacoes .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #congregacoes .box .icon {
            flex: 0 0 auto;
            max-width: 25%;
            margin-right: 10px;  /* Adicionei margem direita para espaçamento entre a imagem e o texto */
        }

        #congregacoes .box .icon img {
            width: 100%;
            height: auto;
            display: block;
        }

        #congregacoes .box div {
            flex: 1;

        }

        #congregacoes .box h4 {
            font-weight: 700;
            margin-bottom: 10px;  /* Reduzi a margem inferior */
            font-size: 18px;  /* Ajustei o tamanho da fonte */
        }

        #congregacoes .box h4 a {
            color: #444;
            text-decoration: none;
        }

        #congregacoes .box p {
            font-size: 14px;
            margin-bottom: 0;
            line-height: 20px;  /* Reduzi o line-height */
        }

        @media (max-width: 767px) {
            #congregacoes .box {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 20px;  /* Ajustei o padding para telas menores */
            }

            #congregacoes .box .icon {
                float: none;
                max-width: 100%;
                padding-bottom: 15px;
                margin-right: 0;  /* Removi a margem direita para centralizar a imagem */
            }

            #congregacoes .box div {
                padding-left: 0;
            }
        }

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2687b1;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2687b1;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #2687b1;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #2687b1;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2687b1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2687b1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

#testimonials .testimonial-item {
  display: flex; /* Usar Flexbox para layout */
  align-items: center; /* Alinha verticalmente no centro */
  margin: 30px 15px;
  text-align: left; /* Alinha o texto à esquerda */
  min-height: 100px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px; /* Ajuste a altura para manter a proporção */
  border: 4px solid #fff;
  margin-right: 20px; /* Espaço entre a imagem e o texto */
  flex-shrink: 0; /* Impede que a imagem encolha */
  object-fit: cover; /* Garante que a imagem cubra a área sem distorção */
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 5px 0 15px 0; /* Ajuste o espaçamento conforme necessário */
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2687b1;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2687b1;
}

/* Ajuste para telas menores */
@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
    flex-direction: column; /* Empilha a imagem e o texto verticalmente em telas menores */
    align-items: flex-start; /* Alinha a imagem e o texto à esquerda */
    text-align: left; /* Garante que o texto esteja alinhado à esquerda */
  }

  #testimonials .testimonial-item .testimonial-img {
    margin-right: 0; /* Remove o espaçamento à direita em telas menores */
    margin-bottom: 15px; /* Espaço entre a imagem e o texto */
  }
}


/* Call To Action Section
--------------------------------*/
#convencao {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}

#convencao .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#convencao .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #convencao .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#convencao .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#convencao .cta-btn:hover {
  background: #2687b1;
  border: 3px solid #2687b1;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #2687b1;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* contato Section
--------------------------------*/
#contato {
  padding: 30px 0;
}

#contato .contato-info {
  margin-bottom: 20px;
  text-align: center;
}

#contato .contato-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #2687b1;
}

#contato .contato-info address,
#contato .contato-info p {
  margin-bottom: 0;
  color: #000;
}

#contato .contato-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contato .contato-info a {
  color: #000;
}

#contato .contato-info a:hover {
  color: #2687b1;
}

#contato .contato-address,
#contato .contato-phone,
#contato .contato-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contato .contato-address,
  #contato .contato-phone,
  #contato .contato-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contato .contato-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contato #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contato #google-map {
    margin-top: 20px;
  }
}

#contato .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contato .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contato .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contato .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contato .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contato .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contato .php-email-form input,
#contato .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contato .php-email-form input::focus,
#contato .php-email-form textarea::focus {
  background-color: #2687b1;
}

#contato .php-email-form button[type=submit] {
  background: #2687b1;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contato .php-email-form button[type=submit]:hover {
  background: #2dc899;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}