/*!
Theme Name: CAROLINA ARANTES
Author: Ricardo Avila Colebrusco
Author URI: https://avilaweb.com.br
Description: Tema desenvolvido para a empresa CAROLINA ARANTES.
Version: 1.0
*/

.area-cliente > a {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* espaço entre texto e ícone */
}

.area-cliente > a::after {
    content: "";
    width: 28px;
    height: 28px;
    background: url("./assets/icons/ic-cadeado.svg") no-repeat center;
    background-size: contain;
}


.titleh1{
    text-align: center !important;
    color: #4A5C5A !important;
    font-size: 30px !important;
    line-height: 35px !important;
}

.btn-ic-download{
       background-color: #FFF;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    margin-right: -20px;
    box-shadow: -5px -2px 8px 0px rgba(0,0,0,0.33);
    transition: all 0.3s ease;


}

.btn-ic-download img {
  width: 60%;
}

.btn-download {
    background-color: #D9D9D9;  
    border: 1px solid #4A5C5A;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin: 5px;
}
.img-ic-download {
  width: 30px;
  margin-right: 10px;
}
.img-ic-fechar {
      width: 50px;
    margin-top: 20px;;
}


.filtro-categoria {
    background-color: #D9D9D9;
    border: 1px solid #4A5C5A;
    padding: 10px;
}
/* modal senha */


.post-password-form-custom  {
    background-color: rgb(74, 92, 90)!important;
    position: fixed!important;
    display: flex!important;
    top: -25px!important;
    left: 0!important;
    width: 100%!important;
    height: calc(100% + 25px)!important;
    justify-content: center!important;
    align-items: center!important;
    z-index: 999!important;
    
    background-image: url('assets/images/bg-login.png');
    background-size: cover;      /* cobre tudo */
    background-position: center; /* centraliza */
    background-repeat: no-repeat;
}

.post-password-form-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
}
.content-form-pass {
    background: #fff!important;
    padding: 40px!important;
    border-radius: 15px!important;
}

.input-area-rest {
  border: 1px solid #4A5C5A!important
}

.post-password-form-custom .content-form-pass .font-pass-ativo {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #2F855A;
}

.post-password-form-custom .content-form-pass .font-pass-title{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #4a5c5a;
}

.post-password-form-custom .content-form-pass .font-pass{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #4a5c5a;
}

.post-password-form-custom .content-form-pass .ic-login-pass {
  width: 40px!important;
}

.post-password-form-custom .content-form-pass .ic-login-pass-ativo {
  width: 30px!important;
}
.error-pass {
    color: #ff4d4d;
    margin-bottom: 15px;
    font-weight: 600;
}
.btn-acessar {
  width: 100%!important;
  border-color: #4A5C5A!important;
  background-color: #4A5C5A!important;
  font-size: 16px!important;
  color: #fff!important;
}
.btn-acessar:hover{
  border-color: #3A4847!important;
  background-color: #3A4847!important;
}
/* fim modal senha */

/* modal img */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal.ativo {
    display: flex;
}

.modal-conteudo {
    background: #fff;
    padding: 40px;
    width: 80%;
    height: 95%;
    position: relative;
    overflow-y: scroll;
}

