/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 7, ../sass/screen.scss */

/* essa body esta ativada no custom

body {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  background-color: #f3f3f3;
}

*/

@font-face {
    font-family: "Arial Rounded";
    src: local("ARLRDBD.TTF"), url("../fonts/ARLRDBD.TTF");
}
/*
@font-face {
    font-family: "Ubuntu Condesed";
    src: local("Ubuntu-C.ttf"), url("../fonts/Ubuntu-C.ttf");
}

@font-face {
    font-family: "Agency FB";
    src: url("../fonts/AGENCYR.TTF");
}*/

/* line 26, ../sass/screen.scss */
.page .wrapper {
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    /*margin: -45px auto 0;*/
    position: relative;
    z-index: 2;
    background: #F9F9F9;
    padding: 32px 0;
}
©©©
/* line 37, ../sass/screen.scss */
.page #middle {
    width: 951px;
    margin: 0 auto;
    min-height: 600px;
}

/* line 42, ../sass/screen.scss */
.page .title, .page .sub-title  {
    font-family: "Arial Rounded";
    margin-bottom: 20px;
    color: #FF9900;
    display: block;
    font-size: 52px;
    padding-left: 20px;
    font-weight: normal;
    /*margin-top: 15px;*/©©G
}
.page .sub-title {
    color: rgb(121, 82, 77);
    font-size: 40px;
    margin-top: -35px;
    padding-left: 55px;
    margin-bottom: 20px;
    display: block;
}

.page-2 .sub-title, .page-2 .title {
    font-family: "Arial Rounded";
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: -90px;
    display: block;
    padding: 10px 0px 10px 20px;
}

.page-2 .sub-title  {
    font-size: 40px;
    padding-left: 85px;
    margin-bottom: 20px;
    display: block;
    margin-top: -10px;
}

.page-2 hr, .page-5 hr {
    display: block;
    width: 100%;
    height: 0px;
    padding: 0;
    margin-bottom: 30px;
    line-height: 0;
    border: 0;
    border-bottom: 2px dotted #ccc;
}

.page-2 .contato, .page-2 .slider {
    display: inline-block;
    vertical-align: text-top;
}

.page-2 .contato {
    width: 200px;
}

.page-2 .slider {
    width: 520px;
    margin-left: 45px;
}


/* Header

========================================================================== */
/* line 5, ../sass/_layout.scss */
.page .line-top {
    background: #34757C;
    width: 100%;
    height: 11px;
}

/* line 11, ../sass/_layout.scss */
.page .header {
    width: 100%;
    position: relative;
    background: url("../imagens/bg_header.jpg") repeat-x scroll 0% 0% transparent;
    padding-top: 25px;
}

/* line 16, ../sass/_layout.scss */
.page .header .content_top {
    width: 951px;
    margin: 0 auto;
    display: table;
    position: relative;
    font-family: "Trebuchet MS", sans-serif;
    color: #454545;
}

/* line 24, ../sass/_layout.scss */
.page .header .content_top .logo {
    float: left;
    display: inline-block;
    vertical-align: bottom;
}

/* line 29, ../sass/_layout.scss */
.page .header .content_top .logo {
    z-index: 10;
    position: relative;
    bottom: -30px;
}

/* line 68, ../sass/_layout.scss */
.page .header .content_top .shadow {
    height: 60px;
    width: 951px;
    clear: both;
    background: url("../imagens/menu_shadow.png") no-repeat;
    margin-top: -25px;
    z-index: 10;
    position: relative;
}

/* line 77, ../sass/_layout.scss */
.page .header .menu-principal {
    width: 100%;
    display: table;
    position: absolute;
    bottom: 8px;
    z-index: 9;
    height: 40px;
    padding-bottom: 15px;
}

/* line 92, ../sass/_layout.scss */
.page .line {
    height: 20px;
    background: url("../imagens/bg-fundo-home.jpg") repeat-x;
    width: 100%;
    margin: 40px 0 35px;
}

/* line 98, ../sass/_layout.scss */
.page .footer {
    background: url("../imagens/bg_footer.png");
    width: 100%;
    padding-top: 50px;
    font-size: 13px;
    color: #323232;
}

/* line 105, ../sass/_layout.scss */
.page .footer .wrapper-footer {
    width: 980px;
    margin: 0 auto;
    background: url("../imagens/bg-line.png") repeat-x 0 30px;
    padding-bottom: 20px;
    overflow: hidden;
}

