/*----------------------------------*/
/*			Font - Face				*/
/*----------------------------------*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff') format('woff'),
        url('../fonts/fontawesome-webfont.ttf') format('truetype'),
        url('../fonts/fontawesome-webfont.svg#NeoSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PacificoRegular';
    src: url('../fonts/pacifico.eot');
    src: url('../fonts/pacifico.eot') format('embedded-opentype'),
        url('../fonts/pacifico.woff2') format('woff2'),
        url('../fonts/pacifico.woff') format('woff'),
        url('../fonts/pacifico.ttf') format('truetype'),
        url('../fonts/pacifico.svg#PacificoRegular') format('svg');
}


<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,700,600,400' rel='stylesheet' type='text/css'>


/*----------------------------------*/
/*			CSS GERAL				*/
/*----------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 40px;
    color: #5a5a5a;
    background: #000;
    padding-top: 20px;
}


input, textarea {
    -webkit-appearance: none;
}

.img-responsive {
  width: 100%;
}

.center {
  text-align: center;
}

.nav_bg {
    background: rgba(255, 255, 255, .93);
    margin: 0;
    /*overflow: visible;
    height: 46px;
    box-sizing: border-box;
    border: none;*/
}

@media screen and (max-width:767px) {
    .nav_bg {
        background: rgba(255, 255, 255, .99);
        box-shadow: 0px 2px 2px #ddd;
    }
}

p {font-size: 16px;}

h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #1364b0;
    /*font-weight: bold;*/
}

.h1_light{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #1364b0;
    font-weight: lighter;
    text-transform: uppercase;
}

.h1_light span{
    font-size: 24px;
    color: #1364b0;
    font-weight: bold;
}

h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #005ead;
    padding-bottom: 15px;
}
h4 {
    margin-top: 25px;
}

.h4_light{
    font-size: 18px;
    font-weight: lighter;
}
.h4_light span{
    font-weight: normal;
}

h5{
    font-size: 22px;
    font-weight: bold;
    color: #8f8f8f;
}


.row {
    margin-bottom: 20px;
}
.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}
[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-color: #eee;
    background-color: rgba(86,61,124,.0);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);*/
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-toggle .icon-bar{
    background: #1364b0;
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 13px;
    margin-right: 15px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #1364b0;
    border-radius: 4px;
}



.no_padding{
    padding: 0px;
}

.no_padding_topRight{
    padding-top: 0;
    padding-right: 0px;
}




.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


.container{
    position: relative;

}

.top_header{
    z-index: 9999;
    margin-top: 0px;
    margin: 0 auto -95px ;
    padding: 0;
    float: none;
    border-bottom: 1px solid #71b6d5;
}

@media (max-width:767px){
    .top_header{
        z-index: 9;
        border-bottom: 0px solid #71b6d5;
    }


}

.navbar-brand{
    float:left;
    height:50px;
    padding: 6px 15px 5px;
    font-size:18px;
    line-height:20px;
  }

@media screen and (max-width:767px){
  .navbar-brand img{
    width: 100%;
  }
  .navbar-brand{
      width: 80%;
    }
}


.div_logo{
    display: inline-block;
    width: 50%;
}

/*@media (max-width:767px){
.div_logo{
display: inline-block;
width: auto;
}
.div_logo img{
width: 100%;
}
}*/


.div_pesq_langs{
    display: inline-block;
    margin:0;
    padding: 0 0 0 250px;
    color: #1364b0;
    vertical-align: middle;
}

@media screen and (max-width:1200px){
    .div_pesq_langs{
        display: inline-block;
        margin:0;
        padding: 0 0 0 110px;
        color: #1364b0;
        vertical-align: middle;
    }

}

/********* PESQUISA MOBILE ********/
.div_pesq_langs_mobile{
    display: block;
    margin: 1px auto 30px auto;
    padding: 3px;
    color: #1364b0;
    width: 100%;
    text-align: center;
}

.div_pesq_langs form,
.div_pesq_langs_mobile form{
    float: left;
    margin: 0 10px 0 0;
}


.icon_pesquisa {
    background: url('../images/icon_pesquisa.svg') no-repeat left bottom;
    width: 15px;
    height: 15px;
    display: block;
    margin: 5px 8px 0 0;
    clear: both;
    float: left;
}

.txt_pesquisa{
    border: none;
    background: rgba(255,255,255,.7);
    width: 132px;
    height: 22px;
    color: #1364b0;
    padding:  0px 2px 2px 2px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    display: inline;
    clear: both;
}

.div_langs{
    display: block;
    float: left;
    padding: 0 5px;
    margin: 0;
}

.div_pesq_langs a{
    color: #1364b0;
    margin: 0;
    padding: 0;
}

.div_pesq_langs a.active{
    font-weight: bold;
}

a, a:active, a:focus {
    outline: none;
    text-decoration: none;
}



/* ***************   CAROUSEL  *******************/


.glyphicon-chevron-left:before {
    /*  content: "\e079";*/
    content: url(../images/carousel_left.png);
}


.glyphicon-chevron-right:before {
    content: url(../images/carousel_right.png);
}


.carousel-indicators {
    position: absolute;
    bottom:49px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    height: 45px;
    vertical-align: middle;
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:55%;z-index:5;display:inline-block}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 7px;
    vertical-align: middle;
    position: relative;
}
.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 0;
    background-color: #f70;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
}

.carousel-indicators li.active span{
    position: absolute;
    left: 5px;
    top: 4px;
    width: 10px;
    height: 10px;
    margin: 1px;
    cursor: pointer;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    border-radius: 10px;
}

.navbar{
    position:relative;
    min-height:40px;
    margin-bottom:0px;
    border:0px solid transparent}

.no_margin{
    margin: 0 0 10px 0;
}


/*************  NAVEGA  ****************/

.navega{
    font-size: 10px;
    text-transform: uppercase;
    color: #333;
}

.navega a{
    font-size: 10px;
    color: #666666;
}





/*  ***********************************
*************    MENU  ****************
************************************ */
.navbar-default {margin-top: 20px; background: none; margin-bottom: 40px;}

@media screen and (max-width:767px){
  .navbar-default {margin-top: 0; background: none; margin-bottom: 0;}
}

.navbar-default .navbar-nav > li > a:focus {
  color: #1364b0;
}

.navbar-default .navbar-nav > li > a:hover {
  background: #1364b0;
  color: #FFF;
  margin-top: 20px;
  padding-top: 10px;
}

.navbar-default .navbar-nav > li {
  padding-bottom: 20px;
}

