/*
Theme Name: ACESA Capuava
Theme URI: https://agenciacarbon.com.br/
Author: Agencia Carbon
Description: Tema padrao para ACESA Capuava
Version: 1.0
License: GNU General Public License
Text Domain: ACESA Capuava 
Tags: ACESA Capuava 
*/
:root{
  /* h2 mini */
  --e-global-typography-c4e2818-font-family: 'Rubik',sans-serif;
  --e-global-typography-c4e2818-font-size:1.75rem;
  --e-global-typography-c4e2818-font-weight:700;
  --e-global-typography-c4e2818-line-height:1.75rem;
  /* h2 */
  --e-global-typography-b204972-font-family: 'Rubik',sans-serif;
  --e-global-typography-b204972-font-size:2.5rem;
  --e-global-typography-b204972-line-height:2.5rem;
  /* h3 */
  --e-global-typography-629064f-font-family: 'Rubik',sans-serif;
  --e-global-typography-629064f-font-size:1.5rem;
  --e-global-typography-629064f-font-weight:700;
  --e-global-typography-629064f-line-height:1.875rem;
  /* titulo proposta terapeutica */
  --e-global-typography-8e28af7-font-family: 'Rubik',sans-serif;
  --e-global-typography-8e28af7-font-size:1.125rem;
  --e-global-typography-8e28af7-font-weight:700;
  --e-global-typography-8e28af7-line-height:1.125rem;
  /* texto proposta terapeutica */
  --e-global-typography-a2c8ca4-font-family: 'Rubik',sans-serif;
  --e-global-typography-a2c8ca4-font-size:1rem;
  --e-global-typography-a2c8ca4-line-height:1.5rem;
  /* Button geral */
  --e-global-typography-10a13e1-font-family: 'Rubik',sans-serif;
  --e-global-typography-10a13e1-font-size:12px;
  --e-global-typography-10a13e1-font-weight:700;
  --e-global-typography-10a13e1-line-height:26px;
  /* CTA texto */
  --e-global-typography-6a0580c-font-family: 'Rubik',sans-serif;
  --e-global-typography-6a0580c-font-size:32px;
  --e-global-typography-6a0580c-line-height:32px;
  /* CTA button */
  --e-global-typography-050bb79-font-family: 'Rubik',sans-serif;
  --e-global-typography-050bb79-font-size:1.125rem;
  --e-global-typography-050bb79-font-weight:700;
  --e-global-typography-050bb79-line-height:1.125rem;
  /* P */
  --e-global-typography-25a7982-font-family: 'Rubik',sans-serif;
  --e-global-typography-25a7982-font-size: 1rem;
  --e-global-typography-25a7982-line-height:1.5rem;
  /* links footer */
  --e-global-typography-7196876-font-family: 'Rubik',sans-serif;
  --e-global-typography-7196876-font-size:0.9rem;
  --e-global-typography-7196876-font-weight:600;
  --e-global-typography-7196876-line-height:0.9rem;
  /* h1 */
  --e-global-typography-4119ac6-font-family: 'Rubik',sans-serif;
  --e-global-typography-4119ac6-font-size:2.15rem;
  --e-global-typography-4119ac6-font-weight:700;
  --e-global-typography-4119ac6-line-height:2.15rem;
  /* cores */
  --e-global-color-ab1d9aa:#F7A828;
  --e-global-color-018377d:#140E07;
  --e-global-color-2fd9d3a:#903C8F;
}

