h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Champagne-Limousines";
    color: #042656;
}

.nav-menu .nav-item {
    font-size: 25px;
    font-weight: 600;
}

.nav-menu .nav-item:nth-child(even) a {
    color: #696561 !important;
    text-decoration: none;
    padding: 5px;
}

.nav-menu .nav-item a {
    color: #ff8300 !important;
    text-decoration: none;
    padding: 5px;
}

.nav-menu .nav-item a:hover {
    color: #000000 !important;
    text-decoration: none;
    background-color: #ff8300;
}

.portal {
    width: 80%;
    background-color: #ff8300;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
}

.social {
    background-color: #ff8300;
    width: 51px;
    height: 51px;
    display: inline-block;
    margin-top: 6px;
    border-radius: 10px;
}

.social i {
    color: #f9f7f7;
    font-size: 38px;
    padding: 7px 8.9px;
}

.carousel-inner {
    border-top: 10px solid #eb8200;
}

.carousel-indicators li {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #000000c4;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.boxAzul {
    background: #11004c;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    padding: 20px;
}

p.numeroBox {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 800;
}

p.textoBox {
    margin-top: -10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

.row.texto-top {
    font-size: 22px;
    margin: 20px 10%;
    letter-spacing: 1px;
    font-weight: 600;
    color: #5f6260;
}

hr.flutuador-azul {
    margin: 20px 10% 0px;
    width: 10%;
    background: #042656;
    height: 7px;
    border-radius: 50px;
}

hr.flutuador-laranja {
    margin: 20px 0px;
    width: 20%;
    background: #eb8200;
    height: 7px;
    border-radius: 50px;
}

.boxGestao {
    background: #f3d2a9;
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: table;
    font-weight: 600;
    letter-spacing: 1px;
}

hr.flutuador-laranja-right {
    margin: 20px 0px;
    width: 20%;
    background: #eb8200;
    height: 7px;
    border-radius: 50px;
    float: right;
}

.boxInfo {
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    display: table;
    color: #5f6260;
    padding: 20px;
    font-size: 18px;
    min-height: 270px;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
}

img.backgroundRight {
    position: absolute;
    top: -80px;
    left: 0;
    right: 167px;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    z-index: -100;
}

img.backgroundLeft {
    position: absolute;
    top: -80px;
    left: 206px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    z-index: -100;
}

main h2 {
    text-align: center;
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 70px;
}

.boxTestemu {
    width: 55%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: table;
    color: #5f6260;
    padding: 20px;
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: 600;
}

.boxTestemu h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}

img.aspas {
    height: 35px;
    margin-right: 10px;
}

.vertical.outer-therm {
    margin: 0 auto;
    margin-bottom: 0px;
}

.text-read-more {
    display: none;
}

/* QUEM SOMOS */
.bannerQuemSomos {
    margin-top: 70px;
    background-image: url("../../imagens/bannerQuemSomos.png");
    background-size: cover;
    padding: 220px 0 180px;
    color: #fff;
    background-position: center;
    -webkit-box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.75);
    margin-bottom: 70px;
}

.linkSolto:hover {
    color: #fff;
}

.linkSolto {
    background: #eb8200;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    margin-left: auto;
    margin-bottom: 60px;
}

