@import 'https://fonts.googleapis.com/css?family=Varela';

@font-face {
	font-family: 'Hammer';
	src: url('fonts/HammersmithOne-Regular.eot');
	src: url('fonts/HammersmithOne-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/HammersmithOne-Regular.woff') format('woff'),
		url('fonts/HammersmithOne-Regular.ttf') format('truetype'),
		url('fonts/HammersmithOne-Regular.svg#HammersmithOne-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*  CODEWORK V. 5.0 beta - HTML & CSS Framework
    - Code Manager and Streamlined, reusable and Web Strucuture.
    - Copyright (c) 2015 - 2016 Reinaldo "Ramon" José Nunes
    - All rights reserved | Contact: reinaldo.nunes2@gmail.com

    - Version: 5.0 beta (06/07/2016)
    - Requires: Web browsers that support the news features of HTML5 and CSS3

    - Lovatel Digital Agency | http://lovatel.com.br
    - Edited: 06/07/2016  */

/**** CSS RESET by Eric Meyer ******/
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, 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:1em;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background:#fff;
	line-height: 1;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
html{
    background:#2D2A2B;
}
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;
}

/* Predefinitions */
figure{
    line-height:0px;
}
img{
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
}
select, input{ /* desativa o bottão padrão dos selects */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ie-appearance: none;
}
.fx{
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
a{
    text-decoration:none;
}
:focus, :visited{
    outline: 0;
}
textarea{
    resize:none;
}


/* CLEAR FLOATS */

.clear{
    clear:both;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ALIGNS */
.left{
    float:left;
}
.right{
    float:right;
}

/* CONTENTS and GRIDs LAYOUT */
.main{
    margin:0 auto;
    display:inherit;
    max-width:78.125em;
    width:100%;
    padding:0px 25px;
    height:auto;
}
.column_equals{
    width:48%;
}
.column_big{
    width:70%;
}
.column_small{
    width:28%;
}

/* forms and buttons */
form{
    width:100%;
    height:auto;
    display:table;
}
.input_field, select{
    width:100%;
    border-radius:50px;
    margin-bottom:10px;
    padding:12px 30px;
    color:#777;
    border:2px solid #A4A4A4;
    font-size:14px;
}
select{
    padding-bottom:13px;
}
    .input_double{
        width:49%;
    }
    .input_triple{
        width:32%;
    }
    .msg{
        resize: none;
        min-height:110px;
        height:110px;
        border-radius:25px;
    }


    /* BUTTONS */
    #btn_send{
        float:right;
        border-radius:50px;
        padding:15px 50px;
        background:#0098DA;
        border:0px;
        font-size:20px;
        color:#fff;
        cursor: pointer;

    }
    #btn_send:hover{
        background:#006997;
    }
    
    /* placeholders */
    ::-webkit-input-placeholder {
	   color: #7f7f7f;
    }
    :-moz-placeholder {
        color: #7f7f7f;
        opacity: 1;
    }
    ::-moz-placeholder {
        color: #7f7f7f;
        opacity: 1;
    }
    :-ms-input-placeholder {
        color: #7f7f7f;
    }

/* Tipografia */
h1,h2,h3,h4,h5,h6{
    font-family:'Hammer',sans-serif;
}
a,span,p,select,button,input,textarea{
    font-family:'Varela',sans-serif;
}

a,span,p{
    font-size:14px;
    color:#373333;
}

p{
    line-height:20px;
    margin-bottom:15px;
}
p:last-child{
    margin-bottom:0px;
}

.title_gray{
    width:100%;
    display:table;
    margin-bottom:15px;
    color:#373334;
    font-size:25px;
}

.title_white{
    width:auto;
    margin-bottom:15px;
    color:#fff;
    font-size:25px;
}
.title_blue{
    width:auto;
    margin-bottom:15px;
    color:#0098DA;
    font-size:25px;
}

/* mapas e iframes */
.box_iframe{
    position: relative;
    padding-bottom: 55%; 
    height: 0;
    width:100%;
}
.box_iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}