/* menu */
.sticky {
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    backdrop-filter: blur(8px);
    -webkit-box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
    -o-box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
}
header #navbarSupportedContent,
header .menu-menu-header-container{
  height:100%;
}
header .menu-menu-header-container ul{
  display:flex;
  gap: 0 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  height:100%;
}
header .menu-menu-header-container ul > .menu-item{
  display:flex;
  align-items:center;
  position:relative;
  padding: 0 20px;
  justify-content: center;
  height:100%;
}
.submenu {
    height:60px;
    background:url('/wp-content/uploads/2023/03/Grupo-de-mascara-1.jpg') no-repeat center;
    background-size:cover;
}
header .menu-menu-header-container ul .menu-item a{
  font-family:'Rubik',sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color:#707070;
  text-decoration:none;
  text-transform: uppercase;
  text-align:center;
  position: relative;
}
header .menu-menu-header-container ul .menu-item > a::before{
  content:'';
  width:0;
  height:6px;
  position:absolute;
  background:#903C8F;
  bottom: -10px;
  right: 0;
  border-radius:5px;
  transition:.5s;
}
header .menu-menu-header-container ul .menu-item.menu-item-has-children .menu-item a::before{
  background:#fff;
}
header .menu-menu-header-container ul .menu-item.menu-item-has-children::before{
  content:'';
  width:0;
  height:100%;
  position:absolute;
  background:#903C8F;
  top: 0;
  left: 0px;
  transition:.5s;
}
header .menu-menu-header-container ul .menu-item:hover > a::before,
header .menu-menu-header-container ul .menu-item.current-menu-parent > a::before,
header .menu-menu-header-container ul .menu-item.current-menu-item > a::before{
  width:100%;
}

header .menu-menu-header-container ul .menu-item.menu-item-has-children:hover > a::before,
header .menu-menu-header-container ul .menu-item.current-menu-item.menu-item-has-children > a::before{
  width:0;
}
header .menu-menu-header-container ul .menu-item.menu-item-has-children:hover > a{
  color: #fff;
}
header .menu-menu-header-container ul .menu-item.menu-item-has-children:hover::before{
  width:100%
}
header .menu-menu-header-container ul .menu-item.menu-item-has-children .sub-menu{
  position:absolute;
  display:none;
  top:100%;
  height:auto;
  background:#903C8F;
  padding: 20px 15px;
  left: 0;
}
header .menu-menu-header-container ul .menu-item.menu-item-has-children .sub-menu .menu-item a{
  text-align:left;
  display: block;
  white-space: nowrap;
  color:#fff;
  margin-top:15px;
}
header .menu-menu-header-container ul .menu-item.menu-item-has-children .sub-menu .menu-item:first-child a{
  margin-top:0;
}
header .menu-menu-header-container ul .menu-item.menu-item-has-children .sub-menu .menu-item{
  padding:0;
  justify-content:flex-start;
}
header .menu-menu-header-container ul .menu-item.menu-item-has-children:hover > .sub-menu{
  display:block;
  
}
header .container {
    /* max-width: 1140px!important; */
}
header .navbar{
    padding:0;
    max-width: 1140px!important;
}
header .navbar .navbar-brand img{
    max-height: 100px;
    margin: 10px 0;
}


.elementor-element-1447854,
.elementor-element-1447854 .elementor-element-842f208,
.elementor-element-1447854 .elementor-widget-container,
.elementor-element-1447854 .elementor-widget-container .elementor-shortcode,
.elementor-element-1447854 .elementor-widget-container .elementor-shortcode .n2-section-smartslider,
.elementor-element-1447854,
.elementor-element-1447854 .n2-ss-align,
.elementor-element-1447854 .n2-ss-align .n2-padding,
.elementor-element-1447854 .n2-ss-align .n2-padding .n2-ss-slider,
.elementor-element-1447854 .n2-ss-align .n2-padding .n2-ss-slider .n2-ss-slider-1,
.elementor-element-1447854 .n2-ss-align .n2-padding .n2-ss-slider .n2-ss-slider-1 .n2-ss-slide{
    height:100%!important;
    max-height:929px!important;
}
.elementor-element-3832f58{
    margin-top:-25px;
}
.elementor-element-3832f58 h2::before{
    content:'';
    width:150%;
    height:38px;
    position:absolute;
    background:url('/wp-content/uploads/2023/03/Grupo-7.png') no-repeat center;
    background-size:contain;
    left:-25%;
    bottom:-15px;
    z-index:-1;
}
.redes-sociais::after{
    content:'';
    position:absolute;
    height: calc(50% + 240px);
    width:10%;
    background:url('/wp-content/uploads/2023/03/Grupo-45.png') no-repeat center center;
    background-size:cover;
    top:-250px;
    left: -10%;
}
.elementor-element-147215d,
.elementor-element-a7975b2,
.elementor-element-738e018{
    overflow:hidden;
}
.elementor-element-147215d .elementor-container::before{
    content:'';
    width:45px;
    height:130%;
    position:absolute;
    left:-100px;
    top:-15%;
    background:url('/wp-content/uploads/2023/03/Grupo-45-1.png') no-repeat center center;
    background-size:contain;    
}
.elementor-element-a7975b2::after,
.elementor-element-738e018::after,
.elementor-element-df298da::after,
.elementor-element-147215d::after{
    content:'';
    width: 20%;
    height: 250%;
    position:absolute;
    right: -10%;
    top: -120%;
    transform: rotate(45deg);
    background: url('/wp-content/uploads/2023/03/Grupo-45.png') no-repeat center center;
    background-size:contain;
}
.elementor-element-738e018::after{
    transform: rotate(-90deg);
    width: 250px;
    height: 1500px;
    right: -350px;
    top: -160px;
    z-index:-1;
}
.elementor-element-a7975b2::after,
.elementor-element-df298da::after{
    width: 300px;
    height: 1500px;
    left:-600px;
    top:-500px;
    transform: rotate(-90deg);
    z-index:-1;
}

