@import url('https://fonts.googleapis.comisplay=swap');

/*####################################################################################################################*/
/*####################################       MENU       #############################################################*/
/*####################################################################################################################*/
body {
    font-family: "Raleway", sans-serif;
    background-image: url("../image/bg.jpg");
}

header {
    backdrop-filter: blur(10px);
    background-color: #ffffff10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

header.rolagem {
    background-image: none;
    background-color: rgba(214, 106, 33, 0.77);
}

header.rolagem .hover-nav-item:hover {
    background-color: #ffffff10;
}

header.rolagem .drop-menu-mobile {
    background-color: #D66A21;
    border: none;
}

header.rolagem .drop-menu-mobile li a:hover {
    background-color: #ffffff10;
}

.logo-scroll {
    display: none;
    width: 200px;
    height: 100px;
}

.logo-scroll img {
    width: 100%;
}

.logo {
    width: 220px;
    height: 100px;
}

.logo img {
    width: 100%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hover-nav-item {
    font-weight: 600;
    transition: 0.2s;
    border-radius: 5px;
}

.hover-nav-item:hover {
    background-color: #D66A21;
}

.hover-nav-item a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

.drop-menu-mobile li a {
    padding: 12px;
    color: #000;
}

.drop-menu-mobile li a:hover {
    background-color: #D66A21;
    color: #fff;
}

.dropdown-menu {
    padding: 0;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .navbar-nav {
        background-color: #ffffff10;
        backdrop-filter: blur(10px);
    }

    .hover-nav-item {
        border-radius: 0;
        border: none;
        background-color: transparent;
        backdrop-filter: none;
    }

    .hover-nav-item a {
        padding: 12px;
    }
}

@media (max-width: 436px) {
    .logo {
        width: 185px;
        height: 86px;
    }
}

/*####################################################################################################################*/
/*####################################        BANNER RESPONSIVO       #############################################################*/
/*####################################################################################################################*/
.content-home {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    padding: 35px 0;
    color: #fff;
}

.content-home h1 {
    padding-right: 35px;
}

.content-home span {
    color: #D0510E;
}

.content-home p {
    font-size: 25px;
}

.content-home img {
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .content-home h1 {
        padding-right: 0;
    }

    .content-home img {
        height: 300px;
        width: 300px;
    }
}

@media (max-width: 768px) {
    #description-home {
        position: relative;
        background-color: #100F0F;
    }

    .content-home {
        height: 300px;
    }

    .text-home {
        text-align: center;
    }

    .content-home img {
        position: absolute;
        top: 50px;
        right: 0;
        opacity: 0.2;
        height: 240px;
        width: 240px;
    }
}

@media (max-width: 640px) {
    .content-home {
        height: 300px;
    }

    .content-home p {
        margin-bottom: 0;
    }

    .content-home img {
        height: 190px;
        width: 190px;
    }
}

@media (max-width: 365px) {
    .content-home h1 {
        padding-bottom: 6px;
    }

    .content-home p {
        font-size: 18px;
    }
}

/*####################################################################################################################*/
/*####################################       SOBRE       #############################################################*/
/*####################################################################################################################*/
#about {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: #e6e8e8;
}

.content-bg-img {
    display: flex;
    justify-content: center;
}

.bg-img-1 {
    width: 370px;
    height: 390px;
    transform: rotate(210deg);
    position: relative;
    border-radius: 50%;
    background-color: #D66A21;
}

.bg-img-2 {
    height: 385px;
    transform: rotate(280deg);
    border-radius: 50%;
    background-color: #eaaa7f;
}

.img-about {
    width: 370px;
    position: absolute;
    top: 80px;
    bottom: 100px;
    left: 0;
    transform: rotate(230deg);
}

.img-about img {
    width: 100%;
}

.about-title {
    text-align: center;
    padding: 90px 15px;
}

.about-title h1 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
}

.about-title p {
    color: #000;
    padding-top: 15px;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
}

.about-title p::first-letter {
    text-transform: uppercase;
}

