/* =================================
------------------------------------
	Labs - Design Studio
	Version: 1.0
 ------------------------------------ 
 ====================================*/


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 36px;
}

p {
	font-size: 15px;
	color: #6c6e7e;
	line-height: 25px;
	font-family: "Roboto", sans-serif;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #0b1033;
}

li,
ul {
	margin: 0;
	padding: 0;
}

/*------------------------
	Helper css
--------------------------*/
.fix {
	overflow: hidden;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt60 {
	margin-top: 70px;
}

.mr20 {
	margin-right: 20px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.col-push {
	left: 55%;
	top: -60px;
}

.col-pull {
	right: 45%;
}

.nopad {
	padding-left: 0;
	padding-right: 0;
}

.spad {
	padding-top: 95px;
	padding-bottom: 95px;
}
.bg-light {
    background-color: transparent !important;
    border-bottom: 0px solid #b0b0b021 !important;
    padding-bottom: 0px;
}

.navbar-light .navbar-nav .nav-link{
    color: #ffffffb8;
    padding: 10px 20px;
    margin-top: 0px;
    border-bottom: #fff0 solid 0px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.2s;
    margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(255, 255, 255);
    border-bottom: 0px solid #fff;
    transition: ease-in-out 0.2s;
    background: #ffffff14;
    border-radius: 60px;

}
.navbar-light .navbar-nav .nav-link:focus{
	color:  #ffffffb8;
}


.navbar-nav li:hover .dropdown-menu {
    display: block;
    transition: ease-in-out 0.2s;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10.5rem;
    padding: 0.5rem 0;
    margin: -0.3rem 0 0 -1px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
	border: 1px solid rgb(243, 243, 243);
    border-radius: 0.25rem;
    box-shadow: 0px 20px 69px #00000012;
    transition: ease-in-out 0.2s;
}
.dropdown-menu :after{

	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	border-top: 0;
	margin-left: -20px;
	margin-top: -20px;
	transition: ease-in-out 0.2s;
}


#direito_medico .dropdown-item:hover, .dropdown-item:focus {
    /*color: #fff !important;*/
    text-decoration: none;
    /*background-color: #1adeb8 !important;*/
    background-color: transparent !important;
}
#direito_medico .dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
   /* background-color: #1adeb8 !important;*/
   background-color: transparent !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    /*background-color: #ca8b2d !important;*/
    background-color: transparent !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #ca8b2d !important;
    text-decoration: none;
    
}
.dropdown-item:hover{
    color:#1adeb8 !important;
}

.header-section nav.navbar{
	transition: ease-in-out 0.5s;

}
#direito_medico .header-section nav.navbar.shrink{
background-color: #1adeb8 !important;

}

#direito_medico .widget-item ul.tag li , #direito_medico .search-form .search-btn:focus, #direito_medico  .search-form .search-btn:hover, #direito_medico  .search-form .search-btn{
	background:#1adeb8 !important;
	}

.header-section nav.navbar.shrink {
    transition: ease-in-out 0.5s;
    background-color: #f7f7f7 !important;
    padding: 0px 20px;
    border-bottom: 1px solid #00000005 !important;
}


.header-section nav.shrink a {

    font-size: 15px;
    transition: ease-in-out 0.2s;
    color:#000 !important;
}

.header-section nav.shrink a:hover{

	color:#ca8c31 !important;
}
#direito_medico .header-section nav.shrink a:hover{

color:#fff !important;

}

.header-section nav.shrink a.active{
color:#ca8b2d !important;
}

.header-section nav.shrink .navbar-brand {
  font-size: 25px;
  transition: ease-in-out 0.2s;
}

nav.navbar.shrink .logo {

	background: url("../img/logo/mini_logo_cinza.svg");
	display: inline-block;
    float: left;
    margin: 18px auto;
    width: 154px;
    background-size: contain;
    background-repeat: no-repeat;

}

@media only screen and (max-width: 768px) {

.header-section nav.navbar.shrink {
  max-height: none;
  transition: ease-in-out 0.2s;
  padding: 0px 15px;
}

.promotion-section h2 {
    font-weight: 500;
    color: #ffffff !important;
    font-size: 3em!important;
    margin-top: -60px !important;
    letter-spacing: -2px;
    line-height: 1em;
}

.promotion-section {
    background-image: url(../img/bg_4.jpg);
    padding: 250px 0 45px;
    background-position: top;
    background-size: contain !important;
    text-align: left;
    background-repeat: no-repeat;
    background-color: #01267f !important;
}

.social{
	display: none;
}

}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.section-title {
	text-align: center;
	margin-bottom: 90px;
	padding-top: 50px;
	position: relative;
}

.section-title h2 {
	text-transform: uppercase;
	color:#ca8b2d;
	font-weight: 400;
}

.section-title h2 span {
    background: #0868e4;
    padding: 0 3px 5px;
    display: inline-block;
    color: #fff;
}
.team-section .section-title h2{
	color: #fff;
}

