

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html.scroll{
	overflow: hidden;
}

html{
	overflow-x: hidden;
}

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.overflow-hide{
	overflow: scroll;
}


@font-face{
	font-family: 'proxima_nova_rgregular';
	src:url('../fonts/proxima_nova/proximanova-regular.eot');
	src:url('../fonts/proxima_nova/proximanova-regular.eot?#iefix') format("embedded-opentype"),
		url('../fonts/proxima_nova/proximanova-regular.ttf') format("truetype"),
		url('../fonts/proxima_nova/proximanova-regular.svg') format("svg");
}
@font-face{
	font-family: 'proxima_novabold';
	src:url('../fonts/proxima_nova/proximanova-bold.eot');
	src:url('../fonts/proxima_nova/proximanova-bold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/proxima_nova/proximanova-bold.ttf') format("truetype"),
		url('../fonts/proxima_nova/proximanova-bold.svg') format("svg");
}
@font-face{
	font-family: 'proxima_novalight';
	src:url('../fonts/proxima_nova/proximanova-light.eot');
	src:url('../fonts/proxima_nova/proximanova-light.eot?#iefix') format("embedded-opentype"),
		url('../fonts/proxima_nova/proximanova-light.ttf') format("truetype"),
		url('../fonts/proxima_nova/proximanova-light.svg') format("svg");
}


body{
	font-size: 0.625em;
	font-family: 'proxima_nova_rgregular';
	color: #000;
	background: #0e4c40;
  	float: left;
}

/* #173831 - Verde Escuro */
/* #0e4c40 - Verde Claro */


#tabs_container .tab-item p a{
	font-size: 0.75em;
	color: #0e4c40;
}

.tag-menu .icon-menu{
	position: absolute;
	left: 25px;
	top: 38px;
	overflow: hidden;
	opacity: 1 !important;
	display: block;
}

.icon-menu.on{
	opacity: 0;
}

.SelectMaps{
	width: 100%;
	clear: both;
	overflow: hidden;
}

.SelectMaps__option{
	font-size: 1.8em;
	color: #fff;
	width: 50%;
	float: left;
	background-color: #0e4c40;
	text-align: center;
	line-height: 2em;
	padding: 7px 0 12px;
	cursor: pointer;
	transition: all 500ms ease;
}

.SelectMaps__option:hover{
	background-color: #173831;
}

.SelectMaps__option.selected{
	color: #173831;
	background-color: #fff;
}

.InforUnidad .NameUnidad{
	font-family: 'proxima_novabold';
	font-size: 1.2em;
	line-height: 1em;
}

.InforUnidad p{
	font-size: 16px;
    line-height: 1.4em;
}

.ViewMapa{
	position: relative;
	height: calc(100% - 143px);
	clear: both;
	width: 100%;
}

.ViewMapa .UnidadViewMapa{
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	visibility: hidden;
	transition: all 500ms ease;
}

.ViewMapa .UnidadViewMapa.selected{
	opacity: 1;
	visibility: visible;
}