/* MISSÃO, VISÃO E VALORES */
.container-mvv {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container-mvv>div {
    flex-basis: 30%;
    padding: 10px;
    position: relative;
}

.mvv>header {
    text-align: center;
}

.mvv>header>img {
    width: 40%;
}

.title-mvv {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-mvv {
    font-size: 1.5em;
    font-weight: 600;
}

.mvv:not(:last-child):after {
    content: "";
    position: absolute;
    height: 65%;
    width: 10px;
    background-color: #11004c;
    right: -1.7em;
    bottom: 0;
    border-radius: 10px;
}

/* FUNDADOR */
.fundador h1 {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.socios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.socios>.image {
    flex-basis: 200px;
    margin: auto;
}

.socios>.history {
    flex-basis: calc(100% - 300px);
}

/* QUEM SOMOS */
/* SEVICOS */
.d-block.w-100 h1 {
    padding: 5% 10% 0%;
    font-size: 50px;
}

.boxServicos {
    width: 80%;
}

.boxServicos h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.boxServicoText h3 {
    font-size: 50px;
}

.quebraHeight {
    height: 80% !important;
    width: 39% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: bottom !important;
    padding-bottom: 20px;
}

/* SERVICOS */

/* PRODUTOS */
ul.logos {
    list-style: none;
    padding: 0px !important;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 60px;
}

ul.logos li {
    display: inline-block;
    text-align: center;
    width: 33%;
}

ul.logos li img {
    width: 80%;
}

.icons_produtos {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

h3.icons_produtos span {
    display: inline-flex;
    position: relative;
    top: -5px;
}

.icons_produtos img {
    height: 55px;
    margin-right: 10px;
}

/* PRODUTOS */
.banner1 {
    background-image: url("../../imagens/banner2.jpg");
    background-size: cover;
    padding: 220px 0 130px;
    color: #fff;
    background-position: center;
}

.banner-contato {
    background-image: url("../../imagens/banner-contato.jpg");
    background-size: cover;
    padding: 290px 0 130px;
    color: #fff;
    background-position: center;
}

.title-rodape h1 {
    font-weight: 700;
    font-size: 52px;
    margin: 50px;
}

.therm {
    height: 30px;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

footer.blog-footer i {
    padding-right: 10px;
}

.nav-menu .nav-item .dropdown-menu a {
    color: #fff !important;
}

.nav-menu .nav-item .dropdown-menu a:hover {
    color: #000000 !important;
}

.dropdown-item {
    padding: 0.35rem 1rem !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.text-prod {
    padding: 5% 10%;
    font-weight: 600;
    letter-spacing: 1px;
    color: #696767;
    font-size: 20px;
}

.text-prod2 {
    padding: 2% 10% 5% 10%;
    font-weight: 600;
    letter-spacing: 1px;
    color: #696767;
    font-size: 20px;
}

.title-prod {
    background: #00acec;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0px;
}

.title-prod i {
    margin-right: 10px;
}

/* stylelint-disable selector-list-comma-newline-after */
@font-face {
    font-family: "Champagne-Limousines";
    src: url("../font/Champagne-Limousines.ttf.woff") format("woff"),
        url("../font/Champagne-Limousines.ttf.svg#Champagne-Limousines") format("svg"),
        url("../font/Champagne-Limousines.ttf.eot"),
        url("../font/Champagne-Limousines.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Champagne-Limousines" !important;
    overflow-x: hidden;
    background-color: #f9f7f7;
}

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
    font-family: "Champagne-Limousines";
    font-size: 2.25rem;
}

.blog-header-logo:hover {
    text-decoration: none;
}

.display-4 {
    font-size: 2.5rem;
}

.col-12.fundador {
    padding: 0px;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/*
 * Nome do blog e descrição
 */
.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}

.blog-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}

/* Paginação */
.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination>.btn {
    border-radius: 2rem;
}

/*
 * Posts do blog
 */
.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: 0.25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

/*
 * Footer
 */

/*
.blog-footer p:last-child {
  margin-bottom: 0;
}
#form-enviar{
	margin: 30px 5% 100px 5%;
	font-size:22px;
}
#form-enviar label{
	font-weight: 800;
	letter-spacing: 0.5px;
	text-align: left;
}
#form-enviar .form-group{
	margin-bottom:30px;
}
#form-enviar input,#form-enviar select,#form-enviar textarea{
	letter-spacing: 0.5px;
	padding-left: 20px;
	border-radius:50px;
	font-size: 22px;
	-webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
}
#form-enviar button{
	width: 100%;
	background-color: #ff8300;
	border-radius: 50px;
	color:#fff;
	font-weight: 700;
	border:none;
	letter-spacing: 0.5px;
	font-size: 22px;
	
}
#form-enviar textarea{
	padding: 20px 30px !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='orange' height='52' viewBox='0 0 35 35' width='48' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h35v35H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
.contatos{
	margin-bottom:50px !important;
}

.contatos div .row{
	margin-bottom: 20px !important;
	font-weight: 700;
}
.contatos div .row i{
 	padding-right: 20px;
	position: relative;
	top:5px;
	font-size: 40px;
	color:#ff8300;
}
*/
.gray {
    padding: 2.5rem !important;
    background: rgb(198, 196, 196);
    background: -webkit-linear-gradient(bottom,
            rgba(198, 196, 196, 1) 0%,
            rgba(226, 226, 226, 1) 30%);
    background: -o-linear-gradient(bottom,
            rgba(198, 196, 196, 1) 0%,
            rgba(226, 226, 226, 1) 30%);
    background: linear-gradient(to top,
            rgba(198, 196, 196, 1) 0%,
            rgba(226, 226, 226, 1) 30%);
    position: relative;
}

img.background-footer {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 24%;
}

form.form-enviar.form-footer {
    width: 70%;
    margin: 0 auto;
}

input.control-form {
    border: none;
    background: none;
    border-bottom: 2px solid #11004c;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

input.control-form:focus,
select.control-form-select:focus {
    outline: none;
}

input.control-form::placeholder {
    color: #eb8200;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

select.control-form-select {
    border: none;
    background: none;
    border-bottom: 2px solid #11004c;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #eb8200;
    padding-bottom: 5px;
}

.text-form {
    color: #eb8200;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.control-form-text {
    border: 2px solid #11004c;
    background: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #eb8200;
    width: 100%;
}

.social_footer {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    width: 55%;
    margin: 0 auto;
    margin-bottom: 10px;
}

h3.social_footer span {
    display: inline-flex;
    position: relative;
    top: -5px;
}

.social_footer img {
    height: 35px;
    margin-right: 10px;
}

.boxFooter h3 {
    color: #eb8200;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.boxFooter ul {
    position: relative;
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}

.boxFooter ul li {
    display: block;
    /* primeiro passo, transformar o LI em bloco.                   */
    list-style-type: none;
    /* depois, remoção dos bullets.                                 */
    margin: 0;
    /* nao queremos espaços ente os blocos.                         */
    box-sizing: border-box;
    /* medidas são de borda à borda, o padding não é acrescentado.  */
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

/*.boxFooter ul li:nth-child(odd) { */
/* este css será aplicato nos LI impares (1, 3, 5... ).         */
/*clear: both; /* forçamos a quebra de linha por segurança...                  */
/*float: left; /* ... e o alinhamos à esquerda.                                */
/*width: 50%; /* Aplicamos 50% na esquerda, os da direita "herdam" o resto.   */
/*}*/
.boxFooter ul li a {
    color: #000000;
}

.container_icons {
    display: flex;
    margin: auto !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container_icons>h3 {
    flex-basis: 50%;
}

#carousel-mvv {
    display: none;
}

@media only screen and (min-width: 701px) {
    .mobile {
        display: none;
    }

    .banner-text h1 {
        font-size: 80px;
        font-weight: 800;
        letter-spacing: 3px;
    }

    .banner-text p {
        font-size: 20px;
        letter-spacing: 3px;
        padding: 0 10%;
    }

    .w-100 {
        background-size: cover;
        height: 450px;
        background-position: center;
    }

    .dropdown-menu {
        background-color: #ff8300 !important;
        border-radius: 0px !important;
        text-transform: uppercase;
        border: none !important;
        /* top: 115% !important; */
    }

    .blog-footer {
        padding: 2.5rem !important;
        color: #ff8300 !important;
        border-top: none;
        text-align: left !important;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 20px;
    }

    .contatos h1 {
        font-size: 35px;
    }

    .banner-metodologia {
        background-size: cover;
        padding: 150px;
        color: #fff;
        background-position: center;
    }

    .banner-metodologia p {
        text-align: center;
        font-size: 55px;
        width: 100%;
    }

    .banner-metodologia span {
        text-align: center;
        font-size: 25px;
        width: 100%;
        margin-top: -20px;
    }

    .breadcrumb {
        width: 70%;
        font-size: 30px;
        letter-spacing: 1px;
        font-weight: 600;
        background-color: #eb8200;
        border-radius: 0px;
        color: #fff;
        text-transform: uppercase;
        float: left;
        padding-left: 10%;
    }

    .seta {
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 70px solid #f9f7f7;
        margin-left: -50px;
    }

    .boxAzulEsquerdo {
        width: 49%;
        border-right: 7px solid white;
        display: inline-block;
    }

    .boxAzulDireito {
        width: 50%;
        display: inline-block;
        text-align: right;
    }

    .mb-30 {
        height: 30px;
    }

    .boxGestaoEsquerdo {
        width: 54%;
        display: table-cell;
        color: #5f6260;
        font-size: 18px;
        padding: 20px 45px 20px 20px;
    }

    .boxGestaoDireito a {
        background: #11004c;
        font-size: 18px;
        text-transform: uppercase;
        padding: 5px 20px;
        letter-spacing: 1px;
        font-weight: 600;
        border-radius: 50px;
        color: #fff;
    }

    .boxGestaoDireito {
        width: 45%;
        display: table-cell;
        background-image: url(../../imagens/boxGestao.png);
        background-size: cover;
        background-position: center center;
        height: 100%;
        text-align: center;
        vertical-align: bottom;
        padding-bottom: 20px;
    }

    .boxInfo h3 {
        color: #000000;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 600;
    }

    .boxInfoEsquerdo {
        width: 49%;
        display: table-cell;
        vertical-align: middle;
    }

    .boxImg {
        width: 39% !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        text-align: center;
        vertical-align: bottom;
        padding-bottom: 20px;
    }

    .boxInfoDireito {
        width: 49%;
        display: table-cell;
        vertical-align: middle;
    }

    .quebraHeight a {
        background: #eb8200;
        font-size: 18px;
        text-transform: uppercase;
        padding: 15px 20px;
        color: #fff;
        position: relative;
        top: 48px !important;
        display: block;
        border-radius: inherit !important;
        -webkit-border-bottom-right-radius: 30px !important;
        -webkit-border-bottom-left-radius: 30px !important;
        -moz-border-radius-bottomright: 30px !important;
        -moz-border-radius-bottomleft: 30px !important;
        border-bottom-right-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
    }

    .boxInfo a {
        background: #eb8200;
        font-size: 18px;
        text-transform: uppercase;
        padding: 5px 20px;
        border-radius: 50px;
        color: #fff;
        position: relative;
        top: -10px;
    }

    .infoRight {
        text-align: right;
        width: 59% !important;
        padding-left: 10% !important;
    }

    .infoLeft {
        width: 59% !important;
        padding-right: 10% !important;
    }

    .boxTestemuEsquerdo {
        width: 49%;
        display: table-cell;
        /* vertical-align: middle; */
        padding-right: 4%;
    }

    .boxTestemuDireito {
        width: 49%;
        display: table-cell;
        /* vertical-align: middle; */
        padding-left: 4%;
    }

    .plano1 {
        width: 35%;
        padding: 0px;
    }

    .plano2 {
        padding-left: 40px;
    }

    .plano3 {
        background-image: url("../../imagens/implementacao.png");
        background-position: right center;
        background-size: contain;
    }

    .produtos1 {
        width: 63%;
        margin: 0 auto;
    }

    .produtos2 {
        margin-top: 20px !important;
        margin-left: auto;
        background: #11004c;
    }

    .servicos1 {
        width: 82%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 700px) {
    .mtn30 {
        margin-top: 30px;
    }

    .boxInfo {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .backgroundRight {
        display: none;
    }

    .backgroundLeft {
        display: none;
    }

    .breadcrumb {
        width: 100%;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 600;
        background-color: #eb8200;
        border-radius: 0px;
        color: #fff;
        text-transform: uppercase;
        float: left;
        padding-left: 10%;
    }

    .boxAzul {
        text-align: center;
    }

    .boxAzulEsquerdo {
        width: 100%;
        /*border-right: 7px solid white;
		display: inline-block;*/
        text-align: center;
    }

    .boxAzulDireito {
        width: 100%;
        /*display: inline-block;*/
        text-align: center;
    }

    .boxGestaoEsquerdo {
        width: 100%;
        color: #5f6260;
        font-size: 18px;
        padding: 20px 45px 20px 20px;
    }

    .boxGestao h3 {
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
    }

    .boxGestaoDireito a {
        background: #11004c;
        font-size: 18px;
        text-transform: uppercase;
        padding: 5px 20px;
        letter-spacing: 1px;
        font-weight: 600;
        border-radius: 50px;
        color: #fff;
    }

    hr.flutuador-laranja-right {
        float: left;
    }

    .boxServicos {
        width: 90%;
    }

    .boxAzul {
        width: 90%;
    }

    .boxGestao {
        width: 90%;
    }

    .boxInfo {
        width: 90%;
    }

    .boxTestemu {
        width: 90%;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 0px;
    }

    form.form-enviar.form-footer {
        width: 90%;
        margin: 0 auto;
    }

    ul.logos {
        width: 90%;
    }

    ul.logos li {
        width: 49%;
    }

    .icons_produtos {
        font-size: 16px;
    }

    .social_footer {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .boxFooter ul li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    hr.flutuador-azul {
        width: 16%;
    }

    .row.texto-top {
        font-size: 16px;
        text-align: justify;
    }

    .boxGestaoDireito {
        width: 100%;
        background-image: url(../../imagens/boxGestao.png);
        background-size: cover;
        background-position: center center;
        height: 200px;
        text-align: center;
        vertical-align: bottom;
        padding-bottom: 20px;
        padding-top: 160px;
    }

    .boxInfo h3 {
        color: #000000;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 600;
    }

    .boxInfoEsquerdo {
        width: 100%;
        vertical-align: middle;
    }

    .boxImg {
        width: 100% !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 200px;
        text-align: center;
        vertical-align: bottom;
        padding-bottom: 20px;
    }

    .boxInfoDireito {
        width: 100%;
        vertical-align: middle;
    }

    .boxInfo a {
        background: #eb8200;
        font-size: 14px;
        text-transform: uppercase;
        padding: 5px 20px;
        border-radius: 50px;
        color: #fff;
        position: relative;
        top: -10px;
    }

    .boxTestemuEsquerdo {
        width: 100%;
        vertical-align: middle;
        padding-left: 4%;
        padding-right: 4%;
    }

    .boxTestemuDireito {
        width: 100%;
        vertical-align: middle;
        padding-left: 4%;
        padding-right: 4%;
    }

    .plano1 {
        width: 100%;
        padding: 0px;
    }

    .plano3 {
        background-image: url("../../imagens/implementacao.png");
        background-position: right center;
        background-size: cover;
    }

    .produtos1 {
        width: 90%;
        margin: 0 auto;
    }

    .produtos2 {
        margin-top: 20px !important;
        margin-left: auto;
        background: #11004c;
        right: 20%;
        position: relative;
    }

    .d-block.w-100 h1 {
        font-size: 25px;
    }

    .boxServicos h2 {
        font-size: 25px;
    }

    .servicos1 {
        width: 90%;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0px;
    }

    .quebraHeight {
        margin-top: 30px;
        width: 100% !important;
        height: 200px !important;
    }

    .quebraHeight a {
        border-radius: inherit !important;
        -webkit-border-top-left-radius: 30px !important;
        -webkit-border-top-right-radius: 30px !important;
        -moz-border-radius-topleft: 30px !important;
        -moz-border-radius-topright: 30px !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        top: -28px;
        display: block;
    }

    .boxInfo h3 {
        font-size: 25px !important;
    }

    /* Termina aqui */
    .banner-metodologia p {
        text-align: center;
        font-size: 25px;
        width: 100%;
    }

    .banner-metodologia span {
        text-align: center;
        font-size: 15px;
        width: 100%;
        margin-top: -20px;
    }

    .banner-metodologia {
        background-size: cover;
        padding: 50px;
        color: #fff;
        background-position: center;
    }

    .banner-contato {
        padding: 85px 0px !important;
    }

    .blog-footer img {
        margin-top: 20px;
    }

    .contatos h1 {
        font-size: 15px;
    }

    .blog-footer {
        padding: 2.5rem !important;
        color: #ff8300 !important;
        border-top: none;
        text-align: left !important;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 12px;
    }

    .dropdown-menu {
        border-radius: 0px !important;
        text-transform: uppercase;
        border: none !important;
        /* top: 115% !important; */
    }

    .no-mobile {
        display: none;
    }

    .banner-text {
        padding: 110px 0px;
        margin-right: 0px !important;
    }

    .banner-text h1 {
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 3px;
    }

    .banner-text p {
        font-size: 15px;
        letter-spacing: 3px;
        padding: 0;
    }

    .w-100 {
        background-size: cover;
        height: 300px;
        background-position: center;
    }

    div#navbarSupportedContent1 {
        margin-top: 30px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container-timeline {
    margin: 10px 10%;
}

.title-product {
    text-transform: uppercase;
}

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 150px 0;
    transition: all 0.5s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 5px;
    background: #ff8300;
    font-weight: 600;
}

.timeline ol li:last-child {
    width: 280px;
}

.timeline ol li:not(:first-child) {
    margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 30px;
    transform: translateY(-50%);
    border-radius: 10px;
    background: #042656;
}

.timeline ol li:nth-child(odd)::after {
    top: -10px;
    border-radius: 10px 10px 0 0;
}

.timeline ol li:nth-child(even)::after {
    top: 15px;
    border-radius: 0 0 10px 10px;
}

.timeline ol li div {
    position: absolute;
    left: calc(30% + 7px);
    width: 230px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    text-transform: uppercase;
    text-align: center;
}

.timeline ol li div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: transparent;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .disabled {
    opacity: 0.5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}

.container-ong {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}

.container-ong>div {
    flex-basis: calc(50% - 20px);
}

.dados-ong {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin: auto;
}

.dados {
    flex-basis: 30%;
    text-align: center;
}

.dados>p {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.dados>p>span {
    color: #333;
    font-size: 1.5em;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* @media screen and (max-width: 768px) {
	.timeline ol,
	.timeline ol li {
	width: auto; 
	}

	.timeline ol {
	padding: 0;
	transform: none !important;
	}

	.timeline ol li {
	display: block;
	height: auto;
	background: transparent;
	}

	.timeline ol li:first-child {
	margin-top: 25px;
	}

	.timeline ol li:not(:first-child) {
	margin-left: auto;
	}

	.timeline ol li div {
	width: 94%;
	height: auto !important;
	margin: 0 auto 25px;
	}

	.timeline ol li div {
	position: static;
	}

	.timeline ol li:nth-child(odd) div {
	transform: none;
	}

	.timeline ol li:nth-child(odd) div::before,
	.timeline ol li:nth-child(even) div::before {
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border: none;
	border-left: 3px solid #042656;
	height: 25px;
	}

	.timeline ol li:last-child,
	.timeline ol li:nth-last-child(2) div::before,
	.timeline ol li:not(:last-child)::after,
	.timeline .arrows {
	display: none;
	}
} */
.block-btn>a {
    background-color: #042656;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    position: relative;
    top: -10px;
}

.container-materials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1366px;
    margin: 20px auto 40px;
}

.container-materials>header {
    flex-basis: 100%;
    margin-bottom: 40px;
    background-color: #f9f7f7;
}

.container-materials h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px;
}

.container-materials>div {
    flex-basis: calc(33.33% - 20px);
    text-align: center;
}

.material>.img-top {
    max-width: 350;
    width: 100%;
    height: auto;
}

.material>.text-materials>a {
    font-weight: 600;
    font-size: 1.3em;
    text-decoration: none;
    color: #042656;
}

.nav-item {
    margin: auto;
}

.grecaptcha-badge {
    display: none;
}

@media (max-width: 768px) {
    .container-mvv>div {
        margin: 20px auto;
        flex-basis: 70%;
    }

    .mvv:not(:last-child):after {
        display: none;
    }

    .socios>.image {
        flex-basis: 70%;
        margin: 10px auto;
        text-align: center;
    }

    .socios>.history {
        flex-basis: 70%;
        margin: 10px auto;
    }

    .container-ong {
        justify-content: space-between;
        text-align: left;
    }

    .container-ong>div {
        flex-basis: 100% !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 425px) {
    * {
        font-size: 16px;
        text-align: justify;
    }

    .d-block.w-100 h1 {
        padding-top: 49%;
    }

    .banner-contato {
        background-position: -527px;
    }

    .banner-produtos {
        background-position: -240px;
    }

    .linkSolto.produtos2 {
        display: none;
    }

    .container_icons>h3 {
        flex-basis: 100%;
    }

    ul.logos li {
        width: 100%;
    }

    h1 {
        font-size: 1.5rem;
        text-align: left;
    }

    .container-mvv {
        display: none;
    }

    #carousel-mvv {
        display: block;
        padding: 20px 10%;
    }

    #carousel-mvv .carousel-inner {
        border: none;
    }

    #carousel-mvv header {
        text-align: center;
    }

    #carousel-mvv img {
        width: 100px;
    }

    #carousel-mvv .carousel-indicators {
        bottom: -35px;
    }

    #carousel-mvv .title-mvv {
        font-size: 2em;
    }

    #carousel-mvv .text-mvv {
        font-size: 1em;
        text-align: justify;
    }

    #carousel-mvv .carousel-indicators li {
        width: 15px;
        height: 15px;
    }

    .socios>.image,
    .socios>.history {
        flex-basis: 100%;
    }

    .socios>.image {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .banner-index>div:nth-child(1)>div {
        background-image: url("../../imagens/mobile/capital_humano.jpg") !important;
    }

    .banner-index>div:nth-child(2)>div {
        background-image: url("../../imagens/mobile/operadoras.jpg") !important;
    }

    .banner-index>div:nth-child(3)>div {
        background-image: url("../../imagens/mobile/porto_odonto.jpg") !important;
    }

    .banner-index>div:nth-child(4)>div {
        background-image: url("../../imagens/mobile/vr.jpg") !important;
    }

    .banner-index>div:nth-child(5)>div {
        background-image: url("../../imagens/mobile/RH.jpg") !important;
    }

    .boxTestemu {
        margin-left: 35px;
    }

    .boxTestemuEsquerdo {
        margin-bottom: 50px;
    }

    .boxTestemuDireito {
        margin-bottom: 50px;
    }

    .blog-footer {
        padding: 1.5rem !important;
    }

    /*
  .boxFooter ul li:nth-child(odd) {
    width: 60%;
  }*/
    .boxFooter ul li {
        font-size: 16px;
    }

    .nav-link:focus,
    .nav-link:hover {
        text-align: center !important;
    }

    .boxInfo h3 {
        text-align: left;
    }

    .dropdown-item {
        padding: 0.35rem 1rem !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        text-align: center;
    }

    .link-mob {
        margin-bottom: 50px !important;
        margin: 0 auto;
    }

    .carousel-item {
        min-height: 315px;
    }

    .container-ong>div {
        flex-basis: 100% !important;
    }

    .logo-ong>img {
        width: 100%;
    }

    .dados {
        flex-basis: 100% !important;
        margin-bottom: 20px;
    }

    .dados>p {
        text-align: center;
    }
}


/* Danilo */

ul.noticias {
    /* display: block; */
    list-style: none;
    padding: 0px;
    margin: 0 5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.noticias li {

    width: calc(100% - 30px);
    margin: 0 10px 20px 10px;

    background: #fff;
    position: relative;
}

.noticias small {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.imgBackground {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

ul.noticias h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.5rem;
    margin-top: 20px;
    padding: 0 30px;
}

.noticias p {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 30px;
    line-height: 1.4;
    min-height: 135px;
}


ul.noticias a {
    background: #eb8200;
    float: right;
    margin: 30px;
    color: #fff;
    text-decoration: none;
    padding: 2px 30px;
    border-radius: 30px;
    bottom: 30px;
    right: 30px;
}

.not {
    flex-basis: 100% !important;
    padding: 0px 20px;
}

.not h5,
.not p {
    text-align: left !important;
}

.not p {
    font-size: 18px;
    letter-spacing: 1;
}

.container-materials small a {
    color: #000;
    letter-spacing: 1px;
}