/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.networks {
  padding-top: 85px;
  height: 400px;
  background-color: #45b4f0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .networks {
    padding-top: 43px;
    height: 339px;
  }
}
.networks > .pe {
  position: absolute;
  color: rgba(255, 255, 255, 0.55);
}
.networks > .pe.point {
  font-size: 20px;
}
.networks > .pe.plus-pe {
  font-size: 10px;
}
.networks > .pe:before {
  color: rgba(255, 255, 255, 0.55);
}
.networks h2 {
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .networks h2 {
    margin-bottom: 42px;
  }
}
.networks .icons {
  width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .networks .icons {
    width: calc(100% - 20px);
    padding: 0 20px;
  }
}
.networks .icons .icon {
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  width: 75px;
  height: 75px;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 1;
}
.networks .icons .icon .text {
  text-align: center;
  margin-top: 104px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .networks .icons .icon .text {
    font-size: 16px;
    margin-top: 109px;
  }
}
.networks .icons .icon:before {
  position: absolute;
  font-size: 35px;
}
.networks .icons .icon.twitter-logo-pe {
  margin-right: 70px;
}
@media only screen and (max-width: 600px) {
  .networks .icons .icon.twitter-logo-pe {
    margin-right: 0px;
  }
}
.networks .icons .icon.twitter-logo-pe:before {
  color: #049ff6;
  left: 20px;
  top: 24px;
}
.networks .icons .icon.facebook-logo-pe {
  margin-right: 70px;
}
@media only screen and (max-width: 600px) {
  .networks .icons .icon.facebook-logo-pe {
    position: absolute;
    left: calc(50% - 37px);
  }
}
.networks .icons .icon.facebook-logo-pe:before {
  color: #39579a;
  left: 28px;
  top: 22px;
}
.networks .icons .icon.instagram-logo-pe {
  float: right;
}
.networks .icons .icon.instagram-logo-pe:before {
  color: #d70b5c;
  left: 19px;
  top: 22px;
}
@media only screen and (max-width: 600px) {
  .networks .icons .icon.linked-in-logo-pe {
    display: none;
    position: absolute;
    left: calc(50% - 37px);
  }
}
.networks .icons .icon.linked-in-logo-pe:before {
  color: #007ab9;
  left: 20px;
  top: 21px;
}
