/* GLOBAL STYLES
-------------------------------------------------- */
:root {
    --color-primary: #eadac6;
    --color-primary-medium: #eeac8c;
    --color-primary-dark: #d98351;


    --color-secondary: #8ab09f;
    --color-secondary-dark: #3f6155;
}


/* Padding below the footer and lighter body text */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", serif;
    color: var(--color-secondary-dark);
    background-color: #FFF;
    font-size: 1.3rem;
}


header,
nav {
    background-color: var(--color-primary);
}

header .navbar-brand {
    max-width: 200px;
}


header .navbar-brand img {
    max-width: 100%;
    width: 260px;
    margin: 10px 0 6px;
}

header nav a {
    font-weight: 600;
    font-size: 1rem;
    margin: 0 8px;
}

header nav a:hover {
    color: var(--color-secondary-dark);
}



header .nav-link {
    padding-bottom: 3px;
    background-color: var(--color-primary);
    border-bottom: 10px solid var(--color-primary);
    color: var(--color-secondary-dark);
}

header .nav-link:hover,
header .nav-link[aria-expanded="true"] {
    color: #FFF;
    background-color: var(--color-primary-dark);
    border-bottom: 10px solid var(--color-primary-dark);
}


header .dropdown-item {
    background-color: var(--color-primary);
    color: #FFF;
    font-weight: 500;
    font-size: 0.9em;
    margin: 0;
    border-bottom: 1px solid #FFF;
    padding: 4px 8px 1px 8px;
}

header .dropdown-menu {
    border: 0;
    background-color: #FFF;
    padding: 5px;
    border-radius: 0;
    top: 36px;
    left: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

header .social {
    padding: 20px 0px 10px 50px;
}

header .social a {
    margin: 3px 5px;
}

.d-flow {
    display: flow;
}



footer {
    padding: 20px 0 10px;
    background-color: #FFF;
}

footer a {
    color: #333;
    font-weight: 600;
    line-height: 2.5rem;
    font-size: 1.1rem;
}

footer a:hover {
    color: #111;
}

footer section {
    min-width: 25%;
    padding: 10px 10px 20px
}

footer .brand img {
    max-width: 100%;
    margin: 10px auto 30px;
}

footer .icons img {
    margin-right: 15px;
}

h2 {
    font-size: 2.5rem;
    font-weight: 300;
}

.roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
}

.zoom {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.zoom:hover {
    transform: scale(1.2);
    /* Aplica o zoom na imagem */
}

.img-responsive {
    max-width: 100%;
}


.bg-green {
    background-color: var(--color-secondary-dark);
    color: #FFF;
}

.bg-green-light {
    background-color: var(--color-secondary);
}

.bg-yellow {
    background-color: var(--color-primary-medium);
    color: #333;
}

.bg-yellow-light {
    background-color: var(--color-primary);
    color: #333;
}

h1 {
    font-weight: 800;
    font-size: 3rem;
}

h2 {
    font-weight: 800;
}

#blog h2 {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
}

#blog.internal h2 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
}


.bg-green p,
.bg-green h1,
.bg-green h2,
.bg-green h3 {
    color: #FFF;
}

p.feature {
    font-size: 1.2rem;
}

.btn-more {
    padding: 8px;
    background-color: var(--color-primary-dark);
    color: #FFF;
    display: block;
    border: 0;
    border-radius: 6px;
    padding: 10px 50px;
    font-size: 1.1rem;
    font-weight: 700;
}

.btn-more:hover {
    background-color: var(--color-secondary);
    text-decoration: none;
    color: #FFF;
}

.btn {
    width: 300px;
    margin: 0 auto;
}

a.fs-2 {
    font-size: 1.2rem;
}

a.w-400 {
    width: 400px;
}

.relative {
    position: relative;
}

.h-10 {
    height: 40px;
}

.internal .max-height-500 {
    height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
}

.box {
    padding: 40px 60px;
    padding-left: 150px;
    position: relative;
    border-radius: 9px;
    margin-top: 90px;
}

