body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f5f5;
}

a {
    color: black;
}

a:hover {
    color: #333;
    text-decoration: none;
}


/* Newsletter */

.newsletter {
    padding: 80px 0;
    background: #19beda;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .wpcf7-form-control-wrap {
    width: 100%;
}

.newsletter .content .wpcf7-response-output {
    display: block;
    width: 100%;
    color: white;
    font-weight: bold;
    padding: 20px 20px;
    margin: 0;
    border: 1px #ffffff solid;
}

.newsletter .wpcf7 form.sent .wpcf7-response-output {
    border-color: white;
}

.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #243c4f;
    color: #fff;
    font-weight: 600;
}


/* Bootstrap Customizations */

.btn,
.btn-group-lg>.btn,
.btn-lg {
    border-radius: 5rem;
    padding: .375rem 1rem;
}

.btn-orange {
    color: #212529;
    background-color: #ff5722;
    border-color: #ff5722;
}

.btn-orange:hover {
    color: white;
    background-color: #c41c00;
    border-color: #c41c00;
}

#navbarDropdown {
    position: relative;
}

#navbarDropdown ul {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
}

.search-box {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #989898;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    transition: 0.4s;
}

.search-box.visible {
    width: 300px;
}

.search-box.visible>.search-txt {
    width: 100%;
}

.navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999999;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.navbar-nav .menu-item.active > .nav-link {
    background-color: gray;
    color: white;
    border-radius: 5px;
}

span.search-toggle {
    position: absolute;
    right: 0;
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #989898;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    z-index: 1;
    cursor: pointer;
}

.search-btn {
    position: absolute;
    right: 0;
    border: none;
    color: white;
    background-color: transparent;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
}

.search-btn:focus {
    outline: 0;
}

.search-txt {
    border: none;
    background-color: transparent;
    border-radius: 40px;
    outline: none;
    float: left;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    padding: 0 46px 0 15px;
}

.search-txt:focus {
    background: transparent;
    color: white;
    border-radius: 40px;
    box-shadow: none;
}

.search-txt::placeholder {
    color: white;
}

#banner-home-desktop .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

#banner-home-desktop .owl-dots>button.owl-dot>span {
    background-color: #fff;
    border: 1px solid #505050;
}

#banner-home-desktop .owl-dots>button.owl-dot.active>span {
    background-color: #505050;
    border: 1px solid #fff;
}

#section-empresa {
    background-position: center;
    background-size: cover;
    color: white;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-servicos {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#section-servicos .owl-theme .owl-item img {
    padding: 0 1rem;
}

.box-img-servico {
    margin: 0 auto;
    width: 8rem;
    border-radius: 50%;
    overflow: hidden;
}

.box-img-servico>img {
    background: #ffd600;
}

.box-img-contigo>img {
    padding: 0;
}

.box-img3-servico {
    display: flex;
    min-height: 300px;
    background-size: cover;
    background-position-x: center;
    /* padding: 1.5rem; */
}

.box-img3-servico>div {
    width: 100%;
    /* max-width: 40rem; */
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(19%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.box-img3-servico h1 {
    font-size: 1.2rem;
    font-weight: bold;
}

#section-depoimentos {
    background-color: #121433;
    color: white;
}

#section-blog-feat {
    background-color: #169fdb;
    color: white;
}

#breadcrumbs {
    list-style: none;
    margin: 0;
    margin-top: .3rem;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 0.6rem;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

#breadcrumbs li a {
    color: white;
    padding: .4rem 0.6rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: .25rem;
}

#breadcrumbs .separator {
    font-size: 0.8rem;
}

.top-header {
    position: relative;
    background-color: #1e1969;
    background-size: cover;
    padding: 2rem 0;
    padding-bottom: 6rem;
    color: white;
    background-position: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.header-title {
    z-index: 1;
    text-align: center;
}

.post-content>p {
    line-height: 190%;
    font-weight: 300;
    font-size: 1.2rem;
    text-indent: 2rem;
}

.conteudo {
    margin-top: -4rem;
}

.post-header {
    text-align: center;
}

.post-header .header-meta {
    position: relative;
}

.post-header p {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}

.post-header p span {
    display: block;
    font-size: 13px;
    color: #777;
    font-weight: 300;
}

.post-header #post-date p {
    margin: 10px 65px 0 0;
}

.post-header #post-author p {
    margin: 10px 0 0 65px;
}

.post-header img {
    border-radius: 100%;
}

#post-title h1 {
    font-size: 3rem;
    font-weight: bold;
}

#post-date {
    float: left;
    width: 50%;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}

#post-author {
    float: right;
    width: 50%;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
}

.color-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    position: absolute;
}


/* .top-header::after {
  content: "";
  background: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  transition: opacity .2s ease-out;
} */

.top-header h1 {
    margin-bottom: 0;
}

.top-content {
    max-width: 700px;
    text-align: center;
    margin: 30px auto;
    font-size: 20px;
}