@media (max-width: 767px){

	body{
		width: 100%;
  		display: block;
  		overflow-x: hidden;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	body.right{
		width: 100%;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.SelectMaps__option{
		width: 100%;
	}

	.ViewMapa{
		height: 350px;
	}

	#menu-main{
		width: 100%;
		height: 100% !important;
		position: fixed;
		right: 0;
		top: 0;
		background: #0e4c40;
		z-index: 9999999;
		-webkit-transform: translate(100%,0);
		-moz-transform: translate(100%,0);
		-ms-transform: translate(100%,0);
		transform: translate(100%,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	#menu-main.on{
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	#menu-main .nav-navigation{
		width: 100%;
		float: left;
		display: block;
	}

	#menu-main .tag-menu{
		width: 100%;
		height: 90px;
		color: #fff;
		font-size: 2em;
		text-align: right;
		font-family: 'proxima_novabold';
		float: left;
		overflow: hidden;
		line-height: 115px;
  		text-transform: uppercase;
		padding: 0 25px 0 0;
  	}

	#menu-main .nav-navigation ul{
		width: 100%;
		float: left;
		margin: 0;
	}

	#menu-main .nav-navigation ul li{
		width: 100%;
		float: left;
		display: block;
		list-style: none;
	}

	#menu-main .nav-navigation ul li a{
		width: 100%;
		display: block;
		text-align: right;
		padding: 15px 25px 15px 0;
		color: #fff;
		font-size: 1.75em;
		font-family: 'proxima_novalight';
		text-transform: uppercase;
		text-decoration: none;
		box-shadow: 0 1px 1px -1px #fff;
	}

	#menu-main .nav-navigation ul li:last-child a{
		box-shadow: none;
	}


	.header-mini{
		width: 100%;
		background: rgb(255, 255, 255);
		height: auto;
		float: left;
		left: 0;
		top: 0;
		position: fixed;
		z-index: 99999999;
		padding: 10px 0;
		border-bottom: 2px solid #173831;
		opacity: 0;
		display: none;
		-webkit-transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		transform: translate(0,-100%);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini.show{
		opacity: 1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .logo{
		margin: 0;
		display: block;
		position: relative;
	}

	.header-mini .logo a{
		width: 234px;
		height: 65px;
		display: block;
		float: left;
		text-indent: -999999px;
		color: transparent;
		background-image: url(../img/logo/miguel-tavares.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.header-mini .menu-header{
		position: relative;
  		clear: both;
  		float: left;
  		width: 100%;
  		margin: 15px 0 0 0;
	}

	.header-mini .menu-header .menu-container{
		width: auto;
		display: table;
		float: none;
		margin: 0 auto;
	}

	.header-mini .menu-header .menu-container li{
		float: left;
		list-style: none;
	}

	.header-mini .menu-header .menu-container li a{
		width: auto;
		position: relative;
		color: #173831;
		text-transform: uppercase;
		display: block;
		font-size: 1.5em;
		padding: 0 13px;
  		text-align: center;
  		text-decoration: none;
  		line-height: 35px;
  		border-right: 1px solid transparent;
	}

	.header-mini .menu-header .menu-container li a:after{
		content: "";
		height: 20px;
		width: 1px;
		background: rgba(52, 64, 64, 0.3);
		position: absolute;
		top: 7.5px;
		right: 0;
	}

	.header-mini .menu-header .menu-container li:last-child a:after{
		content: "";
		display: none;
	}

	.header-mini .icon-social{
		float: right;
		margin: 11.5px 0 0 10px;
	}

	.header-mini .icon-social .icon{
		float: left;
		margin: 0 10px 0 0;
		font-size: 1.5em;
	}

	.header-mini .icon-social .icon .fa-inverse{
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon .fa-stack{
		color: #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon:hover .fa-stack-2x{
		color: #fff !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon:hover .fa-inverse{
		color: rgb(14, 76, 64) !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon:last-child{
		margin: 0;
	}




	.header-main{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: auto;
		padding: 30px 0;
		z-index: 2;
	}

	.header-main.bg-color{
		background-color: #0e4c40;
	}

	.header-main .header-contact{
		width: 100%;
		float: right;
	}

	.header-main .header-contact .box-social{
		float: left;
		display: block;
		margin: 0 20px 0 0;
		font-size: .9em;
	}

	.header-contact .box-social .icon-social{
		display: block;
		float: left;
		margin: 0 15px 0 0;
	}

	.header-contact .box-social .fa-stack{
		font-size: 1.75em;
	}

	.header-contact .box-social .fa-circle{
		color: #fff;
	}

	.header-contact .box-social .fa-inverse{
		color: #173831;
		line-height: 2.1em;
	}

	.header-contact .box-social .link-social{
		float: left;
  		font-size: 1.85em;
  		line-height: 1em;
  		margin: 4px 0 0;
	}

	.header-contact .box-social .link-social .type-social{
		font-size: .7em;
		display: block;
		clear: both;
		text-transform: uppercase;
		font-family: 'proxima_novalight';
		font-weight: 300;
		color: #fff;
		line-height: 1em;
	}

	.header-contact .box-social .link-social .url-social a{
		font-size: .7em;
		text-transform: uppercase;
		font-family: 'proxima_novabold';
		text-decoration: none;
		color: #fff;
		line-height: 1em;
	}

	.icon-menu{
		height: 35px;
		width: 35px;
		padding: 7.5px 5px;
		position: relative;
		background-color: #fff;
		border-radius: 2px;
		float: right;
		cursor: pointer;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu:after{
		content: "menu";
		width: 100%;
		text-align: center;
		height: auto;
		text-transform: uppercase;
		position: absolute;
		top: 110%;
		left: 0;
		font-family: 'proxima_novabold';
		color: #fff;
	}

	.icon-menu .icon-bar{
		width: 25px;
		height: 3px;
		display: block;
		float: left;
		background: #173831;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu .icon-bar:nth-child(2n){
		margin: 5.5px 0;
	}

	.icon-menu.on{
		background: #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu.on .icon-bar:first-child{
		background: #fff;
		transform: rotate(45deg) translate(5.5px, 5px);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu.on .icon-bar:nth-child(2){
		opacity: 0;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu.on .icon-bar:last-child{
		background: #fff;
		transform: rotate(-45deg) translate(6.5px, -6px);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.footer-home{
		width: 100%;
		height: auto;
		float: left;
		clear: both;
		overflow: hidden;
		display: block;
		background: #173831;
		padding: 17px 0;
	}

	.footer-home p{
		width: 100%;
		float: left;
		color: #fff;
		text-align: center;
		font-size: 1.5em;
		line-height: 1.65em;
		font-family: 'proxima_nova_rgregular';
		display: block;
		text-transform: uppercase;
	}

	.footer-home p a{
		color: #fff;
		text-decoration: none;
	}

	.footer-home p.center{
		display: table;
  		width: 100%;
  		text-align: center;
  		float: none;
  		position: relative;
  		left: 0;
	}

	.footer-home p.left{
		float: left;
		position: relative;
		z-index: 2;
	}

	.footer-home p.right{
		float: right;
		position: relative;
		z-index: 2;
	}

	.center-box{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 3.5%;
		position: relative;
	}

	.center-box.visible{
		overflow: visible;
	}

	.sectiom-home{
		float: left;
		width: 100%;
		clear: both;
		overflow: hidden;
		position: relative;
		display: table;
	}

	.sectiom-home .bg-image{
		width: 100%;
  		height: 350px;
  		float: left;
  		display: block;
  		background: #173831;
  		position: relative;
	}

	.sectiom-home .bg-image .image-slide{
		display: block;
		float: left;
		width: 100%;
		opacity: 0.45;
		position: absolute;
		top: 75%;
		left: 50%;
		-webkit-transform: scale(1.95) translate(-50%, -50%);
		-moz-transform: scale(1.95) translate(-50%, -50%);
		-ms-transform: scale(1.95) translate(-50%, -50%);
		transform: scale(1.95) translate(-50%, -50%);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}


	@-moz-keyframes entrance{

	    0% {
	    	height: 5px;
	    	overflow: hidden;
	    	-webkit-transform: translateX(-100%);
	    	-moz-transform: translateX(-100%);
	    	-ms-transform: translateX(-100%);
	    	transform: translateX(-100%);
	    }

	    100% {
	    	height: 5px;
	    	-webkit-transform: translateX(0);
	    	-moz-transform: translateX(0);
	    	-ms-transform: translateX(0);
	    	transform: translateX(0);
	    }
	}

	@-moz-keyframes display{
	    0% {
	    	height: 5px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 90px;
	    }
	}

	@-moz-keyframes show_logo{
	    0% {
	    	height: 0px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 90px;
	    }
	}



	@-webkit-keyframes entrance{

	    0% {
	    	height: 5px;
	    	overflow: hidden;
	    	-webkit-transform: translateX(-100%);
	    	-moz-transform: translateX(-100%);
	    	-ms-transform: translateX(-100%);
	    	transform: translateX(-100%);
	    }

	    100% {
	    	height: 5px;
	    	-webkit-transform: translateX(0);
	    	-moz-transform: translateX(0);
	    	-ms-transform: translateX(0);
	    	transform: translateX(0);
	    }
	}

	@-webkit-keyframes display{
	    0% {
	    	height: 5px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 90px;
	    }
	}

	@-webkit-keyframes show_logo{
	    0% {
	    	height: 0px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 90px;
	    }
	}

	.sectiom-home .content-slide{
		width: 100%;
		overflow: hidden;
		position: absolute;
		background: rgba(255, 255, 255, 0.6);
		padding: 0;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(50%);
		transform: translateY(-50%);
	}

	.sectiom-home .content-slide.in{
		-webkit-animation-delay: 0s, 2s;
    	-webkit-animation-duration: 2000ms, 1000ms;
    	-webkit-animation-name: entrance, display;

		-moz-animation-delay: 0s, 2s;
    	-moz-animation-duration: 2000ms, 1000ms;
    	-moz-animation-name: entrance, display;
	}

	.sectiom-home .logo.in{
		-webkit-animation-delay: 1.5s;
		-webkit-animation-duration: 1200ms;
		-webkit-animation-name: show_logo;
		-moz-animation-delay: 1.5s;
		-moz-animation-duration: 1200ms;
		-moz-animation-name: show_logo;
	}

	.sectiom-home .logo{
		width: auto;
		height: 90px;
		display: table;
		margin: 0 auto;
		overflow: hidden;
		padding: 15px 0 0px;
	}

	.sectiom-home .logo a{
		width: 215px;
		height: 65px;
		display: block;
		float: left;
		text-indent: -999999px;
		color: transparent;
		background-image: url(../img/logo/miguel-tavares.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.section-about{
		position: relative;
  		float: left;
  		width: 100%;
  		margin: 0 0 -2px 0;
  		background: #fff;
	}

	.section-about .box-content,
	.section-about .gallery-about{
		width: 100%;
		float: left;
		height: auto;
		position: relative;
	}

	.section-about .box-content{
		overflow: hidden;
		padding: 0 3.5%;
	}

	.section-about .box-content .container-about{
		width: 100%;
		padding: 50px 0;
		float: right;
		position: relative;
	}

	.container-tab{
		position: relative;
		float: left;
		width: 100%;
	}

	.container-tab .container-menu{
		display: table;
		width: 100%;
		float: left;
		clear: both;
		position: relative;
  		z-index: 3;
	}

	.container-tab .container-menu li{
		width: 100%;
		float: left;
		list-style: none;
		margin: 0 0 15px 0;
	}

	.container-tab .container-menu li:nth-last-child(2){
		display: none;
	}

	.container-tab .container-menu li:last-child{
		margin: 0;
	}

	.container-tab .container-menu li a{
		width: 100%;
		display: block;
		margin: 0 auto;
		color: #b0b0b0;
		font-size: 1.75em;
		padding: 15px 0 15px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		font-family: 'proxima_novabold';
		border: 2px solid #b0b0b0;
	}

	.container-tab .container-menu li a.tabulous_active{
		color: #173831;
		border: 2px solid #173831;
	}


	#tabs_container{
		position: relative;
  		float: left;
  		width: 100%;
  		height: auto !important;
	}

	#tabs_container .tab-item{
		top: 20px !important;
		position: relative !important;
	}

	#tabs_container .tab-item .name-title{
		color: #173831;
		font-family: 'proxima_novabold';
		width: 100%;
		float: left;
		padding: 1.25em 0;
		text-align: center;
		clear: both;
		font-size: 2.5em;
		text-transform: uppercase;
	}

	#tabs_container .tab-item p{
		font-size: 2em;
		line-height: 1.75em;
  		color: #000;
  		width: 100%;
  		display: block;
  		float: left;
  		margin: 0 0 1.25em;
	}

    .hideleft {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        display: none;
    }

    .showleft {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;

        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        -ms-transition-delay: .3s;
        transition-delay: .3s;
        display: block;
    }

    .transition {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;

        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        -ms-transition-delay: .3s;
        transition-delay: .3s;
    }

    .make_transist {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative !important;
    }

	.gallery-about .gallery-images{
		width: 100%;
		float: left;
		overflow: hidden;
		height: 450px;
		position: relative;
	}

	.gallery-about .gallery-images .image-featured{
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		transition: all 500ms ease;
	}

	.gallery-about .gallery-images .image-featured.active{
		opacity: 1;
	}

	.box-thumb{
		width: 100%;
		position: absolute;
  		left: left;
  		bottom: 25px;
	}

	.box-thumb .list-thumb{
		width: 90%;
		display: block;
		float: left;
		margin: 0 5%;
	}

	.box-thumb .list-thumb .item-thumb{
		width: 20%;
		display: block;
		float: left;
		overflow: hidden;
		margin: 0;
	}

	.box-thumb .list-thumb .item-thumb img{
		width: 100%;
		border: 3px solid #fff;
		border-radius: 50%;
		cursor: pointer;
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}

	.area-work{
		background: #173831;
  		position: relative;
  		width: 100%;
  		float: left;
  		padding: 0 0 50px 0;
  		overflow: hidden;
  		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		transition: all .7s ease;
	}

	.box-section{
		width: 100%;
		float: left;
		display: block;
		position: relative;
	}

	.box-section .name-section{
		font-family: 'proxima_novabold';
		text-transform: uppercase;
		font-size: 3em;
		text-align: center;
		color: #fff;
		padding: 1.35em 0;
	}

	.box-section .name-section.green{
		color: #173831;
	}

	.box-section .name-section.left{
		text-align: center;
	}

	.box-caterogy{
		width: 100%;
		height: auto;
		float: left;
		display: block;
		margin: 35px 0 45px;
	}

	/***************************************************/

	.area-work .center-box.visible{
		position: static;
	}

	.container-text.show .box-section .name-section{
		color: #173831;
	}

	.box-caterogy .container-text .box-category{
		width: 100%;
		float: left;
	}

	.box-caterogy .container-text{
  		position: absolute;
	  	width: 100%;
	  	height: 100%;
	  	/*height: calc(100% + 25px);*/
	  	top: 0;
	  	left: 0;
	  	z-index: 999999;
	  	opacity: 0;
	  	background-color: #fff;
	  	-webkit-transform: translate(150%, 0);
	  	-moz-transform: translate(150%, 0);
	  	-ms-transform: translate(150%, 0);
	  	transform: translate(150%, 0);
	  	-webkit-transition: all 1.25s ease;
		-moz-transition: all 1.25s ease;
		-ms-transition: all 1.25s ease;
		transition: all 1.25s ease;
	}

	.box-caterogy .container-text.show{
		opacity: 1;
	  	-webkit-transform: translate(0, 0);
	  	-moz-transform: translate(0, 0);
	  	-ms-transform: translate(0, 0);
	  	transform: translate(0, 0);
	  	-webkit-transition: all 1.25s ease;
		-moz-transition: all 1.25s ease;
		-ms-transition: all 1.25s ease;
		transition: all 1.25s ease;
	}


	.box-caterogy .container-text.show .item-category{
		width: 90%;
  		max-width: 975px;
  		float: none;
  		height: 650px;
  		border: none;
  		margin: 35px auto 45px;
  		background-color: #fff;
	}

	.box-caterogy .container-text.show .item-category .centering {
	  	width: 100%;
  		height: 585px;
  		display: block;
  		overflow: auto;
  		padding: 0 25px 0 0;
  		margin: 65px 0 0 0;
	}

	.box-caterogy .container-text.show .item-category .name-service{
		color: #173831 !important;
  		opacity: 1;
  		position: absolute;
  		text-align: left;
  		top: 35px;
  		left: 0;
  		padding: 0 0 10px 0;
  		background-color: transparent !important;
	}

	.box-caterogy .container-text.show .item-category .view-more{
		height: 0;
		width: 0;
		display: block;
		overflow: hidden;
	}

	.box-caterogy .container-text.show .item-category .description-service{
		height: auto !important;
		opacity: 1;
	}

	.area-work .icon-menu.on .icon-bar:first-child,
	.area-work .icon-menu.on .icon-bar:last-child{
		background: #173831;
	}



	.box-caterogy .container-text.show .item-category .centering::-webkit-scrollbar {
	  	width: 6px;
	}

	.box-caterogy .container-text.show .item-category .centering::-webkit-scrollbar-track {
	  	background: #fff;
	}

	.box-caterogy .container-text.show .item-category .centering::-webkit-scrollbar-thumb {
	  	background-color: #173831;
	  	border-radius: 3px;
	}


	.option-next-prev{
		position: absolute;
  		top: 15%;
  		left: 50%;
  		height: 30px;
  		overflow: hidden;
  		width: 100%;
  		-webkit-transform: translate(-50%, -50%);
  		-moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		transform: translate(-50%, -50%);
	}

	.option-next-prev .btn-prev,
	.option-next-prev .btn-next{
		width: 17px;
  		height: 29px;
  		display: block;
  		position: absolute;
  		cursor: pointer;
	}

	.option-next-prev .btn-prev{
		background-image: url(../img/icons/prev-item.png);
		background-repeat: no-repeat;
		background-size: 100%;
		left: 25px;
	}

	.option-next-prev .btn-next{
		background-image: url(../img/icons/next-item.png);
		background-repeat: no-repeat;
		background-size: 100%;
		right: 25px;
	}



	/***************************************************/

	.box-caterogy .item-category{
		width: 50%;
		height: 150px;
		border: 1px solid #0e4c40;
		float: left;
		position: relative;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy a:nth-child(odd) .item-category{
		border-left: 2px solid #0e4c40;
	}

	.box-caterogy a:nth-child(even) .item-category{
		border-right: 2px solid #0e4c40;
	}

	.box-caterogy a:nth-child(1) .item-category,
	.box-caterogy a:nth-child(2) .item-category{
		border-top: 2px solid #0e4c40;
	}

	.box-caterogy a:nth-child(7) .item-category,
	.box-caterogy a:nth-child(8) .item-category{
		border-bottom: 2px solid #0e4c40;
	}

	.icon.direito-empresarial{
		background-image: url(../img/icons/icon-direito-empresarial.png);
	}

	.icon.direito-consumerista{
		background-image: url(../img/icons/icon-direito-consumerista.png);
	}

	.icon.direito-civil{
		background-image: url(../img/icons/icon-direito-civil.png);
	}

	.icon.direito-trabalhista{
		background-image: url(../img/icons/icon-direito-trabalhista.png);
	}

	.icon.direito-desportivo{
		background-image: url(../img/icons/icon-direito-desportivo.png);
	}

	.icon.direito-imobiliario{
		background-image: url(../img/icons/icon-direito-imobiliario.png);
	}

	.icon.correspondentes{
		background-image: url(../img/icons/icon-correspondentes.png);
	}

	.icon.outros{
		background-image: url(../img/icons/icon-others.png);
	}

	.box-caterogy .item-category .icon{
		width: 55px;
		height: 55px;
		position: absolute;
		background-color: #0e4c40;
		border-radius: 999999px;
		border: 3px solid #0e4c40;
		left: 50%;
  		top: 0;
  		z-index: 99999;
  		background-repeat: no-repeat;
		background-size: 38px 33px;
		background-position: 50% 50%;
  		-webkit-transform: translate(-50%, -50%);
  		-moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		transform: translate(-50%, -50%);
  		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category .item-content{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.box-caterogy .item-category .display{
		width: 100%;
		height: 100%;
		position: relative;
		display: table;
	}

	.box-caterogy .item-category .centering{
		display: table-cell;
		vertical-align: middle;
	}

	.box-caterogy .item-category .name-service{
		width: 100%;
		display: block;
		text-transform: uppercase;
		text-transform: capitalize;
		color: #fff;
		text-align: center;
		font-size: 1.85em;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category .description-service{
		width: 100%;
		height: 0px;
		overflow: hidden;
		font-size: 1.7em;
  		color: #000;
  		width: 100%;
  		display: block;
  		float: left;
  		opacity: 0;
  		text-align: justify;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category .view-more{
		width: 100%;
		float: left;
		display: block;
		text-align: center;
		font-size: 1.5em;
		padding: 7.5px 0 0;
		color: transparent;
		font-family: 'proxima_novabold';
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover{
		background: #fff;
		border-color: #fff !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover .icon,
	.box-caterogy .item-category.active .icon{
		border-color: #173831 !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover .name-service,
	.box-caterogy .item-category.active .name-service{
		color: #173831 !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover .view-more{
		color: #173831 !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category.active{
		position: relative;
		width: 100%;
		height: 525px;
		z-index: 999999;
		background: #fff;
		border: 2px solid #fff !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category.hide{
		opacity: 0;
		width: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-ms-transition: all 1.5s ease;
		transition: all 1.5s ease;
	}

	.box-caterogy .item-category.active .centering{
  		display: block;
  		width: 100%;
  		padding: 40px 40px 0;
	}

	.box-caterogy .item-category.active .view-more{
		overflow: hidden;
		display: none;
	}

	.box-caterogy .item-category.active .name-service{
		text-align: left;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category.active .description-service::-webkit-scrollbar {
	    width: 6px;
	}

	.box-caterogy .item-category.active .description-service::-webkit-scrollbar-track {
		background: #fff;
	}

	.box-caterogy .item-category.active .description-service::-webkit-scrollbar-thumb {
	    background-color: #173831;
	    border-radius: 3px;
	}

	.box-caterogy .item-category.active .description-service{
		height: 410px;
  		overflow: auto;
		opacity: 1;
		margin: 1.5em 0 1.25em;
		-webkit-transition: all 1.2s ease;
		-moz-transition: all 1.2s ease;
		-ms-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}

	.area-work .icon-menu.on{
		background: transparent;
		top: 0;
  		right: 0;
  		position: absolute;
  		z-index: 9999999;
  		opacity: 0;
  		cursor: default;
  		-webkit-transform: translate(-50%, 27.5px);
  		-moz-transform: translate(-50%, 27.5px);
  		-ms-transform: translate(-50%, 27.5px);
  		transform: translate(-50%, 27.5px);
  		-webkit-transition: all 1.75s ease;
		-moz-transition: all 1.75s ease;
		-ms-transition: all 1.75s ease;
		transition: all 1.75s ease;
	}

	.area-work .icon-menu.on.show{
		opacity: 1;
		cursor: pointer;
		-webkit-transition: all 1.75s ease;
		-moz-transition: all 1.75s ease;
		-ms-transition: all 1.75s ease;
		transition: all 1.75s ease;
	}

	.area-work .icon-menu:after{
		content: "";
	}












	.section-news{
		width: 100%;
		float: left;
		position: relative;
		padding: 0 0 25px 0;
		background: #fff;
	}

	.section-news.ajust{
		padding: 100px 0 25px;
	}

	.section-news .limit-box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#group-news{
		width: 100%;
	}

	.line-y-1{
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-2{
		-webkit-transform: translate(0, -380px);
		-moz-transform: translate(0, -380px);
		-ms-transform: translate(0, -380px);
		transform: translate(0, -380px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-3{
		-webkit-transform: translate(0, -760px);
		-moz-transform: translate(0, -760px);
		-ms-transform: translate(0, -760px);
		transform: translate(0, -760px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-4{
		-webkit-transform: translate(0, -1140px);
		-moz-transform: translate(0, -1140px);
		-ms-transform: translate(0, -1140px);
		transform: translate(0, -1140px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-5{
		-webkit-transform: translate(0, -1520px);
		-moz-transform: translate(0, -1520px);
		-ms-transform: translate(0, -1520px);
		transform: translate(0, -1520px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-6{
		-webkit-transform: translate(0, -1900px);
		-moz-transform: translate(0, -1900px);
		-ms-transform: translate(0, -1900px);
		transform: translate(0, -1900px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-7{
		-webkit-transform: translate(0, -2280px);
		-moz-transform: translate(0, -2280px);
		-ms-transform: translate(0, -2280px);
		transform: translate(0, -2280px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-8{
		-webkit-transform: translate(0, -2660px);
		-moz-transform: translate(0, -2660px);
		-ms-transform: translate(0, -2660px);
		transform: translate(0, -2660px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.section-news .container-full{
		display: -webkit-flex;
    	-webkit-flex-wrap: wrap;
    	display: flex;
    	flex-wrap: wrap;
    	width: 100%;
  		float: left;
	}

	.section-news .content-display{
		width: 100%;
		float: left;
		display: block;
		position: relative;
		overflow: hidden;
		margin: 15px 0 0 0;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		order: 2;
	}

	.section-news .item-news{
		width: 100%;
		float: left;
		clear: both;
		position: relative;
		margin: 0 0 25px 0;
	}

	.box-date{
		width: 70px;
		height: 70px;
		background: #0e4c40;
		border: 1px solid #0e4c40;
		border-radius: 50%;
		position: relative;
		float: left;
	}

	.box-date:after{
		content: "";
  		height: 49%;
  		width: 98%;
  		background: #fff;
  		border-radius: 0 0 99999px 99999px;
  		position: absolute;
  		bottom: 1px;
  		left: 1px;
	}

	.box-date .date-day{
		width: 100%;
  		height: 49%;
  		float: left;
  		font-size: 2em;
  		font-family: 'proxima_novabold';
  		color: #fff;
  		text-align: center;
  		line-height: 200%;
	}

	.box-date .date-month{
		width: 100%;
  		height: 49%;
  		float: left;
  		font-size: 1.5em;
  		font-family: 'proxima_novabold';
  		color: #0e4c40;
  		text-align: center;
  		line-height: 165%;
  		z-index: 3;
  		position: relative;
  		text-transform: uppercase;
	}

	.title-news{
		width: 100%;
  		height: 50px;
  		float: right;
  		margin: 10px 0;
  		display: table;
  		position: absolute;
  		padding: 0 0 0 72px;
	}

	.title-news .name-news{
		width: 100%;
		display: table-cell;
		padding: 0 0 0 25px;
		vertical-align: middle;
	}

	.title-news .name-news a{
		font-size: 1.15em;
		color: #0e4c40;
		text-decoration: none;
	}

	.box-tab{
		width: 100%;
		height: 0;
		float: left;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 6;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-tab.active{
		height: auto;
		opacity: 1;
		z-index: 15;
		position: relative;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.section-news .sidebar-category{
		width: 100%;
		float: right;
		display: block;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		order: 1;
	}

	.section-news .sidebar-category .tag-sidebar{
		width: 100%;
		float: left;
		display: block;
		text-align: right;
		font-family: 'proxima_novabold';
		color: #000;
		font-size: 2em;
		margin: 0 0 5px 0;
		display: none;
	}

	.section-news .sidebar-category .menu-container{
		width: 100%;
		float: left;
		list-style: none;
	}

	.section-news .sidebar-category .menu-container li{
		float: left;
		width: 100%;
		display: block;
		margin: 0 0 15px;
	}

	.section-news .sidebar-category .menu-container li a{
		display: block;
		width: 100%;
		color: #b0b0b0;
		text-transform: uppercase;
		font-family: 'proxima_novabold';
		border: 1px solid #b0b0b0;
		border-radius: 5px;
		font-size: 1.5em;
		text-align: center;
		padding: 15px 0;
		text-decoration: none;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.section-news .sidebar-category .menu-container li a:hover{
		border-color: #0e4c40;
		color: #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.section-news .sidebar-category .menu-container li.active a{
		color: #fff;
		background: #0e4c40;
		border-color: #0e4c40;
	}

	.section-news .box-pagination{
		width: 100%;
		float: left;
		clear: both;
		overflow: hidden;
		margin: 25px 0 0 0;
	}

	.box-pagination .pagination{
		display: table;
		margin: 0 auto;
	}

	.box-pagination .pagination li{
		width: 30px;
		height: 30px;
		list-style: none;
		float: left;
		margin: 0 5px;
		display: table;
		border: 1px solid transparent;
		border-radius: 3px;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-pagination .pagination li a{
		width: 100%;
		color: #0e4c40;
		font-family: 'proxima_novabold';
		font-size: 1.5em;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		text-decoration: none;
		border-radius: 3px;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-pagination .pagination li.active:hover{
		border: 1px solid transparent !important;
	}

	.box-pagination .pagination li.active a{
		background: #0e4c40;
		color: #fff;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-pagination .pagination li.prev a{
		text-indent: -999999px;
		background-image: url(../img/icons/icon-prev.png);
		background-size: 8px 13px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.box-pagination .pagination li.next a{
		text-indent: -999999px;
		background-image: url(../img/icons/icon-next.png);
		background-size: 8px 13px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.box-pagination .pagination li:hover{
		border: 1px solid #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.container-full{
		opacity: 1;
	}

	.container-full.hide{
		height: 0 !important;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.content-full{
		width: 100%;
		height: auto;
		float: left;
		clear: both;
		display: block;
		position: relative;
		opacity: 1;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.content-full.show{
		height: auto;
		opacity: 1;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.content-full .header-news{
		overflow: hidden;
	}

	.content-full .header-news .title-news{
		width: 100%;
		left: 0;
		top: 0
	}

	.header-news .title-news .name-news{
		color: #0e4c40;
		text-decoration: none;
		font-size: 2.1em;
	}

	.content-full .icon-menu.on{
		position: absolute;
		right: 30px;
		top: 0;
		-webkit-transform: translate(100%,-100%);
		-moz-transform: translate(100%,-100%);
		-ms-transform: translate(100%,-100%);
		transform: translate(100%,-100%);
	}

	.content-full .body-content{
		width: 100%;
		float: left;
		display: block;
		clear: both;
		margin: 3em 0 0 0;
		padding: 0 0 0 95px;
	}

	.content-full .body-content p{
		font-size: 1.7em;
  		color: #000;
  		width: 100%;
  		display: block;
  		float: left;
  		margin: 0 0 1.25em;
	}




	.footer-main{
		width: 100%;
		clear: both;
		float: left;
		overflow: hidden;
		padding: 25px 0;
		background: #fff;
		border-top: 2px solid #173831;
	}

	.footer-main .copyright{
		width: 100%;
		float: left;
		margin: 0;
		display: block;
		font-size: 1.5em;
		line-height: 1em;
		color: #0e4c40;
		text-align: center;
	}

	.footer-main .copyright .bold{
		font-family: 'proxima_novabold';
	}

	.footer-main .icon86{
		width: 28px;
		height: 17px;
		display: table;
		float: none;
		margin: 32px auto 0;
		background-image: url(../img/icons/icon86.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.section-contact{
		position: relative;
  		float: left;
  		width: 100%;
  		z-index: 99;
	}

	.section-contact .box-contact,
	.section-contact .box-maps{
		width: 100%;
		float: left;
		height: auto;
		background: #0e4c40;
		position: relative;
	}

	.section-contact .box-maps{
		width: 100%;
		height: 350px;
		position: relative;
		right: 0;
		top: 0;
	}

	#google-maps{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border: none;
	}

	.section-contact .box-contact .container-contact{
		width: 100%;
	  	padding: 0 3.75% 50px;
	  	float: right;
	  	position: relative;
	}

	.section-contact .box-contact .box-form{
		width: 100%;
		float: left;
		display: block;
	}

	.section-contact .box-form .element-form{
		width: 100%;
		float: left;
		clear: both;
		border: none;
		padding: 0;
		margin: 0 0 20px 0;
	}

	.section-contact .box-form .element-form:last-child{
		margin: 0;
	}

	.section-contact .box-form .element-form .input-title{
		width: 100%;
		display: block;
		color: #fff;
		font-size: 2em;
		float: left;
		clear: both;
		font-family: 'proxima_novalight';
		text-transform: capitalize;
		margin: 0 0 5px;
	}

	.section-contact .box-form .element-form .input-text,
	.section-contact .box-form .element-form .select-list{
		width: 100%;
		height: 40px;
		background: #fff;
		border: none;
		padding: 3px 5px 3px 12px;
		color: #000;
		outline: none;
		font-size: 1.75em;
		font-family: 'proxima_novalight';
	}

	.section-contact .box-form .element-form .textarea-message{
		width: 100%;
		max-width: 100%;
		height: 150px;
		max-height: 150px;
		background: #fff;
		border: none;
		padding: 7px 5px 3px 12px;
		color: #000;
		outline: none;
		font-size: 1.75em;
		font-family: 'proxima_novalight';
	}

	.section-contact .box-form .element-form .input-submit{
		float: right;
		height: 50px;
		display: table;
		background: #173831;
		color: #fff;
		font-family: 'proxima_novabold';
		font-size: 2em;
		padding: 0 45px;
		border: 2px solid transparent;
		outline: none;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		transition: all .7s ease;
	}



}



@media (min-width: 768px){
	.Grid{
		width: 100%;
	}

	.Grid__row{
		margin: 0 -15px;
	}

	.Grid__item{
		width: 50%;
		padding: 0 15px;
		float: left;
	}

	.Grid__item p{
		width: 100%;
		position: relative;
	}

	/*
	.Grid__item p .unidad{
		float: left;
	}

	.Grid__item p .tel{
		float: right;
	}
	*/

}





@media (min-width: 768px) and (max-width: 991px){

	body{
		width: 100%;
  		display: block;
  		overflow-x: hidden;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	body.right{
		width: 100%;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	#menu-main{
		width: 325px;
		height: 100% !important;
		position: fixed;
		right: 0;
		top: 0;
		background: #0e4c40;
		z-index: 9999999;
		-webkit-transform: translate(100%,0);
		-moz-transform: translate(100%,0);
		-ms-transform: translate(100%,0);
		transform: translate(100%,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	#menu-main.on{
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	#menu-main .nav-navigation{
		width: 100%;
		float: left;
		display: block;
	}

	#menu-main .tag-menu{
		width: 100%;
		height: 90px;
		color: #fff;
		font-size: 2.25em;
		text-align: right;
		font-family: 'proxima_novabold';
		float: left;
		overflow: hidden;
		line-height: 115px;
  		text-transform: uppercase;
		padding: 0 35px 0 0;
  	}

	#menu-main .nav-navigation ul{
		width: 100%;
		float: left;
		margin: 0;
	}

	#menu-main .nav-navigation ul li{
		width: 100%;
		float: left;
		display: block;
		list-style: none;
	}

	#menu-main .nav-navigation ul li a{
		width: 100%;
		display: block;
		text-align: right;
		padding: 20px 35px 20px 0;
		color: #fff;
		font-size: 2.25em;
		font-family: 'proxima_novalight';
		text-transform: uppercase;
		text-decoration: none;
		box-shadow: 0 1px 1px -1px #fff;
	}

	#menu-main .nav-navigation ul li:last-child a{
		box-shadow: none;
	}


	.header-mini{
		width: 100%;
		background: rgb(255, 255, 255);
		height: auto;
		float: left;
		left: 0;
		top: 0;
		position: fixed;
		z-index: 99999999;
		padding: 10px 0;
		border-bottom: 2px solid #173831;
		opacity: 0;
		-webkit-transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		transform: translate(0,-100%);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini.show-appearance{
		opacity: 1;
		-webkit-transform: translate(0,0%);
		-moz-transform: translate(0,0%);
		-ms-transform: translate(0,0%);
		transform: translate(0,0%);
	}

	.header-mini.show{
		opacity: 1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .logo{
		margin: 0;
		display: block;
		position: relative;
	}

	.header-mini .logo a{
		width: 234px;
		height: 65px;
		display: block;
		float: left;
		text-indent: -999999px;
		color: transparent;
		background-image: url(../img/logo/miguel-tavares.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.header-mini .menu-header{
		position: relative;
  		clear: both;
  		float: left;
  		width: 100%;
  		margin: 15px 0 0 0;
	}

	.header-mini .menu-header .menu-container{
		width: auto;
		display: table;
		float: none;
		margin: 0 auto;
	}

	.header-mini .menu-header .menu-container li{
		float: left;
		list-style: none;
	}

	.header-mini .menu-header .menu-container li a{
		width: auto;
		position: relative;
		color: #173831;
		text-transform: uppercase;
		display: block;
		font-size: 1.5em;
		padding: 0 13px;
  		text-align: center;
  		text-decoration: none;
  		line-height: 35px;
  		border-right: 1px solid transparent;
	}

	.header-mini .menu-header .menu-container li a:after{
		content: "";
		height: 20px;
		width: 1px;
		background: rgba(52, 64, 64, 0.3);
		position: absolute;
		top: 7.5px;
		right: 0;
	}

	.header-mini .menu-header .menu-container li:last-child a:after{
		content: "";
		display: none;
	}

	.header-mini .icon-social{
		float: right;
		margin: 11.5px 0 0 10px;
	}

	.header-mini .icon-social .icon{
		float: left;
		margin: 0 10px 0 0;
		font-size: 1.5em;
	}

	.header-mini .icon-social .icon .fa-inverse{
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon .fa-stack{
		color: #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon:hover .fa-stack-2x{
		color: #fff !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon:hover .fa-inverse{
		color: rgb(14, 76, 64) !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon:last-child{
		margin: 0;
	}




	.header-main{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: auto;
		padding: 30px 0;
		z-index: 2;
	}

	.header-main.bg-color{
		background-color: #0e4c40;
		display: none;
	}

	.header-main .header-contact{
		float: right;
	}

	.header-main .header-contact .box-social{
		float: left;
		display: block;
		margin: 0 35px 0 0;
	}

	.header-contact .box-social .icon-social{
		display: block;
		float: left;
		margin: 0 15px 0 0;
	}

	.header-contact .box-social .fa-stack{
		font-size: 1.75em;
	}

	.header-contact .box-social .fa-circle{
		color: #fff;
	}

	.header-contact .box-social .fa-inverse{
		color: #173831;
		line-height: 2.1em;
	}

	.header-contact .box-social .link-social{
		float: left;
  		font-size: 1.85em;
  		line-height: 1em;
  		margin: 4px 0 0;
	}

	.header-contact .box-social .link-social .type-social{
		font-size: .7em;
		display: block;
		clear: both;
		text-transform: uppercase;
		font-family: 'proxima_novalight';
		font-weight: 300;
		color: #fff;
		line-height: 1em;
	}

	.header-contact .box-social .link-social .url-social a{
		font-size: .7em;
		text-transform: uppercase;
		font-family: 'proxima_novabold';
		text-decoration: none;
		color: #fff;
		line-height: 1em;
	}

	.icon-menu{
		height: 35px;
		width: 35px;
		padding: 7.5px 5px;
		position: relative;
		background-color: #fff;
		border-radius: 2px;
		float: right;
		cursor: pointer;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu:after{
		content: "menu";
		width: 100%;
		text-align: center;
		height: auto;
		text-transform: uppercase;
		position: absolute;
		top: 110%;
		left: 0;
		font-family: 'proxima_novabold';
		color: #fff;
	}

	.icon-menu .icon-bar{
		width: 25px;
		height: 3px;
		display: block;
		float: left;
		background: #173831;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu .icon-bar:nth-child(2n){
		margin: 5.5px 0;
	}

	.icon-menu.on{
		background: #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu.on .icon-bar:first-child{
		background: #fff;
		transform: rotate(45deg) translate(5.5px, 5px);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu.on .icon-bar:nth-child(2){
		opacity: 0;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu.on .icon-bar:last-child{
		background: #fff;
		transform: rotate(-45deg) translate(6.5px, -6px);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.footer-home{
		width: 100%;
		height: auto;
		float: left;
		clear: both;
		overflow: hidden;
		display: block;
		background: #173831;
		padding: 17px 0;
	}

	.footer-home p{
		color: #fff;
		font-size: 1.25em;
		font-family: 'proxima_nova_rgregular';
		display: block;
		text-transform: uppercase;
	}

	.footer-home p a{
		color: #fff;
		text-decoration: none;
	}

	.footer-home p.center{
		display: table;
  		width: 100%;
  		text-align: center;
  		float: none;
  		position: absolute;
  		left: 0;
  		display: none;
	}

	.footer-home p.left{
		float: left;
		position: relative;
		z-index: 2;
	}

	.footer-home p.right{
		float: right;
		position: relative;
		z-index: 2;
	}

	.center-box{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 3.5%;
		position: relative;
	}

	.center-box.visible{
		overflow: visible;
	}

	.sectiom-home{
		float: left;
		width: 100%;
		clear: both;
		overflow: hidden;
		position: relative;
		display: table;
	}

	.sectiom-home .bg-image{
		width: 100%;
  		height: 500px;
  		float: left;
  		display: block;
  		background: #173831;
  		position: relative;
	}

	.sectiom-home .bg-image .image-slide{
		display: block;
		float: left;
		width: 100%;
		opacity: 0.45;
		position: absolute;
		top: 75%;
		left: 50%;
		-webkit-transform: scale(1.75) translate(-50%, -50%);
		-moz-transform: scale(1.75) translate(-50%, -50%);
		-ms-transform: scale(1.75) translate(-50%, -50%);
		transform: scale(1.75) translate(-50%, -50%);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	@-moz-keyframes entrance{

	    0% {
	    	height: 5px;
	    	overflow: hidden;
	    	-webkit-transform: translateX(-100%);
	    	-moz-transform: translateX(-100%);
	    	-ms-transform: translateX(-100%);
	    	transform: translateX(-100%);
	    }

	    100% {
	    	height: 5px;
	    	-webkit-transform: translateX(0);
	    	-moz-transform: translateX(0);
	    	-ms-transform: translateX(0);
	    	transform: translateX(0);
	    }
	}

	@-moz-keyframes display{
	    0% {
	    	height: 20px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 115px;
	    }
	}

	@-moz-keyframes show_logo{
	    0% {
	    	height: 0px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 114px;
	    }
	}



	@-webkit-keyframes entrance{

	    0% {
	    	height: 5px;
	    	overflow: hidden;
	    	-webkit-transform: translateX(-100%);
	    	-moz-transform: translateX(-100%);
	    	-ms-transform: translateX(-100%);
	    	transform: translateX(-100%);
	    }

	    100% {
	    	height: 5px;
	    	-webkit-transform: translateX(0);
	    	-moz-transform: translateX(0);
	    	-ms-transform: translateX(0);
	    	transform: translateX(0);
	    }
	}

	@-webkit-keyframes display{
	    0% {
	    	height: 20px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 115px;
	    }
	}

	@-webkit-keyframes show_logo{
	    0% {
	    	height: 0px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 114px;
	    }
	}

	.sectiom-home .content-slide{
		width: 100%;
		overflow: hidden;
		position: absolute;
		background: rgba(255, 255, 255, 0.6);
		padding: 0;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(50%);
		transform: translateY(-50%);
	}

	.sectiom-home .content-slide.in{
		-webkit-animation-delay: 0s, 2s;
    	-webkit-animation-duration: 2000ms, 1000ms;
    	-webkit-animation-name: entrance, display;

		-moz-animation-delay: 0s, 2s;
    	-moz-animation-duration: 2000ms, 1000ms;
    	-moz-animation-name: entrance, display;
	}

	.sectiom-home .logo.in{
		-webkit-animation-delay: 3.25s;
    	-webkit-animation-duration: 1200ms;
    	-webkit-animation-name: show_logo;

		-moz-animation-delay: 3.25s;
    	-moz-animation-duration: 1200ms;
    	-moz-animation-name: show_logo;
	}

	.sectiom-home .logo{
		width: auto;
		height: 114px;
		display: table;
		margin: 0 auto;
		overflow: hidden;
		padding: 25px 0 15px;
	}

	.sectiom-home .logo a{
		width: 248px;
		height: 75px;
		display: block;
		float: left;
		text-indent: -999999px;
		color: transparent;
		background-image: url(../img/logo/miguel-tavares.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.section-about{
		position: relative;
  		float: left;
  		width: 100%;
  		margin: 0 0 -2px 0;
  		background: #fff;
	}

	.section-about .box-content,
	.section-about .gallery-about{
		width: 100%;
		float: left;
		height: auto;
		position: relative;
	}

	.section-about .box-content{
		overflow: hidden;
		padding: 0 3.5%;
	}

	.section-about .box-content .container-about{
		width: 100%;
		padding: 50px 0;
		float: right;
		position: relative;
	}

	.container-tab{
		position: relative;
		float: left;
		width: 100%;
	}

	.container-tab .container-menu{
		display: table;
		width: auto;
		float: none;
		clear: both;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}

	.container-tab .container-menu li{
		width: auto;
		float: left;
		list-style: none;
		padding: 0 9px;
	}

	.container-tab .container-menu li:nth-last-child(2){
		display: none;
	}

	.container-tab .container-menu li a{
		width: auto;
		display: table;
		margin: 0 auto;
		color: #b0b0b0;
		font-size: 1.5em;
		padding: 10px 0 5px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		font-family: 'proxima_novabold';
		border-bottom: 2px solid #fff;
	}

	.container-tab .container-menu li:first-child a{
		display: table;
		width: auto;
		text-align: left;
		float: left;
	}

	.container-tab .container-menu li:nth-child(4) a{
		display: table;
		width: auto;
		text-align: right;
		float: right;
	}

	.container-tab .container-menu li a.tabulous_active{
		color: #173831;
		border-bottom: 2px solid #173831;
	}


	#tabs_container{
		position: relative;
  		float: left;
  		width: 100%;
  		height: auto !important;
	}

	#tabs_container .tab-item{
		top: 20px !important;
		position: relative !important;
	}

	#tabs_container .tab-item .name-title{
		color: #173831;
		font-family: 'proxima_novabold';
		width: 100%;
		float: left;
		padding: 1.25em 0;
		text-align: left;
		clear: both;
		font-size: 2.5em;
		text-transform: uppercase;
	}

	#tabs_container .tab-item p{
		font-size: 1.85em;
		line-height: 1.45em;
  		color: #000;
  		width: 100%;
  		display: block;
  		float: left;
  		margin: 0 0 1.25em;
	}

    .hideleft {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        display: none;
    }

    .showleft {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;

        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        -ms-transition-delay: .3s;
        transition-delay: .3s;
        display: block;
    }

    .transition {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;

        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        -ms-transition-delay: .3s;
        transition-delay: .3s;
    }

    .make_transist {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative !important;
    }

	.gallery-about .gallery-images{
		width: 100%;
		float: left;
		overflow: hidden;
		height: 680px;
		position: relative;
	}

	.gallery-about .gallery-images .image-featured{
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		transition: all 500ms ease;
	}

	.gallery-about .gallery-images .image-featured.active{
		opacity: 1;
	}

	.box-thumb{
		width: auto;
		position: absolute;
  		left: 50%;
  		bottom: 25px;
  		-webkit-transform: translate(-50%,0);
  		-moz-transform: translate(-50%,0);
  		-ms-transform: translate(-50%,0);
  		transform: translate(-50%,0);
  		min-width: 530px;
	}

	.box-thumb .list-thumb{
		width: auto;
		display: table;
		margin: 0 auto;
	}

	.box-thumb .list-thumb .item-thumb{
		display: block;
		float: left;
		overflow: hidden;
		margin: 0;
	}

	.box-thumb .list-thumb .item-thumb img{
		border: 3px solid #fff;
		border-radius: 50%;
		cursor: pointer;
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}

	.area-work{
		background: #173831;
  		position: relative;
  		width: 100%;
  		float: left;
  		padding: 0 0 50px 0;
  		overflow: hidden;
	}

	.box-section{
		width: 100%;
		float: left;
		display: block;
		position: relative;
	}

	.box-section .name-section{
		font-family: 'proxima_novabold';
		text-transform: uppercase;
		font-size: 3em;
		text-align: center;
		color: #fff;
		padding: 1.35em 0;
	}

	.box-section .name-section.green{
		color: #173831;
	}

	.box-section .name-section.left{
		text-align: left;
	}

		/***************************************************/
	.area-work .center-box.visible{
		position: static;
	}

	.container-text.show .box-section .name-section{
		color: #173831;
	}

	.box-caterogy .container-text .box-category{
		width: 100%;
		float: left;
	}

	.box-caterogy .container-text{
  		position: absolute;
	  	width: 100%;
	  	height: 100%;
	  	/*height: calc(100% + 25px);*/
	  	top: 0;
	  	left: 0;
	  	z-index: 999999;
	  	opacity: 0;
	  	background-color: #fff;
	  	-webkit-transform: translate(150%, 0);
	  	-moz-transform: translate(150%, 0);
	  	-ms-transform: translate(150%, 0);
	  	transform: translate(150%, 0);
	  	-webkit-transition: all 1.25s ease;
		-moz-transition: all 1.25s ease;
		-ms-transition: all 1.25s ease;
		transition: all 1.25s ease;
	}

	.box-caterogy .container-text.show{
		opacity: 1;
	  	-webkit-transform: translate(0, 0);
	  	-moz-transform: translate(0, 0);
	  	-ms-transform: translate(0, 0);
	  	transform: translate(0, 0);
	  	-webkit-transition: all 1.25s ease;
		-moz-transition: all 1.25s ease;
		-ms-transition: all 1.25s ease;
		transition: all 1.25s ease;
	}


	.box-caterogy .container-text.show .item-category{
		width: 90%;
  		max-width: 975px;
  		float: none;
  		height: 600px;
  		border: none;
  		margin: 35px auto 45px;
  		background-color: #fff;
	}

	.box-caterogy .container-text.show .item-category .centering {
	  	width: 100%;
  		height: 575px;
  		display: block;
  		overflow: auto;
  		padding: 0 25px 0 0;
  		margin: 65px 0 0 0;
	}

	.box-caterogy .container-text.show .item-category .name-service{
		color: #173831 !important;
  		opacity: 1;
  		position: absolute;
  		text-align: left;
  		top: 25px;
  		left: 0;
  		padding: 0 0 10px 0;
  		background-color: transparent !important;
	}

	.box-caterogy .container-text.show .item-category .view-more{
		height: 0;
		width: 0;
		display: block;
		overflow: hidden;
	}

	.box-caterogy .container-text.show .item-category .description-service{
		height: auto !important;
		opacity: 1;
	}

	.area-work .icon-menu.on .icon-bar:first-child,
	.area-work .icon-menu.on .icon-bar:last-child{
		background: #173831;
	}



	.box-caterogy .container-text.show .item-category .centering::-webkit-scrollbar {
	  	width: 6px;
	}

	.box-caterogy .container-text.show .item-category .centering::-webkit-scrollbar-track {
	  	background: #fff;
	}

	.box-caterogy .container-text.show .item-category .centering::-webkit-scrollbar-thumb {
	  	background-color: #173831;
	  	border-radius: 3px;
	}

	.option-next-prev{
		position: absolute;
  		top: 50%;
  		left: 50%;
  		height: 30px;
  		overflow: hidden;
  		width: 100%;
  		-webkit-transform: translate(-50%, -50%);
  		-moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		transform: translate(-50%, -50%);
	}

	.option-next-prev .btn-prev,
	.option-next-prev .btn-next{
		width: 17px;
  		height: 29px;
  		display: block;
  		position: absolute;
  		cursor: pointer;
	}

	.option-next-prev .btn-prev{
		background-image: url(../img/icons/prev-item.png);
		background-repeat: no-repeat;
		background-size: 100%;
		left: 10px;
	}

	.option-next-prev .btn-next{
		background-image: url(../img/icons/next-item.png);
		background-repeat: no-repeat;
		background-size: 100%;
		right: 10px;
	}

	/***************************************************/



	.box-caterogy{
		width: 100%;
		height: auto;
		float: left;
		display: block;
		margin: 35px 0 45px;
	}

	.box-caterogy .item-category{
		width: 50%;
		height: 150px;
		border: 1px solid #0e4c40;
		float: left;
		position: relative;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy a:nth-child(odd) .item-category{
		border-left: 2px solid #0e4c40;
	}

	.box-caterogy a:nth-child(even) .item-category{
		border-right: 2px solid #0e4c40;
	}

	.box-caterogy a:nth-child(1) .item-category,
	.box-caterogy a:nth-child(2) .item-category{
		border-top: 2px solid #0e4c40;
	}

	.box-caterogy a:nth-child(7) .item-category,
	.box-caterogy a:nth-child(8) .item-category{
		border-bottom: 2px solid #0e4c40;
	}

	.icon.direito-empresarial{
		background-image: url(../img/icons/icon-direito-empresarial.png);
	}

	.icon.direito-consumerista{
		background-image: url(../img/icons/icon-direito-consumerista.png);
	}

	.icon.direito-civil{
		background-image: url(../img/icons/icon-direito-civil.png);
	}

	.icon.direito-trabalhista{
		background-image: url(../img/icons/icon-direito-trabalhista.png);
	}

	.icon.direito-desportivo{
		background-image: url(../img/icons/icon-direito-desportivo.png);
	}

	.icon.direito-imobiliario{
		background-image: url(../img/icons/icon-direito-imobiliario.png);
	}

	.icon.correspondentes{
		background-image: url(../img/icons/icon-correspondentes.png);
	}

	.icon.outros{
		background-image: url(../img/icons/icon-others.png);
	}

	.box-caterogy .item-category .icon{
		width: 55px;
		height: 55px;
		position: absolute;
		background-color: #0e4c40;
		border-radius: 999999px;
		border: 3px solid #0e4c40;
		left: 50%;
  		top: 0;
  		z-index: 99999;
  		background-repeat: no-repeat;
		background-size: 38px 33px;
		background-position: 50% 50%;
  		-webkit-transform: translate(-50%, -50%);
  		-moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		transform: translate(-50%, -50%);
  		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category .item-content{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.box-caterogy .item-category .display{
		width: 100%;
		height: 100%;
		position: relative;
		display: table;
	}

	.box-caterogy .item-category .centering{
		display: table-cell;
		vertical-align: middle;
	}

	.box-caterogy .item-category .name-service{
		width: 100%;
		display: block;
		text-transform: uppercase;
		text-transform: capitalize;
		color: #fff;
		text-align: center;
		font-size: 1.85em;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category .description-service{
		width: 100%;
		height: 0px;
		overflow: hidden;
		font-size: 1.7em;
  		color: #000;
  		width: 100%;
  		display: block;
  		float: left;
  		opacity: 0;
  		text-align: justify;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category .view-more{
		width: 100%;
		float: left;
		display: block;
		text-align: center;
		font-size: 1.5em;
		padding: 7.5px 0 0;
		color: transparent;
		font-family: 'proxima_novabold';
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover{
		background: #fff;
		border-color: #fff !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover .icon,
	.box-caterogy .item-category.active .icon{
		border-color: #173831 !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover .name-service,
	.box-caterogy .item-category.active .name-service{
		color: #173831 !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover .view-more{
		color: #173831 !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category.active{
		position: relative;
		width: 100%;
		height: 300px;
		z-index: 999999;
		background: #fff;
		border: 2px solid #fff !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category.hide{
		opacity: 0;
		width: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-ms-transition: all 1.5s ease;
		transition: all 1.5s ease;
	}

	.box-caterogy .item-category.active .centering{
  		display: block;
  		width: 100%;
  		padding: 40px 40px 0;
	}

	.box-caterogy .item-category.active .view-more{
		overflow: hidden;
		display: none;
	}

	.box-caterogy .item-category.active .name-service{
		text-align: left;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category.active .description-service{
		height: 190px;
  		overflow: auto;
		opacity: 1;
		margin: 1.5em 0 1.25em;
		-webkit-transition: all 1.2s ease;
		-moz-transition: all 1.2s ease;
		-ms-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}

	.box-caterogy .item-category.active .description-service::-webkit-scrollbar {
	    width: 6px;
	}

	.box-caterogy .item-category.active .description-service::-webkit-scrollbar-track {
		background: #fff;
	}

	.box-caterogy .item-category.active .description-service::-webkit-scrollbar-thumb {
	    background-color: #173831;
	    border-radius: 3px;
	}

	.area-work .icon-menu.on{
		background: transparent;
		top: 0;
  		right: 0;
  		position: absolute;
  		z-index: 9999999;
  		opacity: 0;
  		cursor: default;
  		-webkit-transform: translate(-50%, 50%);
  		-moz-transform: translate(-50%, 50%);
  		-ms-transform: translate(-50%, 50%);
  		transform: translate(-50%, 50%);
  		-webkit-transition: all 1.75s ease;
		-moz-transition: all 1.75s ease;
		-ms-transition: all 1.75s ease;
		transition: all 1.75s ease;
	}

	.area-work .icon-menu.on.show{
		opacity: 1;
		cursor: pointer;
		-webkit-transition: all 1.75s ease;
		-moz-transition: all 1.75s ease;
		-ms-transition: all 1.75s ease;
		transition: all 1.75s ease;
	}

	.area-work .icon-menu:after{
		content: "";
	}












	.section-news{
		width: 100%;
		float: left;
		position: relative;
		padding: 0 0 25px 0;
		background: #fff;
	}

	.section-news.ajust{
		padding: 135px 0 25px;
	}

	.section-news .limit-box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#group-news{
		width: 100%;
	}

	.line-y-1{
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-2{
		-webkit-transform: translate(0, -380px);
		-moz-transform: translate(0, -380px);
		-ms-transform: translate(0, -380px);
		transform: translate(0, -380px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-3{
		-webkit-transform: translate(0, -760px);
		-moz-transform: translate(0, -760px);
		-ms-transform: translate(0, -760px);
		transform: translate(0, -760px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-4{
		-webkit-transform: translate(0, -1140px);
		-moz-transform: translate(0, -1140px);
		-ms-transform: translate(0, -1140px);
		transform: translate(0, -1140px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-5{
		-webkit-transform: translate(0, -1520px);
		-moz-transform: translate(0, -1520px);
		-ms-transform: translate(0, -1520px);
		transform: translate(0, -1520px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-6{
		-webkit-transform: translate(0, -1900px);
		-moz-transform: translate(0, -1900px);
		-ms-transform: translate(0, -1900px);
		transform: translate(0, -1900px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-7{
		-webkit-transform: translate(0, -2280px);
		-moz-transform: translate(0, -2280px);
		-ms-transform: translate(0, -2280px);
		transform: translate(0, -2280px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-8{
		-webkit-transform: translate(0, -2660px);
		-moz-transform: translate(0, -2660px);
		-ms-transform: translate(0, -2660px);
		transform: translate(0, -2660px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.section-news .content-display{
		width: 75%;
		float: left;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.section-news .item-news{
		width: 100%;
		float: left;
		clear: both;
		position: relative;
		margin: 0 0 25px 0;
	}

	.box-date{
		width: 70px;
		height: 70px;
		background: #0e4c40;
		border: 1px solid #0e4c40;
		border-radius: 50%;
		position: relative;
		float: left;
	}

	.box-date:after{
		content: "";
  		height: 49%;
  		width: 98%;
  		background: #fff;
  		border-radius: 0 0 99999px 99999px;
  		position: absolute;
  		bottom: 1px;
  		left: 1px;
	}

	.box-date .date-day{
		width: 100%;
  		height: 49%;
  		float: left;
  		font-size: 2em;
  		font-family: 'proxima_novabold';
  		color: #fff;
  		text-align: center;
  		line-height: 200%;
	}

	.box-date .date-month{
		width: 100%;
  		height: 49%;
  		float: left;
  		font-size: 1.5em;
  		font-family: 'proxima_novabold';
  		color: #0e4c40;
  		text-align: center;
  		line-height: 165%;
  		z-index: 3;
  		position: relative;
  		text-transform: uppercase;
	}

	.title-news{
		width: 83%;
		height: 50px;
		border-left: 1px solid #0e4c40;
		float: right;
		margin: 10px 0;
		display: table;
	}

	.title-news .name-news{
		width: 100%;
		display: table-cell;
		padding: 0 0 0 25px;
		vertical-align: middle;
	}

	.title-news .name-news a{
		font-size: 1.15em;
		color: #0e4c40;
		text-decoration: none;
	}

	.box-tab{
		width: 100%;
		height: 0;
		float: left;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 6;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-tab.active{
		height: auto;
		opacity: 1;
		z-index: 15;
		position: relative;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.section-news .sidebar-category{
		width: 20%;
		float: right;
		display: block;
	}

	.section-news .sidebar-category .tag-sidebar{
		width: 100%;
		float: left;
		display: block;
		text-align: right;
		font-family: 'proxima_novabold';
		color: #000;
		font-size: 2em;
		margin: 0 0 5px 0;
	}

	.section-news .sidebar-category .menu-container{
		width: 100%;
		float: left;
		list-style: none;
	}

	.section-news .sidebar-category .menu-container li{
		float: left;
		width: 100%;
		display: block;
		margin: 0 0 5px;
	}

	.section-news .sidebar-category .menu-container li a{
		display: block;
		width: 100%;
		color: #b0b0b0;
		text-transform: uppercase;
		font-family: 'proxima_novabold';
		border: 1px solid #b0b0b0;
		border-radius: 5px;
		font-size: 1.5em;
		text-align: left;
		padding: 15px 0 15px 30px;
		text-decoration: none;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.section-news .sidebar-category .menu-container li a:hover{
		border-color: #0e4c40;
		color: #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.section-news .sidebar-category .menu-container li.active a{
		color: #fff;
		background: #0e4c40;
		border-color: #0e4c40;
	}

	.section-news .box-pagination{
		width: 100%;
		float: left;
		clear: both;
		overflow: hidden;
		margin: 25px 0 0 0;
	}

	.box-pagination .pagination{
		display: table;
		margin: 0 auto;
	}

	.box-pagination .pagination li{
		width: 30px;
		height: 30px;
		list-style: none;
		float: left;
		margin: 0 5px;
		display: table;
		border: 1px solid transparent;
		border-radius: 3px;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-pagination .pagination li a{
		width: 100%;
		color: #0e4c40;
		font-family: 'proxima_novabold';
		font-size: 1.5em;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		text-decoration: none;
		border-radius: 3px;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-pagination .pagination li.active:hover{
		border: 1px solid transparent !important;
	}

	.box-pagination .pagination li.active a{
		background: #0e4c40;
		color: #fff;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-pagination .pagination li.prev a{
		text-indent: -999999px;
		background-image: url(../img/icons/icon-prev.png);
		background-size: 8px 13px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.box-pagination .pagination li.next a{
		text-indent: -999999px;
		background-image: url(../img/icons/icon-next.png);
		background-size: 8px 13px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.box-pagination .pagination li:hover{
		border: 1px solid #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.container-full{
		height: 575px;
		opacity: 1;
	}

	.container-full.hide{
		height: 0 !important;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.content-full{
		width: 100%;
		height: auto;
		float: left;
		clear: both;
		display: block;
		position: relative;
		opacity: 1;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.content-full.show{
		height: auto;
		opacity: 1;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.content-full .header-news{
		overflow: hidden;
	}

	.content-full .header-news .title-news{
		width: 90%;
	}

	.header-news .title-news .name-news{
		color: #0e4c40;
		text-decoration: none;
		font-size: 2.25em;
	}

	.content-full .icon-menu.on{
		position: absolute;
		right: 15px;
		top: 0;
		-webkit-transform: translate(100%,-100%);
		-moz-transform: translate(100%,-100%);
		-ms-transform: translate(100%,-100%);
		transform: translate(100%,-100%);
	}

	.content-full .body-content{
		width: 100%;
		float: left;
		display: block;
		clear: both;
		margin: 3em 0 0 0;
		padding: 0 0 0 95px;
	}

	.content-full .body-content p{
		font-size: 1.7em;
  		color: #000;
  		width: 100%;
  		display: block;
  		float: left;
  		margin: 0 0 1.25em;
	}




	.footer-main{
		width: 100%;
		clear: both;
		float: left;
		overflow: hidden;
		padding: 25px 0;
		background: #fff;
		border-top: 2px solid #173831;
	}

	.footer-main .copyright{
		float: left;
		display: block;
		font-size: 1.65em;
		line-height: 1em;
		color: #0e4c40;
	}

	.footer-main .copyright .bold{
		font-family: 'proxima_novabold';
	}

	.footer-main .icon86{
		width: 28px;
		height: 17px;
		display: block;
		float: right;
		background-image: url(../img/icons/icon86.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.section-contact{
		position: relative;
  		float: left;
  		width: 100%;
  		z-index: 99;
	}

	.section-contact .box-contact,
	.section-contact .box-maps{
		width: 100%;
		float: left;
		height: auto;
		background: #0e4c40;
		position: relative;
	}

	.section-contact .box-maps{
		width: 100%;
		height: 450px;
		position: relative;
		right: 0;
		top: 0;
	}

	#google-maps{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border: none;
	}

	.section-contact .box-contact .container-contact{
		width: 100%;
	  	padding: 0 3.75% 50px;
	  	float: right;
	  	position: relative;
	}

	.section-contact .box-contact .box-form{
		width: 100%;
		float: left;
		display: block;
	}

	.section-contact .box-form .element-form{
		width: 100%;
		float: left;
		clear: both;
		border: none;
		padding: 0;
		margin: 0 0 20px 0;
	}

	.section-contact .box-form .element-form:last-child{
		margin: 0;
	}

	.section-contact .box-form .element-form .input-title{
		width: 100%;
		display: block;
		color: #fff;
		font-size: 2em;
		float: left;
		clear: both;
		font-family: 'proxima_novalight';
		text-transform: capitalize;
		margin: 0 0 5px;
	}

	.section-contact .box-form .element-form .input-text,
	.section-contact .box-form .element-form .select-list{
		width: 100%;
		height: 40px;
		background: #fff;
		border: none;
		padding: 3px 5px 3px 12px;
		color: #000;
		outline: none;
		font-size: 1.75em;
		font-family: 'proxima_novalight';
	}

	.section-contact .box-form .element-form .textarea-message{
		width: 100%;
		max-width: 100%;
		height: 150px;
		max-height: 150px;
		background: #fff;
		border: none;
		padding: 7px 5px 3px 12px;
		color: #000;
		outline: none;
		font-size: 1.75em;
		font-family: 'proxima_novalight';
	}

	.section-contact .box-form .element-form .input-submit{
		float: right;
		height: 50px;
		display: table;
		background: #173831;
		color: #fff;
		font-family: 'proxima_novabold';
		font-size: 2em;
		padding: 0 45px;
		border: 2px solid transparent;
		outline: none;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		transition: all .7s ease;
	}


}

















@media(min-width: 992px){

	body{
		width: 100%;
  		display: block;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	body.right{
		width: 100%;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	#menu-main{
		width: 400px;
		height: 100% !important;
		position: fixed;
		right: 0;
		top: 0;
		background: #0e4c40;
		z-index: 9999999;
		-webkit-transform: translate(100%,0);
		-moz-transform: translate(100%,0);
		-ms-transform: translate(100%,0);
		transform: translate(100%,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	#menu-main.on{
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	#menu-main .nav-navigation{
		width: 100%;
		float: left;
		display: block;
	}

	#menu-main .tag-menu{
		width: 100%;
		height: 90px;
		color: #fff;
		font-size: 2.25em;
		text-align: right;
		font-family: 'proxima_novabold';
		float: left;
		overflow: hidden;
		line-height: 115px;
  		text-transform: uppercase;
		padding: 0 35px 0 0;
  	}

	#menu-main .nav-navigation ul{
		width: 100%;
		float: left;
		margin: 0;
	}

	#menu-main .nav-navigation ul li{
		width: 100%;
		float: left;
		display: block;
		list-style: none;
	}

	#menu-main .nav-navigation ul li a{
		width: 100%;
		display: block;
		text-align: right;
		padding: 20px 35px 20px 0;
		color: #fff;
		font-size: 2.25em;
		font-family: 'proxima_novalight';
		text-transform: uppercase;
		text-decoration: none;
		box-shadow: 0 1px 1px -1px #fff;
	}

	#menu-main .nav-navigation ul li:last-child a{
		box-shadow: none;
	}


	.header-mini{
		width: 100%;
		background: rgb(255, 255, 255);
		height: auto;
		float: left;
		left: 0;
		top: 0;
		position: fixed;
		z-index: 99999999;
		padding: 10px 0;
		border-bottom: 2px solid #173831;
		opacity: 0;
		-webkit-transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		transform: translate(0,-100%);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini.show-appearance{
		opacity: 1;
		-webkit-transform: translate(0,0%);
		-moz-transform: translate(0,0%);
		-ms-transform: translate(0,0%);
		transform: translate(0,0%);
	}

	.header-mini.show{
		opacity: 1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .logo{
		margin: 0;
		display: block;
		position: absolute;
	}

	.header-mini .logo a{
		width: 234px;
		height: 65px;
		display: block;
		float: left;
		text-indent: -999999px;
		color: transparent;
		background-image: url(../img/logo/miguel-tavares.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.header-mini .menu-header{
		height: 65px;
	}

	.header-mini .menu-header .menu-container{
		width: auto;
		display: table;
		float: right;
		margin: 0 1% 0 0;
	}

	.header-mini .menu-header .menu-container li{
		float: left;
		list-style: none;
	}

	.header-mini .menu-header .menu-container li a{
		width: auto;
		position: relative;
		color: #173831;
		text-transform: uppercase;
		display: block;
		font-size: 1.25em;
		padding: 0 10px;
  		text-align: center;
  		text-decoration: none;
  		line-height: 65px;
  		border-right: 1px solid transparent;
	}

	.header-mini .menu-header .menu-container li a:after{
		content: "";
		height: 23px;
		width: 1px;
		background: rgba(52, 64, 64, 0.3);
		position: absolute;
		top: 20px;
		right: 0;
	}

	.header-mini .menu-header .menu-container li:last-child a:after{
		content: "";
		display: none;
	}

	.header-mini .icon-social{
		float: right;
		margin: 11.5px 0 0 10px;
	}

	.header-mini .icon-social .icon{
		float: left;
		margin: 0 10px 0 0;
		font-size: 1.5em;
	}

	.header-mini .icon-social .icon .fa-inverse{
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon .fa-stack{
		color: #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon:hover .fa-stack-2x{
		color: #fff !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.header-mini .icon-social .icon:hover .fa-inverse{
		color: rgb(14, 76, 64) !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}


	.header-mini .icon-social .icon:last-child{
		margin: 0;
	}




	.header-main{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: auto;
		padding: 30px 0;
		z-index: 2;
	}

	.header-main.bg-color{
		background: #0e4c40;
		display: none;
	}

	.header-main .header-contact{
		float: right;
	}

	.header-main .header-contact .box-social{
		float: left;
		display: block;
		margin: 0 35px 0 0;
	}

	.header-contact .box-social .icon-social{
		display: block;
		float: left;
		margin: 0 15px 0 0;
	}

	.header-contact .box-social .fa-stack{
		font-size: 1.75em;
	}

	.header-contact .box-social .fa-circle{
		color: #fff;
	}

	.header-contact .box-social .fa-inverse{
		color: #173831;
		line-height: 2.1em;
	}

	.header-contact .box-social .link-social{
		float: left;
  		font-size: 1.85em;
  		line-height: 1em;
  		margin: 4px 0 0;
	}

	.header-contact .box-social .link-social .type-social{
		font-size: .7em;
		display: block;
		clear: both;
		text-transform: uppercase;
		font-family: 'proxima_novalight';
		font-weight: 300;
		color: #fff;
		line-height: 1em;
	}

	.header-contact .box-social .link-social .url-social a{
		font-size: .7em;
		text-transform: uppercase;
		font-family: 'proxima_novabold';
		text-decoration: none;
		color: #fff;
		line-height: 1em;
	}

	.icon-menu{
		height: 35px;
		width: 35px;
		padding: 7.5px 5px;
		position: relative;
		background-color: #fff;
		border-radius: 2px;
		float: right;
		cursor: pointer;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu:after{
		content: "menu";
		width: 100%;
		text-align: center;
		height: auto;
		text-transform: uppercase;
		position: absolute;
		top: 110%;
		left: 0;
		font-family: 'proxima_novabold';
		color: #fff;
	}

	.icon-menu .icon-bar{
		width: 25px;
		height: 3px;
		display: block;
		float: left;
		background: #173831;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu .icon-bar:nth-child(2n){
		margin: 5.5px 0;
	}

	.icon-menu.on{
		background: #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu.on .icon-bar:first-child{
		background: #fff;
		transform: rotate(45deg) translate(5.5px, 5px);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu.on .icon-bar:nth-child(2){
		opacity: 0;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.icon-menu.on .icon-bar:last-child{
		background: #fff;
		transform: rotate(-45deg) translate(6.5px, -6px);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		transition: all .75s ease;
	}

	.footer-home{
		width: 100%;
		height: auto;
		float: left;
		clear: both;
		overflow: hidden;
		display: block;
		background: #173831;
		padding: 17px 0;
	}

	.footer-home p{
		color: #fff;
		font-size: 1.25em;
		font-family: 'proxima_nova_rgregular';
		display: block;
		text-transform: uppercase;
	}

	.footer-home p a{
		color: #fff;
		text-decoration: none;
	}

	.footer-home p.center{
		display: table;
  		width: 100%;
  		text-align: center;
  		float: none;
  		position: absolute;
  		left: 0;
	}

	.footer-home p.left{
		float: left;
		position: relative;
		z-index: 2;
	}

	.footer-home p.right{
		float: right;
		position: relative;
		z-index: 2;
	}

	.center-box{
		width: 90%;
		display: block;
		max-width: 975px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}

	.center-box.visible{
		overflow: visible;
	}

	.sectiom-home{
		float: left;
		width: 100%;
		clear: both;
		overflow: hidden;
		position: relative;
		display: table;
	}

	.sectiom-home .bg-image{
		width: 100%;
		float: left;
		display: block;
		background: #173831;
	}

	.sectiom-home .bg-image .image-slide{
		display: block;
		float: left;
		width: 100%;
		opacity: 0.45;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	@-webkit-keyframes entrance{

	    0% {
	    	height: 5px;
	    	overflow: hidden;
	    	-webkit-transform: translateX(-100%);
	    	-moz-transform: translateX(-100%);
	    	-ms-transform: translateX(-100%);
	    	transform: translateX(-100%);
	    }

	    100% {
	    	height: 5px;
	    	-webkit-transform: translateX(0);
	    	-moz-transform: translateX(0);
	    	-ms-transform: translateX(0);
	    	transform: translateX(0);
	    }
	}

	@-webkit-keyframes display{
	    0% {
	    	height: 20px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 150px;
	    }
	}

	@-webkit-keyframes show_logo{
	    0% {
	    	height: 0px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 149px;
	    }
	}

	@-moz-keyframes entrance{

	    0% {
	    	height: 5px;
	    	overflow: hidden;
	    	-webkit-transform: translateX(-100%);
	    	-moz-transform: translateX(-100%);
	    	-ms-transform: translateX(-100%);
	    	transform: translateX(-100%);
	    }

	    100% {
	    	height: 5px;
	    	-webkit-transform: translateX(0);
	    	-moz-transform: translateX(0);
	    	-ms-transform: translateX(0);
	    	transform: translateX(0);
	    }
	}

	@-moz-keyframes display{
	    0% {
	    	height: 20px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 150px;
	    }
	}

	@-moz-keyframes show_logo{
	    0% {
	    	height: 0px;
	    	overflow: hidden;
	    }

	    100% {
	    	height: 149px;
	    }
	}

	.sectiom-home .content-slide{
		width: 100%;
		overflow: hidden;
		position: absolute;
		background: rgba(255, 255, 255, 0.6);
		padding: 0;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(50%);
		transform: translateY(-50%);
	}

	.sectiom-home .content-slide.in{
		-webkit-animation-delay: 0s, 2s;
    	-webkit-animation-duration: 2000ms, 1000ms;
    	-webkit-animation-name: entrance, display;
		-moz-animation-delay: 0s, 2s;
    	-moz-animation-duration: 2000ms, 1000ms;
    	-moz-animation-name: entrance, display;
		animation-delay: 0s, 2s;
    	animation-duration: 2000ms, 1000ms;
    	animation-name: entrance, display;
	}

	.sectiom-home .logo.in{
		-webkit-animation-delay: 3.25s;
    	-webkit-animation-duration: 1200ms;
    	-webkit-animation-name: show_logo;
		-moz-animation-delay: 3.25s;
    	-moz-animation-duration: 1200ms;
    	-moz-animation-name: show_logo;
		animation-delay: 3.25s;
    	animation-duration: 1200ms;
    	animation-name: show_logo;
	}

	.sectiom-home .logo{
		width: auto;
		height: 149px;
		display: table;
		margin: 0 auto;
		overflow: hidden;
		padding: 25px 0 15px;
	}

	.sectiom-home .logo a{
		width: 360px;
		height: 109px;
		display: block;
		float: left;
		text-indent: -999999px;
		color: transparent;
		background-image: url(../img/logo/miguel-tavares.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.section-about{
		position: relative;
  		float: left;
  		width: 100%;
  		margin: 0 0 -2px 0;
  		background: #fff;
	}

	.section-about .box-content,
	.section-about .gallery-about{
		float: left;
		height: auto;
	}

	.section-about .box-content{
		width: 55%;
	}

	.section-about .gallery-about{
		width: 45%;
		position: relative;
	}

	.section-about .box-content .container-about{
		min-width: 485.5px;
    	max-width: 570.5px;
    	width: calc(100% - (25vw - 11.35vw) );
		padding: 50px 50px 50px 0;
		float: right;
		position: relative;
	}

	.container-tab{
		position: relative;
		float: left;
		width: 100%;
	}

	.container-tab .container-menu{
		display: table;
		width: 100%;
		float: left;
		clear: both;
		position: relative;
  		z-index: 3;
	}

	.container-tab .container-menu li{
		width: auto;
	    float: left;
	    list-style: none;
	    margin: 0 0 0 8px;
	}

	.container-tab .container-menu li:first-child{
		margin-left: 0;
	}

	.container-tab .container-menu li:nth-last-child(2){
		display: none;
	}

	.container-tab .container-menu li a{
		width: auto;
		display: table;
		margin: 0 auto;
		color: #b0b0b0;
		font-size: 1em;
		padding: 10px 0 5px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		font-family: 'proxima_novabold';
		border-bottom: 2px solid #fff;
	}

	.container-tab .container-menu li:first-child a{
		display: table;
		width: auto;
		text-align: left;
		float: left;
	}

	.container-tab .container-menu li:nth-child(4) a{
		display: table;
		width: auto;
		text-align: right;
		float: right;
	}

	.container-tab .container-menu li a.tabulous_active{
		color: #173831;
		border-bottom: 2px solid #173831;
	}


	#tabs_container{
		position: relative;
  		float: left;
  		width: 100%;
  		height: auto !important;
	}


	#tabs_container .tab-item{
		top: 20px !important;
		position: relative !important;
	}

	#tabs_container .tab-item .name-title{
		color: #173831;
		font-family: 'proxima_novabold';
		width: 100%;
		float: left;
		padding: 1.25em 0;
		text-align: left;
		clear: both;
		font-size: 2.5em;
		text-transform: uppercase;
	}

	#tabs_container .tab-item p{
		font-size: 1.85em;
		line-height: 1.45em;
  		color: #000;
  		width: 100%;
  		height: 435px;
  		overflow: auto;
  		display: block;
  		float: left;
  		text-align: justify;
  		margin: 0 0 1.25em;
  		padding: 0 12.5px 0 0;
	}

	#tabs_container .tab-item p::-webkit-scrollbar {
	    width: 6px;
	}

	#tabs_container .tab-item p::-webkit-scrollbar-track {
		background: #fff;
	}

	#tabs_container .tab-item p::-webkit-scrollbar-thumb {
	    background-color: #173831;
	    border-radius: 3px;
	}

	.box-caterogy .item-category.active .description-service::-webkit-scrollbar {
	    width: 6px;
	}

	.box-caterogy .item-category.active .description-service::-webkit-scrollbar-track {
		background: #fff;
	}

	.box-caterogy .item-category.active .description-service::-webkit-scrollbar-thumb {
	    background-color: #173831;
	    border-radius: 3px;
	}

    .hideleft {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        display: none;
    }

    .showleft {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;

        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        -ms-transition-delay: .3s;
        transition-delay: .3s;
        display: block;
    }

    .transition {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;

        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        -ms-transition-delay: .3s;
        transition-delay: .3s;
    }

    .make_transist {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative !important;
    }

	.gallery-about .gallery-images{
		width: 100%;
		float: left;
		overflow: hidden;
		height: 680px;
		position: relative;
	}

	.gallery-about .gallery-images .image-featured{
		width: 100%;
		min-width: 750px;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		transition: all 500ms ease;
	}

	.gallery-about .gallery-images .image-featured.active{
		opacity: 1;
	}

	.box-thumb{
		width: auto;
		position: absolute;
  		left: 0;
  		bottom: 15px;
  		-webkit-transform: translate(-10%,0);
  		-moz-transform: translate(-10%,0);
  		-ms-transform: translate(-10%,0);
  		transform: translate(-10%,0);
  		min-width: 530px;
	}

	.box-thumb .list-thumb{
		width: auto;
		display: table;
		margin: 0 auto;
	}

	.box-thumb .list-thumb .item-thumb{
		display: block;
		float: left;
		overflow: hidden;
		margin: 0;
	}

	.box-thumb .list-thumb .item-thumb img{
		border: 3px solid #fff;
		border-radius: 50%;
		cursor: pointer;
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}

	.area-work{
		background: #173831;
  		position: relative;
  		width: 100%;
  		float: left;
  		padding: 0 0 50px 0;
  		overflow: hidden;
	}

	.box-section{
		width: 100%;
		float: left;
		display: block;
		position: relative;
	}

	.box-section .name-section{
		font-family: 'proxima_novabold';
		text-transform: uppercase;
		font-size: 3em;
		text-align: center;
		color: #fff;
		padding: 1.35em 0;
	}

	.box-section .name-section.green{
		color: #173831;
	}

	.box-section .name-section.left{
		text-align: left;
	}

	.box-caterogy{
		width: 100%;
		height: auto;
		float: left;
		display: block;
		margin: 35px 0 45px;
	}

	/***************************************************/
	.area-work .center-box.visible{
		position: static;
	}

	.container-text.show .box-section .name-section{
		color: #173831;
	}

	.box-caterogy .container-text .box-category{
		width: 100%;
		float: left;
	}

	.box-caterogy .container-text{
  		position: absolute;
	  	width: 100%;
	  	height: 100%;
	  	/*height: calc(100% + 25px);*/
	  	top: 0;
	  	left: 0;
	  	z-index: 999999;
	  	opacity: 0;
	  	background-color: #fff;
	  	-webkit-transform: translate(150%, 0);
	  	-moz-transform: translate(150%, 0);
	  	-ms-transform: translate(150%, 0);
	  	transform: translate(150%, 0);
	  	-webkit-transition: all 1.25s ease;
		-moz-transition: all 1.25s ease;
		-ms-transition: all 1.25s ease;
		transition: all 1.25s ease;
	}

	.box-caterogy .container-text.show{
		opacity: 1;
	  	-webkit-transform: translate(0, 0);
	  	-moz-transform: translate(0, 0);
	  	-ms-transform: translate(0, 0);
	  	transform: translate(0, 0);
	  	-webkit-transition: all 1.25s ease;
		-moz-transition: all 1.25s ease;
		-ms-transition: all 1.25s ease;
		transition: all 1.25s ease;
	}


	.box-caterogy .container-text.show .item-category{
		width: 90%;
  		max-width: 975px;
  		float: none;
  		height: 350px;
  		border: none;
  		margin: 35px auto 45px;
  		background-color: #fff;
	}

	.box-caterogy .container-text.show .item-category .centering {
	  	width: 100%;
  		height: 290px;
  		display: block;
  		overflow: auto;
  		padding: 0 25px 0 0;
  		margin: 45px 0 0 0;
	}

	.box-caterogy .container-text.show .item-category .name-service{
		color: #173831 !important;
  		opacity: 1;
  		position: absolute;
  		text-align: left;
  		top: 15px;
  		left: 0;
  		padding: 0 0 10px 0;
  		background-color: transparent !important;
	}

	.box-caterogy .container-text.show .item-category .view-more{
		height: 0;
		width: 0;
		display: block;
		overflow: hidden;
	}

	.box-caterogy .container-text.show .item-category .description-service{
		height: auto !important;
		opacity: 1;
	}

	.area-work .icon-menu.on .icon-bar:first-child,
	.area-work .icon-menu.on .icon-bar:last-child{
		background: #173831;
	}

	.box-caterogy .container-text.show .item-category .icon{
		-webkit-transform: translate(-50%, -100%);
  		-moz-transform: translate(-50%, -100%);
  		-ms-transform: translate(-50%, -100%);
  		transform: translate(-50%, -100%);
	}



	.box-caterogy .container-text.show .item-category .centering::-webkit-scrollbar {
	  	width: 6px;
	}

	.box-caterogy .container-text.show .item-category .centering::-webkit-scrollbar-track {
	  	background: #fff;
	}

	.box-caterogy .container-text.show .item-category .centering::-webkit-scrollbar-thumb {
	  	background-color: #173831;
	  	border-radius: 3px;
	}

	.option-next-prev{
		position: absolute;
  		top: 50%;
  		left: 50%;
  		height: 30px;
  		overflow: hidden;
  		width: 100%;
  		-webkit-transform: translate(-50%, -50%);
  		-moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		transform: translate(-50%, -50%);
	}

	.option-next-prev .btn-prev,
	.option-next-prev .btn-next{
		width: 17px;
  		height: 29px;
  		display: block;
  		position: absolute;
  		cursor: pointer;
	}

	.option-next-prev .btn-prev{
		background-image: url(../img/icons/prev-item.png);
		background-repeat: no-repeat;
		background-size: 100%;
		left: 15px;
	}

	.option-next-prev .btn-next{
		background-image: url(../img/icons/next-item.png);
		background-repeat: no-repeat;
		background-size: 100%;
		right: 15px;
	}

	/***************************************************/

	.box-caterogy .item-category{
		width: 25%;
		height: 150px;
		border: 1px solid #0e4c40;
		float: left;
		position: relative;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy a:nth-child(1) .item-category,
	.box-caterogy a:nth-child(5) .item-category{
		border-left: 2px solid #0e4c40;
	}

	.box-caterogy a:nth-child(4) .item-category,
	.box-caterogy a:nth-child(8) .item-category{
		border-right: 2px solid #0e4c40;
	}

	.box-caterogy a:nth-child(1) .item-category,
	.box-caterogy a:nth-child(2) .item-category,
	.box-caterogy a:nth-child(3) .item-category,
	.box-caterogy a:nth-child(4) .item-category{
		border-top: 2px solid #0e4c40;
	}

	.box-caterogy a:nth-child(5) .item-category,
	.box-caterogy a:nth-child(6) .item-category,
	.box-caterogy a:nth-child(7) .item-category,
	.box-caterogy a:nth-child(8) .item-category{
		border-bottom: 2px solid #0e4c40;
	}

	.icon.direito-empresarial{
		background-image: url(../img/icons/icon-direito-empresarial.png);
	}

	.icon.direito-consumerista{
		background-image: url(../img/icons/icon-direito-consumerista.png);
	}

	.icon.direito-civil{
		background-image: url(../img/icons/icon-direito-civil.png);
	}

	.icon.direito-trabalhista{
		background-image: url(../img/icons/icon-direito-trabalhista.png);
	}

	.icon.direito-desportivo{
		background-image: url(../img/icons/icon-direito-desportivo.png);
	}

	.icon.direito-imobiliario{
		background-image: url(../img/icons/icon-direito-imobiliario.png);
	}

	.icon.correspondentes{
		background-image: url(../img/icons/icon-correspondentes.png);
	}

	.icon.outros{
		background-image: url(../img/icons/icon-others.png);
	}

	.box-caterogy .item-category .icon{
		width: 55px;
		height: 55px;
		position: absolute;
		background-color: #0e4c40;
		border-radius: 999999px;
		border: 3px solid #0e4c40;
		left: 50%;
  		top: 0;
  		z-index: 99999;
  		background-repeat: no-repeat;
		background-size: 38px 33px;
		background-position: 50% 50%;
  		-webkit-transform: translate(-50%, -50%);
  		-moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		transform: translate(-50%, -50%);
  		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category .item-content{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.box-caterogy .item-category .display{
		width: 100%;
		height: 100%;
		position: relative;
		display: table;
	}

	.box-caterogy .item-category .centering{
		display: table-cell;
		vertical-align: middle;
	}

	.box-caterogy .item-category .name-service{
		width: 100%;
		display: block;
		text-transform: uppercase;
		text-transform: capitalize;
		color: #fff;
		text-align: center;
		font-size: 1.85em;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category .description-service{
		width: 100%;
		height: 0px;
		overflow: hidden;
		font-size: 1.7em;
  		color: #000;
  		width: 100%;
  		display: block;
  		float: left;
  		opacity: 0;
  		text-align: justify;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category .view-more{
		width: 100%;
		float: left;
		display: block;
		text-align: center;
		font-size: 1.5em;
		padding: 7.5px 0 0;
		color: transparent;
		font-family: 'proxima_novabold';
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover{
		background: #fff;
		border-color: #fff !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover .icon,
	.box-caterogy .item-category.active .icon{
		border-color: #173831 !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover .name-service,
	.box-caterogy .item-category.active .name-service{
		color: #173831 !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category:hover .view-more{
		color: #173831 !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category.active{
		position: relative;
		width: 100%;
		height: 300px;
		z-index: 999999;
		background: #fff;
		border: 2px solid #fff !important;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category.hide{
		opacity: 0;
		width: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-ms-transition: all 1.5s ease;
		transition: all 1.5s ease;
	}

	.box-caterogy .item-category.active .centering{
  		display: block;
  		width: 100%;
  		padding: 40px 40px 0;
	}

	.box-caterogy .item-category.active .view-more{
		overflow: hidden;
		display: none;
	}

	.box-caterogy .item-category.active .name-service{
		text-align: left;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-caterogy .item-category.active .description-service{
		height: 190px;
		text-align: justify;
  		padding: 0 12.5px 0 0;
  		overflow: auto;
		opacity: 1;
		margin: 1.5em 0 1.25em;
		-webkit-transition: all 1.2s ease;
		-moz-transition: all 1.2s ease;
		-ms-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}

	.area-work .icon-menu.on{
		background: transparent;
		top: 0;
  		right: 0;
  		position: absolute;
  		z-index: 9999999999;
  		opacity: 0;
  		cursor: default;
  		-webkit-transform: translate(-50%, 50%);
  		-moz-transform: translate(-50%, 50%);
  		-ms-transform: translate(-50%, 50%);
  		transform: translate(-50%, 50%);
  		-webkit-transition: all 1.25s ease;
		-moz-transition: all 1.25s ease;
		-ms-transition: all 1.25s ease;
		transition: all 1.25s ease;
	}

	.area-work .icon-menu.on.show{
		opacity: 1;
		cursor: pointer;
		-webkit-transition: all 1.25s ease;
		-moz-transition: all 1.25s ease;
		-ms-transition: all 1.25s ease;
		transition: all 1.25s ease;
	}

	.area-work .icon-menu:after{
		content: "";
	}












	.section-news{
		width: 100%;
		float: left;
		position: relative;
		padding: 0 0 25px 0;
		background: #fff;
	}

	.section-news.ajust{
		padding: 100px 0 25px;
	}

	.section-news .limit-box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#group-news{
		width: 100%;
	}

	.line-y-1{
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-2{
		-webkit-transform: translate(0, -380px);
		-moz-transform: translate(0, -380px);
		-ms-transform: translate(0, -380px);
		transform: translate(0, -380px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-3{
		-webkit-transform: translate(0, -760px);
		-moz-transform: translate(0, -760px);
		-ms-transform: translate(0, -760px);
		transform: translate(0, -760px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-4{
		-webkit-transform: translate(0, -1140px);
		-moz-transform: translate(0, -1140px);
		-ms-transform: translate(0, -1140px);
		transform: translate(0, -1140px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-5{
		-webkit-transform: translate(0, -1520px);
		-moz-transform: translate(0, -1520px);
		-ms-transform: translate(0, -1520px);
		transform: translate(0, -1520px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-6{
		-webkit-transform: translate(0, -1900px);
		-moz-transform: translate(0, -1900px);
		-ms-transform: translate(0, -1900px);
		transform: translate(0, -1900px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-7{
		-webkit-transform: translate(0, -2280px);
		-moz-transform: translate(0, -2280px);
		-ms-transform: translate(0, -2280px);
		transform: translate(0, -2280px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.line-y-8{
		-webkit-transform: translate(0, -2660px);
		-moz-transform: translate(0, -2660px);
		-ms-transform: translate(0, -2660px);
		transform: translate(0, -2660px);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.section-news .content-display{
		width: 75%;
		float: left;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.section-news .item-news{
		width: 100%;
		float: left;
		clear: both;
		position: relative;
		margin: 0 0 25px 0;
	}

	.box-date{
		width: 70px;
		height: 70px;
		background: #0e4c40;
		border: 1px solid #0e4c40;
		border-radius: 50%;
		position: relative;
		float: left;
	}

	.box-date:after{
		content: "";
  		height: 49%;
  		width: 98%;
  		background: #fff;
  		border-radius: 0 0 99999px 99999px;
  		position: absolute;
  		bottom: 1px;
  		left: 1px;
	}

	.box-date .date-day{
		width: 100%;
  		height: 49%;
  		float: left;
  		font-size: 2em;
  		font-family: 'proxima_novabold';
  		color: #fff;
  		text-align: center;
  		line-height: 200%;
	}

	.box-date .date-month{
		width: 100%;
  		height: 49%;
  		float: left;
  		font-size: 1.5em;
  		font-family: 'proxima_novabold';
  		color: #0e4c40;
  		text-align: center;
  		line-height: 165%;
  		z-index: 3;
  		position: relative;
  		text-transform: uppercase;
	}

	.title-news{
		width: 87%;
		height: 50px;
		border-left: 1px solid #0e4c40;
		float: right;
		margin: 10px 0;
		display: table;
	}

	.title-news .name-news{
		width: 100%;
		display: table-cell;
		padding: 0 0 0 25px;
		vertical-align: middle;
	}

	.title-news .name-news a{
		font-size: 1.15em;
		color: #0e4c40;
		text-decoration: none;
	}

	.box-tab{
		width: 100%;
		height: 0;
		float: left;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 6;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-tab.active{
		height: auto;
		opacity: 1;
		z-index: 15;
		position: relative;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.section-news .sidebar-category{
		width: 20%;
		float: right;
		display: block;
	}

	.section-news .sidebar-category .tag-sidebar{
		width: 100%;
		float: left;
		display: block;
		text-align: right;
		font-family: 'proxima_novabold';
		color: #000;
		font-size: 2em;
		margin: 0 0 5px 0;
	}

	.section-news .sidebar-category .menu-container{
		width: 100%;
		float: left;
		list-style: none;
	}

	.section-news .sidebar-category .menu-container li{
		float: left;
		width: 100%;
		display: block;
		margin: 0 0 5px;
	}

	.section-news .sidebar-category .menu-container li a{
		display: block;
		width: 100%;
		color: #b0b0b0;
		text-transform: uppercase;
		font-family: 'proxima_novabold';
		border: 1px solid #b0b0b0;
		border-radius: 5px;
		font-size: 1.5em;
		text-align: left;
		padding: 15px 0 15px 30px;
		text-decoration: none;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.section-news .sidebar-category .menu-container li a:hover{
		border-color: #0e4c40;
		color: #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.section-news .sidebar-category .menu-container li.active a{
		color: #fff;
		background: #0e4c40;
		border-color: #0e4c40;
	}

	.section-news .box-pagination{
		width: 100%;
		float: left;
		clear: both;
		overflow: hidden;
		margin: 25px 0 0 0;
	}

	.box-pagination .pagination{
		display: table;
		margin: 0 auto;
	}

	.box-pagination .pagination li{
		width: 30px;
		height: 30px;
		list-style: none;
		float: left;
		margin: 0 5px;
		display: table;
		border: 1px solid transparent;
		border-radius: 3px;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-pagination .pagination li a{
		width: 100%;
		color: #0e4c40;
		font-family: 'proxima_novabold';
		font-size: 1.5em;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		text-decoration: none;
		border-radius: 3px;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-pagination .pagination li.active:hover{
		border: 1px solid transparent !important;
	}

	.box-pagination .pagination li.active a{
		background: #0e4c40;
		color: #fff;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.box-pagination .pagination li.prev a{
		text-indent: -999999px;
		background-image: url(../img/icons/icon-prev.png);
		background-size: 8px 13px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.box-pagination .pagination li.next a{
		text-indent: -999999px;
		background-image: url(../img/icons/icon-next.png);
		background-size: 8px 13px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.box-pagination .pagination li:hover{
		border: 1px solid #0e4c40;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease;
		-ms-transition: all .75s ease;
		transition: all .75s ease;
	}

	.container-full{
		height: 575px;
		opacity: 1;
	}

	.container-full.hide{
		height: 0 !important;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.content-full{
		width: 100%;
		height: auto;
		float: left;
		clear: both;
		display: block;
		position: relative;
		opacity: 1;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.content-full.show{
		height: auto;
		opacity: 1;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.content-full .header-news{
		overflow: hidden;
	}

	.content-full .header-news .title-news{
		width: 90%;
	}

	.header-news .title-news .name-news{
		color: #0e4c40;
		text-decoration: none;
		font-size: 2.25em;
	}

	.content-full .icon-menu.on{
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: translate(100%,-100%);
		-moz-transform: translate(100%,-100%);
		-ms-transform: translate(100%,-100%);
		transform: translate(100%,-100%);
	}

	.content-full .body-content{
		width: 100%;
		float: left;
		display: block;
		clear: both;
		margin: 3em 0 0 0;
		padding: 0 0 0 95px;
	}

	.content-full .body-content p{
		font-size: 1.7em;
  		color: #000;
  		width: 100%;
  		display: block;
  		float: left;
  		margin: 0 0 1.25em;
	}




	.footer-main{
		width: 100%;
		clear: both;
		float: left;
		overflow: hidden;
		padding: 25px 0;
		background: #fff;
		border-top: 2px solid #173831;
	}

	.footer-main .copyright{
		float: left;
		display: block;
		font-size: 1.65em;
		line-height: 1em;
		color: #0e4c40;
	}

	.footer-main .copyright .bold{
		font-family: 'proxima_novabold';
	}

	.footer-main .icon86{
		width: 28px;
		height: 17px;
		display: block;
		float: right;
		background-image: url(../img/icons/icon86.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.section-contact{
		position: relative;
  		float: left;
  		width: 100%;
  		z-index: 99;
	}

	.section-contact .box-contact,
	.section-contact .box-maps{
		width: 50%;
		float: left;
		height: auto;
		background: #0e4c40;
		position: relative;
	}

	.section-contact .box-maps{
		width: 50%;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}

	#google-maps{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border: none;
	}

	.section-contact .box-contact .container-contact{
		width: 487.5px;
	  	padding: 0 50px 50px 0;
	  	float: right;
	  	position: relative;
	}

	.section-contact .box-contact .box-form{
		width: 100%;
		float: left;
		display: block;
	}

	.section-contact .box-form .element-form{
		width: 100%;
		float: left;
		clear: both;
		border: none;
		padding: 0;
		margin: 0 0 20px 0;
	}

	.section-contact .box-form .element-form:last-child{
		margin: 0;
	}

	.section-contact .box-form .element-form .input-title{
		width: 100%;
		display: block;
		color: #fff;
		font-size: 2em;
		float: left;
		clear: both;
		font-family: 'proxima_novalight';
		text-transform: capitalize;
		margin: 0 0 5px;
	}

	.section-contact .box-form .element-form .input-text,
	.section-contact .box-form .element-form .select-list{
		width: 100%;
		height: 40px;
		background: #fff;
		border: none;
		padding: 3px 5px 3px 12px;
		color: #000;
		outline: none;
		font-size: 1.75em;
		font-family: 'proxima_novalight';
	}

	.section-contact .box-form .element-form .textarea-message{
		width: 100%;
		max-width: 100%;
		height: 150px;
		max-height: 150px;
		background: #fff;
		border: none;
		padding: 7px 5px 3px 12px;
		color: #000;
		outline: none;
		font-size: 1.75em;
		font-family: 'proxima_novalight';
	}

	.section-contact .box-form .element-form .input-submit{
		float: right;
		height: 50px;
		display: table;
		background: #173831;
		color: #fff;
		font-family: 'proxima_novabold';
		font-size: 2em;
		padding: 0 45px;
		border: 2px solid transparent;
		outline: none;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		transition: all .7s ease;
	}
}



@media (min-width: 992px) and (max-width: 1199px){
	.InforUnidad p{
		font-size: 13px;
	}

	.ViewMapa{
		height: calc(100% - 127px);
	}
}

@media (min-width: 1200px){
	.container-tab .container-menu li a{
		font-size: 1.1em;
	}

	.container-tab .container-menu li{
		margin: 0px 0px 0px 0.55vw;
		font-size: 0.925em;
	}
}


@media(min-width: 1000px){
	.header-mini .menu-header .menu-container{
		width: auto;
		display: table;
		float: right;
		margin: 0 6% 0 0;
	}
}




@media (max-width: 500px){

	.gallery-about .gallery-images{
		height: 265px;
	}

	.icon-menu.on{
		opacity: 1 !important;
	}

	body.right{
		width: 100%;
  		transform: none;
  		-webkit-transition: all .75s ease;
  		-moz-transition: all .75s ease;
  		transition: all .75s ease;
	}

	.section-news.ajust{
		padding: 125px 0 25px;
	}

	#menu-main {
	  	width: 100%;
	}

	#menu-main .tag-menu{
		margin: 145px 0 0 0;
	}

	#menu-main .nav-navigation ul li a{
		text-align: center;
		padding: 15px 0;
	}

	#menu-main.on {
		-webkit-transform: translate(0,0);
  		-moz-transform: translate(0,0);
  		-ms-transform: translate(0,0);
  		transform: translate(0,0);
	  	-webkit-transition: all .75s ease;
	  	-moz-transition: all .75s ease;
	  	transition: all .75s ease;
	}

	.header-main{
		background: #fff;
  		padding: 65px 0 25px;
  		position: fixed;
  		z-index: 99999999;
  		top: 0;
  		overflow: hidden;
	}

	.header-main:after{
		content: "";
		width: 150px;
		height: 45px;
		display: table;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		top: 15px;
		background-image: url(../img/logo/miguel-tavares.png);
		background-size: 100%;
		background-repeat: no-repeat;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.header-main .icon-menu:after{
		content: "menu";
		color: #173831;
	}

	.header-main .header-contact .box-social{
		-webkit-transform: translate(0, 10px);
		-moz-transform: translate(0, 10px);
		-ms-transform: translate(0, 10px);
		-webkit-transform: translate(0, 10px);
	}

	.sectiom-home{
		margin: 125px 0 0;
	}

	.sectiom-home .bg-image{
		height: 215px;
	}

	.sectiom-home .content-slide{
		display: none;
	}

	.header-contact .box-social .link-social .url-social{
		display: none;
	}

	.header-contact .box-social .link-social .type-social{
		display: none;
	}

	.footer-home p{
		font-size: 1.2em;
	}

	.container-tab .container-menu li a{
		font-size: 1.35em;
	}

	#tabs_container .tab-item p{
		font-size: 1.8em;
    	line-height: 1.425em;
	}

	.box-section .name-section{
		font-size: 2.5em;
	}

	.box-caterogy .item-category{
		width: 100%;
		height: 160px;
	}

	.box-caterogy .item-category.active .centering{
		padding: 40px 20px 0;
	}

	.box-caterogy .item-category.active{
		height: 600px;
	}

	.box-caterogy:last-child{
		margin-bottom: 0;
	}

	.section-news .limit-box{
		height: auto;
	}

	.box-date{
		margin: 0 auto;
		float: none;
	}

	.title-news {
		width: 100%;
	  	height: 50px;
	  	float: right;
	  	margin: 10px 0;
	  	display: table;
	  	position: relative;
	  	padding: 0;
	}

	.title-news .name-news{
		padding: 0;
		margin: 15px 0 10px;
		text-align: center;
  		line-height: 1.35em;
	}

	.content-full .body-content{
		padding: 0;
		margin: 1.5em 0 0;
	}

	.box-caterogy .item-category.active .description-service{
		height: 490px;
  		overflow: auto;
		opacity: 1;
		margin: 1.5em 0 1.25em;
		-webkit-transition: all 1.2s ease;
		-moz-transition: all 1.2s ease;
		-ms-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}

	.box-caterogy .container-text{
		height: auto;
	}

	.box-caterogy .container-text.show .item-category{
		width: 90%;
  		max-width: 975px;
  		float: none;
  		height: 500px;
  		border: none;
  		margin: 35px auto 45px;
	}

	.box-caterogy .container-text.show .item-category .centering {
	  	width: 100%;
  		height: 435px;
  		display: block;
  		overflow: auto;
  		padding: 0 25px 0 0;
  		margin: 65px 0 0 0;
	}

	.area-work .icon-menu.on{
		-webkit-transform: translate(0, 27.5px);
  		-moz-transform: translate(0, 27.5px);
  		-ms-transform: translate(0, 27.5px);
  		transform: translate(0, 27.5px);
	}

	.area-work{
		height: 1457px;
	}

	.area-work.ajust{
		height: 670px;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		transition: all .7s ease;
	}

	.box-caterogy .container-text.show .item-category .icon{
		-webkit-transform: translate(-50%, -85%);
  		-moz-transform: translate(-50%, -85%);
  		-ms-transform: translate(-50%, -85%);
  		transform: translate(-50%, -85%);
	}

	.box-caterogy .container-text.show .item-category .name-service{
		top: 25px
	}

}

.section-contact .box-form .element-form .input-submit:hover{
	border: 2px solid #173831;
  	background: #0e4c40;
  	border-radius: 4px;
  	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	transition: all .7s ease;
}


@media( min-width: 1200px){
	.option-next-prev .btn-prev{
		background-image: url(../img/icons/prev-item.png);
		background-repeat: no-repeat;
		background-size: 100%;
		left: 75px;
	}

	.option-next-prev .btn-next{
		background-image: url(../img/icons/next-item.png);
		background-repeat: no-repeat;
		background-size: 100%;
		right: 75px;
	}

	.footer-home .center-box .Grid__item:nth-child(1){
		width: 570px;
		padding-left: 26px;
	}

	.footer-home .center-box .Grid__item:nth-child(2){
		width: calc(100% - 570px);
		padding-left: 28px;
	}

}

.content-full .body-content p a{
	color: rgb(14, 76, 64);
	text-decoration: none;
	display: table;
	margin: 5px 0 0 0;
}