.icon {
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 15px 25px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.triangle {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #203630;
    position: absolute;
    top: 0;
    right: -20px;
}

.triangle-yellow {
    border-bottom: 20px solid #8b4c08;
}


.division {
    width: 55%;
    height: 10px;
}

main p,
main li {
    font-weight: 300;
    letter-spacing: 0.04em;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

#mensagemResposta {
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: #ffffff1b;
    margin: 20px;
}

.success,
.error {
    padding: 20px;
    margin-bottom: 20px;
}

#mensagemResposta.error {
    background-color: #ff000071;
    padding: 20px
}

#blog h1 {
    font-size: 2.1rem;
    font-weight: 700;
}

#blog h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

#blog h3 {
    font-size: 1.2rem;
    font-weight: 500;
}

#blog p,
#blog li {
    font-weight: 300;
    letter-spacing: 0.04em;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-justify: newspaper;
}


#commitment {
    background-image: url(../images/bg-all.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 600px;
}

#commitment h3,
#solutions h3 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.4em;
}

#solutions h3 {
    color: var(--color-primary-dark);
}

#blog .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
    margin-bottom: 15px;
}


#blog .col-md-4 {
    width: 33.33%;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}

#blog .col-md-4:not(:last-child) {
    border-right: 1px solid #808080;
}

#about {
    background-image: url(../images/bg-conheca.png);
    background-size: cover;
    background-position: center;
}

#about img {
    max-width: 100%;
    max-height: 550px;
}

#myCarousel h1 {
    font-size: 2.2rem;
    color: var(--color-secondary-dark);
    font-weight: 500;
    width: fit-content;
    padding: 100px 40px 0px 0px;
    text-align: right;
}

#welcome a.btn,
#solutions a.btn {
    font-size: 1.6rem;
    width: 400px;
    padding: 10px;
}

#blog {
    padding-bottom: 50px;
}

#blog a,
#blog a p {
    color: var(--color-secondary-dark);
    font-weight: 500;
    text-align: center;
}

#contact input,
#contact select,
textarea {
    padding: 10px 20px;
    border: 1px solid #CCC;
    border-radius: 0px;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff4e0;
}

#contact input {
    margin-bottom: 20px;
}

#contact textarea {
    height: 90px;
}

#contact p {
    margin: 30px 0 40px;
}

#contact .container {
    position: relative;
}

.only-mobile {
    display: none;
}

.only-desktop {
    display: inherit;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: url('../images/arrow-left.png');
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 120px;
}

