body {
	width: 100%;
	background-color: #f3f3f3;
}

.formulario {
	display: inline-block;
	position: relative;
	text-align: center;
}

.cliente-bg {
    background-color:  #fff; 
}

.container {
    float: left;
    width: 100%;
}

#header {
    height: 70px;
    padding: 10px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFF;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
	text-align: center;
}

.content {
    margin: 0px auto;
    width: 90%;
}

.box {
    background: #FFF none repeat scroll 0% 0%;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #888;
    min-height: 500px;
	max-height: 100%;
}

#main2 {
    width: 95%;
    float: left;
    display: block;
    margin-left: 20px;
}

.marginbottom {
    margin-bottom: 20px;
}

.padding {
	padding: 15px;
}

#slides_control > div{
  height: 200px;
}
img{
  margin:auto;
}
#slides_control {
  position:relative;
  width: 500px;
  left:50%;
  top:20px;
 margin-left:-250px;
}



.borda-sublinhada{
  border-width: 1px;
  border-radius: 35px; 
  border-style: groove;
  border-color: #f00;
}

.borda-sublinhada-pendente{
  border-width: 2px;
  border-radius: 35px; 
  border-style: dashed;
  border-color: #f00;
}

.borda-sublinhada-enviada{
  border-width: 2px;
  border-radius: 35px; 
  border-style: dashed;
 
}

      .bg-gray{
        background-color: #ededed !important;
      }
      
      .border-left{
        border: 1px solid #dee2e6 !important;
        border-left: 0.5px solid #e80909!important;
      
      }

      .border{
        border: 1px solid #dee2e6 !important;      
      }
      
      .rounded{
         border-radius: .5rem !important;
      }    
     

      @media (min-width: 1000px) { 
        .pictureResponsive{
          height: 230px!important;
        }
      }
          
    .opacity { filter: opacity(50%); }

.cartao{
	padding: 6px;min-width:100px;width:calc(10vw);margin-bottom:5px
}

 @media (max-width: 800px) { 
    .content {
    	margin: 0px auto;
    	width: 96%;
	}
	
	#main2 {
		margin-left: 0px;
		width: 100%;
	}
	.btn{
		width: 98%;
		margin-bottom: 5px;
	}
	
	.cartao{
		width:calc(98vw);
	}
}   
 
.tituloCampos {
    color: #333;
    background-color: #fff;
    padding-left: 10px;
    position: relative;
    top: 10px;
    left: 10px;
    padding-right: 10px;
    z-index: 4;
}        

.tituloCamposCheck{
	display: block;
	width: 95%
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} 
      
.btn {
	line-height: 2;
}
 .tooltip {
  position: relative;
  display: contents;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 30%;
  margin-left: -90px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}