.team-section .section-title h2 span{
background: #ffffff;
    padding: 0 3px 5px;
    display: inline-block;
    color: #0868e4;
}

.section-title:after {
content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    width: 25px;
    height: 50px;
    margin-left: -14.5px;
    /* background: #2be6ab; */
    background: url(../img/logo/mini_logo_preto.svg) no-repeat;
    background-size: contain;
}
.team-section .section-title:after {
content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    width: 25px;
    height: 50px;
    margin-left: -14.5px;
    background: url(../img/logo/mini_logo_branco.svg) no-repeat !important;
}

.section-title.left {
	text-align: left;
}

.section-title.left:after {
	left: 0;
	margin-left: 0;
}

.section-title.dark h2 {
	color: #0b1033;
}

/*------------------------
	Common elements
--------------------------*/

.site-btn {
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	background:#ca8b2d;
	padding: 15px 50px;
	font-weight: 500;
	letter-spacing: 1px;
	min-width: 230px;
	text-align: center;
	border: none;
	border-radius: 50px;
	float: right;
	border: 2px solid #ca8b2d;
}

.site-btn:hover{
    background-color: #000000;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
}

.site-btn.btn-2 {
	background: #6a23b5;
	color: #fff;
	font-weight: 400;
}

.site-btn.btn-3 {
	background: transparent;
	color: #6a23b5;
	border: 1px solid #6a23b5;
	padding: 14px 50px;
}

.site-btn:hover,
.site-btn:focus {
	text-decoration: none;
	outline: none;
}

/*------------------
	Preloder
--------------------*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	
	background-color:#000; 
	display: table;
	color: #fff;
}

.loader {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.loader img {
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.loader h2 {
	font-size: 14px;
	margin-top: 10px;
}

@keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}


/*------------------------
	Header css
--------------------------*/
.responsive {
	display: none;
}

.header-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0 50px;
	background: transparent;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .logo {
    display: inline-block;
    float: left;
    margin: 18px auto;
    width: 154px;
	background-image: url(../img/logo/mini_logo_branco.svg);
    background-repeat: no-repeat;
    height: 3.5em;
    background-size: contain;
}
#direito_medico .header-section .logo{
	background-image: url(../img/logo/logo-dm.png);
}

.header-section .logo img {
	width: auto;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .menu-list {
	list-style: none;
	float: right;
}

.header-section .menu-list li {
	display: inline;
}

.header-section .menu-list li a {
	display: inline-block;
	padding: 35px 15px;
	margin-right: 15px;
	color: #222;
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	letter-spacing: 0.09em;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .menu-list li a:hover,
.header-section .menu-list li a.active {
	color: #6a23b5;
}

.header-section .menu-list li:last-child a {
	margin-right: 0;
}

.header-section .menu-list li.active a {
	background: #2be6ab00;
    color: #2be6ab;
    border-bottom: 5px solid #2be6ab;
}

.header-section .menu-list .current a:after {
	width: 10px;
	margin-left: -5px;
}

/*------------------------
	Hero section
--------------------------*/
.hero-section {
	height: 100%;
	/*position: relative;*/
}

/*.hero-content {
	position: absolute;
	width: calc(100% - 210px);
	height: 100%;
	margin-left: 105px;
	display: table;
	text-align: center;
	z-index: 5;
}*/
.hero-content{
position: absolute;
    width: calc(100% - 210px);
    height: 100%;
    margin-left: 105px;
    display: table;
    text-align: center;
    z-index: 5;
}

.hero-content .hero-center {
	display: table-cell;
	vertical-align: middle;
}

.hero-content p {
	font-size: 24px;
	color: #0b1033;
	margin-bottom: 0;
	margin-top: 35px;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.hero-slider{
	background-color: #154dbe;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    height: 100px;
    width: 40px;
    background: #ffffff17;
    color: #fff;
    text-align: center;
    padding-top: 35px;
    font-size: 20px;
    cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background: #0868e4;
}

.owl-carousel .owl-nav .owl-next {
	float: right;
}

.owl-carousel #bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #0868e4;
}

.owl-carousel #progressBar {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: none;
}


/*------------------------
	About section
--------------------------*/
.team-section {
	/*background: #6a23b5;*/
	background: #ca8b2d;
	position: relative;
	z-index: 2;
}
.about-section {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 90px;
    
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	/*background-image: url("../img/overlay.png");*/
	background-repeat: no-repeat;
	background-size: cover;

}

/*Card Section*/
.card-section {
	position: relative;
	padding-bottom: 100px;
	z-index: 5;
}

.lab-card {
	position: relative;
	margin-top: -50px;
	padding: 50px 25px;
	text-align: center;
	background: #f5faf8;
	-webkit-box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
	        box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card .icon {
	margin-bottom: 30px;
	font-size: 70px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #2b1640;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card p {
	color: #6c6e7e;
	line-height: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card:hover {
	background: #2be6ab;
}

.lab-card:hover h2,
.lab-card:hover p,
.lab-card:hover .icon {
	color: #fff;
}

/* About contant */
.about-contant {
	position: relative;
	z-index: 5;
	padding-bottom: 90px;


}
.about-contant .section-title{
   
}

.about-contant p {
	color: #000;
	text-align: justify;
	padding: 0em 2em;
}

.intro-video {
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
	margin-top: -90px;
}

.intro-video img {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
	        box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
}

.intro-video a {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	color: #6a23b5;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 20px;
	padding-left: 5px;
}


/*------------------------
  Testimonial section
--------------------------*/
.testimonial-section {
	padding-top: 320px;
	background: #220c3b;
	position: relative;
}

.test-overlay {
	position: absolute;
	background-image: url("../img/test-man.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	bottom: 0;
	height: 78%;
	left: 50px;
}

.testimonial span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	color: #2be6ab;
}

.testimonial p {
	font-style: italic;
	color: #fff;
	font-weight: 400;
	line-height: 36px;
}

.testimonial .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.testimonial .client-info {
	margin-top: 40px;
}

.testimonial .client-name {
	float: left;
	padding-top: 20px;
}

.testimonial .client-name h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}

.testimonial .client-name p {
	font-style: normal;
	font-size: 12px;
	color: #969696;
}

/* Testimonial carousel */
#testimonial-slide {
	position: relative;
}

#testimonial-slide .owl-dots {
	position: absolute;
	width: 8px;
	top: 100px;
}

