/* 1. IMPORT SECTION */

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');




/* 2. BASIC STYLES */

	html, body {
		background-color: #f7f7f7;
		position: relative !important;
	}

	.table{
		font-size: 12px;
	}

	button{
		border: initial !important;
	}

	*{
		outline: initial !important;
	}

	body { 
		height: 100%;
		min-height: 100vh !important;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 200;
		line-height: 1.7857;
		letter-spacing: 0.075em;
		color: #333333;
	}

	a {
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a:hover {
		color: #000;
	}

	a, a:hover, a:active, a:focus, button:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	p {
		line-height: 1.5;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}

	input, textarea{
		outline: none;
	}

	label{
		font-weight: 400;
	}

	#pre-status,
	.preload-placeholder {
		background-image: url(../images/preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 40px;
		left: 50%;
		margin: -20px 0 0 -20px;
		position: absolute;
		top: 50%;
		width: 40px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

    .loader-box{
        width: 100%;
        height: 100vh;
        background-color: #f7f7f7;
        position: absolute;
        top: 15px;
        left: 0px;
        z-index: 1;
        font-size: 40px;
        color: #097ac1;
    }
    .mt_loading{ margin-top: 350px; }

	.st-border{
		width: 34px;
		height: 1px;
		display: block;
		background-color: #000;
	}

	.overlay{
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
	}

	.rodape {
		position: absolute !important;
		bottom: 0 !important; 
	}

	.padding_top_default {
		padding-top: 95px;
		min-height: 93vh;
		/* margin-bottom: 25px !important; */
	}

	.box_branco_adicionar {
		box-shadow: 0px 0px 10px #ccc;
		background-color: #fff;
		padding: 30px 20px;
		margin-bottom: 65px !important;
	}


/* 3. BUTTONS */

	.btn-send{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 8px 14px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-send:hover{
		background-color: #000;
		color: #fff;
	}

	.btn-readmore{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 10px 20px;
		margin-top: 20px;
		text-transform: uppercase;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-readmore:hover{
		background-color: #000;
		color: #fff;
	}




/* 4. HEADER */

	#header{}

	#header .navbar {
		min-height: 80px;
		margin-bottom: 0;
		border-radius: 0;
	}

	.st-navbar{
		background-color: #fff;
		border-bottom: 1px solid #f0f0f0;
	}

	.st-navbar ul{
		margin-top: 15px;
	}

	.st-navbar ul li a{
		text-transform: uppercase;
		font-weight: 600;
		padding: 0;
		margin: 14px;
		font-size: 12px;
	}

	.st-navbar ul li a i{
		font-size: 20px;
	}

	.st-navbar ul li a:hover,
	.st-navbar ul li a:focus {
		background-color: transparent;
		color: #000;
	}

	.st-navbar .navbar-header{
		margin-top: 25px;
	}

	.st-navbar .navbar-toggle .icon-bar {
		background-color: #000;
	}

	.st-navbar .navbar-toggle{
		margin-top: 7px;
		margin-right: 25px;
		padding: 0;
		border-radius: 0;
	}



/* 5. SLIDER */

	#slider{
		margin-top: 80px;
	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: 650px;
	}

	#home-carousel .item:before{
		background-color: #000;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}

	.carousel-caption {
		left: 15px;
		right: 15px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -130px;
	}

	.carousel-caption h1 {
		font-size:46px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:81px;
		font-weight:600;
		margin-top:0px;
		text-transform:lowercase;
		letter-spacing:2px;
		margin-bottom:20px;
	}

	.home-carousel-left,
	.home-carousel-right {
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.home-carousel-left {
		left:-32px;
	}

	.home-carousel-right {
		right:-32px;
	}

	#home-carousel:hover .home-carousel-left {
		left:0;
	}

	#home-carousel:hover .home-carousel-right {
		right:0;
	}
	/* Carousel animation */

	#home-carousel .item h1,
	#home-carousel .item h2,
	#home-carousel .item p {
		opacity:0;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	#home-carousel .item h1 {
		-webkit-transition: all 0.5s ease-in-out 0.15s;
		-moz-transition: all 0.5s ease-in-out 0.15s;
		-ms-transition: all 0.5s ease-in-out 0.15s;
		-o-transition: all 0.5s ease-in-out 0.15s;
		transition: all 0.5s ease-in-out 0.15s;
	}

	#home-carousel .item.active h1,
	#home-carousel .item.active h2,
	#home-carousel .item.active p {
		opacity:1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#home-carousel .item h2 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}

	#home-carousel .item p {
		-webkit-transition: all 0.5s ease-in-out 0.45s;
		-moz-transition: all 0.5s ease-in-out 0.45s;
		-ms-transition: all 0.5s ease-in-out 0.45s;
		-o-transition: all 0.5s ease-in-out 0.45s;
		transition: all 0.5s ease-in-out 0.45s;
	}





