html{
	min-height:100%;
	height: 100%;
}

body {	
	width:100%;
	height: 100%;
	background-color: #fff;
}

.listimageagenda img {
	border-radius: 12px;
}

.iconcoluna {
    max-width: 80px;
}

.tituloartigoagenda {
	font-family: "Inconsolata", monospace, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1.55;
    text-align: left;
    margin-top: 40px;
}

.textodonativo {
	font-family: "Inconsolata", monospace, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #D06382;
    line-height: 1.2;
    text-align: left;
    padding-top: 40px;
	padding-bottom: 40px;
}
.textoartigoagenda {
	font-family: "Inconsolata", monospace, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
    text-align: left;
    margin-top: 20px;
}



.textoartigoagendadata {
	font-family: "Inconsolata", monospace, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    text-align: left;
    margin-top: 10px;
}

.section-atividades {
	background-color: #F8F7F0;
}

.botaoagenda {
    font-family: "Inconsolata", monospace, sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #fff;
    background: #BA9BC2;
    padding: 10px 60px;
    border-radius: 16px;
    cursor: pointer;
    border: 2px solid #BA9BC2;
    transition: background 0.3s ease, color 0.3s ease;
    will-change: transform;
    margin-top: 30px;
	float: left;
}

.botaoagenda:hover {
    background: transparent;
    color: #BA9BC2;
}

.botoeslado .botaosaibamaisrosa:first-child {
	margin-right: 30px;
}

.botaosaibamaisrosa {
    font-family: "Inconsolata", monospace, sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #fff;
    background: #D06382;
    padding: 10px 60px;
    border-radius: 16px;
    cursor: pointer;
    border: 2px solid #D06382;
    transition: background 0.3s ease, color 0.3s ease;
    will-change: transform;
    margin-top: 30px;
	float: left;
}

.botaosaibamaisrosa:hover {
    background: transparent;
    color: #D06382;
}

.botaosaibamaisrosacenter {
    font-family: "Inconsolata", monospace, sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #fff;
    background: #D06382;
    padding: 10px 60px;
    border-radius: 16px;
    cursor: pointer;
    border: 2px solid #D06382;
    transition: background 0.3s ease, color 0.3s ease;
    will-change: transform;
    margin-top: 50px;
}

.botaosaibamaisrosacenter:hover {
    background: transparent;
    color: #D06382;
}

#accordion .card {
	    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.card-body {
    font-family: "Inconsolata", monospace, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 15px;
}

.card-header {
	text-align: left;
}
.card-header .btn  {
	font-family: "Inconsolata", monospace, sans-serif;
	text-align: left;
	color: #000;
	font-size: 24px;
	line-height: 1.2;
}
.card-header .btn:focus  {
	outline: none !important;
	
}

.bg-faqs {
	background-color: #BA9BC226;
}

.textopbot p {
	margin-bottom: 40px;
}

.bgcircles {
	background-image: url(../images/circulos_fundo.svg);
	background-position: center;
	background-size: 70%;
    background-repeat: no-repeat;
}

.icones .titulocoluna {
	min-height: 90px;
}

.icones .titulocoluna p {
	margin-top: 40px;
	font-family: "Libre Baskerville", serif;
    color: #1916a3;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.2;
	text-align: left;
}

.padsection {
	padding-top: 100px;
	padding-bottom: 100px;
}

.botaosabermais {
	background-color: #07074c;
    border-radius: 20px;
    padding: 8px 50px 10px 15px;
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
	transition: all .4s ease-in;
}

.swiper-button-next, .swiper-button-prev {
	display: none !important;
}

.nopad {
	padding: 0;
}

.colicones {
	margin-bottom: 40px;
	text-align: left;
}

.botaosabermais:hover { 
	color: #07074c;
	background-color: #77F37D;
	cursor: pointer;
	padding: 8px 70px 10px 15px;
}

.botaosabermais:hover:after { 
	right: 10px;	
	filter: brightness(0) saturate(100%) invert(8%) sepia(54%) saturate(3885%) hue-rotate(223deg) brightness(85%) contrast(103%);
}

.botaosabermais:after {
	position: absolute;
    right: 20px;
    top: 7px;
    content: '';
    background-image: url(../images/after_button.svg);
    width: 15px;
    height: 15px;
    transition: all .3s ease-in;
    background-repeat: no-repeat;
}

.linha line {
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
}



.icones .textocoluna p {
	font-family: "Plus Jakarta Sans", sans-serif;
    color: #1916a3;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.2;
	text-align: left;
	padding-right: 20px;
}

.icones h1 p {
	font-family: "Libre Baskerville", serif;
    color: #1916a3;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 1.2;
}


.icones p {
	font-family: "Plus Jakarta Sans", sans-serif;
    color: #1916a3;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.icones ul li {
	font-family: "Plus Jakarta Sans", sans-serif;
    color: #1916a3;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.2;
	text-align: left;
}

.icones ul li::marker {
  color: #77F37D;
} 

.wpcf7-response-output {
    /* border-color: #46b450; */
    border: none !important;
    background-color: #fff !important;
    color: #3CB5A1 !important;
    font-family: "Instrument Sans", sans-serif !important;
    border-radius: 0px !important;
    display: inline-block;
    text-align: center;
    width: 100% !important;
    padding: 20px !important;
	font-size: 16px !important;
}

.wpcf7-file {
  color: #006EC7;
    width: 100%;
    padding-top: 40px;
    text-align: left;
    margin-left: -80px;
}
.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}
.wpcf7-file::before {
  content: 'Upload';
    float: left;
    padding: 10px 25px;
    border: 2px solid #006EC7;
    border-radius: 40px;
    color: #006EC7;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    margin-top: -10px;
    transition: all .4s ease;
    left: 80px;
    position: relative;
}
.wpcf7-file:active {
  outline: 0;
}
.wpcf7-file:focus {
  outline: 0 !important;
	border: 0 !important;
}
.wpcf7-file:hover::before {
  border-color: #006EC7;
	background-color: #006EC7;
	color:#fff;
}
.wpcf7-file:active::before {
   border-color: #006EC7;
	background-color: #006EC7;
	color:#fff;
}

.cky-btn-close {
	filter: brightness(0) invert(1);
}

#ckyDetailCategoryadvertisement {
	display: none;
}

.cky-always-active, .cky-show-desc-btn {
	color: #fff !important;
}

.advogados li {
	display: inline-block;
	float: left;
	margin-bottom: 40px;
	list-style: none;
	max-width: 205px;
    width: 100%;
	margin-right: 20px;
}

.hero-sliderafter, .hero-sliderbefore {
    mix-blend-mode: multiply;
}

.closepesquisa {
	position: absolute;
	top: 50px;
	right: 20px;
	cursor: pointer;
		color: #006EC7;
	font-size: 38px;
	font-weight: 600;
	font-family: "Libre Baskerville", serif;
}

.notabotao {
	font-family: "Libre Baskerville", serif;
	margin-bottom: 20px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	margin-top: 30px;
}

.botaodownload {
	display: inline-block;
    margin: 0 auto;
    padding: 5px 20px;
    border: 2px solid #006EC7;
    border-radius: 40px;
    color: #006EC7;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-size: 14px;
	transition: all .4s ease;
	cursor: pointer;
}

.botaodownload:hover {
	background-color: #006EC7;
	color: #fff;
}

.btsearch {
	cursor: pointer;
}


.wpcf7-text::placeholder {
	color: #000;
	 font-family: "Instrument Sans", sans-serif !important;
	font-size: 18px;
}

.wpcf7-text {
	width: 100%;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-family: "Instrument Sans", sans-serif !important;
    color: #000;
    font-size: 18px;
    margin-bottom: 15px !important;
    background-color: #fff;
    line-height: 50px;
    padding-left: 20px;
	border-radius: 3px;
}


.wpcf7-textarea::placeholder {
	color: #000;
	 font-family: "Instrument Sans", sans-serif !important;
	font-size: 18px;
}

