header {
    height: 160px;
    background-color: #179f8f;
}

header p {
    color: #f8f9fa;
}

header .contatos a.btn {
    background: #eb8d41;
    background: -moz-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: -webkit-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: linear-gradient(to right, #eb8d41 0%, #fbc926 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb8d41', endColorstr='#fbc926', GradientType=1);
    border: none;
}

header .redes-sociais a {
    margin-left: .5rem;
}

header .redes-sociais a img {
    max-width: 15px;
    height: 15px;
}

@media (max-width: 767px) {
    header .contatos {
        margin-bottom: 30px;
        padding-top: 1rem;
    }
}

@media (min-width: 768px) {
    header .contatos {
        line-height: 80px;
    }
}

section#banner {
    background-image: url('../imgs/fundo-banner.jpg');
    background-repeat: no-repeat;
    padding-top: calc(17px + 1rem);
    padding-bottom: 1.5rem;
    text-align: center;
}

section#banner img {
    max-width: 70%;
}

section#banner h1 {
    font-size: 2.5rem!important;
    line-height: 1!important;
    color: #4d4d4d;
    margin-bottom: 1rem!important;
}

section#banner p.lead {
    color: #4d4d4d;
    font-size: 1.5rem;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    section#banner {
        text-align: left;
    }
    section#banner img {
        max-width: 100%;
        position: relative;
        top: calc(50px + 1.5rem);
        left: 30px;
    }
    section#banner h1 b {
        display: block;
    }
}

section#plataforma {
    text-align: center;
    padding-top: calc(30px + 1.5rem);
    padding-bottom: 1.5rem;
}

section#plataforma h2 {
    color: #1ca190;
    font-weight: bold;
    font-size: 1.25rem!important;
    margin-bottom: 1rem!important;
    padding-top: 1.5rem;
}

section#plataforma h1 {
    font-size: 2.5rem!important;
    line-height: 1!important;
    color: #4d4d4d;
    margin-bottom: 1rem!important;
}

section#plataforma h1 b {
    display: block;
}

section#plataforma p {
    color: #4d4d4d;
}

@media(min-width: 992px) {
    section#plataforma {
        text-align: right;
    }
    section#plataforma p:last-child {
        margin-bottom: 0!important;
    }
}

section#demonstracao {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #27a591;
}

section#demonstracao h1 {
    font-size: 2.5rem!important;
    color: #f8f9fa;
    margin-bottom: 1.5rem!important;
    line-height: 1!important;
    text-align: center;
}

section#demonstracao button {
    background: #eb8d41;
    background: -moz-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: -webkit-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: linear-gradient(to right, #eb8d41 0%, #fbc926 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb8d41', endColorstr='#fbc926', GradientType=1);
}

section#demonstracao .form-check,
section#demonstracao .form-check a {
    color: #f8f9fa;
}

section#diferenciais {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #e7e6e5;
}

section#diferenciais h2 {
    text-align: center;
    color: #1ca190;
    font-weight: bold;
    font-size: 1.25rem!important;
    margin-bottom: 1rem!important;
}

section#diferenciais h1 {
    text-align: center;
    font-size: 2.5rem!important;
    line-height: 1!important;
    color: #4d4d4d;
    margin-bottom: 1rem!important;
}

section#diferenciais .card.card-body {
    border: 0;
    border-radius: 0;
    text-align: center;
    height: 100%;
}

section#diferenciais .card.card-body img {
    height: auto;
    max-width: 70px;
    display: inherit;
    margin: 0 auto;
    margin-bottom: 1rem;
}

section#diferenciais .card.card-body p {
    color: #4d4d4d;
    line-height: 1.25;
}

section#diferenciais a.btn {
    background: #eb8d41;
    background: -moz-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: -webkit-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: linear-gradient(to right, #eb8d41 0%, #fbc926 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb8d41', endColorstr='#fbc926', GradientType=1);
}

section#modulos {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #27a591;
}

section#modulos h2 {
    color: #f8f9fa;
    font-weight: bold;
    font-size: 1.25rem!important;
    margin-bottom: 1rem!important;
    text-align: center;
}

section#modulos h1 {
    font-size: 2.5rem!important;
    color: #f8f9fa;
    margin-bottom: 0!important;
    line-height: 1!important;
    text-align: center;
}

section#modulos p.lead {
    text-align: center;
    margin-bottom: 1.5rem!important;
    color: #f8f9fa;
    font-size: 1.5rem;
}

section#modulos .row.g-4 {
    margin-bottom: 2.5rem;
    color: #f8f9fa;
}

section#modulos .row.g-4:last-child {
    margin-bottom: 0;
}

section#modulos .row.g-4 h3 {
    font-weight: bold;
}

section#modulos .row.g-4 a.btn {
    background: #eb8d41;
    background: -moz-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: -webkit-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: linear-gradient(to right, #eb8d41 0%, #fbc926 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb8d41', endColorstr='#fbc926', GradientType=1);
}

section#modulos .row.g-4 .col-xl-5 {
    text-align: center;
}

@media(min-width: 1200px) {
    section#modulos .row.g-4 .col-xl-5:first-child {
        text-align: right;
    }
    section#modulos .row.g-4 .col-xl-5:last-child {
        text-align: left;
    }
}

section#modulos .modal-title {
    font-size: 1.5rem!important;
    color: rgb(33, 37, 41)!important;
    text-align: left!important;
}

section#modulos .modal-body p.lead {
    font-size: 1.05rem!important;
    text-align: left!important;
    margin-bottom: 0.75rem!important;
}

section#modulos .modal-body p.lead:last-child {
    margin-bottom: 0!important;
}

