@charset "utf-8";

html {
	
  font-size: 16px;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.one {
 /* color: white;*/
  background-color: #002151;
 /* margin: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;*/
}

.one1 {
 /* color: white;*/
	background-color: #000000;}

.btn-primary-spacing {
margin-right: 5px;
	margin-bottom: 5px !important;}

h1 , h3 , h4 , h5  {font-family:"Bitter", serif !important;
	font-weight: bold;
}
p {font-size: 1rem;
font-family:"Bitter", serif !important;
	text-align: justify;
}

li {
font-family:"Bitter", serif !important;
	text-align: justify;
}

/*fonte w3css*/
/*p:hover, h1:hover, a:hover {
  background-color: red;
}*/

.card:hover{
     transform: scale(1.15);
  box-shadow: 0 20px 30px rgba(0,0,0,.32), 0 4px 8px rgba(0,0,0,.6);
}