.btn {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #D66A21;
    min-width: 200px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 16px 20px;
    margin-top: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

.btn:hover {
    opacity: .95;
    background-color: #daa639;
}

.btn .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

@media (max-width: 1024px) {
    .bg-img-1 {
        width: 310px;
        height: 320px;
    }

    .bg-img-2 {
        height: 310px;
    }

    .img-about {
        width: 310px;
    }

    .about-title {
        padding: 50px 15px;
    }

    .about-title h1 {
        font-size: 26px;
    }

    .about-title p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    #about {
        padding: 35px 0;
    }

    .bg-img-1 {
        width: 300px;
        height: 290px;
        transform: rotate(0deg);
        margin: 0;
    }

    .bg-img-2 {
        height: 315px;
    }

    .about-title {
        padding: 45px 25px 0 25px;
    }

    .img-about {
        margin: 0 auto;
        width: 300px;
        top: 100px;
        bottom: 110px;
        left: 20px;
        transform: rotate(80deg);
    }

    .about-title h1 {
        font-size: 26px;
    }

    .about-title p {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (max-width: 418px) {
    .bg-img-1 {
        width: 260px;
        height: 260px;
        transform: rotate(90deg);
        margin: 0;
    }

    .bg-img-2 {
        height: 245px;
        width: 245px;
    }

    .img-about {
        width: 280px;
        top: 80px;
        left: -20px;
        transform: rotate(354deg);
    }
}

/*####################################################################################################################*/
/*############################################      SERVIÇO       ####################################################*/
/*####################################################################################################################*/
#service {
    padding-top: 90px;
}

#service h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #D66A21;
    padding-bottom: 70px;
}

.card-web {
    text-align: center;
    padding: 30px;
    margin-bottom: 25px;
}

.card-web a {
    color: #FFFFFF;
    text-decoration: none;
}

.card-web h4 {
    margin-top: 15px;
}

.card-web:hover {
    backdrop-filter: blur(1px);
    transform: scale(1.1);
}

.card-web-img {
    width: 120px;
    height: 120px;
    padding: 25px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #212020;
}

.card-web:hover .card-web-img {
    border: 2px solid #D66A21;
}

.card-web-img img {
    width: 100%;
}

@media (max-width: 640px) {
    #service {
        padding-top: 50px;
    }

    #service h1 {
        font-size: 26px;
        padding-bottom: 45px;
        margin: 0;
    }

    .card-web p {
        font-size: 18px;
    }
}

/*####################################################################################################################*/
/*############################################      SOBRE ATENDIMENTO      ####################################################*/
/*####################################################################################################################*/
#atendimento {
    box-shadow: 2px -18px 40px 23px rgba(214,106,33,0.65);
    margin-top: 150px;
    background-color: rgba(214, 106, 33, 0.63);
    padding: 45px 0 80px 0;
    text-align: center;
}

#atendimento h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

#atendimento p {
    color: #d0d1d9;
    padding-top: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}

@media (max-width: 768px) {
    #atendimento {
        margin-top: 90px;
        padding-bottom: 40px;
    }

    #atendimento h2 {
        font-size: 26px;
    }

    #atendimento p {
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
    }
}

/*####################################################################################################################*/
/*############################################      REFLEXÃO       ####################################################*/
/*####################################################################################################################*/
#reflections {
    padding: 70px 0;
    background-color: #e6e8e8;
}

#reflections h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    padding-bottom: 70px;
}

.box-reflections {
    max-width: 1100px;
    width: 100%;
    position: relative;
}

.box-reflections i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #D66A21;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.box-reflections i:active{
    transform: translateY(-50%) scale(0.85);
}

.box-reflections i:first-child{
    left: -33px;
    z-index: 1000;
}

.box-reflections i:last-child{
    right: -35px;
}

.box-reflections .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel :where(.card, .img-reflections) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .card {
    scroll-snap-align: start;
    list-style: none;
    cursor: pointer;
    padding: 25px;
    flex-direction: column;
    border-radius: 8px;
}

.img-reflections {
    width: 300px;
    height: 190px;
    overflow: hidden;
}

.img-reflections img {
    width: 100%;
    object-fit: cover;
}

.carousel .card h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 30px 0 5px;
    color: #D66A21;
}

.carousel .card p {
    height: 50px;
    overflow: hidden;
    color: #6A6D78;
    font-size: 17px;
    line-height: 1.4;
    text-align: justify;
}

.carousel a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.68);
    background-color: rgba(170, 172, 183, 0.49);
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    transition: .2s;
}

.card:hover a {
    font-weight: 600;
    color: #fff;
    background-color: #D66A21;
    box-shadow: 0 0 0 4px rgba(214, 106, 33, 0.44);
}