@media screen and (max-width:767px){
  .navbar-default .navbar-nav > li > a:hover {
    background: #1364b0;
    color: #FFF;
    margin-top: 0;
    padding-top: 10px;
  }
  .navbar-default .navbar-nav > li {
    padding-bottom: 0;
  }
  .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
  }
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: #1364b0;
  color: #FFF;
  padding-bottom: 20px;
  margin-bottom: -20px;
  margin-top: 20px;
  padding-top: 10px;
}

@media screen and (max-width:767px){
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #1364b0;
    color: #FFF;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
  }
}



.dropdown-menu{
    box-shadow: none;
    /*width: 87%;*/
    border-radius: 0;
    border: none;
    background: #1364b0;
    margin: 0;
    /*font-size: 12px;*/
    font-size: 14px;
    color: #FFF;
    /*padding: 11px 8px 20px 0;*/
    padding: 0;
    left: auto !important;
    right: auto !important;
}

.dropdown-large {
  /*position: static !important;*/
}
.dropdown-menu-large {
  /*margin-left: 16px;
  margin-right: 16px;*/
  padding: 20px 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #1364b0;
    padding-top: 30px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > li > a.active {
  background: #689ccd;
  color: #FFF;
  padding-top: 30px;
}

.navbar-default .navbar-nav > li > a.active:hover {
background: #1364b0;
color: #FFF;
margin-top: 0;
padding-top: 30px;
}

.navbar-default .navbar-nav > .open > a.active {
  padding-top: 30px;
  margin-top: 0;
}

.navbar-default .navbar-nav > .open > a.active:hover {
  padding-top: 30px;
}

@media screen and (max-width:767px){
  .navbar-default .navbar-nav > li > a {
      color: #FFF;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0;
  }

  .navbar-default .navbar-nav > li > a.active {
    background: #689ccd;
    color: #FFF;
    padding-top: 10px;
    margin: 0;
  }

  .navbar-default .navbar-nav > li > a.active:hover {
  background: #1364b0;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  }

  .navbar-default .navbar-nav > .open > a.active {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
  }

  .navbar-default .navbar-nav > .open > a.active:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
  }

  .navbar-collapse {background: #1364b0;}
}

/*.navbar-default .navbar-nav > li > a.active:focus {
background: #1364b0;
color: #FFF;
padding-top: 30px;
}*/

/*.dropdown-large a.active {
  background: #689ccd;
  color: #FFF;
}*/
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 6px 20px 6px;
  clear: both;
  font-weight: 300;
  line-height: 1.6;
  color: #FFF;
  /*white-space: normal;*/
  text-align: left;
  position: relative;
}
@media (max-width:767px){
  .dropdown-menu-large > li > ul > li.dropdown-header > a {
    padding: 0;
  }
}
.dropdown-menu-large > li > ul > li > ul{
	padding: 0;
	margin: 0;
}
.dropdown-menu-large > li > ul > li > ul > li{
	padding: 0;
	margin: 0;
}
.dropdown-menu-large > li > ul > li > ul > li:last-child > a::after {
  content: "";
  background: #689ccd;
  width: 85%;
  display: block;
  height: 1px;
  position: absolute; left:0; right:0;
  /*margin:auto;*/
  margin-left: 15px;
  bottom: 0;
  margin-top: 1px;
}
.dropdown-menu-large > li > ul > li > ul > li > a {
  display: block;
  padding: 6px 0;
  clear: both;
  font-weight: 300;
  line-height: 1.6;
  color: #689CCD;
  /*white-space: normal;*/
  text-align: left;
  position: relative;
  padding-left: 40px;
}

.dropdown-menu-large > li > ul > li > a::after {
  content: "";
  background: #689ccd;
  width: 85%;
  display: block;
  height: 1px;
  position: absolute; left:0; right:0;
  margin-left: 15px;
  /*margin:auto;*/
  bottom: 0;
  margin-top: 1px;
}
.dropdown-menu-large > li > ul > li > a.no_underline::after {
  display: none;
  content: none;
}

.dropdown-menu-large > li ul > li > a:not(.dropdown-sub-header):hover,
.dropdown-menu-large > li ul > li > a:not(.dropdown-sub-header):focus {
  text-decoration: none;
  color: #FFF;
  background-color: #689ccd;
  margin-top: -1px;
  padding-top: 7px;
}
.dropdown-menu-large > li ul > li > a.dropdown-sub-header:hover{
	text-decoration: none;
	cursor: auto;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}

.dropdown-menu-large .dropdown-header a {
  font-weight: bold;
}

.no-padding{
	padding: 0;
}

.dropdown-menu-large > li > ul > li.no-padding > a::after {
	background: none;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 15px 0;
    overflow: hidden;
}

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}




/**********************************
MEDICAMENTOS
***********************************/

/*#SubMenuMedicamentos{*/
.nav-justified li:nth-child(2) .panel-collapse .panel-collapse:nth-of-type(2)  {
    background: rgba(15, 80, 19, 1);
}


/**********************************
NOTICIAS
************************************/


.nav-justified li:nth-child(3)>a{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    font-size: 19px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #1364b0;
    min-height: 44px;
}


.nav-justified li:nth-child(3)>a.list-group-item:nth-child(1):hover,
.nav-justified li:nth-child(3)>a.list-group-item:nth-child(1).rollOver,
.nav-justified li:nth-child(3)>a.list-group-item:nth-child(1).activo:hover,
.nav-justified li:nth-child(3)>a.list-group-item:nth-child(1).rollOver.activo{
    background: rgba(243, 112, 34, .5) url(../images/setaMenuNoticias.svg) no-repeat center -1px;
    background-size: 17px 9px;
    border-top: 3px solid #f37022;
    min-height: 47px;
}

.nav-justified li:nth-child(3)>a.list-group-item:nth-child(1).activo
{
    background: transparent url(../images/setaMenuNoticias.svg) no-repeat center -1px;
    background-size: 17px 9px;
    border-top: 3px solid #f37022;
    min-height: 47px;
}


.nav-justified li:nth-child(3) .panel-collapse{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    border-radius: 0;
}

.nav-justified li:nth-child(3) .panel-collapse>a{
    /*background: rgba(19, 100, 176, .5);*/
    background: rgba(240, 139, 79, .95);
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    border-radius: 0;
    color: #fff;
    font-weight: lighter;
    text-align:center;
    height: 50px;
    text-shadow: 0px 1px 1px #f37022;
    padding: 15px 0;
    font-size: 1em;

}
.nav-justified li:nth-child(3) .panel-collapse>a:hover{
    background: rgba(243, 112, 34, .95);
    border-radius: 0;
    color: #fff;
}


/*************************************
FARMACOVIGILANCIA
**************************************/


.nav-justified li:nth-child(4)>a{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    font-size: 19px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #1364b0;
    min-height: 44px;
}


