/**
* Template Name: Arsha - v4.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Geral
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #B92B36;
  text-decoration: none;
}

a:hover {
  color: #da505b;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #3C3D59;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3C3D59;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

/*--------------------------------------------------------------
# Botão back-to-top
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #B92B36;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #3C3D59;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navegação
--------------------------------------------------------------*/
/* Navegação Desktop */
.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-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  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: #da505b;
}

.navbar .getstarted {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #da505b;
  font-weight: 600;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #da505b;
}

.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;
  border-radius: 4px;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #3C3D59;
}

.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: #da505b;
}

.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%;
  }
}

/* Navegação Mobile */

.mobile-nav-toggle {
  color: #fff;
  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: #3c3d59a2;
  transition: 0.3s;
  z-index: 999;
}

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

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

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #3C3D59;
}

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

.navbar-mobile .getstarted {
  margin: 15px;
  color: #3C3D59;
}

.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: #da505b;
}

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

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  height: 700px !important;
  z-index: 1;
  background-size: cover;
}

#hero .logo {

  margin-right: 50%;
  margin-top: 5%;
  margin-bottom: 5%;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #B92B36;
}

#hero .btn-get-started:hover {
  background: #da505b;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #B92B36;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 1920px) {
  #hero {
    height: 90vh;
    background-position: 70%;
  }

}

@media (max-width: 991px) {
  #hero {
    height: 90vh;
    background-position: 70%;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }

}

@media (max-width: 768px) {

  #hero {
    height: 80vh;
    background-position: 70%;
    text-align: center;

  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero .logo {
    margin-top: 45%;
    margin-right: 20%;
    margin-left: 20%;
    align-items: center;

  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {

  #hero {
    height: 70vh;
    background-position: 70%;
    text-align: center;

  }

  #hero .hero-img img {
    width: 80%;
  }

  #hero .logo {
    margin-top: 65%;
    margin-right: 20%;
    margin-left: 20%;
    align-items: center;

  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }

}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Seções
--------------------------------------------------------------*/

section {
  padding: 40px 0;
  overflow: hidden;
}

@media (max-width: 575px) {
  section {
    padding: 30px 0;
    overflow: hidden;
  }
}

.section-bg {
  background-color: #f3f5fa;
}

.section-dk {
  background-color: #3C3D59;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #3C3D59;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #B92B36;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.section-title-b {
  text-align: center;
  padding-bottom: 30px;
}

.section-title-b h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
}

.section-title-b h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title-b h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #B92B36;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title-b p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Sobre
--------------------------------------------------------------*/

.btn-social {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  color: #fff;
  line-height: 1;

}

.btn-social i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
}

.btn-social i:hover {

  color: #B92B36;
}

.sobre .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.sobre .content ul li {
  padding-left: 28px;
  position: relative;
}

.sobre .content ul li+li {
  margin-top: 10px;
}

.sobre .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #B92B36;
  line-height: 1;
}

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

.sobre .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #B92B36;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #B92B36;
}

.sobre .content .btn-learn-more:hover {
  background: #B92B36;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Tratamentos
--------------------------------------------------------------*/

.tratamentos .tratamentos-list {
  padding: 0 100px;
}

.tratamentos .margfaq {
  margin-top: 60px!important;
}

.tratamentos .tratamentos-list ul {
  padding: 0;
  list-style: none;
}

.tratamentos .tratamentos-list li + li {
  margin-top: 15px;
}

.tratamentos .tratamentos-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.tratamentos .tratamentos-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  
  outline: none;
  cursor: pointer;
}

.tratamentos .tratamentos-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  color: #da505b;
}

.tratamentos .tratamentos-list .icon-show, .tratamentos .tratamentos-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.tratamentos .tratamentos-list p {
  margin-bottom: 0;
  padding: 20px;
}

.tratamentos .tratamentos-list .icon-show {
  display: none;
}

.tratamentos .tratamentos-list a.collapsed {
  color: #3c3d59da;
  transition: 0.3s;
}

.tratamentos .tratamentos-list a.collapsed:hover {
  color: #da505b;
}

.tratamentos .tratamentos-list a.collapsed .icon-show {
  display: inline-block;
}

.tratamentos .tratamentos-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .tratamentos .tratamentos-list {
    padding: 0;
  }
}


/*--------------------------------------------------------------
# Áreas de atuação
--------------------------------------------------------------*/
.areas-atuacao .alig {
  text-align: center;
}

.areas-atuacao .click-btn {
  display: inline-block !important;
  align-items: center !important;
  margin-top: 20px;
  padding: 12px 35px;
  border-radius: 50px;
  transition: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  color: #fff;
  background: #B92B36;
}

.areas-atuacao .click-btn:hover {
  background: #da505b;
}

.areas-atuacao .content {
  padding: 60px 100px 0 100px;
}

.areas-atuacao .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #3C3D59;
}

.areas-atuacao .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.areas-atuacao .content p {
  font-size: 15px;
  color: #848484;
}

.areas-atuacao .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.areas-atuacao .accordion-list {
  padding: 0 60px 60px 60px;
}

.areas-atuacao .accordion-list ul {
  padding: 0;
  list-style: none;
}

.areas-atuacao .accordion-list li+li {
  margin-top: 15px;
}