.wpcf7-textarea {
	width: 100%;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-family: "Instrument Sans", sans-serif !important;
    color: #000;
    font-size: 18px;
    margin-bottom: 15px !important;
    background-color: #fff;
    line-height: 50px;
    padding-left: 20px;
	border-radius: 3px;
}

.wpcf7-list-item-label {
	font-weight: 400 !important;
	font-family: "Instrument Sans", sans-serif;
	color: #fff;
	    top: -4px;
    position: relative;
    margin-left: 5px;
}
.wpcf7-list-item-label a {
	font-weight: 400 !important;
	font-family: "Instrument Sans", sans-serif;
	color: #fff;
	text-decoration: underline;
}

.wpcf7-not-valid-tip {
    color: #fff !important;
    font-family: "Instrument Sans", sans-serif !important;
}

.wpcf7-list-item {
	color: #fff;
	margin: 0;
	display: block;
	padding: 0;
	font-size: 16px;
	font-weight: 400 !important;
	font-family: "Instrument Sans", sans-serif;
}

.wpcf7-submit {
	font-family: "Instrument Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    padding: 5px 25px;
    border-radius: 20px;
    border: 1px solid #fff;
    margin-top: 25px;
    display: inline-block;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: color 0.3s ease-in-out;
    float: right;
    right: 0;
    margin-bottom: 20px;
    background: transparent;
}

/* pseudo-elemento para a animação do fundo (versão oblíqua) */
.wpcf7-submit ::before {
    content: "";
    position: absolute;
   /* left: -30px;
    top: -20px;
    width: 150%;
    height: 150%;*/
	left: -30px;
    top: -120%;
    width: 300%;
    height: 300%;
    background: #fff;
    z-index: -1;
    transform-origin: left center;
    transform: rotate(8deg) skewX(-8deg) scaleX(0);
    transition: transform 1.4s cubic-bezier(.2, .9, .2, 1);
    pointer-events: none;
}

/* garanta que o texto fique acima do ::before */
.wpcf7-submit  { z-index: 1; position: relative; overflow: hidden; }

/* hover: expande (scaleX(1)) mantendo a inclinação, cobrindo 100% */
.wpcf7-submit :hover::before,
.wpcf7-submit :focus::before,
.wpcf7-submit :focus-visible::before {
    transform: rotate(8deg) skewX(-8deg) scaleX(1);
}

/* texto branco no hover (mantém seu comportamento) */
.wpcf7-submit:hover {
    color: #3CB5A1;
}

.noteform {
	margin-top: 30px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

.wpcf7-text:focus {
	outline: none !important;
	border: none !important;
}

.pesquisa input[type=text]:focus {
	outline: none !important;
	border: none !important;
}

.pesquisa input[type=text]::placeholder {
 color:#A6A8AA !important;
	font-family: "Libre Baskerville", serif !important;
	font-size: 20px !important;
}
	
.pesquisa input[type=submit] {
	    background: none;
    border: none;
    font-family: "Libre Baskerville", serif;
	color: #006EC7;
    font-size: 20px;
	
}
	
.pesquisa input[type=text] {
	width: 90%;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #006EC7;
	font-family: "Libre Baskerville", serif;
	color: #006EC7;
	font-size: 20px;
}

.pesquisa {
	padding-top: 55px;
	position: fixed;
	z-index: 999999;
	background-color: rgba(255,255,255,0.90);
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	transition: all .6s ease-in;
}

.pesquisamobile input[type=text]:focus {
	outline: none !important;
	border: none !important;
}

.pesquisamobile input[type=text]::placeholder {
 color:#A6A8AA !important;
	font-family: "Libre Baskerville", serif !important;
	font-size: 20px !important;
}
	
.pesquisamobile input[type=submit] {
    background: none;
    border: none;
   font-family: "Libre Baskerville", serif;
    color: #006EC7;
    font-size: 20px;
    text-indent: -160px;
    background-image: url(../images/icon_lupa.svg);
    width: 32px;
    height: 30px;
    float: right;
    top: 16px;
    position: absolute;
    right: -10px;
	
}
	
.pesquisamobile input[type=text] {
	width: 90%;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #006EC7;
	font-family: "Libre Baskerville", serif;
	color: #006EC7;
	font-size: 20px;
}

.pesquisamobile {
	padding-top: 15px;
    width: 80%;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
	margin: 0 auto;
	opacity: 0;
	transition-delay: 1s;
	transition: all .4s ease;
}

.pesquisamobileshow {
	opacity: 1 !important;
}

.pesquisashow {
	transform: translateY(0);
}

.colnews {
	margin-bottom: 60px;
	/*min-height: 500px;*/
}

.divnews {
	display: flex;
	flex-wrap: wrap;
}

.iconsmenu {
	position: absolute;
    right: 20px;
    top: 42px;
}

.linguas {
	position: absolute;
    left: -90px;
	top: 5px;
}

.lingua {
		color:#006EC7;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 14px;
}

.lingua span {
	margin-right: 5px;
}
.lingua span:last-child {
	margin-right: 0px;
}

.icontop {
	width: 20px;
	float: left;
	margin-right: 10px;
}
.iconsmenu .icontop:last-child {
	margin-right: 0px;
}

#bs-main-navbar {
	display: inline-block;
}

.contactosub {
    color: #3CB5A1;
    font-weight: 400 !important;
    font-style: italic;
    font-family: "Source Serif 4", serif;
	font-size: 24px;
	margin-top: 20px;
}

.overlayslide {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    background-color: rgba(20,20,21,.50);
    mix-blend-mode: multiply
}

.boxtextoheader {
	background-color: rgba(60,181,161,0.90);
	padding: 40px;
	margin-top: 50px;
}

.textoheadercontacto {
	font-family: "Instrument Sans", sans-serif;
    color: #fff;
    font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}
.textoheadercontacto em {
	font-family: "Source Serif 4", serif;
    color: #fff;
    font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.titulohero {
    color: #fff;
    font-family: "Source Serif 4", serif;
    line-height: 0.9;
    margin-bottom: 50px;
    margin-left: -12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 72px;
}

.heroheader .container {
	position: relative;
	z-index: 9;
}

.heroheader {
	min-height: 100vh;
	background-position: top;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.heroheadernews {
	height: 40vh;
	background-position: top;
	background-size: cover;

}

.gm-bundled-control-on-bottom {
	bottom: 50% !important;
}

video:focus {
    outline: none;
}

.video-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    background-color: #222;
	height: 100%;
    width: 100%;
    opacity: 0.3;
	/*background-image: url(../images/grid1.png);*/
    background-repeat: repeat;
    z-index: 6;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}




.menufix {
    position: relative;
    z-index: 9999;
    width: 100%;
 	top: 0px;
    transition: all .4s ease-in;
}

.navbar-default {
    background: none !important;
    border: none !important;
	padding-bottom: 11px;
	transition: all .4s ease-in-out;
	float: right;
}

.rowmenu {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.hero-slider {
  width: 100%;
  height: 100vh;

}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.divbg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-animation: zoomin 80s ease-in infinite;
    animation: zoomin 80s ease-in infinite;
    transition: all .5s ease-in-out;
}

.hero-slider .carousel-cell .slide-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
	color: #fff;
}


.hero-slider .carousel-cell .slide-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	z-index: 9;

}
.hero-slider .carousel-cell .slide-content .title {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3.8rem;
	line-height: 1.2;
  letter-spacing: 3px;
  color: #006EC7;
}
.hero-slider .carousel-cell .slide-content .caption {
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 30px;
}
.hero-slider .carousel-cell .slide-content .btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: "Libre Baskerville", serif;
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-cell .slide-content .btn:hover {
  background: #fff;
  color: #000;
  transition: all 0.2s ease;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 50%;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #006EC7;
  border: 0 solid #006EC7;
}

