@font-face {
    font-family: 'Monument Extended';
    src: url('monumentextended-regular-webfont.woff2') format('woff2'),
         url('monumentextended-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
font-family: 'DM Sans', sans-serif !important;
}

section{
    position:relative;
    z-index:100;
}

.screen-loading {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9987987987;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  position: fixed;
  pointer-events: none;
  padding-top: 30vh;
}

.screen-loading .loading {
  width: 200px;
  height: 8px;
  border-radius: 8px;
  background-color: #333333;
  position: relative;
}

.screen-loading .loading:after {
  content: '';
  width: 0%;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(225deg, #fff 0%, #fff 100%);
  -webkit-animation: bar-loading 2.5s ease 0.5s forwards;
          animation: bar-loading 2.5s ease 0.5s forwards;
}

@keyframes bar-loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}


p {
    margin-bottom: 0px;
}

header p {
font-style: normal;
font-weight: 500;
font-size: 16px;
color: #FFFFFF;
display: inline;
margin-bottom: 0px !important;
}

header {
    background: #000 !important;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.rich-topo {
/*    border-radius: 99%;
    object-fit: cover;*/
    margin-right: 16px;
    display: inline;
}

.sociais img {
    margin-right: 10px;
    margin-top: -2px !important;
}

.container {
    max-width: 1216px !important;
}

a {
    text-decoration: none !important;
}

.rich-nome {
font-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 16px;
color: #FFFFFF;
}

.coluna {
    padding: 0;
    padding-top: 22px;
    padding-bottom: 22px;
}

.menu a {
    margin-right: 49px !important;
}

.menu {
    text-align: right !important;
}

.divider-idioma {
opacity: 0.6;
margin-left: 12px;
margin-right: 12px;
}

.idioma {
    /*padding-left: 50px;*/
    border-left: 1px solid rgba(255,255,255,0.6);
}

.idioma-pt {
    padding-top: 40px;
    padding-bottom: 40px;
}

#topo {
    background: #000;
    min-height: 651.65px;
    position: relative;
    overflow: visible !important;
}

#topo span {
font-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 16px;
letter-spacing: 0.06em;
text-transform: uppercase;
display: block;
color: #F7C202;
margin-top: 160px !important;
margin-bottom: 25px !important;
}

h1 {
max-width: 746px;
font-family: 'Monument Extended';
font-style: normal;
font-weight: 800;
font-size: 66px;
line-height: 74px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
text-shadow: 0px 8px 30px rgba(0, 0, 0, 0.5);
}

.rich-h1 {
    text-shadow: 0px 8px 30px rgba(0, 0, 0, 0.5);
}


.nodrag {
pointer-events: none;
user-drag: none !important;
user-select: none !important;
-moz-user-select: none !important;
-webkit-user-drag: none !important;
-webkit-user-select: none !important;
-ms-user-select: none !important;
}

#topo p {
max-width: 342.66px;
font-family: 'DM Sans';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 28px;
margin-top: 18px;
margin-bottom: 55px !important;
/* or 140% */
color: #FFFFFF;
}

.botao {
padding: 20px 28px;
background: #F01E50;
border-radius: 4px;
font-family: 'Monument Extended';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
display: inline-block;
text-transform: uppercase;
color: #FFFFFF;
}

.btn {
padding: 20px 28px;
border-radius: 4px;
font-family: 'Monument Extended';
font-style: normal;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
}

.botao:hover {
    background: #F01E50;
    box-shadow: 0px 10px 50px rgba(240, 30, 80, 0.35);
    color: #FFF;
}

.blur-topo {
    position: absolute;
    bottom: -390px;
    left: -120px;
}

.blur-topo-roxo {
    position: absolute;
    top: 0;
    z-index: 10000;
    right: 0;
}

#topo .container {
    position: relative !important;
    padding-bottom: 160px;
}

.abso {
    position: absolute !important;
}

.seta {
left:0 !important;
right:0 !important;
bottom: 71px;
margin-left:auto !important;
margin-right:auto !important;
}

.ape {
    top: 0;
    right: 0;
}

.lv {
    bottom: 0px;
    right: 36px;
}

.bulls {
    top: 58px;
    right: 208px;
}

.joker {
    right: 320px;
    bottom: 91px;
}

.detalhe {
    right: 279px;
    bottom: 60px;
}

.coroa {
    top: 29px;
    right: 533px;
    z-index: 1000;
}

.rich-h1 {
    position: relative;
    z-index: 20000;
}

.object { 
    animation-name: object;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes object {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 10px); }
    100%   { transform: translate(0, -0px); }   
}

