/* Reset some default styles */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;600;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Set background color and text color */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #030303;
    color: white;
}

/* Header styles */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15%;
    padding-right: 15%;
    background-color: rgba(0, 0, 0, 0.9);
}

.logo img {
    width: 180px;
    /* Add your logo styling here */
}

nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    /* Add your menu styling here */
}

nav ul li a {
    margin: 0 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    color: #efefef;
    transition: color 0.3s linear;
    text-decoration: none;
    /* Add your menu item styling here */
}

nav ul li a:hover {
    margin: 0 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    color: #f4a525;
    transition: color 0.3s linear;
    text-decoration: none;
    /* Add your menu item styling here */
}

.social-icons {
    display: flex;
    /* Add your social icons container styling here */
}

.social-icons img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    /* Add your social icons styling here */
}

.content {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 50px;
    display: flex;
    /* Adiciona flexbox */
    flex-direction: column;
    /* Alinha o conteúdo verticalmente */
    justify-content: center;
    /* Alinha o conteúdo ao centro verticalmente */
    align-items: center;
    /* Alinha o conteúdo ao centro horizontalmente */
}

.content-logo {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Add your social icons container styling here */
}
.content-logo img { 
width:400px;
height: auto; }



.content2 {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    /* Adiciona flexbox */
    flex-direction: column;
    /* Alinha o conteúdo verticalmente */
    justify-content: center;
    /* Alinha o conteúdo ao centro verticalmente */
    align-items: center;
    /* Alinha o conteúdo ao centro horizontalmente */
}

.titulo {
    marign-top: 50px;
}
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url('img/bg.png');
    background-size: cover;
    opacity: 0.5;
    z-index: -2;
}

.background-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, rgba(3, 3, 3, 1) 20%, rgba(3, 3, 3, 0.1) 100%);
    opacity: 1;
    z-index: -1;
}

.container-1 {
  height: 50vh;
  width: 100vw;
  min-height: 500px;
  min-width: 500;
  background-color: #f2f2f2;
  display: flex;
  z-index:-1;
  background-image: url('img/01.png');
  background-repeat: no-repeat;
  background-size: cover;
  
  
}

.container-2 {
  height: 85vh;
  width: 100vw;
  min-height: 600px;
  background-color: #f2f2f2;
  display: flex;
  z-index:-1;
  background-image: url('img/02.png');
  background-repeat: no-repeat;
  background-size: cover;

}

.container-3 {
  height: 85vh;
  width: 100vw;
  min-height: 600px;
  background-color: #f2f2f2;
  display: flex;
  z-index:-1;
  background-image: url('img/03.png');
  background-repeat: no-repeat;
  background-size: cover;
 
}

.container-4 {
 height: 65vh;
  width: 100vw;
  min-height: 600px;
  background-color: #f2f2f2;
  display: flex;
  z-index:-1;
  background-image: url('img/01bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding:40px;
}

.container-5 {
 height: 65vh;
  width: 100vw;
  min-height: 600px;
  background-color: #f2f2f2;
  display: flex;
  z-index:-1;
  background-image: url('img/02bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding:40px;
 
}

.container-6 {
  height: 65vh;
  width: 100vw;
  min-height: 600px;
  background-color: #f2f2f2;
  display: flex;
  z-index:-1;
  background-image: url('img/03bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding:40px;
 
}

.container-over-0 {
    height: 100%;
    width: 100%;
    background: rgb(4,4,4);
    background: linear-gradient(62deg, rgba(0,0,0,0.9766281512605042) 0%, rgba(0,0,0,0.8729866946778712) 39%, rgba(255,255,255,0) 100%);
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.container-over-1 {
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(62deg, rgba(0,0,0,0.9766281512605042) 0%, rgba(0,0,0,0.8729866946778712) 39%, rgba(255,255,255,0) 100%);
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.container-over-2 {
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(298deg, rgba(0,0,0,0.9766281512605042) 0%, rgba(0,0,0,0.8729866946778712) 39%, rgba(255,255,255,0) 100%);
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.content-container {
  width: 80vw;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom:12vh;
  margin-top:40px;
  min-width: 300px;
  z-index: 1;
}

.gradiente {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  margin-bottom: -100px;
  background-image: linear-gradient(180deg, rgba(3,3,3,1) 0%, rgba(3,3,3,0) 100%);
  z-index: 9999;
}

.texto-bloco {
 width: 30%;
 height: 90%;
 margin: 7%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-content: FLEX-END;
}

.imagem-loco {
 width: 50%;
 height: 90%;
 margin: 7%;

}

.imagem-loco img {
 max-width: 100%;
 height: auto;
 display: flex;
 align-items: center;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 4.2em;
    color: #ffffff;
}


h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 2.3em;
    color: #c6d546;
    padding: 0px;
}

h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    font-size: 1.3em;
    font-style: italic;
    text-align: center;

    color: #ffffff;
    padding-top: 5px;
}


p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #efefef;
    padding-top: 17px;
    line-height: 1.4em;

}

.left {
text-align: left;
}

.right {
text-align: right;
}

.center {text-align: center;}



.container {
    width: 70vw;
    height: 60vh;
    border-radius: 10px;
    opacity: 0.9;
    overflow: hidden;
    position: relative;
}

.container img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
    position: relative;
}


.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s linear;
}

.play:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 0.8;
    transition: opacity 0.3s linear;
}

