.bootstrap-filestyle label{
	width: 100%;
}
.bootstrap-filestyle {
	margin-bottom: 10px;
}
.bootstrap-filestyle .group-span-filestyle {
width: 95%;
}

#address{
	    width: 90%;
}
h2 {
   
    font-family: ninonormal !important;
}
.group-span-filestyle  .fa{
	float: left;
}


.group-span-filestyle  .buttonText{
	font-family: ninonormal;
}

   

 .error{
 	font-family: ninonormal;
 	color: red;
 	font-size: 15px;
 }

 #sig-canvas {
  border: 2px dotted #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
}

.sig-submitBtn{
    float: left;
    margin-right: 18px;
}
.agreementdiv{
	margin-top: 10px;
}

.agreement{
	font-size: 12px;
	float: left;
	display: block;
	width: 100%;
	font-family: ninonormal;
}

#sig-submitBtn{
	    height: 41px;
    font-size: 15px;
    text-align: center;
    display: block;
    font-family: ninonormal;
}



#container-main {
  margin: 40px auto;
  max-width: 960px;
  min-width: 320px;
  width: 95%;
}
 
.tittle {
  font-size: 40px;
  text-shadow: 4px 4px 5px rgb(16, 142, 174);
}
 
.accordion-container {
  clear: both;
  margin: 20px 0 20px;
  width: 100%;
}
 
.accordion-titulo {
  background-color: rgb(60, 179, 209);
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding: 20px;
  position: relative;
  text-decoration: none;
}
.accordion-titulo.open {
  background-color: rgb(16, 142, 174);
  color: #ffffff;
}
.accordion-titulo:hover {
  background-color: rgb(16, 142, 174);
}
 
span.toggle-icon:before {
  content: '+';
}
 
.accordion-titulo.open span.toggle-icon:before {
  content: '-';
}
 
.toggle-icon {
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
}
 
.accordion-content {
  display: none;
  overflow: auto;
  padding: 20px;
}
 
.parrafo {
  margin: 0;
}
 
.img-acordion {
  display: block;
  float: left;
  height: auto;
  margin: 0 15px 10px 0;
  width: 50%;
}
  
@media screen and (max-width: 767px) {
  .accordion-content {
    padding: 10px 0;
  }
}


ul{
	color: #565758  !important;
} 