@font-face {
  font-family: 'OpenSans';
  src: url("/fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: 'MuseoSans';
  src: url("/fonts/MuseoSansCyrl.otf");
}

@font-face {
  font-family: 'Terminal';
  src: url("/fonts/TerminalDosis-Bold.ttf");
}

@font-face {
  font-family: 'Terminallight';
  src: url("/fonts/TerminalDosis-Light.ttf");
}



body {
    font-family: OpenSans !important;
    background-color: #E1E3E4 !important;
}





.nav a {
    text-align: right;
    color: #99BB1C !important;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-brand {
    color: #99BB1C !important;
    font-weight: bold;
    font-size: 30px !important;
    padding-right: 10px !important;
}

.container {
    background-color: transparent !important;
}

.clinica p{
    float: left;
    color: #99BB1C;
    padding-top: 21px;
}



.navbar-default {
    background-color: #505559 !important;
    color: #505559;
    border: 0px !important;
    margin-bottom: 0px !important;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(152,186,26,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(152,186,26,1);
box-shadow: 0px 2px 5px 0px rgba(152,186,26,1);
}

.navbar-static-top {
    height: 10px !important;
}

.navbar-collapse {
    border-top: 0px !important;
    margin-top: 48px !important;
}

.navbar-default .navbar-nav li a:hover {
    color: #505559 !important;
    background-color: #99BB1C !important;
}

.navbar-collapse.in {
    overflow-y: visible !important;
}







.minilogo {
    margin-top: 6px;
    margin-right: 15px;
}

.header {
    background: url("/images/dental1.jpg")  no-repeat center center;
    background-size: 100% 100%;
    background-position: top;
    height: auto;
}

.header .container {
    width: 100%;
    height: 250px;
    padding-top: 27px;
    padding-left: 125px;
    margin-bottom: 15px;
}

.header .container .Consulta {
    width: 300px;
    height: 200px;
    background-color: rgba(255,255,255, .3);
    border-radius: 5%;
    margin: 2%;
    color: White;  
    display: table-cell;
    vertical-align: middle;
}

.header .container .Consulta h1{
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}

.header .container .Consulta h2{
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.header .container .Consulta h3{
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
}

.header1 {
    height: 40px;
    background: #ECECEC; 
}

.header1 .container {
    text-align: center;
    padding-top: 10px;
}


.header1 .container a{
    color: #505559;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    text-decoration: none;
}




.apresentacao .container {
    background: white;
    padding-top:40px;
    padding-bottom: 0px;
}

.apresentacao p {
    padding-top: 20px;
    text-align: justify;
}

.apresentacao h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.apresentacao .container img{
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.linha {
    border: 0;
    height: 1px;
    width: 85%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-top: 40px;
    margin-bottom: 40px;
    
}

.links .container {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.links h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}

.links .container img{
    margin-right: 15px;
    margin-bottom: 5px;
}

.links .container p{
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer {
    background-color: #505559;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer p {
    background-color: #505559;
    margin: 0;
    color: #99BB1C;
    font-size: 12px;
}

.footer h1 {
    background-color: #505559;
    margin-top: 5px;
    margin-bottom: 2px;
    color: #99BB1C;
    font-size: 13px;
    font-weight: bold;
    
}

.footer1 {
    height: 200px;
    background-color: #505559;
    margin-top: 50px;
}

.footer img {
    align: right;
}




.footer1 h1 {
    font-size: 14px;
    font-weight: bold;
    
}

.footer1 p {
    margin: 0;
    font-size: 11px;
    text-align: center;
}

.footer1 .col-md-4 {
    text-align: center;
}



.footer1 .container img {
    border-radius: 5px;
    margin-top: 20px;
}

.footer1 .row .col-md-4 .border {
    border-right: 1px;
    border-left: 0px;
    border-style: solid;
    line-height: 20px;
   
    border-image:
      linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(80, 85, 89, 0.75), rgba(0, 0, 0, 0)) 1 100%;
}

.footer1 .row .col-md-4 .borderleft {
    padding-left: 20px;
    border-left: 1px;
    border-right: 0px;
    border-style: solid;
    line-height: 20px;
   
    border-image:
      linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(80, 85, 89, 0.75), rgba(0, 0, 0, 0)) 1 100%;
}





.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}



.medicinas .container .row  h5 {
    font-size: 30px !important;
    font-weight: bold;
    margin-top: 40px;
}


.medicinas .container .p {
    text-align: center;
    vertical-align: middle;
}

.texto {
    text-align: justify;
    font-size: 16px;
    margin-top:20px;
    color: #505559;
}

.textobold {
    text-align: justify;
    font-size: 16px;
    margin-top:20px;
    color: #505559;
    font-weight: bold;
}

.medicinas .col-md-4 {
    text-align: center;
}

.medicinas .col-md-6 {
    text-align: center;
}

.medicinas .container ol {
    text-align: center;
    font-size: 10px;
    list-style-position:inside;
    padding-left: 0;
}

.medicinas .imagem {
  margin-top: 130px;
}

.margem {
    padding-left: 15px;
    padding-right: 15px;
}

.nav .padded ul {
    text-align: center;
    padding-top: 10px;
    color: #505559;
}

.nav .padded li{
    display: inline;
    padding-right: 15px;
    text-decoration: none;
    color: #505559;
}

.nav .padded a{
    text-decoration: none;
    color: #505559 !important;
}


.fotos .container {
    padding-left: 10% !important;
    padding-right: 10% !important;
    margin-bottom: 50px;
}

.mycarousel {
    border:10px solid black;
}

.titulo p {
    color: #505559;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-left: 90px;
    margin-bottom: 40px;
}

.is-table-row .box {
  background: none;
  position: static;
    display: block;
  vertical-align: middle;
margin-left: auto;
    margin-right: auto;
}

.col-md-4 {
    vertical-align: middle !important;
    text-align: center;
}
.col-md-6 {
    vertical-align: middle !important;
    text-align: center;
}



.imagedropshadow {
  padding: 1px;
  background-color: white;
  box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(34,25,25,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
}

.social {
    width: 100%;
    background: #ECECEC !important;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #505559; 
    font-weight: bold;
    font-size: 16px;
}

.footer .container .row .col-md-4 a {
    text-decoration: none !important;
    color: #ECECEC !important;
    text-align: center !important;
    display: block;
    font-family: MuseoSans;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    
}







#textocontainer {
    background-color: #ECECEC !important;
    padding: 40px;
    font-family: MuseoSans;
    color: #505559;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
    
}

#textocontainer1 {
    background-color: #ECECEC !important;
    padding: 40px;
    font-family: MuseoSans;
    color: #505559;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 100px;
    
}

#textocontainer2 {
    background-color: #ECECEC !important;
    padding: 20px;
    font-family: MuseoSans;
    color: #505559;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 48%;
    height: 270px;
    
}