/* line 113, ../sass/_layout.scss */
.page .footer .wrapper-footer .title {
    background: url("../imagens/marker.png") no-repeat;
    background-position: 0 5px;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 25px;
    color: #323232;
}

/* line 122, ../sass/_layout.scss */
.page .footer .wrapper-footer .nav {
    float: left;
    display: table;
}

/* line 126, ../sass/_layout.scss */
.page .footer .wrapper-footer .nav .nav-menu {
    font-family: "Ubuntu";
    color: #383838;
    padding-bottom: 10px;
    height: 145px;
    float: left;
}

/* line 133, ../sass/_layout.scss */
.page .footer .wrapper-footer .nav .nav-menu li {
    display: block;
    border-bottom: 1px dotted #D1D1D1;
    padding: 2px 60px 2px 0;
    font-size: 13px;
}

/* line 139, ../sass/_layout.scss */
.page .footer .wrapper-footer .nav .nav-menu li.last {
    border: none;
}

/* line 142, ../sass/_layout.scss */
.page .footer .wrapper-footer .nav .nav-menu li a:hover {
    color: #999;
}

/* line 148, ../sass/_layout.scss */
.page .footer .wrapper-footer .nav .menu-right li {
    padding: 2px 5px 2px 0;
}

/* line 153, ../sass/_layout.scss */
.page .footer .wrapper-footer .info {
    float: left;
    margin-left: 50px;
    margin-right: 43px;
    background: #fff;
    border-radius: 20px;
    padding: 10px 42px 0 42px;
}

/* line 161, ../sass/_layout.scss */
.page .footer .wrapper-footer .info img {
    margin: 0;
}

/* line 165, ../sass/_layout.scss */
.page .footer .wrapper-footer .info .phone, .page .footer .wrapper-footer .info .fb, .page .footer .wrapper-footer .info .cards {
    display: inline-block;
    vertical-align: text-top;
}

/* line 169, ../sass/_layout.scss */
.page .footer .wrapper-footer .info .phone {
    font-size: 17px;
    font-family: "Trebuchet MS";
}

/* line 172, ../sass/_layout.scss */
.page .footer .wrapper-footer .info .phone span {
    font-size: 15px;
    font-family: "Agency FB";
}

/* line 176, ../sass/_layout.scss */
.page .footer .wrapper-footer .info .phone img {
    float: left;
    margin-right: 10px;
}

/* line 181, ../sass/_layout.scss */
.page .footer .wrapper-footer .info .fb {
    font-family: "Tahoma", sans-serif;
    color: #476CA0;
}

/* line 184, ../sass/_layout.scss */
.page .footer .wrapper-footer .info .fb span {
    color: #339E9A;
}

/* line 188, ../sass/_layout.scss */
.page .footer .wrapper-footer .info .fb img {
    float: right;
    margin-top: -15px;
    margin-left: 10px;
}

/* line 194, ../sass/_layout.scss */
.page .footer .wrapper-footer .info .cards {
    float: right;
}

/* line 198, ../sass/_layout.scss */
.page .footer .wrapper-footer .facebook {
    float: left;
}

/* line 204, ../sass/_layout.scss */
.page .logo-CC {
width: 100%;
height: 50px;
clear: both;
background: url(../imagens/bg-footer.jpg) repeat-x 0% 0% #F6F6F6;
clear: both;
padding: 20px 0 20px 20px;
}

/* line 211, ../sass/_layout.scss */
.page .logo-CC .logo {
    width: 951px;
    margin: 0 auto;
    overflow: hidden;
}

/* line 216, ../sass/_layout.scss */
.page .logo-CC .logo a {
    display: block;
    float: right;
}

/* Centro da Pagina

========================================================================== */
/* line 7, ../sass/_home.scss */
.body_home .line {
    display: none;
}

/* line 11, ../sass/_home.scss */
.fundo_home {
    width: 100%;
    position: relative;
    background: url("../imagens/bg_header.png");
}

/* line 39, ../sass/_home.scss */
.fundo_home .content_slider .control_slider {
    position: absolute;
    bottom: 5px;
    left: 47%;
}

/* line 44, ../sass/_home.scss */
.fundo_home .content_slider .control_slider a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #63BBB5;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    text-indent: -9999999px;
}

/* line 55, ../sass/_home.scss */
.fundo_home .content_slider .control_slider a.activeSlide {
    color: #EF2B0E;
    background: #399091 !important;
}

