/*
* @file: default.css;
* @author: Cassio Vieira;
* @authorEmail: programacao@tdh.com.br;
* @authorURL: www.tdh.com.br;
* @authorCompany: TDH Websites;
*/

/* Img */
img {
	height: auto;
	max-width: 100%;
}

/* Anchor */
a {
	line-height: 1.2em;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
}
a:hover,
a:active,
a:focus {  }

/* Paragraph */
p {
	line-height: 1.6em;
}

/* Forms Items */
input,
select,
textarea,
button {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: medium none;
	position: relative;
	resize: none;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #ddd;
	max-width: 100%;
	padding: 10px;
	width: 100%;
}

/* Resultado Form */
.resultado {  }
.resultado .resultado-inner {
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 640px;
	padding: 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.resultado .resultado-inner.success {
	background-color: #ebfff3;
	border-color: #cee0d6;
	color: #27ae60;
}
.resultado .resultado-inner.danger {
	background-color: #f2e7e6;
	border-color: #f2d2ce;
	color: #c0392b;
}
.resultado .resultado-inner:before {
	background-image: url(data:image/png;base64,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);
	background-position: center 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 40px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.resultado .resultado-inner.success:before {
	background-position: center 0;
}
.resultado .resultado-inner.danger:before {
	background-position: center -50px;
}
.resultado .resultado-inner p {
	line-height: 1.2em;
}
.resultado .resultado-inner p strong {
	font-weight: 700;
}

/* Mod Title */
.mod-title {
	clear: both;
	color: #00548e;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 40px;
	padding: 0 0 0 50px;
	position: relative;
	text-transform: uppercase;
}
.mod-title:before {
	background-image: url(../images/backgrounds/sprite-icones-home.png);
	background-position: center -300px;
	background-repeat: no-repeat;
	content: "";
	height: 35px;
	left: 0;
	position: absolute;
	top: 0;
	width: 35px;
}
.mod-title span {
	display: block;
	line-height: 1.2em;
}
.mod-title span.big {  }
.mod-title span.small {
	color: #cccccc;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 5px 0 0;
}

/* Mod Link */
.mod-link {
	margin: 30px 0 0;
	text-align: center;
}
.mod-link a {
	border: solid 3px #cccccc;
	border-radius: 50px;
	color: #cccccc;
	display: inline-block;
	font-size: 18px;
	padding: 18px 75px 18px 40px;
	position: relative;
	text-transform: uppercase;
}
.mod-link a:hover {
	background-color: #00548e;
	border-color: #00548e;
	color: #ffffff;
}
.mod-link a:before {
	background-image: url(../images/backgrounds/sprite-seta.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	height: 20px;
	margin-top: -10px;
	position: absolute;
	right: 30px;
	top: 50%;
	transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		-webkit-transition: all 0.25s ease 0s;
		-o-transition: all 0.25s ease 0s;
		-ms-transition: all 0.25s ease 0s;
	width: 15px;
}
.mod-link a:hover:before {
	background-position: center -30px;
}

/* Mod Bottom Title */
.mod-bottom-title {
	color: #00548e;
	font-size: 24px;
	font-weight: 400;
	padding: 1px 0 0 45px;
	position: relative;
	text-transform: uppercase;
}
.mod-bottom-title:before {
	background-image: url(../images/backgrounds/sprite-icones-home.png);
	background-position: center -1732px;
	background-repeat: no-repeat;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 35px;
}

/* Form Contact */
.field {
	position: relative;
}
span.error {
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	border-radius: 3px;
	color: #b94a48;
	cursor: default;
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: -35px;
}
span.error:before {
	border-color: #eed3d7 transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	bottom: -7px;
	content: "";
	position: absolute;
	right: 10px;
}

/* Breadcrumbs */
.mod-breadcrumbs {  }
.mod-breadcrumbs ul {  }
.mod-breadcrumbs ul li {
	float: left;
}
.mod-breadcrumbs ul li:first-child {  }
.mod-breadcrumbs ul li span,
.mod-breadcrumbs ul li a {
	color: #698cbf;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	padding: 7px 0 8px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}
.mod-breadcrumbs ul li:first-child a {
	background-image: url(../images/backgrounds/sprite-icones-breadcrumb.png);
	background-position: center 0;
	background-repeat: no-repeat;
	height: 32px;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 32px;
}
.mod-breadcrumbs ul li:first-child a:hover {
	background-position: center -42px;
}
.mod-breadcrumbs ul li a:hover,
.mod-breadcrumbs ul li span {
	color: #ffffff;
}
.mod-breadcrumbs ul li span.divider {
	background-image: url(../images/backgrounds/sprite-icones-breadcrumb.png);
	background-position: center -94px;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0 10px;
	padding: 0;
	text-indent: -99999px;
	width: 12px;
}

/* Page Title */
.page-title {
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 45px;
	padding: 0 0 30px;
	position: relative;
	text-transform: uppercase;
}
.page-title:before {
	background-color: #00548e;
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 70px;
}

/* Item Gallery */
.item-gallery {
	clear: both;
	margin: 60px 0 0;
	position: relative;
}
.item-gallery .gallery-title {
	color: #2e568a;
	font-size: 18px;
	margin: 0 0 20px;
}
.item-gallery .gallery-items {  }
.item-gallery .gallery-items .row {
	margin: 30px 0 0;
}
.item-gallery .gallery-items .row:first-child {
	margin: 0;
}
.item-gallery .gallery-item {  }
.item-gallery .gallery-item a {
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	display: block;
	max-width: 262px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.item-gallery .gallery-item a:before {
	background-color: #00548e;
	border-bottom: 5px solid #698cbf;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	bottom: 0;
	transition: height 0.2s ease 0s, opacity 0.3s ease 0s;
		-moz-transition: height 0.2s ease 0s, opacity 0.3s ease 0s;
		-webkit-transition: height 0.2s ease 0s, opacity 0.3s ease 0s;
		-o-transition: height 0.2s ease 0s, opacity 0.3s ease 0s;
		-ms-transition: height 0.2s ease 0s, opacity 0.3s ease 0s;
	width: 100%;
}
.item-gallery .gallery-item a:hover:before {
	height: 100%;
	opacity: 0.8;
}
.item-gallery .gallery-item a:after {
	background-image: url(../images/backgrounds/icon-zoom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: -30%;
	content: "";
	height: 16px;
	left: 50%;
	margin: 0 0 -8px -8px;
	position: absolute;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	width: 16px;
	z-index: 1;
}
.item-gallery .gallery-item a:hover:after {
	bottom: 50%;
	transition-delay: 0.1s;
		-moz-transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		-ms-transition-delay: 0.1s;
}

/* Item Bottom Info */
.item-bottom-info {
	border-top: 1px solid #f2f2f2;
	clear: both;
	margin: 40px 0 0;
	padding: 30px 0 0;
	position: relative;
}
.item-bottom-info p {
	display: inline-block;
	font-size: 20px;
	margin: 0 0 0 50px;
	vertical-align: middle;
}
.item-bottom-info p.title {
	margin: 0;
}
.item-bottom-info p.title strong {
	display: block;
}
.item-bottom-info p.link {  }
.item-bottom-info p.link a {
	background-color: #00548e;
	border-radius: 50px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	padding: 20px 65px 20px 75px;
	position: relative;
	text-transform: uppercase;
}
.item-bottom-info p.link a:before,
.item-bottom-info p.link a:after {
	background-image: url(../images/backgrounds/sprite-icones-home.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 50%;
	transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		-webkit-transition: all 0.25s ease 0s;
		-o-transition: all 0.25s ease 0s;
		-ms-transition: all 0.25s ease 0s;
}
.item-bottom-info p.link a:before {
	background-image: url(../images/backgrounds/sprite-icone-contato.png);
	background-position: center 0;
	height: 30px;
	left: 30px;
	margin-top: -15px;
	width: 30px;
}
.item-bottom-info p.link a:after {
	background-position: center -165px;
	height: 20px;
	margin-top: -10px;
	right: 30px;
	width: 15px;
}
.item-bottom-info p.link a:hover {
	background-color: #95b7ea;
}
.item-bottom-info p.link a:hover:before {
	background-position: center -37px;
}
.item-bottom-info p.link a:hover:after {
	background-position: center -205px;
}

/* Pagination */
.pagination {
	margin: 60px 0 0;
}
.pagination ul {
	display: table;
	margin: 0 auto;
}
.pagination ul li {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.pagination ul li:first-child {
	margin: 0;
}
.pagination ul li.pagination-prev,
.pagination ul li.pagination-next {
	display: none;
}
.pagination ul li.pagination-start {  }
.pagination ul li.pagination-end {  }
.pagination ul li a,
.pagination ul li span {
	color: #cccccc;
	cursor: default;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}
.pagination ul li a {
	cursor: pointer;
}
.pagination ul li a:hover,
.pagination ul li span {
	color: #30558b;
}

.pagination ul li.pagination-start a,
.pagination ul li.pagination-start span,
.pagination ul li.pagination-end a,
.pagination ul li.pagination-end span {
	background-color: #e6e6e6;
	border-radius: 50px;
	color: #30558b;
	padding: 12px 25px;
	text-transform: uppercase;
}
.pagination ul li.pagination-start a:hover,
.pagination ul li.pagination-end a:hover {
	background-color: #30558b;
	color: #ffffff;
}


.item-bottom {
	margin: 100px 0 0;
}
.item-bottom {  }
.item-bottom #item-bottom-left {
	background-color: #f8f8f8;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	float: left;
	padding: 27px 50px;
	width: 68%;
}
.item-bottom #item-bottom-left .mod-onde-estamos {
	padding: 0 0 0 35px;
}
.mod-onde-estamos .mod-item p.linkmapa a {
	background-color: #f8f8f8;
}
.mod-onde-estamos .mod-item p.linkmapa a:hover {
	background-color: #00548e
}
.mod-onde-estamos .mod-item p.endereco {
	width: 60%;
}
.mod-onde-estamos .mod-item p.linkmapa {
	width: 30%;
}
#item-areas-atuacao {
	background-image: url(../images/backgrounds/banner-areas-de-atuacao.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	float: left;
	padding: 38px;
	text-align: center;
	width: 32%;
}
#item-areas-atuacao .title {
	color: #ffffff;
	font-size: 24px;
	margin: 0 0 15px;
	padding: 38px 0 0;
	position: relative;
	text-transform: uppercase;
}
#item-areas-atuacao .title:before {
	background-image: url(../images/backgrounds/icone-banner.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	height: 28px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 0;
	width: 30px;
}
#item-areas-atuacao a {
	color: #6689bc;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	padding: 0 40px 0 0;
	position: relative;
	text-transform: uppercase;
}
#item-areas-atuacao a:before {
	background-image: url(../images/backgrounds/sprite-seta-internas.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	height: 20px;
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	width: 15px;
}
#item-areas-atuacao a:hover {
	color: #ffffff;
}
#item-areas-atuacao a:hover:before {
	background-position: center -30px;
}