@import "header.css";
@import "maincontent.css";
@font-face {
    font-family: 'roboto-regular';
    src:  url('../fonts/Fontes/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-light';
    src:  url('../fonts/Fontes/Roboto-Light.ttf');
    font-weight: lighter;
}
@font-face {
    font-family: 'roboto-bold';
    src:  url('../fonts/Fontes/Roboto-Bold.ttf');
    font-weight: bold;

}
body *{
    font-family: 'roboto-regular' !important;
}

/**NOVOS**/

#social-media {
    text-align: center;
    margin: 6rem auto 1rem;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    width: 100%;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

header .container {
    position: absolute;
    max-width: 1140px;
    left: calc(50% - 570px);
    bottom: 0;
    height: 100%;
    max-height: 787px;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 100;
    position: absolute;
    background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.6;
    width: 100% !important;
    height: 100%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.video-container video.fillWidth {
    width: 100%;
}

.container-text {
    z-index: 999;
    top: calc(50% - 150px);
    max-width: 1140px;
}

.img-destaque img {
    width: 100%;
}

header p {
    color: #fff;
}

* {
    font-size: 1rem;
}

.tit-banner {
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
}
.tit-bannerII{color: #FF1F43; font-weight: lighter; font-family: rubik-light !important;}

.navbar-brand img {
    width: 100%;
    height: auto;
    transition: all, 0.5s;
}
@media (min-width: 992px) {
    .logo-scroll{
        display: none;
    }

    .logo-top{
        display: inline;
    }
}

.navbar .navbar-brand {
    display: none;
}

.navbar.navbar-scrolled .navbar-brand {
    display: block;
}

.navbar-scrolled .logo-scroll {
    display: inline-table;
}

.navbar-scrolled .logo-top {
    display: none;
}

a.btn.btn-primary {
    background: transparent;
    border: 2px solid #ffffff;
    padding: 8px 29px;
    font-size: 22px;
    border-radius: 0;
    text-align: left;
    position: relative;
    border-radius: 6px;
}

a.btn.btn-primary span:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(-90deg);
}

.btn span {
    height: 100%;
    background: url(../src/img/bg-bt-seta.png);
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 22px 0 20px;
}


a.btn.btn-primary:hover:after {
    height: 100%;
    transition: all, 0.3s;
}

#mainNav .navbar-nav .nav-item .nav-link.active:after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    position: relative;
    z-index: 999999;
    bottom: -2px;
    background: red;

}

#mainNav .navbar-nav .nav-item .icon-xsolla {
    margin-right: 4px;
}

#mainNav.navbar-scrolled .navbar-nav .nav-item .icon-xsolla {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(346deg) brightness(101%) contrast(103%);
}

section#teste {
    padding: 2rem 0;
}

body#craques {
    background: url(../src/img/bg-craques.png);
    background-position: top center;
    background-size: cover;
    display: table;
    height: 100%;
    background-repeat: no-repeat;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    width: 165px;
    transition: all, 0.5s;
}

.navbar-scrolled a.navbar-brand.js-scroll-trigger {
    width: 130px;
    transition: all, 0.5s;
}

#contato input.form-control, #contato textarea {
    border-radius: 5px !important;
    padding: 1.6rem 0.75rem;
}

#contato textarea.form-control {
    border-radius: 0;
}

#contato a.btn.btn-sm.btn-primary {
    color: #FF1F43;
}

.bg-uruca {
    background-color: #ec681c;
}

#contato a.btn.btn-primary {
    color: #FF1F43;
    transition: all, 0.5s;
    padding: 13px 35px;
    font-size: 1.3rem;
    border-color: #FF1F43;
}
#contato a.btn.btn-primary:hover {
    color: #FF1F43;
    transition: all, 0.5s;
}

#contato .btn span {
    padding: 15px 22px 0 20px;
}

.container-complete .row {
    margin: 0;
}

.image-modal img {
    width: 100%;
}