.object-ape { 
    animation-name: object-ape;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes object-ape {
    0% { transform: translate(0,  -0px); }
    50%  { transform: translate(0, -15px); }
    100%   { transform: translate(0, -0px); }   
}

.object-bulls { 
    animation-name: object-bulls;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes object-bulls {
    0% { transform: translate(0,  -0px); }
    50%  { transform: translate(0, 25px); }
    100%   { transform: translate(0, -0px); }   
}

#experiencia {
    position: relative;
    overflow: hidden;
    padding-top: 68px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 68px;
}

.det-direita {
    right: 0px;
    bottom: 20px;
}

.det-esquerda {
    left: 0;
    top: 20px;
}

#experiencia p {
max-width: 437.07px;
font-family: 'DM Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
text-align: center;
color: #000000;
margin: auto;
}

#bio {
    padding-top: 140px;
    padding-bottom: 140px;
    border-bottom: 1px solid #e4e4e4;
}

.fittipaldi {
    margin-left: -12px;
}

#fittipaldi {
    padding-top: 140px;
    padding-bottom: 100px;
}

#servicos {
    background: #000;
    padding-top: 140px;
    padding-bottom: 200px;
}


#servicos h3 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 2000;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Monument Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    transition: 0.5s;
    color: #FFFFFF;
}

.card-img {
    position: relative;
    transition: 1s;
}

#servicos h4 {
position: absolute;
bottom: 30px;
font-family: 'Monument Extended';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
transition: 0.5s;
/* Primária/01 */
color: #F01E50;
    left: 0;
    right: 0;
    z-index: 2000;
    margin-left: auto;
    display: none;
    margin-right: auto;
}

.card-img:hover .nome-servico {
    bottom: 72px !important;
}

.card-img:hover .mais {
    display: block !important;
    transition: 0.5s;
}

.card-neymar {
    margin-top: 140px;
    position: relative;
}

.neymar {
    right: 157px;
    top: -57px;
    border-radius: 4px;
}

#projetos {
    padding-top: 140px;
    padding-bottom: 140px;
}

#cta {
    padding-top: 140px;
    padding-bottom: 161px;
    background: #010101;
    position: relative;
}

.cta1 {
    position: absolute;
    top: 0;
    left: 0;
}

.cta2 {
    position: absolute;
    bottom: 0;
    right: 0;
}


footer {
    background: #010101;
       padding-top: 48px;
       border-top: 1px solid rgba(255,255,255,0.6);
    padding-bottom: 48px;
}

.ml-auto {
    margin-left: auto !important;
}

#lightgallery img {
    margin: 5px;
}

@media (max-width:480px) {

.idioma {
    /*padding-left: 50px;*/
    border-left: none;
    text-align: right !important;
    margin-top: -5px !important;
}

section, header, footer {
    padding-left: 15px;
    padding-right: 15px;
}

.idioma * {
display: inline !important;
}

.idioma-pt {
    padding-top: 0px;
    padding-bottom: 0px;
}

.divider-idioma {
opacity: 0.6;
margin-left: 3px;
margin-right: 3px;
}

.odd {
     margin-top: -5px !important;
}



.ape {
    top: 419px;
    right: 0;
    height: 218.85px;
    width: 181.85px;
}

.bulls {
    top: 456px;
    right: none;
    left: 0px;
    height: 271.94px;
    width: 225.32px;
}

.lv {
    right: 37px;
    bottom: 114px;
    height: 179.77px;
    width: 157.99px;
  z-index:20;
}

.bulls {
z-index:50;
}

.joker {
    right: none;
    left: 55px;
    bottom: 150px;
    height: 122.83px;
    width: 107.28px;
  z-index:200;
}

.detalhe {
    right: none;
    left:0px;
  z-index:10 !important;
    bottom: 90px;
}

.coroa {
    top: 423px;
    right: none;
    left: 92px;
    z-index: 1000;
}


.seta {
left:0 !important;
right:0 !important;
bottom: 12px;
margin-left:auto !important;
margin-right:auto !important;
}

#topo {
    padding-top: 78px;
    min-height: 1056px;
}

#topo .botao {
margin-bottom: 400px;
}

.h1h1h1 {
    z-index: 5000;
    position: relative;
}

.roxo-mb {
    position: absolute;
    top: 0;
    right: 0;
}

.azul-mb {
    top: 350px;
    position: absolute;
    left: 0px;
}

.det-direita {
    right: 0px;
    bottom: -20px;
  height:77.93px;
  width:162.2px;
}

.det-esquerda {
    left: 0;
    top: -20px;
  height:85.6px;
  width:165.33px;
}

#bio {
    padding-top: 100px;
    padding-bottom: 80px;
}

