

@font-face {
  font-family: 'VanillaRavioli';
  src: 
    url('../fonts/vanillaravioli.ttf') format('truetype'),
    url('../fonts/vanillaravioli.woff2') format('woff2'),
       url('../fonts/vanillaravioli.woff') format('woff');
       
  font-weight: 400;   /* peso real do arquivo */
  font-style: normal;
  font-display: swap;
}

.FonteEspecial {
  font-family: 'vanillaravioli', sans-serif;
}

/*CSS apenas para o gradiente do body da pagina Decomposition*/
body.Decomposition  {
  font-family: "Poppins", sans-serif;
  color: #fb00ff;
  
  
  background: linear-gradient(to bottom, transparent, transparent, #930a0a);
  background-color: #000000;
  
}


body { /*Css do body básico da maioria dos sites*/
  font-family: "Poppins", sans-serif;
  color: #fb00ff;
  
  
  background: linear-gradient(to bottom, transparent, transparent, #0a5a93);
  background-color: #000000;
  
}



/*CSS apenas para o gradiente do body da pagina SDI - Sinfonia Del Inferno*/

body.SDI  {
  font-family: "Poppins", sans-serif;
  color: #fb00ff;
  
  
  background: linear-gradient(to bottom, transparent, transparent, #3f1600);
  background-color: #000000;
  
}


/*CSS apenas para o gradiente do body da pagina Ashes Of Jupiter*/

body.ASHES  {
  font-family: "Poppins", sans-serif;
  color: #fb00ff;
  
  
  background: linear-gradient(to bottom, transparent, transparent, #531d03);
  background-color: #000000;
  
}


/*CSS apenas para o gradiente do body da pagina Alter Ego*/

body.AlterEgo  {
  font-family: "Poppins", sans-serif;
  color: #fb00ff;
  
  
  background: linear-gradient(to bottom, transparent, transparent, #5900ffb9);
  background-color: #000000;
  
}

/*CSS apenas para o gradiente do body da pagina Blackjack*/
body.Blackjack  {
  font-family: "Poppins", sans-serif;
  color: #fb00ff;
  
  
  background: linear-gradient(to bottom, transparent, transparent, #3c3c3c);
  background-color: #000000;
  
}







.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.aling_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          padding-top: 35px;
  padding-bottom: 10px;
}

.aling_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fb00ff;
}

/*header section Index*/



/*Hero area Decomposition*/
.hero_area_Decomposition {
  height: 100vh;
  background-image: url(../images/WallpaperDecomposition.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


@media (max-width: 768px) {
  .hero_area_Decomposition {
    font-size: 38px; /* ou até menos */
    line-height: 1.2;
    /*padding: 0 20px;  evita que fique colado nas bordas */
    text-align: center;
    background-position: center top;

     background-image: url(../images/decomposition_coverV3.png);
     
  }
}


.hero_area_Decomposition::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 185%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#251e1e));
  background: linear-gradient(to top, transparent, transparent, #ff00002c);
}
  
.sub_page .hero_area_Decomposition {
  height: auto;
}
/*End Hero area Decomposition*/


/*Hero Area Index*/
.hero_index  {
  height: 100vh;
  background-image: url(../images/Wallpaper4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


@media (max-width: 768px) {
  .hero_index {
    font-size: 38px; /* ou até menos */
    line-height: 1.2;
    /*padding: 0 20px;  evita que fique colado nas bordas */
    text-align: center;
    background-position: center top;

     background-image: url(../images/Wallpaper4.png);
  }
}


.hero_index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 185%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#251e1e));
  background: linear-gradient(to top, transparent, transparent, #fb00ff);
}

.sub_page .hero_index{
  height: auto;
}



/*Arte 1 da tela do SDI*/

/*Hero area SDI*/
.hero_area_SDI2 {
  height: 100vh;
  background-image: url(../images/WallpaperSDI.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


@media (max-width: 768px) {
  .hero_area_SDI2 {
    font-size: 28px;
    line-height: 1.3;
    padding: 0 12px;
    text-align: center;
    background-position: center top;
    background-size: cover;
    background-image: url(../images/SDI_Wallpaper_mobile.png);
    min-height: 60vh;
  }
}

@media (max-width: 400px) {
  .hero_area_SDI2 {
    font-size: 28px;
    line-height: 1.3;
    padding: 0 12px;
    text-align: center;
    background-position: center top;
    background-size: cover;
    background-image: url(../images/SDI_Wallpaper_mobile_mobileV5.png);
    min-height: 60vh;
  }
}

.hero_area_SDI::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 185%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#251e1e));
  background: linear-gradient(to top, transparent, transparent, #933202);
}
  
.sub_page .hero_area_SDI {
  height: auto;
}
/*End Hero area SDI*/


/*Hero area Ashes Of Jupiter*/
.hero_area_ashes {
  height: 100vh;
  /*background-image: url(../images/ArteSteam.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


@media (max-width: 768px) {
  .hero_area_ashes {
    font-size: 38px; /* ou até menos */
    line-height: 1.2;
    /*padding: 0 20px;  evita que fique colado nas bordas */
    text-align: center;
    background-position: center top;

     background-image: url(../images/wallpaper1.jpg);
  }
}


.hero_area_ashes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 185%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#251e1e));
  background: linear-gradient(to top, transparent, transparent, #521f05b9);
}
  
.sub_page .hero_area_ashes {
  height: auto;
}
/*End Hero area Ashes Of Jupiter*/

/*Hero area Alter Ego*/

.hero_area_alter_ego {
  height: 100vh;
  /*background-image: url(../images/ArteSteam.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


@media (max-width: 768px) {
  .hero_area_alter_ego {
    font-size: 38px; /* ou até menos */
    line-height: 1.2;
    /*padding: 0 20px;  evita que fique colado nas bordas */
    text-align: center;
    background-position: center top;

     background-image: url(../images/wallpaper1.jpg);
  }
}


.hero_area_alter_ego::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 185%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#251e1e));
  background: linear-gradient(to top, transparent, transparent, #5900ffb9);
}
  
.sub_page .hero_area_alter_ego {
  height: auto;
}

/*Hero area Alter Ego*/


/*Hero area Blackjack*/

.hero_area_blackjack {
  height: 100vh;
  /*background-image: url(../images/ArteSteam.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


@media (max-width: 768px) {
  .hero_area_blackjack {
    font-size: 38px; /* ou até menos */
    line-height: 1.2;
    /*padding: 0 20px;  evita que fique colado nas bordas */
    text-align: center;
    background-position: center top;

     background-image: url(../images/wallpaper1.jpg);
  }
}


.hero_area_blackjack::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 185%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#454545));
  background: linear-gradient(to top, transparent, transparent, #3c3c3c);
}
  
.sub_page .hero_area_blackjack {
  height: auto;
}

/*Hero area Blackjack*/


.sub_page .class_section .owl-carousel .owl-nav {
  top: 55%;
}

.header_section {
  background-color: #000000;
  background: linear-gradient(to top, #0379f0 , black 90%);
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 28.5% 100%, 26.5% 86%, 0 84%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 100%, 28.5% 100%, 26.5% 86%, 0 84%, 0 0);
}

.header_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 45px;
  background: #000000;
  background: linear-gradient(to top, #fb00ff , black 90%);
  z-index: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 8% 100%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 100%, 8% 100%, 0 0);
}

.header_section .nav_container {
  margin: 0 auto;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_nav {
  position: relative;
  z-index: 9;
}

.main_nav .top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.main_nav .top_nav ul li {
  list-style-type: none;
}

.main_nav .top_nav ul li a {
  display: inline-block;
  color: #ffffff;
  margin: 10px 0 10px 35px;
}

.main_nav .top_nav ul li a img {
  max-width: 25px;
  max-height: 25px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

..navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start; /* Alinha à esquerda */
  margin: 0; /* Remove margens extras */
  padding: 0; /* Remove preenchimento extra */
} 

.navbar-brand img {
  width: 125px;
  margin-right: 5px;
}

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

.custom_nav-container {
  z-index: 99999;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}



.slider_section .row .col-md-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}

.slider_section .slider_heading {
  /*-webkit-transform: rotate(270.5deg) scaleX(-1);
          transform: rotate(270.5deg) scaleX(-1);*/
  position: absolute;
  left: -150px;
  top: -400px;
}

.slider_section .slider_heading h2 {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12rem;

  text-orientation: upright;

  background: linear-gradient(to top, #0379f0 , black 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  
  
}

.slider_section .slider_heading h2 span {
  color: #63f74f00;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.slider_section .detail-box hr {
  margin: 0 auto;
  border: none;
  width: 1.5px;
  height: 65px;
  background-color: #ffffff;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section #carouselExampleIndicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider_section #carouselExampleIndicators .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0 70px 45px 70px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  opacity: 1;
  display: none;
}

.slider_section .carousel-indicators li.active {
  display: inline-block;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  top: 45%;
  left: initial;
  right: 25px;
  width: 55px;
  height: 55px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #63f74f00;
  border-radius: 100%;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #ffffff;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  -webkit-transform: translateY(57%);
          transform: translateY(57%);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev-grey.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  -webkit-transform: translateY(-57%);
          transform: translateY(-57%);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next-grey.png);
}

.slider_section .number_box {
  width: 50px;
  position: absolute;
  left: 25px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #63f74f00;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .number_box hr {
  border: none;
  width: 1px;
  height: 200px;
  background-color: #1eff00;
  margin: 2rem 0;
}

/* end slider section */
.about_section {
  color: #ffffff;
}

.about_section .heading_container h2 {
  color: #fb00ff;
}

#Titulo_decomposition {
  color: #ff0000;
}
















/*Wallpapers */

/*PÁGINA SDI WALLPAPERS */

/*Arte 2 da tela do SDI*/


 . {
  padding: 100px; ;
  
  background-size: cover;
  background-color: #fb00ff00/*Aqui vai deixar transparente o fundo da sessao*/
}

@media (max-width: 450px) {
  .SDI_Container1 {
    background-image: url(../images/wallpaper1.jpg);
    padding: 50px;
  }
}

 .SDI_Container1 {
  padding: 100px; ;
  background-image: url(../images/WallpaperSDI_PersonagemV5.png);
  background-size: cover;
  background-color: #fb00ff00/*Aqui vai deixar transparente o fundo da sessao*/
}

@media (max-width: 450px) {
  .SDI_Container1 {
    background-color: #fb00ff00;/*Aqui vai deixar transparente o fundo da sessao*/
    background-image: none;
    padding: 50px;
  }
}






 .Decomposition_Container1 {
  padding: 100px; ;
  background-image: url(../images/SimbologiaV4.png);
  background-size: cover;
  background-color: #fb00ff00/*Aqui vai deixar transparente o fundo da sessao*/
}

@media (max-width: 450px) {
  .Decomposition_Container1 {
    padding: 50px 50px 50px 50px; 
    background-image: url(../images/SimbologiaV6.png);
    margin: auto;
    

  }
}

.SDI_Container2 {
  position: relative;
  padding: 100px;
  overflow: hidden; /* impede que o vídeo transborde */
}




/*Botao see more dos jogos V2*/

.botao_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}


.botao_download a{
  display: inline-block;
  padding: 10px 100px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #ffffff;
    -webkit-box-shadow: 0 0 35px 0 rgba(247, 79, 79, 0.7);
          box-shadow: 0 0 5px 0 rgba(212, 0, 255, 0.7);
}

.botao_download a:hover {
  background-color: #ffffff;
  color: #000000;
}

/*Botao 2*/
.botao_download_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 450px;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 450px) {
  .botao_download_2 {
    margin-top: 0px;
  }
}


.botao_download_2 a{
  display: inline-block;
  padding: 10px 100px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #ffffff;
    -webkit-box-shadow: 0 0 35px 0 rgba(255, 0, 0, 0.7);
          box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.7);
}

.botao_download_2 a:hover {
  background-color: #ffffff;
  color: #000000;
}





.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* coloca atrás do conteúdo */
}

.video-background iframe {
  width: 100%;
  height: 100%;
  pointer-events: none; /* impede clique no vídeo */
}









.about_section .about_container {
  padding: 45px;
  background-image: url(../images/about-4.png);
  background-size: cover;
  background-color: #fb00ff00
}


.about_section .about_contact2 {
  padding: 45px;
  background-image: url(../images/about-7.png);
  /*background-image: url(../images/teste.png);*/
  background-size: cover;
  background-color: #fb00ff00/*Aqui vai deixar transparente o fundo da sessao*/
}

.about_section .about_about {
  padding: 45px;
  background-image: url(../images/EdiçãoSaphireV4.png);
  /*background-image: url(../images/teste.png);*/
  background-size: cover;
  background-color: #fb00ff00/*Aqui vai deixar transparente o fundo da sessao*/
}

.about_section .about_index {
  padding: 45px;
  background-image: url(../images/about-4.png);
  /*background-image: url(../images/teste.png);*/
  background-size: cover;
  background-color: #fb00ff00/*Aqui vai deixar transparente o fundo da sessao*/
}

.about_section .about_donation {
  padding: 45px;
  background-image: url(../images/ArteDonationSemFundo.png);
  /*background-image: url(../images/teste.png);*/
  background-size: cover;
  background-color: #fb00ff00/*Aqui vai deixar transparente o fundo da sessao*/
}




.about_section .about_container .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about_section .about_container .detail-box p {
  margin-top: 25px;
}

.about_section .about_container .detail-box hr {
  margin: 0 auto;
  border: none;
  width: 1.5px;
  height: 125px;
  background-color: #ffffff;
}

.about_section .about_container .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
  margin: 35px auto 0 auto;
  -webkit-box-shadow: 0 0 35px 0 rgba(247, 79, 219, 0.7);
          box-shadow: 0 0 35px 0 rgba(230, 79, 247, 0.7);
}

