/********** Template CSS **********/
:root {
    --primary: #e57a42;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}

p{
    font-size: 14px;
    color: #999999;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    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 {
    color: #FFFFFF;
    transition: linear all .25s;
}

.btn-primary:hover {
    scale: 1.05;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.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;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 35px 15px;
    color: #333333;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.fixed-top {
    transition: .5s;
    background-color: #fff !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: #fff;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media (max-width: 446px) {
    .navbar-light .navbar-brand img{
        max-width: 180px;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    /*background: rgba(0, 0, 0, .5);*/
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 600px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-nav {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transform: rotate(45deg);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.page-header {
    margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/*Hero*/
#hero h1{
    font-size: 48px;
}

#hero p{
    font-size: 18px !important;
    font-weight: 400;
}

.arrow-down{
    position: absolute;
    width: 100%;
    bottom: 45px;
}

.arrow-down img{
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 768px){
    #hero h1{
        font-size: 30px;
    }
    #hero p {
        font-size: 14px !important;
    }
    .btn.btn-primary{

    }
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** About ***/
.img-twice::before {
    position: absolute;
    content: "";
    width: 51%;
    height: 51%;
    top: 24.5%;
    left: 24.5%;
    background: var(--primary);
    border-radius: 7px;
    z-index: -1;
    box-shadow: 0 0 0 30px #f8eae3;
}


/*** Product ***/
.product-item {
    transition: .5s;
}

/*.product-item:hover {
    background: var(--primary) !important;
}

.product-item:hover * {
    color: var(--light);
}

.product-item:hover .border-primary {
    border-color: var(--light) !important;
}*/

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-item .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover .team-title {
    top: -100px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** Footer ***/

.footer {
    background: #ef713b;
    margin-top: -6px;
}

.footer p,
.footer a{
    color: #fff;
    margin: 0;
}

.footer a:hover {
    text-decoration: underline;
}

#servicos img{
    width: 100%;
    border-radius: 15px;
}

#servicos h3{
    font-size: 48px;
}

#diferenciais h3{
    font-size: 30px;
    font-weight: 700;
}

#diferenciais a.btn{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#experiencia{
    background-image: url('../img/background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
}

#experiencia h2,
#experiencia h4,
#experiencia p{
    color: #fff;
}

#experiencia h2{
    font-size: 72px;
}

#experiencia h4{
    font-family: Kanit;
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
}

#experiencia p{
    font-size: 16px;
}

.mapa{
    width: 100%;
    height: 450px;
}

@media(max-width: 768px){
    #experiencia h2{
        font-size: 30px;
    }
    #experiencia p{
        font-size: 14px;
    }
    #experiencia h4{
        font-size: 18px;
    }
    .mapa{
        width: 100%;
        height: 300px !important;
    }
}

.galeria-infinita {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.galeria-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*
 * Mantém as imagens laterais aparecendo parcialmente,
 * exatamente como na referência.
 */
.galeria-track {
    display: flex;
    align-items: center;
    gap: 38px;
    transform: translateX(0);
    will-change: transform;
    transition: transform 0.7s cubic-bezier(.77, 0, .18, 1);
}


/* Cada imagem ocupa aproximadamente 57% da tela */
.galeria-item {
    flex: 0 0 57%;
    height: 606px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
}


/* Imagem */
.galeria-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}


/* Pequeno zoom ao passar o mouse */
.galeria-item:hover img {
    transform: scale(1.025);
}


/* =========================================================
   BOTÕES DO CARROSSEL
   ========================================================= */

.galeria-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.galeria-btn:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.galeria-btn span {
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    margin-top: -4px;
}

.galeria-prev {
    left: 30px;
}

.galeria-next {
    right: 30px;
}


/* =========================================================
   LIGHTBOX
   ========================================================= */

.galeria-lightbox {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
    z-index: 99999;
}

.galeria-lightbox.active {
    opacity: 1;
    visibility: visible;
}


/* Conteúdo */
.lightbox-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Imagem ampliada */
.lightbox-content img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.galeria-lightbox.active .lightbox-content img {
    transform: scale(1);
}


/* Fechar */
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
}


/* Navegação lightbox */
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 1200px) {

    .galeria-item {
        flex-basis: 65%;
        height: 520px;
    }

    .galeria-track {
        gap: 25px;
    }

}


@media (max-width: 768px) {

    .galeria-item {
        flex-basis: 82%;
        height: 420px;
        border-radius: 10px;
    }

    .galeria-track {
        gap: 15px;
    }

    .galeria-prev {
        left: 15px;
    }

    .galeria-next {
        right: 15px;
    }

    .galeria-btn {
        width: 40px;
        height: 40px;
    }

    .galeria-btn span {
        font-size: 32px;
    }

    .galeria-lightbox {
        padding: 20px;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 38px;
    }

}


