/**
 * Ventura Soluções Contábeis
 * Estilos principais organizados a partir do arquivo original.
 */

/* -------------------------------- FONTES -------------------------------- */
        .font-banner {
            font-family: 'Montserrat', sans-serif;        }

        .font-title {
            font-family: 'Montserrat', sans-serif;        }

        .font-text {
            font-family: 'Montserrat', sans-serif;        }
    


	    *{
        box-sizing:border-box;
    }
    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, 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:100%;
        font:inherit;
        vertical-align:baseline;
    }
    body{
        overflow-x:hidden;
        background-color: #FCFBFC !important;
        color: #000 !important;
    }
    em{
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
    }
    strong, b{
        font-weight:bold;
    }
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section{
        display:block;
    }
    html,body{
        width:100%;
        height:100%;
    }
	#mapa iframe{
		width:100%;
        height:100%;
	}
    a:visited, a:link{
        color:#000;
        text-decoration:none;
        font-size: 16px;
        font-weight: bold;
    }

    a:hover,a:focus{
        text-decoration:none !important;
        color: #000 !important;
    }

    /* -------------------------------- MENU TOPO ------------------------------ */
    .bg-scroll{
        background-color:#FFFFFF!important;
    }
    .menu-topo{
        position:fixed;
        width:100%;
        z-index:1000;
        background-color:#191f2a00;
    }
    .menu-topo-row{
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        height: 90px;
    }
    #logo{
        height:85px;
    }
    
    .menu-topo ul{
        margin:0;
    }
    .menu-categorias span{
        color: #000!important;
    }
    .menu-categorias span:hover{
        color: #B82929!important;
    }
    .menu-item span{
        font-size:18px;
        color:#000;
    }
    .menu-item span:hover{
        color:#B82929;
    }
    .menu-item span.active{
        color:#B82929;
    }
	.list-inline>li{
		padding-left: 8px !important;
		padding-right: 0px !important;
	}

	

    /* -------------------------------- BANNER --------------------------------- */

    #bannerPrincipal,
    #banner-interno{
        top: -73px;
        position: relative;
		display: flex;
		justify-content: center;
		margin-bottom: -73px;
    }
	#bannerAbertura{
        height: 100%; 
		 
    }
    #bannerPrincipal .bannerSlider{
        height:650px;
        position:relative;
        overflow:hidden;
    }
    .banner-text{
        display: flex;
        z-index: 1;
        position: absolute;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .banner-text .banner-title{
        margin: 0px 0px 15px 0px;
        text-align: center;
        /*font-weight: bold;*/
        font-size: 65px;
        line-height: 60px;
        max-width: 1000px;
        /*-webkit-text-fill-color: transparent;*/
        /*-webkit-text-stroke-width: 0.1px;*/
    }
    .banner-text .banner-subtitle{
        margin: 20px 0px 20px 0px;
        text-align: center;
        font-weight: 300;
        font-size: 22px;
		font-style: italic;
        max-width: 1000px;
    }
    .banner-text .btn-banner{
        margin: 35px 0px 0px 0px;
    }
    #bannerPrincipal #slider-nextBanner, #bannerPrincipal #slider-prevBanner{
        position:absolute;
        top:250px;
        z-index:1;
        font-size:4em;
    }
    #bannerPrincipal .bx-controls{
        display:none;
    }
    #bannerPrincipal #slider-nextBanner a, #bannerPrincipal #slider-prevBanner a{
        color:#FFF;
    }
    #bannerPrincipal #slider-nextBanner{
        left:0;
    }
    #bannerPrincipal #slider-prevBanner{
        right:0;
    }

    /* -------------------------------- TITULOS -------------------------------- */
    .section-title-container{
        display: flex;
        margin: 0px 0px 5px 0px;
        
		
    }
    .section-title-container.vesion-center{
        align-items: center;
        justify-content: center;
    }
    .section-title{
        color: #000;
        position: relative;
        margin: 0px 0px 30px 0px;
        text-align: left;
        font-weight: bold;
        font-size: 50px;
        line-height: 65px;
        /*max-width: 510px;*/
    }
	.section-subtitle{
        color: #000;
        position: relative;
        margin: 0px 0px 30px 10px;
        text-align: left;
        font-weight: bold;
        font-size: 18px;
        
        
    }
    .section-title-line{
        top: 65px;
        left: 0px;
        position: absolute;
        height: 3px;
        width: 90px;
        background: #B82929;
    }


    /* -------------------------------- SLIDER CONTROLS ----------------------------------- */
    .slider-controls-1{
        position: absolute;
        top: 50%;
        transform: translateX(-50%);
    }
    .slider-controls-1.prev{
        left: 60px;
    }
    .slider-controls-1.next{
        right: 0;
    }
    .slider-controls-1 a{
        font-size: 42px;
        color: #FFFFFF;
        background: #B82929;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }
    .slider-controls-1:hover a{
        color: #B82929 !important;
        background: #B82929cc;
    }


    /* -------------------------------- BTNS ----------------------------------- */
    .section-btn-container{
        display: flex;
        margin: 20px 0px 30px 0px;
    }
    .section-btn-container.vesion-center{
        align-items: center;
        justify-content: center;
    }
    .btn-normal{
        font-size: 18px !important;
        text-align: center;
        color: #FFFFFF !important;
        border: solid 2px #B82929;
        border-radius: 3px;
        background-color: #B82929;
        padding: 12px 50px;
        transition: all 0.3s;
    }
    .btn-normal:hover{
        color: #FFFFFF;
        border: solid 2px #B82929cc;
        background-color: #B82929cc;
    }

    .btn-outline{
        font-size: 18px !important;
        text-align: center;
        color: #FFFFFF !important;
        border: solid 2px #B82929;
        border-radius: 3px;
        background-color:  #942c04;
        padding: 12px 50px;
        transition: all 0.3s;
    }
    .btn-outline:hover{
        color: #B82929cc;
        border: solid 2px #B82929cc;
        background-color: #263044;
    }

    /* -------------------------------- INSTITUCIONAL -------------------------- */

    .box-institucional{
        padding: 40px 0px 150px 0px;
    }
    .box-institucional.interna{
        padding: 0px 0px 0px 0px;
    }
    .institucional-home-subtitle{
        margin: 0px 0px 50px 0px;
        text-align: left;
        font-weight: 300;
        font-size: 19px;
		line-height: 21px;
        font-style: italic;
    }
    .institucional-home-text{
        margin: 0px 10px 50px 0px;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
    }
    .institucional-home-img, .contato-home-img{
        width: 100vw;
		height: 600px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left top;
		position: relative;
		left: 0;
    }
    .institucional-home-img.interna-left-{
        width: 100vw;
		height: 615px;
		position: absolute;
		background-position: right top;
		right: 0;
		left: initial;
    }
	.contato-home-img.interna{
        width: 100vw;
    height: 645px;
    position: absolute;
    background-position: right top;
    right: 0;
    left: initial;
    }


    .institucional-home-box-topicos{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .institucional-home-topicos{
        width: 270px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        margin: 0px 0px 30px;
    }
    .institucional-home-topicos-img{
        width: 60px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .institucional-home-topicos-text{
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        margin: 0px 0px 0px 5px;
		width: 175px;
    }
    .institucional-home-topicos-text p{
        text-align: left;
        font-weight: bold;
        font-size: 18px;
		line-height: 20px;
    }
    .slider-galeria-institucional .slide{
        margin: 0px 5px;
    }
    .slider-galeria-institucional-image{
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    /* -------------------------------- LISTA 1 -------------------------- */
    .box-lista1-home{
        padding: 0px 0px 40px 0px;
    }
    .lista1-item{
        background: #eee;
        position: relative;
        border: solid 1px transparent;
        border-radius: 5px;
        margin: 5px 0px 25px 0px;
        padding: 30px 20px;
        min-height: 98%;
        transition: 1s all;
    }
    .lista1-item:hover{
        background: #eee;
        border: solid 1px transparent;
    }
    .lista1-item-image{
        width: 80px;
        height: 80px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: auto;
    }
    .lista1-item-text{
        color: #000;
        word-break: break-word;
        text-align: center;
        font-weight: normal;
        font-size: 14px;
        margin: 0px 0px 0px 0px;
    }
    .lista1-item-title{
        color: #000;
        text-align: center;
        font-weight: bold;
        font-size: 26px;
        margin: 10px 0px 20px 0px;
        transition: 1s all;
    }
    .lista1-item:hover .lista1-item-title{
        color: #B82929;
    }


    /* -------------------------------- LISTA 2 -------------------------- */
    .box-lista2-home{
        padding: 0px 0px 40px 0px;
    }
    .lista2-item{
        position: relative;
        
         
        transition: 1s all;
    }
    .lista2-item-image{
        width: 100%;
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin: 0 auto;
        transition: 0.5s all;
    }
	.lista2-item-play-video{
		width: 100%;height: 100%;background-color: #0000008a;display: flex;align-items: center;justify-content: center;
	}
    .lista2-item:hover .lista2-item-image{
        transform: scale(1.04);
    }
    .lista2-item-text{
        color: #000;
        word-break: break-word;
        text-align: center;
        font-weight: normal;
        font-size: 14px;
        margin: 30px 5px 0px 5px;
    }
    .lista2-item-title{
        color: #000;
        text-align: center;
        font-weight: bold;
        font-size: 26px;
        margin: 10px 0px 5px 0px;
        transition: 0.5s all;
    }
	.lista2-item-subtitle{
		margin: 0px 8px 25px 8px;
    }
    .lista2-item:hover .lista2-item-title{
        color: #B82929;
    }

    /* ------------------------------ LISTA 5 ---------------------------- */

    .display_abs_bloco{
        margin-bottom: 40px; 
        position: absolute!important; 
        z-index: 1; 
        right: 10px;
    }

    .display_menu_categorias{
        color: #000!important;
        display: flex!important;     
        font-weight: bolder!important;
        font-size: 18px!important;
    }

    .itens-categorias{
        font-weight: 100!important;
        font-size: 14px!important;
        color: #000!important;
    }

    .itens-categorias:hover{
        color:#B82929!important;
    }

    .display_menu_item {
        justify-content: space-between!important;
    }

    .btn-block {
        width: 300px!important;
    }

    hr {
        margin-top: 11px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #000!important;
    }

    .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover{
        text-decoration:none !important;
        display: flex!important; 
        justify-content: space-between!important;
    }    

    .tamanho-fonte-categorias{
        font-size: 20px;
    }

    .btn-link {
        color: #B82929!important;
    }
    .btn-link:hover {
        color: #B82929!important;
    }

    .btn-accordion{
        background-color: #FCFBFCed !important;
        color: black!important;
        text-decoration:none !important;
        font-size: 20px!important;
        border-color: #000!important;
        border-radius: 10px!important;        
    }

    /* -------------------------------- LISTA 7 -------------------------- */
	.lista7-item-image{
        width: 100%;
        height: 150px;
        background-repeat: no-repeat;
        background-size: CONTAIN;
        background-position: center center;
        margin: 0 auto;
        transition: 0.5s all;
    }
	.lista7-item{
        position: relative;
        margin: 5px 0px 25px 0px;
        height: 240px;
        transition: 1s all;
    }
	
    /* -------------------------------- BLOG -------------------------- */
    .box-blog-home{
        padding: 30px 0px 90px 0px;
    }
    .box-blog-home.list{
        padding: 0px 10px 0px 20px;
    }
    .blog-item{
        margin: 5px 0px 25px 0px;
    }
    .blog-item-image{
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin: 0 auto;
        transition: 0.5s all;
        position: relative;
    }
    .blog-item-date{
        position: absolute;
        bottom: -35px;
        right: 20px;
        display: flex;
        background: #333B86;
        color: #FFFFFF;
        border: solid 1px #FFFFFF;
        font-size: 16px;
        width: 90px;
        height: 90px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .blog-item-date-day{
        font-size: 48px;
        line-height: 50px;
    }
    .blog-item-txt{
        color: #000;
        font-weight: normal;
        font-size: 14px;
        margin: 0px 0px 0px 0px;
    }
    .blog-item-ctg{
        color: #000;
        font-weight: normal;
        font-size: 14px;
        margin: 10px 0px 0px 0px;
        display: flex;
        align-items: center;
        align-content: center;
    }
    .blog-item-ctg svg{
        width: 18px;
        margin: 0px 10px 0px 0px;
    }
    .blog-item-ctg svg path{
        fill: #333B86;
    }
    .blog-item-title{
        color: #000;
        font-weight: bold;
        font-size: 26px;
        margin: 10px 0px 20px 0px;
        transition: 0.3s all;
    }
    .blog-item:hover .blog-item-title{
        color: #333B86;
    }
    .blog-item-link{
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin: 15px 0px 10px 0px;
        transition:0.3s all;
        display: flex;
        align-content: center;
        align-items: center;
    }
    .blog-item:hover .blog-item-link{
        color: #333B86;
    }
    .blog-item-link svg{
        width: 18px;
        margin: 0px 0px 0px 10px;
    }
    .blog-item-link svg path{
        fill: #000;
        transition:0.3s all;
    }
    .blog-item:hover .blog-item-link svg path{
        fill: #333B86;
    }
    .blog-search{
        margin: 5px 0px 5px 0px;
    }
    .blog-search .form-control{
        height: 46px;
        color: #000;
        background-color: transparent;
        border: 1px solid #333B86;
    }
	
    .blog-search .btn-default{
        color: #000;
        background-color: #333B86;
        border-color: #333B86;
        padding: 13px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blog-search .btn-default:hover{
        color: #000;
        background-color: #333B86;
        border-color: #333B86;
    }
    .blog-search .btn-default svg{
        width: 18px;
        margin: 0px 0px 0px 0px;  
    }
    .blog-search .btn-default svg path{
        fill: #000;
    }

    .blog-list-ctg-header{
        color: #000;
        font-weight: bold;
        font-size: 20px;
        padding: 0px 0px 10px 0px;
        margin: 25px 0px 20px 0px;
        border-bottom: solid 1px #333B86;
        transition: 0.3s all;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .blog-list-ctg-header svg{
        width: 18px;
        margin: 0px 10px 0px 0px;  
    }
    .blog-list-ctg-header svg path{
        fill: #333B86;
    }
    .blog-list-ctg{
        list-style: none;
    }
    .blog-list-ctg li{
        color: #000;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0px 0px 0px;
        margin: 8px 0px 8px 0px;
        transition: 0.3s all;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .blog-list-ctg li:hover,
    .blog-list-ctg li.active{
        color: #333B86;
    }
	/* ----------- ARQUIVOS DOWNLOAD --------------*/
	.lista-arquivo{
		padding: 25px 0px 25px 0px;
	}
	.lista-arquivo-item{
		margin-bottom:5px; 
		padding-left: 0px; 
		padding-right: 5px; 
		text-align: center;
	}
	.lista-arquivo-img{
		width: 50px;
	}
	.lista-arquivo-link{
		font-size: 15px;
	}
	
	
    /* -------------------------------- INTERNAL PAGE --------------------------------- */
    .box-list-internal-page{
        padding: 0px 0px 20px 0px;
    }
    .list-internal-page-subtitle{
        margin: 0px 0px 20px 10px;
        word-break: break-word;
        text-align: center;
        font-weight: normal;
        font-size: 18px;
		color: #000;
        
    }
    .list-internal-page-img{
        width: 100%;
        height: 240px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        margin: 36px auto;
    }
    .list-internal-page-text{
        word-break: break-word;
        margin: 0px 0px 25px 0px;
        font-weight: normal;
        font-size: 16px;
    }
    .slider-galeria-internal-page .slide{
        margin: 0px 5px;
    }
    .slider-galeria-internal-page-image{
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    /* -------------------------------- PAGINAÇÃO --------------------------------- */
    .pagination{
        display: flex!important;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .pagination ul{
        display: inline-flex;
        list-style: none;
    }
    .pagination ul li{
        margin: 4px;
    }
    .pagination-item{
        font-weight: normal;
        font-size: 16px;
        background: #942c04;
        padding: 5px 12px;
        color: #ffffff;
        border: solid 1px #ff4700;
        transition: 0.3s all;
    }
    .pagination-item:hover,
    .pagination-item.active{
        background: #ff4700;
        color: #ffffff;
        border: solid 1px #0e0e0e;
    }

    /* -------------------------------- FOOTER --------------------------------- */
    .box-footer{
		
					background-image: url('https://www.venturasolucoescontabeis.com.br/_item_rodape/files/1708521879603_design_sem_nome__91_.webp');
			background-repeat: no-repeat;background-size: cover;			
		         
        padding: 30px 15px;
    }
    .footer-logo{
        margin: 0px 0px 0px 0px;
    }
    .footer-logo img{
        width: 80px;
    }

    .footer-title{
        color: black;
        font-weight: bold;
        font-size: 26px;
        margin: 10px 0px 20px 0px;
    }
    .footer-menu-list{
        list-style: none;
        margin: 0px 0px 0px 10px;
    }
    .footer-menu-item{
        display: flex;
        color: #000;
        font-weight: normal;
        font-size: 14px;
        
        margin: 10px 0px 10px 0px;
        align-content: center;
        align-items: center;
    }
	
    .footer-menu-item a{
        display: flex;
        color: #000;
        font-weight: normal;
        font-size: 14px;
        font-weight: bold;
        align-content: center;
        align-items: center;
    }
	
	.footer-menu-item a:hover{
		color: #B82929 !important;
		font-weight: bold;
	}

	.footer-contato{
        max-width: 300px;
        font-weight: 500;
        font-size: 16px;
         
    }
    .footer-menu-item:hover,
    .footer-menu-item.active,
    .footer-menu-item:hover a,
    .footer-menu-item.active a{
        color: #B82929;
    }
    .footer-menu-item i{
        color: #B82929;
        margin: 0px 5px 0px 0px;
    }
	.redes-sociais-titulo{
		color: #000;
		margin-bottom: 5px; 
		font-size: 18px;
	}
    .footer-menu-item svg{
        width: 19px;
        height: 19px;
        fill: #B82929;
        margin: 0px 10px 0px 0px;
    }
    .footer-menu-item svg path{
        fill: #B82929!important;
    }
    /* -------------------------------- SOCIAL NETWORK --------------------------------- */
    .social-network-list{
        list-style: none;
        display: inline-flex;
    }
    .social-network-item{
        margin: 5px 5px 0px 0px;
    }
	.social-network-item i{
        font-size: 17px;
    } 
	.social-network-item-menu div i{
        font-size: 18px;
    } 
    .social-network-list div{
      
		border-radius: 2px;
        background-color: #942c04;
        transition: all 0.5s;
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
    
    }
	.social-network-item-menu div{
      
		border-radius: 2px;
        background-color: #942c04;
		color: #FFFFFF;
        transition: all 0.5s;
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
    
    }
	.social-network-item-menu div:hover{
        background-color: #013143;
    }
	 
	.social-network-item-menu{
        margin: 65px 5px 0px 0px;
    }
    .social-network-list div:hover{
        background-color: #013143;
    }
    /* -------------------------------- BRAND WOO --------------------------------- */
    .box-brand-dev{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 60px 0px 0px 0px;
    }
    .brand-dev {
        display: inline-block;
        vertical-align: middle;
        height: 45px;
        transition: all 0.5s;
    }
    .brand-dev:not(:hover) {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }











    /* -------------------------------- APGAR TD ABAIXO --------------------------------- */
    .tituloRede svg{
        width: 24px;
        height: 24px;
    }
    .tituloRede svg path,
    .tituloRede svg circle{
        fill: #000 !important;
        transition: 1s all;
    }
    .tituloRede:hover svg path,
    .tituloRede:hover svg circle{
        fill: #B82929 !important;
    }
    /* -------------------------------- CONTATO -------------------------------- */
    .contato-linha {
        position: relative;
    }
    .contato-banner,
    .contato-banner-mobile {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .contato-linha.contato {
        /*padding-top: 256px;*/
    }

    .contato-linha-dados {
        padding-top: 65px;
        padding-bottom: 83px;
    }
	
	/*.imagem-contato{
		height: 740px;	
	}*/

    .contato-header-titulo {
        font-family: "Montserrat", sans-serif;;
        font-size: ;
        color: #000;
        text-transform: uppercase;
    }
    .contato-header-subtitulo {
        font-family: "Montserrat", sans-serif;;
        font-size: 22px;
        color: #fff;
    }

    .form-contato {
        font-size: 14px;
        position: relative;
         
        margin-bottom: 10px;
		height: 46px;
        color: #000;
        background-color:transparent;
		border: solid 1px;
		border-color: #c1c1c1;
		padding-left: 5px;
		border-radius: 5px;
		width: 100%;
    }
	
 
	
	 
	
	
    .form-contato .form-item {
        padding: 0 0 25px 0;
        position:relative;
    }
    .form-contato .form-item label {
        position: absolute;
        top: 17px;
        left: 5px;
        cursor: text;
        font-family: "Roboto-Light";
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        -ms-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }
    .form-contato .form-item label.ativo {
        transform: translateY(-38px);
        /*font-size: 16px;*/
        color: #000;
    }
    .form-contato input,
    .form-contato textarea {
        width: 100%;
        font-family: "Roboto-Light";
        font-size: 14px;
        color: #000;
        border: none;
        border-bottom: solid 2px #959595;
        border-radius: 0px;
        padding: 13px 20px 13px 5px;
        background-color: transparent;
    }
    .form-contato input:focus,
    .form-contato textarea:focus {
        border-color: #959595;
        outline: none;
    }
    .form-contato textarea {
        resize: none;
        overflow: hidden;
    }
    .form-contato .form-item :-ms-input-placeholder {
        color: #9da1a3;
    }
    .form-contato .form-item :-moz-placeholder {
        color: #9da1a3;
    }
    .form-contato .form-item ::-moz-placeholder {
        color: #9da1a3;
    }
    .form-contato .form-item ::-webkit-input-placeholder {
        color: #9da1a3;
    }
    .form-contato .icone-obrigatorio {
        position: absolute;
        right: 0px;
        top: 22px;
    }
    .form-contato .icone-check,
    .form-contato .icone-asterisk {
        position: relative;
        z-index: 1;
        font-size: 7px;
    }
    .form-contato .icone-asterisk {
        right: 8px;
    }
    .form-contato input ~ .icone-obrigatorio .icone-check,
    .form-contato input.active ~ .icone-obrigatorio .icone-asterisk,
    .form-contato select ~ .icone-obrigatorio .icone-check,
    .form-contato select.active ~ .icone-obrigatorio .icone-asterisk,
    .form-contato textarea ~ .icone-obrigatorio .icone-check,
    .form-contato textarea.active ~ .icone-obrigatorio .icone-asterisk {
        visibility: hidden !important;
    }
    .form-contato input ~ .icone-obrigatorio .icone-asterisk,
    .form-contato input.active ~ .icone-obrigatorio .icone-check,
    .form-contato select ~ .icone-obrigatorio .icone-asterisk,
    .form-contato select.active ~ .icone-obrigatorio .icone-check,
    .form-contato textarea ~ .icone-obrigatorio .icone-asterisk,
    .form-contato textarea.active ~ .icone-obrigatorio .icone-check {
        visibility: visible !important;
    }
    .form-contato .botao {
        padding: 0;
        margin-top: 11px;
        text-align: left;
    }
    .form-contato .botao .btn-contato {
        display: inline-block;
        font-family: "Roboto-Light";
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
        padding: 15px 38.48px;
        background-color: #020100;
        border: solid 1px #000;
        border-radius: 0px;
    }
    /*.form-contato .botao .btn-contato:hover {
    background-color: #fecc00;
    color: #024a28;
    }*/

    .contato-info {
        /*background-color: #024a28;*/
        padding: 46px 60px 45px 60px;
    }
    .contato-info-titulo {
        font-family: "Roboto-Light";
        font-size: ;
        color: #000;
    }
    .contato-fone {
        margin-top: 32px;
    }
    .contato-info-link svg {
        width: 29px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        
		fill: #B82929;
    }
    .contato-info-link {
        display: flex;
        align-items: center;
		
    }
	.box-contato{
		padding: 20px 25px 0px 25px; 
		height: 350px; 
		background-color: #303030;
		margin-top: 14px;
		width: 100%;
		
	}
	
	.box-contato .section-title{
		color: #FFFFFF !important;
	}
	.box-contato .section-title-line{
		background: #B82929 !important;
	}
	
    .contato-info-link svg path,
    .contato-info-link svg rect,
    .contato-info-link svg circle,
    .contato-info-link svg polygon {
        fill: #B82929 !important;
		
    }
    .contato-info-link div {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 29px);
        padding-left: 18px;
    }
    .contato-info-link div a {
        word-break: break-word;
        font-size: 13px;
        color:#FFFFFF;
        transition: all 0.5s;
		font-weight: bold;
    }
    .contato-info-link div a:hover {
        color:#FFFFFF !important;
    }
	.contato-item{
		font-family: "Montserrat", sans-serif;;
        font-size: 22px;
        color: #FFFFFF !important;
		font-weight: bold;
		padding-left: 0px !important;
	}
	
    .contato-endereco {
        margin-top: 32px;
    }
    .contato-email {
        margin-top: 32px;
    }
    .contato-cel {
        margin-top: 32px;
    }
    .contato-rede {
        margin-top: 81px;
    }
    .contato-rede.footer-rede {
        margin-top: 0px;
    }
    .contato-rede-titulo {
        font-family: "Roboto-Light";
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
    }
    .contato-rede .redes-icone {
        list-style: none;
        margin-left: 0;
        margin-top: 21px;
    }
    .contato-rede .rede-icone {
        display: inline-block;
        vertical-align: middle;
        padding-right: 17px;
    }
    .contato-rede .rede-icone:last-child {
        padding-right: 0;
    }
    .contato-rede .rede-icone svg {
        width: 44px;
        height: auto;
    }
    .contato-rede .rede-icone svg path,
    .contato-rede .rede-icone svg rect,
    .contato-rede .rede-icone svg circle,
    .contato-rede .rede-icone svg polygon {
        transition: all 0.5s;
    }
    .contato-rede .rede-icone svg:not(:hover) path,
    .contato-rede .rede-icone svg:not(:hover) rect,
    .contato-rede .rede-icone svg:not(:hover) circle,
    .contato-rede .rede-icone svg:not(:hover) polygon {
        fill: #161a14;
    }

    .mobile-show{
        display: none;
    }
    .desktop-show {
        display: flex;
		flex-wrap: wrap;
    }

    
    

    .show-desktop{
        display: block;
    }
    .show-mobile{
        display: none;
    }

    
    
    /* ---------------------------------- MAPA ---------------------------------- */
    #mapa{
		height: 500px;
	}
	.mapa-txt-linha {
        padding-top: 20px;
    }
    .mapa{
        margin-bottom:0px !important;
    }
    .container-mapa iframe {
        height: 580px;
    }

    
    
    
    .link-menu-rodape a{
        font-weight: bold !important;
        color:  !important;

    }
    .link-menu-rodape a:link{
        font-weight: bold !important;
        color:  !important;

    }
    .link-menu-rodape a:hover{
        color:  !important;
    }



    .sucesso{
        border:solid 1px #005937;
        color:#005937;
        background:#b9d6cb;
        border-radius:5px;
        margin-bottom:20px;
        padding-bottom:20px;
    }
    .erro{
        border:solid 1px #b73541;
        color:#b73541;
        background:#ffbfc5;
        border-radius:5px;
        margin-bottom:20px;
        padding-bottom:20px;
    }
    .full{
        width:100%;
        margin:0 auto;
        position:relative;
    }
    .centraliza{
        width:1200px;
        margin:0 auto;
        position:relative;
        padding-left:15px;
        padding-right:15px;
    }
    .centralizaNoPadding{
        width:1200px;
        margin:0 auto;
        position:relative;
    }
    .section{
        white-space:pre;
    }
    .bred{
        border:solid 1px red;
    }
    .bblue{
        border:solid 1px blue;
    }
    .z-indexPequeno{
        z-index:9;
    }
    .z-indexGrande{
        z-index:9999;
    }
    .positionRelative{
        position:relative;
    }
    .overflowHidden{
        overflow:hidden;
    }
    .positionAbsolute{
        position:absolute;
    }
    .animatedParent, .animated{
        -webkit-transform:translateZ(0);
    }
    .animatedParent{
        overflow:hidden;
    }
    .robotoLight{
        font-family:'Roboto-Light';
    }
    .robotoBlack{
        font-family:'Roboto-Black';
    }
    .robotoThin{
        font-family:'Roboto-Thin';
    }
    .RobotoCondensedRegular{
        font-family:'Roboto-Condensed-Regular';
    }
    .miamor{
        font-family:'Miamor';
    }
    .backgroundFull{
        background-repeat:no-repeat;
        background-position:center center;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
        transition:all 1s;
    }
    .container-fluid-topo-1{
        position:fixed;
        width:100%;
        z-index:1000;
        background-color:#191f2a00;
    }
    .container-fluid-topo-1 .container-header-1{
        border-top:;
    }
    .hgt-170{
        height: 170px;
    }
    .menu-item-center{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        /*        position: relative;
                top: 50%;
                transform: translateY(-50%);
                -ms-transform: translateY(-50%);*/
    }
    #fundoGeral{
        height:73px;
    }
    #logo{
        height:85px;
    }
    
    #imgMobile{
        height:75px;
    }
    .MenuTopoSite{
        height: 90px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    #topicosMenu{
        /*margin-top: 24px;*/
        padding-left: 25px!important;
    }
    
    .container-topo-colorido{
    }
    #topoMenuCelular{
        position:fixed;
        background:#FFFFFF;
        z-index:1000;
        width:100%;
        height: 80px;
    }
    .overlay{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 100%;
        background: rgba(14, 14, 14, 0.7);
        overflow: hidden;
        z-index: 1050;
    }
    #MenuResposivo{
        display: none;
        position: fixed;
        width: 80%;
        height: 100%;
        left: -100%;
        top: 0;
        background: #FFFFFF;
        overflow: hidden;
        overflow-y: scroll;
        z-index: 9999;
    }
    #MenuResposivo ul, #MenuResposivo ol {
        margin-left: 0;
    }
    #MenuResposivo ul>li{
        padding: 1em;
        border-bottom: solid 1px #000;
		
    }
    #MenuResposivo ul>li #interno .servico {
        padding-top: 1em;
        padding-bottom: 1em;
        color: #00bf8d;
        padding-left: 2em;
    }
    #MenuResposivo ul>li #interno .active .servico {
        color: #FFF;
    }
    #MenuResposivo ul>li:focus,#MenuResposivo ul>li.active{
        background: #FFFFFF;
    }
    #MenuResposivo ul>li>a{
		font-family: "Montserrat", sans-serif;;
        color: #000;
        padding: 1em;
        transition: 0.3s all;
        font-size: 13px;
    }
    #MenuResposivo ul>li:focus>a,#MenuResposivo ul>li.active>a{
        color: #B82929;
    }
    .container-header-1 .listaGeralTopo{
        margin-top:0px;
        margin-bottom:0px;
    }
    .container-header-1 .listaGeralTopo .liTopo{
        padding-left:8px;
        padding-right:8px;
    }
    
    .container-header-1 .listaGeralTopo .logo{
        margin-right:290px;
    }
    .container-header-1 .listaGeralTopoRight{
        margin-top:24px;
    }
    .container-header-1 .listaGeralTopoRight li img{
        transition:all 1s;
    }
    .container-header-1 .listaGeralTopoRight li img:hover{
        filter: brightness(0.1);
    }
    .container-header-1 .listaGeralTopoRight li{
        padding-right:3px;
        padding-left:3px;
    }
    .container-header-1 .listaTopo span{
        font-size:13px;
        color:#000;
    }
    .container-header-1 .listaTopo span:hover{
        color:#B82929;
    }
    .container-header-1 .listaTopo span.liSelecionada{
        color:#B82929;
        font-family:'Roboto-Black';
    }
    .container-footer-menu{
        font-size:;
        margin-top:70px;
        margin-bottom:65px;
    }
    .container-footer-menu .newsletter{
        margin-top:-11px;
        color:#000;
    }
    .container-footer-menu .menu-rodape{
        font-family:'Roboto-Black';
        margin-right:15px;
        transition:all 1s;
        color: #FFFFFF;
        font-weight: bold;
    }
    .container-footer-menu .menu-rodape:hover span{
        color:#00bf8d;
    }
    .container-footer-menu .liSelecionada{
        font-family:'Roboto-Black';
        color:#00bf8d;
    }
    .container-footer-menu .emailNews{
        background-color:#f7f7f7;
        border:none;
        outline:none;
        padding:10px;
    }
    .container-footer-menu .submitNews{
        background-color:;
        color:#FFF;
        border:solid 1px #FFF;
        padding:10px;
        transition:all 1s;
    }
    .container-footer-menu .submitNews:hover{
        color:;
        background-color:#FFF;
        border:solid 1px ;
    }
    .container-footer-redes{
        background-color:#1c1c1c;
        border-top:solid 4px #7fc0be;
        padding-top:35px;
        padding-bottom:30px;
    }
    .container-footer-redes .video{
        right:0;
        bottom:-30px;
        color:#FFF;
    }
    .container-footer-redes .video .borda{
        background-color:;
        padding:5px 15px;
        border-radius:10px;
        cursor:pointer;
        border:solid 1px #1c1c1c;
    }
    .container-footer-redes #sugestao{
        right:0;
        bottom:-30px;
        display:none;
    }
    .container-footer-redes #sugestao .titulo{
        font-size:;
        color:#000;
        border-bottom:solid 2px ;
        padding-top:1.5em;
        padding-bottom:1.5em;
        margin-bottom:1.5em;
    }
    .container-footer-redes #sugestao .titulo .close{
        border:solid 1px #999;
        padding:5px;
        color:#999;
        border-radius:50%;
        opacity:1;
        margin-top:-15px;
        text-decoration:none !important;
    }
    .container-footer-redes #sugestao .formu{
        width:90%;
        color:#000;
        resize:none;
        padding-left:10px;
        padding-right:10px;
        padding-top:0.5em;
        padding-bottom:0.5em;
        margin-bottom:1em;
        margin-left:5%;
        border:none;
        font-size:12px;
        border-bottom:solid 1px #1C1C1C;
    }
    .container-footer-redes #sugestao input[type="submit"]{
        background:#FFF;
        width:150px;
        margin-right:20px;
        margin-bottom:30px;
        padding-top:10px;
        padding-bottom:10px;
        border:solid 1px ;
        transition:all 0.5s;
    }
    .container-footer-redes #sugestao input[type="submit"]:hover{
        background:;
    }
    .container-footer-redes #sugestao .borda{
        background:#FFF;
        border:solid 1px #1C1C1C;
        width:400px;
    }
    .container-footer-redes .redeSocial img{
        background-color:#FFF;
        transition:all 1s;
    }
    .container-footer-redes .titulo{
        color:#FFF;
        float:left;
        font-size:12.94px;
        margin-top:5px;
        margin-right:5px;
    }
    .container-footer-redes .titulo i{
        margin-right:15px;
    }
    .container-footer-redes .redeSocial img:hover{
        background-color:;
    }
    .container-footer-redes .numeroTel{
        font-size:17px;
    }
    .container-footer-redes .endereco{
        color:#868d8f;
        font-size:12px;
        text-align:left;
        float:right;
    }
    .container-footer-redes .endereco .logoDev{
        float:right;
        margin-top:5px;
    }
    .container-footer-redes .subtitulo{
        color:#FFF;
    }
    #bannerPrincipal #slider-nextBanner, #bannerPrincipal #slider-prevBanner{
        position:absolute;
        top:250px;
        z-index:1;
        font-size:4em;
    }
    #bannerPrincipal .bx-controls{
        display:none;
    }
    #bannerPrincipal #slider-nextBanner a, #bannerPrincipal #slider-prevBanner a{
        color:#FFF;
    }
    #bannerPrincipal #slider-nextBanner{
        left:0;
    }
    #bannerPrincipal #slider-prevBanner{
        right:0;
    }
    .container-blog-home{
        background-color:#FFF;
        color:#000;
        padding-top:1.5em;
        padding-bottom:3em;
    }
    .container-blog-home .titulo{
        font-size:30px;
    }
    .container-blog-home .frase{
        color:#797b7b;
        height:4em;
        width:395px;
    }
    .container-blog-home .artigo{
        height:475px;
        margin-bottom:2.5em;
        background:rgb(207,210,215);
        background:-moz-linear-gradient(top, rgba(207,210,215,1) 0%, rgba(225,227,231,1) 100%);
        background:-webkit-linear-gradient(top, rgba(207,210,215,1) 0%,rgba(225,227,231,1) 100%);
        background:linear-gradient(to bottom, rgba(207,210,215,1) 0%,rgba(225,227,231,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfd2d7', endColorstr='#e1e3e7',GradientType=0);
    }
    .container-blog-home .fotoArtigo{
        height:260px;
        position:relative;
        overflow:hidden;
        transition:all 1s;
    }
    .container-blog-home .artigo:hover .fotoArtigo{
        -webkit-filter:grayscale(1.0);
        filter:grayscale(1.0);
    }
    .container-blog-home .dataArtigo{
        color:#696969;
        font-size:13.32px;
        padding-left:15px;
        padding-right:15px;
        margin-top:20px;
    }
    .container-blog-home .tituloArtigo{
        color:#000;
        font-weight:bold;
        font-size:25px;
        padding-left:15px;
        padding-right:15px;
        margin-top:7px;
        height:auto;
    }
    .container-blog-home .texto{
        color:#696969;
        font-size:11.78px;
        line-height:2em;
    }
    .container-blog-home .blogGeral .fotoBlog{
        position:relative;
        overflow:hidden;
        height:135px;
        margin-bottom:2.5em;
        transition:all 1s;
    }
    .container-blog-home .blogHome:hover .fotoBlog{
        opacity:0.5;
    }
    .container-blog-home .blogHome:hover .tituloBlog{
        color:#000;
    }
    .container-blog-home .blogGeral .tituloBlog{
        text-align:center;
        color:#7D7D7D;
        padding-left:15px;
        padding-right:15px;
        padding-bottom: 70px;
        transition:all 1s;
    }
    .container-blog-home .verTodos{
        background-color:;
        color:#FFF;
        padding:10px 35px;
        font-size:12px;
        transition:all 1s;
    }
    .container-blog-home .verTodos:hover{
        background-color:#FFF;
        color:;
    }
    .container-home-sobre{
        border-top:solid 1px #e4e4e3;
        border-bottom:solid 1px #e4e4e3;
        margin-top:3.5em;
        margin-bottom:4em;
        padding-top:2em;
        padding-bottom:1em;
        height:385px;
    }
    .container-home-sobre .foto{
        position:absolute;
        height:450px;
        width:600px;
        z-index:2;
        top:-64px;
        right:0px;
    }
    .container-sobre .titulo, .container-home-sobre .titulo{
        font-size:;
        color:#000;
        line-height:1em;
        margin-top: 0;
        margin-bottom: 0;
    }
    .container-sobre .especialidades, .container-home-sobre .especialidade{
        font-size:25px;
        color:#000;
    }
    .container-sobre .crm, .container-home-sobre .crm{
        font-size:13px;
        color:#696969;
    }
    .container-home-sobre .crm{
        margin-bottom:3.5em;
    }
    .container-sobre .crm{
        margin-bottom:7em;
    }
    .container-home-sobre .frase{
        font-size:12px;
        color:#000;
        line-height:2em;
        margin-bottom:6em;
    }
    .container-sobre .texto{
        font-size:12px;
    }
    .container-sobre-foto{
        padding-top:40px;
        padding-bottom:50px;
        margin-bottom:2em;
        margin-top:4em;
    }
    .container-sobre-foto .frase{
        margin-top:-4em;
        font-size:12px;
        color:#000;
        line-height:2em;
        margin-bottom:6em;
    }
    .container-sobre-foto .especialidade{
        color:#FFF;
        font-size:13px;
        padding-top:48px;
        padding-bottom:53px;
        height:233px;
    }
    .container-sobre-foto #fotoSobre{
        position:absolute;
        right:0;
        /*top:-93px;*/
        top:-25px;
        overflow:hidden;
        height:470px;
    }
    .container-sobre-foto #fotoSobre .foto{
        height:470px;
        width:100%;
        /*width:470px;*/
    }
    .container-home-sobre .figura{
        position:absolute;
        width:275px;
        height:425px;
        -webkit-transform:skew(20deg);
        -moz-transform:skew(20deg);
        -o-transform:skew(20deg);
        background-color:#91c8c6;
        z-index:1;
        top:-45px;
        right:200px;
    }
    .container-sobre-foto .especialidade p{
        margin-bottom:15px;
    }
    .container-sobre-foto .especialidade i{
        margin-right:20px;
        margin-left:15px;
        font-size:18px;
    }
    .container-home-sobre .nome{
        color:#000;
        font-size:17px;
        position:absolute;
        width:430px;
        bottom:-55px;
        -webkit-transform:rotate(-5deg);
        -moz-transform:rotate(-5deg);
        -ms-transform:rotate(-5deg);
        -o-transform:rotate(-5deg);
    }
    .container-home-sobre .afiliacoes{
        padding-left:2em !important;
    }
    .container-home-sobre .afiliacao{
        font-size:13px;
        color:#000;
        margin-bottom:1.3em;
    }
    .container-home-sobre .afiliacao i{
        color:#91c8c6;
        margin-right:1em;
    }
    .container-tratamentos-home{
        margin-bottom:4em;
        margin-top:2em;
    }
    .container-tratamentos-home .titulo{
        font-size:;
        color:#000;
        margin-bottom:0.5em;
    }
    .container-tratamentos-home .frase{
        font-size:13px;
        color:#000;
        margin-bottom:3em;
        margin-left:27%;
        margin-right:27%;
    }
    .container-tratamentos-home .destaqueGeral{
        margin-top:3em;
    }
    .container-tratamentos-home .verTodos{
        background-color:;
        color:#FFF;
        padding:15px 35px;
        font-size:12px;
        border:solid 1px ;
        transition:all 1s;
    }
    .container-tratamentos-home .verTodos:hover{
        background-color:#FFF;
        color:;
    }
    .container-tratamentos-home .fotoProduto{
        height:340px;
        overflow:hidden;
        position:relative;
        transition:all 1s;
    }
    .container-tratamentos-home .fotoHoverGeral:hover .fotoProduto{
        -webkit-filter:grayscale(1);
        filter:grayscale(1);
    }
    .container-tratamentos-home .conteudoEspecialidade{
        background-color:c4;
        padding-left:10px;
        padding-right:10px;
        padding-top: 20px;
        z-index: 200;
        top: 221px;
        width: 100%;
        height: 118px;
    }
    .container-tratamentos-home .conteudoEspecialidade #setaHome1{
        position:absolute;
        top:-15px;
        width:0;
        height:0;
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-bottom:15px solid #2f343d;
        margin:auto;
        left:0;
        right:0;
    }
    .container-tratamentos-home .conteudoEspecialidade #setaHome2{
        position:absolute;
        top:50%;
        width:0;
        height:0;
        border-top:15px solid transparent;
        border-left:15px solid #2f343d;
        border-bottom:15px solid transparent;
        margin:auto;
        right:-15px;
        z-index:1;
    }
    .container-tratamentos-home .conteudoEspecialidade #setaHome3{
        position:absolute;
        top:50%;
        width:0;
        height:0;
        border-top:15px solid transparent;
        border-bottom:15px solid transparent;
        border-right:15px solid #2f343d;
        margin:auto;
        left:-15px;
        z-index:1;
    }
    .container-tratamentos-home .conteudoEspecialidade2{
        height:347.5px;
    }
    .container-tratamentos-home .nome{
        color:;
        font-size:;
        padding-top:5px;
        line-height:1em;
        word-break:break-word;
    }
    .container-tratamentos-home .subtitulo{
        color:;
        font-size:;
        line-height:1em;
        padding-bottom:1em;
        height:6em;
        overflow:hidden;
    }
    .container-tratamentos-home .texto{
        color:#FFF;
        font-size:14px;
        padding-bottom:3em;
        height:7em;
    }
    .container-tratamentos-home .detalhes{
        color:#FFF;
        font-size:12px;
        padding-bottom:1em;
    }
    .container-especialidade{
        margin-top:3em;
        margin-bottom:3em;
    }
    .container-especialidade span{
        font-size:47px;
        background-color:#FCFBFC;
        padding-left:15px;
        padding-right:15px;
    }
    .container-especialidade .outros{
        margin-bottom:2em;
    }
    .container-especialidade .fotoProduto{
        height:345px;
        transition:all 1s;
    }
    .container-especialidade .artigoGeral:hover .fotoProduto{
        -webkit-filter:grayscale(1.0);
        filter:grayscale(1.0);
    }
    .container-especialidade .fotoGeral:hover .fotoProduto{
        -webkit-filter:grayscale(1.0);
        filter:grayscale(1.0);
    }
    .container-especialidade .conteudoEspecialidade{
        background-color:#2f343d;
        margin-bottom:30px;
    }
    .container-especialidade .conteudoEspecialidade .seta{
        position:absolute;
        top:-20px;
        width:0;
        height:0;
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-bottom:20px solid #2f343d;
        margin:auto;
        left:0;
        right:0;
    }
    .container-especialidade .nome{
        color:#FFF;
        font-size:32px;
        padding-top:1.5em;
        line-height:1em;
        height:4em;
    }
    .container-especialidade .subtitulo{
        color:;
        font-size:20px;
        line-height:1em;
        padding-bottom:1em;
        height:3em;
    }
    .container-especialidade .texto{
        color:#FFF;
        font-size:14px;
        padding-bottom:3em;
        height:7em;
        margin-left:30px;
        margin-right:30px;
    }
    .container-especialidade .linha{
        height:1px;
        background-color:#000 !important;
        position:absolute;
        width:100%;
        top:35px;
        z-index:-1;
    }
    .container-produto{
        margin-top:3em;
    }
    .container-produto .bx-wrapper{
        margin:auto;
    }
    .container-produto .fotoProduto{
        height:345px;
    }
    .container-produto .bx-controls{
        display:none;
    }
    #slider-prevProduto{
        left:0;
        -webkit-box-shadow:-1px 1px 8px 1px rgba(0,0,0,0.20);
        -moz-box-shadow:-1px 1px 8px 1px rgba(0,0,0,0.20);
        box-shadow:-1px 1px 8px 1px rgba(0,0,0,0.20);
    }
    #slider-prevProduto .disabled{
        opacity:0.5;
    }
    #slider-nextProduto{
        right:0;
        -webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,0.20);
        -moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,0.20);
        box-shadow:1px 1px 8px 1px rgba(0,0,0,0.20);
    }
    #slider-nextProduto .disabled{
        opacity:0.3;
    }
    .container-produto .seta{
        border:solid 1px transparent;
        background-color:#FFF;
        font-size:2.5em;
        top:45%;
        position:absolute;
    }
    .container-produto .seta a{
        padding:5px 14px;
        color:#000;
    }
    .container-produto .seta a .fa{
        position:absolute;
        right:7px;
        top:6px;
    }
    .container-produto .produtoGeral{
        padding-top:4em;
        padding-bottom:5em;
        margin-top:5px;
    }
    .container-produto .titulo{
        color:#000;
        font-size:37px;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .container-produto .subtitulo{
        color:#000;
        font-size:17px;
        margin-bottom:2em;
    }
    .container-produto .texto{
        color:#000;
        font-size:14px;
        margin-left:15px;
        margin-right:15px;
    }
    .container-produto .separador{
        border-top:solid 1px #FFF;
        padding-top:3em;
        margin-top:3em;
    }
    .fundoContato .tituloContato, .container-contato .contato{
        font-size:40px;
        color:#000;
        margin-top:1em;
        margin-bottom:1em;
    }
    .container-contato .contatoLocalizacao{
        font-size:15px;
        color:#696969;
    }
    .container-contato .contatoLocalizacao img{
        margin-bottom:0.5em;
    }
    .fundoContato .subTituloContato{
        margin-bottom:1em;
        color:#7fc0be;
    }
    .fundoContato .formContato{
        color:#000;
    }
    .fundoContato .nomeContato input, .fundoContato .contatoTelefone input, .fundoContato .emailContato input,
    .fundoContato .assuntoContato input, .fundoContato .mensagemcontato textarea{
        width:100%;
        margin-bottom:2em;
        color:#000;
        padding-left:1em;
        padding-right:1em;
        padding-top:0.5em;
        padding-bottom:0.5em;
    }
    .fundoContato .btn-contato{
        background-color:#7fc0be;
        border:solid 1px #FFF;
        color:#FFF;
        padding:10px 40px;
        margin-bottom:3em;
        transition:all 1s;
    }
    .fundoContato .btn-contato:hover{
        color:#7fc0be;
        background-color:#FFF;
        border:solid 1px #7fc0be;
    }
    .g-recaptcha > div:first-of-type{
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 1em;
    }
    .g-recaptcha > div:first-of-type > div:first-of-type{
        float: left;
        height: 100%;
        width: 100%;
    }
    .container-video .videoinstitucional{
        color:#FFF;
        position:absolute;
        bottom:50px;
        text-align:center;
        left:0;
        right:0;
    }
    .container-video .videoinstitucional .titulo{
        font-size:41.87px;
    }
    .container-video .videoinstitucional .texto{
        font-size:14px;
        margin-left:25%;
        margin-right:25%;
        margin-top:20px;
        line-height:1.8em;
    }
    .container-video .videoinstitucional .youtube{
        margin-bottom:18px;
    }
    .container-video .videoinstitucional .play{
        margin-top:4em;
    }
    .container-video .fundo{
        height:412px;
    }
    .container-video .carregarMais a {
        cursor:pointer;
        background-color: ;
        color: #FFF;
        padding: 15px 35px;
        font-size: 12px;
        border: solid 1px ;
        transition: all 1s;
    }
    .container-video .carregarMais a:hover{
        background-color: #FFF;
        color:  !important;
    }
    .mapa{
        margin-bottom:2em;
    }
    .branco{
        color:#FFF;
    }
    .cinza{
        color:#333;
    }
    #menuHamburger i{
        font-size:30px;
        margin-top:25px;
        color:#B82929;
    }
    #menuCelular ul{
        margin-bottom:0;
    }
    #menuCelular .separadorMenuMobile{
        color:#000;
        padding-left:15px;
        padding-top:7px;
        padding-bottom:7px;
        background-color:#f0f0f0;
        border-bottom:solid 1px #000;
    }
    #menuCelular .separadorMenuMobile.active{
        background-color:#7fc0be;
        color:#FFF;
    }
    .container-video{
        margin-top:3em;
    }
    .container-video .conteudo{
        top: 110px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 15px;
    }
    .container-video .foto{
        width: 100%;
        float: left;
        height: 430px;
    }
    .container-video .foto .fundo{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .container-video .foto .seta{
        position: absolute;
        right: -36px;
        bottom: 30px;
        z-index:30;
        height: 85px;
    }
    .container-video .setinha{
        right: -15px;
        top: 215px;
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-left: 20px solid #34363f;
        border-bottom: 18px solid transparent;
    }
    .container-video .titulo{
        color:;
        font-size:20px;
        padding:5px 0px;
        margin-bottom:2em;
        height: 3em;
        overflow: hidden;
    }
    .container-video .texto{
        font-size:14px;
        color:#FFF;
        padding:5px 15px;
        height: 5.5em;
        line-height: 1.8em;
    }
    .container-video iframe{
        height:430px;
        margin-bottom:4em;
    }
    .container-clinica{
        margin-bottom:3em;
    }
    .container-clinica .titulo{
        font-size:40px;
        color:#000;
        margin-bottom:1em;
    }
    .container-clinica .texto{
        font-size:14px;
        margin-bottom:2em;
    }
    .container-clinica .foto div{
        height:400px;
    }
    .container-clinica .bx-pager{
        display:none;
    }
    .container-clinica #slider-prevClinica, .container-clinica #slider-nextClinica{
        top:35%;
        font-size:75px;
    }
    .container-clinica #slider-prevClinica{
        left:15px;
    }
    .container-clinica #slider-nextClinica{
        right:15px;
    }
    .container-clinica iframe{
        height:400px;
    }

    body.links-bio{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .links-bio-header{
        background-color:#191f2a00;
    }
    .links-bio.MenuTopoSite{
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .links-bio-item{
        padding: 15px 0px 15px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .links-bio-item a{
        display: contents;
    }
    .links-bio.btn-mais-box-branco{
		font-family: calibri;
        font-size: 16px;
        width: 85%;
    }
    .links-bio.blog-container{
        
        margin: 15px;
        
    }
    .links-bio .item-img{
        height:260px;
        overflow:hidden;
        position:relative;
        transition:all 1s;
    }
    .links-bio .fotoHoverGeral:hover .item-img{
        -webkit-filter:grayscale(1);
        filter:grayscale(1);
    }
    .links-bio .conteudoEspecialidade{
        background-color:#191f2a00c4;
        padding-left:10px;
        padding-right:10px;
        padding-top: 20px;
        z-index: 200;
        top: 221px;
        width: 100%;
        height: 118px;
    }
    .links-bio.MenuTopoSite #logo{
        height: 90px;
    }
    .links-bio.footer{
		font-family: calibri;
		color: #ffffff;
        margin: 20px 0px 0px 0px;
    }
    .links-bio.copy{
        border-top: solid 1px transparent;
    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    




    .btn-mais {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -15px;
    }
    .btn-mais-box {
        font-family: 'Roboto-Black';
        font-size: 12px;
        color: #b59461;
        text-align: center;
        border: solid 2px #b59461;
        border-radius: 5px;
        background-color: rgba(14,30,38,0.25);
        padding: 14px;
        transition: all 0.5s;
    }
    .btn-mais-box-branco {
        font-family: 'Roboto-Black';
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        border: solid 2px #B82929;
        border-radius: 5px;
        background-color: #B82929;
        padding: 14px;
        transition: all 0.5s;
    }
    .btn-mais-box-branco:hover {
        background-color: #B82929cc;
        color: #fff;
        border: solid 2px #B82929cc;
    }
    .btn-mais-box:hover {
        background-color: #B82929cc;
    }




    /* --------------------------------- FOOTER --------------------------------- */
    .efeito-hover {
        transition: all 0.3s;
    }
    
    .rodape-conteudo {
        padding-top: 62px;
        padding-bottom: 39px;
    }

    .rodape-logo img {

        transition: all 0.5s;
    }
    .rodape-logo img:hover {
        transform: scale(1.05);
    }

    .footer-meio-titulo {
        font-family: 'Roboto-Black';
        font-size: 24px;
        color: #000;
        line-height: .9em;
        padding-bottom: 7px;
    }
    .footer-meio-titulo span {
        font-family: 'Roboto-Thin';
        font-size: 17.21px;
    }
    .footer-meio-botao {
        padding-top: 7px;
    }
    .btn-footer-meio-botao {
        display: inline-block;
        font-family: 'Roboto-Condensed-Regular';
        font-size: 18px;
        color: #000;
        border: solid 1px ;
        border-radius: 5px;
        text-align: center;
        padding: 7.5px 24.99px;
        cursor: pointer;
        width: 266px;
    }
    .btn-footer-meio-botao svg {
        display: inline-block;
        vertical-align: middle;
        height: 28px;
        width: auto;
        cursor: pointer;
    }
    .btn-footer-meio-botao svg path,
    .btn-footer-meio-botao svg rect,
    .btn-footer-meio-botao svg circle,
    .btn-footer-meio-botao svg polygon {
        fill: #54ddff;
    }
    .btn-footer-meio-botao label {
        display: inline-block;
        vertical-align: middle;
        padding-left: 7px;
        cursor: pointer;
    }

    .rodape-tel {
        padding-bottom: 11px;
    }
    .rodape-cel img,
    .rodape-endereco img,
    .rodape-email img {
        display: inline-block;
        vertical-align: middle;
        height: auto;
        width: 32px;
    }
    .rodape-cel svg path,
    .rodape-endereco svg path,
    .rodape-email svg path {
        fill: #fff;
    }
    .rodape-cel div,
    .rodape-endereco div,
    .rodape-email div {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 45px);
        padding-left: 4px;
    }
    .rodape-tel {
        padding-bottom: 16px;
    }
    .rodape-tel a {
        font-family: 'Roboto-Black';
        font-size: 42px;
        color: #000;
        line-height: 1em;
        transition: all 0.5s;
    }
    .rodape-tel a span {
        font-family: 'Roboto-Black';
        font-size: 30px;
        padding-right: 10px;
    }
    .rodape-tel a:hover {
        /*text-decoration: underline !important;*/
        color: ;
    }
    .rodape-cel {
        padding-bottom: 18px;
    }
    .rodape-cel a {
        font-family:'Roboto-Thin';
        font-size: 30px;
        color: #000;
        line-height: 1em;
        transition: all 0.5s;
    }
    .rodape-cel a span {
        font-family: 'Roboto-Thin';
        padding-right: 10px;
        font-size: 30px;
    }
    .rodape-cel a:hover {
        /*text-decoration: underline !important;*/
        color: ;
    }
    .rodape-endereco {
        padding-bottom: 21px;
    }
    .rodape-endereco div {
        font-family: 'Roboto-Thin';
        font-size: 15px;
        color: #000;
        line-height: 1.6em;
        transition: all 0.5s;
    }
    .rodape-endereco a span {
        font-family: 'Roboto-Black';
    }
    .rodape-endereco a:hover {
        /*text-decoration: underline !important;*/
        color: ;
    }
    .rodape-email {
        padding-bottom: 31px;
    }
    .rodape-email a {
        font-family: 'Roboto-Thin';
        font-size: 13px;
        color: #000;
        transition: all 0.5s;
    }
    .rodape-email a:hover {
        /*text-decoration: underline !important;*/
        color: ;
    }


    
    
    
    
    
    
    .conteudoConvenio{
        display:none;
        height: 75px !important;
        bottom: 0;
        top:inherit !important;
        transition: all 0.2s;
    }
    .convenioHover:hover .conteudoConvenio{
        display:block;
    }
    .convenioHover .fotoProduto{
        height: 230px !important;
    }

    .conteudoConvenio .nome{
        text-align: center;
    }

    /* ---------------------------------- BLOG ---------------------------------- */
    .publicacao-lista-linha {
        padding-top: 62px;
    }
    .publicacao-listagem-titulo {
        font-size: 40px;
        color: #000;
        padding-top: 65px;
        padding-bottom: 63px;
    }

    /* LISTAGEM */
    .publicacao-list-espaco {
        padding-bottom: 55px;
    }
    .publicacao-list-titulo {
        font-family: 'Roboto-Black';
        font-size: 50px;
        color: #000;
        height: 68px;
        overflow: hidden;
    }
    .publicacao-listagem-ctg {
        font-family: 'Roboto-Light';
        display: inline-block;
        vertical-align: top;

        width: 100%;
    }
    .publicacao-list-ctg {
        font-family: 'Roboto-Light';
        font-size: 16px;
        color: #000;
        margin-top: 15px;
    }
    .publicacao-list-data {
        font-family: 'Roboto-Light';
        font-size: 16px;
        color: #b6b6b6;
        margin-top: 15px;
    }
    .publicacao-list-desc {
        font-family: 'Roboto-Light';
        font-size: 16px;
        color: #000;

        margin-top: 10px;
    }
    .publicacao-list-ler {
        font-family: 'Roboto-Black';
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        border: solid 2px #B82929;
        border-radius: 5px;
        background-color: #B82929;
        padding: 14px;
        transition: all 0.5s;
        margin-top: 15px;
        width: 300px;
    }
    .publicacao-list-ler:hover {
        background-color: #B82929cc;
        color: #fff;
        border: solid 2px #B82929cc;
    }



    .publicacao-list-carosel {
        font-size: 0;
        padding-bottom: 35px;
    }
    .publicacao-list-carosel .slick-slide {
        padding: 5px 15px;
    }
    .publicacao-list-slide {
        -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
        box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);

    }
    .publicacao-list-slide-txt {
        /*font-family: "Roboto-Regular";*/
        padding: 15px;
        background-color: #FCFBFC;
        transition: all 0.5s;
    }
    .publicacao-list-slide:hover .publicacao-list-slide-txt {
        background-color: ;
        /*background-color: #003e51;*/
    }
    .publicacao-list-slide-titulo {
        font-family: "Roboto-Black";
        font-size: 21px;
        color: #000;
        height: 60px;
        overflow: hidden;
        margin-top: 12px;
        transition: all 0.5s;
    }
    .publicacao-list-slide:hover .publicacao-list-slide-titulo {
        color: #fff;
        /*color: #b59461;*/
    }
    .publicacao-list-slide-desc {
        font-family: "Roboto-Light";
        font-size: 14px;
        color: #000;
        line-height: 1.8em;
        margin-top: 18px;
        transition: all 0.5s;
    }
    .publicacao-list-slide:hover .publicacao-list-slide-desc {
        color: #fff;
        /*color: #b59461;*/
    }
    .publicacao-list-slide-veja-mais {
        /*font-family: "Roboto-Bold";*/
        font-size: 12px;
        color: #b59461;
        text-transform: uppercase;
        margin-top: 51px;
    }


    /* LISTAGEM - CATEGORIA */
    .publicacao-banner-podcast {
        display: inline-block;
        vertical-align: top;
        max-width: 255px;
        width: 100%;
        margin-top: 30px;
        font-size: 0;
        position: relative;
    }
    .publicacao-list-ctg-header {
        font-family: "Roboto-Black";
        font-size: 30px;
        color: #000;
    }
    .publicacao-list-ctg {
        list-style: none;
        margin-left: 0;
    }
    .publicacao-list-ctg-item {
        font-family: "Roboto-Light";
        font-size: 16px;
        color: #000;

        padding: 10px;

        transition: all 0.5s;
    }
    .publicacao-list-ctg-item.ativo,
    .publicacao-list-ctg-item:hover {
        background-color: ;
        color: #fff;

    }
    .publicacao-list-slide-img img{
        margin: auto;
    }

    .publicacao-redes {
        font-size: 0;
        margin-left: 0;
        list-style: none;
        text-align: center;
        /*padding-top: 30px;*/
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .publicacao-redes li {
        display: inline-block;
        vertical-align: middle;
        padding-right: 7px;
    }
    .publicacao-redes li:last-child {
        padding-right: 0;
    }
    .publicacao-redes svg {
        width: 44px;
        height: auto;
        transition: all 0.5s;
    }
    .publicacao-redes svg:hover {
        transform: scale(1.1);
    }
    .publicacao-redes svg path.dourado,
    .publicacao-redes svg rect.dourado {
        transition: all 0.5s;
    }
    .publicacao-redes svg:hover path.dourado,
    .publicacao-redes svg:hover rect.dourado {
        fill: #b59461;
    }

    /* INTERNA */
    .publicacao-linha {
        padding-top: 62px;
        padding-bottom: 33px;
    }
    .publicacao-img {
        float: left;
        margin-right: 15px;
        margin-bottom: 10px;
        max-width: 300px;
    }
    .publicacao-titulo {
        font-family: "Roboto-Black";
        font-size: 30px;
        color: #000;
    }
    .publicacao-ctg {
        font-family: "Roboto-Light";
        font-size: 16px;
        color: #000;
        margin-top: 16px;
    }
    .publicacao-data {
        font-family: "Roboto-Light";
        font-size: 16px;
        color: #b6b6b6;
        margin-top: 16px;
    }
    .publicacao-desc {
        font-family: "Roboto-Light";
        font-size: 18px;
        color: #000;
        line-height: 2em;
        margin-top: 44px;
    }
    .publicacao-video {
        position: relative;
        text-align: center;
        font-size: 0;
        margin-top: 50px;
        display: inline-flex;
    }
    .publicacao-video svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 60px;
        width: auto;
        transition: all 0.5s;
    }
    .publicacao-video a:hover svg {
        transform: translate(-50%, -50%) scale(1.1);
    }
    .publicacao-divisor {
        height: 1px;
        width: 100%;
        margin-top: 84px;
        background-color: #dededd;
    }

    .publicacao-chamada-linha {
        padding-bottom: 30px;
    }
    .publicacao-chamada-sobtitulo {
        /*font-family: "Roboto-Regular";*/
        font-size: 30px;
        color: #b59461;
        text-align: center;
        text-transform: uppercase;
    }
    .publicacao-chamada-titulo {
        font-family: "Roboto-Light";
        font-size: 40px;
        color: #000;
        text-align: center;
        padding-bottom: 53px;
    }
    .publicacao-chamada-titulo.menor {
        font-size: 20px;
        padding-top: 0;
    }
    .publicacao-btn-mais {
        width: 219px;
        margin-left: auto;
        margin-right: auto;
    }
    .publicacao-btn-mais-box {
        font-family: "Roboto-Black";
        font-size: 14px;
        color: #000;
        text-align: center;
        border: solid 2px #000;
        border-radius: 5px;
        background-color: #fff;
        padding: 14px;
        transition: all 0.5s;
    }
    .publicacao-btn-mais-box:hover {
        background-color: #000;
        color: #fff;
    }


    
    
    
    
    
    
	
	
	/* -------------------------------- CTA --------------------------------- */
        .box-cta-container{
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
    }
        
	
	.accordion {
		width: 100%;
	}

	.lista1-item-title-perguntasfrequentes {
		margin: unset;
	}

	.accordion-item {
		position: relative;
		margin-bottom: 10px;
	}

	.accordion-header {
		display: flex;
		align-items: center;
		background-color:transparent;  
		border: solid 1px #F1F1F1;
		border-radius: 5px;
		padding: 10px;
		justify-content: space-between;
	}

	.accordion-button {
		transition: 0.4s all;
		background-color: transparent;
		border: none;
		outline: none;
		cursor: pointer;
		font-size: 20px;
		color: #FFFFFF;
	}

	.accordion-button:hover {
		color: #942c04;
	}

	.accordion-button.active {
		rotate: 45deg;
		color: #942c04;
	}

	.accordion-title {
		font-family: "Montserrat", sans-serif;;
		margin: 0 0 0 10px !important;
		width: 90% !important;
		font-size: 18px !important;
		text-align: left !important;
		color: #FFFFFF;
		font-weight: bold;
	}

	.accordion-content {
		font-family: "Montserrat", sans-serif;;
		display: none;
		padding: 10px;
		color: #FFFFFF;
		font-size: 15px;
		text-align: justify;
		background-color: transparent;
		 
	}

	



.section-title-container.vesion-center{
	justify-content: center !important;
	padding-left: 0px;
	padding-right: 0px;
}

 .instagram-section {
    height: 350px;
    overflow: hidden;
    margin-block: 25px;
}


.fancybox-margin{margin-right:15px;}


        .privacidade-cookies {
            display: none;
            position: fixed;
            z-index: 1000;
            background: #101010e8;
            color: #fff;
            padding: 1.5em;
            width: 85%;
            /*border: solid #e89306 3px;*/
            border-radius: 5px;
            margin: auto;
            bottom: 10px;
            left: 10px;
            font-family: 'Dosis', sans-serif;
        }
        .privacidade-cookies a.privacidade-cookies-btn {
            color: #FFFFFF;
            float: right;
            padding: 0.7em;
            border: solid 1px #FFFFFF;
            border-radius: 5px;
            cursor: pointer;
            transition: 1s all;
        }
        .privacidade-cookies a.privacidade-cookies-btn:hover, .privacidade-cookies a.privacidade-cookies-btn:focus {
            color: #333333;
            background: #FFFFFF;
            border: solid 1px #FFFFFF;
        }
    


								.btn-outline-banner-1{
									background-color:   !important;
									border: solid 1px   !important;
								}
								.btn-outline-banner-1:hover{
									background-color:   !important;
									border: solid 1px   !important;
								}
							


								.btn-outline-banner-1{
									background-color:   !important;
									border: solid 1px   !important;
								}
								.btn-outline-banner-1:hover{
									background-color:   !important;
									border: solid 1px   !important;
								}
							


								.btn-outline-banner-1{
									background-color:   !important;
									border: solid 1px   !important;
								}
								.btn-outline-banner-1:hover{
									background-color:   !important;
									border: solid 1px   !important;
								}
							


								.btn-outline-banner-1{
									background-color:   !important;
									border: solid 1px   !important;
								}
								.btn-outline-banner-1:hover{
									background-color:   !important;
									border: solid 1px   !important;
								}
							


		.home-diferenciais{
			padding-top: 30px;
			background-color: #FCFBFC;
			
		}
		.home-diferenciais .section-title{
			color: #000;
		}
		.home-diferenciais .list-internal-page-subtitle{
			color: #000;
		}
		.home-diferenciais .section-title-line{
			background: #B82929;
		}
		.home-diferenciais .lista1-item-title-diferenciais{
			color: #000 !important;
		}
		.home-diferenciais .lista1-item-diferenciais:hover .lista1-item-title-diferenciais{
			color: #B82929 !important;
		}
		 
		 
		.home-diferenciais .lista1-item-subtitle{
			color: #000 !important;
		}
		



.lista1-item-image{
	width: 80px !important;
	height: 80px !important;
}



.lista1-item-diferenciais {
	background: #eee;
	border: solid 1px transparent;  
    position: relative; 
    border-radius: 5px;
    margin: 5px 0px 25px 0px;
    padding: 30px 20px;
    min-height: 98% !important;
    transition: 1s all;
}
.lista1-item-diferenciais:hover{
    background: #eee;
	border: solid 1px transparent;
}
.lista1-item-image-diferenciais {
    width: 80px !important;
	height: 80px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
}
.lista1-item-diferenciais:hover .lista1-item-title-diferenciais{
        color: #B82929; 
    }
.lista1-item-title-diferenciais{
	color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin: 10px 0px 20px 0px;
    transition: 1s all;
	
}
.lista1-item-text-diferenciais{
        color: ;
        word-break: break-word;
        text-align: center;
        font-weight: normal;
        font-size: ;
        margin: 0px 0px 0px 0px;
}



		 
		
 





.section-title-container.vesion-center{
	justify-content: center !important;
	padding-left: 0px;
	padding-right: 0px;
}

 .instagram-section {
    height: 350px;
    overflow: hidden;
    margin-block: 25px;
}



		.home-quemsomos{
			padding: px 0px;
			background-color: #eee;
			
		}
		.home-quemsomos .section-title{
			color: #000;
		}
		.home-quemsomos .list-internal-page-subtitle{
			color: #000;
		}
		.home-quemsomos .section-title-line{
			background: #B82929;
		}
		.home-quemsomos .institucional-home-text{
			color: #000;
		}
		.home-quemsomos .btn-normal{
			color: #FFFFFF !important;
			background-color: #B82929 !important;
			border: solid 1px #B82929 !important;
		}
		.home-quemsomos .btn-normal:hover{
			background-color: #B82929cc !important;
			border: solid 1px #B82929cc !important;
		}
		
		
		
		


	
	.institucional-home-img.interna-left-quemsomos{
		width: 100vw !important;
		height: 675px !important;
		position: absolute;
		background-position: right top;
		background-size: contain;
		right: 1px !important;
		border-radius: 0px !important;
		left: initial;
	}
	.institucional-home-img.interna-right-quemsomos{
		width: 100vw !important;
		height: 675px !important;
		position: absolute;
		background-position: left top;
		background-size: contain;
		right: 1px !important;
		border-radius: 0px !important;
		right: initial;
	}
	
	


.section-title-container.vesion-center{
	justify-content: left !important;
	padding-left: 0px;
	padding-right: 0px;
}

 .instagram-section {
    height: 350px;
    overflow: hidden;
    margin-block: 25px;
}


	
	.lista2-item-image-servicos{
		transition: 0.5s all;
	}
	.lista2-item-servicos:hover .lista2-item-image-servicos{
        transform: scale(1.04);
    }



		.home-servicos{
			padding-top: 30px;
			background-color: #FCFBFC;
			
		}
		
		.home-servicos .section-title{
			color: #000;
		}
		.home-servicos .list-internal-page-subtitle{
			color: #000;
		}
		.home-servicos .section-title-line{
			background: #B82929;
		}
		.home-servicos .lista2-item-title{
			color: #000;
		}
		.home-servicos .lista2-item-title:hover{
			color: #B82929 !important;
		}
		.home-servicos .lista2-item-subtitle-atuacao{
			color: #000 !important;
		}
		



.lista2-item-image{
	 
    height: 350px !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    margin: 0 auto;
	border-radius: 10px;
     
}
.lista2-item-image-servicos{
	 
    height: 350px !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    margin: 0 auto;
	border-radius: 10px;
     
}
.lista2-item-play-video-servicos{
	border-radius: 10px;
	width: 100%;height: 100%;background-color: #0000008a;display: flex;align-items: center;justify-content: center;
}



.lista2-item-play-video{
	border-radius: 10px;
}
.lista2-item-servicos:hover .lista2-item-title{
        color: #B82929;
}
.section-title-line{
		left: 0% !important;
}
.lista2-item-subtitle-servicos {
	text-align: center;
	margin: 0px 8px 25px 8px;
}




.section-title-container.vesion-center{
	justify-content: center !important;
	padding-left: 0px;
	padding-right: 0px;
}

 .instagram-section {
    height: 350px;
    overflow: hidden;
    margin-block: 25px;
}



	.box-cta-_cta_padrao{
        background: #942c04;
        padding: 90px 15px;
    }
	.box-cta-title-_cta_padrao{
        color: #FFFFFF;
        position: relative;
        margin: 0px 0px 20px 0px;
        text-align: left;
        font-weight: bold;
        font-size: 48px;
        line-height: 48px;
    }
	.box-cta-text-_cta_padrao{
        color: #FFFFFF;
        font-weight: normal;
        font-size: 16px;
        margin: 0px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: flex-start;
        justify-content: center;
    }
	.box-cta-btn-_cta_padrao{
        display: flex;
        justify-content: center;
    }
    
	.box-cta-btn-_cta_padrao a{
        font-size: 18px !important;
        text-align: center;
        color: #FFFFFF !important;
        border: solid 2px #31C96B;
        border-radius: 3px;
        background-color: #31C96B;
        padding: 12px 50px;
        transition: all 0.3s;
    }
    .box-cta-btn-_cta_padrao:hover a{
        color: #942c04 !important;
        border: solid 2px #31C96Bcc;
        background-color: #31C96Bcc;
    }
	
	
	
	


.section-title-container.vesion-center{
	justify-content:  !important;
	padding-left: 0px;
	padding-right: 0px;
}

 .instagram-section {
    height: 350px;
    overflow: hidden;
    margin-block: 25px;
}



		.home-contato{
			padding: px 0px;
			background-color: #FCFBFC;
			
		}
		.home-contato .section-title{
			color: #000;
		}
		.home-contato .list-internal-page-subtitle{
			color: #000;
		}
		.home-contato .section-title-line{
			background: #B82929;
		}
		.home-contato .btn-normal{
			color: #FFFFFF !important;
			background-color: #B82929 !important;
			border: solid 1px #B82929 !important;
		}
		.home-contato .btn-normal:hover{
			background-color: #B82929cc !important;
			border: solid 1px #B82929cc !important;
		}
		.home-contato .form-item{
			color: #000;
		}
		
		
		
		


	
	.contato-home-img.interna-contato{
		width: 100vw !important;
        height: 675px !important;
		position: absolute;
		background-position: right top;
		background-size: contain;
		right: 1px !important;
		left: initial;
		border-radius: 0px !important;
	}
	.box-contato{
		border-radius: 0px !important;
	}
	.imagem-contato{
		height: 675px;
	}
	
	
	
	 
	
	


.section-title-container.vesion-center{
	justify-content: left !important;
	padding-left: 0px;
	padding-right: 0px;
}

 .instagram-section {
    height: 350px;
    overflow: hidden;
    margin-block: 25px;
}
