._box2-wrapper {
  border-radius: 3.6rem;
  background-color: #f7eaa4;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 3rem 1rem 1rem 1rem;
}

._box2-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 3rem;
}

._box2-header__title {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

._box2-header__title h4 {
  color: var(--color-primary);
  font-size: 20px;
}

._box2-header__title h3 {
  font-size: clamp(3rem, 4vw, 4rem);
}

._box2-header__description {
  max-width: 100%;
  text-align: left;
  font-size: 1.6rem;
}

._box2-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
}

._box2-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  overflow: hidden;
  position: relative;
  transition: background-color 0.5s ease;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

._box2-item:hover {
  background-color: rgb(255, 255, 255, .88);
  color: var(--color-clean);
}

._box2-item:hover ._box2-item__icon {
  scale: 1.05;
  background-color: var(--color-clean);
  color: var(--color-darker);
}

._box2-item__icon {
  font-size: 3rem;
  background-color: var(--color-primary);
  align-self: start;

  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-clean);
  transition: .2s all ease-in-out;

  margin: 0 auto;

}

._box2-item__icon img{
  width: auto;
  height: 40px; 
}


._box2-item__title {
  font-weight: 500;
  font-size: 1.85rem;
  margin-top: 8px;
  margin-bottom: 4px;
  text-align: center;
}

._box2-item__description {
  font-size: 1.42rem;
  text-align: center;
}

@media(min-width:1170px){
  ._box2-header{
    flex-direction: row;
  }

  ._box2-wrapper{
    padding: 4vw;
  }
  ._box2-list{
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }

  ._box2-header__title {
    width: 50vw;
    text-align: left;
  }

  ._box2-header__description {
    width: 50vw;
    text-align: right;
  }

}



._faq1-section {
  background-color: #3c111a;
  margin-top: 60px;
  padding: 60px 0;
  color: #f7f7f7;
}

._faq1-section h2{
  color: #f7f7f7;
}

.faq-header {
  font-size: 42px;
  border-bottom: 1px dotted var(--color-primary);
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px dotted #f7f7f7;
}

.panel-title {
  font-size: 2rem;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 1.4rem 2.4rem;
  padding-left: 0;
  display: block;
  cursor: pointer;
  color: #f7f7f7;
}

.panel-content {
  font-size: 20px;
  padding: 0px 14px;
  padding: 0px 2.4rem;
  margin: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  font-weight: 300;
  line-height: 180%;
}

.panel:checked~.panel-content {
  height: auto;
  opacity: 1;
  padding: 1.4rem 2.4rem 2.4rem 0;
  color: #f7f7f7;
}

.plus {
  position: absolute;
  z-index: 0;
  top: 25px;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  color: #f7f7f7;
  right: 0;
}

.panel:checked~.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}


#google-map iframe{
  width: 100%;
  height: 350px; 
}

.tempbox{
  width: 100%;
  display: flex;
  justify-content: end;
}

@media(max-width:520px){
  .tempbox{
    padding: 80px 0;
    justify-content: center;
  }
}

.tempbox img{
  max-height: 20px;
}


#backToTop {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #3c111a;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: .2s all ease-in-out;
}

#backToTop:hover {
  background-color: #6d2032;
}

#backToTop.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}







.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #6d2032;
  color: #ffffff !important;
}

#appointment button#cf-submit:hover {
  background: #6d2032;
  color: #ffffff;
}




.navbar{
  background-color: #3c111a;
  color: #fff;
}

.navbar-brand{
  padding: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color:#f7eaa4;
  background-color: transparent;
}


.navbar-default .navbar-nav li a{
  color: rgb(255, 255, 255);
}

.navbar-default .navbar-nav > li a:hover {
  color: rgb(255, 255, 255) !important;
}

.navbar-default .navbar-nav li.appointment-btn a{  background-color: #f7eaa4;
  color: #3c111a;
}

.navbar-default .navbar-toggle .icon-bar {
  background:#f7eaa4;
  border-color: transparent;
}

