/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

* {
    font-family:"Montserrat", sans-serif;
}

h1, h2, .h1, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Montserrat", sans-serif !important;
}

:root {
    --primary: #87faf0;
    --secundary: #f564e5;
    --light: #f5d964;
    --dark: #45494d;
    --green-color : #16ca05;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    color: var(--dark);
    width: 38px;
    height: 38px;
}

.btn-square:hover{
    color: white;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-wpp {
    background-color: var(--secundary);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.btn-wpp:hover {
    background-color: rgb(219, 6, 219);
    text-decoration: none;
    color: white;
}

/*** Navbar ***/

.navbar {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Sombra suave na parte inferior */
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 10px;
    padding: 48px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 50px;
    padding: 25px 5px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    border: none;
}

@media (max-width: 1120px ) {
   .navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 20px 5px;
    font-size: 13px;
    font-weight: 500;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media (max-width: 550px) {
    .navbar img  {
        width: 280px;
    }
}

@media (max-width: 450px) {
    .navbar img  {
        width: 210px;
    }
}

@media (max-width: 380px) {
    .navbar img  {
        width: 150px;
    }

    .navbar-toggler{
        padding: .15rem .25rem;
        font-size: 1rem;
    }
}

.btn-contato-navbar{
    color: var(--dark);
    font-size: 16px;
    background-color: white;
}

.btn-contato-navbar:hover{
    border-color: white;
    background-color: var(--primary);
    font-size: 18px;
    color: white;
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
}


@media (max-width: 1214px) {
    .owl-carousel-inner h1{
        font-size: 50px;
    }

    .btn-contato-about{
        font-size: 10px;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
        padding-left: 0.90rem !important;
        padding-right: 0.90rem !important;
    }
}

@media (max-width: 1050px) {
    .owl-carousel-inner h1{
        font-size: 40px;
    }

    .owl-carousel-inner p{
        font-size: 18px !important;
    }
}

@media (max-width: 913px) {
    .owl-carousel-inner h1{
        font-size: 35px;
    }

    .owl-carousel-inner p{
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 40px !important;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
    }
}

@media (max-width: 512px) {
    .header-carousel .owl-carousel-item h1 {
        font-size: 35px !important;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 12px !important;
    }
}

@media (max-width: 435px) {
    .header-carousel .owl-carousel-item h1 {
        font-size: 28px !important;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 11px !important;
    }

    .custom-width {
        width: 70% !important;
    }
}

@media (max-width: 350px) {
    .header-carousel .owl-carousel-item h1 {
        font-size: 30px !important;
    }

    .custom-width {
        width: 100% !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

@media (max-width: 512px) {
    .header-carousel .owl-dots .owl-dot {
        width: 40px !important;
        height: 40px !important;
    }

    .header-carousel .owl-dots .owl-dot.active {
        width: 50px !important;
        height: 50px !important;
    }
}

@media (max-width: 350px) {
    .header-carousel .owl-dots .owl-dot {
        display: none;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.btn-header{
    font-size: 18px;
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.4);
    background-color: var(--light);
    color: var(--dark);
}

.btn-header:hover{
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.7);
    background-color:white;
    color: var(--dark);
}

/*** About ***/

.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}

.btn-contato-about{
    font-size: 17px;
    background-color: var(--primary);
    color: var(--dark);
}

.btn-contato-about:hover{
    color: var(--dark);
    filter: brightness(1.3);
    font-size: 18px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

@media (max-width: 380px) {
    .text-h3-mobile{
        font-size: 16px;
    }
}

.quadrado-contador {
    width: 120px;
    height: 120px;
    padding: 5px;
}

@media (max-width: 1100px) {
    .quadrado-contador {
        width: 110px;
        height: 110px;
        padding: 3px;
    }
}

@media (max-width: 880px) {
    .quadrado-contador {
        width: 100px;
        height: 100px;
        padding: 3px;
    }
}

@media (max-width: 585px) {
    .quadrado-contador {
        width: 90px;
        height: 85px;
        padding: 3px;
    }
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--secundary);
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--secundary);
    background: white;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel {
    position: relative;
}

.project-carousel .owl-nav {
    position: absolute;
    top: 26%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    font-size: 25px;
    transition: 0.3s;
    background-color: var(--secundary);
    pointer-events: all;
    position: absolute;
}

.project-carousel .owl-nav .owl-prev {
    left: -25px;
}

.project-carousel .owl-nav .owl-next {
    right: -25px;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    filter: brightness(1.5);
    color: #FFFFFF;
}

.lb-prev,
.lb-next {
    display: none !important;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav .owl-prev {
        left: -15px; /* Aproxima um pouco mais no mobile */
    }

    .project-carousel .owl-nav .owl-next {
        right: -15px;
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}

/*** Contato ***/
.area-contato{
    background-color: rgba(69, 73, 77, 0.1);
    padding: 35px;
}

.btn-formulario{
    font-size: 17px;
    background-color:var(--secundary);
    color: white;
}

.btn-formulario:hover{
    background-color:violet;
    color: white;
}

@media (max-width: 550px) {
    .no-padding-mobile {
        padding: 0 !important;
    }
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 290px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}


.testimonial-carousel:hover .owl-nav {
    width: 250px;
    opacity: 1;
}

@media (max-width: 400px){

    .testimonial-carousel .owl-nav {
        width: 245px;
    }


    .testimonial-carousel:hover .owl-nav {
        width: 210px;
}

}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: white;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: white;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color:#cb6f84;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: white;
}

@media (max-width: 550px){

    .footer img{
        width: 150px;
}

}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: rgb(0, 126, 0);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
  }

  .scroll-top i {
    font-size: 45px;
    margin-left: 1px;
    color: rgb(255, 255, 255);
  }

  .scroll-top:hover {
    background-color: color-mix(in srgb, var(--green-color), transparent 15%);
    color: white;
    box-shadow: 2px 2px 16px rgba(48, 48, 48, 0.5);
  }

  .scroll-top.active {
    visibility: visible;
    opacity: 1;
  }

  .scroll-top:hover i {
    color: var(--contrast-color);
  }

  .scroll-top:hover .whatsapp-text {
    color: var(--contrast-color);
  }

  @media (max-width: 550px){
    .scroll-top {
        right: 35px;
        bottom: 15px;
        width: 50px;
        height: 50px;
  }

  .scroll-top i {
        font-size: 32px;
        margin-left: 1px;
    }
  }

  .link-hover:hover{
    color: #cb6f84 !important;
  }