/* --------------------------------
Masking
-------------------------------- */
.slide-content .title,
.slide-content .caption,
.slide-content .btn {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.slide-content.mask .mask {
  position: relative;
  overflow: hidden;
}
.slide-content.mask .title {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1;
}
.slide-content.mask .divider {
  display: inline-block;
  position: relative;
  margin: 5px auto;
  height: 2px;
  width: 60%;
  background-color: #ffffff;
  -webkit-animation: divider-mask 1s 0.3s both;
          animation: divider-mask 1s 0.3s both;
}
.slide-content.mask .caption,
.slide-content.mask .btn {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes divider-mask {
  0%, 100% {
    transform: scaleX(0);
  }
  40%, 60% {
    -webkit-transform: scaleX(1);
  }
}
@keyframes divider-mask {
  0%, 100% {
    transform: scaleX(0);
  }
  40%, 60% {
    transform: scaleX(1);
  }
}

@keyframes shrink {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}

.hero-slider .centerdiv {
	display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  
    background: none !important;
}

.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:hover:after, .navbar-default .navbar-nav>.active>a:focus:after {
	left: 10px;
	opacity: 1;
}

.navbar-default .navbar-nav>.current_page_ancestor>a:after, .navbar-default .navbar-nav>.current_page_ancestor>a:hover:after, .navbar-default .navbar-nav>.current_page_ancestor>a:focus:after {
    opacity: 1;
	left: 10px;
}


.imgboxes .imgbox:first-child {
	padding-right: 5px;
}

.imgboxes .imgbox:last-child {
	padding-left: 5px;
}

.imagebox {
	min-height: 520px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

/* Overlay branco oblíquo */
.imagebox .reveal {
    position: absolute;
    inset: 0;
    background: white;

    /* Começa totalmente a cobrir a imagem */
    transform-origin: top left;
    transform: scale(1, 1) skewX(-20deg); 
	will-change: transform;
    pointer-events: none;
}

.padcolimages {
	margin-bottom: 100px;
}

.bgsectiondiv {
	padding: 0px 40px 40px 40px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.bgsection {
	padding: 0px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
    transform-origin: center center; /* zoom central suave */
	position: absolute;
	height: 100%;
	width: 100%;
}

.divfix {
	background-color: rgba(255,255,255,.90);
	position: fixed;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
	left: 0;
	display: none;
	z-index: 999;
	text-align: center;
}

.botaofix {
    font-family: "Instrument Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    padding: 5px 25px;
    border-radius: 20px;
    border: 1px solid #3CB5A1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease-in-out;
	background-color: #3CB5A1;
}

.botaoadd {
    font-family: "Instrument Sans", sans-serif;
    color: #000;
    font-size: 18px;
    padding: 5px 25px;
    border-radius: 20px;
    border: 1px solid #3CB5A1;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease;
	cursor: pointer;
}


.botaoadd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 102%;
    width: 0%;
    background: #3CB5A1;
    z-index: -1;
    transition: width 0.4s ease;

}

.botaoadd:hover {
    color: #fff;
}

.botaoadd:hover::before {
    width: 102%;
}

.botaoaddwhite {
    font-family: "Instrument Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    padding: 5px 25px;
    border-radius: 20px;
    border: 1px solid #fff;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease-in-out;
	float: right;
	right: 10%;
	margin-bottom: 20px;
}


/* pseudo-elemento para a animação do fundo (versão oblíqua) */
.botaoaddwhite::before {
    content: "";
    position: absolute;
   /* left: -30px;
    top: -20px;
    width: 150%;
    height: 150%;*/
	left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 1.4s cubic-bezier(.2, .9, .2, 1);
    pointer-events: none;
}

/* garanta que o texto fique acima do ::before */
.botaoaddwhite { z-index: 1; position: relative; overflow: hidden; }

/* hover: expande (scaleX(1)) mantendo a inclinação, cobrindo 100% */
.botaoaddwhite:hover::before,
.botaoaddwhite:focus::before,
.botaoaddwhite:focus-visible::before {
    transform: scaleX(1);
}

/* texto branco no hover (mantém seu comportamento) */
.botaoaddwhite:hover {
    color: #3CB5A1;
}

.botaomenucont {
	font-family: "Instrument Sans", sans-serif;
	color:#e6e6e6;
	font-size: 15px;
  line-height: normal;
	padding: 5px 20px;
	border-radius: 20px;
	border: 1px solid #3CB5A1;
	float: right;
	margin-bottom: 15px;
}

.sectionfirst {
	padding-top: 120px;
	padding-bottom: 0px;
}


.botaobread {
	font-family: "Instrument Sans", sans-serif;
	color:#3A3F42;
	font-size: 15px;
    line-height: normal;
	padding: 5px 20px;
	border-radius: 20px;
	border: 1px solid #3A3F42;
	display: inline-block;
	letter-spacing: 0.8px;
}

.botaobread span {
	color: #3CB5A1;
}

.footercontactos {
	background-color: #F8F7F0;
	padding-top: 40px;
	padding-bottom: 100px;
}

.textoartigoagenda.textocomtitulo {
    text-align: center;
}
.textoartigoagenda.textocomtitulo strong {
    font-size: 20px !important;
}

.titulorosa {
    font-family: "Amatic SC", sans-serif;
    font-size: 62px;
    font-weight: 500;
    color: #c0587a;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bg-espaco {
	background-color: #F0E8E8;
}

.modal {

}
.show {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.modal-backdrop {
  background-color: rgba(255,255,255,0.50);
}
.modal-content {
  background-color: rgba(186,155,194,10);
}

.modalcolpad {padding-top: 15%;}

.modal-header {
   border-bottom:none !important;
}

.modal-header h1 {
	text-align: center !important;
	color: #fff !important;
}

.colunas {
	padding-right: 80px;
}

.textoartigoagenda h6 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 15px !important;
}

.textoartigoagenda h6 img {
	margin-right: 10px;
	width: 38px;
}

.bg-responsabilidade {
	background-color: #FAF2DC;
}

.textoartigoagenda h6 br {
	margin-bottom: 30px;
}

.iconcoluna {
	margin-bottom: 20px;
}

.colimg2 {
	padding-top:80px;
	padding-left: 80px;
	position: relative;
}

.rowcentervert {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.titulosmall {
    font-family: "Amatic SC", sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #c0587a;
    line-height: 1.15;
    letter-spacing: 0.01em;
	text-align: left;
}

.footertit {
	font-family: "Inconsolata", monospace, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	padding-bottom: 20px;
}
.footertexto {
	font-family: "Inconsolata", monospace, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}


.colparcerias {
	margin-bottom: 40px;
}

.rowplat {
	display: flex;
    flex-direction: row;
    align-items: center;
}
.footercopy {
	font-family: "Inconsolata", monospace, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.footercopy a {
	color: #fff !important;
}

.footerright {
	text-align: right;
}

.redesfooter {
	display: flex;
    flex-direction: row;
    gap: 20px;
}

.rowflexmapa {
	display: flex;
}

.colmapa {
	background-color: #DA855A33;
	padding: 40px 120px 40px 80px;
}

.titulofootermapa {
    font-family: "Amatic SC", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #c0587a;
    line-height: 1.15;
    letter-spacing: 0.01em;
	text-align: left;
	margin-bottom: 10px;
}

.subtitulohero {
	color: #fff;
	 font-family: "Inconsolata", monospace, sans-serif;
  font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
text-align: left;
}

.titulomorada {
	color: #D06382;
	 font-family: "Inconsolata", monospace, sans-serif;
  font-size: 20px;
	font-weight: 400;
	margin-bottom: 0px;
}

.spacetop {
	padding-top: 30px;
}


.botaoseta {
  font-family: "Inconsolata", monospace, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
	text-align: left;
	margin-top:20px;
}

.botaoseta span {
	margin-left: 10px;
}
.botaoseta span img {
	height: 14px;
}

.listimageatividades img {
	 border-radius: 12px;
}

.section-parcerias .textoatividade p {
	margin-bottom: 40px;
}

.section-quemsomos {
	background-color: #F8F7F0;
}

.colatividade {
	padding-top: 40px;
	padding-left: 20px;
}

.subtitulo {
  font-family: "Inconsolata", monospace, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 2.5rem;
}

.listimageatividades img {
	    border-radius: 12px 12px 0px 0px;
}

.boxatividade {
	background: #FFFFFF;
    box-shadow: 0px 0px 71.5px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 12px 12px;
    padding: 20px 40px 60px 40px;
}

.boxatividade .tituloartigoagenda {
	margin-top: 0px;
}

.texto {
  font-family: "Inconsolata", monospace, sans-serif;
  font-size: 16px;
  color: #000;
	font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 3rem;
}

.tituloarea {
    font-family: "Amatic SC", sans-serif;
    font-size: 62px;
    font-weight: 700;
    color: #c0587a;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-align: center;
}

:root {
  --plyr-color-main: #D06382; /* cor principal */
}

/* fundo da barra */
.plyr__controls {
  background: #D06382;
}

/* ícones brancos */
.plyr__control {
  color: #ffffff;
}

/* hover */
.plyr__control:hover {
  background: rgba(255,255,255,0.2);
}

.navbar-default .navbar-nav>li>a {
     font-family: "Inconsolata", monospace, sans-serif !important;
	color:#000000 !important;
	/*color:#fff !important;*/
	font-size: 16px !important;
  line-height: normal;
	/*background: linear-gradient(to right, #0081a4 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;*/
  transition: all .5s ease-out;    
	padding: 10px 25px !important;
	font-weight: 600;
	
}

#menu-menuprincipal-1 {
	transition: all ease-in-out .6s;
	margin-top: -30px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #D06382  !important;
    background: none !important;
}

.navbar-default .navbar-nav>li>a:hover {
	 color: #D06382  !important;
}



.navbar {
	margin-bottom: 0px !important;
}

.feature.video {
  height: 100vh;
  width: 100%;
  overflow: hidden;
	position: relative;
}

.aos-animate.titulosection::after {
    width: 100%;
}

.tituloseparador {
	color: #3CB5A1;
	font-size: 18px;

	line-height: 1;
	letter-spacing: 2px;
	font-weight: 500;
	font-family: "Instrument Sans", sans-serif;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.titulobgsection {
    font-family: "Source Serif 4", serif;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 60px;
}

.textobgsection {
	font-family: "Instrument Sans", sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
}

.iconbox {
	height: 60px;
	margin-bottom: 40px;
}

.icontitulo {
	font-family: "Source Serif 4", serif;
	color: #000;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 40px;
}

.icontexto {
	font-family: "Instrument Sans", sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
}

.equipatitulo {
	font-family: "Source Serif 4", serif;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 15px;
	
}

.equipatexto {
	font-family: "Instrument Sans", sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

.emailtexto {
	font-family: "Instrument Sans", sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin-top: 15px;
}

.emailtexto a {
	color: #fff;
	text-decoration: underline;
	transition: all .4s ease;
}
.emailtexto a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.row.boxes-equal {
    display: flex;
    align-items: stretch; /* todas as colunas ficam com a mesma altura */
}

.bgbox {
	background-image: url(../images/fundo_box.png);
	background-position: center;
	background-size: cover;
	padding: 40px;
	margin: 0 10px 0 0;
	height: 100%;
}

.box {
	margin-bottom: 30px;
	padding: 0;
	min-height: 100%;
}

.subtituloseparador {
	color: #000;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.5px;
	font-weight: 400;
	font-family: "Instrument Sans", sans-serif;
	margin-bottom: 30px;
	text-align: center;
}

.subtituloseparadorsmall {
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.5px;
	font-weight: 400;
	font-family: "Instrument Sans", sans-serif;
	margin-bottom: 50px;
	text-align: center;
}

.servicos {
	margin-bottom: 40px;
}

.tituloservico span {
	float: left;
	margin-right: 10px;
	font-weight: 700;
	color: #3CB5A1;
}

.tituloservico {
	border-bottom: 1px solid rgba(72,79,84,0.30);
	color: #000;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.5px;
	font-weight: 400;
	font-family: "Instrument Sans", sans-serif;
	margin-bottom: 30px;
	text-align: left;
    min-height: 95px;
}

.textopolitica {
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	font-family: "Instrument Sans", sans-serif;
}

.textopolitica h1 {
	color: #000;
	font-size: 32px;
	line-height: 1.6;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 400;
	font-family: "Source Serif 4", serif;
}

.bgquipa {
     background: linear-gradient(81.89deg, #3CB5A1 21.17%, #1A4F46 95.59%);

    /*background: linear-gradient(var(--angle), #3CB5A1 21.17%, #1A4F46 95.59%);*/
    position: relative;
    overflow: hidden;
    padding: 0;
    transition: background 0.1s linear;
}

.bgform {
     background: linear-gradient(81.89deg, #3CB5A1 21.17%, #1A4F46 95.59%);
	padding: 40px;
    /*background: linear-gradient(var(--angle), #3CB5A1 21.17%, #1A4F46 95.59%);*/
    position: relative;
    overflow: hidden;
    transition: background 0.1s linear;
}

.formulario {
	position: relative;
	z-index: 2;
}

.textocolunaform {
    color: #000;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
}

.textocoluna {
    color: #000;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
}

.textocoluna ul {
	margin: 0;
    left: 0;
    padding: 20px 0px;
}

.padrigthform {
	padding-right: 40px;
}

.textocoluna li {
    list-style: none;              /* Remove o bullet padrão */
    position: relative;
    padding-left: 25px;           /* Espaço para o quadrado */
    color: #000;                  /* Texto preto */
    margin: 6px 0 20px 0;
}

.textocoluna li::before {
    content: "";
    width: 15px;                  /* Tamanho do quadrado */
    height: 15px;
    background-color: #3CB5A1;    /* Cor do quadrado */
    position: absolute;
    left: 0;                      /* Posição ao lado do texto */
    top: 10px;                     /* Alinhamento vertical */
    border-radius: 2px;           /* Ajuste opcional (0 = quadrado perfeito) */
}

.tituloformulario {
	font-family: "Instrument Sans", sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 400;
}

.overlayequipa {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../images/noise.png);
	background-position: center;
	background-size: cover;
	    top: 0;
    left: 0;
}

.titulocolunabigheaderform {
	color: #000;
	font-size: 62px;
	line-height: 1;
	font-weight: 400;
	font-family: "Source Serif 4", serif;
	margin-bottom: 60px;
}

.titulocolunabigheaderform strong {
	color: #3CB5A1;
	font-weight: 400 !important;
	font-style: italic;
	font-family: "Source Serif 4", serif;
}
.titulocolunabigheader {
	color: #000;
	font-size: 70px;
	line-height: 1;
	font-weight: 400;
	font-family: "Source Serif 4", serif;
	margin-bottom: 60px;
}

.titulocolunabigheader strong {
	color: #3CB5A1;
	font-weight: 400 !important;
	font-style: italic;
	font-family: "Source Serif 4", serif;
}

.textocolunabigheader p {
	margin-bottom: 40px;
}

.textocolunabigheader {
	color: #000;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Instrument Sans", sans-serif;
}

.titulocolunabig {
	color: #000;
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	font-family: "Source Serif 4", serif;
	margin-bottom: 40px;
}

.textocolunabig {
	color: #000;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Instrument Sans", sans-serif;
}

.sectionspace {
	padding-top: 100px;
	padding-bottom: 100px;
}
.sectionspacesmall {
	padding-top: 100px;
	padding-bottom: 50px;
}

.textosection {
	color: #006EC7;
	font-size: 18px;
	font-weight: 400;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 50px;
}
.textosectioncol {
	color: #006EC7;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 50px;
}

.textosectioncol a {
	color: inherit !important;
}

.titulosection::after {
	content: "";
	background-color: #006EC7;
	height: 2px;
	position: absolute;
	top: 50px;
    width: 0%;
    left: 0;
	transition: all .6s ease;
	transition-delay: 1.5s;
}

.titulofooter {
	color: #006EC7;
	font-size: 28px;
	font-weight: 500;
	font-family: "Plus Jakarta Sans", sans-serif;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
}

.titulofooter::after {
	content: "";
	background-color: #006EC7;
	height: 2px;
	position: absolute;
	top: 40px;
    width: 0%;
    left: 0;
	transition: all .6s ease;
	transition-delay: 1.5s;
}

.aos-animate.titulofooter::after {
    width: 100%;
}

.textofooter {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color:#fff;
	font-family: "Libre Baskerville", serif;
}

.copyfooter {
	color:#006EC7;
	text-align: left;
	font-family: "Libre Baskerville", serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.2;
	transition: all .4s ease;
	margin-top: 30px;
}

.copy {
	margin-top: 20px;
}

.video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  height: calc(100% + 250px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  margin-top: -125px;
}

.video-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
	transform: translateY(0px);
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #006EC7  !important;
    background-color: #fff !important;
}

.dropdown-menu {
	background: #fff !important;
	color: #A6A8AA !important;
	font-family: "Libre Baskerville", serif !important;
	border: none !important;
	-webkit-box-shadow:  none !important;
    box-shadow: none !important;
	padding-left: 5px;
    padding-right: 10px;
	border-radius: 0px !important;
	transition: all .4s ease;
	transform: translateY(-100px);
}
.navbar-default .navbar-nav>.active>a {
	color: #D06382  !important;
}

.dropdown-menu>li>a {
	font-family: "Inconsolata", monospace, sans-serif !important;
    display: block;
    padding: 10px 20px !important;
    clear: both;
	font-size: 16px !important;
    font-weight: 600;
    line-height: 1.42857143;
    color: #000 !important;
    white-space: nowrap;
	transition: all .4s ease-in-out;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #D06382  !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>li>a:hover + .menufix {
	background: #fff;
}

.whitebg {
	/*background-color: #e6e6e6;*/
}



a:hover {
	text-decoration: none !important;
}

.rowbackground {
	padding: 100px 0px;
}

.dropdown-menu {
	
}

#menu-menuprincipal {
	float: right !important;
}


.linguadiv {
	background-color: #0081a4;
	display: inline-block;
	padding: 5px 20px;
	position: absolute;
    top: 0px;
    right: 15px;
}

.linguasmobile {
	display: none;
}

.iconmenu {
  cursor: pointer;
  position: absolute;
  right: 10px;
	display: none;
}

.bar1, .bar2, .bar3 {
	width: 30px;
    height: 3px;
    background-color: #c0587a;
    margin: 4px 3px;
    transition: all 0.4s ease;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.50);
    pointer-events: none;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}

.menucontainer {
	background-color: #fff;
	position: fixed;
	height: 100%;
	min-height: 100vh;
	width: 100%;
	right: 0px;
	z-index: 9999;
	overflow-y: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	transform: translateY(-100%);
	transition: all .6s ease-in-out;
	    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;overflow-x: hidden;
}

.hasScrolled {
	position: fixed;
	top: 0;
}

.hasScrolled .navbar-default {
	
}

.hoverlogo {
	background-color: #fff;
	width: 90%;
	margin-left: 30%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 9;
	height: 100%;
	transition: all .3s ease-in;
}

.hasScrolled .logotopo {
	/*margin-top: 15px;
    max-width: 80px;*/
}
.hasScrolled .hoverlogo {

}

.hasScrolled #menu-menuprincipal-1 li a {
	/*color: #000 !important;*/
	color: #3A3F42 !important;
}

.hasScrolled .botaomenucont {
	/*color: #000 !important;*/
	color: #3A3F42 !important;
}

.fill {
    min-height: 100%;
    height: 85vh;
}

.menuon {
	transform: translateY(0%);
}

.janelapopup {
	min-width: 340px;
    padding: 30px;
    /*background: #000;*/
    text-align: center;
    color: #D2B696;
	font-family: "Libre Baskerville", serif;
	
}

.textocolunasmall a {
	color:#000 !important;
}

.header {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
}

.botaofilme, .botaocoluna, .videoplay {
	cursor: pointer;
}

.bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-container .bg-home-img {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover!important;
    transition: background-image 650ms ease-in-out;
}

.bg-container video {
    /*position: relative;
    display: block;
    vertical-align: top;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);*/
  min-width: 100%; 
  min-height: 100%; 
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	 z-index: -100;

}

.iw_title {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #000;
	font-size: 25px;
	margin-bottom: 30px;
}

.iw_link {
	font-family: "Libre Baskerville", serif;
	 color: #000;
	font-size: 15px;
}

.iw_link2 {
	font-family: "Libre Baskerville", serif;
	 color: #D2B696;
	font-size: 15px;
	margin-top: 20px;
}

.menudesktop {
	display: block;
}
.footerborder {
	border-top: 1px solid #D2B696;
	border-bottom: 1px solid #D2B696;
	padding-top: 60px;
	padding-bottom: 60px;
	color:#D2B696;
	font-size: 14px;
font-family: "Libre Baskerville", serif  !important;
	line-height: 1.7;
	font-weight: 100;
}

.footerborder a {
	color:#D2B696 !important;
	font-size: 14px !important;
	font-family: "Libre Baskerville", serif !important;
	text-decoration: none !important;
	font-weight: 400;
}

.logofooter {
	width: 100%;
	max-width: 310px;
}

.footercol {
	padding: 40px 0px 0px 40px;
}

.footercol2 {
	padding-top: 40px;
	padding-left: 0px;
}

.footer {
	padding-top: 80px;
	padding-bottom: 40px;

}

/*.lingua {
	font-family: 'Source Serif 4', serif !important;
	color:#fff; 
	font-size: 14px;
}*/

.centerfloat {
	display:         flex;
  flex-wrap:       wrap;
  justify-content: center;
}

.verde {
	background-color: #405530;
}

.tags {
	font-family: "Libre Baskerville", serif;
    margin-top: 40px;
    font-size: 15px;
    color: #D2B696;
    display: inline-block;
    
    margin-right: 45px;
}

.tags:before {
    content: "";
    background-image: url(../images/icon_botao_down.svg);
    position: absolute;
    width: 11px;
    margin-left: -15px;
    height: 15px;
    background-repeat: no-repeat;
    margin-top: 2px;
}

img {
	max-width: 100%;
}

a{ 
	color: #3F3F3F;
}
a:hover{ 
	color: #3F3F3F;
	text-decoration:underline;
}
a:focus {
	outline:none;
	outline-offset:0;
}


.bg {
    /* background-image: url(../images/architecture-2083692.jpg); */
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	z-index: 1;
}

.homebg {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 40px;
	top: 150px;
    padding-bottom: 40px;
    position: absolute;
    z-index: 9;
    width: 100%;
    min-height: 610px;
}

.homelogo {
	max-width: 450px;
}

.texthome {
	font-family: "Libre Baskerville", serif !important;
	color:#010101;
	font-size: 26px;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 40px;
}

.listpessoa {
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	.listpessoa:hover .imagepessoa {
		transform: scale(1.1);
	}
	
	.listpessoa:hover .divnomebox {
		opacity: 1;
	}	
	
	.listpessoa:hover .divnomebox .nomepessoa:after {
		width: 100%;
	}	

.divpessoa {
	overflow: hidden;
}

		
	.listpessoa:hover .backnome {
		bottom: -45%;
		right: -25%;
	}
	
	.imagepessoa {
		transition: all .5s ease-in-out;
	}
	
	.divnomebox {
		position: absolute;
		bottom: 20px;
		left: 40px;
		opacity: 0;
		transition: all .4s ease-in;
		transition-delay: .2s;
	}
	
	.nomepessoa {
		font-family: "Libre Baskerville", serif;
		color:#fff;
		font-size: 16px;
		font-weight: 500;
		z-index: 10;
		position: relative;
	}
	
	.nomepessoa:after {
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #fff;
		content: "";
		transition: all .4s ease-in-out;
		transition-delay: .4s;
	}
	
	.cargopessoa {
		font-family: "Libre Baskerville", serif;
		color:#fff;
		font-size: 14px;
		font-weight: 400;
		margin-top: 5px;
		transition: all .4s ease-in;
		transition-delay: .2s;
	}

.logotopo {
	max-width: 300px;
    margin-top: 12px;
	margin-bottom: 12px;
	width: 100%;
}

.redestop img {
	width: 28px;
	height: 28px;
}
#menu-menuprincipal-1 > li:last-child > a {
    padding-right: 0px !important;
}

.marquee {
  overflow: hidden;
  width: 100%;
	margin-top: 40px;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 85s linear infinite;
}

.marquee-item {
  margin-right: 20px;
  flex-shrink: 0;
}

.marquee-item img {
  display: block;
  height: 420px; /* ajusta como quiseres */
  width: auto;
}

@keyframes marqueeMove {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.redestop  {
	    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /* margin-top: -40px; */
    top: -50px;
    position: relative;
    gap: 12px;
}


.footer {
  background: #BA9BC2;
  transition: all .5s ease-in;
  transition-delay: 1s;
}

.inview.footer {
  background-position: top left;
}

.logofooter {
	margin-bottom: 50px;
}

.footertxt {
	font-family: "Plus Jakarta Sans", sans-serif !important;
	color:#fff;
	font-size: 14px; 
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.4;
}

.headertitle {
	background-color: #0081a4;
	font-family: "Libre Baskerville", serif !important;
	color:#fff;
	font-size: 28px; 
	padding-top: 60px;
	padding-bottom: 80px;
	line-height: 1.2;
}

.redes {
	margin-top: 20px;
}

.rede {
	font-family: "Plus Jakarta Sans", sans-serif !important;
	color:#77F37D;
	font-size: 12px; 
	line-height: 1.4;
	letter-spacing: 1px;
}

.menufooter ul {
    padding-left: 5px;
}

.menufooter ul li {
	font-family: "Instrument Sans", sans-serif;
    color: #fff;
	list-style: none;
    font-size: 18px;
    line-height: 30px;
    transition: all .5s ease-out;
    letter-spacing: 1px;
    padding: 5px 0px;
    font-weight: 400;
}

.menufooter ul li a {
	font-family: "Instrument Sans", sans-serif;
    color: #fff !important;
	list-style: none;
    font-size: 18px;
    line-height: 30px;
    transition: all .5s ease-out;
    letter-spacing: 1px;
    padding: 5px 0px;
    font-weight: 400;
}




.whatsapp img {
	width: 40px;
	margin-right: 10px;
}

.whatsapp {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    font-size: 14px;
}

.rowwhats {
	margin-top: 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.separadorfooter {
	margin-left: 15px; 
	margin-right: 15px;
	color: #3CB5A1;
	font-size: 16px;
}


.circle {
	border-radius: 50%;
	margin-top: -82px;
	
}

.circlescontainer {
	padding-top: 160px;
	padding-bottom: 40px;
	position: relative;
}

.circles { 
    padding:0 10px; 
    border-top: 1px solid #000; 
    height: 1px;
    line-height: 0.1em;
}

.rowcol {
	background-color: #000;
	padding: 100px 0px;
}

.coluna3 {
	min-height: 380px;
}

.iconplay {
	position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.menu1, .menu2, .menu3, .menu4, .menu5 {
	cursor: pointer;
}




.equalrow {
	display: flex;
    flex-flow: row wrap;
}

.paddingcolunatexto {
	padding: 75px 120px;
}

.paddingcolunatextosmall {
	padding: 40px 90px;
}

.assinatura {
	font-family: "Libre Baskerville", serif;
	font-size: 15px;
	color:#D2B696;
	margin-top: 80px;
}

.botaocoluna {
	font-family: "Libre Baskerville", serif;
	margin-top: 40px;
	font-size: 15px;
	color:#D2B696;
}

.botaocoluna:before {
	content: "";
	background-image: url(../images/icon_botao_down.svg);
	position: absolute;
    width: 9px;
    margin-left: -15px;
    height: 12px;
    background-repeat: no-repeat;
    margin-top: 6px;
}

.textocontainer {
	padding-top: 60px;
	padding-bottom: 60px;
}

.textopagina {
	font-family: "Libre Baskerville", serif !important;
	color:#010101;
	font-size: 20px;
	line-height: 1.4;
	text-align: justify;
    text-justify: inter-word;
}

.menutopo {
	padding-left: 15px;
	margin-bottom: 40px;
}

.menutopo li {
	font-family: "Libre Baskerville", serif !important;
	font-size: 14px;
	list-style: none;
	float: left;
	margin-right: 10px;
	letter-spacing: 1px;
}

.menutopo li::after {
	content: "|";
	position: relative;
	margin-left: 10px;
}

.menutopo li:last-child {
	margin-right: 0px;
}

.menutopo li:last-child::after {
	display: none;
}

.titulobig {
	font-family: "Plus Jakarta Sans", sans-serif;
	color:#000000;
	font-size: 28px;
	line-height: 1.2;
}


.titulobig2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	color:#000000;
	font-size: 32px;
	line-height: 1.2;
}

.parallax {
	  background-attachment: fixed;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  min-height: 700px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textoparallax {
	font-family: "Libre Baskerville", serif;
	color:#D2B696;
	font-size: 36px;
	line-height: 1.2;
}

.botaofechar {
	display: none;
	max-width: 100px;
	margin-top: 40px;
	transition: all ease-in-out .4s;
}

.showfechar {
	max-width: 120px !important;
	margin-top: 20px !important;
}


.menuopen {
	/*display: block !important;*/
	transform: translateX(0);
}

.logotopo {
	cursor: pointer;
}

/* Large desktop */
@media (max-width: 1300px) {
	#menu-menuprincipal-1 >li>a {
    font-size: 15px !important;
		    padding: 10px 15px !important;
	}
	
	#menu-menuprincipal-1 {
    margin-right: 30px;
}
}

.menu-item-310 {
	display: none !important;
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 1200px) {
	#menu-menuprincipal {
    float: none !important;
}
	
	.hasScrolled .linguasmobile {
		display: block;
	}
	
	.padsection {
		overflow-x: hidden;
	}
	
	.menu-item-310 {
	display: block !important;
}
	
	.hasScrolled .bar1, .hasScrolled  .bar2, .hasScrolled  .bar3 {
    background-color: #484F54
		
	}
	
	.linguasmobile {
		position: absolute;
    top: -60px;
    right: 70px;
		transition: all .4s ease;
	}
	
	.linguasmobile .linguas {
    top: 3px !important;
}
	
	.dropdown-menu {
		position: relative !important;
		display: contents  !important;
		/* margin-top: 100px !important;*/
    height: 100% !important;
   /* margin-bottom: -100px;*/
}
	
	.menucontainer {
    align-items: inherit !important;
	}
	
	.pull-left {
    float: none !important;
    text-align: center !important;
}
	
	#menu-menuprincipal li {
		transition: all .4s ease;
		/*transform: translateY(-30px);*/
	}	
	/*#menu-menuprincipal li:first-child {
		transition-delay: .5s;
	}
	
	#menu-menuprincipal li:nth-child(2) {
		transition-delay: .8s;
	}	
	#menu-menuprincipal li:nth-child(3) {
		transition-delay: 1.1s;
	}
	
	#menu-menuprincipal li:nth-child(3) {
		transition-delay: 1.4s;
	}*/
	
	.showmenumobile {
		transform: translateY(0px) !important;
		opacity: 1 !important;
	}
	
	#bs-main-navbar {
    margin-right: auto!important;
    /* display: inline-block; */
    left: auto !important;
    transform: translateX(0) !important;
    float: none !important;
margin-left: 0px;
		width: 100%;
}
	
	.redestop {
		display: none;
	}

	#menu-menuprincipal .navbar-default .navbar-nav>li>a {
    font-size: 36px !important;
		line-height: 1.5;
	}
	
	#menu-menuprincipal >li>a {
    color: #c0587a !important;
    font-size: 32px !important;
    line-height: 1;
		text-align: left !important;

}
	
	.coluna3 {
     min-height: auto !important;
		margin-bottom: 40px;
}
		.menudesktop {
	display: none;
}
	
	.navbar-default .navbar-nav>li>a {
		display: inline-block;
}
	
	.navbar-nav>li {
    float: none !important;

}
	.iconmenu {
            display: block !important;
        right: 40px !important;
        top: 50px !important;
        z-index: 9999 !important;
}
	
	.hasScrolled .linguadiv {
		top: -100px;
	}
	
	.botaomenucont {
		display: none;
	}
	
	.hasScrolled .iconmenu {
		
	}
	
	.menucontainer .navbar-default {
    padding-top: 0px;
}
}

