@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

p,a,span{
  font-family: "Montserrat", sans-serif;
}

/*  nav */
.navbar::before {
  background: radial-gradient(#fff, #fff);
}

@media (min-width: 992px) {
     .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
    color: #3e4095;
  }
}
/*<-------->*/

/*  logo  */
.navbar-brand img {
  width: 120px;
}

.far.fa-bars-sort {
  color: #3e4095;
}
/*<------->*/

/*  footer  */

.footer-widget li {
    display: block !important;
}

/*<------->*/

/*  slide */
.hero-single::before {
  opacity: 0.8;
}

/* Remove o ícone anterior se ainda estiver presente */
#project-slider .ps-nav-btn i.ps-chev { display: none; }

/* Estilo para as imagens de seta */
#project-slider .ps-arrow-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  pointer-events: none;
}

.about-img {
  max-width: 450px;
}

#project-slider .ps-nav-btn:hover .ps-arrow-img {
  filter: brightness(1.2);
}


.hero-single .hero-content p {
    font-size: 22px;
    font-weight: 600;
}

h1.hero-title {
  line-height: 60px;
  font-size: 65px !important;
}

span {
  font-weight: 300;
}

/*<------->*/

/*  sec-ambiente  */
.ctd-title h6 {
    font-family: 'Montserrat';
    margin-bottom: 10px;
    font-size: 18px;
}

.ctd-subtitle h2 {
    color: #0d5a36;
}

.ctd-desc p {
    margin-bottom: 15px;
}

.img-ambiente {
    position: relative;
}

.img-ambiente::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(360deg, #00a75a, transparent);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s ease-in-out;
  height: 0;
}

.item:hover .img-ambiente:before {
    opacity: 1;
    height: 100%;
}

.box-body {
    position: relative;
    bottom: 90px;
    padding: 0 30px;
    opacity: 0;
    transition: 1s ease;
}

.item:hover .box-body {
    opacity: 1;
}

.box-body h4 {
    color: #fff;
}

.btn-box-footer a {
  color: #222468;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}

.ctd-btn a {
  background-color: #00a75a;
  padding: 10px 45px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.ctd-btn a:hover {
  transform: scale(.9);
  background-color: #3e4095;
}

.owl-ambiente {
    position: relative;
}

.owl-ambiente .owl-nav .owl-next {
    position: absolute;
    font-size: 70px !important;
    right: 10px;
    top: 25%;
    display: flex;
    color: #fff !important;
    background-color: #0d5a36 !important;
    border-radius: 0px 10px 10px 0px;
    opacity: 0;
    transition: .5s ease-in-out;
}


#project-slider .ps-btn-primary {
  appearance: none;
  border: 0;
  padding: 12px 18px;
  border-radius: 10px;
  background: #3e4095;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(11,11,11,0.35);
}

.owl-ambiente:hover .owl-next {
    right: -22px;
    opacity: 1;
}

.owl-ambiente:hover .owl-prev {
    left: -22px;
    opacity: 1;
}

.owl-ambiente .owl-nav .owl-prev span {
    position: relative;
    top: -5px;
}

.owl-ambiente .owl-nav .owl-next span {
    position: relative;
    top: -5px;
}
/*<-------->*/

/*  sec-video */
.video-content {
    background-image: url(/arquivos/chacara.webp) !important;
}

.video-wrapper {
    backdrop-filter: blur(5px);
    transition: .5s ease-in-out;
}

.video-wrapper:hover {
    backdrop-filter: none;
}
/*<-------->*/

/*  img-empresa */
.about-img img {
    border-radius: 10px 100px 10px 10px;
}

.about-experience {
    background-image: url(/arquivos/flores_1.webp);
    background-repeat: no-repeat;
    width: 200px;
    left: -80px;
    top: 8px;
    text-align: center;
    border: unset;
    background-color: unset;
}

.about-experience span {
    visibility: hidden;
}

.about-experience h5 {
    visibility: hidden;
}
/*<------>*/

/*  icons-slide */
.feature-icon img {
    width: 60px;
    height: 60px;
}

.feature-area {
    margin-top: -53px;
}

.feature-item .count {
    display: none;
}

.feature-item {
    border-radius: 10px 80px 10px 10px;
}
/*<-------->*/

/*  sec-servicos  */
#page_home .portfolio-area {
    display: none;
}
/*<-------->*/