/* navigation menu icon */
button.btn-nav{
    border:0px;
    cursor:pointer;
    width:100%;
    display:table;
    padding:0px 20px;
    height:50px;
    background:#006997;
    position:relative;
    margin:0 auto;
    display:none;
}
button.btn-nav > span{
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    font-weight:700;
    color:#fff;
    margin-bottom:0px;
}
    .nav-toggle{
        float:right;
        position:relative;
        margin-top:-0px;
        cursor: pointer;
        display:block;
        height:18px;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        width:30px;
        -webkit-tap-highlight-color: transparent;
    }
    .nav-toggle span{
        background: #fff;
        height:2px;
        position: absolute;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
    }
    .nav-toggle span { left: 0; }
    
    .nav-toggle span:nth-child(1) { top: 0px; }
    
    .nav-toggle span:nth-child(2) { top: 7px; }
    
    .nav-toggle span:nth-child(3) { top: 14px; }
    
    button.btn-nav.open .nav-toggle span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(5px,5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    button.btn-nav.open  .nav-toggle span:nth-child(2) { opacity: 0}
    
    button.btn-nav.open  .nav-toggle span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(5px, -5px);
        -ms-transform: rotate(-45deg) translate(5px, -5px);
        transform: rotate(-45deg) translate(5px, -5px);
    }

/* pagination */
.wrap_page{
    width:100%;
    margin-top:15px;
    display:inline-table;
    height:auto;
}
.pagination{
    display:table;
    margin:0 auto;
    height:auto;
    width:auto;
    margin-bottom:15px;
}
.pagination li{
    float:left;
    font-size:14px;
    display:table;
    margin:0px 2px;
}
.pagination li a{
    color:#777;
    float:left;
    height:auto;
    width:auto;
    text-align:center;
    display:block;
    text-decoration: none;
    border-radius:2px;
    font-weight:bold;
    padding:10px 15px;
    background:#fff;
    border:1px solid #e5e5e5;
    
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.pagination li a:hover, .pagination li.current a{
    background:#aaa;
    color:#fff;
}

/* message alert */
.box_result{
    width:100%;
    height:auto;
    display:table;
    padding:50px 20px;
    color:#D7640F;
    text-align:center;
}
.box_result a{
    color:#F3AD3A;
    text-decoration: none;
}
.full_message{
    position:fixed;
    overflow: hidden;
    width:100%;
    height:100%;
    top:0%;
    bottom:0%;
    left:0%;
    right:0%;
    z-index:-1;
    opacity:0;
    background:rgba(0,0,0,0.8);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.full_message.show{
    z-index: 99999;
    opacity:1;
}
.box_message{
    margin:0 auto;
    width:90%;
    position:relative;
    top:50%;
    margin-top:-90px;
    max-width:500px;
    height:180px;
    background:#fff;
    padding:30px 25px;
    border-radius:6px;
    opacity:0;
    z-index: -55555;
    transform: scale(0.5) rotate(0deg);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.full_message.show .box_message{
    opacity:1;
    z-index:55555;
    transform: scale(1) rotate(0deg);
}
.box_message img{
    margin:0 auto;
    width:61px;
    height:61px;
    display:table;
    margin-bottom:15px;
}
.box_message p{
    width:100%;
    display:table;
    text-align:center;
    color: #333;
}
.box_message .bt_close {
    width: 40px;
    height: 40px;
    display: table;
    background: #1b1b1b url("../img/icon_close.png") no-repeat center center;
    background-size: 40%;
    position: absolute;
    top: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    right: 0px;
    border: 0px;
    cursor: pointer;
}
.box_result{
    width:100%;
    padding:30px;
    height:auto;
    display:table;
    color:#111111;
    font-size:15px;
    text-align:center;
    background:#F3AD3A;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top:25px;
}
/* loading message */
.spinner{
    display:none;
}
.spinner {
    margin: 40px auto 15px;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 14px;
    height: 14px;
    background-color: #D2880D;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* BANNER DESTAQUE */
#banner{
    width:100%;
    margin-bottom:30px;
    padding-bottom:8px;
}
    #banner .item{
        border-radius:0px;
    }

    #banner .owl-pagination {
        margin-top: -66px;
        z-index: 22;
        position: relative;
    }
    
    #banner .owl-theme .owl-controls .owl-page span{
        display: block;
        width: 8px;
        height:8px;
        margin:0px 12px;
        border-radius: 50%;
        background:none;
        transition-duration:0.2s;    
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
        
    }
    #banner .owl-theme .owl-controls .owl-page span:after{
        content:'';
        width:16px;
        height:16px;
        display:table;
        border:2px solid #fff;
        border-radius:50%;
        margin-left:-6px;
        margin-top:-6px;
        position:absolute;
        transition-duration:0.2s;    
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }

    #banner .owl-theme .owl-controls .owl-page.active span,
    #banner .owl-theme .owl-controls.clickable .owl-page:hover span{
        background:#Fff;
    }
    #banner .owl-theme .owl-controls .owl-page.active span:after,
    #banner .owl-theme .owl-controls.clickable .owl-page:hover span:after{
        border-color:#fff;
    }