.nav li.menu-item-has-children > a::after {
    content: ''; 
    display: inline-block;
    width: 8px;
    height: 5px;
    margin-left: 8px;
    vertical-align: middle;
    background-image: url(../images/item_menu.svg);
	background-repeat: no-repeat;
	background-size: cover;
    
    
    /* Transição suave para hover */
    transition: transform 0.2s ease;
}

/* Opcional: Rotacionar a seta quando passar o mouse */
.nav li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
	filter: brightness(0) saturate(100%) invert(47%) sepia(53%) saturate(445%) hue-rotate(292deg) brightness(94%) contrast(102%);
}

.elementocontacto {
	position: absolute;
    right: -70px;
    bottom: -80px;
    width: 260px;
}
	
@media (max-width: 991px) {
	
	.botaoagenda {
    font-size: 15px !important;
    padding: 10px 40px !important;
	}
	
	.rowflexmapa {
    display: block !important;
}
	
	.pagagenda .colagenda {
		padding-bottom: 140px;
	}
	
	
	.section-atividades .colagenda {
		padding-bottom: 40px;
	}
	
	#section-titulo-video .colagenda {
		padding-bottom: 140px;
	}
	
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 25%;
    left: 0 !important;
    transform: translateX(0%) !important;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
	
	.bgsectiondivcont {
		padding: 200px 40px;
	}
	
	.titulobgsection {
    font-size: 40px;
}
	
	.bgsectiondiv {
		padding: 0;
	}
	
	.menufix .iconmenu {
		
}
	
	.contactbackground {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
	.hasScrolled .logohimo {
    margin-top: 20px !important;
    max-width: 140px !important;
}
	
	
	.linguadiv {
    top: -141px;
    right: 15px;
}
	
	
	
		.colunasmobile {
		display: block !important;
	}
	
	.colunasdesktop {
		display: none !important;
	}
	
	    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {

        padding-left: 20px;
			padding-right: 40px;
    }
	
}

