body.cup-mainbg {
    background: #fff !important;
    border-bottom:0; 
    padding-top: 0;
}

header .str-top {
    display: none;
}

.mob-hide {
    border-top: 2px solid #FF2D30;
    border-bottom: 1px solid #10103D;
}

.title-marca {
    color: #fff;
    float: right;
    font-size: 1.25rem;
    line-height: 50px;
    margin-right: 15px;
}

.banner-temp {
    width: 100%;
}

.cup-menu-desk {
    height: 100px;
    background: #fff;
}

.cup-menu-desk ul li a {
    color: #10103D;
    font-size: 0.875rem;
    font-weight: 500;
}

.cup-menu-desk ul li {
    border-right: 0;
    border-left: 0;
}

.cup-menu-desk ul li:hover a {
    background: #fff;
}


.cup-menu-desk ul li a, .cup-menu-desk ul li img {
    line-height: 100px;
}

.cup-slider .slider-msg {
    display: none;
}

.mobile {
    margin-top: 100px;
    background:#F2F2F2;
}

.mobile img.app {
    margin-top:-100px; 
}

.mobile h1, .mobile h2 {
    color: #216A00;
    font-size: 2rem;
    margin-top: 40px;
    font-weight: 600;
}

.mobile h2 {
    font-size: 1.25rem;
    margin-top: 100px;
    font-weight: 400;
}

.app1 {
  margin: 30px 0 10px 0;  
}

.card {
    border-radius: 2px;
    margin: 15px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.titulo-interna {
    font-size: 1rem;
    color: #10103D;
    font-weight: 600;
    margin-top: 10px;
    border-left: 3px solid #FF2D30;
    padding-left: 5px;
}

.footer-template {
    background: #10103D;
}

footer {
    background: #10103D;
    color: #fff;
    font-size: 0.75rem;
    line-height: 50px;
}

.footer-desk {
    display: block;
}

.footer-mobile {
    display: none;
}


footer .termos {
    float: right;
}

footer span a {
    color: #fff;
    text-decoration: underline;
    margin-left: 20px;
}

#background {
    background: url(../assets/img/banner.png);
    background-position: center;
    background-size: cover;
    height: 500px; width: 100%;
  }


#background>div>h2 {
    position: absolute;
    margin-top: 200px;
    margin-left: 50px;
    color:#fff;
    font-size: 2.5rem;
    font-weight: 600;
}
#background>div>h3 {
    position: absolute;
    margin-top: 250px;
    margin-left: 50px;
    color:#fff;
    font-size: 1rem;
    font-weight: 400;
}

.submenu-interno {
    margin: 0 auto;
    width: 56%;
    margin-top: 30px;
    min-width: 350px;
}
.submenu-interno li {
    float:left;
}

.submenu-interno li a {
    color: #10103D;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0 10px;
}

.interno-menu {
    width: 350px;
}

  
  @media (min-width: 480px) {
      #background { height: 200px; }
  }
  
  @media (min-width: 768px) {
      #background { height: 400px; }
  }
  
  @media (min-width: 992px) {
      #background { height: 500px; }
  }



@media screen and (max-width: 979px) {
    .fs-row {
        width: 100% !important;
    }
}

@media screen and (max-width: 979px) {
    .str-top {
        display:  block !important;
    }
    .banner-box {
        width: 100% !important;
    }
    .mobile img.app {
        margin-top: -50px;
    }

    .mobile h1 {
        margin-top: 10px;
        text-align: center;
    }

    .mobile h2 {
        margin-top: 0px;
        text-align: center;
    }

    .mobile img.app, .banner {
        width: 100%; 
    }

    .mobile {
        margin-top: 70px;
        padding-bottom: 30px;
    }

    .container-app {
        text-align: center;
    }
    
    .loja-app {
        width: 40%; 
    }
    
    .footer {
        height: 100% !important;
    }

    .footer-desk {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    footer .termos {
        float: none;
        text-align: center;
    }

    .copyright-gosystem {
        text-align: center;
    }

    #background>div>h3 {
        margin-top: 300px;
    }

    #background>div>h2 {
        position: absolute;
        margin-top: 100px;
        margin-left: 50px;
        color:#fff;
        font-size: 2.5rem;
        font-weight: 600;
    }
    #background>div>h3 {
        position: absolute;
        margin-top: 150px;
        margin-left: 50px;
        color:#fff;
        font-size: 1rem;
        font-weight: 400;
    }
}


@media screen and (max-width: 768px) {
	.str-top {
        display:  block !important;
    }
    .banner-box {
        width: 100% !important;
    }
    .mobile img.app {
        margin-top: -50px;
    }

    .mobile h1 {
        margin-top: 10px;
        text-align: center;
    }

    .mobile h2 {
        margin-top: 0px;
        text-align: center;
    }

    .mobile img.app, .banner {
        width: 100%; 
    }

    .mobile {
        margin-top: 70px;
        padding-bottom: 30px;
    }

    .container-app {
        text-align: center;
    }
    
    .loja-app {
        width: 40%; 
    }
    
    .footer {
        height: 100% !important;
    }

    .footer-desk {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    footer .termos {
        float: none;
        text-align: center;
    }

    .copyright-gosystem {
        text-align: center;
    }

    #background>div>h3 {
        margin-top: 300px;
    }

    #background>div>h2 {
        position: absolute;
        margin-top: 100px;
        margin-left: 50px;
        color:#fff;
        font-size: 2.5rem;
        font-weight: 600;
    }
    #background>div>h3 {
        position: absolute;
        margin-top: 150px;
        margin-left: 50px;
        color:#fff;
        font-size: 1rem;
        font-weight: 400;
    }

}

@media screen and (max-width: 499px) {
    .str-top {
        display:  block !important;
    }

    .fs_grid_cell, .fs-grid .fs-row [class*="fs-cell"] {
        width: 100%;
    }

    .mobile img.app {
        margin-top: -50px;
    }

    .mobile h1 {
        margin-top: 10px;
        text-align: center;
    }

    .mobile h2 {
        margin-top: 0px;
        text-align: center;
    }

    .mobile img.app, .banner {
        width: 95%; 
    }

    .mobile {
        margin-top: 70px;
        padding-bottom: 30px;
    }

    .container-app {
        text-align: center;
    }
    
    .loja-app {
        width: 80%; 
    }
    
    .footer {
        height: 100% !important;
    }

    .footer-desk {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    footer .termos {
        float: none;
        text-align: center;
    }

    .copyright-gosystem {
        text-align: center;
    }

    #background>div>h3 {
        margin-top: 165px;
    }
      

}