*, *:before, *:after {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: var(--fdarkgray);
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:root {
    --acolor: #07F;
    --white: #FFF;
    --yellow: #FE0;
    --darkyellow: #FD0;
    --lightyellow: #FC9;
    --darkgray: #444;
    --lightgray: #EEE;
    --gray: #999;
    --red: #E90000;
    --green: #191;
    --blue: #07F;
    --black: #111;
    --dark: #000;
    --green: #191;
    --orange: #F60;
    --radius: 4px;
    --radius2: 8px;
    --curved: 10px;
    --rounded: 50%;
    --transition: 0.8s;
    --scale: 1.1;
    --seconds: 1s;
}

body {
    background-color: #FFF;
}
h1 {
    font-size: 2em;
    font-weight: 400
}
h2 {
    font-size: 1.8em;
    font-weight: 600
}
h3 {
    font-size: 1.5em;
    font-weight: 800
}
h4 {
    font-size: 1.2em;
    font-weight: 500
}
p {
    margin-bottom: 15px
}
b, strong {
    font-weight: bold
}
mark {
    padding: 5px 10px;
    background: var(--gray)
}
ul {
    list-style: none
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}
small {
    font-size: 0.75em;
    color: var(--gray)
}
a {
    text-decoration: none;
    color: var(--blue)
}
a img {
    border: 0
}
label {
    cursor: pointer
}
object, embed, video, frame, iframe, iframe[style] {
    max-width: 100%;
    height: auto
}
textarea {
    resize: none
}
select {
    background: var(--white)
}

.container {
    float: left;
    width: 100%
}
.content {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 96%;
    max-width: 1440px
}
.contrast {
    color: var(--red);
    font-size: 1.8em;
    text-align: center
}
.paragraph {
    margin-top: 35px;
}
.indent {
    text-indent: 4em
}
.paragraph:first-letter {
    font-size: 1.2em
}
.fontzero {
    font-size: 0px
}
.left {
    text-align: left
}
.justify {
    text-align: justify
}
.center {
    text-align: center
}
.right {
    text-align: right
}
.left {
    text-align: left
}
.pointer {
    cursor: pointer
}
.bold {
    font-weight: 800
}
.radius {
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius)
}
.radius2 {
    border-radius: var(--radius2);
    -webkit-border-radius: var(--radius2);
    -moz-border-radius: var(--radius2)
}
.curved {
    border-radius: var(--curved);
    -webkit-border-radius: var(--curved);
    -moz-border-radius: var(--curved)
}
.ratio {
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100%;
    height: 0
}
.media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.map {
    border: 1px solid var(--red);
    box-shadow: 2px 6px 12px var(--gray)
}
.active {
    color: var(--red);
    text-decoration: underline
}

.paginator {
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
    color: var(--gray);
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;    
}
.paginator_item {
    display: inline-block;
    margin: 0 3px;
    padding: 4px 12px;
    background: #000;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.paginator_item:hover {
    background: #333;
}

.paginator_active,
.paginator_active:hover {
    background: #CCC;
}
.result,.resulter {
    background-color: var(--yellow);
    border-bottom: 3px solid var(--darkyellow);
    padding: 1.3em;
    margin-bottom: 0px;
    font-size: 1em;
    text-align: center;
    margin-top: 40px;
}
.input {
    border: 1px solid var(--gray);
    padding: 5px
}
.input:focus {
    background-color: var(--lightgray);
    box-shadow: 1px 1px 2px var(--gray)
}
.input-red {
    border: 2px solid #E90000;
    box-shadow: 1px 3px 6px #999;
}
.textarea {
    resize: none;
    border: 1px solid var(--gray);
    padding: 5px
}
.fixed {
    width: 100%
}
.btn {
    cursor: pointer;
    border: none;
    padding: 10px 25px;
    color: var(--white);
    background-color: var(--black);
    border-bottom: 2px solid var(--dark);
    vertical-align: top
}
.btn:hover {
    background-color: var(--dark);
    border-bottom: 2px solid var(--black)
}
.btn:active {
    position: relative;
    top: 1px
}
.btn_upload {
    background-color: var(--black);
    color: var(--dark);
}
.btn_upload:hover {
    background-color: var(--dark);
    color: var(--fblack)
}
.btn_padding {
    padding: 5px 15px
}
.separator {
    display: inline-block;
    width: 100%;
    margin: 30px 0px;
}
.zoom {
    -webkit-transition: all var(--transition) ease;
    -moz-transition: all var(--transition) ease;
    -ms-transition: all var(--transition) ease;
    -o-transition: all var(--transition) ease;
    transition: all var(--transition) ease
}
.zoom:hover {
    -webkit-transform:scale(var(--scale));
    -moz-transform:scale(var(--scale));
    -ms-transform:scale(var(--scale));
    -o-transform:scale(var(--scale));
    transform:scale(var(--scale))
}
.upload {
    margin-bottom: 10px
}
.clear {
    clear: both
}
.red {
    color: var(--red)
}
.blue {
    color: var(--blue)
}
.white {
    color: var(--white)
}
.gray {
    color: var(--gray)
}
.green {
    color: var(--fgreen)
}
.orange {
    color: var(--forange)
}
.yellow {
    color: var(--yellow)
}
.black {
    color: #000;
}
.circle {
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded)
}