section#modulos .carousel-control-prev-icon,
section#modulos .carousel-control-next-icon {
    background-color: rgb(33, 37, 41);
    border-radius: 0.375rem;
}

section#clientes {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #e7e6e5;
}

section#clientes h2 {
    text-align: center;
    color: #1ca190;
    font-weight: bold;
    font-size: 1.25rem!important;
    margin-bottom: 1rem!important;
}

section#clientes h1 {
    text-align: center;
    font-size: 2.5rem!important;
    line-height: 1!important;
    color: #4d4d4d;
    margin-bottom: 1.5rem!important;
}

section#clientes p.lead {
    text-align: center;
    margin-bottom: 1.5rem!important;
    color: #4d4d4d;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    section#clientes .carousel-inner .carousel-item>div {
        display: none;
    }
    section#clientes .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

section#clientes .carousel-inner .carousel-item.active,
section#clientes .carousel-inner .carousel-item-next,
section#clientes .carousel-inner .carousel-item-prev {
    display: flex;
}


/* medium and up screens */

@media (min-width: 768px) {
    section#clientes .carousel-inner .carousel-item-end.active,
    section#clientes .carousel-inner .carousel-item-next {
        transform: translateX(33.33333333%);
    }
    section#clientes .carousel-inner .carousel-item-start.active,
    section#clientes .carousel-inner .carousel-item-prev {
        transform: translateX(-33.33333333%);
    }
}

section#clientes .carousel-inner .carousel-item-end,
section#clientes .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

section#blog {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #e7e6e5;
}

section#blog h2 {
    text-align: center;
    color: #1ca190;
    font-weight: bold;
    font-size: 1.25rem!important;
    margin-bottom: 1rem!important;
}

section#blog h1 {
    text-align: center;
    font-size: 2.5rem!important;
    line-height: 1!important;
    color: #4d4d4d;
    margin-bottom: 1.5rem!important;
}

section#blog .card.card-body {
    border-radius: 0;
    padding: 0;
    border: 0;
    text-align: center;
    height: 100%;
}

section#nosso-time {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f8f9fa;
}

section#nosso-time h2 {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 1.25rem!important;
    margin-bottom: 1rem!important;
    text-align: center;
}

section#nosso-time h1 {
    font-size: 2.5rem!important;
    color: #4d4d4d;
    margin-bottom: 0!important;
    line-height: 1!important;
    text-align: center;
}

section#nosso-time p.lead {
    text-align: center;
    margin-bottom: 1.5rem!important;
    color: #4d4d4d;
    font-size: 1.5rem;
}

section#nosso-time #carouselTime .card .card-img img {
    filter: grayscale(1);
}

section#nosso-time #carouselTime .card:hover .card-img img {
    filter: grayscale(0);
}

section#nosso-time #carouselTime .card:hover .card-img-overlay {
    display: block;
    background-color: rgb(33, 37, 41, 0.85);
    color: #f8f9fa;
}

section#nosso-time #carouselTime .card-img-overlay {
    top: auto;
    display: none;
}

@media (max-width: 767px) {
    section#nosso-time .carousel-inner .carousel-item>div {
        display: none;
    }
    section#nosso-time .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

section#nosso-time .carousel-inner .carousel-item.active,
section#nosso-time .carousel-inner .carousel-item-next,
section#nosso-time .carousel-inner .carousel-item-prev {
    display: flex;
}


/* medium and up screens */

@media (min-width: 768px) {
    section#nosso-time .carousel-inner .carousel-item-end.active,
    section#nosso-time .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    section#nosso-time .carousel-inner .carousel-item-start.active,
    section#nosso-time .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

section#nosso-time .carousel-inner .carousel-item-end,
section#nosso-time .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

section#ti {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #27a591;
}

section#ti h1 {
    font-size: 2.5rem!important;
    color: #f8f9fa;
    margin-bottom: 0!important;
    line-height: 1!important;
    text-align: center;
}

section#ti p.lead {
    text-align: center;
    margin-bottom: 1.5rem!important;
    color: #f8f9fa;
    font-size: 1.5rem;
}

section#ti img {
    filter: grayscale(.75);
}

footer {
    background-color: #179f8f;
    color: #f8f9fa;
}

footer .escritorio img {
    max-width: 220px;
    margin-bottom: .5rem;
}

footer .escritorio {
    font-size: 10px;
    text-align: center;
}

footer .contatos {
    font-size: 12px;
}

footer .contatos ul {
    margin-bottom: 0;
    list-style: none;
}

footer .redes-sociais {
    text-align: center;
}

footer .redes-sociais p {
    font-size: 12px;
    margin-bottom: .25rem;
    line-height: 1;
}

footer .redes-sociais a img {
    max-width: 20px;
    height: 20px;
}

footer .redes-sociais a {
    margin-left: .5rem;
}

footer .redes-sociais a:first-child {
    margin-left: 0;
}

footer .copy {
    background: #eb8d41;
    background: -moz-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: -webkit-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: linear-gradient(to right, #eb8d41 0%, #fbc926 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb8d41', endColorstr='#fbc926', GradientType=1);
}

#modalSucessoForm .modal-body {
    background-color: #27a591;
    color: #f8f9fa;
}

#modalSucessoForm .modal-body a {
    background: #eb8d41;
    background: -moz-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: -webkit-linear-gradient(left, #eb8d41 0%, #fbc926 100%);
    background: linear-gradient(to right, #eb8d41 0%, #fbc926 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb8d41', endColorstr='#fbc926', GradientType=1);
    max-width: 290px;
    font-weight: 400!important;
}