#sp-titulo-da-pousada, #sp-titulo-da-localizacao {
padding: 30px 0 0 0;
}
p {
    margin: 0 0 20px!important;
   text-align: justify;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a, a {
    color: #000000;
}
.sp-megamenu-parent >li >a {
	font-size: 1.2em!important;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #56910d!important;
}
.sp-megamenu-parent >li >a {
    text-transform: capitalize;
}
h4 {
	padding-top: 20px;
}
/* line separator */
.tsc_divider3 {
    height: 35px;
    width: 100%;
    margin: 0 0 30px 0;
    background: url(../images/tsc_divider3.png) no-repeat scroll center transparent;
    padding: 6px;
}
.tsc_divider3_black {
    height: 35px;
    width: 100%;
    margin: 0 0 30px 0;
    background: url(../images/tsc_divider3_black.png) no-repeat scroll center transparent;
    padding: 6px;
}
/* estilos para serviços */
.box{
    position: relative;
    text-align: center;
    color:#fff;
}
.box-img:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out 0s;
}
.box-img img{
    width: 100%;
    height: auto;
}
.content{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    padding: 0 30px;
    background: rgba(160, 97, 186, 0.9);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.8s ease-in-out 0s;
}
.content > .title{
    font-size: 22px;
    margin-top: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.content > .description{
    font-size: 13px;
}
.box:hover .content{
    opacity: 1;
}
@media only screen and (max-width: 990px){
    .box{
        margin-bottom: 20px;
    }
}
.helix-social-share .helix-social-share-icon ul li div a:hover, 
.helix-social-share .helix-social-share-icon ul li div a:focus {
	background: #3cb371!important;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.about_us_c h1 {
	color:#fff!important;
}
.sp-megamenu-parent > li > a {
	padding: 0 0 0 30px!important;
}
#sp-top-bar #sp-top3 .sp-module {
    float: right;
}
.sp-module-content .mod-languages ul.lang-inline li {
	margin: 0!important;
	padding-left: 5px!important;
}
#sp-header.menu-fixed {
    z-index: 999!important;
}
.media-body {
    width: 100%;
}
.espaco {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 25px;
	padding: 20px;
}
