body, html{
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
*{
	box-sizing: border-box;
}
.content{
   background: rgb(43,57,144);
	background: -moz-linear-gradient(45deg, #7c9239 2%, #bbd297 60%); /* FF3.6+ */
	background: -webkit-linear-gradient(45deg, #7c9239 2%, #bbd297 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #7c9239 2%, #bbd297 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #7c9239 2%, #bbd297 60%); /* IE10+ */ 
	background: linear-gradient(45deg, #7c9239 2%, #bbd297 60%); /* W3C */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c9239', endColorstr='#bbd297',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.content {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
}
.fundo{
	width: auto;
	height: auto;
	position: fixed;
	right: 0;
	bottom: 0;
}
.content h2, .content h1{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color:#a9d46e;
	margin: 60px 0 0;
	text-transform: uppercase;
	font-weight: 100;
}
.content h1{
    color: #fff;
    font-size: 42px;
    margin: 65px 0;
}
.content section{
	/* width: 898px; */
	width:78%;
	height: auto;
	background: #fff;
	margin: 38px auto 0;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	margin-bottom: 30px;
}
.content section article{
	text-align: center;
	width: 50%;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding: 73px 60px;
	position: relative;
}
.content section article.mapa{
	height: 100%;
	position: absolute;
}
.content section article iframe{
	position: absolute;
	top: 0;
	left: 0;
}

.content section article img.logo{

}
.content section article .text{
	width: 100%;
	margin-top:35px;
	font-size: 15px;
	color:#000;
	line-height: 19px;
	text-align:left;
}

.content section article .text p{
	margin-top: 20px
}
.content section article .text p.titulo{
	color: #2497ce;
    font-size: 17px;
    font-weight: 600;
}
.content section article .text p a{
	text-decoration: none;
	color:#2497ce;
}
.content footer{
	width: 78%;
	margin: 0 auto;
	text-align: right;
	color:#fff;
	font-size: 11px;
	position: relative;
	z-index: 99999999;
}
.content footer a{
	text-decoration: none;
	color:#fff;
}
.texto, .texto-modal {
    color:#000 !important;
    text-align:left;
    font-size:14px;
    line-height: 1.2em;
}

.texto-modal {
        line-height: 19px;
}
ul.texto-modal {
    list-style: initial;
    padding-left: 30px;
}

ul.texto-modal li {
    margin-bottom:5px;
}

.title-modal {
    margin-bottom:10px;
    font-weight:normal;
    color:#7c9239;
    text-transform:uppercase;
}

.watermark{
    width:662px !important;
    height:771px !important;
}
.logo{
    margin-bottom: 0px;
    max-width:235px !important;
    
}
.link{
  color:#24aae1 !important;
 text-decoration: none;
    font-weight:700;
    font-size:15px !important;
}
.augmented_text{
    font-size:18px;
}
.footer_div_fix{
    //margin: 7% 0;
    font-size: 14px;
    margin-bottom:60px;
}
.intro_data{
    font-weight: 700 !important;
    display: block;
    text-transform:uppercase;
    color:#7c9239!important;
      margin-bottom: 3px;
}

.lista-tratamentos {
    margin-top: 18px;
    list-style: initial;
    padding-left: 30px;
}

.lista-tratamentos li {
    margin-bottom:5px;
}

.lista-tratamentos li a {
    text-decoration:none!important;
    color:#000!important;
}

.lista-tratamentos li a:hover {
    color:#7c9239!important;
}

@media (max-width:991px) {
    .content section article {
        width:100%;
    }
    .content section article.mapa {
        position:relative;
        height:400px;
    }
}
@media (max-width:767px) {
    .content section article {
        padding:20px;
    }
    .logo {
        //max-width:100%!important;
    }
    .content section {
        width:92%;
    }
}

@media (max-width:400px) {
    .logo {
        max-width:100%!important;
    }
    
    .content h1 {
        font-size: 32px;
        margin: 23px 0;
    }
}