#testimonial-slide .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 15px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#testimonial-slide .owl-dots .owl-dot:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	border: 2px solid #6a23b5;
	border-radius: 40px;
	left: -10px;
	top: -10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

#testimonial-slide .owl-dots .owl-dot.active {
	background: #6a23b5;
	margin-bottom: 25px;
	margin-top: 25px;
}

#testimonial-slide .owl-dots .owl-dot.active:after {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

#testimonial-slide .owl-dots .owl-dot:first-child.active {
	margin-top: 15px;
}


/*----------------------------------
	header and icon box element
------------------------------------*/
.service {
	border: 0px solid #ccc;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
    min-height: 5em;
    width: 100%;
    transition: .3s ease-in-out;
}
.services-section{
	background-color: #fdfdfd;
}

.service,
.icon-box {
	/*display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: flex;
	justify-content: center;
    align-items: center;
    display: inline-flex;*/
    
}

.service .icon,
.icon-box .icon {
	font-size: 60px;
	line-height: 0;
	text-align: center;
	
}
.service img{
	max-width: 50px;
	margin-bottom: 20px;
	min-height: 50px;

}

.service-text{
	text-align: center;
}
.service .btn-outline-primary{
	width: 80%;
	border-radius: 30px;
}

.service .service-text h2,
.service .icon-box-text h2,
.icon-box .service-text h2,
.icon-box .icon-box-text h2 {
    font-size: 25px;
    /* text-transform: uppercase; */
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
    min-height: 60px;
}

.service .service-text p,
.service .icon-box-text p,
.icon-box .service-text p,
.icon-box .icon-box-text p {
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
.service-text p {
margin-top: 20px;
transition: .3s ease-in-out;

}

.service .hide{
	display: none;

}
.service.active .hide{
	display: block !important;
	
}

.service.light h2,
.service.light p,
.service.light .icon,
.icon-box.light h2,
.icon-box.light p,
.icon-box.light .icon {
	color: #fff;
}

.service.left,
.icon-box.left {
	text-align: right;
}

.service.left .icon,
.icon-box.left .icon {
	margin-left: 30px;
	margin-right: 0;
}

.service .mfp-close{

	background: #0368ea;
    border-radius: 0px 8px 0px 25px;
    color: #fff;
    opacity: 1;
}
/*------------------------
	Team section
--------------------------*/
.team-section .container {
	position: relative;
	z-index: 5;
}

.member {
	text-align: center;
	width: 100%;
}

.member figure img {
	margin-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: -1px 30px 58px -13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 30px 58px -13px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: -1px 30px 58px -13px rgba(0, 0, 0, 0.5);
    -o-box-shadow: -1px 30px 58px -13px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 30px 58px -13px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.member figure:hover img{
-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.member p{
	color: #fff;
	line-height: 1.2;
}
.member h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #ffffff;
}

.member h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px
}
.name-member{
position: relative;
    margin: -10em 0em 0em 7em;
    text-align: justify;
    width: 20em;
}


/*------------------------
	Promotion section
--------------------------*/
.promotion-section {
   /* background-image: url(../img/bg_4.jpg);
    padding: 180px 0;
    background-position: right -16em;
    background-size: cover;*/

    /*background-image: url(../img/bg_4.jpg);*/
    padding: 50px 0 45px;
    background-position: top;
    background-size: cover;
    text-align: left;
    background-color:#ccc; 

}
.promotion-section span{
	color: #fff;
}


.promotion-section h2 {
    font-weight: 500;
    color: #fff;
    font-size: 4em;
    margin-top: 196px;
    letter-spacing: -2px;
    line-height: 1em;
}

.promotion-section p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 300;
}

