/****** header ********/
.header {
  display: flex;
  background-color: #ffffff;
  justify-content: space-around;
  align-items: center;
}
.header a {
  text-decoration: none;
  font-family: "mifuente", url(Rethink_Sans/static/RethinkSans-Bold.ttf);
  color: #034e7c;
}
.header a:hover {
  color: #f4a490;
}

.imglogont {
  width: 250px;
  padding-left: 30px;
}

/*** Cuadros Seccion 1/3/ ****/
.cuadro1 {
  background-color: #0084aa;
  border-radius: 40px;
  padding: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.cuadro2 {
  background-color: #1cacb7;
  border-radius: 40px;
  padding: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.cuadro3 {
  background-color: #034e7c;
  border-radius: 40px;
  padding: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.cuadro4 {
  background-color: #f4a490;
  border-radius: 40px;
  padding: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

/**** Footer *******/
footer {
  margin: 1%;
  text-align: center;
  padding: 5px;
}
footer .palabrasfooter {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .palabrasfooter .logoredes {
  width: 40px;
}
footer .palabrasfooter .pfooter {
  color: #034e7c;
  font-family: "mifuenteregular", url(../css/Rethink_Sans/static/RethinkSans-Regular.ttf) margin-bottom 0;
  font-size: 15px;
}
footer .palabrasfooter .redessociales {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}
footer .palabrasfooter .redessociales .redes {
  width: 25px;
}

/*# sourceMappingURL=estilos.css.map */
