
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
*{
  marging:0px;
  padding:0px;
  font-family: 'Montserrat', sans-serif;
}


body{
  background: url("imagens/fundo.jpg") no-repeat 50% 50%;
  height: 100%;
}

h1{
  width: 250px !important;
  margin: 0px auto;
}
h1 img{
  width: 100%;
}
.head{
  height: 250px;
  width: 100%;
}

section{
  text-align: center;
      position: relative;
    bottom: 50px;
}
.texto b{
  color: #e9353d;
  font-weight: bolder;
}

.texto {
  width: 600px; 
  margin: 30px auto ;
}

h3{
  font-weight: bolder;
  color: #0095d5;
}

footer{
  width: 100%;
  height: 177px;
}
.social {
  margin-bottom: 50px;
}
.social a{
  margin: 15px;
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
  -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
.social a i{
  color: #2f495c;
  font-size: 40px;
}