*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'BaksoDaging';
    src: url('/assets/fonts/BaksoDaging-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Built';
    src: url('/assets/fonts/built titling bd.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Built';
    src: url('/assets/fonts/built titling sb.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mundial';
    src: url('/assets/fonts/MundialNarrow-Medium-BF67624ba5a687e.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Moderniz';
    src: url('/assets/fonts/MUderniz-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html{background-image: url('/assets/background2.png');}

body{
    font-family: sans-serif;
    background-image: url('/assets/sobre/bgAbt.png'), url('/assets/sobre/branco.png');
    background-size: 90%;
    background-repeat: no-repeat, repeat-y;
    background-position: 50% 75px, 50% 0;
    z-index: 0;
    height: 100%;
}

.header{
    text-align: center;
    color: #ddd;
    background-image: url('/assets/header/header.png');
    background-position: center -70px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;

    font-family: 'Mundial', sans-serif;
    font-size: 1.3rem;

    position: absolute;
    top: 0;

    transition: background-position 0.5s, transform 0.5s;
    z-index: 3;
}
.header:hover{background-position: center -50px;}

.header ul{
    list-style-type: none;
}
.header a{color: white; transition: color 0.2s;}
.header a:hover{color: rgb(118, 167, 210);}

.h-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 25px;
    transition: transform 0.5s;
}
.h-buttons{
    display: flex;
    gap: 40px;
}

.h-btn{transition: transform 0.3s; cursor: pointer;}
.h-btn:hover{transform: scale(1.05) translateY(-3px);}

.h-logo{
    height: 60px;
    width: 60px;
}
.h-logo img{height: 100%; width: 100%;}

.top-page{
    height: 110vh;
    width: 100%;
    margin-bottom: 50px;
}
.top-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
#txt1{font-size: clamp(4rem, 1.5vw, 6rem); line-height: 1;}
#txt2{font-size: clamp(8rem, 10vw, 12rem); line-height: 1;}
.top-page h2{
    color: white;
}

.main-page{
    margin-bottom: 100px;
    padding: 0 68px;
}
.first-content{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding: 0 30px;
    width: 600px;
}

.first-part{
    display: flex;
}
.first-img{height: fit-content; width: auto;}
.first-img img{
    max-width: 90%;
}

.first-title{
    line-height: 1;
    margin: 0px 0 50px 0;
}

#f-t1{
    font-size: clamp(2rem, 3vw, 3rem);
}
#f-t2{
    font-size: clamp(4rem, 8vw, 7.5rem);
}

.first-p{
    font-family: 'BaksoDaging', sans-serif;
    text-align: justify;
    margin: 0px 0 15px 0;
}

.localizacao{
    display: flex;
    font-family: 'Built', sans-serif;
    gap: 25px;
    font-size: 1.5rem;
    color: rgb(53, 107, 154);
    margin: 0px 0 15px 0;
}
.localizacao i{
    font-size: 4rem;
    text-align: start;
    width: fit-content;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to bottom right, rgb(53, 107, 154), rgb(118, 167, 210));
    transition: background-image 1s;
}
.subtitle{font-size: 1.5rem; margin: 0px 0 15px 0;}

.first-btn{
    font-family: 'Built', sans-serif;
    font-size: clamp(1rem, 2.5vw, 3rem);
    background-color: rgb(53, 107, 154);
    padding: 10px 25px;
    margin: 0px 0 15px 0;
    border-radius: 25px;
    width: fit-content;
    cursor: pointer;
    transition: background-color 0.2s;
}
.first-btn:hover{background-color: rgb(118, 167, 210);}
.first-btn:active{background-color: rgb(53, 88, 118);}

/* OTHER PAGE */

.other-page{
    display: flex;
    justify-content: space-evenly;
    margin: 0 68px;
}

.other-title{
    line-height: 1;
    margin: 0px 0 50px 0;
    text-align: center;
}

#o-t1{
    font-size: clamp(1rem, 2.5vw, 2.5rem);
}
#o-t2{
    font-size: clamp(3rem, 7vw, 7.2rem);
}

