/* 
Master Sheet

Creator: Virtua Creative Technology
Creator URL: http://www.virtuacreative.com.br
Author: RamosMD

Project: Serenità Psicologia
Last Update: 10 jan 2016

Original Design: Raleway Template 
http://www.templatemo.com/preview/templatemo_421_raleway
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,300,500,700);

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

.overlay h4 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.blue {
	color: #4fc3c7;
}

.green {
	color: #5d9a76;
}

.orange {
	color: #C60;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

@media only screen and (max-width: 460px) {
	body { 
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	}	
}

/* Pre-loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background: url(../img/preloader32.gif) center no-repeat rgba(0,0,0,0.2);
}

@media only screen and (max-width: 780px) {
	.preloader {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		vertical-align:central;
		background: url(../img/preloader16.gif) center no-repeat rgba(0,0,0,0.2);
	}
}



ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

*,*:before,*:after {
    box-sizing: inherit;
}

.site-header {
    margin-top: 10px;
	margin-bottom: 5px;
}

.header-wrapper {
    border-bottom: 1px solid #1b472d;
    padding: 10px 0;
    position: relative;
}

a.toggle-nav {
    position: fixed;
    top: 0;
    right: 0;
    margin: 60px 0;
    width: 46px;
    height: 46px;
    background: #5d9a76;
	border-radius:5px;
    text-align: center;
    line-height: 46px;
	padding-bottom: 20px;
	color: #1b472d !important;
}

a.toggle-nav i {
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
	a.toggle-nav {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

a.toggle-nav:hover {
    color: #fff;
}

.site-branding {
	vertical-align:middle;
}

.site-branding h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #5d9a76;
    text-transform: uppercase;
	text-shadow: 1px 1px 2px #999;
}

.site-branding h1:hover {
	color: #1b472d;
}

/*@media screen and (max-width: 700px) {
    .site-branding {
		padding-top: 50px;
    }
}*/

nav.main-navigation {
    text-align: right;
    margin-top: 40px;
	vertical-align:middle;
}