@media (max-width: 480px) {

    .galeria-item {
        flex-basis: 88%;
        height: 300px;
    }

    .galeria-btn {
        width: 36px;
        height: 36px;
    }

    .galeria-btn span {
        font-size: 28px;
    }

}

.contato-projeto {
    width: 100%;
    background: #fff;
    padding: 105px 0 125px;
}


/* ---------------------------------------------------------
   CONTAINER
   --------------------------------------------------------- */

.contato-container {
    width: 100%;
    max-width: 1235px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 90px;
}


/* =========================================================
   COLUNA ESQUERDA
   ========================================================= */

.contato-info {
    padding-top: 24px;
}


/* Label "Contato" */

.contato-label {
    display: block;
    margin-bottom: 12px;
    font-family: "Cormorant", Georgia, serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    color: #ef713b;
}


/* Título */

.contato-info h2 {
    margin: 0;
    font-family: "Cormorant", Georgia, serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.5px;
    color: #303030;
}


/* Texto */

.contato-texto {
    margin-top: 34px;
    max-width: 455px;
}

.contato-texto p {
    margin: 0 0 17px;

    font-family: "Kanit", sans-serif;

    font-size: 15px;
    font-weight: 300;

    line-height: 1.35;

    color: #999999;
}


/* =========================================================
   INFORMAÇÕES DE CONTATO
   ========================================================= */

.contato-item {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}


.contato-icon {
    width: 24px;
    min-width: 24px;
    margin-right: 12px;
    padding-top: 1px;
}


.contato-icon svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: none;
    stroke: #f2753d;
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.contato-item-text {
    display: flex;
    flex-direction: column;
    padding-top: 0;
}


.contato-item-text span,
.contato-item-text a {
    font-family: "Kanit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.35;
    color: #999999;
    text-decoration: none;
}


.contato-item-text a {
    transition: color .2s ease;
}


.contato-item-text a:hover {
    color: #ef713b;
}


/* =========================================================
   COLUNA DIREITA
   ========================================================= */

.contato-formulario {
    width: 100%;
}


.contato-formulario h2 {
    margin: 0 0 30px;
    font-family: "Cormorant", Georgia, serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.5px;
    color: #303030;
}


/* =========================================================
   FORMULÁRIO
   ========================================================= */

.contato-formulario form {
    width: 100%;
}


.form-group {
    width: 100%;
    margin-bottom: 15px;
}


.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}


/* Inputs */

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #d2d9df;
    border-radius: 7px;
    background: #fff;
    font-family: "Kanit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #444;
    outline: none;
    transition:
    border-color .25s ease,
    box-shadow .25s ease;
}


.form-group input {
    height: 57px;
    padding: 0 12px;
}


.form-group textarea {
    height: 128px;
    padding: 18px 12px;
    resize: vertical;
}


/* Placeholder */

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #a4a4a4;
    opacity: 1;
}


/* Focus */

.form-group input:focus,
.form-group textarea:focus {
    border-color: #ef713b;
    box-shadow: 0 0 0 2px rgba(239, 113, 59, .08);
}


/* =========================================================
   RESPONSIVO — TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .contato-projeto {
        padding: 80px 30px 90px;
    }

    .contato-container {
        max-width: 900px;
        column-gap: 50px;
    }

    .contato-info h2,
    .contato-formulario h2 {
        font-size: 37px;
    }

}


/* =========================================================
   RESPONSIVO — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .contato-projeto {
        padding: 65px 25px 75px;
        text-align: center;
    }

    .contato-container {
        display: block;
        max-width: 540px;
    }

    .contato-info {
        padding-top: 0;
        margin-bottom: 55px;
    }

    .contato-label {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .contato-info h2,
    .contato-formulario h2 {
        font-size: 36px;
        line-height: 1.08;
    }

    .contato-texto {
        margin-top: 27px;
    }


    .contato-texto p {
        font-size: 14px;

        line-height: 1.4;
    }

    .contato-item {
        margin-top: 22px;
        text-align: left;
        justify-content: center;
    }

    .contato-item-text span,
    .contato-item-text a {
        font-size: 14px;
    }

    .contato-formulario h2 {
        margin-bottom: 25px;
    }

    .form-row {
        display: block;
        margin-bottom: 0;
    }

    .form-row .form-group {
        margin-bottom: 15px;
    }

    .form-group input {
        height: 55px;
    }

    .form-group textarea {
        height: 130px;
    }

}


/* =========================================================
   MOBILE PEQUENO
   ========================================================= */

@media (max-width: 400px) {

    .contato-projeto {
        padding-left: 20px;
        padding-right: 20px;
    }


    .contato-info h2,
    .contato-formulario h2 {
        font-size: 32px;
    }

}