#popinfompop {
    position: relative;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 700px;
    margin-top: -400px;
    margin-left: -260px;
    background-color: #222 !important;
    border: 2px solid #000;
    padding: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 6px 15px 30px #000;
    overflow: hidden;
}

#popinfompop_mobile {
    position: relative;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 500px;
    margin-top: -240px;
    margin-left: -185px;
    background-color: #222 !important;
    border: 2px solid #000;
    padding: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 6px 15px 30px #000;
    overflow: hidden;
}

.popupclose {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #CCC;
    padding: 2px 5px;
    color: #D90000;
    border: 2px solid #000;
    cursor: pointer;
    z-index: 999999999;
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 17px;
}

.closeinfompop {
    float: right;
}

.printinfompop {
    height: 700px;
}

.printinfompop_mobile {
    height: 500px;
}


.alert {
    padding: 10px;
    background-color: #FFE;
    border: 1px solid #FA9;
    text-align: justify;
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}

header .header {
    
}

.btn1, .btn2 {
    display: block;
    margin-top: 30px;
}
.btn3 {
    display: block;
    margin-top: 0px;
}

.btn0 {
    display: block;
    margin-top: 15px;
}

.blink {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    10% {
        opacity: 0.5;
    }
}

.subheader {
    display: inline-block;
    width: 100%;
    background: #000;
    padding: 50px 0px;
    text-align: center;
    margin: 30px 0px -5px 0px;
}
.main-home {
    background: #E6C400;
    margin: 0 auto;
    padding: 10px 0;
}
.main-base {
    margin: 0 auto 40px auto;
    padding: 10px 0;
}
.main-footer {
    padding: 100px 0px 110px 0px;
    margin: 0 auto 40px auto;
}
.main-footer div {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}
.main-footer .contacts {
    margin-top: 20px;
    font-size: 1em;
}

.main-fotter .contacts-copy {
    font-size: 12px !important;
}

.main-footer .contacts li {
    margin-right: 10px;
    display: inline;
}

.main-footer .contacts li:last-of-type {
    margin-right: 0px;
}

.data-footer {
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.data-footer ul {
    text-align: left !important;
    margin: 20px 0px 0px 0px;
}
.data-footer ul li {
    display: block !important;
}
.data-footer-div {
    margin-bottom: 5px;
}
.configs-themes {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 60px;
    height: 60px;
}

.fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
    width: 100%;
    height: 100%;
}
.simplecopy {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    font-size: 0.8em;
    color: #999;
}
.simplecopy a {
    color: #999;
    text-decoration: underline;
}

.report {
    display: inline-block;
    width: 100%;
    border: 1px solid #EEE;
    padding: 5px;
}