.elementor-element-ca39bc2 h2::before,
.elementor-element-e9d39d2 h2::before{
    content:'';
    width:150%;
    height:38px;
    position:absolute;
    background:url('/wp-content/uploads/2023/03/Grupo-9.png') no-repeat center;
    background-size:contain;
    left:-25%;
    bottom:-15px;
    z-index:-1;
}
.elementor-element-b13d37d .elementor-widget-icon-box,
.elementor-element-b13d37d .elementor-widget-icon-box .elementor-widget-container,
.elementor-element-b13d37d .elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper{
    height:100%;
}
/*.elementor-element-b13d37d .elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper{
  display: grid;
}*/
.elementor-element-b13d37d .elementor-widget-container .elementor-icon-box-content{
    display:flex;
    flex-direction: column;
    justify-self: flex-end;
}
.elementor-element-8852658 ul{
  list-style: none;
  padding-left: 18px;
}
.elementor-element-3b673a9 ul li,
.ul-50 ul li,
.elementor-element-738e018 .elementor-widget-container ul li{
  position:relative;
}
.elementor-element-3b673a9 ul,
.ul-50 ul,
.elementor-element-738e018 .elementor-widget-container ul{
  list-style-type: none;
  position:relative;
}
.elementor-element-3b673a9 ul li::before,
.ul-50 ul li::before,
.elementor-element-8852658 ul li::before,
.elementor-element-738e018 .elementor-widget-container ul li::before{
  content:'';
  position:absolute;
  left: -14px;
  width: 8px;
  top: 8px;
  height: 8px;
  background:#F5A73A;
  border-radius:10px
}
.elementor-element-3b673a9 ul li::before,
.ul-50 ul li::before,
.elementor-element-738e018 .elementor-widget-container ul li::before{
  width:7px;
  height:7px;
  left:-12px;
  top:7px;
}
.elementor-element-8852658 ul li{
  color:#903C8F;
  font-size: 16px;
  font-weight:700;
  line-height: 24px;
  font-family:'rubik',sans-serif;
  position: relative;
}
.elementor-element-7672bbf .elementor-image-carousel-wrapper{
  max-width:1600px!important
}
.elementor-element-7672bbf .elementor-image-carousel-wrapper figure{
  padding:0 10px;
}
.elementor-element-7672bbf .elementor-image-carousel-wrapper img{
  border-radius:15px;
  width:100%;
}
.elementor-10 .elementor-element.elementor-element-6313d82 h2:before,
.elementor-element.elementor-element-7eb4232 h2:before{
    content:'';
    width:150%;
    height:38px;
    position:absolute;
    background:url('/wp-content/uploads/2023/03/Grupo-38.jpg') no-repeat center;
    background-size:contain;
    left:-25%;
    bottom:-15px;
    z-index:-1;
}
.elementor-element-2b431db::after{
    content:'';
    position:absolute;
    width:40%;
    height:150px;
    background:url('/wp-content/uploads/2023/03/Grupo-11.png') no-repeat center left;
    background-size:contain;
    top:-75px;
    right:0;
}
.elementor-element-f2657dc p a:hover,
.footer a:hover,
input[type="submit"]:hover,
.whatsapp-float:hover{
  opacity:.75;
}
/* footer */
.elementor-element-f2657dc p a,
.elementor-element-39e08ba p a{
  color:#272727
}
.footer p,
.elementor-element-f2657dc p{
    margin-bottom:0!important;
}
.elementor-element-23dc2fa a{
    color:#fff;
}
.elementor-element-1a7545f a{
    color:#F7A828;
}
.elementor-element-1a7545f{
    margin:0!important;
}
.footer input[type="text"],
.footer input[type="email"],
.footer textarea{
    border:none;
    border-bottom:2px solid #EFEAE4;
    padding: 5px;
    width:100%;
    font-size: var(--e-global-typography-7196876-font-size);
    line-height: var(--e-global-typography-7196876-line-height);
    margin-top:10px;
    background:#903C8F;
    color: rgb(239 234 228);
}
.elementor-element-3851043 input[type="text"],
.elementor-element-3851043 input[type="email"],
.elementor-element-3851043 textarea{
    border:none;
    border-bottom:2px solid #903C8F;
    padding: 5px;
    width:100%;
	margin-top:10px;
    color:rgb(144 60 143 / 30%);
}
.elementor-element-3851043 input[type="submit"],
.footer input[type="submit"]{
    padding: 10px 20px;
    border-radius:5px;
    border:none;
    background:#DEDC2F;
    color:#903C8F;
    font-weight:700;
    font-size: var(--e-global-typography-7196876-font-size);
    line-height: var(--e-global-typography-7196876-line-height);
    text-transform: uppercase;
    cursor: pointer;
}
.elementor-element-3851043 input[type="text"]::placeholder,
.elementor-element-3851043 input[type="email"]::placeholder,
.elementor-element-3851043 textarea::placeholder{
    color:rgb(144 60 143 / 30%); 
    font-size: 13px; 
}
.footer input[type="text"]::placeholder,
.footer input[type="email"]::placeholder,
.footer textarea::placeholder{
    font-size: 13px;
    color:rgb(239 234 228 / 20%);
}
.elementor-element-3851043 .row.right p,
.footer .row.right p{
    display:flex;
    width: 100%;
    flex-direction: row-reverse;
    margin-top: 20px;
}
/* popup whatsapp */
.whatsapp-float:hover{
    color:#272727;
}
.whatsapp-float {
    border:2px solid #32BA46;
    background-color:#fff;
    width:100%;
    display:flex;
    max-width:210px;
    text-decoration:none;
    color:#272727;
    font-size:12px;
    font-weight:700;
    align-items:center;
    border-radius:10px;
    position:fixed;
    z-index:999;
    right:1%;
    bottom:5%;
   -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}