/* 6. SERVICES */

	#services{
		background-color: #f5f5f5;
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.section-title{
		margin-bottom: 50px;
	}

	.section-title h1{
		margin-top: 0;
	}

	.st-service{
		margin-top: 30px;
	}

	.st-service h2{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.st-service h2 i{
		margin-right: 10px;
	}

	.st-service p{}



/* 7. OUR WORKS */

	.isotope-item {
	    z-index: 2;
	}
	.isotope-hidden.isotope-item {
	    z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	    -webkit-transition-duration: 0.8s;
	    -moz-transition-duration: 0.8s;
	    transition-duration: 0.8s;
	}
	.isotope {
	    -webkit-transition-property: height, width;
	    -moz-transition-property: height, width;
	    transition-property: height, width;
	}
	.isotope .isotope-item {
	    -webkit-transition-property: -webkit-transform, opacity;
	    -moz-transition-property:-moz-transform, opacity;
	    transition-property:transform, opacity;
	}

	#our-works{
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.portfolio-wrapper ul.filter{
		list-style: none;
		padding: 0;
		margin-bottom: 35px;
		margin-top: 28px;
		overflow: hidden;
	}

	.portfolio-wrapper ul.filter li{
		float: left;
		text-transform: uppercase;
		margin-right: 25px;
		font-weight: 600;
	}

	.portfolio-wrapper ul.filter li a{
		color: #909090;
	}

	.portfolio-wrapper ul.filter li a:hover,
	.portfolio-wrapper ul.filter li a.active{
		color: #000;
	}

	.portfolio-wrapper .portfolio-items{
		clear: both;
	}

	.portfolio-wrapper .portfolio-content{
		position: relative;
		margin-bottom: 30px;
	}

	.portfolio-wrapper .portfolio-overlay{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.portfolio-wrapper .portfolio-overlay a{
		color: #fff;
		font-size: 35px;
	}
	.portfolio-wrapper .portfolio-overlay a:hover{
		color: #fff;
	}



/* 8. PRICING */

	#pricing{
		background-color: #f5f5f5;
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.st-pricing{
		background-color: #fff;
		padding: 40px;
		margin-top: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricing:hover{
		box-shadow: 0px 0px 18px #ddd;
	}

	.st-pricing h5{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing h3{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing .st-border{
		width: 100%;
		margin-bottom: 15px;
		background-color: #ccc;
	}

	.st-pricing ul{
		list-style: none;
		padding: 0;
	}

	.st-pricing ul li{
		padding: 12px 0;
		font-size: 15px;
	}

	.st-pricing a.btn-send{
		text-transform: uppercase;
		margin-top: 20px;
		padding: 10px 25px;
	}


/* 9. ABOUT US */

	#about-us{
		background-color: #f5f5f5;
	}

	#about-us .about-us{
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 15%;
	}

	#about-us .about-us h4{
		margin-top: 0;
		margin-bottom: 30px;
	}

	#about-us .about-us .btn-send{
		margin-top: 30px;
	}

	#about-us .our-office{
		padding-right: 0px;
	}

	.office-carousel-left,
	.office-carousel-right {
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.office-carousel-left {
		left:-32px;
	}

	.office-carousel-right {
		right:-32px;
	}

	#office-carousel:hover .office-carousel-left {
		left:0;
	}

	#office-carousel:hover .office-carousel-right {
		right:0;
	}

	#office-carousel .item img{
		width: 100%;
	}



/* 10. OUR TEAM */

	#our-team{
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.team-member{
		margin-top: 30px;
	}

	.member-image{
		position: relative;
	}

	.member-info{
		background-color: #f5f5f5;
		padding: 15px;
	}

	.member-info h4{
		margin-top: 0;
		margin-bottom: 6px;
	}

	.member-info span{
		text-transform: uppercase;
	}

	.team-member .member-social{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		left: 0;
		top: 0;
		text-align: center;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.team-member:hover .member-social{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.team-member .member-social a{
		position: relative;
		font-size: 16px;
		color: #fff;
		top: 47%;
	}

	.team-member:hover .member-social a{
		margin: 6px;
	}



/* 11. TESTIMONIAL */

	#testimonial{
		background-image: url(../images/testimonial-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
	}

	.st-testimonials{
		color: #e0e0e0;
	}

	.st-testimonials .st-border{
		background-color: #e0e0e0;
		margin: 20px auto;
	}

	.st-testimonials p{
		font-style: italic;
	}

	.st-testimonials .client-info h5{
		margin-top: 0;
		margin-bottom: 5px;
	}

	.st-testimonials .client-info span{
		font-size: 12px;
		text-transform: uppercase;
	}



/* 12. FUN FACTS */

	#fun-facts{
		background-color: #f5f5f5;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#fun-facts .fun-fact{
		border-right: 1px solid #ddd;
	}

	#fun-facts .col-md-3:last-child .fun-fact{
		border-right: 0px solid #ddd;
	}

	#fun-facts .fun-fact i{
		margin-right: 5px;
	}

	#fun-facts .fun-fact p{
		font-size: 16px;
	}



/* 13. CONTACT */

	#contact{
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.contact-info .contact-content{
		margin-bottom: 30px;
	}

	.contact-info p{
		margin-bottom: 20px;
	}

	.contact-info p i{
		font-size: 16px;
		margin-right: 10px;
	}

	.contact-form{}

	.contact-form input[type="text"],
	.contact-form input[type="email"]{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-form textarea{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}



/* 14. BLOG */

	#page-header{
		background-color: #f5f5f5;
		padding-top: 50px;
		padding-bottom: 0px;
		position: relative;
		margin-bottom: 50px;
		margin-top: 80px;
	}

	.single-blog{
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.post-title{
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.post-meta{
		margin-bottom: 15px;
	}

	.post-meta span{
		margin-right: 6px;
		font-size: 12px;
		font-weight: 600;
		opacity: 0.6;
	}

	.post-meta span:hover{
		opacity: 1;
	}

	.post-carousel-left,
	.post-carousel-right {
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.post-carousel-left {
		left:-32px;
	}

	.post-carousel-right {
		right:-32px;
	}

	#post-carousel:hover .post-carousel-left {
		left:0;
	}

	#post-carousel:hover .post-carousel-right {
		right:0;
	}

	.post-link{
		background-color: #f5f5f5;
		text-align: center;
		padding: 40px 0;
		font-size: 16px;
		font-weight: 600;
	}

	.post-quote{
		background-color: #f5f5f5;
		padding: 30px;
		font-size: 16px;
		font-weight: 500;
		font-style: italic;
	}

	#blog .pagination{
		margin-bottom: 80px;
	}

	#blog .pagination li a{
		width: 35px;
		height: 35px;
		line-height: 31px;
		text-align: center;
		font-size: 16px;
		color: #a3a3a3;
		border: 1px solid #d1d1d1;
		padding: 0;
		margin-right: 5px;
		border-radius: 0;
	}

	#blog .pagination li.active a,
	#blog .pagination li a:hover{
		background-color: transparent;
		border-color: #000;
		color: #000;
	}

	.sidebar-widget{
		margin-top: 35px;
		margin-bottom: 50px;
	}

	.sidebar-widget .sidebar-title{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.sidebar-widget ul{
		list-style: square;
		margin: 0;
		padding-left: 18px;
	}

	.sidebar-widget ul li{
		margin-bottom: 10px;
		font-weight: 500;
	}

	.blog-search{
		position: relative;
	}

	.blog-search input {
		border: 1px solid #d6d6d6;
		color: #8d8d8d;
		height: 44px;
		outline: medium none;
		padding: 0 50px 0 17px;
		width: 100%;
	}

	.blog-search span {
		color: #252525;
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.blog-search .search-submit {
		background: none;
		border: none;
	}

	.blog-search:after {
		background-color: #d6d6d6;
		content: "";
		display: block;
		height: 27px;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 1px;
	}

	.sidebar-widget .tagcloud a{
		padding: 4px 10px;
		border: 1px solid #ccc;
		margin: 3px 1px;
		display: inline-block;
	}

	.sidebar-widget .tagcloud a:hover{
		border-color: #000;
		color: #000;
	}

	ul.content-flickr {
		margin: 0;
		overflow: hidden;
		padding: 0;
	}

	ul.content-flickr li {
		display: block;
		float: left;
		padding: 5px 10px 5px 0;
		width: 33.33%;
	}

	.content-flickr li a {
		display: block;
		position: relative;
		width: 100%;
	}



/* 15. FOOTER */

	#footer{
		background-color: #262626;
		padding-top: 40px;
		padding-bottom: 40px;
		color: rgba(255, 255, 255, 0.4);
	}

	#footer a{
		color: rgba(255, 255, 255, 0.4);
	}
	#footer a:hover{
		color: #fff;
	}

	.footer-social-icons{
		text-align: right;
	}

	.footer-social-icons a{
		margin: 0 5px;
		font-size: 16px;
	}

	.footer-social-icons span{
		margin-right: 10px;
	}