/* line 62, ../sass/_home.scss */
.fundo_home .shadow {
    background: url("../imagens/slider_shadow.png") no-repeat;
    height: 50px;
    width: 951px;
    margin: -30px auto 30px;
    z-index: 4;
    position: relative;
}

/* line 70, ../sass/_home.scss */
.fundo_home .phone {
    width: 940px;
    margin: 10px auto;
    clear: both;
    font-size: 20px;
    color: white;
    text-align: right;
}

/* line 79, ../sass/_home.scss */
.fundo_home .phone p, .fundo_home .phone img {
    display: inline-block;
    vertical-align: baseline;
}

/* line 86, ../sass/_home.scss */
.content-wrapper {
    width: 100%;
    overflow: hidden;
    background: #F3F3F3;
    color: #676767;
    font-size: 13px;
    padding-top: 90px;
    position: relative;
}

/* line 96, ../sass/_home.scss */
.content-wrapper .content {
    width: 951px;
    padding: 20px 0;
    margin: auto;
    overflow: hidden;
}

/* line 104, ../sass/_home.scss */
.content-wrapper .content .blocks .list li {
    display: inline-block;
    vertical-align: text-top;
    width: 298px;
    height: 286px;
    text-align: center;
    background: url("../imagens/bg_block.png") no-repeat;
}

/* line 111, ../sass/_home.scss */
.content-wrapper .content .blocks .list li.first {
    margin-right: 35px;
}

/* line 114, ../sass/_home.scss */
.content-wrapper .content .blocks .list li.last {
    margin-left: 13px;
}

/* line 118, ../sass/_home.scss */
.content-wrapper .content .blocks .list li .thumb {
    margin-top: 35px;
}

/* line 121, ../sass/_home.scss */
.content-wrapper .content .blocks .list li .title {
    font-family: "Ubuntu";
    width: 131px;
    padding-left: 27px;
    background: url("../imagens/marker.png") no-repeat;
    background-position: 0 5px;
    font-size: 25px;
    color: #323232;
    text-align: left;
    margin: 0 55px 10px;
    font-weight: normal;
    line-height: 25px;
}

/* line 134, ../sass/_home.scss */
.content-wrapper .content .blocks .list li .text {
    text-align: center;
    font-family: "Ubuntu Condensed";
    font-size: 13px;
    color: #858585;
    width: 224px;
    margin: 0 40px 20px;
}

/* line 142, ../sass/_home.scss */
.content-wrapper .content .blocks .list li .read-more {
    display: block;
    font-family: "Agency FB";
    font-size: 15px;
    color: #323232;
}

/* line 152, ../sass/_home.scss */
.content-wrapper .main-wrapper {
    background: #fff;
    padding: 10px 0;
}

/* line 156, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content {
    overflow: hidden;
    background-color: #EBEFF1;
    padding: 20px;
    border-radius: 5px;
    margin: 0 auto;
    color: #7E7F80;
    font-family: "Ubuntu";
    width: 951px;
}

/* line 166, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-left {
    width: 545px;
    float: left;
}

/* line 172, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-left .depoimentos .foto-depoimentos {
    float: left;
    width: 239px;
    height: 187px;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* line 179, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-left .depoimentos .foto-depoimentos img {
    padding: 0;
    border: 1px solid #fff;
}

/* line 184, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-left .depoimentos .text {
    float: left;
    font-family: "Ubuntu";
    color: #333333;
    width: 245px;
}

/* line 190, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-left .depoimentos .text .title {
    color: #4D8CA5;
    background: none;
    padding: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* line 198, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-left .depoimentos .text .info {
    display: block;
    width: 155px;
}

/* line 203, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-left .depoimentos .texto-depoimentos {
    clear: both;
    width: 500px;
    font-size: 13 x;
}

/* line 212, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right {
    float: left;
    width: 345px;
    margin-left: 15px;
}

/* line 217, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro {
    font-size: 14px;
}

/* line 220, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro .title {
    background: none;
    text-transform: uppercase;
    padding: 0;
}

/* line 226, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro .giro-titulo {
    font-size: 35px;
    font-family: "sansita-one";
    color: #323232;
}

/* line 233, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro ul li {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #D1D1D1;
}

/* line 238, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro ul li .image-noticia, .content-wrapper .main-wrapper .main-content .col-right .noticias-quadro ul li .description {
    display: inline-block;
    vertical-align: text-top;
}

/* line 242, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro ul li .image-noticia {
    width: 94px;
    height: 94px;
}

/* line 245, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro ul li .image-noticia img {
    width: 100%;
    padding: 0;
    height: 100%;
}

/* line 251, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro ul li .description {
    width: 188px;
    margin-left: 30px;
    font-size: 12px;
}

/* line 256, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro ul li .description .title {
    font-size: 16px;
    padding: 0;
    background: none;
    color: #34757C;
    margin-bottom: 15px;
}

/* line 263, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .col-right .noticias-quadro ul li .description .plus {
    display: block;
    margin-top: 5px;
}

/* line 272, ../sass/_home.scss */
.content-wrapper .main-wrapper .main-content .read-more {
    color: #33747B;
    font-family: "Ubuntu";
    font-size: 14px;
}