.acordos1 {
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.acordos {
    height: auto;
    padding-top: -30px;
}

.acordos h1 {
    color: #505559;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 20px;
    font-family: Terminal;
    font-size: 48px;
    text-align: center;
}

.acordos h6{
    color: white;
    font-family: Terminallight;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}


.acordos p{
    font-family: Terminallight;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    
}

.h7 {
    font-size: 14px;
    font-weight: bold;
}

.arrow_box {
	position: relative;
	background: #505559;
    width: 300px;
    height: 200px;
    float: left;
}
.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 300;
	width: 200;
	position: absolute;
	pointer-events: none;
	border-color: rgba(80, 85, 89, 0);
	border-left-color: #505559;
	border-width: 30px;
	margin-top: -30px;
}

.left {
    position: relative;
    display:block;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    clear:none;
}

.arrow_box1 {
	position: relative;
	background: #505559;
    width: 300px;
    height: 200px;
    float: right;
}
.arrow_box1:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(80, 85, 89, 0);
	border-right-color: #505559;
	border-width: 30px;
	margin-top: -30px;
}

.equipa img {
    float: left;
}

.equipa h1 {
    font-size: 20px;
    font-weight: bold;
}

.tit {
    font-family: MuseoSans;
    font-weight: bold;
    margin-left: 160px;
    font-size: 16px;
    color: black;
}

.tit1 {
    font-family: MuseoSans;
    margin-left: 160px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tit3 {
    font-family: MuseoSans;
    font-weight: bold;
    font-size: 22px;
    color: black;
    margin-bottom: 40px;
}

.tit4 {
    font-family: MuseoSans;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.topo {
    text-align: right;
    margin-right: 100px;
    
}

.topo a {
    text-decoration: none;
    background: #505559;
    color: white;
    padding-left: 10px;
    padding-right:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-family: MuseoSans;
}

.topo a:hover {
    text-decoration: none;
    background: #505559;
    color: white;
    padding-left: 10px;
    padding-right:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-family: MuseoSans;
}

.promocao {
    float:right;
    width: 300px;
    height: 300px;
    background: rgba(80, 85, 89, 0.5);
    rgba(0, 0, 0, 0.5)
    opacity: 0.4;
    border-radius: 100%;
    border: 0px solid #505559;
    box-shadow: 5px 5px 5px 5px #888888;
    margin-top: 30px;
    margin-right: 30px;
    box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
    padding-top: 10px;
    
}

.promocao h1{
    color: white;
    font-family: Terminallight;
    font-size: 28px; 
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.promocao p{
    color: white;
    font-family: Terminallight;
    font-size: 20px; 
    text-align: center;
    margin: 0px !important;
}

.promotext {
    margin-top: -360px;
    border: 0px;
}

.jumbotron {
   background-image: url("images/familia.jpg");
background-size: cover; 
    height: auto;
    margin-bottom: 0px !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
}

.jumbotron h1 {
    color: white !important;
    margin-top: 400px;
    font-size: 46px !important;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    
}

.jumbotron h2 {
    color: white !important;
    text-align: center;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.jumbotron h3{
    text-align: center;
    color: white !important;
    font-size: 15px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;

}

.nutridente {
    color: #99BB1C;
    text-shadow: 1px 1px 2px #99BB1C;
    font-size: 42px;
}







 














