.total-rodape {
    background: url("../../../imagens/pagina-inicial/curva-linha-back-cinza.svg") center -1px no-repeat #fff !important;
    margin-top: 0 !important;
}

.total-importacoes{
    padding-top: 80px;
}

.traco{
    margin: 30px auto !important;
}

.total-importacoes .descricao {
    text-align: center;
    width: 725px;
    margin: 0 auto;
}

.total-importacoes .descricao p{
    color: #636363;
    font-size: 14px;
    line-height: 1.6;
}

/* MENUS */
.total-importacoes .total-menus{
    width: 100%;
    margin-top: 40px;
}
.total-importacoes .total-menus ul{
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.total-importacoes .total-menus ul li{
    float: left;
    width: 33.333%;
}
.total-importacoes .total-menus ul li a{
    color: #000;
    font-size: 17px;
    text-align: center;
    padding-bottom: 10px;
	position: relative;
	margin-top: 20px;
}

.total-importacoes .total-menus ul li .borda{
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 2px;
	display: none;
    background: #d41116;
}

.total-importacoes .total-menus ul li:hover .borda{
	display: block;
}

.total-importacoes .total-menus ul li .menu-selecionado .borda{
	display: block !important;
}

.total-importacoes .total-menus ul li .menu-selecionado{
    color: #000;
    font-weight: bold;
}

.total-importacoes .total-menus .total-descricao .textos{
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.total-importacoes .total-menus .total-descricao .textos{
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.total-importacoes .total-menus .total-descricao .textos .titulo h2{
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.total-importacoes .total-menus .total-descricao .textos a{
    color: #fff !important;
    width: 220px;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
}

.total-importacoes .total-menus .total-descricao .textos a:hover{
    text-decoration: none !important;
}

.total-importacoes .total-menus .total-descricao .foto-lateral{
    float: left;
    width: calc(50% - 20px);
    margin-left: 20px;
}

.total-importacoes .total-menus .total-descricao .foto-lateral .foto{
    width: 100%;
}

.total-importacoes .total-menus .total-descricao .foto-lateral .foto img{
    width: 100%;
    margin: 0 auto;
}

.total-importacoes .total-menus .total-descricao .descricao{
    margin: 0;
    width: 100%;
    text-align: left;
}

.total-importacoes .total-menus .total-descricao .container{
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.total-importacoes .total-menus .total-descricao p{
	margin: 30px 0;
	font-size: 14px;
	color: #636363;
	line-height: 1.6;
}


/* SERVICOES */

.servicos{
    margin-top: 80px;
}

.servicos ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.servicos ul li{
    width: calc(16.666% - 20px);
    margin: 10px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.servicos ul li .icone{
    background-size: 100% !important;
    margin: 0 auto;
    width: 40px;
    height: 55px;
    margin-bottom: 10px;
}

.servicos ul li p{
    color: #000;
    font-size: 14px;
}


.processos{
    padding: 100px 0;
    padding-top: 130px;
	background: url(../../../imagens/pagina-inicial/curva3.svg) top center no-repeat #f8f8f8;
}

/* PROCESSOS */
.processos{
    margin-top: 80px;
}

.processos .computador{
    float: left;
    width: calc(66.666% - 50px);
    margin-left: 50px;
}

.processos .computador img{
    width: 90%;
}

.processos .titulo-section{
    float: left;
    width: calc(33.333%);
    text-align: left;
}

.processos .titulo-section .traco{
    margin: 20px 0 !important;
}

.processos .titulo-section .descricao{
    margin: 40px 0;
    text-align: left !important;
}

.processos .titulo-section .descricao p{
    width: 100%;
}

.processos .titulo-section .botao-primario{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 260px;
    margin: 30px 0;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {
    .processos {
        margin-top: 40px;
    } 

    .processos .titulo-section {
        float: none;
        width: 100%;
        text-align: center;
    }

    .processos .titulo-section .traco{
        margin: 20px auto !important;
    }

    .processos .titulo-section .botao-primario{
        margin: 20px auto;
    }

    .processos .computador img{
        margin: 0 auto;
        width: 100%;
    }

    .processos .computador {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .processos {
        margin-top: 20px;
    } 

    .processos .titulo-section {
        float: none;
        width: 100%;
        text-align: center;
    }

    .processos .titulo-section .traco{
        margin: 20px auto !important;
    }

    .processos .titulo-section .botao-primario{
        margin: 20px auto;
    }

    .processos .computador img{
        margin: 0 auto;
        width: 100%;
    }

    .processos .computador {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
}



/* TABLET */
@media (max-width: 991px) and (min-width: 768px){  
    .total-importacoes{
        padding-top: 40px;
    }

	.total-importacoes .total-menus ul li{
		width: 33.333%;
		margin-top: 15px;
    }
    
    .total-importacoes .descricao{
        width: 100%;
    }

    .total-importacoes .total-menus .total-descricao .textos {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    .total-importacoes .total-menus .total-descricao .textos a{
        margin: 30px auto;
    }

    .total-importacoes .total-menus .total-descricao .foto-lateral {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .total-importacoes .total-menus .total-descricao .foto-lateral .foto{
        width: 70%;
        margin: 0 auto;
    }

    .servicos ul li {
        width: calc(25% - 20px);  
    }
}

/* MOBILE */
@media (max-width: 767px){
    .total-importacoes{
        padding-top: 40px;
    }



	.total-importacoes .total-menus ul li{
		width: 100%;
	}
	.total-importacoes .cabecalho-produtos .esquerda{
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.total-importacoes .cabecalho-produtos .direita{
		float: none;
		margin: 0 auto;
    }
    .total-importacoes .descricao{
        width: 100%;
    }

    .total-importacoes .total-menus .total-descricao .textos {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    .total-importacoes .total-menus .total-descricao .textos a{
        margin: 30px auto;
    }

    .total-importacoes .total-menus .total-descricao .foto-lateral {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .total-importacoes .total-menus .total-descricao .foto-lateral .foto{
        width: 70%;
        margin: 0 auto;
    }

    .servicos ul li {
        width: calc(50% - 10px);  
        margin: 5px;
    }
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span, 
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding: 0px !important;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../imagens/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../imagens/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../imagens/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background: url('../../imagens/seta-verde-popup-esquerda.svg') !important;
}
.fancybox-next span {
	right: 10px;
	background: url('../../imagens/seta-verde-popup-direita.svg') !important;
}
.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	background: url('../../imagens/fancybox_overlay.png');
	z-index: 8020;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -31px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
	background: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	height: 27px;
	line-height: 27px;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../imagens/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../imagens/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.botao-fechar-modal, .fancybox-close{
	background: url(../../imagens/close-pop-up.png) !important;
	background-size: contain;
	background-repeat: no-repeat;
    top: 17px;
    right: 15px;
    width: 30px;
    height: 30px;
}