* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.space1n {float: left; width: 100%; height: 10px; clear: both;}
.space2n {float: left; width: 100%; height: 20px; clear: both;}
.space3n {float: left; width: 100%; height: 30px; clear: both;}
.space4n {float: left; width: 100%; height: 40px; clear: both;}
.space5n {float: left; width: 100%; height: 50px; clear: both;}
.space6n {float: left; width: 100%; height: 60px; clear: both;}
.space7n {float: left; width: 100%; height: 70px; clear: both;}

.img-left {margin-right: 10px;}
.img-right {margin-left: 10px;}

@font-face{
    font-family:'ProximaNova';
    font-style:normal;
    font-weight:400;
    src:url('fonts/proximanova-regular-webfont.woff') format('woff');
}
@font-face{
    font-family:'ProximaNova Bold';
    font-style:normal;
    font-weight:400;
    src:url('fonts/proximanova-bold-webfont.woff') format('woff');
}
@font-face{
    font-family:'ProximaNova Light';
    font-style:normal;
    font-weight:400;
    src:url('fonts/proximanova-light-webfont.woff') format('woff');
}
@font-face{
    font-family:'ProximaNova Semibold';
    font-style:normal;
    font-weight:400;
    src:url('fonts/proximanova-semibold-webfont.woff') format('woff');
}

body {
    font-family:'ProximaNova Light', sans-serif;
    margin: 0;
    background: #f2f2f2;
    padding: 20px 20% 0;
    background: url('bg.png');
}
strong, b {font-family:'ProximaNova Bold', sans-serif; font-weight: 400;}



.section-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin: 60px auto;
}
.card {
    float: left;
    background-color: #e1e1e1;
    padding: 20px;
    width: 313px;
    margin: 0 20px;
    box-sizing: border-box;
    text-decoration: none;
}
.card:hover {
    background-color: #d7d7d7;
}

.card h2 {
    font-family:'ProximaNova', sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
}


p {
    font-family:'ProximaNova', sans-serif;
    font-size: 18px;
    color: #333333;
    line-height: 1.3;
    text-align: center;
}

.logo-agenciasys{
    font-family:'ProximaNova Semibold';
    color: #0792ee;
    text-decoration: underline;
}

a {
    color: #333333;
}
