/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 375px; 
   padding-right: 0;
    padding-left: 0;
	overflow-x:hidden;
}
.container .text-muted {
  margin: 20px 0;
}


.titulos {
   font-size: 30px;
    color: #333c6f !important;
    border-bottom: 1px solid #3394c7;
    padding-bottom: 10px;
    text-align: center;
}


.texto-parrafos {
      color: #555555;
}