.promotion-section .promo-btn-area {
	text-align: right;
	padding-top: 15px;
}

.promotion-section-img{
    background-image: url(../img/divisor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: auto;
    
}

.promotion-section-img .overlay{


}


/*------------------------
	Contact section
--------------------------*/
.contact-section {
	position: relative;
	background-color: #000;
	padding-top: 8em;
	
}

.contact-section .section-title h2{
text-transform: uppercase;
    color: #fff;
    font-weight: 500;

}


.contact-section:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	right: -15px;
	top: 0;
	background: #f7f7f7;
	z-index: -1;
}

.form-class input[type="text"] {
	width: 100%;
    margin-bottom: 26px;
    border: 2px solid #fff;
    background: #0000000a;
    padding: 17px 20px;
    border-radius: 50px;
    color: #fff;
}
.form-class .section-title {
    margin: -60px 0px 40px;
}

.form-class input[type="text"]:focus,
.form-class input[type="text"]:hover {
	outline: none;
}

.form-class textarea {
	width: 100%;
    margin-bottom: 26px;
    border: 2px solid #fff;
    background: #0000000a;
    padding: 17px 20px;
	height: 260px;
	border-radius: 50px;
	color: #fff;
}

.form-class textarea:focus,
.form-class textarea:hover {
	outline: none;
}

.form-class ::-webkit-input-placeholder {
	font-style: italic;
	color: #ccc;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}

.form-class ::placeholder {
	font-style: italic;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}

/* Contact Info*/
.contact-info .section-title {
	margin-bottom: 40px;
}
.contact-info .section-title:after{
	
    background: url(../img/logo/mini_logo_branco.svg) no-repeat !important;
}

.contact-info p {
	color: #fff;
}
.contact-info a{

color: #fff;


}
.contact-info a:hover{

color: #fff;

}
.contact-info h3, h4 {
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px;
	letter-spacing: 0px;
}

.contact-info .con-item {
	font-size: 14px;
}
.contact-info img{
	margin-right: 5px;
    background: transparent;
    padding: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
}
.contact-info .whats{
background: #0868e4;
padding: 10px 15px;
border-radius: 35px;
width: 210px;
margin-bottom: 15px;
text-align: center;
font-weight: 100;
}
.contact-info .whats:hover{
background:#0c76ff;
padding: 10px 15px;
border-radius: 35px;
}

.whats img{

    float: left;
    margin: -3px 0px 0px 0px;
    width: 25px !important;
    padding: 0px;
    border-radius: 0;
    background: transparent;
}


/*------------------------
	Footer section
--------------------------*/
.footer-section {
	background: #000;
    text-align: center;
    border-top: 1px solid #ffffff12;
}

.footer-section h2 {
	color: #fff;
	font-size: 14px;
	padding: 18px 0;
}

/*=========================
	Other Pages
=========================*/

/*------------------------
	Page Top Section
--------------------------*/
.page-top-section {
	position: relative;
    height: 300px;
    background-color: #0868e4;
    background-image: url(../img/01.jpg);
    background-position: center;
    background-size: cover;
}
#direito_medico .page-top-section{
	background-image: url(../img/blog/dm.jpg)!important;
	background-size: cover;
}

.page-top-section .container {
	position: relative;
	z-index: 5;
}

.page-top-section .page-info {
	display: inline-block;
	padding-top: 200px;
}

.page-top-section .page-info h2 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
	float: left;
}

.page-top-section .page-info .page-links a,
.page-top-section .page-info .page-links span {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	color: #fff;
	margin-right: 12px;
	padding-right: 12px;
	font-weight: 400;
	position: relative;
}

.page-top-section .page-info .page-links a:after,
.page-top-section .page-info .page-links span:after {
	position: absolute;
	content: "|";
	right: -3px;
}

.page-top-section .page-info .page-links span {
	margin-right: 0;
	padding-right: 0;
	color: #ca8b2d;
}
#direito_medico .page-top-section .page-info .page-links span {
color: #42e6c6;

	}

.page-top-section .page-info .page-links span:after {
	display: none;
}


/*------------------------
	Features Section
--------------------------*/
.features .icon-box .icon {
	color: #2be6ab;
	margin-top: -10px;
}

.features .icon-box:last-child {
	margin-bottom: 0;
}

.features .icon-box {
	margin-bottom: 90px;
}


/*------------------------
	Services Card Section
--------------------------*/
.sv-card .card-img {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 260px;
}

.sv-card .card-img img {
	min-width: 100%;
}

.sv-card .card-img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: #2be6ab;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sv-card:hover .card-img:after {
	opacity: 0.8;
}

.sv-card .card-text {
	padding: 70px 45px;
	padding-right: 15px;
	background: #f5f9f8;
}