.bg-verde {
    background-color: #08AEEA;
    background-image: -webkit-linear-gradient(117deg, #08AEEA 0%, #2AF598 100%);
    background-image: -moz-linear-gradient(117deg, #08AEEA 0%, #2AF598 100%);
    background-image: -o-linear-gradient(117deg, #08AEEA 0%, #2AF598 100%);
    background-image: linear-gradient(117deg, #08AEEA 0%, #2AF598 100%);
}

.bg-laranja {
    background-color: #FFE53B;
    background-image: -webkit-linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
    background-image: -moz-linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
    background-image: -o-linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
    background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
}

.bg-cinza {
    background-color: #E4E4E4;
    background-image: -webkit-linear-gradient(109deg, #E4E4E4 0%, #e2e2e2 100%);
    background-image: -moz-linear-gradient(109deg, #E4E4E4 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(109deg, #E4E4E4 0%, #e2e2e2 100%);
    background-image: linear-gradient(109deg, #E4E4E4 0%, #e2e2e2 100%);
}

.bg-roxo {
    background-color: #3f0d65;
    background-image: -webkit-linear-gradient(43deg, #3f0d65 0%, #571880 83%);
    background-image: -moz-linear-gradient(43deg, #3f0d65 0%, #571880 83%);
    background-image: -o-linear-gradient(43deg, #3f0d65 0%, #571880 83%);
    background-image: linear-gradient(43deg, #3f0d65 0%, #571880 83%);
}

.section {
    width: 100%;
    padding: 4em 0;
}

.section h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
}

.section h5 {
    text-align: center;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    width: 3em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-prev {
    justify-content: flex-start;
    left: 0;
    /* background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); */
}

.owl-next {
    justify-content: flex-end;
    right: 0;
    /* background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); */
}

.next-btn,
.prev-btn {
    cursor: pointer;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
}

.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.serv-title {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 0.7em;
    padding: 1.5em 0 0 0;
    color: #8606b1;
    font-weight: 900;
}

.separador {
    border: 0;
    height: 0.3em;
    background: #60c7b8;
    width: 4em;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
}

.box-btn {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}

.box-depoimento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 50rem;
    margin: 0 auto;
}

.box-depoimento>.dep-img>img {
    border-radius: 100%;
    max-width: 10rem;
}

.box-depoimento>.dep-txt {
    flex: 0 1 auto;
    padding: 0 1rem;
}

.box-depoimento>.dep-txt>p {
    font-style: italic;
    text-align: center;
}

.box-depoimento>.dep-txt>span {
    display: block;
    text-align: center;
}

.header-meta>img,
.author-meta img {
    border-radius: 100%;
}

.author-meta {
    border-top: 1px solid #dcdcdc;
    padding: 1rem 0;
}

.author-meta>span {
    font-size: 0.8rem;
    font-weight: bold;
    color: #5EA4BF;
}

.author-title {
    margin: .5rem 0;
    font-size: 1rem;
    font-weight: bold;
    color: #03658C;
}

.author-title>span {
    margin-left: .3rem;
}

.author-bio>p {
    margin: 0;
    font-size: 1rem;
    color: #0367A6;
}

.faixa-data {
    position: absolute;
    ;
    top: 7px;
    cursor: default;
    z-index: 1;
}

.faixa-frente,
.faixa-verso {
    position: relative;
    height: 7px;
}

.faixa-frente {
    background: #FFCA03;
    z-index: 1;
    width: 50px;
    top: -14px;
    left: 5px;
    border-top-left-radius: 5px;
}

.faixa-verso {
    background: #B38E02;
    z-index: 2;
    width: 10px;
    top: -21px;
    left: 49px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.data-post {
    position: relative;
    z-index: 0;
    padding: 3px;
    padding-top: 10px;
    margin: 0;
    margin-right: 20px;
    margin-bottom: -20px;
    width: 44px;
    top: -23px;
    left: 5px;
    background: #FFCA03;
    color: #193441;
    float: left;
    /* -webkit-box-shadow: 3px -2px 7px 0px rgba(179,142,2,1);
   -moz-box-shadow: 3px -2px 7px 0px rgba(179,142,2,1);
        box-shadow: 3px -2px 7px 0px rgba(179,142,2,1); */
}

.data-post p {
    color: #193441;
}

.post-dia,
.post-mes,
.post-ano {
    margin: 0;
    padding: 0;
    text-align: center;
}

.post-dia {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.post-mes {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.post-ano {
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
}

.post-box {
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: white;
}

.post-box:last-of-type {
    margin-bottom: 0;
}

.post-box-fig {
    flex: 0 1 30%;
    margin-right: 1rem;
    margin-bottom: 0;
}

.post-box-txt {
    flex: 0 1 70%;
    font-weight: bold;
    color: white;
}

.post-box-txt a {
    color: #1383B4;
}

#section-blog-feat .post-box-txt {
    margin-right: 1rem;
}

.bloco-marcas img {
    width: auto;
    max-height: 115px;
}

.site-footer {
    font-size: .8rem;
    background-color: #212121;
    color: #ffffff;
}

.site-footer a {
    color: #ffe484;
}

.footer-bar {
    font-size: .8rem;
    background-color: white;
}

.footer-badges {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    column-gap: 20px;
    justify-items: center;
}

.footer-badges img {
    max-height: 100px;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .search-box {
        top: 50%;
        transform: translate(0, -50%);
        bottom: auto;
    }
    #navbarDropdown {
        padding-left: 2rem;
    }
    .serv-title {
        font-size: 0.9em;
    }
    .post-box {
        margin-right: 1rem;
        margin-bottom: 0;
    }
    .post-box:last-of-type {
        margin-right: 0;
    }
    .post-box-fig {
        margin-right: 0;
        margin-bottom: .25rem;
    }
    .box-img3-servico {
        min-height: 600px;
    }
    .box-img3-servico h1 {
        font-size: 2.5rem;
        font-weight: normal;
    }
    .box-depoimento {
        flex-direction: row;
    }
    .box-depoimento>.dep-img {
        flex: 0 0 auto;
    }
    .box-depoimento>.dep-txt>p {
        text-align: left;
    }
    .box-depoimento>.dep-txt>span {
        text-align: left;
    }
    #section-blog-feat .post-box-txt {
        margin: 0;
        flex: 0 0 auto;
        padding: 1rem;
        display: block;
        width: 100%;
    }
    #section-blog-feat .post-box-txt>a {
        text-align: center;
        display: block;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .serv-title {
        font-size: 1em;
    }
    #section-servicos .owl-theme .owl-item img {
        padding: 0 2rem;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}