/* GALERIA GERAL */
#gallery{
        width:100%;
        margin-bottom:0px;
        margin-left:0px;
    }
    #gallery .item{
        float:left;
        position:relative;
        border-radius:6px;
        overflow: hidden;
        margin:0px 5px !important;
    }
    #gallery .item img{
        width:100%;
    }
    #gallery .owl-theme .owl-controls .owl-page span{
        background:none;
        border:1px solid #6C323E;
    }
    #gallery .owl-theme .owl-controls .owl-page.active span, 
    #gallery .owl-theme .owl-controls.clickable .owl-page:hover span{
        background:#6C323E;
    }

/* HEADER, FOOTER AND PAGE STYLES */
header,footer{
    width:100%;
    height:auto;
    display:table;
}

header{
    padding:20px 0px 15px 0px;
    background:url("../img/bg_header.jpg") no-repeat center top;
}
    .header_dados{
        width:410px;
        display:table;
    }
    .h_face{
        width:48px;
        height:48px;
        display:table;
        background:url("../img/i_face.png") no-repeat center center;
        border-radius:50%;
    }
    .h_phone{
        color:#373435;
        font-size:12px;
        display:table;
        padding:12px 30px;
        border-radius:50px;
        border:2px solid #373435;
        min-height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #logo{
        float:left;
        margin-top:20px;
    }

    nav#menu{
        float:right;
        display:table;
        margin-top:12px;
    }
    nav#menu:after{
        content:'';
        display:table;
        position:absolute;
        margin-top:-73px;
        right:0px;
        height:73px;
        width:25%;
        background:#0098DA;
    }
    nav#menu ul{
        position:relative;
        z-index:222;
    }
    nav#menu li{
        float:left;
        display:table;
        padding-right:2px;
        background:#0098DA url("../img/li_div.png") no-repeat center right;
    }
    nav#menu li:first-child{
        display:none;
    }
    nav#menu li a{
        display:table;
        width:100%;
        font-size:13px;
        color:#fff;
        background:#0098DA;
        padding:30px 22px;

        transition-duration:0.2s;
        -moz-transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
    }
    nav#menu li:nth-of-type(2),
    nav#menu li:nth-of-type(2) a{
        border-radius:50px 0px 0px 50px;
    }
    nav#menu li:hover a,
    nav#menu li.ativo a{
        background:#373435;
    }

    nav#menu li:last-child{
        background:none;
        padding-right:0px;
    }

    
footer{
    background:#373435 url("../img/bg_footer.jpg") no-repeat center center;
    background-size:cover;
    padding:50px 0px;
}
    footer p,
    footer a{
        color:#fff;
        font-size:14px;
    }

    .three_columns_footer{
        float:left;
        width:24%;
        display:table;
    }

    .three_columns_footer .h_phone{
        display:table !important;
        border:0px;
        background:#0098DA;
        color:#fff;
        font-size:18px;
        margin-top:40px;
        padding:19px 35px;
        border-radius:25px;
    }
    
    .f_footer{
        display:table;
        margin:0 auto;
        margin-top:50px;
        padding:10px 0px 10px 60px;
        background:url("../img/i_face_white.png") no-repeat left center;
    }

    #development{
        background:#2D2A2B;
        display:table;
        width:100%;
        padding:30px 0px;
    }
    #development span, #development span a{
        font-size:14px;
        color:#fff;
    }

    #development span a:hover{
        text-decoration:underline;
    }
    
    
/* CÓDIGOS DAS DEMAIS PÁGINAS */
#wrap_main, #wrap_main2{
    padding:40px 0px;
    background:url("../img/bg_main.jpg") repeat-x center bottom;
}


#wrap_bg{
    width:100%;
    display:block;
    background:url("../img/bg_main.jpg") repeat-x center bottom;
    padding-bottom:2px;
}
#wrap_bg2{
    width:100%;
    display:table;
    background:url("../img/bg_main.jpg") repeat-x center bottom;
    padding-bottom:2px;
}

.foto_box{
    width:53%;
    border-radius:8px;
    margin-right:25px;
    display:block;
    overflow: hidden;
}

#wrap_texture{
    width:100%;
    display:table;
    padding:40px 0px;
    background:#0098DA url("../img/bg_texture.jpg") no-repeat center center;
}