.about_section .about_container .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.class_section {
  color: #ffffff;
  position: relative;
}

.class_section .row > div {
  position: unset;
}

.class_section .class_box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.class_section .class_box-container .box {
  position: relative;
}

.class_section .class_box-container .box .img-box {
  position: relative;
  padding-left: 75px;
  background-color: #00000000;
}

.class_section .class_box-container .box .img-box img {
  width: 100%;
}

.class_section .class_box-container .box .img-box .detail-box {
  /*Area para os botoes da sessao de classe*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 55px 0;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.class_section .class_box-container .box .img-box .detail-box button {
  background-color: #292929;
  border: none;
  width: 55px;
  height: 55px;
  margin: 0 10px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.class_section .class_box-container .box .img-box .detail-box button img {
  width: 20px;
  margin-left: 5px;
}

.class_section .class_box-container .box .img-box .detail-box h2 {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  line-height: 55px;
  margin-left: 15px;
}

.class_section .class_box-container .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

/*Botao see more dos jogos*/
.class_section .class_box-container .box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #ffffff;
  margin: auto;
  margin-bottom: 65px;
  

    -webkit-box-shadow: 0 0 35px 0 rgba(79, 180, 247, 0.7);
          box-shadow: 0 0 5px 0 rgba(79, 199, 247, 0.7);
}