.nav-justified li:nth-child(4)>a.list-group-item:nth-child(1):hover,
.nav-justified li:nth-child(4)>a.list-group-item:nth-child(1).rollOver,
.nav-justified li:nth-child(4)>a.list-group-item:nth-child(1).activo:hover,
.nav-justified li:nth-child(4)>a.list-group-item:nth-child(1).rollOver.activo{
    background: rgba(255, 203, 5, .5) url(../images/setaMenuFarmacovigilancia.svg) no-repeat center -1px;
    background-size: 17px 9px;
    border-top: 3px solid #ffcb05;
    min-height: 47px;
}

.nav-justified li:nth-child(4)>a.list-group-item:nth-child(1).activo
{
    background: transparent url(../images/setaMenuFarmacovigilancia.svg) no-repeat center -1px;
    background-size: 17px 9px;
    border-top: 3px solid #ffcb05;
    min-height: 47px;
}

/*************************************
CONTACTOS
**************************************/

.nav-justified li:nth-child(5)>a{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    font-size: 19px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #1364b0;
    min-height:  47px;
}

.nav-justified li:nth-child(5)>a.list-group-item:nth-child(1):hover,
.nav-justified li:nth-child(5)>a.list-group-item:nth-child(1).rollOver,
.nav-justified li:nth-child(5)>a.list-group-item:nth-child(1).activo:hover,
.nav-justified li:nth-child(5)>a.list-group-item:nth-child(1).rollOver.activo{
    background: rgba(0, 174, 239, .5) url(../images/setaMenuContactos.svg) no-repeat center -1px;
    background-size: 17px 9px;
    border-top: 3px solid #00aeef;
}


.nav-justified li:nth-child(5)>a.list-group-item:nth-child(1).activo
{
    background: transparent url(../images/setaMenuContactos.svg) no-repeat center -1px;
    background-size: 17px 9px;
    border-top: 3px solid #00aeef;
}



/*@media (min-width:992px){*/
/*@media screen and (min-width:480px){*/
@media screen and (min-width:768px) {
    .nav-justified li:nth-child(1) a,
    .nav-justified li:nth-child(2) a,
    .nav-justified li:nth-child(3) a,
    .nav-justified li:nth-child(4) a,
    .nav-justified li:nth-child(5) a{
        font-size: 12px;
        font-family: 'Opens Sans', sans-serif;
        padding-top: 15px;
        height: 44px;
    }
}

@media screen and (min-width:992px) {
    .nav-justified li:nth-child(1) a,
    .nav-justified li:nth-child(2) a,
    .nav-justified li:nth-child(3) a,
    .nav-justified li:nth-child(4) a,
    .nav-justified li:nth-child(5) a{
        font-size: 16px;
        font-family: 'Opens Sans', sans-serif;
        padding-top: 15px;
        height: 44px;
    }
}



/*********  DESTAQUES HOME  *********/



.center_block{
    position: relative;
}

.icon_destaque_home{
    display: block;
    text-align: center;
    /*position: absolute;
    top: 15px;
    left: 40%;*/
    margin: -285px auto;
}

.destaques_home_quads{
    /*border: 1px solid #e1e1e1;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    /*height: 250px;
    width: 320px;
    margin: 40px auto 0 auto;*/
}

.destaques_home_cont{
    display: block;
    margin: 0 auto 0 auto;
    z-index: 2;
    color: #7c7770;
    overflow: hidden;
}

.destaques_home_cont h1{
    text-align: left;
    margin: 8px auto;
    display: block;
    font-size: 22px;
    color: #1364b0;
    font-weight: bold;
}

.destaques_home_cont p{
    text-align: left;
    margin: 8px auto;
    display: block;
    font-size: 14px;
    /*padding: 2px 20px;*/
}

.destaques_home_cont img{
    /*height: 138px;*/
}

@media screen and (min-width:768px){
  .destaques_home_cont img{
      /*width: auto;*/
  }
}

@media screen and (max-width:767px){
  .destaques_home_cont img{
      height: auto;
  }
}

.links_home_quads:hover{
    text-decoration: none;
}



.home_test.img_rwd img,
.col-sm-8 .img_rwd,
.col-md-12.img_rwd img{
    width: 100%;
}

@media screen and (min-width:992px){
    .home_test.img_rwd img{
        width: 100%;
    }
}



/*
.col-sm-8 .img_rwd{
width: 100%;
}*/
}







.destaques_home_noticias_geral{
    /*border-left: 1px solid #e1e1e1;*/
}

@media screen and (max-width:992px){
    .destaques_home_noticias_geral{
        /*border-left: 0px solid #e1e1e1;*/

    }

}



.destaques_home_noticias_geral h2{
    color: #1364b0;
    font-size: 24px;
    /*	font-family: 'Opens Sans', sans-serif;*/
    font-weight: lighter;
    border-left: 4px solid #1364b0;
    padding-left: 10px;
    padding-bottom: 0;
}
.destaques_home_noticias_geral h2 span{
    font-weight: bold;
}

.div_bloco_home_noticias {
  padding-top: 0;
}