.sv-card .card-text h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 28px;
}

.sv-card .card-text p {
	font-size: 15px;
}


/*------------------------
	Newsletter Section
--------------------------*/
.newsletter-section {
	background: #2be6ab;
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 400;
}

/* Newsletter form */
.nl-form {
	padding-top: 5px;
	text-align: right;
}

.nl-form input[type="text"] {
	border: none;
	padding: 15px 30px;
	height: 51px;
	float: left;
	margin-right: 30px;
	width: calc(100% - 211px);
	background: #19cc93;
	color: #fff;
}

.nl-form input[type="text"]:focus,
.nl-form input[type="text"]:hover {
	outline: none;
}

.nl-form ::-webkit-input-placeholder {
	color: #fff;
}

.nl-form :-ms-input-placeholder {
	color: #fff;
}

.nl-form ::-ms-input-placeholder {
	color: #fff;
}

.nl-form ::placeholder {
	color: #fff;
}

.nl-form :-ms-input-placeholder {
	color: #fff;
}

.nl-form ::-ms-input-placeholder {
	color: #fff;
}


/*------------------------
	Blog Page
--------------------------*/
.post-item {
	margin-bottom: 90px;
}

.post-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.post-thumbnail .post-date {
	position: absolute;
	width: 90px;
	height: 90px;
	background: #ffffff;
	top: 17px;
	left: 17px;
	text-align: center;
	padding-top: 15px;
}

.post-thumbnail .post-date h2 {
	color: #0868e4;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
}

.post-thumbnail .post-date h3 {
	font-size: 15px;
	color: #000;
	font-weight: 400;
}

.post-title {
font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.post-title a{

	color: #000;
}

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

.post-meta a {
	color: #0b1033;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	margin-left: 10px;
}

.post-meta a:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	left: 0;
	top: 3px;
	background: #2be6ab;
	border-radius: 10px;
}

.post-meta a:first-child {
	margin-left: 0;
}

.read-more {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	color: #0b1033;
	position: relative;
	display: inline-block;
	clear: both;
	padding-bottom: 5px;
	margin-top: 40px;
}

.read-more:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #0868e4;
	border-radius: 10px;
}

.page-pagination a {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	color: #0b1033;
	padding: 6px 10px;
	margin-right: 5px;
}

.page-pagination a.active {
	background: #0868e4;
    color: #fff;
}

/* Sidebar */
.widget-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.widget-item .widget-title {
	font-size: 18px;
	margin-bottom: 45px;
}

.widget-item ul {
	list-style: none;
}

.widget-item ul li a {
	color: #6c6e7e;
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
}

.widget-item ul li a:hover {
	color: #0868e4;
}

.widget-item ul li:last-child a {
	margin-bottom: 0;
}

.widget-item ul.instagram {
	margin-left: -5px;
	margin-right: -5px;
}

.widget-item ul.instagram li {
	width: 33.33%;
	float: left;
	padding: 5px;
}

.widget-item ul.instagram li img {
	min-width: 100%;
}

.widget-item ul.tag li {
	display: inline-block;
	background: #ca8b2d;
	padding: 10px 24px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.widget-item ul.tag li a {
	color: #fff;
	margin-bottom: 0;
}

.widget-item .quote .quotation {
	display: block;
	color: #ca8b2d;
	font-size: 60px;
	line-height: normal;
	margin-bottom: -20px;
}

.search-form {
	position: relative;
}

.search-form input[type="text"] {
	width: 100%;
	border: none;
    background: #f3f3f3;
    padding: 13px 20px;
    color: #0868e4;
}

.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
	outline: none;
}

.search-form .search-btn {
	position: absolute;
	width: 100px;
	height: 50px;
	display: block;
	right: 0;
	top: 0;
	border: 0;
    background: #ca8b2d;
    color: #000;
    font-size: 25px;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
	outline: none;
}


/*------------------------
	Single Post
--------------------------*/
.single-post .post-content {
	margin-bottom: 90px;
}

.single-post .post-content p {
	margin-bottom: 40px;
}

.single-post .author {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 100px;
}

.single-post .author .avatar {
	margin-right: 40px;
}

.single-post .author .avatar img {
	min-width: 117px;
	border-radius: 100%;
}

.single-post .author .author-info h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.single-post .author .author-info h2 span {
	color: #ca8b2d;
}

/* Comments css*/
.comments h2,
.comment-from h2 {
	font-size: 18px;
	margin-bottom: 70px;
}

.comment-list {
	list-style: none;
	margin-bottom: 90px;
}

.comment-list li {
	margin-bottom: 60px;
}

.comment-list li .avatar {
	width: calc(100% - (100% - 80px));
	float: left;
	margin-right: 40px;
}

.comment-list li .commetn-text h3 {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px;
	font-weight: 600;
}

.comment-list li .avatar img{
	border-radius: 100%;
}