.other-img{
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: min-content;
}
.other-img img{
    width: 450px;
}
.other-imgs{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.other-imgs img{
    width: 225px;
}

.other-side{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.other-p{
    font-family: 'BaksoDaging', sans-serif;
    width: 440px;
    text-align: justify;
    margin: 0px 0 125px 0;
}

.other-medias{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.media{
    display: flex;
    gap: 10px;
    border: 3px #000 dashed;
    border-radius: 10px;
}
.media a{
    font-family: 'BaksoDaging', sans-serif;
    font-size: 1rem;
    color: rgb(53, 107, 154);
}
.media i{
    font-size: 3rem;
    color: white;
}

.bot-page{
    display: flex;
    justify-content: center;
    align-items: end;
    color: white;
    height: 36vh;
    width: 100%;
    position: relative;
    bottom: 0;
    font-family: 'BaksoDaging', sans-serif;
    background-image: url('/assets/contato/papelPreto.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.footer{
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 5%;
}


/* Atomic */

h1, h2, h3{
    font-family: 'Built', sans-serif;
    font-weight: normal;
}
a { text-decoration: none; color:white; height: min-content; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }
#t-card{position: absolute; }
#social{display:flex; position: absolute; right: 75px; bottom: 50px; gap: 15px; border-bottom: 1px solid #fff;}
#social a{color: white; transition: color 0.3s; }
#social a:hover{color: rgb(118, 167, 210); }
#olivial a{color: #5a7745; }
#bdog a{color: #3b6c54; }
#moderniz{
  font-family: 'Moderniz', sans-serif;
  /* clamp(min, preferido, max) */
  font-size: clamp(1rem, 2vw, 3rem);
  line-height: 1.1;
  margin: 0;
}
.circulo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    background-color: #000;
    border-radius: 100%;
}
#built{
  font-family: "Built", sans-serif;
  font-size: clamp(2.5rem, 5vw, 7rem);
  line-height: 1.1;
  margin: 0;
}

.ajuste1{font-size: 56px;}
.ajuste2{font-size: 105px; margin: -30px;}
.ajuste3{font-size: 5.68rem;}
.ajuste4{font-size: 4.09rem;}
.azul11{color: rgb(118, 167, 210);}
.azul10{color: rgb(53, 107, 154);}

/* Media Queries */

@media (max-width: 768px) {

  html{
    background-attachment: scroll;
    background-size: 100%;
    background-repeat: repeat-y;
  }  
  body {
    background-attachment: scroll;
    background-position: 50% 145px;
    background-size: 95%;
  }

  .header {
    background-position: center;
    font-size: 1rem;
    height: 200px;
    padding: 10px 0px;
  }
  .header:hover{background-position: center}

  .h-content {
    flex-direction: column;
    gap: 7px;
    margin-top: 0px;
  }

  .h-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .h-logo {
    height: 50px;
    width: 50px;
  }

  .top-page{
    height: 40vh;
    width: 100%;
}
.top-text{
    text-align: center;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95vw;
    color: white;
}
#txt1{font-size: clamp(1rem, 2.5vw, 6rem); line-height: 1;}
#txt2{font-size: clamp(3rem, 2vw, 50rem); line-height: 1;}
.top-page h2{
    color: white;
}


.main-page{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    padding: 0;
}

.first-part{
    display: flex;
    flex-direction: column-reverse;
    width: 95vw;
}

.first-img img{width: 300px; align-self: center;}
.first-content{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    width: 95vw;
    padding: 0;
}

.first-part{
    display: flex;
    align-self: center;
    gap: 30px;
    align-items: center;
}

.first-title{
    align-self: center;
    text-align: center;
    line-height: 1;
    margin: 0px 0 25px 0;
}

#f-t1{
    font-size: clamp(2rem, 3vw, 3rem);
}
#f-t2{
    font-size: clamp(4rem, 8vw, 7.5rem);
}

.first-p{
    align-self: center;
    font-family: 'BaksoDaging', sans-serif;
    text-align: justify;
    width: 90vw;
    margin: 0px 0 15px 0;
}

.localizacao{
    display: flex;
    align-self: center;
    font-family: 'Built', sans-serif;
    gap: 0px;
    font-size: 1rem;
    color: rgb(118, 167, 210);
}
.localizacao i{
    display: none;
    font-size: 2rem;
    text-align: start;
    width: fit-content;
}
.subtitle{font-size: 1.3rem; margin: 0px 0 15px 0; align-self: center;}

.first-btn{
    align-self: center;
    font-family: 'Built', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    background-color: rgb(53, 107, 154);
    padding: 10px 25px;
    margin: 0px 0 15px 0;
    border-radius: 25px;
    text-align: center;
    width: 30vw;
    cursor: pointer;
    transition: background-color 0.2s;
}
.first-btn:hover{background-color: rgb(118, 167, 210);}
.first-btn:active{background-color: rgb(53, 88, 118);}

/* OTHER PAGE */

.other-page{
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    justify-content: space-evenly;
    margin: 0;
}

.other-title{
    line-height: 1;
    margin: 0px 0 50px 0;
    width: 95vw;
}

#o-t1{
    font-size: clamp(1rem, 1.5vw, 3rem);
}
#o-t2{
    font-size: clamp(2.8rem, 5vw, 7.2rem);
}

.other-img{
    display: flex;
    flex-direction: row;
    overflow: scroll;
    width: 95vw;
    gap: 15px;
}
.other-img img{
    width: 150px;
}
.other-imgs{
    flex-direction: row;
}

.other-side{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.other-p{
    align-self: center;
    font-family: 'BaksoDaging', sans-serif;
    width: 90vw;
    text-align: justify;
    margin: 50px 0 50px 0;
}

.other-medias{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.media{
    display: flex;
    align-self: center;
    align-items: center;
    width: 90vw;
    gap: 10px;
    border: 3px #000 dashed;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
}
.subtitle{font-size: 1.3rem; align-self: center;}
.media a{
    font-family: 'BaksoDaging', sans-serif;
    font-size: 1rem;
    color: rgb(53, 88, 118);
}
.media i{
    font-size: 1.5rem;
    color: white;
}

.circulo{
    width: 50px;
    height: 50px;
}


  /* Footer */
  .bot-page {
    justify-content: space-between;
    height: 100px;
    width: 100%;
    padding: 0;
    background-size: cover;
    position: relative;
  }

  .footer {
    width: auto;
    font-size: 0.8rem;
    text-align: left;
    padding-bottom: 20px;
  }

  .footer p {
    margin-left: 15px;
  }

  #social {
    width: auto;
    gap: 10px;
    right: 20px;
    bottom: 20px;
    position: absolute;
  }
}