/*  sec-produtos  */
.bg {
  background: #3e4095;
}

.service-area .heading-divider {
    background: #ffffff;
}

.service-area .heading-divider::after {
  background-color: #3e4095;
}

.service-img img {
    border-top-right-radius: unset;
    border: 4px solid #fff;
    border-radius: 10px 80px 10px 10px;
}

.service-area .site-title {
    color: #ffffff;
}

.service-item::before {
    border-radius: 10px 80px 10px 10px !important;
    border-top-right-radius: unset;
}

.service-icon {
  background: #fff;
}

/*<---------->*/

/*  sec-depoimentos */
.testimonial-area .heading-divider {
    background: #ffffff;
}

.testimonial-area .heading-divider:after {
    background-color: #0d5a36;
}
/*<------------>*/

/*  pag-servico */
#page_servico_ .btn.active {
    background-color: #0b5030;
    color: #fff;
    border-color: #0b5030;
}

.btn-outline-info {
    border-color: #0b5030;
    color: #0b5030;
}

.btn-outline-info:hover {
    background-color: #ff9a06;
    color: #fff;
    border-color: #ff9a06;
}
/*<--------->*/

/*  pg-produtos */
body#page_produtos .portfolio-content-info small {
    display: none;
}
/*<------->*/

/*  logo-sidebar  */
.sidebar-logo img {
  width: 220px;
  background-image: linear-gradient(45deg, #fff, #ffffff4d);
  border-radius: 20px;
}
/*<--------->*/

/*  video-area  */
.mfp-iframe-holder .mfp-content {
    max-width: 850px;
}
/*<----------->*/

/*  galeria-produtos  */
.portfolio-details img {
    margin-bottom: 10px;
}

.owl-galeria-extra img {
    height: 160px;
}
/*<-------->*/

/*  botao-whatsapp  */
.btn-whatsapp {
    position: fixed;
    bottom: 70px;
    right: 26px;
    width: 55px;
    height: 55px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 100;
    margin-bottom: 10px;
}

.btn-whatsapp:before {
    content: '';
    width: 150%;
    position: absolute;
    height: 150%;
    border-radius: 50%;
    animation: pulse-ring 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    background: #25d366;
    z-index: -1;
}

.fa-whatsapp:before {
    font-size: 33px;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.33)
  }

  100%, 80% {
    opacity: 0
  }
}
/*<--------->*/

/*  texto-whats */
p.contato-whats {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
/*<------->*/

/*  numero  */
p.numero-whats {
    font-size: 25px;
    color: #ff9f07;
    font-weight: 500;
    margin-bottom: 10px;
}
/*<-------->*/

/*  depoimento-icon */
.testimonial-quote i.fal.fa-quote-right {
    display: none;
}
/*<----------->*/

/*  text-de-copyrigth */
.copyright .copyright-text {
    color: #868686;
}
/*<--------->*/

/*  botao-galeria */
.gallery-area .btn {
    margin-bottom: 10px !important;
}
/*<--------->*/

@media (max-width: 991px) {
  .footer-area::before {
        height: 100%;
    }
  
  .navbar-collapse {
        background-color: rgb(255 255 255);
    }
    
    .navbar-toggler-mobile-icon {
        color: #ffffff;
    }
    
    .mobile-menu-right .nav-right-link {
        color: #ffffff;
    }
}


@media (min-width: 992px) {
    .nav-right .sidebar-btn .nav-right-link, .nav-right .search-btn .nav-right-link {
        color: #ffffff;
    }
}

@media(max-width:720px){
  .about-experience {
    left: -27px;
    top: -75px;
}

.ctd-btn a {
    margin-bottom: 10px;
}

.img-ambiente {
    margin: auto;
    width: 350px;
}

.owl-ambiente:hover .owl-prev {
    left: -5px;
}

.owl-ambiente:hover .owl-next {
    right: -5px;
}

.hero-single .hero-content .hero-title {
        font-size: 60px !important;
        line-height: 30px;
        color: #00ea7d !important;
    }
    
    .hero-single h1 span {
    font-size: 30px;
    color: #00ff89 !important;
}

.hero-single {
    padding-bottom: 70px;
}

.hero-single {
    background-position: right !important;
}

.hero-single .hero-content p {
    color: #006737 !important;
}

#project-slider .ps-title {
  font-size: 18px !important;
}

.ps-card-actions {
  font-size: 12px !important;
}

#project-slider .ps-card {
  margin-left: 0px !important;
}
}