.div_bloco_home_noticias h3{
    color: #005ead;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
/*.div_bloco_home_noticias h3 sup{
font-size: 12px;
}*/

.div_bloco_home_noticias h3 span{
    font-size: 18px;
    font-weight: lighter;
}

.div_bloco_home_noticias p{
    font-size: 16px;
    color: #555;
    margin: 0 0 5px;
    font-weight: 300;
}

.destaques_home_noticias_geral hr{
    border-top:1px solid #e1e1e1;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.leia_mais {
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}


/*----------------------------------*/
/*	       MENU LATERAL        		*/
/*----------------------------------*/

.coluna_lateral{

}

@media screen and (max-width:767px){
    .coluna_lateral{
        margin: 120px 0 0 0;
    }
}


.div_menu_lateral{
    background: #fbfafa;
    border-top: 1px solid #e1e1e1;
    margin: 37px 0 38px;
    padding: 0 0;
    min-height: 550px;
}

@media screen and (min-width:320px){
    .div_menu_lateral{
        background: #fbfafa;
        border-top: 1px solid #e1e1e1;
        margin: 37px 0 38px;
        padding: 0 0;
        min-height: 370px;
    }
}


.panel-group .panel{
    margin-bottom:40px;
    border-radius:0px;
}

.panel{
    margin-bottom:40px;
    background-color:#fff;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:0 0px 0px rgba(0,0,0,.05);
    box-shadow:0 0px 0px rgba(0,0,0,.05)}

}
.panel-default{border-color:transparent}
.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:0px solid #ddd}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#fff}
.panel-body{padding:15px;background: #f7fbf3; text-align: center; font-size: 18px;}

.panel-default>.panel-heading{
    color:#333;
    background-color:#FFF;
    border-color:#fbfafa}

.panel-heading{
    padding:0 0 0 4px;
    border-bottom:none;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    box-sizing: border-box;
}
.panel-heading a{
    display: block;
    font-size: 15px;
    color: #7c7770;
    font-weight: lighter;
    text-transform: uppercase;
    padding:5px 5px 6px 0;
    box-sizing: border-box;

}

.panel-heading a:hover{
    text-decoration: none;
}

.panel-group .panel{margin-bottom:0;border-radius:0px}

ul{
    list-style: none;
}

ul li:before {
    content: "•";
    /*color: #084a8e;*/
    margin-right: 10px;
    font-size: 18px;
}

.navbar ul li:before {
    content: none;
    /*color: #084a8e;*/
    margin-right: 0;
}

.panel_menu_lateral{
    list-style: none;
    margin: 28px 20px 0 20px;
    padding: 0;
}

@media screen and (max-width:992px) {
    .panel_menu_lateral{
        list-style: none;
        margin: 28px 5px 0 5px;
        padding: 0;
    }
}


.panel_menu_lateral .panel-default:nth-child(1) .panel-heading{
    background: #fbfafa;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.panel_menu_lateral .panel-default:nth-child(1) .panel-heading a:after{
    content: url('../images/seta_menu_qsomos_down.svg');
    width: 10px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: 7px;
    top: -2px;
}

.panel_menu_lateral .panel-default:nth-child(1) .panel-heading.activo{
    background: #1364b0;
    color: #fff;
}

.panel_menu_lateral .panel-default:nth-child(1) .panel-heading.activo a:after{
    content: url('../images/seta_down_branca.svg');
    width: 10px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: 7px;
    top: -2px;
}


.panel_menu_lateral .panel-default:nth-child(1) .panel-heading.activo a{
    color: #FFF;
}


/*.submenu_lateral_qsomos{*/
.panel_menu_lateral .panel-default:nth-of-type(1)>.panel-collapse
{
    margin: 10px 10px 10px 4px;
    background: #fbfafa;
    border-left: 1px solid #71b6d5;
}

.panel_menu_lateral .panel-default:nth-of-type(1)>.panel-collapse a{
    background: #fbfafa;
    color: #7c7770;
    font-size: 14px;
    font-weight: lighter;
    padding: 0;
    margin: 0 0 3px 9px;
    border: none;
    text-align: left;
    height: 25px;
}

.panel_menu_lateral .panel-default:nth-of-type(1)>.panel-collapse a:hover,
.panel_menu_lateral .panel-default:nth-of-type(1)>.panel-collapse a.activo
{
    color: #414042;
    text-decoration: none;
}

.panel_menu_lateral .panel-default:nth-of-type(1)>.panel-collapse a.activo:before
{
    content: url('../images/seta_sub_menu_qsomos.svg');
    width: 6px;
    height: 19px;
    display: inline-block;
    position: relative;
    left: -11px;
    top: 0px;
    margin: 0 -6px 0 0;
}

/*-------------------------------------*/
/*	       MENU LATERAL PRODUTOS       */
/*-------------------------------------*/


.panel_menu_lateral .panel-default:nth-of-type(2) {
    background: #fbfafa;
}

.panel_menu_lateral .panel-default:nth-of-type(2) .panel-heading{
    background: #fbfafa;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.panel_menu_lateral .panel-default:nth-of-type(2) .panel-heading.activo{
    background: #51b748;
    color: #fff;
}

.panel_menu_lateral .panel-default:nth-of-type(2) .panel-heading.activo a{
    color: #fff;
}

.panel_menu_lateral .panel-default:nth-of-type(2) .panel-heading.activo a:after{
    content: url('../images/seta_down_branca.svg');
    width: 10px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: 7px;
    top: -2px;
}

/*#SubProdutosLateral{*/
.panel_menu_lateral .panel-default:nth-of-type(2)>.panel-collapse
{
    margin: 10px 10px 10px 4px;
    background: #fbfafa;
    border-left: 1px solid #51b748;
}

.panel_menu_lateral .panel-default:nth-of-type(2)>.panel-collapse a{
    background: #fbfafa;
    color: #7c7770;
    font-size: 14px;
    font-weight: lighter;
    padding: 0;
    margin: 0 0 3px 9px;
    border: none;
    text-align: left;
    height: 25px;
}

.panel_menu_lateral .panel-default:nth-of-type(2)>.panel-collapse a:hover,
.panel_menu_lateral .panel-default:nth-of-type(2)>.panel-collapse a.activo
{
    color: #414042;
    text-decoration: none;
}

.panel_menu_lateral .panel-default:nth-of-type(2)>.panel-collapse a.activo:before
{
    content: url('../images/seta_sub_menu_produtos.svg');
    width: 6px;
    height: 19px;
    display: inline-block;
    position: relative;
    left: -11px;
    top: 0px;
    margin: 0 -6px 0 0;
}


/*
#SubMenuLaurodermeLateral,
#SubMenuMedicamentosLateral {
*/
.panel_menu_lateral .panel-default:nth-of-type(2)>.panel-collapse>.panel-collapse {
    margin: 0 0 0 10px;
}

/*#SubMenuMedicamentosLateral a.activo:before*/
.panel_menu_lateral .panel-default:nth-of-type(2)>.panel-collapse>.panel-collapse a.activo:before
{
    left: -21px;
}


/*#SubMenuCosmLateral{*/
.panel_menu_lateral .panel-default:nth-of-type(2)>.panel-collapse>.panel-collapse>.panel-collapse {
    margin: 0 0 0 10px;
}

.panel_menu_lateral .panel-default:nth-of-type(2)>.panel-collapse>.panel-collapse>.panel-collapse a.activo:before{
    left: -31px;
}


.seta_down:after{
    content: url('../images/seta_submenu_produtos_down.svg');
    width: 10px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: 7px;
    top: -1px;
}




/*----------------------------------------------*/
/*	                  NOTICIAS           		*/
/*----------------------------------------------*/


.panel_menu_lateral .panel-default:nth-of-type(3) .panel-heading a:after{
    content: url('../images/seta_menu_noticias_down.svg');
    width: 10px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: 7px;
    top: -2px;
}

/*.div_menu_lateral_noticias.activo{*/
.panel_menu_lateral .panel-default:nth-of-type(3) .panel-heading.activo {
    background: #f37022;
    color: #FFF;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 0 0 0 -5px;
    padding: 0 0 0 5px;
}
.panel_menu_lateral .panel-default:nth-of-type(3) .panel-heading.activo a{
    color: #FFF;
}


.panel_menu_lateral .panel-default:nth-of-type(3) .panel-heading.activo a:after{
    content: url('../images/seta_down_branca.svg');
    width: 10px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: 7px;
    top: -2px;
}


/*.submenu_lateral_noticias{*/
.panel_menu_lateral .panel-default:nth-of-type(3)>.panel-collapse
{
    margin: 10px 10px 10px 4px;
    background: #fbfafa;
    border-left: 1px solid #f37022;
}

.panel_menu_lateral .panel-default:nth-of-type(3)>.panel-collapse a{
    background: #fbfafa;
    color: #7c7770;
    font-size: 14px;
    font-weight: lighter;
    padding: 0;
    margin: 0 0 3px 9px;
    border: none;
    text-align: left;
    height: 25px;
}

.panel_menu_lateral .panel-default:nth-of-type(3)>.panel-collapse a:hover,
.panel_menu_lateral .panel-default:nth-of-type(3)>.panel-collapse a.activo
{
    color: #414042;
    text-decoration: none;
}

.panel_menu_lateral .panel-default:nth-of-type(3)>.panel-collapse a.activo:before
{
    content: url('../images/seta_sub_menu_noticias.svg');
    width: 6px;
    height: 19px;
    display: inline-block;
    position: relative;
    left: -11px;
    top: 0px;
    margin: 0 -6px 0 0;
}

/*----------------------------------------------*/
/*	           FARMACOVIGILANCIA           		*/
/*----------------------------------------------*/

.div_menu_lateral_farmacovigilancia h4.activo{
    background: #ffcb05;
    color: #FFF;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 0 0 0 -5px;
    padding: 0 0 0 5px;
}
.div_menu_lateral_farmacovigilancia h4.activo a{
    color: #FFF;
}






/*----------------------------------------------*/
/*	     COLUNA LATERAL PESQUISA PRODUTOS  		*/
/*----------------------------------------------*/

.coluna_lateral_pesq_prods h1{
    font-size: 25px;
    font-weight: lighter;
    padding: 0 10px;
}

.btn-group{
    width: 100%;
    margin:  17px 0 0 0;
}

.dd_pesq_prods{
    width: 87%;
    font-size: 12px;
    text-align: left;
    color: #727272;
    line-height: 20px;
}
.dd_pesq_prods:hover{
    background: #FFF;
    color: #727272;
    border-color:#cfcfcf;
}


.btn_pesq_prods,
.btn_pesq_prods:hover,
.btn_pesq_prods:focus {
    color:#fff;
    background-color:#71b6d5;
    border-color:#cfcfcf;
    /*width: 35px;*/
    width: 13%;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle,
.btn:active{
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.dropdown-menu{
    box-shadow: none;
    /*width: 87%;
    border-radius: 0;
    border: none;
    background: #1364b0;
    margin: 0;
    font-size: 12px;
    color: #FFF;
    padding: 11px 8px 20px 0;
    left: auto !important;
    right: auto !important;
}
.dropdown-menu li{
    cursor: pointer;
}
.dropdown-menu>li>a{
    padding:9px 8px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space: normal;

}

.dropdown-menu>a{
    color: #727272;
    word-break: break-all;
}


.dropdown-menu ul{
    padding: 0 0 0 1.2em;
    margin: 0;
    white-space: normal;
    list-style: none;
}

.dropdown-menu ul li{
    margin: 0;
    line-height: 20px;
    cursor: pointer;
}

.dropdown-menu ul li>a{
    color: #727272;
    white-space: normal;
}

.dropdown-menu ul li>a:hover{
    color: #727272;
    text-decoration: none;
}*/

.ddl_lateral {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    list-style: none;
    left: -1px;
    margin: 0;
    position: absolute;
    top: 39px;
    width: 85%;
    z-index: 1;
    overflow-y: auto;
    float: none;
    clear: both;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: #f0f0f0;
    color: #727272;
    padding: 11px 8px 20px 10px;
}

.ddl_lateral a,
.ddl_lateral a:hover{
    color: #727272;
    text-decoration: none;
    margin: 0 0 5px 0;
    display: block;
}

.ddl_lateral li:first-child{
    display: none;
}




/*----------------------------------*/
/*	       CONTEUDOS        		*/
/*----------------------------------*/

.conteudos {
    padding: 0 15px 0 40px;
    box-sizing: border-box;
    margin: 15px 0 0;
}

@media screen and (min-width:320px){
    .conteudos {
        padding: 0 15px 0 15px;
        box-sizing: border-box;
    }
}

@media screen and (min-width:480px){
    .conteudos {
        padding: 0 15px 0 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:767px){
    .conteudos {
        padding: 15px 15px 0 15px;
        box-sizing: border-box;
    }
    .conteudos_lauroderme{
        padding: 10px 15px 0 15px;
        box-sizing: border-box;
    }
    .conteudos_contactos{
        padding: 15px 15px 0 15px;
    }
    /*.home_destaques_geral{
        padding: 150px 0 0 0;
    }*/
}

.conteudos sup{
    font-size: 12px;
    top: -.3em;
}


.conteudos p{
    font-size: 16px;
    color: #7c7770;
    line-height: 22px;
    font-weight: 300;
}


.conteudos ul{
    font-size: 16px;
    color: #7c7770;
    line-height: 18px;
    font-weight: 300;
    /*list-style: circle;*/
    margin: 0 0 30px 0;
    list-style: none;

}

.conteudos ul li{
    margin: 5px 0;
    padding-bottom: 5px;
}
.conteudos ul li:before {
    content: "•";
    color: #084a8e;
    margin-right: 10px;
}


/*.qsomos_curiosidades:before{
content: url('../images/logo_59_anos_pq.png');
position: absolute;
left: -65px;
bottom: 0;
}*/

.qsomos_curiosidades h3{
    font-weight: bold;
    color: #7c7770;
    font-size: 18px;
}

.blue_box {
  padding: 20px;
  background: #084a8e;
  color: #FFF !important;
  margin: 10px;
  float: left;
  min-height: 310px;
}

.blue_box h1, .blue_box p, .blue_box h2 {
  color: #FFF;
}

.blue_box p {
  font-weight: 100;
}


h1.centered{
    text-align: center;
    margin: 0;
}

.virtudes h2 {
  font-size: 16px;
  font-weight: bold;
  color: #084a8e;
}

.blue_border_right {
  border-right: 1px solid #084a8e;
}

.hr_separador.taca{
    overflow: visible;
}

.hr_separador.taca:after{
    content: url('../images/taca.svg');
    height: 35px;
    width: 65px;
    display: block;
    margin: auto;
    position: relative;
    top: -31px;
}

.hr_separador_contactos:after{
    content: url('../images/icon_separador_contactos.svg');
    height: 35px;
    width: 95px;
    display: block;
    margin: auto;
    position: relative;
    top: -31px;
}

.hr_separador_contactos_form:after{
    content: url('../images/icon_separador_contactos_form.svg');
    height: 35px;
    width: 85px;
    display: block;
    margin: auto;
    position: relative;
    top: -28px;
}



.h2_underline{
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    display: inline-block;
    padding: 0 10px 5px;
    color: #484848;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 11px;
}

.p_center{
    font-size: 17px;
    font-weight: lighter;
    color: #7c7770;
    text-align: center;
    display: block;
    margin: auto;
}

.centered{
    text-align: center;
    margin: 0;
}


.ima_header_prods{
    margin: 10px 0 25px 0;
    width: 100%;
}



.h1_produtos{
    color: #51b748;
    font-size: 27px;
    font-weight: lighter;
    text-transform: uppercase;
}

.h1_produtos.blue {
    color: #1364b0;
}


.h1_produtos span{
    color: #007336;
    font-weight: normal;
    text-transform: uppercase;
}

.h1_produtos sup,
.h1_produtos_creme_maos sup,
.h1_produtos_anti_estrias sup{
    font-size: 14px;
    vertical-align: super;
}

.h1_produtos_creme_maos{
    color: #38a7db;
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}

.h1_produtos_creme_maos span{
    font-weight: bold;
    text-transform: uppercase;
}

.h1_produtos_anti_estrias{
    color: #f0689f;
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}

.h1_produtos_anti_estrias span{
    font-weight: bold;
    text-transform: uppercase;
}

p.p_verde{
    color: #51b748;
}


.h2_uppercase sup{
    font-size: 12px;
    vertical-align: super;
}

sup{
    font-size: 12px;
    /*vertical-align: super;*/
}


.h2_produtos{
    font-size: 18px;
    color: #484848;
    text-transform: uppercase;
}

.h2_produtos_lowercase{
    font-size: 18px;
    color: #484848;
    font-weight: lighter;
}

.h3_produtos{
    font-size: 18px;
    color: #484848;
    font-weight: lighter;
    line-height: 22px;
}

.h3_produtos span{
    font-size: 18px;
    color: #484848;
    font-weight: bold;
}


.ul_po_cutaneo{
    color: #b2b2b2;
    font-size: 16px;
    margin: 50px 0 0;
    padding: 15px 0 0 40px;
    list-style-type: circle;
}

.ul_po_cutaneo>li{
    font-weight: bold;
    color: #b2b2b2;
}

.ul_po_cutaneo ul{
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: #b2b2b2;
    font-family: 13px;
    font-weight: lighter;
}

.img_po_cutaneo{
    margin: 225px 0 0;
}

@media screen and (max-width:992px) {
    .img_po_cutaneo{
        margin: 70px 0 0 0;
    }
}


.div_precaucoes{
    background: #deefca;
    display: block;
    min-height: 130px;
    width: 100%;
    padding: 30px 50px;
    box-sizing: border-box;
    margin: 50px 0;
}

.div_precaucoes h4{
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #555;
    text-transform: uppercase;
    font-size: 20px;
}

.div_precaucoes p{
    color: #555;
    font-size: 18px;
    font-weight: 300;
}
.div_precaucoes sup{
    font-size: 9px;
}



/*.quad_cinza{
    background: #efefef;
    padding: 8px;
    font-size: 10px;
    width: 240px;
    box-sizing: border-box;
}*/


.img_center{
    text-align: right;
    display: inline;
}

@media screen and (max-width:992px) {
    .quad_cinza{
        background: #efefef;
        padding: 8px;
        font-size: 10px;
        width: 97%;
        box-sizing: border-box;
    }
    .img_center{
        margin: auto;
        display: inline-block;
        text-align: center;
    }
}


.quad_cinza p{
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.margin_top_150{
    margin-top: 150px;
}

@media screen and (max-width:992px) {
    .margin_top_150{
        margin-top: 1px;
    }
}



.conteudos .p_small{
    font-size: 13px;
}

.conteudos .p_xsmall{
    font-size: 11px;
}



.srm_collapse .panel-title{
    background: #FFF;
    padding: 0 0 0 7px;
    color: #92c951;
    border-bottom: 1px solid #8bbc55;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
}
.srm_collapse .panel-title a{
    color: #92c951;
}

.srm_collapse .panel-title a:after{
    /*content: url('../images/seta_submenu_produtos_down.svg');*/
    content: "+";
    width: 12px;
    height: 19px;
    display: inline-block;
    float: right;
    margin: 0 5px 0 0;
    transition: all 200ms ease-in-out;
    color: #92c951;
}


#sujeitos_receita_medica p{
    font-size: 17px;
}

.srm_collapse.active .panel-title a:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    clear: both;
}


#sujeitos_receita_medica .panel-body{
    background: #f6f6f6;
}


/*----------------------------------*/
/*	        CONTEUDOS NOTICIAS 		*/
/*----------------------------------*/


.h1_noticias{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #1364b0;

    font-weight: lighter;
}

/*.h1_noticias span{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #1364b0;
    color: #f37022;
    font-weight: bold;
}*/

.h2_uppercase{
    text-transform: uppercase;
    height: 40px;
    display: inline-block;
}

.h2_uppercase span{
    font-weight: bold;
}

.bot_noticias_ler_mais,
.bot_noticias_ler_mais:hover
{
    cursor: pointer;
    color:#1364b0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.bot_noticias_arquivo_ler_mais,
.bot_noticias_arquivo_ler_mais:hover
{
    cursor: pointer;
    color:#1364b0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}


.noticias_thumb{
    border: 1px solid #ddd;
    float: left;
    margin: 0 10px 0 0;
}

.paginacao_centrada{
    margin: auto;
    text-align: center;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus{
    color:#fff;
    background-color:#1364b0;
    background-color:#f37022;
    border-color:#ddd;
}

/*-------------------------------------------*/
/*	          RESULTADO PESQUISA      		 */
/*-------------------------------------------*/

.paginacao_resultado_pesquisa .pagination>li>a:hover,
.paginacao_resultado_pesquisa .pagination>li>span:hover,
.paginacao_resultado_pesquisa .pagination>li>a:focus,
.paginacao_resultado_pesquisa .pagination>li>span:focus{
    color:#fff;
    background-color:#1364b0;
    border-color:#ddd;
}

.link_result_pesq:hover{
    color: #333;
    text-decoration: none;
}

/*-------------------------------------------*/
/*	       CONTEUDOS FARMACOVIGILANCIA 		 */
/*-------------------------------------------*/

.h1_farmacovigilancia{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #ffcb05;
    text-transform: uppercase;
    font-weight: bold;
}


.quad_farmacovigilancia_top{
    background: #ffcb05;
    color: #FFF;
    text-align: center;
    margin: 35px 0 0 0;
    padding: 18px 85px;
    clear: both;
    float: none;
}


.no_color_link,
.no_color_link:hover{
    color: #7c7770;
}


/*---------------------------------------------------------------------------*/
/*	       CONTEUDOS MEDICAMENTOS NÂO SUJEITOS A RECEITA MÉDICA      		 */
/*---------------------------------------------------------------------------*/

.bot_saiba_mais,
.bot_saiba_mais:hover
{
    border: 3px solid #51b748;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 10px;
    cursor: pointer;
    color:#51b748;
    text-decoration: none;
    margin: 0 0 15px 25px;
    display: inline-block;
}





@media screen and (max-width:992px) {
    .img_rwd_small_tecnofer img{
        width: 100%;
    }

    .img_rwd_small_fluidox img{
        width: 100%;
    }

}



@media screen and (max-width:1200px) {
    .img_rwd_small_hemofissural img{
        width: 100%;
        margin: 20px 0 0 50px;
    }

    .img_rwd_small_fluidox img{
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:600px) {
    .img_rwd_small img{
        width: 100%;
    }
    .img_rwd_small_hemofissural img{
        width: 100%;
        margin: 0 auto;
    }

}


@media screen and (min-width:991px) {
    .img_rwd_small_hemofissural img{
        width: 100%;
        margin: 80px 0 0 50px;
    }
}



/*-------------------------------------------*/
/*	       CONTEUDOS CONTACTOS       		 */
/*-------------------------------------------*/

.contactos{
    margin: 0 0 0 0;
    padding: 0;
    border: none;
    border-top: 0;
}

.jumbotron{
    border: none;
    margin: -60px 0 15px;
    padding: 0;
    z-index: ;
}

.h1_contactos{
    color: #1364b0;
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top:25px;
}


.h1_contactos span{
    font-weight: bold;
    text-transform: uppercase;
}



.h3_contactos_xsmall{
    color: #71b6d5;
    font-size: 10px;
    font-weight: lighter;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0 0 25px 0;
}

.quads_contactos{
    text-align: center;
}

.quads_contactos h2{
    text-transform: uppercase;
}

.quads_contactos a{
    color: #71b6d5;
}


.icon_bots_mapa{
    cursor: pointer;
}


.form_contactos .form-control{
    margin: 0;
    background: #FFF;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 13px;
    font-weight: lighter;
    padding: 5px 15px;
    height: 40px;
    box-sizing: border-box;
    color: #ababab;
    border: 2px solid #b8daea;
    border-radius: 2px;
}

.no_padding_top_bottom{
    padding-top: 0;
    padding-bottom: 0;
}

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

.form-control.assunto_contactos{
    height: 150px;
    resize: none;
}

.btn_enviar_contactos,
.btn_enviar_contactos:hover{
    background: #71b6d5;
    color: #fff;
    text-transform: uppercase;
    margin: -25px 0 55px 0;
    font-size: 18px;
    width: 100%;
}

#video_homepage{
    width: 60% !important;
    height: 300px !important;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
  #video_homepage{
      width: 100% !important;
      height: 75px !important;
  }

}

.conteudos_lauroderme {
  font-size: 18px;
  color: #575757;
  font-weight: 300;
}

h1.produtos {
  color: #666;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}

h2.produtos {
  color: #92c951;
  font-size: 40px;
  font-weight: 300;
}

h2.noticias {
  color: #1364b0;
  font-size: 40px;
  font-weight: 300;
}

@media screen and (max-width:767px){
  h1.produtos {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }

  h2.produtos {
    color: #92c951;
    font-size: 20px;
    font-weight: 300;
  }

  h2.noticias {
    color: #1364b0;
    font-size: 20px;
    font-weight: 300;
  }

}

/*----------------------------------*/
/*	        MAPA DO SITE     		*/
/*----------------------------------*/


#mapa_site ul{
    margin: 20px 0 0;
}

#mapa_site .teste{
    background: url('../images/site_map_folder_base.png') no-repeat left 0px;
    list-style-type: none;
    margin-left: 0;
    font: 700 14px 'PT Sans', sans-serif;
    /*color: #1364b0;*/
    padding-left: 40px;
    padding-bottom: 5px;
}

#mapa_site ul a {
    color: #7c7770;
    text-decoration: none;
}
#mapa_site ul a:hover {
    color: #7c7770;
    text-decoration: underline;
}

#mapa_site ul>li>ul {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 35px;
    margin-left: -33px;
    height: auto;
    border-left: 1px solid #1364b0;
}

#mapa_site ul>li>ul>li>ul {
    margin-left: -13px;
}

#mapa_site ul>li>ul>li {
    font: 700 14px 'PT Sans', sans-serif;
    padding-left: 0px;
    margin-left: 5px;
}
#mapa_site ul>li>ul>li:before {
    content: url('../images/site_map_folder_base.png');
    position: relative;
    left: -20px;
    top: 6px;
}

