@font-face {
  font-family: 'Poppins';
  src: url('tipografia/Poppins-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Reg';
  src: url('tipografia/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-medium';
  src: url('tipografia/Poppins-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Poppins'; 
}


H1 {
	margin-top: 100px;
  font-size: 50px; 
  font-weight: 600;
  color: #322b2a;
}

i {
  font-size: 70px !important;
}

.text-center {
  text-align: center;
}

h2 {
	margin-bottom: 75px;
  font-size: 40px; 
  font-weight: 600;
  color: #322b2a;
}

a {
  color: #0b4a92;
  text-decoration: none;
}

h3 {
  font-family: 'Poppins-Reg';
  font-size: 1.3rem;
}

.col-12 {
  width: 100%;
}

.container {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.bg-color {
  background-color: #E1E7F3;
  margin: 15px;
  padding: 30px;
}

.mb-3 {
  margin-bottom: 3rem;
}

.bar {
  border: solid 1px #0b4a92; 
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}
.px-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.span-link {
  font-family: 'Poppins-medium';
}

.m-25 {
  margin: 25px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.hover:hover {
  color: #e1261f;
}

.d-flex {
  display: flex;
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 25%;
  }
  .d-md-flex {
    display: flex;
  }
}