/*
* Bootstrap v5.3.2
*/

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #8d4925;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8d4925;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #8d4925
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    text-decoration: none;
    color: #8d4925;
}

a:link,
a:active,
a:after,
a:before,
a:enabled,
a:focus,
a:hover {
    color: #171a4a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

.gradient {
    color: transparent !important;
    background: linear-gradient(45deg, #171a4a, #171a4a);
    background-clip: text;
    -webkit-background-clip: text;
}

#main {
    margin-top: 90px;
}

.h1 {
    margin-bottom: 20px;
}

.h2 {
    font-size: 44px;
    line-height: 50px;
    color: transparent !important;
    background: linear-gradient(45deg, #8d4925, #5870ae);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 600;
}

.h22 {
    font-size: 44px;
    line-height: 50px;
/*    color: transparent !important;
    background: linear-gradient(45deg, #8d4925, #5870ae);
    background-clip: text;
    -webkit-background-clip: text;
    */
    font-weight: 600;
}

.gradient-text-h1 {
    color: transparent !important;
    background: #171a4a;
    /*background: linear-gradient(45deg, var(--color1), var(--color2));*/
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 600;
}

.h3 {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
}

.first-container {
    margin-top: 90px;
}


.desktop {
    display: block;
}
.mobile {
    display: none;
}
@media (max-width: 768px) {
    .container {
        padding: 0 30px !important;
        /*padding: 0 15px;*/
    }
    .content {
        background-color: rgba(255,255,255,0.9);
        padding: 15px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .first-container {
        margin-top: 60px;
    }
}



.right {
    float: right;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 998;
    background: #67b0d1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #86c0da;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    background: #171a4a ;
    color: #fff;
}
.back-to-top:hover {
    background: #7d4d67;
    color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 24px 0;
    /*background: rgba(103, 176, 209, 0.8);*/
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    /*background: rgba(55, 142, 181, 0.9);*/
    padding: 12px;
}

.logo svg {
    height: 75px;
    width: auto;
    transition: all 0.3s ease;
}

/* Para o header scrolled (quando rola a página) */
#header.header-scrolled .logo svg {
    height: 40px;
}

#header .logo h1 {
    font-size: 24px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}

@media (max-width: 768px) {
    #header.header-scrolled {
        padding: 15px 0;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    position: static;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    margin-left: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    background: rgba(255, 255, 255, 0.2);
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(43, 111, 142, 0.9);
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    /*bottom: 15px;*/
    left: 15px;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #2f4d5a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #d16767;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #d16767;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.navbar-mobile .megamenu ul li a,
.navbar-mobile .megamenu ul li:hover>a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none;
}

.navbar-mobile .megamenu ul li a:hover,
.navbar-mobile .megamenu ul li .active,
.navbar-mobile .megamenu ul li .active:hover {
    color: #67b0d1;
}


.navbar a {
    background: #8d4925;
    color: #fff;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    background: #7d4d67;
    color: #fff;
    text-decoration: none;
}
#header.header-transparent {
    background: rgba(212, 157, 175, 0.2)
}
#header.header-scrolled {
    background:#8d4925;
    padding: 12px;
}

#header {
    background:#8d4925 !important;
}

.navbar-mobile ul {
    padding: 0;
}

.navbar-mobile {
    background:#8d4925;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /*height: 100vh;*/
    min-height: 680px;
    /*background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2)), url("../img/hero-bg.jpg") top center;*/
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    /*  #hero h1 {
        font-size: 28px;
        line-height: 36px;
      }*/

    /*  #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
      }*/
}

#hero {
    width: 100%;
    /*height: 100vh;*/
    background: url(../../img/fundo1.jpg) top center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
    margin-top: 88px;
}

@media (max-width: 768px) {
    #hero {
        /*background: url(../../img/fundo1.jpg) top left;  Mantendo a imagem no canto superior esquerdo */
/*        background-size: cover;
        background-position: 800px top;  Movendo a imagem 10 pixels para a direita 
        position: relative;*/
        background: none;
    }
    #perfil {
        /*background-attachment: fixed;*/