/* line 2, ../sass/_right_col.scss */
.right-col {
    float: left;
    width: 280px;
    padding: 5px 10px 25px;
    font-size: 13px;
    font-family: "Trebuchet MS", sans-serif;
    background: url("../imagens/bg-right-col.jpg") repeat;
}

/* line 10, ../sass/_right_col.scss */
.right-col h3 {
    color: #346e71;
    padding: 8px;
    text-align: left;
    font-size: 20px;
    text-align: left;
}

/* line 17, ../sass/_right_col.scss */
.right-col .produtos-col {
    background: url("../imagens/bg-line.png") no-repeat 0 100%;
    padding-bottom: 10px;
}

/* line 21, ../sass/_right_col.scss */
.right-col .block {
    clear: both;
    margin-top: 5px;
    overflow: hidden;
}

/* line 26, ../sass/_right_col.scss */
.right-col .block .thumb, .right-col .block .text {
    float: left;
}

/* line 29, ../sass/_right_col.scss */
.right-col .block .text {
    width: 170px;
}

/* line 31, ../sass/_right_col.scss */
.right-col .block .text p {
    padding-left: 10px;
}

/* line 37, ../sass/_right_col.scss */
.right-col .list {
    font-size: 12px;
    color: #666666;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
}

/* line 44, ../sass/_right_col.scss */
.right-col .list .marker {
    background: url("../imagens/marker.png") no-repeat;
    padding: 3px 15px;
    font-weight: bolder;
}

/* line 49, ../sass/_right_col.scss */
.right-col .list ul {
    padding-left: 15px;
}

/* line 51, ../sass/_right_col.scss */
.right-col .list ul li {
    color: #4C3E39;
    margin: 5px 0;
    font-size: 12px;
}

/* line 58, ../sass/_right_col.scss */
.right-col .obras-col {
    overflow: hidden;
    padding: 10px 0;
    background: url("../imagens/bg-line.png") no-repeat 0 100%;
    margin-bottom: 10px;
}

/* line 64, ../sass/_right_col.scss */
.right-col .obras-col p {
    padding-left: 10px;
}

/* line 67, ../sass/_right_col.scss */
.right-col .obras-col .main-thumb {
    display: block;
    margin: 10px;
    border: 2px solid #fff;
    width: 250px;
    height: 101px;
    border-radius: 10px;
}

/* line 75, ../sass/_right_col.scss */
.right-col .obras-col .plus {
    float: right;
}

/* line 78, ../sass/_right_col.scss */
.right-col .obras-col span {
    color: #347F79;
    display: block;
    margin-top: 10px;
}

/* line 1, ../sass/_page_type_2.scss */
.page-2 {
    font-size: 15px;
    line-height: 20px;
    color: #8B8B98;
    font-size: 13px;
}

/* line 8, ../sass/_page_type_2.scss */
.page-2 .title {
    letter-spacing: 1px;
}

/* line 11, ../sass/_page_type_2.scss */
.page-2 .title span {
    color: #4CBCB5;
    text-transform: capitalize;
    font-size: 12px;
    margin-left: 15px;
}

/* line 17, ../sass/_page_type_2.scss */
.page-2 .title span em {
    text-transform: uppercase;
    font-size: 20px;
}

/* line 24, ../sass/_page_type_2.scss */
.page-2 .col-left {
    float: left !important;
    width: 388px !important;
    color: #8B8B98;
    font-size: 13px;
}

/* line 30, ../sass/_page_type_2.scss */
.page-2 .col-left p {
    display: block;
    margin-bottom: 23px;
}