.report .results-statement {
    float: left;
    width: 19%;
    margin-right: 1.25%;
    font-size: 0.75em;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.report .results-statement:nth-of-type(5n+0) {
    margin-right: 0px;
    border-right: none;
}

.report .results-7divs {
    float: left;
    width: 14%;
    margin-right: 0.28%;
    font-size: 0.75em;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.report .results-7divs:nth-of-type(7n+0) {
    margin-right: 0px;
    border-right: none;
}

.report .results-invoices {
    float: left;
    width: 16%;
    margin-right: 0.8%;
    font-size: 0.75em;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.totals {
    background: #DDD;
}

.box3,.box4 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}

.games {
    display: none;
}

.games4 {
    display: block;
}
.games4 img {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.slideshow {
    position: relative;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 200px;
    padding: 0px;
    margin: 0px;
}

#slides {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity var(--seconds);
    -moz-transition: opacity var(--seconds);
    -o-transition: opacity var(--seconds);
    transition: opacity var(--seconds);
}

.slide img {
    height: 250px;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.header {
    position: relative;
    background: #5400B2;
}

.header .logo {
    float: left;
    max-width: 16em;
}

.header .mobile {
    position: absolute;
    right: 10px;
    top: -110px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    background: #CCC url(../../storage/images/mobile.png) center center no-repeat;
    z-index: 99999999;
}

.header .mobile:hover {
    background-color: var(--gray-l);
}

.header .mobile:active {
    background-color: var(--gray-h);
}

.box2,.b2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.footer ul {
    text-align: center;
}

.footer ul li {
    display: inline;
    margin-right: 10px;
}

.footer ul li:last-of-type {
    margin-right: 0px;
}

.footer p {
    color: #888;
}

.footer b {
    color: #888;
}

.footer a {
    color: #888;
}

.footer .launcher {
    margin-top: 20px;
}

.footer .copyright {
    font-size: 0.8em;
    text-align: center;
    color: #888;
}

.footer .intellectual-property {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 11px;
}

.footer .intellectual-property a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
}

.footer .copy {
    margin: 0px;
}

.title {
    margin: 0px 0px 20px 0px;
    font-weight: 300;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 290px;
    background-color: #FEA;
    border: 1px solid #FE9;
    box-shadow: 3px 9px 18px var(--gray-a);
    color: #333;
    text-align: left;
    padding: 2px 5px;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 15px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
}
.checkbox input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkbox label {
    position: relative;
    padding-left: 2.2em;
    display: inline-block;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
    width: 1.5em;
    background: var(--white);
    margin-right: 0.5em;
    border: 1px solid #999;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.checkbox label::after {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 0.75em;
    transform: translate(-50%, -50%);
    font-size: 1em;
    color: var(--white);
    opacity: 0;
    transition: all 0.2s ease;
}
.checkbox label:focus::before, .checkbox label:hover::before {
    background: var(--gray-d);
}
.checkbox input:checked + label::before {
    background: #ff7212;
    border-color: #ff7212;
}
.checkbox input:checked + label::after {
    opacity: 1;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray-d);
    border-radius: 100%;
    background: transparent;
    border: 1px solid #CCC;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f60;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 319px */
@media (max-width: 19.9375em) {
    .content {
        padding: 20px 0;
        width: 96%;
    }
}

/* 320px */
@media (min-width: 20em) {

}

/* 480px */
@media (min-width: 30em) {
    .content {
        padding: 20px 0;
        width: 94%;
    }
}

/* 600px */
@media (min-width: 37.5em) {
    .content {
        padding: 20px 0;
        width: 92%;
    }
    .games4 {        
        display: none;
    }    
}

/* 768px */
@media (min-width: 48em) {
    .content {
        padding: 20px 0;
        width: 90%;
    }
}

/* 919px */
@media (max-width: 57.4375em) {
    .nav {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #111;
        z-index: 99;
        overflow: hidden;
        overflow-y: auto;
    }

    .nav_item {
        float: left;
        width: 100%;
        position: relative;
    }

    .nav_item > a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #DDD;
        font-weight: bold;
        font-size: 0.875em
    }

    .nav_item:hover,
    .nav_item > a:hover {
        background: #111;
        color: #FFF;
    }

    .nav_sub,.nav_sub_sub{
        float: left;
        width: 100% !important;
        padding: 10px;
        background: #111;
        display: none;
    }

    .search .input {
        margin-left: 14px
    }

    .nss {
        font-weight: bold
    }

    .nav_sub_item {
        float: left;
        width: 100%;
    }

    .nav_sub_item a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFF;
        font-size: 0.8em;
    }

    .nav_sub_item a:hover {
        background: #07F;
    }
}