.class_section .class_box-container .box .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.class_section .owl-carousel {
  position: unset;
}

.class_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-top: 55px;
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.class_section .owl-carousel .owl-nav .owl-prev,
.class_section .owl-carousel .owl-nav .owl-next {
  background-color: #000000;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 100%;
  outline: none;
  margin: 2px 0;
}

.class_section .owl-carousel .owl-nav .owl-prev:hover,
.class_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffffff;
}

.class_section .owl-carousel .owl-nav .owl-prev {
  width: 75px;
  height: 75px;
  background-image: url(../images/prev.png);
}

.class_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/prev-grey.png);
}

.class_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/next.png);
}

.class_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/next-grey.png);
}

.blog_section {
  color: #ffffff;
  overflow-x: hidden;
}

.blog_section .box {
  margin: 45px 0;
  background-color: #252525;
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  position: relative;
  padding-top: 75px;
  padding-bottom: 35px;
}

.blog_section .box .detail-box .img_date {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  text-align: center;
  background-color: #63f74f00;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog_section .box .detail-box .img_date h6 {
  margin: 0;
}

.blog_section .box .detail-box h3 {
  font-weight: bold;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
  margin-top: 35px;
}

.blog_section .box .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.blog_section .box.b1 .detail-box {
  padding-right: 35px;
}