#open-modal {
    background-color: #c6d546;
    cursor: pointer;

}

#fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 5;
}

#modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 90%;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
}

#modal iframe {
    width: 100%;
    height: 70vh;
    border-radius: 30px;
}

#close-modal {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    background-color: #91d02d;
    color: #040302;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.9;
    font-size: 1.3rem;
    display: flex;
    margin-left: 98%;
    display: flex;
    justify-content: center;
    align-items: center;

}

#fade,
#modal {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
}

.svg-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
    height: 27px;


}

.svg-wrapper svg path {
    fill: #101010;

}

.tag-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.tag {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    background-color: #c6d546;
    font-size: 0.9em;
    border-radius: 7px;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    color: #303030;
}

.release {
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 1em;
    padding-top: 20px;
}

.img-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
}

.box {
    width: auto;
    padding: 20px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
}

.box img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;

}

.divider {
    background-color: #c6d546;
    width: 100vw;
    height: 3px;
}



.botao-container-base {

padding-top: 50px;
padding-bottom: 150px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url('img/bg-botao.png');
background-repeat: no-repeat;
background-size: cover;
}

.botao-container {

padding-top: 50px;
padding-bottom: 50px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.botao {
    padding-left: 5%;
    padding-right: 5%;
    height: 50px;
}

.botao:hover {
    transition: background-color 0.3s linear;
}

.botao img {
    width: 280px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.botao a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.8em;
    color: #050302;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botao-1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.7em;
    color: #030303;
    background-color: #c6d546;
    display: flex;
    width: 400px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-top: 80px;
    margin-bottom:80px;
    transition: background-color 0.3s linear;
}

.botao-1:hover {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.7em;
    color: #ffffff;
    background-color: #91d02d;
    width: 400px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: background-color 0.3s linear;
}

.botao-1 a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    color: #030303;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #efefef;
}

#modal.hide,
#fade.hide {
    opacity: 0;
    pointer-events: none;
}

#modal.hide {
    top: 0;
}

.subtitle h3 {font-weight: 300;
font-style: italic;}

/* Apply the reduced padding for smaller screens */
@media (max-width: 1300px) {
    .content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .img-container {
        display: none;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .container {
        width: 95%;
        height: auto;
        border-radius: 10px;
        opacity: 0.9;
        overflow: hidden;
        position: relative;
    }

    h1 {
        font-family: 'Inter', sans-serif;
        font-weight: 900;
        font-size: 3.2em;
        padding: 50px;
    }

    nav ul {
        list-style-type: none;
        display: none;
        justify-content: center;
    }

    .social-icons {
        display: none;

    }

    header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15%;
        padding-right: 15%;
        background-color: rgba(0, 0, 0, 0.9);
    }

.content-container {
  width: 90vw;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom:12vh;
  z-index: 1;
}

}