@media (max-width: 1155px) {
    .img-reflections {
        width: 250px;
    }

    .box-reflections i:first-child{
        left: -9px;
    }

    .box-reflections i:last-child{
        right: -9px;
    }
}

@media (max-width: 900px) {
    .box-reflections .carousel {
        gap: 30px;
        grid-auto-columns: calc((100% / 2) - 9px);
    }

    .box-reflections i:first-child{
        left: -9px;
    }

    .box-reflections i:last-child{
        right: -10px;
    }
}

@media (max-width: 768px) {
    .img-reflections {
        width: 230px;
    }

    #reflections {
        padding: 46px 0;
    }

    #reflections h1 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .box-reflections {
        width: 80%;
        margin: 0 auto;
    }

    .box-reflections .carousel {
        grid-auto-columns: calc((100% / 1) - 9px);
    }
}

@media (max-width: 767px) {
    #reflections h1 {
        padding-bottom: 35px;
    }

    .img-reflections {
        width: 270px;
    }

    .box-reflections .carousel {
        grid-auto-columns: 100%;
    }

    .box-reflections i:first-child{
        left: -10px;
    }

    .box-reflections i:last-child{
        right: -10px;
    }
}

@media (max-width: 450px) {
    .img-reflections img {
        width: 200px;
    }

    .box-reflections .carousel {
        grid-auto-columns: 100%;
    }

    .box-reflections i:first-child{
        left: -30px;
    }

    /*.box-reflections i:last-child{*/
    /*    right: -10px;*/
    /*}*/
}

/*####################################################################################################################*/
/*#############################################       CONTATO        #################################################*/
/*####################################################################################################################*/
#contact {
    text-align: center;
}

#contact .container {
    padding: 130px 0;
}

#contact h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #D66A21;
}

#contact .btn:hover {
    opacity: .95;
}

@media (max-width: 768px) {
    #contact .container {
        padding: 50px 20px;
    }

    #contact h1 {
        font-size: 26px;
    }
}

/*####################################       CONTENT PAGE       #############################################################*/
/*####################################################################################################################*/
.content-page {
    margin-top: 120px;
    padding-bottom: 70px;
    background-color: #e6e8e8;
}

.breadcrumbs {
    background-color: #D66A21;
    padding: 30px 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #fff;
}

.breadcrumbs a:hover {
    color: #000;
}

.breadcrumbs i {
    color: #000;
}

.content-text {
    padding-top: 70px;
    font-size: 20px;
    line-height: 25px;
}

.content-media {
    padding-top: 70px;
}

/*####################################################################################################################*/
/*####################################       FOOTER       #############################################################*/
/*####################################################################################################################*/
#footer {
    background-color: #100f0f;
}

.footer-content {
    padding: 70px 0;
}

.box-footer h2 {
    padding: 15px 0 22px 0;
    color: #fff;
}

.box-footer h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background:  #D66A21;
    margin: 5px 0;
}

.box-footer p {
    color: #fff;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 15px;
    padding-bottom: 12px;
}

.box-list-footer{
    padding: 0;
}

.box-list-footer li {
    padding-bottom: 12px;
}

.box-list-footer li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
}

.box-list-footer a:hover {
    color: #D66A21;
}

.input-box input {
    background-color: transparent;
    height: 45px;
    border: 1px solid #D66A21;
    padding: 0 15px;
    outline: none;
    color: #fff;
}

.input-box input:hover {
    border: 1px solid #f5b008;
}

.input-box button {
    color: #fff;
    background-color: #D66A21;
    border: none;
    border-radius: 8px;
    padding: 12px 26px;
    transition: .3s;
}

.input-box button:hover {
    box-shadow: 0 0 0 4px rgba(214, 106, 33, 0.44);
}

.contact-address {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 4px 0;
}

.contact-address li {
    margin: 6px 0;
}

.contact-address i {
    color: #D66A21;
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.contact-address a {
    text-decoration: none;
    color: #fff;
}

.contact-address a:hover {
    color: #f5b008;
}

.logo-footer {
    width: 300px;
}

.logo-footer img {
    width: 100%;
}

.info-dev {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #D66A21;
}

.info-dev a {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 575px) {
    .box-list-footer ul {
        padding: 0;
    }
}
