/*
Theme Name: Paulo Koch
Theme URI: https://tempbox.com.br/
Author: Tempbox - Criação de Sites
Author URI: https://tempbox.com.br/
Description: Tema criado para o cliente Paulo Koch
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paulokoch
*/




body{
  background-color: #F9F9F9;
  color: #444;
  font-family: "Open Sans", sans-serif;
  
}

nav{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.40);
    z-index: 9;
}

@media(max-width:768px){
  nav{
    background: rgba(0, 0, 0, 1);
    text-align: center;
  }
  .swiper-button-next, .swiper-button-prev{ 
    top: 88%;
    display: none;
  }
}

a{
  text-decoration: none;
  color: #444;
}

p{
  font-weight: 450;
  line-height: 180%;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Raleway", sans-serif;
}

.navbar{
  padding: 0;
}

.nav-link{
  color: #fff;
  padding: 24px 0;
}

.nav-link:hover{
  color: #3EC1D5;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #3EC1D5;
    border-bottom: 3px solid #3EC1D5;
}

.navbar-toggler-icon {
  filter: invert(1);
}



.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    .banner-slide{
      width: 100%;
      height: 100%; 
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      color: #fff;
    }

    .banner-slide::after{
      background: #444 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    }

    
    .banner-slide__wrapper{
      width: 100%;
      height: 100dvh; 
      align-items: center;
      justify-content: center;
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: relative;
      z-index:3;
    }


.swiper-pagination-bullet {
   border-radius: 8px;
  transition: .2s;
    width: 40px;

}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 32px;
}


.swiper-button-next, .swiper-button-prev {
    
  border: 1px solid #fff;
  border-radius: 999px;
  width: 24px;
  height: 24px; 
  padding: 24px;
   margin: 0 40px;
    color: #fff;
    transition: .25s;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 24px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #3EC1D5 !important;
}


.banner-slide__buttons{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

  .btn-primary{
    border-radius: 99px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .btn-blue{
    background-color: #3EC1D5;
    border-color: #3EC1D5;
  }

  .btn-blue:hover{
    border-color: #fff;
    background-color: transparent;
  }

  .btn-border{
    background-color: transparent;
    border-color: #fff;
  }

  .btn-border:hover, .btn-border--dark{
    --bs-btn-hover-bg: #3EC1D5;
    --bs-btn-hover-border-color: #3EC1D5;
  }

  .btn-border--dark{
    background-color: transparent;
    border-color: #444;
    color: #444;
  }

  .btn-border--dark:hover{
    background-color: #3EC1D5;
    color: #fff;
  }


  .title-2{
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 16px;
  }

  .title-2::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 2px;
    background-color: #3EC1D5; 
    border-radius: 4px;
  }


.card-areas h3{
  transition: .25s;
  margin-top: 12px;
}

  .card-areas:hover h3{
    color: #3EC1D5;
    
  }

  .card-areas p{
    text-align: center;
  }

.card-areas img{
  transition: .25s;
}


  .card-areas p{
    font-size: 16px;
  }


.our-skill-area {
  position: relative;
  background: rgba(248, 248, 248, 0.8) no-repeat fixed center top / cover;
  padding: 100px 0;
  overflow: hidden;
}

.our-skill-area .single-skill{
  position: relative;
  z-index: 3;
  margin: 60px 0;
}

.test-overly {
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.test-overly--dark {
  background: rgba(0, 0, 0, 0.8);
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}



.accordion-item{
  margin-bottom: 8px;
}

.cta-wrapper{
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 4vh 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.cta-wrapper p{
  font-style: italic;
}

footer{
  background-color:#F9F9F9;
  padding: 4rem 0 0 0;
}

.social-footer a{
  border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    transition: .25s;
}

.social-footer a:hover{
      background: #3EC1D5;
    border: 1px solid #3EC1D5;
    color: #fff;
}

.canais-atendimento svg, .horarios-atendimento svg{
  width: 20px;
  height: 20px; 
  color: #3EC1D5;
}

.copyright{
  background-color: #F1F1F1;
  padding: 4rem 0;
  margin-top: 2rem;
  text-align: center;
}


/*--------------------------------*/

/*  13.Blog Area
/*--------------------------------*/

.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
  font-weight: 600;
  line-height: 142%;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}





.single-blog-img{
    
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.single-blog-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}







.cards-padronizados {
  display: flex;
  flex-wrap: wrap; 
}

.single-blog {
  height: 100%; 
  display: flex;
  flex-direction: column;
}

.blog-text {
  flex-grow: 1; 
}

.blog-area{
  padding:5rem 0;
}




.contact-icon {
  margin-bottom: 40px;
}

.single-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
transition: .25s;
}

.single-icon:hover{
  color: #3EC1D5;
}



.single-icon .icone {
    width: 60px;
    height: 60px;
    border: 1.5px solid #444;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}

.single-icon .icone svg{
  width: 24px;
  height:24px; 
  transition: .25s;
}

.single-icon:hover .icone{
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
}

.single-icon:hover .icone svg{
  scale: 1.4;
}


.comments-type>a, .date-type, .blog-meta span.comments-type {
    display: flex;
    align-items: center;
    gap: 4px;
}



label{
  font-weight: 600;
}

label, textarea, input[type=text], input[type=email], input[type=tel]{
  width: 100%;
}

textarea{
  max-height: 90px;
}

.wpcf7-submit{
  border-radius: 50px;
}

.wpcf7-form-control{
border: 1px solid #444;
  padding: 6px 16px;
  outline: #3ec1d5;
}

.wpcf7-form-control:focus-visible{
  border: 1px solid #3ec1d5;
outline: #3ec1d5;
}


.header-pages{
  width: 100%;
  height: 110px; 
  display: flex;
}

.post-navigation{
  display: none;
}


.text-primary {
   
    color: #444 !important;
}

.header-single{
  border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding-bottom: 16px;
}

.card-title{
  font-weight: 550;
  
}

.byline{
  color: #333;
  font-weight: 500;
  font-size: 15px;
}

.byline span{
  color: #2c8a99;
  font-weight: 550;
}


.mapa-contato iframe{
  width: 100%;
  max-width: 100% !important;
}

/* >>> 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 <<< */


  .botao-whatsapp {
    background-color: rgb(4, 148, 4);
    color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    padding: 12px 24px;
    border-radius: 50px;
    gap: 8px;
}