.index_catarata{
    width:50%;
    display:block;
    border-radius:8px;
    overflow: hidden;
    margin-right:35px;
}

#wrap_texture p{
    color:#fff;
}

.column_left_catarata{
    width:70%;
    float:left;
    display:table;
}

.index_links{
    width:29%;
    display:block;
    height:100%;
    margin-top:50px;
}
.index_links a{
    border-radius:50px;
    width:100%;
    display:table;
    margin-bottom:10px;
    padding:16px 0px 16px 65px;
    font-size:15px;

    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.index_links a.eye{
    background:#fff url("../img/i_links.png") no-repeat left 20px top 15px;
}
.index_links a.faq{
    background:#fff url("../img/i_links.png") no-repeat left 20px top -65px;
}
.index_links a.hour{
    background:#fff url("../img/i_links.png") no-repeat left 20px top -154px;
}

.index_links a.eye:hover{
    background:#373435 url("../img/i_links.png") no-repeat left 20px top -18px;
    color:#fff;
}
.index_links a.faq:hover{
    background:#373435 url("../img/i_links.png") no-repeat left 20px top -108px;
    color:#fff;
}
.index_links a.hour:hover{
    background:#373435 url("../img/i_links.png") no-repeat left 20px top -198px;
    color:#fff;
}

#wrap_main2 h2{
    margin-bottom:30px;
    height:30px;
    overflow: hidden;
    position:relative;
}
#wrap_main2 h2:after{
    content: '';
    width: 80%;
    top: 0px;
    height: 6px;
    border-radius:0px;
    background: #D6D6D6;
    display: table;
    left: 0px;
    margin-top: -17px;
    margin-left: 229px;
}

.index_post{
    float:left;
    width:32%;
    display:table;
    height:auto;
    margin-bottom:15px;
    margin-right:2%;
}
.index_post:nth-of-type(3n){
    margin-right:0px;
}

.index_post figure{
    float:left;
    margin-right:20px;
    width:35%;
    border-radius:8px;
    overflow: hidden;
    display:block;
}

.index_post span.index_data{
    color:#0092D3;
    font-size:13px;
    margin-top:5px;
}
.index_post p{
    margin-top:10px;
}

hr.linha_hover{
    border-radius:5px;
    height:5px;
    width:59%;
    border:0px;
    display:table;
    background:none;
    float:left;

    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.index_post:hover hr.linha_hover{
    background:#0097D9;
}

/* PÁGINAS INTERNAS */

#header_page{
    width:100%;
    display:table;
    padding:70px 0px;
    text-align:center;
    background:url("../img/bg_headers.jpg") no-repeat center center;
}
#header_page h1{
    font-size:40px;
    color:#fff;
    font-weight:900;
}

.content{
    margin-top:50px;
    margin-bottom:50px;
}

.coluna_meio{
    padding-left:30px;
    display:table;
    width:49%;
    height:155px;
    min-height:155px;
    border-left:4px solid #CDCDCD;
    margin-bottom:25px;
    
}

.gallery .owl-pagination{
    margin-top:15px;
}

.gallery .item{
    margin:0px 8px;
}
.gallery .item a{
    overflow: hidden;
    border-radius:10px;
    width:100%;
    display:block;
}

    .gallery .owl-theme .owl-controls .owl-page span{
        display: block;
        width: 8px;
        height:8px;
        margin:0px 12px;
        border-radius: 50%;
        background:none;
        transition-duration:0.2s;    
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
        
    }
   .gallery .owl-theme .owl-controls .owl-page span:after{
        content:'';
        width:16px;
        height:16px;
        display:table;
        border:2px solid #0092D3;
        border-radius:50%;
        margin-left:-6px;
        margin-top:-6px;
        position:absolute;
        transition-duration:0.2s;    
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }

    .gallery .owl-theme .owl-controls .owl-page:hover span{
        background:#0097D9;
    }


    .gallery .owl-theme .owl-controls .owl-page.active span,
    .gallery.owl-theme .owl-controls.clickable .owl-page:hover span{
        background:#0092D3;
    }
   .gallery.owl-theme .owl-controls .owl-page.active span:after,
    .gallery .owl-theme .owl-controls.clickable .owl-page:hover span:after{
        border-color:#0098DA;
    }


.coluna_equipe{
    height:auto;
    min-height:auto;
    padding-bottom:15px;
    margin-bottom:40px;
}