.news-info{
  min-height: 380px;
}





















/*---------------------------------------
    SERVICOS             
-----------------------------------------*/

#servicos,
#servicos-detail {
  background: #f9f9f9;
}

#servicos-detail blockquote {
  margin: 30px 0;
}

.servicos-detail-thumb .servicos-image img {
  border-radius: 10px;
}

.servicos-detail-thumb h3 {
  margin-bottom: 8px;
}

.servicos-image {
  margin-bottom: 30px;
  position: relative;
}

.servicos-image img {
  width: 100%;
}

.servicos-detail-thumb ul {
  margin: 32px 12px 22px 0px;
}

.servicos-detail-thumb ul li {
  list-style: circle;
  font-weight: normal;
  padding: 6px 12px 6px 0px;
}

.servicos-sidebar {
  margin-top: 16px;
}

.servicos-social-share {
  text-align: center;
  padding-top: 22px;
}

.servicos-social-share .btn {
  border-radius: 100px;
  border: none;
  font-size: 10px;
  font-weight: 600;
  margin: 2px 6px;
  padding: 8px 14px;
}

.servicos-social-share .btn-primary {
  background: #3b5998;
}

.servicos-social-share .btn-success {
  background: #1da1f2;
}

.servicos-social-share .btn-danger {
  background: #dd4b39;
}

.servicos-social-share a .fa {
  padding-right: 4px;
}

.recent-post {
  padding-top: 2px;
  padding-bottom: 18px;
}

.recent-post .media img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 5px;
}

.recent-post .media-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  margin-top: 5px;
}

.servicos-categories {
  margin-top: 8px;
}

.servicos-categories li a {
  color: #2b2b2b;
}

.servicos-ads {
  background: #ffffff;
  border-right: 4px solid #2b2b2b;
  padding: 42px;
  text-align: center;
  margin: 26px 0 26px 0;
}

.servicos-ads.sidebar-ads {
  border-left: 4px solid #2b2b2b;
  border-right: 0px;
}

.servicos-ads h4 {
  font-size: 18px;
}

.servicos-tags h4 {
  padding-bottom: 6px;
}

.servicos-categories li,
.servicos-tags li {
  list-style: none;
  display: inline-block;
  margin: 4px;
}

.servicos-tags li a {
  background: #393939;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  float: left;
  min-width: 30px;
  padding: 6px 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.servicos-tags li a:hover {
  background: #3c111a;
}









.social-icon li a{
  background-color: #3c111a;
  color: #fff;
  transition: .2s all ease-in-out;
}


.social-icon li a:hover {
  background-color: #6d2032;
}

.contact-info .fa {

  background: #3c111a;

}

.cmc-contato-mensagem-resultado p{
  color: rgb(2, 146, 2);
}

[class$="-feedback-required"],
[class$="-feedback-invalid"] {
    color: red;
}

#contato .form-group input,
#contato .form-group textarea{
  margin-bottom: 0;
}




.botao-whatsapp{
  background-color: rgb(4, 148, 4);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.botao-whatsapp:hover{
  background-color: rgb(7, 165, 7);
  color: #fff;
}












/*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news, #news-detail {
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }



  .servicos-thumb {
    background: #ffffff;
    border-radius: 10px;
   display: block; 
  }

  .servicos-info{
    padding: 30px;
    min-height: 230px;
    background-color:#fff;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
  }
  
  .servicos-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .servicos-thumb figure{
    width: 100%;
    height: 256px;
    overflow: hidden; 
  }

  .servicos-thumb figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3; 
  }

  .servicos-info h3{
    margin-top: 0;
  }

.servicos-info .btn {
    margin-top: auto;
    align-self: start;
}



  /* >>> button whatsapp 1 */

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseWhatsApp 2s infinite;
  z-index: 999999999999999999;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */



@media(max-width:600px){
  header{
    display: none;
  }

  #news-detail{
    padding: 40px 0;
  }

}






