:root{
  --roxo: #561680
}
.corpo__site{
  background:  var(--roxo);
}
.box__slider__secoes__home{
  width: 100%;
  height: 195px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 15px 25px;
}
.btn-banner{
  background: var(--roxo) !important;
}
.btn-brdr-grey:hover{
  color: var(--roxo) !important;
  border: 1px solid var(--roxo) !important;
}
.color__purple{
  color: var(--roxo) !important;
}
.color__white{
  color: #fff !important;
}
.color__inherit{
  color: #333333 !important;
}
.color__yellow{
  color: #fdd001 !important;
}
.bg__yellow{
  background: #fdd001 !important;
}
.color__grey {
  color: #acacac;
}
.fs__22{
  font-size: 22px !important;
}
.fs__24{
  font-size: 24px !important;
}


.slider__banner .swiper-slide{
 min-height: 320px;
}
.slider__banner .swiper-slide .bg-white{
  height: 100%;
}

#treinamentos .swiper-scrollbar,
#marketing .swiper-scrollbar{
  background: var(--roxo);
}
#treinamentos .swiper-scrollbar .swiper-scrollbar-drag,
#marketing .swiper-scrollbar .swiper-scrollbar-drag{
  background: var(--roxo);
}

.purple_button{
  border: 1px solid #fff;
  background: var(--roxo);
  color: #fff;
  height: 45px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
.purple_button:hover{
  color: #fdd001;
  border-color: #fdd001;
}

#wpadminbar{
  display: none;
}

.postagensSection {
  margin-top: 50px;
}

.header-project {
  font-size: 19px;
  margin: 10px 0;
  color: #522175;
  font-weight: 550;
}


.titleNews h2{
  font-size: 25px;
  color: #522175;
  font-weight: 550;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
  max-width: 250px;
  max-height: 250px;
}

.imagemPost img {
  border-radius: 10px;
  max-width: 630px;
  max-height: 550px;
  border: 1px solid #522175;
}

.content-project img{
  border-radius: 10px;
}

.card-project img{
  border-radius: 10px;
}

.card-project {
    display: flex;
}

.card-project.col-lg-6 {
  align-items: center;
}

div#residencial {
    display: flex;
    margin-bottom: 50px;
}
.paginacao {
  margin: 0 auto;
  font-size: 17px;
  justify-content: center;
  text-align: center;
  font-weight: 550;
  color: #522175;
}

.content-project p{
  margin: 10px 0;
  line-height: 1.85em;
  letter-spacing: -0.01em;
  font-weight: 300;
  font-size: 19px;
  color: #212529;
}

a.page-numbers {
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
}

.thumbPost {
  width: 50%;
  height: 250px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
}


header .src-form button {
  outline: 0;
}

a.page-numbers:hover {
  border: 1px solid #522175;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  transition: ease-in 0.2s;
  background: #522175;
}

span.page-numbers.current {
  border: 1px solid #522175;
  border-radius: 5px;
  padding: 3.5px 5px;
  color: #fff;
  background: #522175;
}

header ul.main-menu > li > a {
  padding: 0px 15px !important;
  line-height: 30px !important;
}

p.color-ash {
    color: #000;
}

.info-project {
    width: 50%;
    padding: 0px 15px;
    align-items: center;
    display: flex;
}

.card-project iframe{
  width: 100%;
}


header .src-form button {
    font-size: 1.2em;
    top: 0;
    bottom: 0;
    left: 220px!important;
    right: 15px !important;
    padding-right: 10px;
    text-align: right; 
}


.header__wrapper {
  align-items: center;
  position: relative;
}



header .src-form input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 45px 0 15px !important;
    font-size: 1em;
    border: 0px solid #ccc;
    outline: 0;
    background: none;
    -webkit-transition: all .0s;
    transition: all .0s;
}

header .src-form {
  display: flex;
  align-items: center;
  border-left: 1px solid #522175;
  left: unset !important;
  margin: 0 !important;
  position: unset !important;
}

img.button {

  position: initial;
  cursor: pointer;
}
    
.box__slider__secoes__home b:hover{
  color: #aaa;
}

#menu-item-340 {
  position: relative;
}

#menu-item-340  a{
padding-right: 0 !important;
}

#menu-item-340::after {
  display: inline-block;
  content: "▼";
  position: relative;
  color: #522175;
  padding-right: 15px;
}

#menu-item-340 ul {
  position: absolute;
  transition: all 0.2s;
  padding: 20px 30px 10px 30px;
  left: -20px;
  background-color: #fff;
  display: none;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  z-index: 99;
  border-radius: 10px;
}

#menu-item-340 ul > li {
  padding-bottom: 10px;
}

#menu-item-340:hover ul {
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1412px) {
  .postagensSection {
    margin-top: 130px;
  }
}


@media (max-width: 1200px) {
  header .src-form button {
    left: 115px !important;
  }
}


@media (max-width: 992px) {
  #menu-item-340 {
  display: flex;
  align-items: center;
  position: relative;
}

  #menu-item-340 ul {
    width: 100%;
    left: 0;
    top: 50px;
  }

  header ul.main-menu > li > a {
    padding: 15px !important;
  }

  .header__wrapper {
    justify-content: space-between !important;
    flex-wrap: wrap;
  }

  .card-project {
    flex-direction: column;
  }
 
  .postagensSection {
    margin-top: 95px;
    
  }
  
  .thumbPost {
    width: 100%;
  }

  .info-project {
    width: 100%;
    padding: 25px 0;
}
}

@media (max-width: 576px) {
  .menu-nav-icon {
    position: unset !important;
    padding: 0 !important;
  }
  .thumbPost {
      width: 100%;
  }
}

@media (max-width: 455px) { 
  header .src-form {
    margin: 15px 0 !important;
  }
}

@media (max-width: 337px) {
  header .main-menu {
    top: 185px;
  }
}