html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
a {text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-weight: 500;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.8em;}
h3 {border-bottom:1px dashed #999 !important;}
a  {color:#EC407A;}
table {width: 100%;}
ul#socialContact {list-style-type: none;display: flex;padding: 0;justify-content: center;}
ul#socialContact li {width:50%;text-align: center;}
ul#socialContact li i {font-size: 4em;}
#wrapperHeader {background: #2196F3;position: fixed;top:0;left:0;width: 100%;}
#wrapperwrapperPage {margin-top: 56px;}
header {display: flex;justify-content: center;}
#wrapperHeader header p a {color:#fff;}
#wrapperHeader header p a:hover {text-decoration: none;}
.container {width:1170px;margin:0 auto;}
#wrapperPage {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;align-items: flex-start;-webkit-align-items: flex-start;-moz-align-items: flex-start;-ms-align-items: flex-start;}
body {color: rgba(0,0,0,0.87);background:#fafafa;font-family:'Roboto', Helvetica, arial, sans-serif;height:auto;width:auto;font-weight: 300;margin:auto;font-size: 16px;line-height: 150%;}
strong {font-weight: 500;}
div#header {width:100%;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;-moz-justify-content: space-between;-ms-justify-content: space-between;justify-content:space-between;}
div#reserved {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;-webkit-justify-content: flex-end;-moz-justify-content: flex-end;-ms-justify-content: flex-end;justify-content: flex-end;font-size:0.9em;margin:0;-webkit-align-items: flex-start;-moz-align-items: flex-start;-ms-align-items: flex-start;align-items: flex-start;}
div#reserved .fa {font-size: 1.5em;margin: 1px 8px 0 12px;}
section {width:100%;
display: -webkit-flex;display: -moz-flex;display: -ms-flex;display:flex;
/*-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;*/
-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
}
span.web {font-weight: 500;}
span.designer {font-weight: 300;}
.containerFooter {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
article {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:4%;-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
footer {position: fixed;bottom:0;width: 100%;text-align:center;color:rgba(255,255,255,0.50);background:#212121;}