.box_equipe{
    width:33.33%;
    display:table;
    float:left;
    padding:0px 15px;
    height:auto;
    margin-top:25px;
}
.box_equipe figure{
    margin:0 auto;
    display:table;
    margin-bottom:20px;
}

.box_equipe h5,
.box_equipe span{
    width:100%;
    display:table;
    margin-bottom:6px;
    text-align:center;
}
.box_equipe h5{
    font-size:19px;
    color:#373333;
}

.box_equipe h4,
.box_equipe span{
    width:100%;
    display:table;
    margin-bottom:6px;
    text-align:center;
}

.box_equipe h4{
    font-size:17px;
    color:#06C;
}
.box_equipe span{
    margin-top:10px;
    font-size:13px;
    color:#373333;
	line-height:150%;
}

.coluna_pequena{
    width:25%;
    display:table;
}

.coluna_pequena figure{
    width:100%;
    display:table;
}
.coluna_pequena figure img{
    width:100%;
    border-radius:10px;
}

.coluna_grande{
    width:68%;
    display:table;
}

#texto_equipamento{
    width:100%;
    display:table;
    padding-top:30px;
}

#texto_equipamento p{
	    text-align:justify;
}

.subtitle_blue{
    color:#0098DA;
    font-size:22px;
    margin-bottom:8px;
}

#blog .index_post{
    margin-bottom:35px;
}

hr.separate_post{
    border-radius:5px;
    height:5px;
    width:100%;
    border:0px;
    display:inline-table;
    background:#ddd;
    float:left;
    margin-top:70px;
    margin-bottom:40px;
}

.title_big{
    width:100%;
    font-size:40px;
    margin-bottom:30px;
    text-align:center;
    color:#646464;
}

#box_social_share{
    display:block;
    overflow: hidden;
    position:relative;
    margin-bottom:20px;
}

.box_address{
    border-radius:8px;
    padding:35px 30px;
    background:#eee;
    display:table;
    width:100%;
}
.box_address a{
    font-weight:bold;
}

#estado{
    background:url("../img/set_down.jpg") no-repeat right 15px center;
}



#map{
    top:40px;
    margin-bottom:30px;
    border-radius:10px;
    overflow: hidden;
    display:block;
    width:100%;
    position:relative;
}

#map h4{
    margin-bottom: 10px;
    margin-top: 15px;
}


.bt_faq, .bt_equipa{
    float:left;
    margin-right:10px;
    margin-bottom:40px;
    border:2px solid #0097D9;
    border-radius:40px;
    font-size:15px;
    color: #373435;
    display: table;
    padding: 18px 30px 18px 50px;
}

.bt_faq{
    background: #fff url(../img/i_links.png) no-repeat left 15px top -62px;
}
.bt_faq:hover,
.bt_faq.ativo{
    color:#fff;
    background: #0097D9 url(../img/i_links.png) no-repeat left 15px top -105px;
}

.bt_equipa{
    background: #fff url(../img/i_links.png) no-repeat left 15px top -260px;
}
.bt_equipa:hover{
    color:#fff;
    background: #0097D9 url(../img/i_links.png) no-repeat left 15px top -300px;
}



nav#list_cirurgia{
    margin-top:30px;
}

nav#list_cirurgia li{
        float:left;
        width:100%;
        display:table;
        margin-bottom:10px;
    }
    nav#list_cirurgia li > a{
        font-family:'Hammer',sans-serif;
        display: table;
        width: 100%;
        border-left:4px solid #CDCDCD;
        padding: 10px 50px 10px 20px;
        border-radius:0px;
        font-size: 15px;
        color: #0098D9;
        background:url("../img/set_down.jpg") no-repeat right 15px center;
        transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
    }
    nav#list_cirurgia li.open > a,
    nav#list_cirurgia li:hover > a{
        color:#373435;
    }
    .content_down{
        width:100%;
        height:auto;
        display:none;
        padding:0px 20px;
        margin-top:10px;
        margin-bottom:30px;
    }
    .content_down p{
        padding-right:50px;
		text-align:justify;
    }


.foto_olho{
    width:100%;
    height:auto;
    display:table;
    border-radius:8px;
    padding:25px;
    background:#F3F3F1;
}
.foto_olho img{
    margin:0 auto;
    display:table;
}

#cirurgia .column_small{
    width:37%;
}
#cirurgia .column_big{
    width:60%;
}
.alert {
  padding: 20px 30px;
  background: #0098DA;
  color: #fff;
}	