#mapa_site .mapasite_li_qsomos,
#mapa_site .mapasite_li_qsomos ul li a{
    color: #1364b0;
}

#mapa_site .mapasite_li_qsomos:before,
#mapa_site .mapasite_li_qsomos li:before {
    content: url('../images/site_map_folder.png');
    position: relative;
    left: -20px;
    top: 6px;
}


#mapa_site .mapasite_li_produtos,
#mapa_site .mapasite_li_produtos ul li,
#mapa_site .mapasite_li_produtos ul li a {
    color: #58ba4f;
}
#mapa_site .mapasite_li_produtos ul{
    border-left: 1px solid #58ba4f;
}

#mapa_site .mapasite_li_produtos:before,
#mapa_site .mapasite_li_produtos li:before {
    content: url('../images/site_map_folder_prods.png');
    position: relative;
    left: -20px;
    top: 6px;
}

/*NOTICIAS*/
#mapa_site .mapasite_li_noticias,
#mapa_site .mapasite_li_noticias ul li,
#mapa_site .mapasite_li_noticias ul li a {
    color: #f37022;

}
#mapa_site .mapasite_li_noticias ul{
    border-left: 1px solid #f37022;
}

#mapa_site .mapasite_li_noticias:before,
#mapa_site .mapasite_li_noticias li:before {
    content: url('../images/site_map_folder_noticias.png');
    position: relative;
    left: -20px;
    top: 6px;
}