.areas-atuacao .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.areas-atuacao .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.areas-atuacao .accordion-list span {
  color: #B92B36;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.areas-atuacao .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.areas-atuacao .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.areas-atuacao .accordion-list .icon-show {
  display: none;
}

.areas-atuacao .accordion-list a.collapsed {
  color: #343a40;
}

.areas-atuacao .accordion-list a.collapsed:hover {
  color: #B92B36;
}

.areas-atuacao .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.areas-atuacao .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .areas-atuacao .content,
  .areas-atuacao .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .areas-atuacao .img {
    min-height: 400px;
  }

  .areas-atuacao .content {
    padding-top: 30px;
  }

  .areas-atuacao .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .areas-atuacao .img {
    min-height: 200px;
  }
}


/*--------------------------------------------------------------
# Consultas
--------------------------------------------------------------*/

.consultas {
  background-color: #3C3D59;
  background-size: cover;

}

.consultas .alig-1 {
  text-align: right;
}

.consultas .alig-2 {
  text-align: left;
}

.consultas .img-whatsapp {

  object-fit: contain !important;
  resize: both;
  width: 5%;
  padding-bottom: 5px;
}

.consultas h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;

}

.consultas p {
  color: #fff;
}

.consultas .consultas-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-flexbox;
  align-items: center;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;

}

.consultas .consultas-btn:hover {
  background: #B92B36;
  border: 2px solid #B92B36;
}

@media (max-width: 1024px) {
  .consultas {
    background-attachment: scroll;
  }
}

@media (max-width: 992px) {
  .consultas .consultas-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .consultas h3 {
    margin-bottom: 30px;

  }

  .consultas .alig-1 {
    text-align: center;
  }
  
  .consultas .alig-2 {
    text-align: center;
  }

}


@media (max-width: 575px) {
  .consultas h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .consultas .alig-1 {
    text-align: center;
  }
  
  .consultas .alig-2 {
    text-align: center;
  }

  .consultas .consultas-btn {
    font-size: 16px;
    padding: 8px 28px;

  }
  .consultas .consultas-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/

.card-home .cont{

  align-items: center;
}

.card-home .member {
  
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.card-home .fflex{
  display: flex;
}

@media (max-width: 575px) {
  .card-home .pic {
    padding-bottom: 5%;
  }

  .card-home .fflex{
    display: flex;
    flex-flow: row wrap;
  }
  .card-home .pic {
    width: 100%;
    overflow: hidden;
  }
}

.card-home .pic {
  width: 150%;
  overflow: hidden;
}

.card-home .pic img {
  transition: ease-in-out 0.3s;
}

.card-home .member:hover {
  transform: translateY(-10px);
}

.card-home .member .member-info {
  padding-left: 30px;
}

.card-home .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
  color: #3C3D59;
}

.card-home .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.card-home .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.card-home .member p {
  margin: 10px 0 0 0;
  font-size: 18px;
}

.card-home .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-home .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.card-home .member .social a i {
  color: #3C3D59;
  font-size: 16px;
  margin: 0 2px;
}

.card-home .member .social a:hover {
  background: #B92B36;
}

.card-home .member .social a:hover i {
  color: #fff;
}

.card-home .member .social a+a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# Contato
--------------------------------------------------------------*/

.contato .contato-container {

  padding-left: 10%;
  padding-right: 10%;
}

.contato .info {
  border-top: 3px solid #3c3d5927;
  border-bottom: 3px solid #3c3d5927;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);

}

.contato .info i {
  font-size: 20px;
  color: #B92B36;
  float: left;
  width: 40px;
  height: 40px;
  background: #3c3d5917;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  
}

.contato .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #3C3D59;
}

.contato .info p {
  padding: 0 0 20px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #444444;

}

.contato .info .email p,
.contato .info .whatsapp p,
.contato .info .address p {
  padding-top: 7px;
}

.contato .info .social-links {
  
  padding-left: 60px;
}

.contato .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contato .info .social-links a:hover {
  background: #B92B36;
  color: #fff;
}

.contato .info .email:hover i,
.contato .info .address:hover i,
.contato .info .whatsapp:hover i {
  background: #B92B36;
  color: #fff;
}

.contato .php-email-form {
  width: 100%;
  border-top: 3px solid #3c3d5927;
  border-bottom: 3px solid #3c3d5927;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contato .php-email-form .form-group {
  padding-bottom: 8px;
}

.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: #404140;
  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 #da505b;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contato .php-email-form .form-group {
  margin-bottom: 20px;
}

.contato .php-email-form label {
  padding-bottom: 8px;
}

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

.contato .php-email-form input:focus,
.contato .php-email-form textarea:focus {
  border-color: #B92B36;
}

.contato .php-email-form input {
  height: 44px;
}

.contato .php-email-form textarea {
  padding: 10px 12px;
}

.contato .php-email-form button[type="submit"] {
  background: #B92B36;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #3C3D59;
}

#footer .alig {
  text-align: center;
}

#footer .logo {
width: 170px!important;
align-items: center;
margin-bottom: 20px;

}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contato {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contato h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #3C3D59;
}

#footer .footer-top .footer-contato p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #3C3D59;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #3C3D59;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #B92B36;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #B92B36;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #B92B36;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #da505b;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }

  
}