.modal-content {
    background-color: #000;
    color: #fff;
}
.tumbs {
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
}
.conteudo-modal {
    padding: 19px 45px 0 8px;
}
.preco {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFDA00;
    float: left;
    margin: 0 14px 0 0;
}
.btn.btn-small {
    padding: 5px 9px !important;
    font-size: 1rem !important;
}
.tumbs {
    position: absolute;
    bottom: 29px;
    left: calc(50% - 283px);
}
.tumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 116px;
}
.tumbs ul li {
    float: left;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 8px 0 0;
}
.modal button.close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 3px;
    right: 8px;
    z-index: 1;
}
.team ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.team ul li {
    width: 33%;
    min-height: 262px;
    display: inline-table;
}
.team ul li img.profile {
    width: 113px;
    margin: 21px 0 12px;
    border-radius: 41px;
}
h2.title {
    font-family: roboto-light;
    font-weight: lighter;
    font-size: 2.5rem !important;
}

h3.subtitle {
    font-family: roboto-light;
    font-weight: lighter;
    font-size: 2rem !important;
}
a.ms-slide__link {
    box-shadow: 0 0 0 0px #fff inset;
    transition: all, 0.3s;
}
a.ms-slide__link:hover {
    color: #fff;
    box-shadow: 0 0 0 3px #fff inset;
    transition: all, 0.3s;
    text-decoration: none;
}
#contact .container {
    max-width: 800px;
}
.social-media ul {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}
.social-media ul li {
    display: inline-table;
    margin: 0 14px;
}
.social-media ul li i.icon {
    font-size: 1.7rem;
}
.social-media ul li a{
    transition: all,0.4s;
}
.social-media ul li a:hover {
    color: #ad2b08;
    text-decoration: none;
    transition: all, 0.4s;
}
.conteudo-modal p {
    font-size: 0.85rem;
    margin-bottom: 15px;
}

p.description-game {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 .5rem;
    border-radius: .25rem;
}

.text-content .title h2 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 1px;
    font-weight: 600;
}

@media (max-width: 1574px){
    .img-destaque img {
        width: 500px;
        margin: 0 auto;
        display: table;
    }
    header .container {
        max-height: 612px !important;
    }
}

@media (max-width: 1018px){
    header .container {
        max-height: 750px !important;
        left: 0;
        width: 100% !important;
    }
}
@media (max-width: 991px){
    img.logo-top {
        display: none;
    }
    .ms--images.ms-container--horizontal {
        width: calc(100% - 323px) !important;
        height: 400px;
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .img-destaque img {
        width: 100%;
    }
    .container-text {
        width: 100% !important;
        display: table !important;
        max-width: 100% !important;
        padding: 0;
        margin: 0 auto;
    }
    .ms--links {
        left: 0;
        top: calc(50% + 80px);
    }
    .container-complete .col-lg-8 {
        margin: 0 !important;
    }
    .ms--images .ms-slide__image-container {
        width: 100% !important;
        background-position: center;
    }

    .ms--images .ms-slide .ms-slide__image {
        background-size: contain;
    }
    header .container {
        height: calc(100% - 132px);
        top: 185px;
        left: 0;
    }
    .container-complete .row {
        width: 100%;
        margin: 0;
    }
    .slider-cont {
        overflow: hidden;
        padding: 49px 0 0;
    }
    .ms--links {
        left: 15px !important;
        top: calc(50% + 80px);
    }
    .ms-container.ms--descript.ms-container--vertical {
        left: 17px !important;
        width: 80%;
        top: calc(50% - 63px);
    }
    .ms--descript ul li p {
        font-size: 0.8rem;
        line-height: 0.8rem;
        background: #000000a8;
        padding: 0 11px;
        border-radius: 9px;
    }
    .tumbs {
        display: none;
    }
    .conteudo-modal {
        padding: 21px 50px;
    }
    .col-sm.image-modal {
        height: 346px;
        overflow: hidden;
    }
    .image-modal img {
        position: absolute;
        top: calc(50% - 232px);
    }
    .modal-content {
        overflow: hidden;
    }
    .ms--titles.ms-container--vertical .ms-slide {
        text-align: left;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
    }
    img.logo-top {
        display: none;
    }
}