/*        background-size: cover;
        background-position: 1300px top;  Movendo a imagem 10 pixels para a direita 
        position: relative;*/
        background: none;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f4f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.services .icon-box::before {
    content: "";
    position: absolute;
    background: white;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.services .icon-box:hover::before {
    background: #67b0d1;
    top: 0;
    border-radius: 0px;
}

.icon svg {
  width: 50px;      
  height: 50px;
  display: block;
  margin: 0 auto;
}


.services .icon {
    margin-bottom: 15px;
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #67b0d1;
    transition: all 0.3s ease-in-out;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
    color: #fff;
}

.services .icon-box svg path {
  fill: #8d4925; /* cor normal */
  transition: fill 0.3s ease-in-out; /* animação suave */
}

.services .icon-box:hover svg path {
  fill: #fff; /* cor ao passar o mouse */
}

.services .icon-box:hover .icon i {
    color: #fff;
}

.services .icon i {
    color: #8d4925;
}

.services .icon-box {
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}

.services .icon-box::before {
    background: white;
}

.services .icon-box:hover::before {
    background: #8d4925;
}







.icon-box {
    width: 100%;
    text-align: center;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(209, 103, 103, 0.8), rgba(209, 103, 103, 0.8)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}


.about-btn, .cta-btn {
    padding: 12px 30px 12px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    background-color: #8d4925;
    font-size: 18px;
}

.cta .cta-btn:hover {
    border-color: #fff;
}


.about-btn:link, 
.cta-btn:link,
.about-btn:active, 
.cta-btn:active,
.about-btn:after, 
.cta-btn:after,
.about-btn:before, 
.cta-btn:before,
.about-btn:focus, 
.cta-btn:focus,
.about-btn:focus, 
.cta-btn:focus,
.about-btn:hover, 
.cta-btn:hover {
    padding: 12px 30px 12px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    background-color: #8d4925;
    font-size: 18px;
    /*background: linear-gradient(45deg, #5870ae, #5870ae);*/
}

.cta {
    background:#8d4925;
    background-size: cover;
    padding: 60px 0;
}



/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion {
    display: block;
    width: 100%;
}
.accordion .title {
    padding: 10px;
    background-color: #fff;
    border: 1px #8d4925 solid;
    border-radius: 3px;
    cursor: pointer;
    margin: 1px 0;
    font-size: 16px;
}
.accordion .text {
    display: none;
    padding: 10px;
    background-color: #e8c39e;
    border: 1px #8d4925 solid;
    border-radius: 3px;
    margin: 1px 0;

    font-size: 18px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding-bottom: 80px;
}

.contact .info-box {
    color: #444444;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
}
.mb-4 {
    margin-bottom: 8px !important;
}
.contact .info-box i {
    font-size: 32px;
    color: #67b0d1;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #8d4925;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #67b0d1;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #67b0d1;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 20px;
    float: right;
    clear: both;
}

.contact .php-email-form button[type=submit]:hover {
    background: #8d4925;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.contact .php-email-form button[type=submit] {
    background: #8d4925;
}
.contact .php-email-form button[type=submit]:hover {
    background: #171a4a;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #263f49;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-top: -90px;
    margin-bottom: 15px;
    background: white;
    color: #2f4d5a;
    border-top: 4px solid #67b0d1;
    text-align: center;
    padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2f4d5a;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #67b0d1;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #b5d9e9;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #67b0d1;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #409cc5;
}

#footer .copyright {
    border-top: 1px solid #385b6b;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}










#footer .footer-top .footer-info {
    /*color: #8d4925 !important;*/
    /*border-top: 4px solid #8d4925 !important;*/
}
#footer h3 {
    color: #8d4925 !important;
    /*border-top: 4px solid #8d4925 !important;*/
}








#footer {
    background-color: #8d4925;
}

#footer .footer-top .footer-info {
    border-top: 4px solid #8d4925;
}

#footer .footer-top .footer-info p {
    font-family: "Arial", sans-serif;
}


#footer .footer-top .footer-newsletter form input[type=submit] {
    background: #8d4925;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #8d4925;
}


#footer .footer-top .social-links a {
    background: #8d4925;
    color: #fff;
}
#footer .footer-top .social-links a:hover {
    background: #8d4925;
    color: #fff;
}

#footer .copyright {
    border-top: 1px solid #fff;
}
#footer .footer-top .footer-links ul a:hover {
    color: #5870ae;
}
#footer .footer-top .footer-links ul i:hover {
    color: #5870ae;
}
#footer .footer-top .footer-links ul i {
    color: #fff;
}
#footer .footer-top .footer-links ul a {
    font-size: 18px;
}

.footer-links h4 {
    margin-bottom: 30px;
}



#trabalhos {
    background-size: 100%;
    background-image: url('../../img/dobra.jpg');
    background-image: linear-gradient(180deg, #171a4a 0%, #171a4a 100%);
}

#sobre {
    background-size: 100%;
    background-image: url('../../img/fundo-transforme.jpg');
    background-color: #e8c39e
}

#perfil {
    background-size: cover;
    background-image: url('../../img/fundo2.png');
    background-color: #e8c39e
}

#perguntas-frequentes {
    background-image: url('../../img/dobra.jpg');
    background-color: #e8c39e
}

#atendimento {
    background-size: 100%;
    background-image: url('../../img/atendimento.jpg');
    background-color: #e8c39e
}


@media (max-width: 768px) {
    body {
        background-image: linear-gradient(180deg, #8d4925 0%, #5870ae 100%);
    }
    #hero,
    #trabalhos,
    #sobre,
    #perfil,
    #perguntas-frequentes,
    #atendimento {
        background: none;
    }
}