.colunasmobile {
		display: none;
	}
	
	.colunasdesktop {
		display: block;
	}

.card-header .btn-link {
	white-space: normal !important;
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	.elementocontacto {
    right: 0px !important;
    bottom: -70px !important;
    width: 240px !important;
}
	
	.colunas {
    padding-right: 20px !important;
	}
	.colunas .botaosaibamaisrosa {
    float: none !important;
	}
	
	.colimg2 {
    padding-top: 20px !important;
    padding-left: 0px !important;
    position: relative;
}

	.iconcoluna {
    margin-bottom: 20px;
    margin-top: 20px;
    /* margin: 0 auto; */
}
	.rowcentervert {
    flex-wrap: wrap;
		margin-top: 0px !important;
}
	
	.formborder {
    padding: 20px !important;
}
	
	.textoartigoagenda {
    font-family: "Inconsolata", monospace, sans-serif;
    font-size: 16px !important;
	}
	
	.bgcircles {
    background-position: top !important;
    background-size: 100% !important;
}
	
	.botaosaibamaisrosacenter {
    font-size: 15px !important;
    padding: 10px 35px !important;
	}
	
	.botoeslado .botaosaibamaisrosa:first-child {
    margin-right: 0px !important;
}
	.botoeslado .botaosaibamaisrosa {
    float: none !important;
		margin: 0 auto;
		margin-bottom: 20px;
}
	.footertit {
    padding-bottom: 0px !important;
}
	
	.rowplat {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.colmapa {
    padding: 40px 20px 140px 20px !important;
}
	
	.padsection {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	
	.bgbox {
		height: inherit !important;
	}
	
	.box {
    min-height: inherit !important;
}
	
	.tituloformulario {
		line-height: 1 !important;
	}
	
	.colcontactomobile .textocolunabig {
		padding-top: 0px !important;
	}
	
	.titulocolunabigheader br, .tituloservico br, .titulocolunabigheaderform br, .textocolunabig p br {
		display: none;
	}
	
	.iconbox, .icontitulo {
		margin-bottom: 20px !important;
	}
	
	.textocolunabig br {
		display: none;
	}
	.titulobgsection br {
		display: none;
	}
	
	.bgbox, .imagebox, .bgform {
		border-radius: 5px;
	}
	
	.boxequipa {
		margin-bottom: 60px;
	}
	
	.contactosub {
		margin-bottom: 50px;
	}
	
	.titulohero {

    margin-left: 10px;
    font-size: 42px;
}
	
	.titulocolunabigheaderform {
    color: #000;
    font-size: 52px;
    margin-top: -40px;
}
	
.bgform {

    padding: 20px;
	}

.botaobread {

    margin-left: 15px;
}
	
	.titulocolunabigheader {

    font-size: 50px;
}
	
	.menufooter ul li {
    font-size: 18px;
    line-height: 20px;
	}
	
	.colfooter {
		padding-left: 20px;
		margin-top: 30px;
	}
	
	.footercopy {
    padding-left: 5px;
}
	
	.footertxtbig {
    padding-left: 5px;
    margin-bottom: 40px;
}
	
	.imgboxes .imgbox:first-child {
   padding-right: 15px !important;
		margin-bottom: 20px;
}
	
	.imgboxes .imgbox:last-child {
    padding-left: 15px !important;
}
	
	.padsection {
    overflow-x: hidden;
}
	
	.row.boxes-equal {
    display: block !important;
    align-items: stretch;
}
	
	.swiper-slide .slider-inner .swiper-content .title-area {
    margin-top: 50px;
    color: #fff;
    margin-bottom: 50px;
    margin-left: 0;
    text-decoration: none;
    font-size: 46px;
    text-align: left;
		padding-left: 10px !important;
}
	.botaoslide {
    margin-left: 0px !important;
}
	
	.swiper-slide .slider-inner .swiper-content .disc {
    font-size: 22px;
    margin-top: 15px;
		text-align: left;
		padding-left: 10px !important;
}
	
	.spacecol {
    padding-left: 30px !important;
}
	
	.sectionspacesmall {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
	.textohabilitacoes {
    font-size: 16px !important;
}

	
	.parallax {
	  background-attachment: inherit;
}
	
	.colunascategoria {
		margin-bottom: 30px;
	}
	
	.colunascategoria:last-child {
		margin-bottom: 0px;
	}
	
}

.padpara {
		padding-bottom: 100px;
	}

@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
}

/* Landscape phones and down */
@media (max-width: 425px) {
	
	#containersociedade	.circlesociedade {
    height: 320px !important;
    width: 320px !important;
    padding: 60px 40px !important;
    line-height: 1.4;
    font-size: 12px !important;
}
	
}
	

	.arrowdown {
		display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
	}
	
	
	#scroll-down {
  display: block;
  position: relative;
  padding-top: 79px;
  text-align: center;
}
.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}
.arrow-down:after {
 content: "";
    display: block;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -1px;
    position: relative;
    top: -2px;
}
#scroll-title {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #fff;
    content: " ";
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

