@import url('../lib/contrast/contrast.css');
@import url('../lib/menu-accessibility/menu.accessibility.css');
@import url('../lib/translate/translate.css');
@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/font-awesome/font-awesome.min.css');
@import url('../lib/ekko-lightbox/ekko-lightbox.css');
@import url('../lib/owl-carousel/owl.carousel.min.css');
@import url('../lib/owl-carousel/owl.theme.default.min.css');
@import url('../lib/whatsapp-widget/whatsapp.css');
@import url('custom.css');


html, body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden;
}

body{
	font-family: 'Montserrat', sans-serif;
	background: #fff;
}

@media only screen and (max-width: 600px) {
	body{
		background: #fff !important;	
	}
}

.border_style{
	border-radius:0px 0px 0px 20px	
}

a,
a:link,
a:active,
a:visited{
	color:#090979;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color:#666	
}

.cor_links a,
.cor_links a:link,
.cor_links a:active,
.cor_links a:visited,
.cor_links a:focus{
	color:#ff5f00;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links a:hover{
	color:#000000
}

.cor_links_especialidades a,
.cor_links_especialidades a:link,
.cor_links_especialidades a:active,
.cor_links_especialidades a:visited,
.cor_links_especialidades a:focus{
	color:#fff;
}

.cor_links_especialidades a:hover{
	color:#cccccc;
}

/* MENU */
.navbar-brand{
	padding:0px
}
.navbar{
	margin:0;
	padding:0	
}
.navbar-nav{
	border:solid 1px #606060;
	border-radius:0px 0px 0px 25px
}
.nav-link-primeiro{
	border-radius:0px 0px 0px 25px
}
.navbar-nav .nav-link {
	padding: 15px 17px !important;
	font-size:16px;
	line-height:17px !important;
	color:#fff;
	font-weight:800;
	background:#606060;
	display:block
}
.navbar-nav .nav-link:hover{
	color:#ccc;
}

.navbar-nav .nav-link-final {
	padding: 15px 17px !important;
	font-size:16px;
	line-height:17px !important;
	color:#606060;
	font-weight:800;
	background:#fff;
	display:block
}
.navbar-nav .nav-link-final:hover{
	color:#cccccc;
}

.navbar-padding-menu{
	padding-left:50px;
	padding-right:50px
}
.dropdown-item{
    font-size:16px;
	color: #606060 !important;
	font-weight:500;
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#cccccc !important;
	background:#606060;
}
.dropdown-item.active,.dropdown-item:active{
	color:#fff !important;
	text-decoration:none;
	background-color:#363636 !important
}
.dropdown-menu {
	min-width:650px;
	border:solid 1px #606060 !important;
	top: 45px;
	border-radius:0px
}
.dropdown:hover>.dropdown-menu {
  display: block;
  left:0px;
  border:none
}
.navbar-toggler-icon{
	margin-bottom:5px	
}
@media only screen and (max-width: 600px) {
	.navbar-brand{
		padding:0px;
		padding-bottom:15px;
		margin-right:0px
	}
	.nav-link {
	   padding: 6px 20px 6px 20px !important;
	}
	.navbar-collapse{
		margin-bottom:10px	
	}
	.dropdown:hover>.dropdown-menu {
	  margin-left:15px;
	  margin-right:15px;
	}
	.dropdown-menu {
		min-width:200px;
		border:none !important;
		top: 100%;
		border-radius:0px
	}
}

/* MENU SOCIAL TOP */
.menu-social-top{
	list-style:none;
	padding:0;
	margin:0 30px;
}
.menu-social-top > li{
	display:inline-table	
}
.menu-social-top > li > a,
.menu-social-top > li > a:link,
.menu-social-top > li > a:active,
.menu-social-top > li > a:visited,
.menu-social-top > li > a:focus{
	display:block;
	color:#606060;
	font-size:25px;
	margin-top:0px;
	margin:2px 6px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-top > li > a:hover{
	color:#ccc;
}

@media only screen and (max-width: 600px) {
	.menu-social-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:0px;
		text-align:center;
	}
	.menu-social-top > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
	.d-mobile-none{
		display:none	
	}
}

/* BOTOES */
.botoes-color-rocio,
.botoes-color-rocio a,
.botoes-color-rocio a:link,
.botoes-color-rocio a:active,
.botoes-color-rocio a:visited{
	padding:8px 18px;
	background:#606060; 
	font-size:15px;
	line-height:17px !important;
	font-weight:800;
	color:#fff !important;
	transition:0.5s;
	border-radius:0px 0px 0px 20px;
}

.botoes-color-rocio:hover,
.botoes-color-rocio a:hover{
	background:#ccc
}

.botoes-color-rocio-white,
.botoes-color-rocio-white a,
.botoes-color-rocio-white a:link,
.botoes-color-rocio-white a:active,
.botoes-color-rocio-white a:visited{
	padding:8px 25px;
	background:#fff; 
	font-size:15px;
	line-height:17px !important;
	font-weight:800;
	color:#606060 !important;
	transition:0.5s;
	border-radius:0px 0px 0px 20px;
}

.botoes-color-rocio-white:hover,
.botoes-color-rocio-white a:hover{
	background:#ccc
}

.form-control, .custom-select {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #606060;
    height: 52px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    padding: 4px 15px;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
textarea.form-control {
    padding: 20px 15px;
}
.form-control:focus{
	background:#eaeaea;
}
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder{
   font-weight: 300;
   color: #606060;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: red;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 500;
    color: red;
}

.page-item > .page-link > span > i{
	color:#606060;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #606060;
    border-color: #606060;
	font-weight:800
}
.page-link{
	background-color: transparent;
    border-color: #606060;
	color:#606060 !important;
	font-weight:800
}
.page-link:hover {
    background-color: #606060;
    border-color: #606060;
	color:#fff !important
}

.card-header{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #606060;
    border-bottom: 1px solid #606060;
	color:#fff !important;
	border-radius:0px 0px 0px 20px	!important;
	cursor:pointer;
}

.card-header a{
	font-size:16px;
	line-height:17px !important;
	font-weight:800;
	color:#fff !important;
	display:block
}
.card{
	border-radius:0px 0px 0px 20px	!important;
	border: 1px solid #606060;

}

.card-header:hover,
.card-header:hover a:hover{
    background-color: #ccc;
    border-bottom: 1px solid #ccc;
	color:#606060 !important;
}