/* Contact page Map */
.map {
	height: 750px;
}


/*------------------------
	Elements
--------------------------*/
.element {
	margin-bottom: 90px;
}

.element h4 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 70px;
}

/*===  Progress Bar Element ===*/
.single-progress-item {
	margin-bottom: 15px;
	position: relative;
}

.single-progress-item p {
	font-family: "Oswald", sans-serif;
	color: #333;
	margin-bottom: 12px;
	font-weight: 500;
}

.progress-bar-style {
	display: block;
	height: 5px;
	position: relative;
	width: 100%;
	background: #f4f8fc;
}

.bar-inner {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: #2be6ab;
}

.bar-inner span {
	position: absolute;
	right: 0;
	font-weight: bold;
	top: -35px;
	font-family: "Oswald", sans-serif;
	color: #333;
	font-weight: 500;
}

/*===  Accordions Element ===*/
.site-accordions {
	margin-top: 40px;
}

.site-accordions .panel {
	margin-bottom: 24px;
}

.site-accordions .panel-heading {
	background: #6a23b5;
	color: #fff;
	position: relative;
	padding: 16px 50px;
	border: none;
	border-radius: 0;
}

.site-accordions .panel-heading .panel-title {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	text-transform: none;
	margin: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a {
	position: absolute;
	display: block;
	height: 100%;
	width: 48px;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a:after {
	position: absolute;
	content: "+";
	color: #fff;
	left: 20px;
	font-size: 15px;
	padding-top: 15px;
}

.site-accordions .panel.active .panel-heading {
	background: #2be6ab;
	color: #6a23b5;
}

.site-accordions .panel.active .panel-heading a {
	background: #6a23b5;
}

.site-accordions .panel.active .panel-heading a:after {
	content: "-";
	color: #2be6ab;
	left: 23px;
	padding-top: 13px;
}

/*===  Progress Circle Element ===*/
.circle-progress {
	text-align: center;
	position: relative;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 30%;
}

.circle-progress .progress-info p {
	font-family: "Roboto", sans-serif;
	color: #7c8d93;
	font-size: 14px;
	font-weight: 600;
}

/*===  Facts Element ===*/
.facts .fact {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.facts .fact .icon {
	margin-right: 20px;
	color: #6a23b5;
	font-size: 45px;
	padding-top: 10px;
}

.facts .fact .fact-text h2 {
	font-family: "Roboto", sans-serif;
	font-size: 72px;
	color: #2be6ab;
	font-weight: 600;
	margin-bottom: 5px;
}

.facts .fact .fact-text h3 {
	font-size: 16px;
	font-weight: 500;
}



/* ===========================
	Responsive
==============================*/

/* Desktop :768px. */
@media only screen and (min-width: 1550px) {
	#testimonial-slide .owl-dots {
		right: -100px;
	}
	.test-overlay {
		width: 500px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1549px) {
	#testimonial-slide .owl-dots {
		right: -40px;
	}
	.test-overlay {
		width: 400px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
	#testimonial-slide .owl-dots {
		right: -25px;
	}
}

@media only screen and (max-width: 1254px) {
	#testimonial-slide .owl-dots {
		top: 95%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
}


/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.test-overlay {
		display: none;
	}
	.bg-light {
    background-color:transparent;
    border-bottom: 0px solid #ffffff1f !important;
    padding-bottom: 0px;
	}
	#testimonial-slide .owl-dots {
		top: 95%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
	.card-section {
		padding-bottom: 0;
	}
	.lab-card {
		margin-bottom: 80px;
	}
	.promotion-section .promo-btn-area {
		text-align: left;
	}
	.contact-section::after {
		width: 100%;
		right: 0;
	}
	
	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.sv-card {
		margin-bottom: 30px;
	}
	.newsletter-section h2 {
		margin-bottom: 30px;
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.header-section .logo {
		/*padding-top: 20px;
		padding-bottom: 20px;*/
		width: 0px;
	}
		.scroll-downs{
	margin: 85vh auto !important;
}
.name-member{
	margin-left: 1em;
    padding: 0em 1em;
}
.hero-content{
    right: 25%;
    top: 30%;
    margin-top: 0vh;
    margin-left: auto;
}
	.bg-light {
    /*background-color: #0868e4 !important;*/
    background-color: transparent !important;
    border-bottom: 0px solid #ffffff1f !important;
    padding-bottom: 0px;
	}
	.navbar-collapse{
	background-color: rgb(239, 239, 239);
    border-radius: 0px;
    margin: 0px -16px
	}
	.header-section .menu-list {
		display: none;
		float: none;
		clear: both;
		border-top: 1px solid #ddd;
	}
	.header-section .menu-list li {
		display: inline;
	}
	.header-section .menu-list li a {
		display: block;
		padding: 10px;
		margin-right: 0;
	}
	.header-section .menu-list li a:after {
		left: 0%;
	}
	.header-section .menu-list li a:hover:after {
		width: 10px;
		margin-left: 10px;
	}
	.header-section .menu-list .current a:after {
		margin-left: 10px;
	}
	.responsive {
		display: block;
		color: #333;
		font-size: 34px;
		position: absolute;
		right: 30px;
		padding-top: 10px;
	}
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		width: 50px;
	}
	/*.hero-content img {
		
    	margin: 20em auto;
	}*/
	.test-overlay {
		display: none;
	}
	#testimonial-slide .owl-dots {
		top: 86%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
	.card-section {
		padding-bottom: 0;
	}
	.lab-card {
		margin-bottom: 80px;
	}
	.testimonial-section {
		padding-top: 160px;
	}
	.member {
		margin-bottom: 60px;
	}
	.promotion-section .promo-btn-area {
		text-align: left;
	}
	.contact-section::after {
		width: 100%;
		right: 0;
	}
	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.devices {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.sv-card {
		margin-bottom: 30px;
	}
	.newsletter-section h2 {
		margin-bottom: 30px;
	}
	.nl-form {
		text-align: center;
	}
	.nl-form input[type="text"] {
		margin-bottom: 30px;
		width: 100%;
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.page-pagination,
	.blog-posts {
		margin-bottom: 90px;
	}
	.buttons button {
		margin-bottom: 20px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}

}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
	.header-section {
		padding: 0 20px;
	}
	.hero-content {
		display: block;
		

	}
	.intro-video {
		margin-top: -30px;
	}
	.post-thumbnail .post-date {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
		-webkit-transform-origin: left top;
		    -ms-transform-origin: left top;
		        transform-origin: left top;
	}
	.single-post .author .avatar {
		margin-right: 20px;
	}
	.single-post .author .avatar img {
		min-width: 60px;
	}
	.buttons button {
		margin-bottom: 20px;
	}

}

/*---------------------  Card Profile  ---------------------*/

.weather-card {
    margin: 5% auto;
    height: 100%;
    width: auto;
    background: #fff;
    box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 10px;
}
.weather-card .top {
    position: relative;
    height: 23em;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    text-align: center;
}
.bg1{
    background: url("../img/team/Raphael.jpg") no-repeat !important;
    background-position: center top !important;
    background-size: cover !important

}
.bg2{
    background: url("../img/team/Raphael.jpg") no-repeat !important;
    background-position: center top !important;
    background-size: cover !important

}
.bg3{
    background: url("../img/team/3-big.jpg") no-repeat !important;
    background-position: center top !important;
    background-size: cover !important

}
.bg4{
    background: url("../img/team/4-big.jpg") no-repeat !important;
    background-position: center top !important;
    background-size: cover !important

}

.weather-card .top .wrapper {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.weather-card .top .wrapper .mynav {
  height: 20px;
}
.weather-card .top .wrapper .mynav .lnr {
  color: #000;
  font-size: 25px;
}
.weather-card .top .wrapper .mynav .lnr-chevron-left {
  display: inline-block;
  float: left;
}
.weather-card .top .wrapper .mynav .lnr-cross {
  display: inline-block;
  float: right !important;

}
.weather-card .top .wrapper .heading {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}
.weather-card .top .wrapper .location {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
.weather-card .top .wrapper .temp {
  margin-top: 20px;
}
.weather-card .top .wrapper .temp a {
  text-decoration: none;
  color: #fff;
}
.weather-card .top .wrapper .temp a .temp-type {
  font-size: 85px;
}
.weather-card .top .wrapper .temp .temp-value {
  display: inline-block;
  font-size: 85px;
  font-weight: 600;
  color: #fff;
}
.weather-card .top .wrapper .temp .deg {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  vertical-align: top;
  margin-top: 10px;
}
.weather-card .top:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*background:linear-gradient(360deg, rgb(255, 255, 255), rgba(0, 0, 0, 0) 35%);*/
}
.weather-card .bottom {
 padding: 0px 5px;
    background: #fff;
    margin: 1em;
}
.weather-card, .bottom h3, .bottom h1{
	text-align: justify;
	margin: 10px 0px 10px 0px;
}
.bottom p{
	margin: auto 0px;
}
.bottom h3{
	font-size: 20px;
}

.margin{

	margin-right:15px;
}

/*


::-webkit-scrollbar — the entire scrollbar.
::-webkit-scrollbar-button — the buttons on the scrollbar (arrows pointing upwards and downwards).
::-webkit-scrollbar-thumb — the draggable scrolling handle.
::-webkit-scrollbar-track — the track (progress bar) of the scrollbar.
::-webkit-scrollbar-track-piece — the part of the track (progress bar) not covered by the handle.
::-webkit-scrollbar-corner — the bottom corner of the scrollbar, where both horizontal and vertical scrollbars meet.
::-webkit-resizer — the draggable resizing handle that appears at the bottom corner of some elements.
}*/

.forecast::-webkit-scrollbar {
    width: 10px;
    margin-right: -10px;
}
 
.forecast::-webkit-scrollbar-track {
     
    border-radius: 0px;
    background-color: #f1f1f1;
    width: 6px;
}
 
.forecast::-webkit-scrollbar-thumb {
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background:#ca8b2d;
    width: 10px;
}


.weather-card .bottom .wrapper .forecast {
    overflow: auto;
    margin: 0;
    font-size: 0;
    padding: 0;
    padding: 20px 20px 5px 20px;
    max-height: 300px;
}


.weather-card .bottom .wrapper .forecast a {
  text-decoration: none;
  color: #000;
}
.weather-card .bottom .wrapper .forecast .go-up {
  text-align: center;
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
}
.weather-card .bottom .wrapper .forecast li {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1em;
  margin-bottom: 30px;
}
.weather-card .bottom .wrapper .forecast li .date {
  display: inline-block;
}
.weather-card .bottom .wrapper .forecast li .condition {
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-size: 25px;
}
.weather-card .bottom .wrapper .forecast li .condition .temp {
  display: inline-block;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 2px;
}
.weather-card .bottom .wrapper .forecast li .condition .temp .deg {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  margin-left: 3px;
  vertical-align: top;
}
.weather-card .bottom .wrapper .forecast li .condition .temp .temp-type {
  font-size: 20px;
}
.weather-card .bottom .wrapper .forecast li.active {
  color: rgba(0, 0, 0, 0.8);
}
.weather-card.rain .top {
  background: url("http://img.freepik.com/free-vector/girl-with-umbrella_1325-5.jpg?size=338&ext=jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}




/*--------------------- Card Profile End ------------------ */

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Mostrar mais';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Mostrar menos';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

/*scroll animate*/


.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 90vh auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding:3px 10px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.v{
	width: auto;
    margin: -7em 0.1em;
    position: absolute;
    left: 0;
    writing-mode: vertical-lr;
    height: 13em;
    color: white;
}

.social{
	float: right;
    margin: -5px 0px 0px 50px;
}

.social img{
	width: 25px;
    
}
.min-height{
	min-height: 8em;
}
.codconfirmacao{
    padding: 0px;
    width: fit-content;
    display: -webkit-inline-box;
}
.codigo{
	margin: 0.3em 0.5em 0em 0em;
    height: fit-content;
}


/*------ custom ---------*/



/*------------------------
	Blog Page
--------------------------*/

.post-item {
	margin-bottom: 90px;
}

.blog-posts .post-item .post-content{
    height: auto;
    
}

.feature {

	background: #f3f3f3;

}

.blog-posts .post-item .feature{
	padding: 20px;
}


.blog-posts .post-item .post-content p{
	min-height: 50%;

}

.post-thumbnail {
	
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    width: auto;
    padding: 0;
    max-height: 380px;

}

.post-thumbnail .post-date {
	position: absolute;
	width: 90px;
	height: 90px;
	background: #ffffff;
	top: 17px;
	left: 17px;
	text-align: center;
	padding-top: 15px;
}

.post-thumbnail .post-date h2 {
	color:#ca8b2d;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
}
#direito_medico .post-thumbnail .post-date h2{
color:#1adeb8;
}

.post-thumbnail .post-date h3 {
	font-size: 15px;
	color: #000;
	font-weight: 400;
}

.post-title {
font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.post-title a{

	color: #000;
}

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

.post-meta a {
	color: #0b1033;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	margin-left: 10px;
}

.post-meta a:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	left: 0;
	top: 3px;
	background: #2be6ab;
	border-radius: 10px;
}

.post-meta a:first-child {
	margin-left: 0;
}

.read-more {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	color: #0b1033;
	position: relative;
	display: inline-block;
	clear: both;
	padding-bottom: 5px;
	margin-top: 0px;
}

.read-more:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #ca8b2d;
	border-radius: 10px;
}
#direito_medico .read-more:after{

background: #1adeb8;

}

.page-pagination a {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	color: #0b1033;
	padding: 6px 10px;
	margin-right: 5px;
}

.page-pagination a.active {
    background: #ca8b2d;
    color: #fff;
    border-radius: 100%;
}

#direito_medico .page-pagination a.active{

background: #1adeb8;
}


/*------------------------
	Single Post
--------------------------*/

.post-item .author {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	
}

.post-item .author .avatar {
	margin-right: 0.5em;
	
}

.post-item .author .avatar img {

	border-radius: 100%;
	width: 2em;
}

.post-item .author .author-info h4 {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	font-weight: 400;
	font-family:"roboto";
	color: #000;
}

.post-item .author .author-info h4 span {
	color: #0868e4;
}


.divider{

    background-color: #d0b248;
    height: 150px;
}

.about-img{
    background: url(../img/01old.jpg);
    background-size: cover;
    background-position: center;
    height: 85%;
    width: 85%;
    background-repeat: no-repeat;
    margin: 4em auto;
    border-radius: 30px;
    position: relative;
}