/* line 34, ../sass/_page_type_2.scss */
.page-2 .col-left p.colored {
    margin-bottom: 0px;
    color: #339197;
}

/* line 39, ../sass/_page_type_2.scss */
.page-2 .col-left .block {
    background: url("../imagens/bg-main-info.png") repeat;
    padding: 10px;
    margin-bottom: 30px;
}

/* line 44, ../sass/_page_type_2.scss */
.page-2 .col-left .block .text {
    padding: 0 35px;
}

/* line 47, ../sass/_page_type_2.scss */
.page-2 .col-left .block .text .block-text {
    margin-bottom: 25px;
}

/* line 49, ../sass/_page_type_2.scss */
.page-2 .col-left .block .text .block-text p {
    display: block;
    margin-bottom: 5px;
}

/* line 56, ../sass/_page_type_2.scss */
.page-2 .col-left .main-image {
    text-align: center;
    padding: 10px 0;
}

/* line 62, ../sass/_page_type_2.scss */
.page-2 .col-left .list-cert li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* line 70, ../sass/_page_type_2.scss */
.page-2 .col-right {
    float: right;
    width: 520px;
    height: 500px;
    background: url("../imagens/bg_right.png") no-repeat;
}

/* line 76, ../sass/_page_type_2.scss */
.page-2 .col-right .thumbs {
    position: relative;
    width: 100%;
    height: 100%;
}

/* line 81, ../sass/_page_type_2.scss */
.page-2 .col-right .thumbs .thumb {
    position: absolute;
    padding: 0;
    background: #E2F2F3;
    border: none;
}

/* line 87, ../sass/_page_type_2.scss */
.page-2 .col-right .thumbs .big {
    width: 240px;
    height: 189px;
    top: 50px;
    left: 35px;
}

/* line 94, ../sass/_page_type_2.scss */
.page-2 .col-right .thumbs .medium {
    width: 187px;
    height: 147px;
    right: 10px;
    top: 150px;
}

/* line 100, ../sass/_page_type_2.scss */
.page-2 .col-right .thumbs .small {
    width: 187px;
    height: 147px;
    bottom: 70px;
    left: 105px;
}

/* line 110, ../sass/_page_type_2.scss */
.body_tratamentos .col-right {
    display: none;
}

/* line 113, ../sass/_page_type_2.scss */
.body_tratamentos .col-left {
    width: 970px !important;
    background: url("../imagens/bg-main-info.png") repeat;
    padding: 10px 20px !important;
}

/* line 118, ../sass/_page_type_2.scss */
.body_tratamentos .col-left .title {
    margin-bottom: 10px !important;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 17px;
    margin-top: 10px;
}

/* line 126, ../sass/_page_type_2.scss */
.body_tratamentos .col-left .list-block {
    padding-left: 15px;
}

/* line 129, ../sass/_page_type_2.scss */
.body_tratamentos .col-left .list-block li {
    display: inline-block;
    vertical-align: text-top !important;
    margin-right: 17px;
}

/* line 135, ../sass/_page_type_2.scss */
.body_tratamentos .col-left .list-block .marker {
    background: url("../imagens/marker.png") no-repeat;
    padding: 5px 20px;
    margin: 5px 0;
    color: #0C726B;
    font-size: 17px;
    background-position: 0 7px;
}

/* line 144, ../sass/_page_type_2.scss */
.body_tratamentos .col-left .list-block .text {
    padding-left: 10px;
    background: url("../imagens/border-vertical.png") repeat-y 0 0;
}