#fittipaldi {
    padding-top: 100px;
    padding-bottom: 80px;
}


.fits {
    margin-left: -12px !important;
}

#servicos {
    padding-top: 75px;
    padding-bottom: 80px;
}

.mais {
    display: block !important;
}

.nome-servico {
    bottom: 72px !important;
}

.neymar {
    height: 355.53px;
    width: 285.45px;
        right: 0px;
    left:0px;
  margin-left:auto;
  margin-right:auto;
    top: 43px;
    border-radius: 4px;
}

.card-neymar {
margin-top:40px
}

#projetos {
    padding-top: 100px;
    padding-bottom: 80px;
}

#lightgallery img {
    height: 190.95px;
    width: 169.73px;
    margin: 0;
    margin-bottom: 10px;
}

.cta1, .cta2 {
    display: none;
}

#cta {
    background: url(bg-cta.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#exampleModal {
    z-index: 9999199 !important;
    position: fixed;

}


.modal-content {
    background-color:#010101;
    color:#fff !important;
}

.link-modal {
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

.modal-header {
    border-bottom:none;
    padding-top:0 !important;
    padding-right:0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.modal-header header {
    width: 100%;
}

.svg-modal {
    /*margin-top: 26px;*/
}

.modal-body {
    padding-top: 55px;
        padding-left:25px;
}


}


/* ATUALIZAÇÕES WESLEY 08/JUN */

#video-mockup,
#btn-ver-fotos {
    background: #000;
    position: relative;
    z-index: 2;
}

.btn-carrega-fotos{
    transition: opacity .3s;
}

.btn-carrega-fotos:hover{
    cursor:pointer;
    opacity: .6;
}

#letter-batman-rules{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.frame-mockup{
    max-width: 700px;
}

.celular-mockup{
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 999;
    pointer-events: none;
    margin-top: -50%;
}

.video-inner {
    width: 700px;
    height: auto;
    aspect-ratio: 19/9;
    border-radius: 60px;
    background: #000;
}

#exposicao-batman {
    background: #000;
    position: relative;
    z-index: 2;

    padding-top: 65px;
    padding-bottom: 65px;
}

#img-batman-topo{
    position: absolute;
    width: 100%;
    max-width: 100vw;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}

#exposicao-batman .container{
    position: relative;
    z-index: 2;
}

#exposicao-batman h3{
    font-family: 'DM Sans', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-align: left;
    color:#F7C202;
}

#exposicao-batman h2{
    font-family: Monument Extended, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #fff;
}

#exposicao-batman p{
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;  
    color: #fff;
}

.list-menu-mobile,
.social-list-menu-mobile{
    list-style: none;
    padding: 0;
}

.list-menu-mobile{
    display: flex;
    flex-direction: column;
    gap: 58px;
    margin-bottom: 58px
}

.list-menu-mobile li:first-of-type::after{
    content: '';
    width: 75px;
    height: 2px;
    background-color: #F01E50;
    display: block;
    margin-top: 10px;
}

.social-list-menu-mobile{
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.list-menu-mobile a{
    font-family: Monument Extended;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

@media(max-width:767px){
    #exposicao-batman h3{
        font-size: 16px;
        text-align: center;
    }
    
    #exposicao-batman h2{
        font-size: 6vw;
        text-align: center;
        line-height: 1;
    }
    
    #exposicao-batman p{
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media(max-width:767px){
    #exposicao-batman .video-inner {
        border-radius: 30px;
    }
}

@media(min-width:768px){
    #exposicao-batman .video-inner {
        width: 100%;
    }
}


@media(max-width:767px){
    .video-inner{
        width: 100%;
        height: auto;
        border-radius: 30px;
    }

    .celular-mockup {
        margin-top: -54%;
    }
}

#lightgallery img,
.lightgalleryBatman img {
    margin: 5px;
}

.lightgalleryBatman{
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.lightgalleryBatman a{
    width: 20%;
    flex-grow: 1;
}

@media(max-width:767px){
    .lightgalleryBatman a,
    #lightgallery a{
        width: 32%;
        flex-grow: 1;
    }

    #lightgallery{
        display: flex;
        gap: 15px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .lightgalleryBatman img,
    #lightgallery img{
        width: 100%;
        height: auto;
        margin: 0;
    }
}

.lightgalleryBatman a img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media(min-width:768px){
    .batman-symbol{
        position: absolute;
        top: 30px;
        right: 640px;
        z-index: 999;
    }

    .batman-symbol-mobile{
        display: none;
    }
}

@media(max-width:767px){
    .batman-symbol{
        display: none;
    }
}