/* 16. SCROLL TO TOP */

	.scroll-up {
		position: fixed;
		display: none;
		z-index: 999;
		bottom: 1.8em;
		right: 1.8em;
	}

	.scroll-up ul{
		margin: 0;
		padding: 0;
	}

	.scroll-up li{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.scroll-up a {
		background-color: #fff;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		color: #000;
		font-size: 20px;
		line-height: 38px;
		box-shadow: 0px 0px 6px #ccc;
	}

	.scroll-up a:hover,
	.scroll-up a:active {
		background-color: #f5f5f5;
		color: #000;
	}

	.menu_ativo{font-weight: 600 !important;}
	.mt-10{margin-top: -10px;}
	.mt-20{margin-top: -20px;}
	.mt20{margin-top: 20px;}
	.mt30{margin-top: 30px;}
	.mt40{margin-top: 40px;}
	.mt50{margin-top: 50px;}
	.mt59{margin-top: 59px;}
	.mt60{margin-top: 60px;}
	.mt80{margin-top: 80px;}
	.mb20{margin-bottom: 20px;}
	.mb30{margin-bottom: 30px;}
	.mb40{margin-bottom: 40px;}
	.mb50{margin-bottom: 50px;}
	.mb60{margin-bottom: 60px;}
	.azul{color: #0073a2;}
	.laranja{color: #f46c3a;}
	.st-navbar ul li a{font-weight: 300;}
	.botao_branco{border-radius: 0px; border: 1px solid #fff; background-color: transparent; color: #fff; padding: 10px; font-size: 18px; padding: 10px 20px;}
	.botao_branco:hover{border-radius: 0px; border: 1px solid #fff; background-color: #fff; color: #f46c3a; padding: 10px; font-size: 18px; padding: 10px 20px;}
	.botao_azul{border-radius: 0px; border: 1px solid #0073a2; background-color: transparent; color: #0073a2; padding: 10px; font-size: 18px; padding: 10px 20px;}
	.botao_azul:hover{border-radius: 0px; border: 1px solid #0073a2; background-color: #0073a2; color: #fff; padding: 10px; font-size: 18px; padding: 10px 20px;}
	.nome_equipe{margin-top: 40px; font-size: 20px;}
	.circulo_conteudo{
		background-color: rgba(64, 105, 130, .5); width: 180px; height: 180px; padding: 45px 10px; border-radius: 100%; border: 2px solid #fff; color: #fff; font-size: 16px;
	}
	.circulo_conteudo_laranja{
		background-color: rgba(165, 89, 59, .5); width: 180px; height: 180px; padding: 45px 10px; border-radius: 100%; border: 2px solid #fff; color: #fff; font-size: 16px;
	}
	.carousel-fade .carousel-inner .item {
	  	opacity: 0;
	  	-webkit-transition-property: opacity;
	  	-moz-transition-property: opacity;
	  	-o-transition-property: opacity;
	  	transition-property: opacity;
	}
	.carousel-fade .carousel-inner .active {
 	 	opacity: 1;
	}
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	  	left: 0;
	  	opacity: 0;
	  	z-index: 1;
	}
	.carousel-fade .carousel-inner .next.left,
	.carousel-fade .carousel-inner .prev.right {
	  	opacity: 1;
	}
	.carousel-fade .carousel-control {
	  	z-index: 2;
	}
	.navbar-fixed-top{
		background-color: transparent;
		border-color: transparent;
	}
	.st-navbar ul li a{
		color: #fff;
	}
	.st-navbar ul li a:hover{
		color: #fff;
	}
	.carousel-caption{
		top: 60%;
	}
	.input_padrao, .input_padrao:hover, .input_padrao:focus{
		background-color: transparent !important;
		box-shadow: none !important;
		border: none;
		border-radius: 0px;
		border-bottom: 1px solid #002a4e;
		color: #002a4e;
	}
	.logo_rodape{
		width: 125px; margin-top: -3px; opacity: 1;
	}
	.logo_branco{
		width: 120px !important; height: auto;
	}
	.logo_colorido{
		width: 120px !important; height: auto; display: none;
	}
	@media (max-width: 768px){
		#st-navbar-collapse{
			margin-top: 30px;
		}
	}
	.menu_links_branco{
		margin-right: 10px; color: #fff; font-weight: 500;
	}
	.menu_cor_topo{
		background-color: #00335f;
	}
	#header{
		background-color: #00335f;
	}
	.padding-top-menu{
		padding-top: 102px;
	}
	.pre-rodape{
		background-color: #6a6a6a; padding-top: 40px; padding-bottom: 40px; color: #fff;
	}
	.rodape_texto_menor{
		font-size: 12px;
		line-height: 14px;
	}
	.rodape_texto_padrao{
		font-size: 14px;
		line-height: 18px;
	}
	.padding-menu{
		padding-top: 10px;
		padding-bottom: 25px;
	}
	#st-navbar-collapse ul, #st-navbar-collapse ul li a{
		background-color: #00335f;
		color: #fff !important;
	}
	.session_funciona{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.titulo_funciona{
		font-weight: normal;
		font-size: 14px;
	}
	.texto_funciona{
		font-size: 13px;
		color: #6a6a6a;
	}
	.div_geral_funciona{
		background-color: #fff;
		box-shadow: 0px 0px 10px #ccc;
	}
	.label-login{
		background-color: #002a4e;
		color: #fff;
		padding: 8px 15px;
		font-size: 12px;
	}
	.label-login-success{
		background-color: #b1c900;
		color: #fff;
		padding: 8px 15px;
		font-size: 12px;
	}
	.label-login-danger{
		background-color: #c1131b;
		color: #fff;
		padding: 8px 15px;
		font-size: 12px;
	}
	.mb10{
		margin-bottom: 10px;
	}
	.mt10{
		margin-top: 10px;
	}
	.campo_quadrado{
		border-radius: 0px;
	}
	.botao_login, .botao_login:hover, .botao_login:active{
		background-color: #ed1c24;
		border-color: #ed1c24;
	}
	.form-control{
		font-size: 12px;
	}


	/* ##################################################
						NOVA CESTA
	#################################################### */
	.color-navyblue{ color: #00335f; }

	.fluid-person{
		margin-right: 5%;
		margin-left: 5%;
	}
	@media (max-width: 768px){
		.fluid-person{
			margin-right: 15px;
			margin-left: 15px;
		}
	}

	.princingProduct{
		padding-top: 43px;
		padding-bottom: 43px;
		text-align: center;
		font-size: 12px;
	}

	.list-cart{
		margin-top: 20px;
	}

	.list-product{
		margin-top: 20px;
	}

	.title-product{
		font-size: 14px;
		font-weight: 500;
		margin-left: 15px;
	}

	.desc-product{
		font-size: 12px;
	}

	.link-block-product{
    	/*margin-top: 40px;*/
		text-align: right;
		padding: inherit;
	}

	.btn-icon-add-product{
		background-color: #00335f;
		color: #FFFFFF;
		cursor: pointer;
	}

	.qtdProduct{
		padding-top: 43px;
		padding-bottom: 43px;
		text-align: center;
	}

	.inputQtdProduct{
		border: none;
		background: transparent;
		text-align: center;
	}

	.alignImgProductThumb{
		padding: inherit !important;
		text-align: center;
		margin-top: 20px;
	}


	/* Menu Lateral */
	.linkPainelLeft a{
		width: 100%;
		color: #FFFFFF;
		background-color: #000000;
		padding: 6px 5px 12px 9px;
		float: left;
		font-size: 11.5px;
		text-align: center;
	}

	.linkActive a{
		border-left: 5px solid #FFFFFF;
		background-color: #008D16;
	}

	.linkPainelLeft a:hover{
		color: #FFFFFF;
		background-color: #000000;
	}

	.linkPainelLeft a:active{
		color: #FFFFFF;
		background-color: #004178;
	}

	.linkPainelLeftOrcamento a{
		width: 100%;
		color: #FFFFFF;
		background-color: #008D16;
		padding: 6px 5px 11px 9px;
		float: left;
		text-align: center;
		font-size: 12px;
		margin-left: 0.1px;
	}

	.linkPainelLeftOrcamento a:hover{
		color: #FFFFFF;
		background-color: #008D16;
	}

	.linkPainelLeftOrcamento a:active{
		color: #FFFFFF;
		background-color: #008D16;
	}

	.badges_category{
		float: right;
		margin-right: 10px;
	}

	.badge-status-circ{
		width: 20px;
    	height: 20px;
    	background-color: #505050;
    	border-radius: 100%;
		margin-top: 4px;
		margin-bottom: -18px;
	}

	.fontIcon{ font-size: 20px; }

	.circleIcon{
		border-radius: 100%;
		padding: 4px;
	}

	i.fa.fa-shopping-cart.fontIcon.circleIcon {
		vertical-align: sub;
	}

	hr{
		/*margin-top: 0px !important;*/
    	margin-bottom: 0px !important;
     }

     .statusbar-product{
     	width: 100%;
     	height: 30px;
     	color: #FFFFFF;
     	background-color: #008D16;
     	margin-bottom: -10px;
     	line-height: 2.1;
     }

	.badge-block{
		width: 25%;
		height: 40px;
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
		background-color: #002545;
		margin: -40px auto;
	}

	.badge-block > p {
	    text-align: center;
	    padding-top: 5px;
	    font-size: 20px;
	    color: #FFFFFF;
	}

	html.with-featherlight {
		overflow: visible !important;
	}

	.featherlight-content {
    	padding: 45px 45px 20px !important;
	}

	button.featherlight-close-icon.featherlight-close {
    	padding: 11px 30px 0 0;
    	font-size: 20px;
	}
	.green{
		color: #00B2B2;
	}
	.blue{
		color: #12698e;
	}
	.red{
		color: #b20000;
	}
	.branco{
		color: #fff;
	}
/*	.padding_top_default{
		padding-top: 130px;
		padding-bottom: 20px;
		min-height: 100vh;
	}*/
/*	.texto_home{
		font-weight: 400;
		line-height: 24px !important;
		font-size: 24px !important;
		margin-top: 10px;
	}*/

/*	.texto_home_box{
		font-weight: lighter;
		line-height: 20px;
		font-size: 20px;
		margin: -20px 0px 0px 0px;
	}
	.texto_home_bar_price{
		font-weight: lighter;
		line-height: 20px;
		font-size: 20px;
		margin: 7px 0px 0px 0px;
	}	*/
	.box_colorido{
		box-shadow: 0px 0px 10px #ccc;
		background: linear-gradient(to right, #00B2B2 , #12698e);
		padding: 20px;
		color: #fff;
	}
	.box_colorido_tabela{
		background: #12698e;
		padding: 5px 20px;
		color: #fff;
	}
	.box_branco_tabela{
		box-shadow: 0px 0px 10px #ccc;
		background-color: #fff;
		padding: 5px 20px;
	}
	.box_branco_adicionar{
		box-shadow: 0px 0px 10px #ccc;
		background-color: #fff;
		padding: 30px 20px;
	}
	.fwn{
		font-weight: normal;
	}
	.texto_tabela_left{
		font-size: 14px;
		margin: 0px;
		font-weight: normal;
		margin-left: 60px;
	}
	.texto_tabela{
		font-size: 14px;
		margin: 0px;
		font-weight: normal;
	}
	.texto_formulario{
		font-size: 12px;
		margin: 0px;
		font-weight: normal;
		margin-top: 15px;
	}
	.blue_button, .blue_button:hover, .blue_button:active{
		letter-spacing: 5px;
		background-color: #1A487E;
		border-color: #1A487E;
		color: #fff;
		padding: 15px 20px;
		font-weight: normal;
		display: inline-block;
		box-shadow: 0px 0px 10px #ccc;
	}
	.botao_verde, .botao_verde:hover, .botao_verde:active{
		background-color: #00B2B2;
		border-color: #00B2B2;
		color: #fff;
		padding: 10px 20px;
		font-weight: normal;
		display: inline-block;
		box-shadow: 0px 0px 10px #ccc;
	}
	.botao_apagar, .botao_apagar:hover, .botao_apagar:active{
		background-color: #b20000;
		border-color: #b20000;
		color: #fff;
		padding: 10px 20px;
		font-weight: normal;
		display: inline-block;
	}
	.botao_salvar, .botao_salvar:hover, .botao_salvar:active, .botao_salvar:focus{
		background-color: #00b1b2;
		border: 1px solid #00b1b2;
		color: #fff;
		padding: 10px 20px;
		display: inline-block;
		font-weight: normal;
		float: right !important;
	}
	.botao_gerado, .botao_gerado:hover, .botao_gerado:active{
		background-color: #00b723;
		border-color: #00b723;
		color: #fff;
		padding: 5px 10px;
		font-size: 12px;
		font-weight: normal;
		display: inline-block;
	}
	.botao_gerar, .botao_gerar:hover, .botao_gerar:active{
		background-color: #23bac0;
		border-color: #23bac0;
		color: #fff;
		padding: 5px 10px;
		font-size: 12px;
		font-weight: normal;
		display: inline-block;
	}
	.botao_salvar_menor, .botao_salvar_menor:hover, .botao_salvar_menor:active, .botao_salvar_menor:focus{
		background-color: #00b1b2;
		border-color: #00b1b2;
		color: #fff;
		padding: 5px 20px;
		font-size: 12px;
		font-weight: normal;
		display: inline-block;
	}
	.input_default{
		border-radius: 0px;
		box-shadow: none;
		border-color: #ccc;
	}
	.tabela_padrao{

	}
	.tabela_padrao thead tr th{
		color: #fff;
		font-weight: normal;
		background: #12698e;
	}
	.tabela_padrao table{
		margin-bottom: 0px;
	}
	.table-striped > tbody > tr:nth-of-type(2n+1){
		background-color: #fff;
	}
	.borda_bottom{
		width: 100%;
		height: 1px;
		background-color: #ccc;
	}

	.button_plus, .button_plus:hover, .button_plus:active{
		border-radius: 0px;
		border-color: #23bac0;
		background-color: #23bac0;
		color: #fff;
	}

	.button_remove, .button_remove:hover, .button_remove:active{
		border-radius: 0px;
		border-color: #f5f5f5;
		background-color: #f5f5f5;
		color: gray;
	}

	.button_export, .button_export:hover, .button_export:active{
		border-radius: 0px;
		border: 1px solid #ffffff;
		background-color: #ffffff;
		color: rgb(51, 51, 51);
		box-shadow: 0px 0px 10px #ccc;
		margin-left: 20px;
	}

	.box_colorido_final{
		background: #12698e;
		padding: 20px 20px;
	}

	.div_perfil{
		float: left;
		margin-left: 20px;
		margin-top: 10px;
	}
	.div_perfil label{
		font-size: 12px;
		letter-spacing: 1px;
	}
	.div_perfil div{
		margin-bottom: 10px;
	}


	.text_desde{
		font-size: 12px;
		font-weight: normal;
		color: gray;
		text-transform: uppercase;
	}
/*	.titulo_pagina{
		font-size: 24px;
	}*/
	.painel_padrao{
		background-color: #fff;
		padding: 20px 20px;
		box-shadow: 0px 0px 10px #ccc;
	}
	.painel_titulo{
		font-size: 14px;
		text-transform: uppercase;
	}
	.painel_numero{
		font-size: 26px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.green{
		color: #009317;
	}
	.red{
		color: #b20000;
	}
	.lblue{
		color: #0c829a;
	}
	.blue{
		color: #164e87;
	}
	.border_green{
		border-left: 5px solid #009317;
	}
	.border_red{
		border-left: 5px solid #b20000;
	}
	.border_lblue{
		border-left: 5px solid #078edd;
	}
	.border_blue{
		border-left: 5px solid #164e87;
	}
	.pb60{padding-bottom: 120px;}
	.div_fechamentos{
		background-color: #0c829a;
		padding: 5px 10px;
		box-shadow: 0px 0px 10px #ccc;
	}
	.div_valor_geral{
		background-color: #0c829a;
		padding: 5px 20px;
	}
	.div_valor_geral label{
		font-size: 14px;
		color: #fff;
	}
	.texto_fechamentos{
		text-transform: uppercase;
		color: #fff;
		font-size: 16px;
	}
	.valor_fechamentos{
		text-transform: uppercase;
		color: #fff;
		font-size: 26px;
		font-weight: bold;
	}
	.padding_top_prescricao{
		padding-top: 20px;
		padding-bottom: 20px;
		/* min-height: 93vh; */
		padding-bottom: 100px;
	}
	.padding_top_title_prescricao{
		padding-top: 120px;
		padding-bottom: 0px;

	}
	.espacoembranco{
		background-color: #ffffff;
		box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
		padding: 50px;
		height: 350px;
	}
	.fonteespacoembranco{
		font-size: 20px;
		color: #BFBFBF;
		font-size: 24px;
		font-weight: 400;
		margin-top: 85px;
	}
	.icon-rank{
		margin-top: 20px;
		margin-bottom: -20px;
	 }
	.icon-alerta{
		margin-top: 20px;
		margin-bottom: -20px;
		margin-left: 40px;
	 }
	.txt-rank{
		color: #284e7e;
		font-size: 1.5em;
		margin-top: 17px;
		margin-bottom: -15px;
		display: inline-block;
		vertical-align: top;
	}
	.txt-alert{
		color: #900000;
		font-size: 1.5em;
		margin-top: 17px;
		margin-bottom: -15px;
		display: inline-block;
		vertical-align: top;
	}
	.txt-indicacao{
		color: #284e7e;
		font-size: 1.5em;
		margin-top: 17px;
		margin-bottom: -15px;
		display: inline-block;
		vertical-align: top;
	}
/*	.box_branco2{
		box-shadow: 0px 0px 10px #ccc;
		background-color: #fff;
		padding: 50px 20px 50px 20px;;
	}	*/
	.box_branco3{
		box-shadow: 0px 0px 10px #ccc;
		background-color: #fff;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.datepicker, .datepicker:focus{
		width: 45%;
		display: inline-block;
		margin-right: 6px;
		border: none;
		font-size: 1em;
		font-weight: 400;
		text-align: center;
		box-shadow: none;
	}
	.ml38 { margin-left: 38px; }
	.txt-periodo{
		position: absolute;
    	top: -6px;
	}
	.txt-contagem{
	    margin-top: 7px;
	    margin-bottom: 6px;
	}
	.align_icon_periodo{
		float: left;
		margin-top: 6px;
		margin-right: 10px;
	}
	.fundo_verde_title{
		background-color: #116C6C;
		padding: 2px;
	}
	.fonte_fundoverde_title{
		color: #FFFFFF;
		letter-spacing: 6px;
	}
	.fundo_azul_alterar{
		background-color: #184A6F;
	}
	.fonte_alterar_fluxo{
		color: #ffffff;
		border: 1px solid #ffffff;
		font-weight: 400;
	}
/*	.bg_blue, .bg_blue label{
		background-color: #00b2b2;
		color: #fff;
	}
*/
	/*   MOBILE   */
	@media (max-width: 470px) {

		.datepicker, .datepicker:focus{
			width: 43%;
		}

		.mt80{ margin-top: 20px !important; }

		#carousel-convenios .col-md-2{
			width: 100%;
		}
	}
	/*   FECHA MOBILE   */

	.box_financeiro label{
		font-size: 14px;
	}
	.box_financeiro .valor{
		font-size: 18px;
		font-weight: bold;
	}
	#carousel-convenios .col-md-2{
		width: 20%;
	}

	.border_top_green{
		border-top: 3px solid #00b52a;
		color: #00b52a;
	}
	.border_top_gray{
		border-top: 3px solid #666;
		color: #666;
	}
	.border_top_yellow{
		border-top: 3px solid #ffc400;
		color: #ffc400;
	}
	.border_top_red{
		border-top: 3px solid #b20000;
		color: #b20000;
	}
	.border_top_blue{
		border-top: 3px solid #078da0;
		color: #078da0;
	}
	.ttu{
		text-transform: uppercase;
	}
	.alerta_sucesso{
		background-color: #00b1b2;
		border-color: #00b1b2;
		color: #fff !important;
		border-radius: 0px;
		margin-top: 30px !important;
	}
	.alerta_erro{
		background-color: #b20000;
		border-color: #b20000;
		color: #fff !important;
		border-radius: 0px;
		margin-top: 30px !important;
	}
	.alert-success > a, .alerta_erro > a{
		color: #fff;
		opacity: 1;
		margin-top: 3px;
	}
	.botao_lixeira, .botao_lixeira:hover, .botao_lixeira:active{
		background-color: #b20000;
		border: 1px solid #b20000;
		border-radius: 0px !important;
	}

	#tabela_clicavel table, th{
		padding: 15px !important;
		padding-left: 8px !important;
	}

	#tabela_clicavel table, td {
		vertical-align: initial !important;
	}

	.clickable-row{cursor: pointer;}
	.clickable-row td{cursor: pointer;}

	.modal{
		z-index: 9999 !important;
	}
	input[type="text"]:focus{
		border-color: #4B4B4B !important;
		box-shadow: 0 0 4px #4B4B4B;
	}
	select.form-control.input_default:focus{
		border-color: #4B4B4B !important;
		box-shadow: 0 0 4px #4B4B4B;
	}
	select.form-control.input_default {
	  border-color: #000;
	  border-radius: 0px;
	  box-shadow: none;
	  padding-right: 40px;
	  font-size: 1em;
	  background-image: url("../images/dropdown_icon.png");
	  background-repeat: no-repeat;
	  background-position: center right 15px;
	}
	.ml5{
		margin-left: 5px !important;
	}

	.cnpj-invalido{
		display: none;
		color: red !important;
		text-align: right !important;
		margin-top: 0;
		height: 0;
	}

	.cpf-invalido{
		display: none;
		color: red !important;
		text-align: right !important;
		margin-top: 0;
		height: 0;
	}
	/* Filtro de Data */
	.txt-periodo{
		position: absolute;
    	top: 2px;
	}
	.txt-atendimento{
		position: absolute;
    	top: 7px;
	}
	.txt-filtrar{
		position: absolute;
    	top: 8px;
	}
	.la-question-circle {
		color: #fff;
	}
	.fa {
		font-size: 20px;
	}
	.size_button{
		font-size: 25px;
		vertical-align:middle;
	}
	.button_text{
		display: inline-block;
		margin: 0 10px 0px;
		vertical-align:middle;
	}
	.button_text_small {
		font-size: 15px;
	}
	.table {
		margin-top: -2px !important;
	}
	.input-group_custom{
		margin-bottom: 0 !important;
		background-color: #4B4B4B;
		color: #f1f1f1;
	}
	#custom_style{
		background-color: #4B4B4B;
		border: none;
	}
	::placeholder { /* Firefox, Chrome, Opera */
		color: #BFBFBF;
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #BFBFBF;
	}

	::-ms-input-placeholder { /* Microsoft Edge */
		color: #BFBFBF;
	}
	.selector_page{
		float: right;
	}
	.selector_page>thead>tr>th{
		padding: 0 !important;
	}
	.pagination_style{
		list-style-type: none;
		background-color: #7c7c7c;
		display: flex;
		padding: 8px;
		margin: 0;
		justify-content: flex-end;
		text-align: center;
		align-items: center;
		width: 100%;
	}
	.pagination_style>li {
		background-color: #cbcbcb;
		color: #6F6F6F;
		padding: 0 8px;
		padding-left: 9.5px !important;
		margin: 0 10px;
	}
	/* .pagination_style>li:focus {
		background-color: #48b2b2;
		color: #fff;
	} */
	.pagination_style>li>a {
		color: #6F6F6F;
	}
	/* .pagination_style>li>a:focus {
		background-color: #48b2b2;
		color: #fff;
	} */
	.adjust_pad_r{
		padding-right: 0px !important;
		margin-right: -1px !important;
		border-right: none !important;
	}
	.adjust_pad_l{
		padding-left: 0px !important;
		margin-left: 0px !important;
		border-left: none !important;
	}

	/* .custom_selec {
		height: 24px;
		padding: 0px;
		padding-left: 6px;
	} */

	.custom_case{
		padding: 0px !important;
	}

	.dropdown-menu {
		background-color:#cbcbcb;
		min-width: 51px !important;
		left: -17px !important;
		margin-left: 15px !important;
	}
	.dropdown-menu>a {
		padding: 10px !important;
		color: #6F6F6F;
	}
	.flex_option{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.title_page_add{
		color: #48b2b2 !important;
	}

	.button_red, .button_red:hover, .button_red:active{
		background-color: #c02323;
		border-color: #c02323;
		color: #fff;
		padding: 10px 20px;
		font-weight: normal;
		display: inline-block;
		box-shadow: 0px 0px 10px #ccc;
		margin-right: 10px;
	}

	.button_up_down, .button_up_down:hover, .button_up_down:active{
		background-color: #fff;
		border-color: #fff;
		color: #3E3E3E;
		padding: 10px 20px;
		font-weight: normal;
		display: inline-block;
		box-shadow: 0px 0px 10px #ccc;
	}

	#exampleCheck1 {
		float: left !important; margin-right: 10px;
	}

	.toggle-handle {
		width: 35px !important;
	}

	.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
	.toggle.ios .toggle-handle { border-radius: 20px; }

	/* The container */
	.style_check {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-top: 2px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

  /* Hide the browser's default checkbox */
  .style_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #CCC;
  }

  /* On mouse-over, add a grey background color */
  .style_check:hover input ~ .checkmark {
	background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .style_check input:checked ~ .checkmark {
	background-color: #48b2b2;
	border: 1.3px solid #fff;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }

  /* Show the checkmark when checked */
  .style_check input:checked ~ .checkmark:after {
	display: block;
  }

  /* Style the checkmark/indicator */
  /* .style_check .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  } */

  textarea {
	margin: 0px;
    height: 87px;
    min-height: 80px;
    width: 606px;
    max-width: 100%;
	min-width: 100%;
	border-color: #060606 !important;
  }

  .add_alone {
	background-color: #7c7c7c;
    border-color: #fff;
    color: #f1f1f1 !important;
    padding: 8px 12px;
    font-weight: normal;
    display: inline-block;
    box-shadow: 0px 0px 10px #ccc;
  }

  input, textarea, select {
	box-shadow: none !important;
  }

  .edit_border_inputs {
	border: 1px solid #ada6a6 !important;
  }

  .close {
    font-size: 40px !important;
	font-weight: 300 !important;
	margin-top: -9% !important;
	margin-right: -6% !important;
  }

  /* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		padding-top: 100px; /* Location of the box */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		max-height: 100%;
		max-width: 100%;
		min-height: 100%;
    	min-width: 100%;
	}

	.modal-body {
		padding: 10px 30px 62px 30px;
		margin-left: 15%;
		margin-right: 15%;
		overflow: hidden;
		padding: 5% 5% !important;
	}

	.modal-body2 {
		padding: 10px 30px 62px 30px;
		margin-left: 25%;
		margin-right: 25%;
		overflow: hidden;
		padding: 5% 5% !important;
	}

	#myModal {
		padding-left: 15% !important;
		padding-right: 15% !important;
		padding-top: 10% !important;
	}

	.info_clip {
		background-color: #48b2b2;
		border-radius: 55px;
		padding: 2.3px;
		position: absolute;
		top: 50px;
		left: 8px;
	}

	.fa_custom_close {
		font-size: 25px !important;
    	opacity: 0.2 !important;
	}

	.padding_top_default_without_header {
		padding-top: 50px !important;
		padding-bottom: 20px;
		min-height: 93vh;
	}

	.close_box_without_header {
		float: right !important;
		font-size: 25px !important;
		margin: -15px 25px 0px 0px !important;
	}

	.close_box_without_header:hover {
		color: #000;
		opacity: 0.6 !important;
	}

	.close_box_without_header > i:hover {
		color: #000;
		opacity: 0.6 !important;
	}

	.fa_custom_close:hover {
		color: #000;
		opacity: 0.6 !important;
	}


	/* USE AVATAR */

	.avatar_user {
		float: left;
		width: 160px;
		height: 160px;
		min-width: 160px;
		max-width: 160px;
		min-height: 160px;
		max-height: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 4px solid #4bbac0;
		border-radius: 100px;
	}

	.avatar_user > img {
		float: left;
		width: 160px;
		height: 160px;
		min-width: 160px;
		max-width: 160px;
		min-height: 160px;
		max-height: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 4px solid #4bbac0;
		border-radius: 100px;
	}

	.add_user {
		margin-left: 20px;

	}

	.add_subtitle {
		width: 300px;
		display: inline-block;
		margin-top: -20px;
		font-size: 12px;
	}

	.add_subtitle > p {
		margin: 0 0 3px;
	}

	.add_hide_input {
		display: none;
		width: 193px;
		height: 43px;
	}

	.size_individual {
		max-width: 350px !important;
		min-width: 350px !important;
		width: 350px !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		margin-left: 179px !important;
		margin-top: 52px !important;
	}

	.text_google_modal {
		letter-spacing: 1px;
		font-size: 13px;
		font-weight: 400;
	}

	.icon_plus_p {
		background-color: #48b2b2;
		display: flex;
		justify-content: center;
		align-items: center;
		vertical-align: middle;
		color: #fff;
		padding: 5px 10px;
		width: 345px;
	}

	.icon_plus_p > p {
		margin: 0 0 0 10px;
		font-weight: 400;
	}

	.icon_plus_p > img {
		border: 3px solid #fff;
		border-radius: 50%;
	}

	.pad_small {
		padding: 10px 15px;
	}

	.title_add_prescricao {
		margin-top: 0;
		font-weight: 400;
		font-size: 20px;
	}

	.small_text {
		font-size: 10.5px;
	}

	.edited_div {
		display: flex;
		padding-top: 11px;
		padding-left: 0;
		justify-content: flex-start;
    	align-items: flex-end;
	}

	.btn-primary {
		color: #fff;
		background-color: #48b2b2;
	}

	.btn-primary:hover {
		color: #fff;
		background-color: #159c9c;
	}

	.espacoembranco_full {
		background-color: #ffffff;
		box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
		padding: 50px;
		height: 1480px;
	}

	.espacoembranco_inside {
		background-color: #ffffff;
		border: 3px dashed #908989;
		padding: 50px;
		height: 100%;
	}

	.espacoembranco_inside > p > strong {
		color: #7c7c7c !important;
	}

	.botao_cinza {
		background-color: #0000004f;
		border-color: #0000004f;
		color: #fff;
		padding: 10px 20px;
		font-weight: normal;
		display: inline-block;
		box-shadow: 0px 0px 10px #ccc;
	}

	.botao_cinza:hover {
		background-color: #0000004f;
		border-color: #0000004f;
		color: #fff;
		padding: 10px 20px;
		font-weight: normal;
		display: inline-block;
		box-shadow: 0px 0px 10px #ccc;
	}

	.into_table {
		border: 1px solid #968f8f;
		padding: 5px;
		background-color: #fff;
	}

	.pad_small:hover {
		padding: 10px 15px;
	}

	@media (min-width: 992px){
		.col-md-1-custom {
			width: 5.333333% !important;
		}
	}

	.pbdefault{
		padding-bottom: 64px;
	}

	.option_search {
		/* position: fixed !important;
		z-index: 999 !important;
		left: 0 !important;
		right: 0 !important;
		width: 102%;
		background-color: #7c7c7c;
		background-image: linear-gradient(to right, #4b4b4b , #7c7c7c) !important; */
	}

	.option_search2 {
		/* position: fixed !important;
		z-index: 999 !important;
		left: 0 !important;
		right: 0 !important;
		width: 102%;
		background-color: #7c7c7c; */
		/* background-image: linear-gradient(to right, #4b4b4b , #7c7c7c) !important; */
	}

	.link_topo_menu:hover, .link_topo_menu:active, .link_topo_menu:visited, .link_topo_menu:focus {
		border-bottom: 2px solid #fff;
		padding-bottom: 3px;
	}

	#active {
		border-bottom: 2px solid #fff;
		padding-bottom: 3px;
	}

	.dropdown-menu {
		border-radius: 0 !important;
	}

	.imagem_usuario{
	   object-fit: cover;
       object-position: top;
	}

	.clickable-row .style_check {
		display: block;
		position: relative;
		padding-left: 35px;
		padding-top: 2px;
		margin-bottom: 12px;
		cursor: pointer;
		font-size: 12px;
		font-weight: normal;
		margin-top: -13px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.clickable-row .checkmark{
		background-color: #fff;
		border: 1px solid #cbcbcb;
		height: 17px;
    	width: 17px;
	}

	.box_authentificator {
		background-color: #fff;
		padding: 40px;
		width: 500px;
		margin-top: 15px;
	}

	.invalid-feedback{
		font-weight: normal;
		font-style: italic;
		color: #f5f5f5;
		font-size: 12px;
		text-align: right;
	}

	.fundo_red{
		background-color: #C02323;
		padding: 8px 10px;
		font-size: 12px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}

	@media (min-width: 990px){
		.alteration_width {
			margin: 0 !important;
			padding: 0 !important;
		}
	}

    .navegacao{
        font-weight: normal;
        font-size: 12px;
        font-style: italic;
        color: #ababab;
    }
    .navegacao a{
        font-weight: normal;
        font-size: 12px;
        font-style: italic;
        color: #ababab;
        text-decoration: underline;
    }
    .button_text{
        line-height: 0px;
    }

    .pagination_style .active{
        background-color: #4a4a4a;
    }
    .pagination_style .active a{
        color: #fff;
    }
    .pagination_style>li>a{
        width: 100%;
    }
    .pagination_style>li{
        padding: 0px !important;
        margin: 0px;
        height: 24px;
        width: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2px;
        margin-right: 2px;
    }
    td.text-left.ttu{
        /* padding: 0px !important; */
    }