.botaoslide {
     position: relative;
    overflow: hidden;               /* garante que o pseudo-elemento fique contido */
    display: inline-block;          /* garante comportamento previsível */
    font-family: "Instrument Sans", sans-serif;
    color: #e6e6e6;
    font-size: 18px;
    line-height: normal;
    padding: 5px 25px;
    border-radius: 20px;
    border: 1px solid #3CB5A1;
    float: left;
    margin-left: 100px;
    margin-top: 40px;
    cursor: pointer;

    /* cria um novo contexto de empilhamento para ficar acima do pseudo-elemento */
    z-index: 1;
    transition: color 0.35s ease;
}

/* Pseudo-elemento que será o fundo animado */
.botaoslide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 102%;
    width: 0%;
    background: #3CB5A1;
    z-index: -1;
    transition: width 0.4s ease;

}

.botaoslide:hover {
    color: #fff;
}

.botaoslide:hover::before {
    width: 102%;
}

.cky-consent-container .cky-consent-bar {
    background: #c0587a !important; 
    border: 1px solid #c0587a !important; 
}

.cky-notice .cky-title {
    color: #fff !important;
}

.cky-notice-des {
    color: #fff !important;
}

:root {
    --cky-bg-color: #c0587a !important;          /* Cor de fundo do banner */
    --cky-text-color: #ffffff !important;        /* Cor do texto do banner */
    
    /* Botão Aceitar */
    --cky-btn-accept-bg: #ffffff !important;     /* Cor de fundo */
    --cky-btn-accept-color: #c0587a !important;  /* Cor do texto */
    
    /* Botão Rejeitar */
    --cky-btn-reject-bg: #ffffff !important;
    --cky-btn-reject-color: #c0587a !important;
    
    /* Botão Preferências/Configurar */
    --cky-btn-preferences-bg: #ffffff !important;
    --cky-btn-preferences-color: #c0587a !important;
}