/*FARMACOVIGILANCIA*/
#mapa_site .mapasite_li_farmaco,
#mapa_site .mapasite_li_farmaco ul li,
#mapa_site .mapasite_li_farmaco a {
    color: #ffcb05;

}

#mapa_site .mapasite_li_farmaco a:hover {
    color: #ffcb05;
}

#mapa_site .mapasite_li_farmaco ul{
    border-left: 1px solid #ffcb05;
}

#mapa_site .mapasite_li_farmaco:before,
#mapa_site .mapasite_li_farmaco li:before {
    content: url('../images/site_map_folder_farma.png');
    position: relative;
    left: -20px;
    top: 6px;
}

/*Contactos*/
#mapa_site .mapasite_li_contactos,
#mapa_site .mapasite_li_contactos ul li,
#mapa_site .mapasite_li_contactos a {
    color: #00aeef;

}

#mapa_site .mapasite_li_contactos a:hover {
    color: #00aeef;
}

#mapa_site .mapasite_li_contactos ul{
    border-left: 1px solid #00aeef;
}

#mapa_site .mapasite_li_contactos:before,
#mapa_site .mapasite_li_contactos li:before {
    content: url('../images/site_map_folder_contactos.png');
    position: relative;
    left: -20px;
    top: 6px;
}

