@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {margin: 0;padding: 0}

html {scroll-behavior: smooth}

body {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
    background: #111;
    font-size: 18px;
}

.container{
    max-width: 1300px;
    margin: 0 auto;
}

header {
    color: #000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    text-align: center;
    background: transparent;
    transition: background 0.3s ease-in-out;
}

header .container{
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

header.scrolled {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}

#logo {max-width: 200px;padding: 10px 0 0 0}
#logom {display: none}
#logo img {width: 100%}
#logom img {height: 100%}
header nav {padding: 0}

#eventos, #sobre, #contato {padding: 0 0 70px 0}
#meventos, #msobre, #mcontato{
    position: relative;
    top: -68px;
}

header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 25px 15px;
  display: inline-block;
  font-size: 15px;
}

header nav ul li a:hover {color: #09f}
#menuicon, #mobile {display: none}

#menuicon {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #09f;
  color: #fff;
  z-index: 4;
  width: 52px;
  padding: 15px 0;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
}

.embla__dots{
    position: relative;
    bottom: 50px;
}

.bn {
    height: 750px;
    background: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

.bn span{
    color: #09f;
}

.bn1, .bn2, .bn3 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bn1::before, .bn2::before, .bn3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    transform-origin: center;
    animation: perspectiva 5s infinite alternate ease-in-out;
}

.bn1::before {
    background: url(../img/bn1.png) top center/cover no-repeat;
}

.bn2::before {
    background: url(../img/bn3.png) top center/cover no-repeat;
}

.bn3::before {
    background: url(../img/bn2.png) top center/cover no-repeat;
}

@keyframes perspectiva {
    0% {
        transform: perspective(300px) rotateX(5deg) rotateY(5deg) scale(1);
    }
    50% {
        transform: perspective(300px) rotateX(-5deg) rotateY(-5deg) scale(1.05);
    }
    100% { 
        transform: perspective(300px) rotateX(5deg) rotateY(5deg) scale(1);
    }
}


@keyframes perspectiva {
    0% {
        transform: scale(1.1);
    }
    100% { 
        transform: scale(1);
    }
}


h1 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 64px;
}

.social-sidebar {
    position: fixed;
    left: 0;
    top: 15%;
    color: white;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    z-index: 998;
}

.social-sidebar .s-text{
    transform: rotate(90deg);
    margin: 0 0 45px 0;
}

.s-text::after {
    content: "";
    display: inline-block;
    width: 30px; 
    height: 2px; 
    background-color: #fff;
    vertical-align: middle; 
    margin: 0 10px; 
}

.social-icons a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 5px 0;
    text-align: center;
}

.social-icons a:hover {
    color: #1da1f2;
}

.title{
    font-family: sans-serif;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.t-main {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 52px;
}

.t-sub{
    width: 100%;
    font-size: 92px;
    font-weight: 900;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 3px rgba(255, 255, 255, .05);
    z-index: 1;
}

.s-main{
    text-align: left;
    font-size: 22px;
    color: #09f;
    margin: 0 0 20px 0;
}

.s-sub{
    text-align: left;
    font-size: 32px;
    color: #ddd;
    margin: 0 0 20px 0;
}

#eventos article{
    display: flex;
    justify-content: center;
    padding: 50px 0;
    color: #fff;
}

#eventos figure{
    width: 600px;
    height: 300px;
    margin: 0 40px 0 0; 
    background: url(../img/eventos.png) center/cover no-repeat;
    background-size: cover;
    flex-shrink: 0;
    border-radius: 5px;
}

.section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: auto;
  }

  .block {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 30px 20px;
    flex: 1 1 200px;
    max-width: 220px;
    text-align: center;
    transition: transform 0.2s ease;
  }

  .block:hover {
    transform: translateY(-5px);
  }

  .block i {
    font-size: 36px;
    color: #4a90e2;
    margin-bottom: 15px;
  }

  .block h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
  }

  .block p {
    font-size: 14px;
    color: #999;
  }

#sobre {
    background: #000;
    color: #fff;
}

#sobre figure{
    background: url(../img/lks1.gif) center/cover no-repeat;
    margin: 0 0 0 20px;
}

.sobreDesc {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sobreDesc > div {
    flex: 1;
}

.sobreDesc figure {
    width: 600px;
    height: 300px;
    border-radius: 5px;
    flex-shrink: 0;
    text-align: center;
}

#contatos {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.frm{
    color: #fff;
    text-align: center;
    padding: 0 0 10px 0;
}

input[type="text"], input[type="email"]{
    width: 100%;
    padding: 10px;
    margin: 0 0 5px 0;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    margin: 5px 0 0 0;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;   
}

.bt {
    width: 100%;
    padding: 10px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
}

.bt:hover {
    color: #fff;
    background: #09f;
}

.remover-rede{
    margin: 0 0 5px 0;
}

.social{
    color: #fff;
    text-align: center;
}

.social-ct {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.social-ct a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #09f;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%; 
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.social-ct a:hover {
    background: #000;
    transform: scale(1.2);
}

footer{
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #000;
    padding: 15px 0;
}

@media (max-width: 768px) {
    .container {width: 90vw; margin: 0 auto}
    #menuicon {display: block}
    #web {display: none}
  
    #mobile {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #000;
    }
  
    #mobile ul li {display: block;text-align: left}
    header {background: none;position: absolute}
    header nav ul {flex-direction: column;text-align: center}
    header nav ul li a {color: #fff;padding: 12px}
    header nav ul li {border-bottom: 2px solid #000}
    #logo {display: none}
  
    #logom img{
        height: 60px;
    }

    #logom {
      display: block;
      width: 120px;
      padding: 7px;
      height: 70px;
      text-align: left;
    }

    .bn {height: 400px;}
    .bn span{color: #09f;}

    .bn h1 {
        max-width: 60vw;
        font-size: 18px;
    }

    .t-main {
        font-size: 40px;
        top: 27px;
    }
    
    .t-sub{
        font-size: 65px;
    }
    
    .s-main{
        text-align: center;
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    
    .s-sub{
        text-align: center;
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .social-sidebar{
        display: none;
    }

    #meventos, #msobre, #mcontato{
        top: 0;
    }

    #eventos article{
        flex-direction: column;
    }

    #eventos figure{
        width: 100%;
        margin: 0 0 10px 0;
    }

    

    .sobreDesc {
        flex-direction: column-reverse;
    }

    #sobre figure{
        width: 100%;
        margin: 0;
    }

    #contatos{
        flex-direction: column-reverse;
    }

    .block {
        max-width: 100%;
      }
}