@media screen and (max-width: 992px) {
    nav.main-navigation {
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .menu-responsive {
        display: none;
    }
}

@media only screen and (max-width: 368px) {
	.container { 
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
	}	
}

@media only screen and (min-width: 369px) and (max-width: 460px) {
	.container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 461px) and (max-width: 992px) {
	.container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1040px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

ul.main-menu li {
    display: inline-block;
    margin-left: 10px;
}

ul.main-menu li a {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius:5px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

ul.main-menu li a.active {
    background: #1b472d;
	border-radius:5px;
    color: #fff;
	-webkit-box-shadow: 0px 0px 7px #666;
 	-moz-box-shadow: 0px 0px 7px #666;
  	box-shadow: 0px 0px 7px #666;
}

ul.main-menu li a:hover {
	background-color: #5d9a76;
	border-radius:5px;
	color:#FFF;
	-webkit-box-shadow: 0px 0px 3px #999;
 	-moz-box-shadow: 0px 0px 3px #999;
  	box-shadow: 0px 0px 3px #999;	
}

@media screen and (max-width: 991px) {
    ul.main-menu {
        background: rgba(0,0,0,0.9);
		border-radius:5px;
        padding: 10px 0;
    }

    ul.main-menu li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    ul.main-menu li a {
        font-size: 15px;
        font-weight: 300;
    }

    ul.main-menu li a.active {
        background: inherit;
        color: #deefe5;
    }
}

.content {
    display: none;
}

.home-intro {
	margin-top: 10px;
}

.home-intro img {
    margin-bottom: 10px;
	width:50%;
	height:50%;
	background-repeat:no-repeat;
	background-position:center top;
	-moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.home-intro p {
    font-size: 18px;
    line-height: 1.85;
    width: 80%;
    margin: 0 auto;
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

h2.welcome-title {
    font-weight: 100;
    color: #333;
    font-size: 48px;
    margin-bottom: 30px;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@media screen and (max-width: 992px) {
    h2.welcome-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 670px) {
	.home-intro {
		padding-bottom:10px !important;
	}
	.home-intro img {
		width: 100%;
		height:100%
	}
}

.list-icons {
    margin-top: 60px;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.list-icons li {
    display: inline-block;
    margin: 15px 40px;
}

.list-icons li i {
    font-size: 45px;
    color: #5d9a76;
}

.home-projects {
    margin-bottom: 70px;
}

.home-projects h2 {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 35px;
}

.home-projects p {
    margin-bottom: 32px;
}

.project-title {
    padding: 51px;
    background: #5d9a76;
	border-radius:10px;
    margin-bottom: 10px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.project-title-1 {
    padding: 51px;
    background: #5d9a76;
	border-radius:10px;
    margin-bottom: 10px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.project-title-face {
    padding: 51px;
    background: #5d9a76;
	border-radius:10px;
    margin-bottom: 10px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}



@media screen and (max-width: 469px) {
    .project-title {
		padding:20px;
    }
	.project-title-1 {
		padding-left:0px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-top: 20px;
		background-color:transparent;
    }
	.home-projects {
    	margin-bottom: 10px;
	}
}

@media screen and (min-width: 470px) and (max-width: 1199px) {
	.project-title-1 {
		padding-left:5px;
		padding-right: 5px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

.facebook {
	max-width:100%;
	max-height:100%;
}

@media only screen and (max-width: 321px) {
    .facebook {
		max-width:70%;
		max-height:70%;
	}
}

@media only screen and (min-width: 322px) and (max-width: 1199px) {
    .facebook {
		margin-left:10%;
		margin-right:10%;
	}
}

.project-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border: 0px solid #1a1c1f;
	border-radius:10px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media only screen and (max-width: 480px) {
.project-item { 
		margin-left:30px;
		margin-right:30px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 604px) {
	.project-item { 
		margin-left:60px;
		margin-right:60px;
	}
}

@media only screen and (min-width: 605px) and (max-width: 767px) {
	.project-item { 
		margin-left:80px;
		margin-right:80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project-item { 
		margin-left:100px;
		margin-right:100px;
	}
}

@media only screen and (max-width: 897px) {
    .site-branding .project-item img { max-width: 75%; }
}

.project-item-1 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border: 0px solid #1a1c1f;
	border-radius:10px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (min-width: 369px) and (max-width: 560px) {
	.project-item-1 {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 561px) and (max-width: 668px) {
	.project-item-1 {
        margin-right: 80px;
        margin-left: 80px;
    }
}

@media only screen and (min-width: 669px) and (max-width: 991px) {
	.project-item-1 {
        margin-right: 130px;
        margin-left: 130px;
    }
}

.project-item img {
    width: 100%;
    display: block;
}

.project-item1 img {
    width: 50%;
    display: block;
}


.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(79,195,199,0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay h4 {
    font-size: 18px;
}

.overlay h4 a {
    color: #fff;
}

.project-item:hover .overlay {
    opacity: 1;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.touch .overlay, .touch overlay:hover, .touch overlay:active  {
	position: fixed;
	width: 100%;
	height: 30%;
	margin-top:52%;
	top: 0;
	left: 0;
	bottom:0;
	visibility:visible;
	background: rgba(79,195,199,0.6);
	text-align: center;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
	}
	
.touch .overlay h4 {
    font-size: 14px;
	line-height:1.75em;
	font-weight:300;
}

@media screen and (max-width: 460px) {
	.touch .overlay, .touch overlay:hover, .touch overlay:active  {
		height: 20%;
		margin-top:60%;	
		bottom:0;
	}
	.touch .overlay h4 {
		font-size: 12px ;
		line-height:1.75em;
	}
}

@media screen and (min-width: 461px) and (max-width: 767px) {
	.touch .overlay, .touch overlay:hover, .touch overlay:active  {
		height: 20%;
		margin-top:60%;	
		bottom:0;
	}
	.touch .overlay h4 {
		font-size: 14px;
		line-height:1.75em;
	}
}


.overlay2 {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	bottom:0;
    background-color: transparent;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.project-item:hover .overlay2 {
    opacity: 1;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}


.project-item.one {
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.project-item.two {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.project-item.three {
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.project-item.four {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.our-story {
    padding: 0 50px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 320px) {
	.our-story {
		padding-left:1px;
		padding-right:1px;
	}
}

@media screen and (min-width: 321px) and (max-width: 460px) {
	.our-story {
		padding-left:5px;
		padding-right:5px;
	}
}

@media screen and (min-width: 461px) and (max-width: 668px) {
	.our-story {
		padding-left:20px;
		padding-right:20px;
	}
}

@media screen and (min-width: 669px) and (max-width: 991px) {
	.our-story {
		padding-left:50px;
		padding-right:50px;
	}
}


.story-bg {
    background: url("../img/drop1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.inner-story {
    background: #fff;
    padding: 40px;
    color: #32353a;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media screen and (max-width: 460px) {
	.inner-story {
		padding-left:10px;
		padding-right:10px;
	}
}

.inner-story h2 {
    margin-bottom: 30px;
}

.inner-story p {
    margin-bottom: 0;
}

.our-offers {
    margin-top: 30px;
    padding: 0 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
	.our-offers {
		padding-left:3px;
		padding-right:3px;
		z-index:9999;
	}
}

.offer-bg {
    background: url("../img/road3.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 69%;
    top: 0;
    left: 0;
    -moz-animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.offer-bg2 {
    background: url("../img/road5.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 69%;
    top: 0;
    left: 0;
    -moz-animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.offer-bg3 {
    background: url("../img/road7.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    -moz-animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.offer-bg4 {
    background: url("../img/bg-psicologia-organizacional.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    -moz-animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.offer-bg-blank {
	background-color: #5d9a76;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.offer-title {
    color: #4e91c9;
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@media screen and (max-width: 320px) {
	.offer-title {
		padding-left:10px;
		padding-right:10px;
	}
}

.offer-item {
    margin-top: 40px;
    overflow: hidden;
}

.offer-item figure {
    border: 3px solid #fff;
}

.offer-item figure img {
    width: 100%;
    display: block;
}

.offer-content {
    padding: 30px;
    background: #fff;
    color: #32353a;
    position: relative;
}

@media screen and (max-width: 320px) {
	.offer-content {
		padding-left:10px;
		padding-right:10px;
	}
}


.offer-content h4 {
    margin-bottom: 30px;
    font-weight: normal;
}

.offer-content p {
    margin-bottom: 0;
}

span.offer-left {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
}

.offer-left>i {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #32353a;
    border-bottom: 15px solid #32353a;
    left: 0px;
    top: 0px;
}

span.offer-right {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
}

.offer-right>i {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #32353a;
    border-bottom: 15px solid #32353a;
    left: 0px;
    top: 0px;
}

.offer-1 {
    -moz-animation-delay: 2.1s;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.offer-2 {
    -moz-animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.offer-3 {
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.offer-4 {
    -moz-animation-delay: 4.2s;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

.offer-5 {
    -moz-animation-delay: 4.9s;
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
}

.offer-6 {
    -moz-animation-delay: 5.6s;
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s;
}

.offer-7 {
    -moz-animation-delay: 6.3s;
    -webkit-animation-delay: 6.3s;
    animation-delay: 6.3s;
}

.offer-8 {
    -moz-animation-delay: 7s;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}


.slider {
	
	}

ul.bxslider {
	background-color: transparent;
	border-radius: 10px;
	max-height:100%;
}

ul.bxslider li {
	background-color: transparent;
	border-radius: 10px;
	height:100%;
	width:100%;
}

.projects-header {
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: center;
}

.projects-header h2 {
    font-weight: 100;
    color: #1b472d;
    font-size: 36px;
    margin-bottom: 30px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.projects-header p {
    font-size: 17px;
	margin-bottom: 10px !important;
    line-height: 1.75em;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.projects-holder {
    margin-bottom: 80px;
}

@media screen and (min-width: 560px) and (max-width: 672px) {
	.projects-holder {
		margin-left: 40px;
		margin-right: 40px;
	}	
}
@media screen and (min-width: 673px) and (max-width: 767px) {
	.projects-holder {
		margin-left: 80px;
		margin-right: 80px;
	}	
}

.p-1 {
    -moz-animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.p-2 {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.p-3 {
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.p-4 {
    -moz-animation-delay: 2.6s;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.p-5 {
    -moz-animation-delay: 2.9s;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.p-6 {
    -moz-animation-delay: 3.1s;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

.p-7 {
    -moz-animation-delay: 3.4s;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.blog-posts {
    margin-bottom: 80px;
}

.blog-item {
    position: relative;
    overflow: hidden;
    @extned %clearfix;;padding: 20px;
    color: #6d747e;
    text-align: center;
    margin-bottom: 30px;
}

.blog-item a {
    color: #32353a;
}

.blog-item h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}

.blog-item:hover .blog-bg {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

span.solid-line {
    width: 60px;
    height: 2px;
    background: #32353a;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-button {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px 20px;
    background: #deefe5;
	border-radius:5px;
	color:#1b472d;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.post-button:hover {
	background-color:#1b472d;
	color:#FFF;
}

.post-button-clin {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px 20px;
    background: #deefe5;
	border-radius:5px;
	color:#5d9a76;
}

.post-button-clin:hover {
	background-color:#5d9a76;
	color:#FFF;
}

.post-button-org {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px 20px;
    background: #b8e7e8;
	border-radius:5px;
	color:#115aac;
}

.post-button-org:hover {
	background-color:#4ec3c6;
	color:#FFF;
}

.post-button-online {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px 20px;
    background: #f3dac2;
	border-radius:5px;
	color:#cc6633;
}

.post-button-online:hover {
	background-color:#ebc299;
	color:#FFF;
}

.modal-body p {
	margin-bottom: 10px !important;
	line-height: 1.5em;
	
}


.back-button {
	background-image:url(../img/backbutton2.svg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:100%;
	padding-top:20px;
	padding-bottom:20px;
	display: inline-block;
    margin: 0 5px 5px 5px;
	cursor:pointer;
}

.back-button:hover {
	background-image:url(../img/backbutton2-hover.svg);
	background-repeat:no-repeat;
	
}

.back-button-b {
	background-image:url(../img/backbutton2-hover.svg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:100%;
	padding-top:20px;
	padding-bottom:20px;
	display: inline-block;
    margin: 0 5px 5px 5px;
	cursor:pointer;
}

.back-button-b:hover {
	background-image:url(../img/backbutton3-hover.svg);
	background-repeat:no-repeat;
	
}

.blog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
	border-radius:10px;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 8;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.blog-blue {
    background: url("../img/blog-blue.jpg");
}

.blog-pink {
    background: url("../img/blog-pink.jpg");
}

.blog-green {
    background: url("../img/blog-green.jpg");
}

.post-1 {
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.post-2 {
    -moz-animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.post-3 {
    -moz-animation-delay: 3.3s;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.blog-content {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 60px 30px;
}

.blog-content p {
    line-height: 1.75em;
    margin-bottom: 35px;
	text-align:justify;
}

.blog-header {
    margin-top: 30px;
	margin-bottom: 90px;
}

.blog-header h2 {
    font-size: 36px;
    color: #1b472d;
    margin-bottom: 30px;
    font-weight: 100;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.blog-header p {
    font-size: 17px;
    line-height: 1.75em;
    margin-bottom: 35px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.blog-button {
    background: #FFF;
	border-radius:5px;
	border-bottom-color:#CCC;
	border: solid #666 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 20px;
    color: #660000;
	-webkit-box-shadow: 0px 0px 3px #666666;
  	-moz-box-shadow: 0px 0px 3px #666666;
  	box-shadow: 0px 0px 3px #666666;
    -moz-animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.blog-button:hover {
	color:#FFF;
	background-color:#660000;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 10px #666666;
  	-moz-box-shadow: 0px 0px 10px #666666;
  	box-shadow: 0px 0px 10px #666666;
}

.contact-header {
    margin-top: 30px;
	margin-bottom: 100px;
}

.contact-header h2 {
    font-size: 36px;
    font-weight: 100;
    color: #1b472d;
    margin-bottom: 30px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.contact-header p {
    font-size: 17px;
    line-height: 1.75em;
    -moz-animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}


@media screen and (max-width: 460px) {
	.contact-header {
		margin-top: 40px;
		margin-bottom: 40px;
		
	}
	
	.contact-header h2 {
		font-size: 24px;
		font-weight:300;
		margin-bottom: 30px;
	}
	.contact-header p {
		font-size: 14px;
		line-height: 1.5em;
		text-align:justify !important;
		padding-left: 10px;
		padding-right: 10px;
	}

}


.contact-social {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.contact-social li {
    display: inline-block;
    margin: 0 20px;
}

.contact-social li i {
    font-size: 24px;
}

.contact-holder {
    background: #5d9a76;
    margin-bottom: 100px;
	border-radius:10px;
}

.contact-holder1 {
    background: #fff;
	color:rgb(51,51,51) !important;
    margin-bottom: 50px;
	border-radius:10px;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 460px) {
	.contact-holder1 {
		padding-left:10px;
		padding-right:10px;
	}
}

.googlemap-wrapper {
    -moz-animation-delay: 2.7s;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.map-canvas {
    height: 505px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}

#map_canvas {
    width: 100%;
    height: 505px;
}

#map_canvas img {
    max-width: none;
}

.contact-form {
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    padding-right:5px;
	padding-left: 5px;
	vertical-align:central;
}

@media screen and (max-width: 220px) {
    table tr td.td-2 {
		display:none;
    }
	table tr td.td-3 {
		padding-left:10px;
		font-size: 11px;
    }
}


@media screen and (min-width: 221px) and (max-width: 516px) {
    table tr td.td-2 {
		display:none;
    }
	table tr td.td-3 {
		padding-left:10px;
		font-size: 14px;
    }
}

@media screen and (min-width: 220px) and (max-width: 414px) {
    .contact-form {
        margin-left: 5%;
		margin-right: 5%;
		vertical-align:central !important;
    }
}


@media screen and (min-width: 415px) and (max-width: 992px) {
    .contact-form {
        padding-left: 20px;
		padding-right: 10px;
		vertical-align:central !important;
    }
}

.contatos-up-down {
	color:rgb(51,51,51) !important;
	text-align:left;
	padding-bottom:10px; 
	padding-top:10px;
	border-bottom-style:solid;
	border-bottom-color:#1b472d;
	border-bottom-width:1px;
	margin-top:30px !important;
	margin-bottom: 20px !important;
}

.contatos-margem {
	margin-top:5px;
}

@media screen and (min-width: 221px) and (max-width: 480px) {
.contatos {
	padding-left:10px !important;
	padding-right: 10px !important;
}


.contatos-up-down {
	color:rgb(51,51,51) !important;
	margin-top:20px !important;
	margin-bottom: 10px !important;
	font-size: 18px !important;
	text-align:center !important;
	padding-bottom:10px; 
	padding-top:10px;
	border-top-style:solid;
	border-top-color:#1b472d;
	border-top-width:1px;
}

.contatos-margem {
	margin-top:10px;
}

.contato-h4 {
	font-size: 18px !important;
}

}

@media screen and (min-width: 481px) and (max-width: 991px) {
.contatos {
	padding-left:10px !important;
	padding-right: 10px !important;
}

.contatos-up-down {
	font-size: 24px !important;
	padding-bottom:10px; 
	padding-top:10px;
	border-top-style:solid;
	border-top-color:#1b472d;
	border-top-width:1px;
}

.contatos-margem {
	margin-top:10px;
}

.contato-h4 {
	font-size: 24px !important;
}
}

.contact-form h4 {
    color: #fff;
    font-size: 24px;
    margin: 30px 0;
}

.contact-form input,.contact-form textarea {
    background: #deefe5;
    border: 0;
    outline: 0;
    color: #1b472d;
    font-size: 13px;
    height: 44px;
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
    padding: 10px;
	border-radius: 5px;
}

.contact-form textarea {
    height: 150px;
	border-radius: 5px;
}

.message-button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    background: #1b472d;
	border-radius:5px;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 10px #999;
 	-moz-box-shadow: 0px 0px 10px #999;
  	box-shadow: 0px 0px 10px #999;
}

.message-button:hover {
	color:#FFF;
	background-color:#4fc3c7;
}

.main-footer {
    border-top: 1px solid #46494f;
    border-bottom: 1px solid #46494f;
    padding: 30px 0 15px 0;
}

.clientes {
	background-color:rgb(255,255,255);
	border-radius: 10px;
	border-bottom-left-radius:10px;
	border-top-right-radius:10px;
	padding-left:30px;
	padding-right:30px;
	margin-left:15px;
	margin-right:15px;
    
}

.clientes h4 {
	font-weight:500px !important;
	color: #1b472d;
	border-bottom: 1px solid #1b472d;
}

.clientes .clientes-img li {
	display: inline-block;
	margin-top:30px;
	margin-bottom:30px;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	margin-left:15px;
	margin-right:15px;
}

@media only screen and (max-width: 991px) {
	.logos-clientes {
		margin-left:-50px !important;
		margin-right:-50px !important;
	}
}


@media only screen and (min-width: 992px) {
	.row-1 {
		margin-right:15px !important;
	}
}


.main-footer .social li {
    display: inline-block;
    margin: 0 15px 15px 15px;
	background: #5d9a76;
    border-color: #fff;
	border-radius:5px;
	color:#FFF !important;
}

.main-footer .social li a {
    padding: 20px;
	color:#fff !important;
}

.main-footer .social li a:hover {
    background: #1b472d;
    border-color: #333;
	border-radius:5px;
	color:#fff;
}

.copyright {
    margin-top: 30px;
    margin-bottom: 20px;
}

.copyright p {
    margin-bottom: 10px;
    font-size: 12px;
}

html {
    font-size: 93.75%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #deefe5 ;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
    font-family: "Roboto",sans-serif;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    overflow-x: hidden;
}

@media only screen and (max-width: 480px) {
	body  {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

p {
    margin-bottom: 30px;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

@media screen and (max-width: 668px) {
	h1 {
    font-size: 26px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 16px;
	}
}

a {
    color: #33cccc;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

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

span[class*="border-"] {
    position: fixed;
    background: #1f2122;
}

.border-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.border-left {
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
}

.border-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.border-right {
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
}

.shape-1 {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url("../img/shape-1.png") no-repeat;
}

.shape-2 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: url("../img/shape-2.png") no-repeat;
}

@media only screen and (max-width : 480px) {
	.border-top {
		height: 5px;
	}
	.border-left {
		width: 5px;
		height: 100%;
	}
	.border-bottom{
		height: 5px;
	}
	.border-right {
		width: 5px;
		height: 100%;
	}
	.shape-1 {
		top: 5px;
    	right: 5px;
    	width: 17.5px;
    	height: 17.5px;
	}
	.shape-2 {
		bottom: 5px;
    	left: 5px;
    	width: 17.5px;
    	height: 17.5px;	
	}
}

@media screen and (min-width : 481px) and (max-width : 1024px) {
	.border-top {
		height: 10px;
	}
	.border-left {
		width: 10px;
		height: 100%;
	}
	.border-bottom{
		height: 10px;
	}
	.border-right {
		width: 10px;
		height: 100%;
	}
	.shape-1 {
		top: 10px;
    	right: 10px;
    	width: 35px;
    	height: 35px;
	}
	.shape-2 {
		bottom: 10px;
    	left: 10px;
    	width: 35px;
    	height: 35px;	
	}
}

.main-button,.main-footer .social li a {
    color: #4fc3c7;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #999;
	border-radius:5px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.pink-button {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    display: inline-block;
    background: #1b472d;
	border-radius:5px;
    font-weight: normal;
}

.pink-button:hover {
    color: #fff;
	background-color: #4fc3c7;
}