@charset "UTF-8";

article, aside, footer, header, main, nav, section{
	display:block;
}
	
html, body, h1, h2, ul, li, p, aside, nav{
	padding: 0;
	margin: 0;
}

body {
    font-family: 'Lato', sans-serif !important;
}

a:link {
	text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.no-hover a:hover {
    text-decoration: none;
}

.pagesin-section1-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.df-jcc-aic-section1-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scrolltoTop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;	
}

.scroll {
	position: absolute;
	right: 20px;
	bottom: 40px;
	background: #b2b2b2;
	background: rgba(178,178,178,0.7);
	padding: 12px 14px 10px 14px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

.scroll:hover .fa {
	padding-top: -10px;
}

.scroll .fa {
	font-size: 30px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

@media (max-width: 768px) {
    .scroll {
        bottom: 20px;
    }
    .cc-window .cc-message {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    
    .scroll {
        bottom: 10px;
        padding: 9px 9px 7px 9px;	
    }
}

@media (max-width: 500px) {
    .scroll {
        padding: 7px 9px 5px 9px;
    }
    .scroll .fa {
        font-size: 24px;
    }
}

@media (max-width: 400px) {
    .navbar-toggler {
        padding: .25rem .45rem !important;
    }
    .navbar-toggler-icon {
        width: 1.1em !important;
        height: 1.1em !important;
    }
    .scroll {
        right: 10px;
        bottom: 8px;
    }
}


    /* For IE */



@media screen and (min-width:0\0) {
    
    .pagesin-section1-ie {
        display: block;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .df-jcc-aic-section1-ie {
        display: block;
    }
    
    .section2-img-ie {
        max-width: 170px;
    }
    
    .section3-servicos-ie {
        display: block;
        padding-top: 80px;
    }
}




    /*  Header  */




.bck-header {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-nav {
    margin-bottom: 10px;
}

.navbar {
    padding: 0px 15px !important
}

.navbar-nav a {
    border-top: 7px solid transparent;
}

.navbar-nav a:hover {
    color: #651432 !important;
    border-top: 7px solid #651432;
}

.navbar-nav a.active {
    color: #651432 !important;
    border-top: 7px solid #651432;
}

/*
.active {
    color: #651432 !important;
    border-top: 7px solid #651432;
}
*/

.nav-item {
    color: #666666 !important;
    font-size: 17px;
}

.nav-link {
    padding: 40px 10px 20px 10px !important;
}

.logo {
    width: 250px;
}



@media (max-width: 992px) {
    
    .nav-link {
        padding: 10px !important;
    }
    
    .navbar-nav a {
        border-top: none;
    }

    .navbar-nav a:hover {
        border-top: none;
    }

    .navbar-nav a.active {
        border-top: none;
    }
    
    .logo {
        width: 200px;
        margin: 15px 0;
    }
}


@media (max-width: 550px) {
    
    .section-nav {
        margin-bottom: 0px;
    }
    
    .logo {
        width: 150px;
    }
}


@media (max-width: 400px) {
    
    .logo {
        width: 120px;
    }
    
    .nav-item {
        font-size: 15px;
    }
}


    /* For IE */

@media screen and (min-width:0\0) {
    
    .bck-header {
        display: block;
    }
}




    /*  Home  */




.bck-home1 {
    background-image: url("../img/home/juest2report-bg.png");
    background-color: white; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sucesso {
    font-size: 50px;
    color: white;
    text-transform: uppercase;
}

.section1 {
    padding-top: 190px;
    padding-bottom: 200px;
}

.container {
    max-width: 1250px !important;
}

.white-border {
    border: 3px solid white;
    width: 100px;
    float: left;
}

.white-text {
    color: white;
    font-size: 25px;
}

.btn-section1 {
    background-color: #651432;
    width: 200px;
    color: white;
    font-size: 19px;
    line-height: 2.3;
	border-radius: 10px;
    text-align: center;
}

.btn-section1:hover, .btn-section3:hover, .btn-enviar:hover {
    background-color: #69002A;
}

.section2 {
    padding-top: 40px;
    padding-bottom: 100px;
}

.oferta {
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}

.oferta2 {
    font-size: 20px;
    color: #666666;
}

.section2-text {
    font-size: 18px;
    color: #333333;
}

.section2-saber {
    font-size: 15px;
    color: #581B34;
}

.oferta-row2 {
    padding-top: 70px;
}

.bck-home3 {
    background-image: url("../img/home/just2report-1.png"), url("../img/home/sgcp.png");
    background-color: #DEDEDE; 
    background-position: bottom left, center right; 
    background-repeat: no-repeat, no-repeat; 
    background-size: 14% 81%, 47% 97%;
    padding: 130px 0 110px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section3-px {
    padding-top: 180px;
}

.col-sgcm {
    font-size: 80px;
    font-weight: bold;
    color: #581B34;
}

.col-sistema {
    font-size: 32px;
    color: #581B34;
}

.sistema-ml {
    margin-left: -30px;
}

.sistema-text, .sistema-text2 {
    font-size: 20px;
    color: #4D4D4D;
    text-align: justify;
}

.btn-section3 {
    background-color: #651432;
    width: 220px;
    color: white;
    font-size: 18px;
    line-height: 2.8;
	border-radius: 50px;
    text-align: center;
}

.bck-section-sgc {
    background-image: url("../img/home/sgc.jpg"), url("../img/home/just2report-2.png");
    background-color: white; 
    background-position: center left, top right; 
    background-repeat: no-repeat, no-repeat; 
    background-size: 44% 93%, 14% 81%;
    padding: 130px 0 110px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sgc-inline ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sgc-inline ul li {
    display: inline-block;
    padding-right: 16px;
}

.sgc-inline ul li:last-child {
    padding-right: 0;
    line-height: 1.2;
}

.sistema-text2 {
    margin-right: 120px;
}

.bck-home4 {
    background-image: url("../img/home/background-contactarnos.jpg");
    background-color: #69002A; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    min-height: 278px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section4 {
    padding-bottom: 80px;
}

.section4-hd {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 29px;
    color: #FFFFFF;
}

.btn-contactar {
    background-color: #D8B97A;
    font-weight: bold;
    width: 210px;
    color: #581B34;
    font-size: 18px;
    line-height: 2.6;
	border-radius: 50px;
    text-align: center;
}

.btn-contactar:hover {
    color: white;
}

.sistema-mr {
    margin-right: 50px;
}



@media (max-width: 1580px) {
    
    .bck-home3 {
        background-image: none, url("../img/home/sgcp.png");
        background-size: 0 0, 54% 98%;
    }
    .sistema-mr {
        margin-right: 100px;
    }
    
    .bck-section-sgc {
        background-image: url("../img/home/sgc.jpg"), none;
        background-size: 50% 93%, 0 0;
    }
    .bck-section-sgc .section-sgc {
        padding-left: 110px;
    }
    .sistema-text2 {
        margin-right: 0;
    }
}

@media (max-width: 1420px) {
    
    .bck-home3 {
        background-size: 0 0, 56% 98%;
    }
    
    .bck-section-sgc {
        background-size: 53% 89%, 0 0;
    }
    .bck-section-sgc .section-sgc {
        padding-left: 150px;
    }
}


@media (max-width: 1350px) {
    
    .section1 {
        padding-top: 150px;
        padding-bottom: 170px;
    }
    .sistema-text2 {
        margin-right: 30px;
    }
}

@media (max-width: 1300px) {
    
    .bck-home3 {
        background-image: none, url("../img/home/sgcp2.png");
        background-size: 0 0, 56% 90%;
    }
    .bck-section-sgc {
        background-size: 54% 88%, 0 0;
        padding: 80px 0 100px 0;
    }
}

@media (max-width: 1200px) {
    
    .section1 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .sucesso {
        font-size: 42px;
    }
    .bck-home3 {
        background-size: 0 0, 58% 91%;
    }
    
    .col-sgcm {
        font-size: 70px;
    }
    
    .col-sistema {
        font-size: 29px;
    }
    
    .sistema-ml {
        margin-left: -80px;
    }
    
    .section3-px {
        padding-top: 120px;
    }
    
    .bck-home4 {
        background-position: left center; 
        background-size: 190% 100%;
        min-height: 0;
    }
}

@media (max-width: 1199px) {

    .bck-home3 {
        background-image: url("../img/home/just2report-1.png"), none;
        background-size: 16% 89%, 0 0;
        padding: 50px 0 70px 0;
    }
    .sistema-mr {
        margin-right: 160px;
    }
    .bck-home3 .col-sistema-ml {
        margin-left: 260px;
    }
    
    .bck-section-sgc {
        background-image: none, url("../img/home/just2report-2.png");
        background-size: 0 0, 22% 89%;
        padding: 60px 0 80px 0;
    }
    .bck-section-sgc .section-sgc {
        padding-left: 100px;
    }
    .sistema-text2 {
        margin-right: 400px;
    }
}

@media (max-width: 1100px) {

    .sistema-ml {
        margin-left: -50px;
    }
    
    .section4-hd {
        font-size: 25px;
    }

    .btn-contactar {
        width: 190px;
    }
    .sistema-text2 {
        margin-right: 350px;
    }
}

@media (max-width: 1050px) {

    .bck-home1 {
        background-size: 120% 100%;
    }
    .sucesso {
        font-size: 37px;
    }
    .white-text {
        font-size: 24px;
    }
    
    .bck-home3 {
        background-size: 19% 89%, 0 0;
    }
    .sistema-mr {
        margin-right: 90px;
    }
    .bck-home3 .col-sistema-ml {
        margin-left: 220px;
    }
    
    .bck-section-sgc {
        background-size: 0 0, 23% 89%;
        padding: 60px 0;
    }
    .bck-section-sgc .section-sgc {
        padding-left: 80px;
    }
    .sistema-text2 {
        margin-right: 300px;
    }
}

@media (max-width: 992px) {
    
    .container {
        max-width: 960px !important;
    }
    
    .sucesso {
        font-size: 34px;
    }

    .section1 {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    
    .white-text {
        font-size: 22px;
    }
    
    .btn-section1 {
        width: 190px;
        font-size: 19px;
    }
    
    .bck-home3 {
        background-size: 24% 89%, 0 0;
    }
    
    .sistema-mr {
        margin-right: 50px;
    }
    
    .bck-section-sgc {
        background-size: 0 0, 25% 89%;
    }
    .bck-section-sgc .section-sgc {
        padding-left: 50px;
    }
    
    .sistema-ml {
        margin-left: -20px;
    }
    
    .section3-px {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .section4 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .aspas {
        width: 75px;
    }
}

@media (max-width: 880px) {
    
    .sucesso {
        font-size: 30px;
    }

    .section1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .white-text {
        font-size: 20px;
    }
    
    .btn-section1 {
        width: 170px;
        font-size: 17px;
    }
    
    .img-section2 {
        width: 125px;
    }
    
    .section2-text {
        font-size: 17px;
    }
    
    .sistema-ml {
        margin-left: -20px;
    }
    
    .bck-home3 .col-sistema-ml {
        margin-left: 190px;
    }
    
    .sistema-text, .sistema-text2 {
        font-size: 19px;
    }
    
    .bck-section-sgc {
        background-size: 0 0, 29% 89%;
    }
    
    .sistema-text2 {
        margin-right: 280px;
    }
    
    .bck-home4 {
        min-height: auto;
    }
    
    .section4 {
        padding-bottom: 50px;
    }
    
    .section4-hd {
        font-size: 21px;
    }
    
    .btn-contactar {
        width: 170px;
        font-size: 16px;
    }
}


@media (max-width: 768px) {
    
    .container {
        max-width: 720px !important;
    }
    
    .section2 {
        padding-top: 20px;
        padding-bottom: 70px;
    }
    
    .oferta-row2 {
        padding-top: 0px;
    }
    
    .oferta {
        font-size: 26px;
    }

    .oferta2 {
        font-size: 18px;
    }
    
    .mt-mobile {
        margin-top: 60px;
    }
    
    .bck-home3 {
        background-size: 29% 89%, 0 0;
    }
    
    .sistema-mr {
        margin-right: 15px;
    }
    
    .sistema-ml {
        margin-left: -30px;
    }
    
    .col-sgcm {
        font-size: 60px;
    }
    
    .col-sistema {
        font-size: 26px;
    }
    
    .bck-section-sgc {
        background-size: 0 0, 31% 89%;
    }
    .bck-section-sgc .section-sgc {
        padding-left: 25px;
    }
    .sistema-text2 {
        margin-right: 220px;
    }
    
    .sistema-text, .sistema-text2 {
        font-size: 18px;
    }
    
    .btn-section3 {
        width: 200px;
        font-size: 16px;
    }
    
    .section4 {
        padding-top: 30px;
    }
    
    .aspas {
        width: 55px;
    }
}

@media (max-width: 767px) {

    .mt-mobile2 {
        margin-top: 60px;
    }
}

@media (max-width: 690px) {

    .bck-home3 {
        background-image: none, none;
        padding: 50px 0 70px 0;
    }
    .bck-home3 .col-sistema-ml {
        margin-left: 0;
    }

    .bck-section-sgc {
        background-image: none, none;
        padding: 40px 0 50px 0;
    }
    .bck-section-sgc .section-sgc {
        padding-left: 25px;
        padding-right: 25px;
    }
    .sistema-text2 {
        margin-right: 0;
    }
}

@media (max-width: 660px) {

    .sistema-ml {
        margin-left: 0px;
    }
}


@media (max-width: 576px) {
    
    .container {
        max-width: 540px !important;
    }
    
    .bck-home1 {
        background-position: left center; 
        background-size: 150% 100%;
    }
    
    .sucesso {
        font-size: 26px;
    }
    
    .white-text {
        font-size: 17px;
    }
    
    .oferta {
        font-size: 23px;
    }

    .oferta2 {
        font-size: 16px;
    }
    
    .mt-mobile {
        margin-top: 40px;
    }
    .mt-mobile3 {
        margin-top: 60px !important;
    }
    
    .col-sgcm {
        font-size: 50px;
    }
    
    .col-sistema {
        font-size: 23px;
    }
    
    .sistema-text, .sistema-text2 {
        font-size: 16px;
    }
    
    .btn-section3 {
        width: 190px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    
    .projeto-mobile, .mt-mobile2 {
        margin-top: 40px;
    }
    .mt-mobile3 {
        margin-top: 40px !important;
    }
}

@media (max-width: 500px) {
    
    .section1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .sucesso {
        font-size: 22px;
    }
    
    .white-text {
        font-size: 16px;
    }
    
    .btn-section1 {
        width: 140px;
        font-size: 15px;
    }
    
    .section3-px {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    
    .col-sgcm {
        font-size: 43px;
    }
    
    .col-sistema {
        font-size: 20px;
    }
    
    .bck-home3 .col-sistema-ml {
        padding-left: 8px;
    }
    
    .bck-section-sgc .section-sgc {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .section4-hd {
        font-size: 18px;
    }
    
    .btn-contactar {
        width: 150px;
        font-size: 15px;
    }
}


@media (max-width: 400px) {
 
    .sucesso {
        font-size: 19px;
    }
    
    .white-text {
        font-size: 15px;
    }
    
    .btn-section1 {
        width: 120px;
        font-size: 14px;
    }
    
    .white-border {
        border: 2px solid white;
        width: 60px;
    }
    
    .oferta {
        font-size: 20px;
    }

    .oferta2 {
        font-size: 15px;
    }
    
    .section2-text {
        font-size: 16px;
    }

    .section2-saber {
        font-size: 14px;
    }
    
    .img-section2 {
        width: 100px;
    }
    
    .sgc-inline ul li {
        padding-right: 10px;
    }
    
    .col-sgcm {
        font-size: 37px;
    }
    
    .col-sistema {
        font-size: 17px;
    }
    
    .sistema-text, .sistema-text2 {
        font-size: 15px;
    }
    
    .bck-home3, .bck-section-sgc {
        padding: 40px 0;
    }
    
    .btn-section3 {
        width: 170px;
        font-size: 13px;
    }
    
    .section4-hd {
        font-size: 16px;
    }
    
    .btn-contactar {
        width: 130px;
        font-size: 13px;
    }
}

@media (max-width: 350px) {
    
    .col-sgcm {
        font-size: 33px;
    }
    
    .col-sistema {
        font-size: 15px;
    }
}

@media (max-width: 325px) {
    
    .sucesso {
        font-size: 18px;
    }
}





    /* Sobre Nos */





.section-sobrenos1 {
    padding-top: 120px;
    padding-bottom: 70px;
}

.section-sobrenos2 {
    padding-top: 50px;
    padding-bottom: 150px;
}

.col-sobrenos {
    background-color: white;
    width: 320px;
    min-height: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 18px;
}

.sobrenos-intro {
    font-size: 20px;
    color: #666666;
}

.bordeaux {
    color: #581B34;
    font-weight: bold;
}

/*
.bck-sobrenos {
    background-image: url("/img/conteudo/background-2.jpg");
    background-color: white;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: 96% 100%;
    min-height: 392px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col1-sobrenos {
    padding-left: 20px !important;
    padding-right: 40px !important;
}
*/

.sobrenos-title {
    font-size: 20px;
    font-weight: bold;
    color: #581B34;
}

.sobrenos-content {
    font-size: 16px;
    color: #4D4D4D;
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 1000px) {
    
    .section-sobrenos1 {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    
    .section-sobrenos1 {
        padding-top: 100px;
    }
    .section-sobrenos2 {
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .sobrenos-intro {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    
    .section-sobrenos1 {
        padding-top: 60px;
    }
    
    .sobrenos-intro {
        font-size: 16px;
    }
    
}

@media (max-width: 450px) {

    .col-sobrenos {
        width: 280px;
        min-height: 400px;
    }
    .col-sobrenos img {
        width: 140px;
    }
}





    /* Serviços */




.bck-servicos1 {
    background-image: url("../img/conteudo/menu.jpg");
    background-color: #581B34;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    padding: 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.servicos-hd {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.section-servicos, .section-servicos-bpo, .section-servicos-sgcm {
    padding-top: 70px;
    padding-bottom: 70px;
}

.servicos-title {
    font-weight: bold;
    color: #333333;
}

.servicos-content {
    font-size: 16px;
    color: #666666;
    text-align: justify;
    line-height: 1.7;
}

.vl {
  border-left: 1px solid lightgrey;
  height: 300px;
}

.checklist {
    list-style: none;
    margin: 0;
    font-size: 17px;
}

.checklist li {
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 12px;
}

.check-item {
    background-image: url('../img/conteudo/icon-check.png');
    background-repeat: no-repeat;
    display: block;
    width: 39px; 
    height: 31px;
    margin-right: 20px;
}

.check-content {
    font-size: 17px;
    font-weight: bold;
}

.bck-servicos2 {
    background-color: #E5E5E5;
}

.bpo-question {
    font-weight: bold;
    color: #581B34;
}

.bck-servicos3 {
    background-image: url("../img/conteudo/bg-double.png");
    background-color: #581B34;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpo-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bpo-list ul li {
    display: inline-block;
    padding-right: 30px;
}

.bpo-list ul li:last-child {
    padding-right: 0;
    line-height: 1.2;
}

.sgcm-servicos3-title {
    font-size: 60px;
    color: white;
}

.sgcm-servicos3-subtitle {
    font-size: 32px;
    color: white;
}

.btn-info-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}


@media (max-width: 1390px) {
    
    .bck-servicos3 { 
        background-size: 120% 100%;
    }
}

@media (max-width: 1290px) {
    
    .bck-servicos3 { 
        background-size: 130% 100%;
    }
    .sgcm-servicos3-title {
        font-size: 50px;
    }

    .sgcm-servicos3-subtitle {
        font-size: 28px;
    }
}

@media (max-width: 1150px) {

    .sgcm-servicos3-title {
        font-size: 45px;
    }

    .sgcm-servicos3-subtitle {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    
    .vl-mobile {
        display: none;
    }
    
    .servicos-mobile-mt {
        margin-top: 30px;
    }
    
    .reverse-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .bck-servicos3 { 
        background-image: url("../img/conteudo/banner-sgcm.jpg");
        background-size: 150% 100%;
        padding: 60px 0;
    }
    
    .servicos-sgc-col2 {
        margin-top: 40px;
    }
    
    .img-bpo {
        width: 130px;
    }
}

@media (max-width: 880px) {
    
    .section-servicos-bpo {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .bck-servicos3 {
        background-size: 175% 100%;
    }
}

@media (max-width: 768px) {
    
    .section-servicos {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    
    .sgcm-servicos3-title {
        font-size: 40px;
    }

    .sgcm-servicos3-subtitle {
        font-size: 25px;
        margin-top: 0;
    }
    
    .servicos-hd {
        font-size: 30px;
    }
    
    .img-bpo {
        width: 120px;
    }
}

@media (max-width: 650px) {
    
    .bck-servicos3 {
        background-image: url("../img/conteudo/bg-double2.png");
        background-size: 150% 100%;
    }
    
    .bpo-list ul li {
        padding-right: 15px;
    }
    
    .img-bpo {
        width: 110px;
    }
}

@media (max-width: 576px) {
    
    .bck-servicos3 {
        background-size: 170% 100%;
    }
    
    .sgcm-servicos3-title {
        font-size: 35px;
    }

    .sgcm-servicos3-subtitle {
        font-size: 22px;
    }
    
    .btn-info-col1 {
        margin-top: 30px;
    }
    
    .img-servicos {
        width: 100px;
    }
    
    .img-bpo {
        width: 90px;
    }
    
    .section-servicos-sgcm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 470px) {
    
    .servicos-title {
        font-size: 18px;
    }
    
    .bck-servicos3 {
        background-size: 190% 100%;
    }
    
    .bpo-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 450px) {
    
    .bck-servicos1 {
        padding: 35px 0;
    }
    
    .servicos-title {
        line-height: 1.5;
    }
    
    .servicos-content {
        font-size: 15px;
    }
    
    .servicos-hd {
        font-size: 24px;
    }
    
    .check-content {
        font-size: 15px;
    }
    
    .bck-servicos3 {
        padding: 50px 0;
    }
    
    .sgcm-servicos3-title {
        font-size: 30px;
    }

    .sgcm-servicos3-subtitle {
        font-size: 19px;
    }
    
    .servicos-sgc-col2 {
        margin-top: 30px;
    }
}

@media (max-width: 400px) {
    
    .bck-servicos3 {
        background-size: 210% 100%;
    }
}

@media (max-width: 360px) {
    
    .bck-servicos3 {
        background-size: 230% 100%;
    }
    
    .sgcm-servicos3-title {
        font-size: 27px;
    }

    .sgcm-servicos3-subtitle {
        font-size: 17px;
    }
    
    .img-bpo {
        width: 110px;
    }
}

@media (max-width: 330px) {
    
    .bck-servicos3 {
        background-size: 250% 100%;
    }
}





    /*  SGCM  */




.bck-sgcm {
    background-image: url("../img/home/just2report-1.png");
    background-color: white;
    background-position: left bottom; 
    background-repeat: no-repeat; 
    background-size: 17% 74%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.formulario-title {
    color: #333333;
}

.sgcm-intro {
    font-size: 18px;
    color: #666666;
}

.form-control {
    background-color: #ECECED !important;
    border: none !important;
}

.btn-enviar {
    background-color: #651432;
    width: 200px;
    color: white;
    font-size: 17px;
    line-height: 2.3;
	border-radius: 10px;
    text-align: center;
    border: none !important;
}

.contact-label {
    font-size: 18px;
    color: #666666;
}

.sgcm-nota {
    font-size: 13px;
}


@media (max-width: 1350px) {
 
    .bck-sgcm {
        background-image: none;
    }
}

@media (max-width: 768px) {

    .form-check-input {
        margin-top: .4rem !important;
    }
    .label-accept {
        font-size: 12px;
    }
    .btn-enviar {
        width: 170px;
    }
}

@media (max-width: 576px) {
 
    .formulario-title {
        font-size: 28px;
    }
    
    .sgcm-intro {
        font-size: 16px;
    }
    
    .btn-enviar {
        width: 160px;
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    
    .formulario-title {
        font-size: 23px;
    }
    
    .btn-enviar {
        width: 130px;
        font-size: 14px;
    }
    
    .sgcm-nota {
        font-size: 11px;
    }
    
    .contact-label {
        font-size: 16px;
    }
}





    /*  Contactos  */



.bck-contactos {
    background-image: url("../img/home/background-noticias.jpg");
    background-color: white;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    min-height: 900px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-contact {
    padding-top: 90px;
    padding-bottom: 150px;
}

.btn-contacto {
    background-color: #651432;
    width: 140px;
    color: white;
    font-size: 17px;
    line-height: 2.3;
	border-radius: 10px;
    text-align: center;
    border: none !important;
}

.img-contact-container {
    position: relative;
}

.text-block {
    position: absolute;
    min-width: 260px;
    min-height: 200px;
    top: 50px;
    left: 20px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.img-contact {
    min-height: 700px;
}

.contact-title {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.img-content {
    list-style: none;
    padding: 20px 0 0 0;
    font-size: 16px;
}

.img-content li {
    line-height: 1.8;
    margin: 10px auto;
}

.img-content a {
    color: white;
    text-decoration: none;
}

.img-content a:hover {
    color: white;
    text-decoration: none;
}

.contactos-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.contactos-mr {
    margin-right: 12px;
}

.mensagem {
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    margin: 45px 0 30px 65px;
}

.bck-contact-form {
    background-color: white;
    border-radius: 0 10px 10px 0;
}

.bck-mobile {
    display: none;
}


@media (max-width: 991px) {

    .row-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .desktop {
        display: none;
    }
    
    .bck-mobile {
        display: block;
        background-image: url("../img/conteudo/img-contatos.png");
        background-color: #651432;
        background-position: center center; 
        background-repeat: no-repeat; 
        background-size: 100% 100%;
        min-height: 450px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 20px;
    }
    
    .mobile-content {
        padding: 50px 0 30px 60px;
    }
    
    .bck-contact-form {
        border-radius: 20px;
    }
    
    .section-contact-mobile {
        margin-top: 50px;
        padding-bottom: 70px;
    }
}


@media (max-width: 900px) {

    .mensagem {
        margin: 45px 0 30px 50px;
    }
}

@media (max-width: 768px) {

    .bck-contactos {
        background-size: 170% 100%;
    }
    .btn-contacto {
        width: 120px;
    }
    .mensagem {
        font-size: 24px;
    }
}
    
@media (max-width: 767px) {

    .section-contact-mobile {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    
    .mobile-content {
        padding: 50px 0 30px 40px;
    }
    
    .mensagem {
        margin: 45px 0 30px 0px;
    }
}


@media (max-width: 576px) { 
    
    .bck-contactos {
        background-image: none;
    }
    
    .section-contact {
        padding-top: 50px;
        padding-bottom: 90px;
    }
    
    .contact-title {
        font-size: 19px;
    }
    
    .img-content {
        font-size: 15px;
    }
    
    .mensagem {
        font-size: 21px;
    }
    
    .section-contact-mobile {
        padding-bottom: 40px;
    }
    
    .btn-contacto {
        width: 90px;
        font-size: 15px;
    }
}


@media (max-width: 425px) { 
    
    .section-contact {
        padding-top: 30px;
    }
    
    .mensagem {
        font-size: 20px;
    }
    
    .section-contact-mobile {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    
    .mobile-content {
        padding: 50px 0 30px 20px;
    }
}






    /*  Footer  */




.bck-footer {
    background-color: #DEDEDE;
}

.row-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    color: #333333;
}

.description {
    font-size: 16px;
    color: #4D4D4D;
    padding-right: 35px;
    text-align: justify;
}

.info-footer {
    padding-left: 40px !important;
}

.info-content {
    font-size: 16px;
    list-style: none;
    line-height: 2;
}

.info-content li::before {
    content: "•";
    color: #581B34;
}

.info-content li a {
    color: #4D4D4D;
}

.servicos-inline {
    color: #4D4D4D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-contactos {
    font-size: 16px;
    list-style: none;
    line-height: 2.5;
}

.footer-contactos li a {
    color: #4D4D4D;
}

.telefone {
    color: #4D4D4D;
}

.copyright {
    background-color: #C4C4C4;    
}

.reservados {
    font-size: 15px;
    color: #4D4D4D;
}




@media (max-width: 1199px) {
    
    .info-footer {
        padding-left: 15px !important;
    }
    
    .footer-section2 {
        margin-top: 20px;
    }
    
    .footer-pl {
        padding-left: 160px !important;
    }
}

@media (max-width: 1050px) {
    
    .footer-pl {
        padding-left: 130px !important;
    }
}

@media (max-width: 992px) {
    
    .footer-pl {
        padding-left: 15px !important;
    }
    
    .description {
        padding-right: 140px;
    }
}


@media (max-width: 880px) {
    
    .description {
        padding-right: 60px;
        text-align: justify;
    }
}


@media (max-width: 768px) {
    
    .description {
        padding-right: 20px;
    }
}


@media (max-width: 576px) {
    
    .row-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-title {
        font-size: 17px;
    }

    .description, .info-content, .footer-contactos {
        font-size: 14px;
    }
    
    .reservados {
        font-size: 13px;
    }
}

@media (max-width: 575px) {

    .info-mobile {
        margin-top: 25px;
    }
    .footer-section2 {
        margin-top: 10px;
    }
}

@media (max-width: 450px) {

    .footer-title {
        font-size: 15px;
    }
}





















