@charset "UTF-8";
/* CSS Document */

.bg {background: #c53718 url("../img/dots.png") center no-repeat / cover;}

.objetivo {background-image: url("../img/objetivo.png");}

p, li, label {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	font-size:1.2rem;
}

.list-group-item {border-top: 1px solid #fff; text-indent:-5px;}

form {border-radius:10px;}

.section-head {margin-top:68px;}

h1, h2, h3, h4, h5, h6 {font-family: 'Lansdowne', sans-serif;}

h1 {line-height:2rem; font-size:3rem;}

mark {background-color:#fff; color:#4c342e;}

.bg-laranja {background-color:#f9b236;}
.bg-vermelho {background-color:#c53718;}
.bg-marrom {background-color:#4c342e;}
.bg-verde {background-color:#19b0b5;}
.bg-cru {background-color:#D5D2C6;}
.bg-azul {background-color:#00EEF3;}

.borda-rosa {border-bottom: 10px solid #c63e7f;}

.btn-dark {background-color:#4c342e; color:#fff; font-family:'Lansdowne'; font-size:1.5rem; border:none;}

.btn-light {background-color:#c53718; color:#fff; font-family:'Lansdowne'; font-size:1.5rem; border:none;}

.btn-dark:hover {background-color:#19b0b5;}

.btn-light:hover {background-color:#fff;}

.laranja {color:#f9b236;}
.azul {color:#00EEF3;}
.vermelho {color: #c53718;}
.marrom {color: #4c342e;}

.borda-arredondada {border-radius:10px;}


button {width:100%;} 

.blockquote-footer a {color:#fef03e;}
.blockquote-footer a:hover {color:#fff;}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (max-width: 767.98px) {
	
.container {padding-right:30px; padding-left:30px;}
h3 {font-size: 1.3rem;}	
.navbar-nav {display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none;}	
	}