.ctd-desc {
  margin-top: 135px;
}

.img-ambiente {
  height: 400px; /* ou min-height: 400px conforme seu layout */
  overflow: hidden;
  display: block; /* não estritamente necessário, mas evita gaps inline */
}

.img-ambiente img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.site-title {
  color: #fff;
}

.feature-title {
  color: #3e4095;
}

.ctd-subtitle h2 {
  color: #00a85a;
}

.portfolio-content-info a {
  font-size: 22px;
  color: #3e4095;
}

.service-title a {
  color: #3e4095;
}

.testimonial-quote {
  min-height: 290px;
}

.service-icon {
  display: none;
}

.site-title {
  text-transform: none;
}

.quote-content {
  background: #a1a2d2;
  padding: 35px;
  border-top: 3px solid var(--bg_geral);
}

.testimonial-author-info h4 {
  font-size: 20px;
  color: #fff;
}

#project-slider .ps-title {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  color: #ffffff;
}

#project-slider .ps-card {
  position: relative;
  z-index: 3;
  background: rgba(0,0,0,0.45);
  border-radius: 12px;
  padding: 18px 22px;
  max-width: 700px;
  margin-bottom: 48px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 48px;
}

span8 {
  margin-left: 45px;
}

span9 {
  margin-left: 45px;
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #fff;
}

.feature-item {
  min-height: 360px;
}

.header-top-social {
  display: none;
}

#project-slider .ps-slide:first-child {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#project-slider .ps-slide:first-child .ps-card {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: auto;
	}

	#project-slider .ps-slide:first-child .ps-title {
		width: auto;
	}

	#project-slider .ps-slide:first-child .ps-title img {
		display: block;
		max-width: min(60vw, 420px);
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	#project-slider .ps-slide:first-child .ps-logo-caption {
		margin-top: 1rem;
		font-family: "Eurostile", "Square 721 BT", "Bank Gothic", "Exo 2", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.12em;
		color: #1b4297;
		text-shadow: 1px 1px 0 #ffffff;
		display: inline-flex;
		align-items: center;
		gap: 0.25em;
		background: rgba(255, 255, 255, 0.95);
		padding: 0.35em 1.5em;
		border-radius: 999px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	}

	#project-slider .ps-slide:first-child .ps-logo-caption .ga-text-green {
		color: #00a651;
		margin-left: 0.25em;
	}
	
	#sec-destaque {
    position: relative;
    z-index: 1;
    background: url(/arquivos/images/produtos/aniversarios-1759493693.jpeg);
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
    background-size: contain;
    border-radius: 23px 90px;
}

#sec-destaque:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
45deg, #3e4095 60%, transparent 180%);
    z-index: -1;
}

.title-destaque h2 {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 2.5em;
}

.desc-destaque p {
    color: #ffffffc4;
    font-size: 1.3em;
}

#sec-destaque:after {
    position: absolute;
    content: "";
    top: 18px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/arquivos/images/logo-topo-1759254330.png);
    width: 30%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    z-index: -1;
    filter: grayscale(1) invert(0);
    opacity: 2%;
}

.btn-destaque a {
    background: #13ab43;
    padding: 10px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    transition: .3s ease-in-out;
}

.btn-destaque .fa-whatsapp:before {
    font-size: 21px;
}

.btn-destaque a:hover {
    background: #19e559;
}

@media (max-width:720px){
  #sec-destaque {
    margin: 0 !important;
    padding: 30px !important;
    background-size: cover;
    background-position: left;
}

.title-destaque h2 {
    font-size: 1.6em;
}

.desc-destaque p {
    font-size: 1em;
}

#sec-destaque:before {
    background: linear-gradient(84deg, #3e4095 47%, transparent 180%);
}
}