/*#region Reset CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
  
    /* reset */
  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

/*#endregion*/

a{
    color: white;
}

b, strong{
    font-weight: 600;
}

p{
    font-family: "Nunito", sans-serif;
}

h3{
    font-family: "Nunito", sans-serif;
}

body{
    background-color: black;
    width: 100%;
}

input:focus {
    outline: none;
    border: none;
}

/*#region menu*/
.site-header {
    width: 100%;
    max-width: 1920px;
    height: 80px;
    padding: 30px;
    position: fixed;
    top: 0;
    background-color: black;
    z-index: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
                rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.header-container {
    width: 80%;
    max-width: 1920px;
    height: 112px;
    display: flex;
    align-items: center;
}

.menu-logo {
    width: 180px;
    height: 92px;
    background-image: url("/images/hero/logo_fp8studio.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.main-nav {
    margin-left: auto;
}

.menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.menu-link {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    color: white;
    padding: 20px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
}

.menu-link:hover {
    background-color: #cf7c32;
    transition: all 0.5s;
}

.menu-cta {
    width: 140px;
    height: 40px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #cf7c32;
    color: white;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    margin-left: 20px;
    display: inline-block;
}

/*#endregion*/

/*#region hero*/

.divHero{
    height: 751px;
    margin-top: 130px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.divHeroBackgroundImage{
    position: absolute;
    top: 260px;
    width: 622px;
    height: 622px;
    background-image: url("/images/hero/ia_fundo_grafico.jpg");
    background-repeat: no-repeat;
    opacity: 0.4;
}

.divHeroBody{
    display: fixed;
}

/*#region Coluna escrita*/
.divHeroSlogan{
    position: absolute;
    font-size: 42px;
    color: #cec9c5;
    top: 222px;
    left: 230px;
    border-bottom: 2px solid #cf7c32;
    animation-name: slogan_push;
    animation-duration: 1s;
}

@keyframes slogan_push {
  0%   {left: -300px;}
  100% {left: 222px;}
}

.divHeroService_line01{
    position: absolute;
    font-size: 80px;
    color: #e5e6e8;
    top: 290px;
    left: 230px;
    animation-name: services_push_line01;
    animation-duration: 1s;
}

@keyframes services_push_line01 {
  0%   {font-size: 2300px; opacity: 0;}
}

.divHeroService_line02{
    position: absolute;
    font-size: 80px;
    color: #cf7c32;
    top: 380px;
    left: 230px;
    animation-name: services_push_line02;
    animation-duration: 1s;
}

@keyframes services_push_line02 {
  0% {left: -800px; font-size:2300px; opacity: 0;}
  100% {left: 222px;}
}

.divVideo_institucional{
    position:absolute;
    width: 267px;
    height: 250px;
    background-image: url("/images/hero/institucional_video.png");
    background-size:contain;
    top: 580px;
    left: 230px;
    transform: rotate(0deg);
    cursor: pointer;
    animation-name: institucional_video;
    animation-duration: 1s;
}

@keyframes institucional_video {
  0% {
        opacity: 0; 
        height: 0px;
        width: 0px;
    }
  50% {
        opacity: 0; 
        height: 0px;
        width: 0px;
    }
}

.divVideo_institucional_about{
    position:absolute;
    width: 350px;
    height: 70px;
    color: white;
    text-align: justify;
    top: 660px;
    left: 510px;
    font-size: 34px;
    font-weight: 200;
    animation-name: institucional_video_about;
    animation-duration: 1s;
}

@keyframes institucional_video_about {
  0% {font-size: 0px;}
  50% {font-size: 0px;}
}

/*#endregion*/

/*#region vídeo_hero*/

.divVideoHero{
    position: absolute;
    width: 1100px;
    height: 619px;
    top: 260px;
    left: 1200px;
    max-width: 100%;
    max-height: 100%;
}

.hero-video {
  position: absolute;
  top: 581px;
  left: 1200px;
  width: 1100px;
  height: 619px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

/*#endregion*/

/*#region contact*/

.divHeroContact{
    position:absolute;
    width: 86px;
    height: 800px;
    left: 1700px;
    top: 300px;
}

.divHeroContactIcon{
    width: 86px;
    height: 160px;
}

/*#endregion*/

/*#endregion*/

/*#region institutional*/

.divInst{

    width: 100%;
    height: 616px;
    background-color: #cf7c32;
    background-image: url("/images/intitutional/background_intitutional.jpg");
}

.divInstBody{
    width: 1480px;
    position:relative;
    top: 162px;
    left: 300px;
    line-height: 56px;
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 38px;
    letter-spacing: 2pt;
    text-align: justify;
    color: black;
}

/*#endregion*/

/*#region services*/

.services-container {
    margin: 0 auto;
    padding: 140px;
    background-color: #acacac;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}

.service-item {
    display: flex;
    align-items: center;
}

.service-thumb {
    width: 296px;
    height: 266px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.service-thumb.photo {
    background-image: url("/images/services/services_photograph.png");
}

.service-thumb.social {
    background-image: url("/images/services/services_social_medias.png");
}

.service-thumb.audio {
    background-image: url("/images/services/services_audio.png");
}

.service-thumb.internet {
    background-image: url("/images/services/service_internet.png");
}

.service-item h3 {
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin: 0 0 10px;
}

.service-item p {
    font-size: 28px;
    font-weight: 300;
    color: white;
    line-height: 1.4;
}

/*#endregion*/

/*#region video*/

.video-container{
    padding: 80px 140px;
    background-image: url("/images/video/background_image_video.jpg");
    background-repeat: no-repeat;
}

.video-description{
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 57px;
    line-height: 66px;
    text-align: center;
}

.video-grid{
    display: flex;
    justify-content: space-between;
}

.video-item{
    width: 250px;
    height: 250px;
}

.video-thumb{
    width: 228px;
    height: 228px;
    border-radius: 150px;
    border: 4px solid #cf7c32;
    background-position-x:-140px;
    background-position-y:-2px;
    cursor: pointer;
}

.video-real_estate{
    background-image: url("/images/video/real_state_karen_kalil.jpg");
}

.video-real_estate:hover{
    background-image: url("/images/video/real_satate_karen_kalil.gif");
 }

.video-retail{
    background-image: url("/images/video/sale_retail_luca_bianchi.jpg");
}

.video-retail:hover{
    background-image: url("/images/video/sale_retail_luca_bianchi.gif");
}

.video-fashion{
    background-image: url("/images/video/fashion_alexandra_porto.jpg");
}

.video-fashion:hover{
    background-image: url("/images/video/fashion_alexandra_porto.gif");
}

.video-tech{
    background-image: url("/images/video/tech_bia_bianchi.png");
}

.video-tech:hover{
    background-image: url("/images/video/tech_bia_bianchi.gif");
}

.video-play{
    width: 112px;
    height: 113px;
    background-image: url("/images/btnPlay_red.png");
    background-color: transparent;
    border: none;
    margin-top: 134px;
    margin-left: 150px;
    cursor: pointer;
}

.video-caption{
    width: 230px;
    text-align: center;
    color: white;
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    padding-top: 20px;
}

.video-warning{
    width: 100%;
    height: 60px;
    margin-top: 100px;
    font-family: "Nunito", sans-serif;
    text-align: center;
    font-size: 20px;
    color: white;
}

/*#endregion*/

/*#region audio*/

.divAudio{
    height:750px;
    background-image: url("/images/audio/background_audio.jpg");
    background-repeat: no-repeat;
}

.divAudioTitle{
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 46px;
    line-height: 66px;
    text-align: center;
}

.divAudioDescription{
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 34px;
    line-height: 50px;
    text-align: left;
}

.divAudioSpots{
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}

.divAudioSpotsBody{
    width: 76%;
    display: flex;
    justify-content: space-between;
}

.divAudioSpot{
    width: 150px;
    margin-right: 30px;
}

.imgAudioSpot{
    width: 150px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #bebebf;
    border: none;
    color: black;
    font-size: 16px;
    padding-top: 160px;
    cursor: pointer;
}

.imgAudioSpotStoped{
    background-image: url("/images/audio/stoping_audio.jpg");
}

.imgAudioSpotStoped:hover{
    background-image: url("/images/audio/button_hover_audio.jpg");
}

.imgAudioSpotPlaying{
    background-image: url("/images/audio/playing_audio.gif");
}

.divAudioSpotWarning{
    margin-top: 80px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
}

/*#endregion*/

/*#region still_to_motion*/

.motion-container {
    display: flex;
    width: 100%;
    height: 518px;
    background-color: #cf7c32;
}

.motion-video {
    width: 855px;
    height: 518px;
    background-image: url("/images/motion/foto_motion.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

/* Botão de play como pseudo-elemento */
.motion-video::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: url("/images/motion/button_still_motion_video.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.motion-video:hover::after {
    background-image: url("/images/motion/button_still_motion_video_hover.png");
}

.motion-content {
    width: 1000px;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.motion-content h2 {
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

.motion-content p {
    font-family: "Nunito", sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 38px;
    text-align: justify;
    color: black;
    max-width: 700px;
}


/*#endregion*/

/*#region vfx*/

.vfx-container {
    display: flex;
    width: 100%;
    height: 518px;
    background-color: #e4e1e1;
    overflow: hidden;
}

/* Texto */
.vfx-content {
    width: 896px;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vfx-content h2 {
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

.vfx-content p {
    font-family: "Nunito", sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 38px;
    text-align: justify;
    color: black;
    max-width: 700px;
}

/* Imagem + botão */
.vfx-video {
    width: 1000px;
    height: 518px;
    background-image: url("/images/vfx/foto_vfx.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

/* Botão de play como pseudo-elemento */
.vfx-video::after {
    content: "";
    position: absolute;
    width: 155px;
    height: 145px;
    background-image: url("/images/vfx/button_vfx_video.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 200px;
    left: 100px;
}

.vfx-video:hover::after {
    background-image: url("/images/vfx/button_vfx_video_hover.png");
}

/*#endregion*/

/*#region avatar*/

.avatar-container {
    display: flex;
    width: 100%;
    height: 518px;
    background-color: #bebebf;
    overflow: hidden;
}

/* Imagem + botão */
.avatar-video {
    width: 1000px;
    height: 518px;
    background-image: url("/images/avatar/foto_avatar.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

/* Botão de play como pseudo-elemento */
.avatar-video::after {
    content: "";
    position: absolute;
    width: 151px;
    height: 155px;
    background-image: url("/images/avatar/button_avatar_video.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 200px;
    left: 800px;
}

.avatar-video:hover::after {
    background-image: url("/images/avatar/button_avatar_video_hover.png");
}

/* Texto */
.avatar-content {
    width: 896px;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.avatar-content h2 {
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

.avatar-content p {
    font-family: "Nunito", sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 38px;
    text-align: justify;
    color: black;
    max-width: 700px;
}


/*#endregion*/

/*#region websites*/

.sites-container {
    width: 100%;
    height: 518px;
    background-color: #1f1f1f;
    background-image: url("/images/internet/fundo_internet.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    align-items: left;
}

.sites-content {
    width: 1200px;
    padding-left: 120px;
    padding-top: 80px;
}

.sites-content h2 {
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgb(37, 37, 37);
    margin-bottom: 20px;
}

.sites-content p {
    width: 1200px;
    font-family: "Nunito", sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 38px;
    text-align: justify;
    color: rgb(37, 37, 37);
    margin-bottom: 20px;
}


/*#endregion*/

/*#region idaeas*/

.ideas-container {
    width: 100%;
    height: 518px;
    background-color: #1f1f1f;
    background-image: url("/images/ideas/fundo_ideas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ideas-content {
    width: 896px;
    margin-left: 1000px; /* mantém o posicionamento original */
    padding: 40px 0;
}

.ideas-content h2 {
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgb(211, 211, 211);
    margin-bottom: 20px;
}

.ideas-content p {
    width: 700px;
    font-family: "Nunito", sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 38px;
    text-align: justify;
    color: rgb(211, 211, 211);
}

/*#endregion*/

/*#region contact*/

.divContact{
    width: 100%;
    height: 518px;
    background-color: #bebebf;
    overflow: hidden;
}

.divContactBody{
    display: table;
    overflow: hidden;
}

.divContactCol{
    float: left;
    width: 940px;
    height: 518px;
    text-align: center;
    padding-top: 60px;
}

.txtContactText{
    width: 500px;
    border: 2px solid #8a8a8a;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color:#464646
}

.txtContactTextLine{
    height: 40px;
}

.btnContactEnviar{
    width: 300px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #cf7c32;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    cursor: pointer;
}

.imgContactLogo{
    margin-top: 40px;
    opacity: 0.8;
}

.txtContactFone{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    color: #808080;
}
/*#endregion*/

/*#region Social Medias*/

.social-container {
    width: 100%;
    height: 518px;
    background-color: #bebebf;
    overflow: hidden;
    padding: 40px 0;
}

.social-container h2 {
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1f1f1f;
}

.social-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

.social-item {
    float: left;
    width: 380px;
    height: 340px;
    margin-left: 20px;
    text-align: left;
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 200;
    color: #1f1f1f;
}

.social-logo {
    width: 320px;
    display: block;
    margin-bottom: 10px;
}

.social-item p {
    margin-top: 10px;
    line-height: 34px;
}


/*#endregion*/

/*#region footer*/

footer{
    width: 100%;
    height: 200px;
    background-color: black;
    text-align: center;
    padding-top: 40px;
}

.divCopyright{
    margin-top: 20px;
    font-family: Arial;
    font-size: 12px;
    color: white;
}

/*#endregion*/