.carousel-control-next-icon {
    transform: rotate(180deg);

}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.whatsapp-btn {
    position: fixed;
    right: 15px;
    width: 70px;
    bottom: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
nav .dd-flex {
    display: flex;
}


@media (max-width: 767px) {



    #about img {
        max-height: 300px;
    }

    #myCarousel h1 {
        font-size: 2rem;
        padding: 0 15px 0px;
        max-width: 60%;
        background-color: #ffffff7d;
        text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15), 0px 0px 10px #FFF;
        padding: 0px !important;
        margin: 15px 15px 0 0 !important;
        border-radius: 20px;
        float: right;
    }

    #myCarousel h1 br {
        display: none;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }

    /* Declare heights because of positioning of img element */
    .carousel-item {
        height: 350px;
    }

    header .social {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 5px;
    }

    .navbar {
        padding: 25px 5px 0px !important;
    }

    #myCarousel h1 {
        font-size: 1.6rem;
        padding: 30px;
    }

    #welcome a.btn,
    #solutions a.btn {
        font-size: 1.2rem;
        width: 100%;
        padding: 10px 0px;
    }

    .pt-5,
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .mt-5,
    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    #commitment {
        background-position: center bottom;
        padding-bottom: 20px;
    }

    header .navbar-brand img {

        margin: 10px 0 6px;
    }

    .nav-item {
        background-color: var(--color-primary);
        width: 100%;
        border-top: 1px solid var(--color-primary-medium);
    }

    #navbarCollapse {
        z-index: 100;
        position: absolute;
        left: 0;
        top: 130px;
        right: 0;
    }

    .navbar-nav .nav-link {
        padding: 15px 0px 10px 25px;
        font-size: 1.1rem;
    }



    header .nav-link {
        padding-bottom: 3px;
        border-bottom: 0;

    }

    header .nav-link:hover,
    header .nav-link[aria-expanded="true"] {
        color: #FFF;
        border-bottom: 0;
    }


    header .dropdown-item {
        background-color: var(--color-primary);
        color: #FFF;
        font-weight: 500;
        font-size: 1.05em;
        margin: 0;
        border-bottom: 1px solid #ffffff6d;
        padding: 6px 8px 3px 28px;
    }

    main p,
    main li {
        letter-spacing: 0.01em;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .box {
        padding: 40px 25px 20px !important;
        padding-top: 90px !important;
        position: relative;
        border-radius: 9px;
        margin-top: 40px;
    }

    .icon {
        left: -10px;
        padding: 10px 15px;
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
    }

    .icon img {
        max-height: 75px;
    }


    #blog .col-md-4 {
        width: 100%;
        padding: 10px 30px;
        border-right: none;
    }

    #blog .col-md-4:not(:last-child) {
        border-right: none;
    }

    #commitment h3,
    #solutions h3 {
        font-size: 1.1em;
    }

    header .dropdown-menu {
        border: 0;
        background-color: #ffffff55;
        padding: 5px;
        border-radius: 0;
        top: 36px;
        left: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    }

    footer .brand img {
        max-width: 90%;
    }

    footer .icons img {
        margin-right: 5px;
    }

    footer .icons a {
        font-size: 1rem;
    }


    button.navbar-toggler {
        position: absolute;
        top: 68px;
        right: 30px;
    }

    .line {
        margin: 6px 0;
        width: 30px;
        height: 5px;
        background-color: var(--color-secondary-dark);
    }

    nav .dd-flex {
        display: inherit !important;
    }

    .especialistas2 h4 {
        color: var(--color-primary);
        font-size: 2rem;
    }

    .btn-whatsapp {
        background-color: var(--color-primary-dark);
        color: #FFF;
        margin: 0 auto;
        font-size: 1.2rem;
        transition: background-color 0.3s ease;
        padding: 15px 0px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .btn-whatsapp:hover {
        color: #FFF;
        background-color: var(--color-secondary);
    }

    .btn-whatsapp img {
        max-height: 30px;
        margin-right: 10px;
        margin-top: -2px;
    }

    .btn-youtube {
        background-color: #ff0000;
        transition: background-color 0.3s ease;
        padding: 15px;
        display: flex;
        justify-content: center;
    }

    .btn-youtube:hover {
        background-color: #ba0000;
    }

    .btn-youtube img {
        max-height: 30px;
    }


    .only-mobile {
        display: inherit;
    }

    .only-desktop {
        display: none;
    }

    header .social-links,
    .contato,
    .clientes,
    .especialistas,
    footer .menu {
        display: none !important;
    }


    .container .px-5 {
        padding: 0px !important;
    }

    .container.p-5,
    .container .mx-5,
    .container .m-5 {
        padding: 20px !important;
        margin: 0px !important;
    }

    .d-mobile-none {
        display: none;
    }

    .internal .youtube-container {
        margin: 0px !important;
    }

    .internal .projetos h2.pl {
        padding-left: 10px;
    }

    .internal .projetos .bg-silver {
        background-color: #EFEFEF;
        position: absolute;
        height: 300px;
        left: 0px;
        right: 0px;
    }

    .internal .projetos .z-100 {
        margin-bottom: 60px;
    }

    .internal .solucoes.bg-green {
        padding-bottom: 40px;

    }

    a.w-400 {
        max-width: 100%;
    }

    .relative {
        display: none;
    }

    footer .brand img {

        margin: 20px auto 30px;
    }


}

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}