.img_dispositivosMedicos {
    width: 95%;
    max-width: 750px;
}

.esquema_nitolic_container {
    text-align: center;
    width: 100%;
    float: left;
}

.esquema_nitolic {
    width: 100%;
    display: block;
    min-height: 80px;
    margin: 20px auto 0px auto;
}

.esquema_nitolic li {
    list-style-type: none;
    display: inline-flex;
    vertical-align: middle;
    height: 80px;
    width: 220px;
    padding-left: 90px;
    padding-right: 15px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: left;
}

.esquema_nitolic li:nth-child(1) {
    background: url('../images/Lauroderme_Nitolic_icon_01.png') no-repeat top left;
    background-size: 80px 80px;
}

.esquema_nitolic li:nth-child(2) {
    background: url('../images/Lauroderme_Nitolic_icon_02.png') no-repeat top left;
    background-size: 80px 80px;
}

.esquema_nitolic li:nth-child(3) {
    background: url('../images/Lauroderme_Nitolic_icon_03.png') no-repeat top left;
    background-size: 80px 80px;
    margin-right: 0px;
    padding-top: 15px;
}


/*Ovulider - 22022016*/

.ovulider_table tr td {

}

.ovulider_table tr td {
    color: #000000;
    font-weight: normal;
    padding: 5px 15px;
    font-size: 12px;
}

