
    /*--------------------------------------------------------------
# General tal
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  position: relative;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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




/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #003d6a #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #003d6a;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }


@media (max-width: 992px) {
.adq {
margin-top: 20px;
}
}

  .footer {
  padding-bottom: 1rem!important;
}
.accordion_rodape .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #56109c !important; 
  box-shadow: none !important;
}

.accordion_rodape .accordion-button {
  outline: none !important;
  box-shadow: none !important;
  background-color: #56109c !important; 
  color: #fff !important; 
  border-radius: 0 !important;
  outline: none !important;
  border: 0 !important;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion_rodape .accordion-body { background-color: #56109c !important;}

a.text-rodape:link {color: #fff !important;}
a.text-rodape:visited {color: #f2f2f2 !important;}
a.text-rodape:hover {color: #f9f9f9 !important;}
a.text-rodape:active {color: #f8f8f8 !important;}

#pagesrodape {
padding: 10px; 
list-style: none; 
display: flex; 
align-items: center; 
align-content: center; 
justify-content: center
}

@media (max-width: 40rem) {

#pagesrodape {
  flex-direction: column;
}

}

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

.text-white{
    color: #fff;
  }
  

  .service-button {
    color: #fff;
    font-weight: 700;
    width: auto;
    font-size: 1em !important;
    border-radius: 10px;
    border: none;
    padding: 20px 40px;
    transition: all ease-in-out 0.3s;
    display: inline-block !important;
    background: rgb(37,165,75);
    background: linear-gradient(180deg, rgba(37,165,75,1) 0%, rgba(9,127,44,1) 50%, rgba(37,165,75,1) 100%);
    margin-bottom: 30px;
  }

  .services5 {
    padding-bottom: 40px;
    width: 100%;
    padding: 0 0 0 0;
    background: url("../../assets/img/bloco5.webp");
    background-size: cover;
    background-position: center;
  }

  #footer {
    color: #fff;
    font-size: 14px;
    background-color: #56109c;
  }
  

  #footer .footer-top {
    position: relative;
    z-index: 2;
    padding: 80px 0;
  }

  #footer .footer-bottom {
    position: relative;
    padding: 10px 0;
  }
  
  #footer .copyright {
    text-align: center;
  }


  #footer .areabloquinhos {
    width: 50vw;
    margin: 0 auto;
  }

  #footer .bloquinho {
    padding: 10px;
    display: flex;
    text-align: left;
  }

  #footer .bloquinho i {
    background-color: #ff6400;
    font-size:1.5em;
    margin-right:5px;
    padding: 10px;
    border-radius: 5px;
    vertical-align: bottom;
  }  


  @media (max-width: 768px) {
    #footer .copyright, #footer .credits {
      padding: 5px;
      float: none;
      text-align: center;
    }
    .img-mobile{
      display:none;
    }
    
    #footer .areabloquinhos {
    width: 100%;
    }

    .text-mobile{
      text-align: center !important;
    }
    .about .content {
      padding: 30px 30px;
  }
  
  .mt-mobile{
    margin-top: 30px;
  }
  }


  .card-header{
    
  }

.form-group {
  margin-bottom: 1rem;
}

* {
    outline: none !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5em;
    font-family: 'Ubuntu', "arial";
  }
  
  .logo {
    font-size: 1.5em;
    font-family: 'Lobster', cursive;
  }


  .scroll-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    background: #284864;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    transition: all ease-in-out 0.3s;
    display: none;
  }


.bx
{
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-menu:before {
    content: "\eb5f";
  }

  .bxl-facebook:before {
    content: "\e92f";
  }
  .bxl-linkedin:before {
    content: "\e94d";
  }
  .bxl-reddit:before {
    content: "\e96a";
  }
  .bxl-telegram:before {
    content: "\e97b";
  }
  .bxl-twitter:before {
    content: "\e982";
  }
  .bxl-whatsapp:before {
    content: "\e98a";
  }
  .bx-envelope:before {
    content: "\eac1";
  }
  .bx-phone-call:before {
    content: "\ebb3";
  }
  .bx-share-alt:before {
    content: "\ec03";
  }
  .bx-star:before {
    content: "\ec27";
  }

    .slick-slide {
    opacity: 1;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important; 
    }

    .slick-dots {
    position: absolute !important;
    bottom: 20px;
    }


    .btn-info {
  --bs-btn-color: #fff !important;
   }

   .item-imagegroup {
        display: table;
        width: 100%;
        text-align: center;
    }
    
    .item-tablecell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }

    
.buttonsaibamais {
    background-image: url("../../assets/img/saibamais.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 140px;
    height: 30px;
}


/*------/ Button /------*/
.button {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}
.button:focus {
  outline: 0;
}
.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: 0.9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/*--------------------------------------------------------------

# Back to top button

--------------------------------------------------------------*/