.whatsapp-float div:first-child{
    background: #32BA46;
    padding: 10px;
	border-radius: 5px 0 0;
}
.whatsapp-float p{
    margin:0;
    padding: 0 10px;
    font-size: var(--e-global-typography-7196876-font-size);
    line-height: var(--e-global-typography-7196876-line-height);    
}
.whatsapp-float p:last-child{
    color:#32BA46;
}
.whatsapp-float img{
    max-width:35px;
    max-height:35px;
}
.elementor-element-8ef9e2b iframe{
	border-radius:20px;
}
.ul-50 ul,
.elementor-element-738e018 .elementor-widget-container ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* posts home */
/*.pp-post.pp-grid-item {
    position:relative;
    display: flex;
    flex-direction: column;
}

.pp-post-content {
    height:calc(100% - 150px);
    display:flex;
    flex-direction:column;
    flex:1;
}
.pp-post-content a{
    text-align:left;
    margin-top: auto!important;
} */

.elementor-element-b13d37d .elementor-icon-box-description{
	text-align:start!important;
}

/* opcional */
.elementor-element-b13d37d .elementor-col-20 p{
    display:none!important;
}
.elementor-element-b13d37d .elementor-col-20:hover p{
    display:block!important;
}
.elementor-element-b13d37d .elementor-col-20{
    width:auto!important;
    max-width:20%!important;
}
.elementor-element-b13d37d .elementor-col-20:hover{
    max-width:100%!important;
}
input,
input:focus-visible,
textarea,
textarea:focus-visible,
.navbar-toggler,
.navbar-toggler:focus-visible{
	box-shadow:none!important;
	outline: none!important;
}
.ha-filter__item{
    position:relative;
}
.ha-filter__item::after{
    content:'';
    width:0;
    height:3px;
    position:absolute;
    background:var(--e-global-color-2fd9d3a);
    bottom:0;
    left:0;
    border-radius:5px;
    transition:all .3s;
}
.ha-filter__item:hover::after{
    width:100%;
}
.ha-filter__item:hover{
    background:transparent!important;
}
.ha-filter__item{
    transition:none!important;
}
.elementor-element-de81607 h2{
    position:absolute;
    left: 50%;
    transform: translate(-50%);
    opacity:.2
}
.blog-post *{
    font-family: 'Rubik',sans-serif;
}
.divisor-post {
    background-image: url('/wp-content/uploads/2023/03/Grupo-de-mascara-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.elementor-element-23647f6 *{
  font-weight:300;
}
.grecaptcha-badge {
    display:none!important;
}
@media only screen and (max-width: 1820px) {
  .elementor-element-738e018::after {
    display:none;
  }
}
@media only screen and (max-width: 1650px) {
  .elementor-element-a7975b2::after,
  .redes-sociais::after,
  .elementor-element-a7975b2::after,
  .elementor-element-738e018::after,
  .elementor-element-df298da::after,
  .elementor-element-147215d::after{
    display:none;
  }
}

/* MOBILE  MENU*/
@media only screen and (max-width: 991px) {
  header .navbar{
    height:100%;
  }
  .navbar-toggler {
      background-image: url('/wp-content/uploads/2023/05/open-menu.svg');
      background-repeat: no-repeat;
      background-position: center;
  }
  .navbar-toggler[aria-expanded=true] {
      background-image: url('/wp-content/uploads/2023/05/close.svg')!important;
  }
  header .menu-menu-header-container ul{
    flex-direction:column;
    align-items:flex-start;
    padding: 10px 30px;
  }
  header .menu-menu-header-container ul .menu-item{
    margin-top: 10px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }
  header .menu-menu-header-container ul .menu-item.menu-item-has-children:hover > a{
    color: #707070;
  }
  header .menu-menu-header-container ul .menu-item.menu-item-has-children .sub-menu{
    position:relative;
    top:0;
    width: 100%;
  }
  header .menu-menu-header-container ul .menu-item a{
    text-align:left;
  }
  header .menu-menu-header-container ul .menu-item:hover::before{
    display:none;
  }
  header .menu-menu-header-container ul .menu-item.current-menu-item::before{
    height:100%;
    width:500px;
    border-radius:0 5px 5px 0;
    left:-510px;
    top:0;
  }
  .whatsapp-float{
    right: 5%;
    bottom:6%;
  }
  header .menu-menu-header-container ul .menu-item.menu-item-has-children .sub-menu .menu-item{
    height: auto;
  }
  header .menu-menu-header-container ul .menu-item.menu-item-has-children::after{
    content:'>';
    position:absolute;
    top:0;
    right:0;
    font-family: 'Rubik',sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #707070;
  } 
  header .menu-menu-header-container ul .menu-item.menu-item-has-children .sub-menu{
    margin-top:10px;
  }
  header .menu-menu-header-container ul .menu-item.menu-item-has-children:hover > .sub-menu{
    display:none;
  }
  header .menu-menu-header-container ul .menu-item.menu-item-has-children.show > .sub-menu{
    display:block;
  }
  header .menu-menu-header-container ul .menu-item.menu-item-has-children.show::after{
    transform:rotate(90deg);
  }
}
/* MOBILE */
@media only screen and (max-width: 991px) {

  .elementor-element-b13d37d .elementor-col-20{
    width:100%!important;
    max-width:100%!important;
  }
  .elementor-element-b13d37d .elementor-col-20 p{
      display:block!important;
  }
  .elementor-element-3832f58 h2::before,
  .elementor-element-ca39bc2 h2::before,
  .elementor-element-e9d39d2 h2::before{
    width:100%;
    left:50%;
    top:50%;
    transform: translate(-50%);
  }
}
.cookie-notice-container a{
    color:#ffffff;
    text-decoration:none;
    font-weight:700;
}
.cookie-notice-container a:hover{
    opacity:.75;
}

.container.thumb-post {
    max-height:550px;
    overflow:hidden;
    display:flex;
    align-items:center;
    padding:0!important;
    backdrop-filter: blur(8px);
    justify-content: center;
    -webkit-box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
    -o-box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 12px 10px 2px rgb(0 0 0 / 10%);
}