/* 960px */
@media (min-width: 60em) {
    .content {
        padding: 20px 0;
        width: 92%;
    }
    
    .box3 {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
    }
    
    .box3:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    
    .games {
        display: block;
    }
   
    
    .b2 {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 0px;
    }
    
    .b2:nth-of-type(2n+0) {
        margin-right: 0px;
    }    
    
    .box4 {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 0px;        
    }
    
    .box4:nth-of-type(4n+0) {
        margin-right: 0px;
    }    
    
    .box2 {
        width: 68.5%;
        margin-right: 1.5%;
        margin-bottom: 0px;
        text-align: right;
    }
    .box2:nth-of-type(2n+0) {
        width: 30%;
        margin-right: 0px;
        text-align: left;
    }
}

/* 1024px */
@media (min-width: 64em) {
    .content {
        padding: 20px 0;
        width: 94%;
    }
}

/* 920px */
@media (min-width: 57.5em) {
    .content {
        padding: 20px 0;
        width: 96%;
    }
	
    .header .mobile {
        display: none;
    }
	
    .nav {
        float: left;
        text-align: right;
        margin-top: 5em;
        margin-left: 60px;
    }

    .nav-ext {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .nav-admin {
        margin-top: 1em;
    }

    .nav_item {
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }

    .search {
        vertical-align: top;
        margin-top: 1px;
    }

    .search input {
        padding: 3px 8px 4px 8px;
        font-size: 0.9em;
        width: 100px;
    }
    .search input[type="text"] {
        padding: 3px 8px 2px 8px;
    }

    .search .btn_search {
        cursor: pointer;
        border: none;
        color: #FFF;
        background: var(--black);
        font-weight: bold;
        padding: 3px 8px 2.5px 8px;
    }
    .search .btn_search img {
        height: 14px;
    }
    .nav_item .btn,.nav_item .btn:hover {
        margin-left: 12px;
        margin-right: 9px;
        border: 1px solid var(--fdarkred);
        background: var(--red);
        color: var(--white);
    }

    .nav_seta {
        padding-right: 20px !important;
    }

    .nav_item {
        margin-right: 0px !important;
    }

    .nav_item:last-of-type {
        margin-right: 0px;
    }

    .nav_item > a {
        float: left;
        padding: 5px 8px;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFF;
        background: var(--black);
        border: none;
        font-size: 0.75em;
        font-weight: bold;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_item > a:hover {
        background: var(--black);
        color: #FFF;
        border: none;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_item .nav_blank {
        float: left;
        padding: 5px 0px 5px 1px;
        text-transform: none;
        text-decoration: none;
        color: var(--black);
        background: transparent;
        border: none;
        font-size: 0.75em;
        font-weight: bold;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .nav_item .nav_blank:hover {
        background: transparent;
        color: var(--black);
        border: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .nav_item .nav_blank img {
        height: 16px;
    }

    .nav_sub {
        display: none;
        position: absolute;
        top: 20px;
        left: 0;
        width: 210px;
        background: var(--black);
        padding: 5px;
        box-shadow: 1px 1px 3px #999;
        text-align: left;
        z-index: 99;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        margin-top: 1px;
    }

    .nav_sub_item {
        position: relative;
        float: left;
        width: 100%;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        list-style-image: none;
        list-style-type: none;
    }

    .nav_sub_sub {
        display: none;
        position: absolute;
        top: -5px;
        left: 226px;
        width: 240px;
        background: var(--lightgray);
        padding: 5px;
        text-align: left;
        z-index: 99;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .search .input {
        margin-left: 0px
    }

    .nav_item:hover .nav_sub,
    .nav_item > a:hover .nav_sub {
        display: block;
    }

    .nav_sub_item:hover .nav_sub_sub,
    .nav_sub_item > a:hover .nav_sub_sub {
        display: block;
    }

    .nav_sub_sub_item {
        float: left;
        width: 100%;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        list-style-image: none;
        list-style-type: none;
    }

    .nav_sub:focus {
        margin-bottom: -1px;
    }

    .nav_sub_sub:focus {
        margin-bottom: -1px;
    }

    .nav_sub_item a {
        float: left;
        width: 100%;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #FFF;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_sub_item a:hover {
        background: var(--lightgray);
        color: var(--black);
    }

    .nav_sub_sub_item a {
        float: left;
        width: 100%;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #00268C;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_sub_sub_item a:hover {
        background: #FFF;
        color: var(--black);
    }

}

/* 1120px */
@media (min-width: 70em) {

}

@media (min-width: 80em) {

}