.back-to-top {

position: fixed;

visibility: hidden;

opacity: 0;

right: 15px;

bottom: 15px;

z-index: 996;

background: #ff6400;

width: 40px;

height: 40px;

border-radius: 4px;

transition: all 0.4s;

}

.back-to-top i {

font-size: 28px;

color: #fff;

line-height: 0;

}

.back-to-top:hover {

background: #003d6a;

color: #fff;

}

.back-to-top.active {

visibility: visible;

opacity: 1;

}
    
.paneltop {
  padding: 0 18px;
  padding-top: 200px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordiontop {
    border-radius: 50%;
    padding: 12px;
    border: none;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    opacity: 0.2;
    width: auto;
    z-index: 1000;
    line-height: 18px;
    font-size: 1.3em;
    margin: 15px;
    background-color: #fff;
}

@media (min-width: 992px) {

  .paneltop {
  padding-top: 120px;
}

}


        .checkout-steps-pai {
            margin-top: 2px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }
        
        .checkout-steps {
            margin-bottom: 50px;
            width: 100%;
        }
        
        .checkout-steps-theme-clean td, .checkout-steps-theme-clean th {
            padding: 0 0 5px 10px;
        }
        
        .checkout-steps td.ativo, .checkout-steps th.ativo {
            font-weight: bold;
        }
        
        .checkout-steps td {
            position: relative;
        }
        
        .checkout-steps td, .checkout-steps th {
            text-align: center;
            color: #4a4a4a;
            width: 25%;
            padding: 0 8px 2px 0;
            vertical-align: baseline;
            text-transform: uppercase;
            font-size: 1.2rem;
        }
        
        .checkout-steps .linha {
            height: 1px;
            width: 100%;
            background-color: #4a4a4a;
            position: absolute;
            bottom: -20px;
        }
        
        .checkout-steps-theme-clean td.ativo .icone {
            border-color: #4a4a4a;
            background: azure;
        }
        
        .checkout-steps td.ativo .icone {
            display: block;
        }
        
        .checkout-steps-theme-clean td .icone {
            width: 28px;
            height: 28px;
            display: block;
        }
        
        .checkout-steps td .icone {
            cursor: pointer;
        }
        
        .checkout-steps td .icone, .checkout-steps th .icone {
            height: 22px;
            width: 22px;
            bottom: -29px;
            left: 50%;
            margin-left: -11px;
            z-index: 1;
            background:#fff;
        }
        
        .checkout-steps-theme-clean .icone {
            background: #fff;
            border: 2px solid #d0d0d0;
            font: normal normal normal 14px/1 FontAwesome;
            color: #d0d0d0;
            line-height: 24px;
        }
        
        .checkout-steps .icone {
            height: 12px;
            width: 12px;
            background-color: #4a4a4a;
            position: absolute;
            bottom: -24.5px;
            border-radius: 50%;
            left: 50%;
            margin-left: -6px;
            display: none;
        }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
  }
}
.card-blog .card-body {
  position: relative;
}
.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}
.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0050AD;
  border-radius: 4px;
}
.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}
.card-blog .card-description {
  color: #4e4e4e;
}
.card-blog .post-author {
  display: inline-block;
}
.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .post-box,
.form-comments,
.box-comments,
.widget-sidebar {
    padding: 3rem;
  }
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
}
.blog-wrapper .post-meta {
  margin: 1rem 0;
}
.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}
.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}
.blog-wrapper .post-meta ul a {
  color: #0078ff;
}
.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}
.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
  padding-bottom: 40px;
}
.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}
.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}
.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}
.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}
.box-comments .list-comments a {
  color: #0078ff;
}
.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}
.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/
.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}
.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  border-radius: 15px;
}
.widget-tags ul li a {
  color: #fff;
}

/*------/ Cookies /------*/

.cookies-container {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: fixed;
  width: 100%;
  bottom: 2rem;
  z-index: 1000;
}

.cookies-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: white;
  max-width: 520px;
  border-radius: 5px;
  padding: 1rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: slideUp 0.5s forwards;
}

@keyframes slideUp {
  to {
    transform: initial;
    opacity: initial;
  }
}

.cookies-pref label {
  margin-right: 1rem;
}

.praBaixo {
  animation-name: prabaixo;
  animation-duration: 1.1s;
}

@keyframes prabaixo {
  0%  {bottom:2rem;}
  100% {bottom:-100px; display:none;}
}

.cookies-save {
  grid-column: 2;
  grid-row: 1/3;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #0053AD;
  color: white;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
}

@media (max-width: 500px) {
  .cookies-content {
    grid-template-columns: 1fr;
  }
  .cookies-save {
    grid-column: 1;
    grid-row: 3;
  }
}