.blog_section .box.b2 .detail-box {
  padding-left: 35px;
}

.blog_section .box.b2 .detail-box .img_date {
  left: 35px;
}

.client_section {
  color: #ffffff;
}

.client_section .heading_container{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.client_section .box .img-box {
  width: 125px;
  border-radius: 100%;
  margin-bottom: -62px;
  position: relative;
  z-index: 2;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 95px 25px 45px 25px;
  background-color: #050304;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
}

.client_section .box .detail-box p {
  margin-top: 25px;
}

.client_section .box .detail-box img {
  width: 35px;
  margin-top: 25px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  margin-top: 55px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 50px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 10px;
  outline: none;
  margin: 0;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev-arrow.png);
  background-color: #000000;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  background-position: 15px center;
}

.client_section .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/next-arrow.png);
  background-color: #ffffff;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
          
}

.info_section .info_main-row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
          
}

.info_section .contact_section {
  position: relative;
}

.info_section .contact_section h2 {
  font-weight: bold;
}

.info_section .contact_section form {
  margin-top: 45px;
  padding-right: 35px;
  margin-bottom: 45px;
}

.info_section .contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #3e3e3e36;
  outline: none;
  color: #ffffff;
  border-radius: 45px;
}

.info_section .contact_section input::-webkit-input-placeholder {
  color: #fb00ff;
}

.info_section .contact_section input:-ms-input-placeholder {
  color: #fb00ff;
}

.info_section .contact_section input::-ms-input-placeholder {
  color: #fb00ff;
}

.info_section .contact_section input::placeholder {
  color: #fb00ff;
}

.info_section .contact_section input.message-box {
  height: 135px;
  border-radius: 25px;
}

.info_section .contact_section button {
  border: none;
  display: inline-block;
  padding: 12px 55px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #000000;
  margin-top: 35px;
}

.info_section .contact_section button:hover {
  background-color: #000000;
  color: #ffffff;
}

.info_section .contact_section .map_container {
  height: 100%;
  min-height: 325px;
}

.info_section .contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section .img-box img {
  width: 100%;
  
}

/* footer section*/
.footer_section {
  margin: 25px 0;
  /*background: linear-gradient(to top, transparent, transparent, #1103f0);*/
  
}

.footer_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_section .social_box a {
  margin-right: 15px;
}

.footer_section .social_box a img {
  max-width: 25px;
  max-height: 25px;
}

.footer_section p {
  margin: 0;
  margin-top: 25px;
  color: #1c1b1b;
}

.footer_section a {
  color: #1c1b1b;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */











