@import url("https://fonts.googleapis.com/css2?family=Roboto");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: 0;
          box-sizing: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.display, header, .portada, .div_card, .div_btn_contacto, .div_btn_contacto .container_contacto, .div_btn_contacto .container_contacto a, .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  margin-bottom: 70px;
}

header {
  background-color: #13455e;
  height: 70px;
}

.title {
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
}

.title_1 {
  color: #fff;
  text-shadow: 1px 1px #ffa516;
}

.title_2 {
  color: #ffa516;
  text-shadow: 1px 1px #fff;
}

.portada {
  background-color: #dfeef0;
}

.img_portada {
  min-width: 100%;
}

.text_principal {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  color: #13455e;
  font-weight: 800;
}

.div_card {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #59abb3;
}

.div_btn_contacto {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.div_btn_contacto .container_contacto {
  border-radius: 5px;
  height: 70px;
  width: 100%;
  background-color: #13455e;
}

.div_btn_contacto .container_contacto .linea_btn_contacto {
  height: 3px;
  background-color: #59abb3;
  border: 0;
  width: 100%;
}

.div_btn_contacto .container_contacto a {
  font-size: 1.2em;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  background-color: #59abb3;
}

.div_btn_contacto .container_contacto a img {
  padding: 8px;
  border-radius: 5px;
  background-color: #3c959d;
  width: 30px;
}

.div_btn_contacto .container_contacto a span {
  padding: 0 10px;
}

.img_div_btn_contacto {
  margin-top: 5px;
  width: 50px;
}

.card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
  height: 180px;
  background-color: #59abb3;
  -webkit-box-shadow: 0px -1px 0 #499aa2 inset;
          box-shadow: 0px -1px 0 #499aa2 inset;
}

.card img {
  width: 60px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.cd_bg_2 {
  -webkit-box-shadow: 0px -1px 0 #59abb3 inset;
          box-shadow: 0px -1px 0 #59abb3 inset;
  background-color: #499aa2;
}

.card_escription {
  margin: 10px 0;
  padding: 0 5px;
}

.card_escription h3 {
  text-align: center;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .text_principal {
    font-size: 3em;
  }
  .card {
    width: 50%;
    background-color: #59abb3;
    -webkit-box-shadow: 1px 1px 0 #499aa2 inset;
            box-shadow: 1px 1px 0 #499aa2 inset;
  }
}
/*# sourceMappingURL=styles.css.map */