/* line 147, ../sass/_page_type_2.scss */
.body_tratamentos .col-left .list-block .text p {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 153, ../sass/_page_type_2.scss */
.body_tratamentos .col-left .list-block img {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    padding: 5px;
}

/* line 3, ../sass/_page_type_3.scss */
.page-3 .list-blocks {
    overflow: hidden;
    margin-top: 10px;
}

/* line 7, ../sass/_page_type_3.scss */
.page-3 .list-blocks .block {
    margin-bottom: 40px;
    display: block;
    vertical-align: text-top;
    overflow: hidden;
    margin-right: 10px;
}

/* line 16, ../sass/_page_type_3.scss */
.page-3 .list-blocks .block .thumb {
    margin: 5px 0;
    padding: 32px 56px;
    width: 192px;
    height: 226px;
    border-radius: 200px;
    background: #fff;
    float: left;
}

/* line 25, ../sass/_page_type_3.scss */
.page-3 .list-blocks .block .thumb .title {
    background: none;
    min-height: 40px;
    padding: 0;
    overflow: hidden;
    color: #33737A;
    font-size: 18px;
    font-family: Ubuntu;
}

/* line 37, ../sass/_page_type_3.scss */
.page-3 .list-blocks .block .thumb img {
    width: 180px;
    height: 131px;
}

/* line 43, ../sass/_page_type_3.scss */
.page-3 .list-blocks .block .text {
    float: left;
    padding-left: 55px;
    font-size: 13px;
    color: #5B6C6C;
    font-family: Trebuchet MS;
    width: 582px;
    padding-top: 85px;
}

/* line 52, ../sass/_page_type_3.scss */
.page-3 .list-blocks .block .text .read-more {
    display: block;
    margin-top: 10px;
}

/* line 58, ../sass/_page_type_3.scss */
.page-3 .list-blocks .block .resumo-noticia {
    clear: both;
    margin-bottom: 5px;
}

/* line 63, ../sass/_page_type_3.scss */
.page-3 .list-blocks .block .resumo-noticia .noticia-link span {
    text-transform: uppercase;
}

/* line 66, ../sass/_page_type_3.scss */
.page-3 .list-blocks .block .resumo-noticia .noticia-link span, .page-3 .list-blocks .block .resumo-noticia .noticia-link img {
    display: inline-block;
    vertical-align: middle;
}

/* line 74, ../sass/_page_type_3.scss */
.page-3 .col-left {
    float: left;
    width: 920px;
    font-family: "Trebuchet MS", serif;
    font-size: 13px;
    padding-left: 25px;
    color: #8B8B98;
}

/* line 82, ../sass/_page_type_3.scss */
.page-3 .col-left p {
    display: block;
    margin-bottom: 23px;
}

/* line 86, ../sass/_page_type_3.scss */
.page-3 .col-left .colored {
    color: #339197;
}

/* line 89, ../sass/_page_type_3.scss */
.page-3 .col-left .dstk {
    font-size: 15px;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 25px 0;
}

/* line 95, ../sass/_page_type_3.scss */
.page-3 .col-left .social-share {
    font-family: "Agency FB";
    font-size: 15px;
}

/* line 98, ../sass/_page_type_3.scss */
.page-3 .col-left .social-share img, .page-3 .col-left .social-share a {
    display: inline-block;
    vertical-align: middle;
}

/* line 104, ../sass/_page_type_3.scss */
.page-3 .col-right {
    float: right;
    width: 940px;
}

/* line 108, ../sass/_page_type_3.scss */
.page-3 .col-right .thumb {
    background: #ccc;
    border-radius: 20px;
    width: 430px;
    height: 256px;
    padding: 10px 15px;
    margin-bottom: 15px;

}

/* line 116, ../sass/_page_type_3.scss */
.page-3 .col-right .thumb img {
    display: block;
}

/* line 121, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas {
    margin-bottom: 125px !important;
    border-radius: 600px;
    position: relative;
    height: 500 PX;
    width: 800px;
    margin-left: 30px;
}

/* line 130, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas #image-destaque {
    height: auto;
    width: 600px;
    position: absolute;
    top: 100px;
    right: 65px;
    border: solid 5px #D1E6E7;
}

/* line 138, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas .bg-mini-fotos-slide-internas {
    height: 73px;
    margin: 0 40px;
    overflow: hidden;
    position: absolute;
    width: 515px;
    top: 10px;
    left: 128px;
}

/* line 147, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas .bg-mini-fotos-slide-internas .slides {
    left: 0;
    position: absolute;
    top: 0;
}

/* line 153, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas .bg-mini-fotos-slide-internas .slides li .fotos-slide {
    width: 93px;
    height: 73px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}

/* line 160, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas .bg-mini-fotos-slide-internas .slides li .fotos-slide img {
    height: 100%;
    width: 100%;
}

/* line 170, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas .fotos-pequenas-slide1 {
    background-color: #003399;
    height: 55px;
    list-style-type: none;
    position: relative;
    width: 615px;
}

/* line 178, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas .fotos-pequenas-slide2 {
    height: 55px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 560px;
}

/* line 186, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas .botoes-navegacao3 {
    height: 10px;
    left: 100px;
    position: absolute;
    bottom: 30px;
    width: 13px;
}

/* line 194, ../sass/_page_type_3.scss */
.page-3 .col-right .slider-internas .botoes-navegacao4 {
    height: 10px;
    position: absolute;
    right: 65px;
    bottom: 30px;
    width: 13px;
}

/* line 3, ../sass/_page_type_4.scss */
.page-4 {
    margin-top: 125px;
    color: #666666;
}

.page-4 .content {
    font-size: 13px;
    font-family: "Trebuchet MS";
    color: #333333;
}

/* line 7, ../sass/_page_type_4.scss */
.page-4 .content .title {
    margin-bottom: 50px;
    width: 300px;
    line-height: 50px;
}

.page-4 .content .title span {
    padding-left: 40px;
}
/* line 10, ../sass/_page_type_4.scss */
.page-4 .content .col-left {
    padding: 10px !important;
}
.page-2 .content {
    width: 770px;
    margin: 0 auto;
    font-size: 17px;
    font-family: 'Arial Narrow';
    font-weight: normal;
}
.page-4 .sub-title {
    padding-left: 90px;
}

/* line 13, ../sass/_page_type_4.scss */
.page-4 .content .col-left .contato {
    margin-top: 25px;
    color: #333;
    overflow: hidden;
    padding-left: 60px;
    padding-bottom: 50px;
}

/* line 20, ../sass/_page_type_4.scss */
.page .content .col-left .contato .info {
    float: left;
    width: 410px;
    margin-bottom: 20px;
    margin-right: 35px;
    margin-left: 30px;
}

/* line 32, ../sass/_page_type_4.scss */
.page .content .col-left .contato .info p {
    line-height: 17px;
}

/* line 35, ../sass/_page_type_4.scss */
.page .content .col-left .contato .info .map {
    margin-top: 15px;
    display: block;
}

.page .map .map-title {
    width: 115px;
    background: #A6BE8B;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 17px;
    margin-top: 20px;
    font-family: 'Arial Rounded';
}

.block-title {
    width: 115px;
    background: #FF9900;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-transform: lowercase;
    font-size: 17px;
    font-family: 'Arial Rounded';
    display: block;
}
.page-2 .slider .block-title {
    float: right;
    text-align: center;
}
.page .info .address {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    width: 230px;
}

.page .info .address p {
    display: block;
}

.page .info .address .phone {
    font-size: 20px;
    margin: 10px 0;
    display: block;
    color: #FF9900;
}

/* line 39, ../sass/_page_type_4.scss */
.page .content .col-left .contato .info .map img {
    border: 2px solid #fff;
}

/* line 44, ../sass/_page_type_4.scss */
.page-4 .content .col-left .contato .formul-contato {
    float: left;
    width: 340px;
    margin-left: 40px;
}

/* line 48, ../sass/_page_type_4.scss */
.page-4 .content .col-left .contato .formul-contato form {
    display: block;
    /*margin-top: 20px;*/
}

.page-4 .content .col-left .contato .formul-contato form table {
    width: 100%;
}

/* line 52, ../sass/_page_type_4.scss */
.page-4 .content .col-left .contato .formul-contato input[type="text"], .page-4 .content .col-left .contato .formul-contato textarea {
    width: 100%;
}

/* line 55, ../sass/_page_type_4.scss */
.page-4 .content .col-left .contato .formul-contato input[type="reset"], .page-4 .content .col-left .contato .formul-contato input[type="submit"] {
    float: right;
}

/* line 58, ../sass/_page_type_4.scss */
.page-4 .content .col-left .contato .formul-contato input[type="submit"] {
    margin-right: 10px;
}

/* line 3, ../sass/_page_type_5.scss */
.page-5 .content {
    overflow: hidden;
    display: table;
}

/* line 10, ../sass/_page_type_5.scss */
.page-5 .content .col-left .block {
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: text-top;
    overflow: hidden;
    width: 304px;
    margin-right: 10px;
}

.page-5 .title {
    color: #C39353;
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 40px;
}

/* line 18, ../sass/_page_type_5.scss */
.page-5 .content .col-left .block:nth-child(3n) {
    margin-right: 0;
}

/* line 22, ../sass/_page_type_5.scss */
.page-5 .content .col-left .block .thumb {
    margin: 5px 0;
    padding: 32px 56px;
    width: 192px;
    height: 226px;
    border-radius: 200px;
    background: #fff;
}

/* line 30, ../sass/_page_type_5.scss */
.page-5 .content .col-left .block .thumb .title {
    /*background: none;
    height: 20px;
    overflow: hidden;
    color: #33737A;
    font-size: 16px;
    font-family: Ubuntu;
    padding: 0;
    text-align: center;*/
}

/* line 39, ../sass/_page_type_5.scss */
.page-5 .content .col-left .block .thumb img {
    width: 189px;
    height: 149px;
}

/* line 44, ../sass/_page_type_5.scss */
.page-5 .content .col-left .block .text {
    text-align: left;
    padding-left: 55px;
    font-size: 13px;
    color: #5B6C6C;
    font-family: Trebuchet MS;
    width: 228px;
}

/* line 55, ../sass/_page_type_5.scss */
.page-5 .produto {
    padding: 30px;
}

/* line 57, ../sass/_page_type_5.scss */
.page-5 .produto .thumb, .page-5 .produto .text {
    float: left;
}

/* line 60, ../sass/_page_type_5.scss */
.page-5 .produto .thumb {
    margin-right: 20px;
}

/* line 63, ../sass/_page_type_5.scss */
.page-5 .produto .thumb img {
    border: 5px solid #F3F3F3;
    width: 480px;
    height: 360px;
}

/* line 3, ../sass/_page_type_6.scss */
.page-6 .content {
    overflow: hidden;
    padding-bottom: 50px;
}

/* line 7, ../sass/_page_type_6.scss */
.page-6 .content .list-noticias {
    margin-top: 45px;
}

/* line 10, ../sass/_page_type_6.scss */
.page-6 .content .list-noticias .noticia-list-item {
    display: inline-block;
    vertical-align: text-bottom;
    width: 460px;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

/* line 19, ../sass/_page_type_6.scss */
.page-6 .content .list-noticias .noticia-list-item .image-noticia {
    float: left;
    background: #FFF;
    position: relative;
    width: 214px;
    height: 204px;
    border-radius: 200px;
}

/* line 27, ../sass/_page_type_6.scss */
.page-6 .content .list-noticias .noticia-list-item .image-noticia img {
    width: 135px;
    height: 115px;
    position: absolute;
    top: 44px;
    right: 40px;
}

/* line 35, ../sass/_page_type_6.scss */
.page-6 .content .list-noticias .noticia-list-item .text {
    float: left;
    width: 210px;
    margin-left: 15px;
    padding-top: 43px;
}

/* line 41, ../sass/_page_type_6.scss */
.page-6 .content .list-noticias .noticia-list-item h3 {
    color: #33747B;
    font-size: 18px;
    font-family: "Ubuntu";
    margin-bottom: 16px;
    font-weight: normal;
}

/* line 49, ../sass/_page_type_6.scss */
.page-6 .content .list-noticias .noticia-list-item .plus {
    font-family: "Agency FB";
    width: 22px;
    height: 27px;
    display: block;
}

/* line 58, ../sass/_page_type_6.scss */
.page-6 .content .single-noticia .title {
    margin: 20px 5px;
    display: inline-block;
}

/* line 63, ../sass/_page_type_6.scss */
.page-6 .content .single-noticia .text, .page-6 .content .single-noticia .image {
    float: left;
}

/* line 66, ../sass/_page_type_6.scss */
.page-6 .content .single-noticia .text {
    padding-left: 30px;
    width: 500px;
    font-size: 14px;
    color: #8B8B98;
    font-size: 13px;
    font-family: "Trebuchet MS", sans-serif;
}

/* line 73, ../sass/_page_type_6.scss */
.page-6 .content .single-noticia .image {
    position: relative;
    height: 301px;
    width: 316px;
    background: #fff;
    border-radius: 160px;
    margin-left: 40px;
}

/* line 81, ../sass/_page_type_6.scss */
.page-6 .content .single-noticia .image img {
    width: 200px;
    height: 170px;
    position: absolute;
    top: 60px;
    right: 55px;
}

/* line 89, ../sass/_page_type_6.scss */
.page-6 .content .single-noticia .btn-voltar {
    display: block;
    clear: both;
    margin-top: 44px;
    width: 122px;
    height: 20px;
}

.body_como_chegar .content {
    width: 745px;
    margin: 0 auto;
}
.content .green-title {
    width: 210px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    background: #A6BE8B;
    color: #fff;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Arial Rounded', sans-serif;
    margin: 30px 0 0;
    text-transform: uppercase;
    text-align: center;
}