  body{
    min-width: 300px;
  }

/* HEADER */

  header{
    position: fixed;
    top:0;
    margin-top: 0;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 9999;
  }

  header .atend{
    right: 10px;
    position: absolute;
    margin-left: 0;
  }

  header .center{
    width: 100%;
    padding:10px;
  }

  .logo{
    width: 170px;
  }

  .logo img{
    width: 100%;
  }

  /* menu */

    nav{
      margin-top: 25px;
    }

    nav .menu_mobile{
      position: relative;
      float: right;
      margin-right: 20px;
      margin-top: 20px;
      width: 40px;
      height: 40px;
      border:1px solid #3A3A3A;
      border-radius:5px;
      background:url(../images/icon-menu.png) 2px 2px no-repeat;
      cursor:pointer;
    }

    nav .menu_mobile:hover{
      background-color:#293891;
    }

    nav .menu{
      display: none;
      background:#585858;
      box-shadow:0 2px 2px rgba(0, 0, 0, 0.4);
      position: absolute;
      right: 20px;
      top:115px;
      width:200px;
    }

    nav .menu li{
      width: 100%;
      text-decoration: none;
      list-style: none;
    }

    .tab{
      color:#dbdbdb;
      border-bottom:1px solid #3A3A3A;
      border-radius:0;
      margin:0;
      transition:none;
    }

    li:hover > .tab, #current_tab{
      background-color:#293891;
    }

/* banner */

.banner{
  width: 100%;
  overflow:hidden;
  padding: 0;
  margin-top:115px;
  position: relative;
  background: white;
  border-bottom:5px solid #E30613;
}

.banner .center{
  width:100%;
}

.banner img{
  display: block;
  width: 125%;
  left:-25%;
  margin:0;
}

.banner .text{
  margin-right: 20px;
}

.banner .text p{
  color:black;
  text-shadow:0 1px 2px rgba(256, 256, 256, 0.5);
  font-size: 16px;
}

/* servicos */

.servicos{
  border-bottom: 1px dashed #585858;
  padding: 10px 0;
}

.serv{
  width: 45%;
  margin: 2.5%;
  float: left;
  border:1px solid #393b92;
  border-radius: 5px;
}

div.prod{
  padding:0;
  width: 29.333%;
  margin:2%;
}

.prod .title{
  font-size: 14px;
  word-break: break-all;
}

.prod .text{
  padding: 0;
}

.prod .tipo{
  padding: 5px;
  border:1px solid #1a3493;
  border-radius:6px;
  margin:10px 0;
  background: #c3cef2;
  transition: all 0.3s;
}

.prod .tipo:hover{
  background: white;
}

.prod .tipo p{
  line-height: 14px;
  font-size: 14px;
  margin:2px 0;
}

.box_somos{
  border:8px double #cab752;
}

.hosp_price{
  width: 100%;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 20px;
  border:1px solid #878888;
  border-radius:5px;
  font-size: 20px;
  color:#2ab346;
  transition: all 0.4s;
}

.hosp_price:hover{
  color:white;
  background:#878888;
}

.contact_us{
  position: relative;
  width: 250px;
  margin: 50px auto;
  padding: 30px 28px;
  text-align: center;
  background: url(../images/bg-contact-us.png) 0 0 no-repeat;  
  background-size: 100%;
}

.contact_us .destaque{
  color:#a2a0a0;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
}

.contact_us img{
  position: absolute;
  width: 100%;
  left: 0;
  bottom:-40px;
}



.video-container {
	position: relative;
	padding-bottom: 55%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post-content{
	max-width:350;
	max-height:350;
}
.post-content img{
	max-width:100%;
}

/* rodapé */

footer{
  padding-top:20px;
  background-size:cover;
}

footer *{
  color:white;
  text-align: left;
}

footer .text p{
  font-size: 0.8em;
  margin-bottom: 8px;
  margin-left:0;
}

footer .center > p:last-child{
  margin-bottom: 20px;
}

/* ------ General Styles ----- */ 

  /* align */
.center{
  min-width: 300px;
  width: 80%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
  margin:2.5%;
  width:95%;
}


.full_width{
  position:relative;
  width:100%;
}

#mg-top-0{
  margin-top: -80px;
  clear:none;
}

.aln-right{
  float: right;
}

.aln-left{
  float: left;
}

.aln-center{
  margin:auto;
  float: none;
  display: block;
}