/* --- BOTÃO ACEITAR --- */
.cky-btn-accept, 
button[data-cky-tag="accept-button"] {
    background-color: #ffffff !important; /* Mude para a cor de fundo que quiser */
    color: #c0587a !important;            /* Mude para a cor do texto que quiser */
    border-color: #fff !important;     /* Cor da borda */
}

/* --- BOTÃO REJEITAR --- */
.cky-btn-reject, 
button[data-cky-tag="reject-button"] {
    background-color: #fff !important; /* Mude para a cor de fundo que quiser */
    color: #c0587a !important;            /* Mude para a cor do texto que quiser */
    border-color: #fff !important;
}

/* --- BOTÃO PREFERÊNCIAS / DEFINIÇÕES --- */
.cky-consent-container .cky-btn-customize {
    background-color: #fff !important; /* Mude para a cor de fundo que quiser */
    color: #c0587a !important;            /* Mude para a cor do texto que quiser */
    border-color: #fff !important;
}
	
@media (max-width: 480px) {
	
	.footerright {
	text-align: left !important;
}
	
	.flor1 {
    top: 5% !important;
    left: calc(51% + 55px) !important;
}

.abelha1 {
    top: 3% !important;
    left: calc(49% + 95px) !important;
}
	
	.redesmobile img {
		width: 34px;
	}
	
	.menufix .iconmenu {
        top: 30px !important;
    }
	
	.elementolavanda {
    margin-left:40px !important;
    top: 20% !important;
	}
	
	.subtitulo {
    font-size: 20px !important;
	}
	
	.botaorosa {
    font-size: 14px !important;
    padding: 10px 40px !important;
	}
	
	.titulorosa {
    font-size: 56px !important;
	}
	
	#menu-menuprincipal >li>a {
		font-size: 28px !important;
		font-weight: 400;
	}
	
	.botaobread {
		font-size: 12px !important;
	}
	
	.sectionfirst {
	padding-top: 80px !important;
	padding-bottom: 0px;
}
	
	.divfix {
		display: block;
	}
	
	.swiper-slide .slider-inner .swiper-content .title-area {
    margin-top: 50px;
    color: #fff;
    margin-bottom: 50px;
    margin-left: 0;
    text-decoration: none;
    font-size: 42px !important;
    text-align: left;
		padding-left: 10px;
}
	
	.swiper-slide .slider-inner .swiper-content .disc {
    font-size: 20px !important;
    margin-top: 15px;
		text-align: left;
}
	
		.heroheader {
    height: 95vh !important;
}
	
	.arrowdown {
    bottom: 30px !important;
}
	
	.hasScrolled {
 
}
	
	.menufix .iconmenu {
    
}
	
	.heroheader {
		background-size: cover !important;
	}
	
	.heroheadertitle {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.mapamundo {
    padding: 40px 0px;
}
	
	.padsection {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

	
	.textosection br {
		display: none;
	}
	
	.colnews {
    margin-bottom: 60px !important;
    min-height: inherit !important;
}
	
	
	
	.botaocircle {
    margin-top: 5px !important;
}
	

	
	.hero-slider .carousel-cell .slide-content {
    top: 40%;
    left: 20px;
}
	
	.headerover {
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;

	}
	
	.hero-slider .carousel-cell .slide-content .title {
    font-size: 22px !important;
    line-height: 1 !important;
    padding-right: 60px;
}
	
		.headerover {
		overflow: hidden;
	}
	
	.circlesociedade {
    height: 380px !important;
    width: 380px !important;
    padding: 80px 50px !important;
    line-height: 1.4;
    font-size: 14px !important;
}
	
	.hasScrolled .hoverlogo {
    opacity: 1;
    margin-left: 26% !important;
    margin-top: -25px !important;
}
	
	
	.tags {
  font-family: "Libre Baskerville", serif;
    margin-top: 25px;
    font-size: 15px;
    color: #D2B696;
    display: block;
    margin-right: 0px;
}
	
	.padpara {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.textocolunasmall {
    font-size: 15px;
    line-height: 1.4;
}
	
	.padinicial2 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
	
	.tags:before {
    margin-top: 5px;
}
	
	.centerfloat {
    display: block !important;
    flex-wrap: inherit !important;
    justify-content: inherit !important;
    text-align: center;
}
	
	.parallax {
		background-attachment: initial !important;
	}
	
	.fill {
    margin-top: 0px !important;
}
	
	#josepedrobarreira {
		padding-top: 10px;
	}
	
	.coluna3 {
     min-height: auto !important;
		margin-bottom: 40px;
}
	
	.paddingcolunatextosmall {
    padding: 40px 20px;
}

	.paddingmob {
		padding: 100px 20px;
	}
	
	.legenda {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Libre Baskerville", serif;
    color: #000;
    font-size: 14px;
}
	
	.texto2coluna {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.assinatura {
    font-size: 14px;
    margin-top: 60px;
}
	
	.textocoluna {
    font-size: 18px;
    line-height: 1.2;
}
	
	.menufix {
		height: auto;
	}
	
	.menutopo {
    padding-left: 15px;
    margin-bottom: 50px;
}
	
	.menutopo li {
    font-size: 12px;

}
	
	.footercol2 {
	padding-left: 20px;
}
		.footercol {
	padding-left: 20px;
}
	
	.botaocoluna:before {
    margin-left: -15px;
}
	
	.paddingcolunatexto {
    padding: 45px 20px;
}
	

	.botaocoluna {
    padding-left: 20px;
		font-size: 13px;
}
	
	.hero-titulo {
		font-size: 58px !important;
	}

	.logotopo {
    max-width: 180px;
    margin-top: 10px;
	margin-left: 0px;
}
	
	.hasScrolled .logotopo {
    /*margin-top: 10px;
    max-width: 80px;/*
}
	
	.iconmenu {
    top: -60px !important;
}
	
	.hasScrolled .iconmenu {
   /* top: -60px !important;*/
}
	
	.textoparallax {
    font-size: 24px;
    line-height: 1.2;
}
	
}
/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {

}

.cf7-select-cidade {
    width: 100%;
    padding: 12px 14px;
    border-radius: 3px;
    background-color: #fff !important;
    color: #000 !important;
	font-family: "Instrument Sans", sans-serif !important;
    font-size: 18px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 15px;
}



/* Efeito ao passar o rato */
.cf7-select-cidade:hover {

}

/* Efeito ao clicar */
.cf7-select-cidade:focus {
    outline: none;
}

.wpcf7-acceptance input[type="checkbox"] {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] {
    accent-color: #3CB5A1; /* cor do checkbox (moderno, funciona em Chrome/Edge) */
	color: #fff;
	border: 1px solid #fff;
}

/* Adicionar um ícone de seta personalizado */
.cf7-select-cidade {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 26px;
}