.ovulider_table tr:nth-child(even) {
    background-color: #f5d7e9;
}

.ovulider_table tr:nth-child(odd) {
    background-color:#eebbd7;
}

.ovulider_table tr:nth-child(1) td {
    background-color: #d45c9f !important;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    font-size: 15px !important;
}

.ovulider_table tr td:nth-child(1) {
    width: 32%;
    border-right: 1px solid #d45c9f;
}

.ovulider_table tr td:nth-child(1) span {
    display: block;
    font-weight: bold;
}

.ovulider_table tr td:nth-child(2) {
    font-size: 10px;
}

.ovulider_table tr:nth-child(1) td:first-of-type {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.ovulider_table tr:nth-child(1) td:last-of-type {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.ovulider_table tr:last-of-type td:first-of-type {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.ovulider_table tr:last-of-type td:last-of-type {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.ovulider_table sup {
    font-size: 9px;
    top: -.3em;
}





/*----------------------------------*/
/*	        FOOTER    AZUL  		*/
/*----------------------------------*/


.footer_azul{
    background: #1364b0;
    min-height: 294px;
    width: 100%;
    padding: 38px 0 0;
    box-sizing: border-box;
    color: #acc2d7;
    font-size: 12px;
    font-weight: lighter;
}

.footer_azul p{
    padding: 0 10px 0 0;
}

.logo_footer{
    margin: 0 0 20px 0;
}


.footer_azul h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: lighter;
}

.footer_azul h2{

    color: #acc2d7;
    font-size: 14px;
    font-weight: normal;
}


.footer_azul .glyphicon{
    color: #FFF;
}


.footer_azul a{
    color: #acc2d7;
}



.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn{
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:0px;
}


.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:7px}

.footer_azul .input-group-addon{
    background: #172227;
    color: #fff;
    border: 1px solid #172227;
    border-top-right-radius:7px;
    border-bottom-right-radius:7px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}


.footer {
    width: 100%;
    /*padding: 10px 0;*/
    box-sizing: border-box;
    color: #FFF;
    font-size: 12px;
    background: #1364b0;
    /*min-height: 90px;*/
    box-sizing: border-box;
    margin: 0;
    margin-top: 50px;
}

a.mapa_site {
  color: #FFF; font-size: 14px; font-weight: bold; text-decoration: none; text-transform: uppercase;
}

.footer .row {padding: 0; margin: 0;}

.footer_social{
    text-align: right;
    padding: 22px 0 0;
}

.footer_social a{
    float: right;
    margin-left: 15px;
}

/*.links_footer{
    font-size: 10px;
    text-align: center;
    font-weight: lighter;
    padding: 17px 0 0;
}*/

.links_footer a:hover{
    text-decoration: none;
}


.banner_video {
    width: 100%;
}


@media screen and (max-width: 767px) {
    .footer_azul_escuro {
        text-align: center;
    }
    .links_footer{
        font-size: 12px;
        text-align: center;
        font-weight: lighter;
        padding: 11px 0 ;
    }
    .footer_social{
        text-align: center;
        padding: 12px 0 0;
    }
    #video_homepage{
        height: 360px !important;
    }
}




/*----------------------------------*/
/*		LAYOUT BREAKPOINTS			*/
/*----------------------------------*/
@media screen and (max-width:767px){


}

/*----------------------------------*/
/*			IPAD PORTRAIT			*/
/*----------------------------------*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {


}

/*----------------------------------*/
/*			IPAD LANDSCAPE			*/
/*----------------------------------*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {


}

/*----------------------------------*/
/*		SMARTPHONE LANDSCAPE		*/
/*----------------------------------*/
@media screen and (max-width:640px) {


}

/*----------------------------------*/
/*		SMARTPHONE LANDSCAPE		*/
/*----------------------------------*/
@media screen and (max-width:960px){


}

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


}


/*----------------------------------*/
/*		SMARTPHONE PORTRAIT			*/
/*----------------------------------*/
@media screen and (max-width:320px){


}

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


}

@media screen and (min-width:1024px){


}

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

    .col-xs-12.img_rwd img{
        width: 100%;
    }
    .img_prods img{
        float: none;
        width: 100% !important;
    }
}