.clear{
  clear: both;
}

.clear-menu{
  position: relative;
  top: 111px;
}

.inline{
  display: inline;
}

.n-margin{
  margin-top: 0;
  margin-left: 0;
  margin-right: 25px;
}

.row{
  position: relative;
  clear: both;  
}

section{
  position: relative;
  display: table;
  width: 100%;
  clear:both;
  padding-bottom: 20px;
}

section .content{
  padding: 50px 0;
}



      /* text */

.text-aln-center{
  text-align: center;
}

.text-aln-right{
  text-align: right;
}


h2{
  margin-bottom: 20px;
}

strong, b{
    font-family: "opensans";
    color: #286BFF;
}

p{
  font-family: 'opensans';
  line-height:1.3em; 
}

.ps{
  font-size: 12px;
}

.list{
  padding: 0 20px;
}

li{
  list-style-position:inside;
  font-family: 'opensans';
  font-size: 1em;
}

h1{
  font-size:26px;
}

.title{
  margin:10px 0;
  margin-bottom: 20px;
  color: #393b92;
}

.sub_title{
  color:#878888;
  font-size: 20px;
}
.text a.link{
  word-break:break-all;
  border-bottom:1px dotted;
}

.text a.link:hover{
  text-decoration: none;
}

li.list-title{
  font-family:'RobotoB';
  font-size: 1.2em;
  color:#FA3737;
}

.topic-description{
  padding: 23px;
  color:#2B2B2B;
  font-family: 'opensans';
  line-height:1.5em;
}

.text{
  padding:10px;
  margin:10px;
}

.text p{
  margin-bottom: 12px;
  margin-left: 10px;
  line-height: 1.6em;
}

cite{
  font-size: 18px;
  margin:0;
  color:#8E8E8E;
}


    /* midia */

.text-box{
  border-radius: 8px;
  padding:15px; 
  border:2px dashed #f68b1f;
}

.row{
  padding: 20px 0; 
  border-top:1px solid #DFE0E0;
  border-bottom:1px solid #DFE0E0;
}

.line{
  border-top:1px solid;
}

.overflow{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.animate{
  transition:all 1s;
}

.video{
  height: 380px;
  margin-bottom: 20px;
}

.icon-square{
  position: relative;
  display: inline-block;
  width: 30px;
  height:30px;
}

.icon{
  position: relative;
  display: inline-block;
  margin-bottom: -7px;
  border-radius: 100%;
  width: 20px;
  height:20px;
}

.icon div{
  position: absolute;
  top:50%;
  left: 50%;
  background: url(images/icons.png);
  background-repeat: no-repeat;
}

.icon div.tel{
  margin-top: -10px;
  margin-left: -5px;
  width: 100%;
  height: 100%;
  background-position: 0 -16px;
}

.icon div.telw{
  margin-top: -12px;
  margin-left: -12px;
  width: 100%;
  height: 100%;
  background-position: 0 1px;
}

.icon div.email{
  margin-top: -8px;
  margin-left: -12px;
  width: 100%;
  height: 100%;
  background: inherit 100%;
  background-position: 0 -37px;
}

#map{
  width: 100%;
  height:400px;
}

#logo_publiwork{
  position: absolute;
  display: inline-block;
  height: 40px;
  margin-top: -25px;
  right: 0;
}

.box img{
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.master_box{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 40px;
}

.image{
  width: 100%;
}


      /* links */

.link:hover{
  color:black;
  cursor: pointer;
  text-decoration: underline;
}

.btn{
  display: inline-block;
  clear: both;
  padding: 6px 15px;
  margin:15px 0;
  font-family: 'opensans';
  font-size: 1em;
  border-radius:4px;
  border:none;
  cursor: pointer;
  background: #009bdb;
  color:white;
  transition:all 0.5s;
}

.btn:hover{
  background:#1c9b2f;
}

/* outros */

form{
  display: table;
}

form label{
  margin-top: 10px;
  text-align: left;
  float:left;
}

form .field{
  border:none;
  position: relative;
  color:#8d888d;
  margin-bottom: 15px;
  padding: 10px;
  border:1px solid #A69F9F;
  border-bottom-width:5px;
  z-index: 999;
  font-size: 1em;
  transition:all 0.8s;
}

form .field:focus{
  border-color:#2ab346;
  outline: none;
}

form textarea{
  height: 142px;
  min-height: 142px;
  max-height: 142px;
}