.fechar-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.img-modal {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.item-galeria {
    display: block;
    margin-bottom: 80px;
}

.item-galeria.oculto {
    display: none;
}

.filtro-categoria.ativo {
    background: #4A5C5A;
    color: #fff;
}

/* fim modal img */

.img-thumb {
  background-color: #4A5C5A;
  border: 2px solid #4A5C5A;
  border-radius: 10px;
  padding: 0;
  margin: 15px;
  color: #fff;
}

.box-ind{
    background-color: #DDDCD7;
    color: #4A5C5A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-ind h3 {
  font-size: 24px;
  line-height: 28px;
  color: #4A5C5A;
  text-align: center;

}


body { background-color: #f8f9fa; }
.mob-no {
  display: block;
}
.desk-no {
  display: none;
}
.text-photo {
  font-size: 14px;
}

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }
.min-h-servicos {
  min-height: 300px;
  background: #005cbf;
}

address {
  font-size: 16px;
  line-height: 26px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0px;
}

.page-template-pagina-ajuda .content {
  margin-top: 150px;
}
.ic-arrow-left {
  margin-right: 10px;
}
.btn-mais-projetos {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #fff!important;
}
.btn-enviar {
  padding: 5px 15px;
  background-color: #4A5C5A;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #4A5C5A;
  font-size: 15px;
  margin-top: 5px;
}

.btn-enviar:hover{
  background-color: #fff!important;
  color: #4A5C5A!important;
  border: 1px solid #4A5C5A!important;
}

.display-projetos {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.projetos-single .img-projetos {
  margin-bottom: 0!important;
}

.projetos-single .img-projetos.col1 {
  height: 360px;
  background-color: #fff;
}

.card-projetos {
  position: relative;
  background-color: rgba(74,92,90,0.9);
  width: 400px;
  padding: 30px;
  border-radius: 10px;
  margin-left: 35px;
  margin-top: 240px;
  height: auto;
}

.card-projetos p {
  text-align: justify;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.card-projetos h1 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-transform: initial;
}

.btn-lg {
  padding: 5px 45px 5px 15px!important;
}
.btn-primary {
  position: relative!important;
}
.btn-primary::before {
  content: '';
  background: url(./assets/icons/ic-2-arrow-right-dark.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
}

.btn-primary:hover:before {
  content: '';
  background: url(./assets/icons/ic-2-arrow-right-green.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
}

.btn-primary:focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.1rem #4A5C5A !important;
}

.align-stretch {
  display: flex;
  align-items: stretch;
}
.display-internal {
  width: 100%;
}

.depoimentos {
  background-color: #E1E1E1;
  padding: 50px;
  margin: 0 -10px;
}

.depoimentos p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-style: italic;
}



.depoimentos .slick-slide {
  padding: 0 80px!important;
}

.site-header {display: block;}

.header-title {
  height: 100px;
  margin-bottom: 30px;
}
.header-title .page-title {text-transform: uppercase; color: #fff!important;}
.img-banner-home {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
}


.post-template-default .img-banner-home {
  min-height: 70vh;
  height: auto;
  padding-bottom: 20px;
}

.home .ic-arrow-banner {
  display: none;
}
.ic-arrow-banner {
  position: absolute;
  width: 90px;
  margin-top: -130px;
  z-index: 1;
  margin-left: calc(50% - 45px);
  display: block;
}
.banner-home {
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.img-logo-header {
  height: 80px;
  margin: 10px 0px;
}

.logo-banner {
  background: url(./assets/images/banner-lateral-bg.png);
  height: 500px;
}
.logo-banner::before {
  content: '';
  background: url(./assets/images/banner-lateral.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: -177px;
  width: 177px;
  height: 500px;
  z-index: 1;
}
.logo-banner-center {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.img-logo-banner{
  width: 100%;
  max-width: 400px;;
}

.msg-banner {
  color: #2b4158;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-align: right;
  text-transform: initial;
  margin-top: 80px;
  margin-right: 30px;
  width: 100%;
  max-width: 480px;
  float: right;
}

.btn-banner {
  margin-right: 30px;
  margin-top: 10px;
}

.box-msg-banner {
  width: 500px;
  background: #4A5C5A;
  float: right;
}

section {
  padding: 15px;
}

.content{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

table { margin: 0 0 1.5em; width: 100%; }

/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }

.widget select { max-width: 100%; }

.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.updated:not(.published) { display: none; }

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/* menu desk */
.menu-mobile {display: none;}
.menu-desktop .nav-item {
  float: left;
  padding: 5px 15px;
  /* height: 115px; */
  height: auto;
  display: flex;
  align-items: center;
}

.menu-desktop .nav-item a{
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.menu-desktop .navbar-nav {
  display: block;
  float: right;
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-right: 15px;
  padding-left: 0;
  height: 55px;
}

.menu-desktop .nav-item:hover{
  border-bottom: 4px solid #fff;
  padding-top: 5px;
}
#menu {
  background: #0062cc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
body { -ms-word-wrap: break-word; word-wrap: break-word; -webkit-font-smoothing: auto; text-rendering: optimizeLegibility !important; -moz-osx-font-smoothing: grayscale; font-smoothing: auto; }

a, button, input { -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

blockquote { font-size: 1.25rem; padding: 1.25rem 1.75rem; }

table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }

table th, table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

table tbody + tbody { border-top: 2px solid #dee2e6; }

table table { background-color: #fff; }

figcaption { padding-top: 0; padding-bottom: .75rem; color: #6c757d; text-align: left; }

input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; padding: 0.5rem 1.25rem; color: #fff; background-color: #4A5C5A; border-color: #4A5C5A; }

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover { color: #fff; background-color: #0062cc; border-color: #005cbf; cursor: pointer; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #6c757d; opacity: 1; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

blockquote { font-style: italic; font-size: 1.15rem; border-left: 3px solid rgba(33, 37, 41, 0.25); padding: 0.5rem 1.75rem; background: rgba(33, 37, 41, 0.05); }

blockquote p { font-size: 1.15rem; }

blockquote p:last-child { margin-bottom: 0; }

.navbar-dark .navbar-nav .dropdown-menu a { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

/* .site-footer { padding-top: 50px; padding-bottom: 0; } */
.site-footer { padding-top: 0; padding-bottom: 0; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: left; width: 50%; }

.post-thumbnail { margin-top: 1.5em; display: inline-block; }

.card-title.entry-title { margin-bottom: .25rem; }

.entry-meta { font-size: .9rem; }

.entry-footer { font-size: .9rem; margin-top: 1rem; }

.comments-link { float: right; margin: 4px 0px 4px 10px; font-size: 90%; padding-top: 0.2em; }

.cat-links .badge, .tags-links .badge { font-size: 90%; font-weight: normal; border: 1px solid rgba(0, 0, 0, 0.125); margin: 4px 10px 4px 0; padding: 0.4em .9em; }

.cat-links a, .tags-links a { color: #6c757d; }

.cat-links a:hover, .tags-links a:hover { text-decoration: none; color: #212529; }

.entry-meta a, .comments-link a, .edit-link a { color: #6c757d; }

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover { text-decoration: none; color: #4A5C5A; }

.entry-title a:hover { color: #4A5C5A !important; }

.content-area.wp-bp-404 .card-body { padding: 2.5rem 4rem; }

.sidebar-1-area .widget, .footer-widgets .widget { margin-bottom: 0; padding: 2rem; }

.sidebar-1-area .widget ul, .footer-widgets .widget ul { padding-left: 20px; color: #6c757d; margin-bottom: 0; }

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li { padding-top: 3px; padding-bottom: 3px; list-style: square; }

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; }

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a { color: #6c757d; }

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover { color: #212529; text-decoration: none; }

.footer-widgets {background:#4A5C5A ;}

.footer-widgets .widget-title {display: none;}

.footer-widgets .textwidget p{
  color: #fff;
  margin: 0;
}
.ic-footer {
 margin: 15px 0;
 width: 25px;
}
.site-footer.text-muted {font-weight: 600;}

.dev-by {
  margin-top: 10px;
}

.dev-by a{font-size: 12px;color: #4A5C5A!important;}

.site-info {padding: 10px; background: #ededed;}
.site-info p {font-size: 14px; line-height: 16px; color: #4A5C5A;}
.footer-widgets .textwidget a {color: #fff!important;padding: 5px;}

.footer-widgets .widget { padding: 0; }

#wp-calendar #next { text-align: right; }

#wp-calendar #prev a, #wp-calendar #next a { color: #6c757d; }

#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #212529; text-decoration: none; }

#calendar_wrap table th, #calendar_wrap table td { padding: .25rem; }

.hentry.card .card-body { padding: 1.5rem; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.entry-title a:hover { text-decoration: none; }

.mt-3r { margin-top: 3rem; }

.wp-bs-4-jumbotron { margin-bottom: 0; }

.wp-bs-4-jumbotron .jumbotron-heading { font-weight: 600; }

.wp-bs-4-jumbotron .container { max-width: 40rem; }

.comments-area { clear: both; -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .media-body { overflow: auto; }

.comments-area .comment-list { list-style: none; padding-left: 0; }

.comments-area .comment-list > li { border-bottom: 1px solid #dee2e6 !important; padding: 2.5rem 4rem; }

.comments-area .comment-list ul.children { list-style: none; padding-left: 2rem; }

.comments-area .comment-list ul.children li { padding: 2.5rem 0 0; }

.comments-area .comment-list .comment-respond { padding: 2.5rem 4rem; }

.comments-area .comments-title { padding: 2.5rem 4rem; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .comment-navigation { padding: 1rem 4rem 0; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .wb-comment-form { padding: 2.5rem 4rem; }

.comments-area .wb-cancel-reply { margin-left: 2rem; }

.comments-area .logged-in-as { padding-left: 15px; font-size: .9rem; }

.comments-area .logged-in-as a { color: #6c757d; }

.comments-area .logged-in-as a:hover { color: #212529; text-decoration: none; }

.comments-area .wb-comment-notes { font-size: .9rem; }

.comments-area .no-comments { padding: 1rem 4rem; }

.comments-area small { font-size: .9rem; }

.comments-area p { -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .comment-reply-link, .comments-area .comment-edit-link { margin-right: 1rem; color: #6c757d; }

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover { color: #212529; text-decoration: none; }

.comments-area .comment-author a:hover { text-decoration: none; color: #212529; }

.wp-bp-sticky { position: absolute; top: 0; right: 1rem; }

.single .post-navigation .nav-links a { color: #6c757d; margin-bottom: 2rem; display: inline-block; }

.single .post-navigation .nav-links a:hover { color: #212529; text-decoration: none; }

.navbar { padding: 1rem; }

#wp-bp-posts-slider { border: 1px solid rgba(0, 0, 0, 0.125); }

#wp-bp-posts-slider .carousel-item img { width: auto; height: 400px; -o-object-fit: cover; object-fit: cover; }

#wp-bp-posts-slider .carousel-caption { background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; padding: 2rem 4rem; }

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next { width: 10%; }

.custom-logo-link { margin-right: 1rem; }

.site-title a, .navbar-dark .navbar-brand, .site-description { color: #fff; margin-bottom: 0; }

.navbar-brand { font-size: 1.5rem; }

.navbar-dark .navbar-nav .nav-link { color: #fff; opacity: 0.5; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff; opacity: 0.75; }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; opacity: 1; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link { color: #212529; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus { color: #212529; }

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 { margin-top: 0 !important; }

.wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: none; }

.navbar-toggler { background-color: rgba(0,0,0,0.9); }

.site-header {
  padding: 0 30px;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 888;}

body.custom-background .wp-bp-main-content .col-md-8 { background: #f8f9fa; padding: 2rem; border: 1px solid rgba(0, 0, 0, 0.125); }

.site-footer a:hover { text-decoration: none; }
.site-footer a {color: #fff!important;}

.admin-bar .site-header.sticky-top { top: 32px; }

.wb-bp-front-page .site-header { border-bottom: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron { padding: 0; background-size: cover; background-position: center; background-color: #343a40; border-radius: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay { padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */ }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead { opacity: .75; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading { font-weight: 600; font-size: 3rem; margin-bottom: 1rem; }

.wb-bp-front-page .wp-bp-services-section { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content p { font-size: 1.25rem; font-weight: 300; }

.wb-bp-front-page .wp-bp-main-content blockquote { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content blockquote p { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content .post-thumbnail { margin-bottom: 1rem; margin-top: 0.5rem; }

.wb-bp-front-page .wp-bp-feat-card-img { -o-object-fit: cover; object-fit: cover; height: 200px; width: 100%; }

.wp-caption .wp-caption-text { font-size: 0.95rem; }

.btn-blue {
  padding: 15px 0;
}
.titulo-projetos {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    height: auto;
    margin: 0px;
    padding: 15px 15px;
    text-transform: uppercase;
}

.titulo-h2 {
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4A5C5A;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}

.img-planta-projeto {
  width: 100%;
  max-width: 660px;
}
.img-projetos {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-position: center;
}

.img-projetos.col1 {
  height: 480px;
}

.img-projetos.col2 {
  height: 744px;
}

.img-projetos.col3 {
  height: 500px;
}


.projetos02{
  padding: 50px;
  border-bottom: 1PX solid #a1a1a1;
}

.projetos02 .wrapper {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.projetos02 .wrapper img {
  margin: auto;
  width: 100%!important;
}

.projetos02 h1 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.projetos02 p {
  font-size: 22px;
  line-height: 24px;
}

.projetos {
  background-color: #4A5C5A;
}

.projetos h1, .projetos h2, .projetos p {
  color: #fff!important;
}

.projetos .btn {
  font-weight: 700!important;
}
.line2 {
  display: block;
  width: 300px;
  height: 2px;
  background-color: #4A5C5A;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 20px;
}

.line4 {
  display: block;
  width: 130px;
  height: 4px;
  background-color: #4A5C5A;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.btn-contatos {
  color: #4A5C5A;
  background-color: #e1e1e1!important;
  border-color: #4A5C5A!important;
  position: relative;
  width: calc(100% - 80px);
  margin-left: 40px;
}

.btn-contatos:hover {
  color: #BAC89D;
  background-color: #4A5C5A!important;
  border-color: #4A5C5A!important;
}

.ic-contatos {
  width: 24px;
  margin-right: 10px;
}
/* .btn-contatos::before {
  content: '';
  background: url(./assets/icons/ic-2-arrow-right-dark.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
}

.btn-contatos:hover:before {
  content: '';
  background: url(./assets/icons/ic-2-arrow-right-green.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
} */

.quem-somos .line2 {
  display: block;
}

.quem-somos .line4 {
  display: block;
}


.quem-somos {
  padding: 85px 30px 0 30px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.quem-somos p{
  font-size: 16px;
  line-height: 20px;
  text-align: justify!important;
  color: #4A5C5A;
  letter-spacing: -1px;
}

.quem-somos h1 {
  text-align: center!important;
  color: #4A5C5A!important;
  font-size: 30px!important;
  line-height: 35px!important;
}

.quem-somos .hentry.card .card-body {
  padding: 0 20px;
}

.quem-somos .hentry {
  margin: 30px;
}

.quem-somos .card {
  background: transparent;
  border: 0;
}

.quem-somos .card-body {
  padding: 0 20px;
}


.sevicos-fixed-img {
  position: sticky;
  top: 0;
  padding: 50px;
  height: 500px;
}
.servicos02 {
  border-bottom: 1px solid #a1a1a1;
  padding: 50px;
}

.icon-servicos {
  float: right;
  width: 80%!important;
}


.projetos .slick-prev:before {
  color: #fff!important;
}

.projetos .slick-next:before {
  color: #fff!important;
}

.wrapper a {
  cursor: pointer;
}
.wrapper a:focus {
  border: none;
  outline: none !important;
}


.slick-track {
  display: flex!important;
  align-items: center;
}
.modal-body {
  text-align: center;
}

.modal-body img {
  width: 100%;
}

.parceiros {
  background-color: #ededed;
}
.parceiros img {
  width: 200px;
  height: auto;
  margin: auto;
}

.parceiros .slick-list {
  display: flex;
  justify-content: center;
}

.noticias hr {
  background-color: #4A5C5A;
  height: 1px;
  margin-bottom: 10px;
}

.noticias h2 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4A5C5A;
}

.noticias p {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: #4A5C5A;
}

.noticias a {
  text-decoration: none;
}

.noticias a:hover {
  text-decoration: none;
}

.noticias-internal h1 {
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4A5C5A;
}

.noticias-internal p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #4A5C5A;
  text-align: justify;
}

.noticias-internal .card-title.entry-title {
  margin-bottom: 0.25rem;
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4A5C5A!important;
}

.noticias-internal .text-dark {
  color: #4A5C5A!important;
}

.box-text-noticias {
  height: 470px;
}

.img-destaque {
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.carousel-parceiros {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.carousel-servicos .slick-track {
  display: flex!important;
  align-items: start;
}

.carousel-noticias .slick-track {
  display: flex!important;
  align-items: start;
}

.bg-gray-box{
  background-color: #E1E1E1;
  border-radius: 10px;
}

/* .bg-gray::before {
  content: '';
  background-color: #cccccc;
  position: absolute;
  top: 730px;
  right: 0;
  width: 100%;
  height: 350px;
  z-index: -1;
} */


.bg-gray::after {
  content: '';
  background-color: #e1e1e1;
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: -2;
}

.bg-footer-quem-somos{
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #ccc;
  height: 150px;
  left: 0;
  margin-top: -150px;
}

.bg-footer-contatos{
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #e1e1e1;
  height: 180px;
  left: 0;
  margin-top: -180px;
}

.contatos .formulario input {
  color: #4A5C5A;
  border: 1px solid #A4ADAC;
  border-radius: 5px
}
.contatos label {
  margin-bottom: 5px;
  margin-top: 5px;
}
.contatos .formulario textarea {
  color: #4A5C5A;
  border: 1px solid #A4ADAC;
  border-radius: 5px;
}

.wpcf7-submit {
  color: #fff!important;
  text-transform: uppercase;
  
}

.formulario {
  padding: 0;
  width: 100%;
  margin-top: 20px;
}


.box-contato1 {
  padding: 15px 30px;
  margin-top: 60px;
}

.pdl-40 {
  padding-left: 40px;
}

.ic-contato-sp {
  position: absolute;
  margin-left: 15px;
}

.box-contatos{
  width: 100%;
  /* max-width: 470px; */
  margin-left: auto;
  margin-right: auto;
}

.contatos {
  padding: 125px 30px 0 30px;
  margin-bottom: 0;
  margin-top: 0;
}

.bg-contatos {
  height: 860px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 20px 20px 0 0;
  margin-bottom: 20px;
}

.contatos .formulario p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #4A5C5A;
  text-align: left!important;
}

.contatos .h2 {
  font-size: 35px;
  font-weight: 300;
  color: #4A5C5A;
  line-height: 38px;
}

.contatos p {
  font-size: 20px;
  line-height: 22px;
  text-align: left!important;
}

.contatos .entry-content {
  margin: 0;
}

.contatos .card-body {
  padding: 0;
}

.contatos .bdright {
  border-right: 3px solid #4A5C5A;
  min-height: 280px;
  padding: 40px;
}
.wpcf7 {
  width: 100%;
  padding-left: 15px;
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #4A5C5A;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 8px 5px;
  position: absolute;
}

.num300 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.num400 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

 .alinha-filtro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .content.ajuda article .card-body .entry-header .line2,
  .content.ajuda article .card-body .entry-header .line4 {
    display: none;
  }
  
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) { .hentry.card .card-body { padding: 2.5rem 4rem; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; } }

@media (max-width: 767.98px) { 
  .post-template-default .img-banner-home {
    min-height: 40vh;
    height: auto;
    padding-bottom: 0;
    display: flex;
    align-items: end;
  }
 
  .filtro-categoria {
    float: none;
  }
  .fechar-modal{
    top: 5px;
    right: 5px;
  }
  .img-ic-fechar{
    margin-top: 0;
  }
  .modal-conteudo {
    padding: 40px 10px;
    width: 90%;
    height: 95%;
    border-radius: 20px;
  }
  .btn-ic-download {
    margin-top: -30px;
    margin-right: 0;
  }
  .line2 {
    width: 100%;
  }
  .box-contatos {
    margin-top: 80px;
  }
  .header-sobre-mob {
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
  }
  .page-template-pagina-ajuda .content {
    margin-top: 90px;
  }
  .contatos p {
    font-size: 16px;
    line-height: 20px;
    text-align: left!important;
  }
  .quem-somos h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .bg-footer-quem-somos {
    display: none;
  }
  .bg-contatos {
    height: 190px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .contatos {
    padding: 15px;
    margin-bottom: 0;
    margin-top: 150px;
}

  .bg-footer-contatos {
    display: none;
  }
  .btn-contatos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px!important;
  }
  .card-projetos {
    position: absolute;
    background-color: rgba(74, 92, 90, 0.9);
    width: 100%;
    padding: 15px;
    border-radius: 0;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    margin-bottom: 0;
  }

  .quem-somos {
    padding: 0;
    margin-bottom: 0;
    margin-top: -40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .quem-somos .card-body {
    padding: 0;
  }

  .quem-somos .hentry {
    margin: 15px;
  }

  .quem-somos .line2 {
    background: transparent;
  }

  .bg-gray-box {
    background-color: transparent;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: -100px;
  }

  .quem-somos .bg-gray-box {
    background-color: #e1e1e1;
  }

  .box-contato1 {
    padding: 0 15px;
  }

  .bg-gray::before {display: none;}
  .bg-gray::after{display: none;}
  .titulo-h2 {
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4A5C5A;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .ic-depoimento {
    width: 44px;
  }
  .depoimentos {
    padding: 20px 15px;
    margin: 20px -15px 0;
  }
  
  .depoimentos .slick-slide {
    padding: 0 50px!important;
  }
  .img-projetos.col1 {
    height: 250px;
  }

  .img-projetos.col2 {
    height: 500px;
  }
  .ic-arrow-banner {
    position: absolute;
    width: 90px;
    margin-top: -130px;
    z-index: 1;
    margin-left: calc(50% - 45px);
    display: block;
  }
  .banner-home::before {
    content: '';
    background: url(./assets/images/logo-carolina-arantes-arq-white-original.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.4);
    background-position: center;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }

  .home .site-header {
    background-color: transparent;
  }
  .home .img-logo-header {
    display: none!important;
  }

  .logo-menu-mob {
    background: url(./assets/images/logo-carolina-arantes-arq-white-original.svg);
    background-repeat: no-repeat;
    background-size: 190px;
    height: 210px;
    /* background-color: blue; */
    background-position: center;
    margin-top: 20px;
}
  .img-logo-header {
    height: 70px;
    margin: 15px 0;
  }
  .menu-desktop {
    display: none;
  }
  .menu-mobile {
    display: block;
  }
  .noticias-internal .card-title.entry-title {
    font-size: 22px;
    line-height: 27px;
  }
  .mob-no {
    display: none;
  }
  .desk-no {
    display: block;
  }
  
  .navbar-toggler {
    right: 15px;
    display: none;
  }
  .contatos .formulario p {
    text-align: left!important;
    margin-bottom: 4px;
    margin-top: 10px;
  }

  .wrapper {
    padding: 0;
  }
  .msg-banner {
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    margin-top: -140px;
    margin-right: 0px;
    padding: 15px;
  }

  .banner-home {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 100vh;
    
  }
  .logo-banner-center {
    display: block;
    padding: 15px;
  }
  .logo-banner {
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 80px;
    max-height: 100px;
    padding: 2px 15px;
    margin-bottom: 0;
    display: block;
}
  .logo-banner::before {
    display: none;
  }
  .img-logo-banner {
    width: initial;
    max-width: initial;
    height: 45px;
}
  .servicos h1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .servicos02 h1{
    font-size: 25px;
    line-height: 25px;
  }
  section {
    padding: 0;
  }
  .servicos .bd-left1::after{
    display: none;
  }

  
}/*fim media*/