#logo {
    width: 6%;
}

#arrowBackMenu{
    font-size: 2.5rem;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    font-size: 1vw;
    --swiper-navigation-size: 3rem;
    --swiper-navigation-color: #ff2323;
    --swiper-theme-color: #ff2323;
}

@font-face {
    font-family: 'FractulAlt';
    src: url('fonts/FractulAlt-Regular.woff2') format('woff2');
    src: url('fonts/FractulAlt-Regular.woff') format('woff');
    src: url('fonts/FractulAlt-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FractulAlt-Light';
    src: url('fonts/FractulAlt-Light.woff2') format('woff2');
    src: url('fonts/FractulAlt-Light.woff') format('woff');
    src: url('fonts/FractulAlt-Light.ttf') format('truetype');
}


body {

    font-family: 'FractulAlt';
    font-size: 1.4rem;
    color: white;
    background-color: black;
}

a {
    text-decoration: none;
    text-decoration-color: none;
    transition: all .3s;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: #ff2323;
}

a:focus {
    text-decoration: none;
    color: white;
}

a:hover,
a:active {
    text-decoration: none;
    color: #ff2323;
}

h1 {
    font-family: 'FractulAlt';
    font-weight: 500;
    color: white;
    font-size: 2.8rem;
    line-height: 3rem;
}

h2 {
    font-family: 'FractulAlt';
    font-weight: 500;
    font-size: 2rem;
    line-height: 2rem;
}

h3 {
    font-family: 'FractulAlt';
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.destaque {
    color: #ff2323;
}

::selection {
    color: #ff2323;
    background: 0 0;
}

/*----------------------header-------------------------------*/

header {
    height: 2rem;
    line-height: 3rem;
    display: flex;
    justify-content: space-between;
    padding: 2rem 0rem 2rem 2rem;
    position: sticky;
    top: 0;
    z-index: 50;
}

header nav ul {
    list-style: none;
}

header nav ul li {
    display: inline-block;
    padding-right: 2rem;
}

header nav ul li a {
    transition: all .5s;
    color: #ffffff;

}

header nav ul li a span {
    color: black;
}

/*----------------------main-------------------------------*/

main.home {
    min-height: calc(100vh - 13rem);
}

.work-container {
    grid-column: 3 / span 8;
}

.image-padding {
    padding-bottom: 1rem;
}

main article div.imagem-thumbnail {
    height: 25rem;
    width: auto;
    background-size: cover;
    background-position: center;
}

.vertical-center {
    display: flex;
    height: calc(100vh - 13rem);
    align-items: center;
}

.title-padding {
    padding: 0.5rem 0 4rem 0;
}

.title-padding2 {
    padding: 0.5rem 0 0rem 0;
    font-size: 8rem;
    line-height: 8rem;
}

.title-padding-sb {
    padding: 1rem 0 0rem 0;
    font-size: 8rem;
    line-height: 8rem;
}

.title-padding-nc {
    padding: 1rem 0 0rem 0;
    font-size: 6.4rem;
    line-height: 6.4rem;
}

.title-padding-dd {
    padding: 1rem 0 0rem 0;
    font-size: 6.4rem;
    line-height: 6.4rem;
}

.title-padding-doc {
    padding: 1rem 0 0rem 0;
    font-size: 6.4rem;
    line-height: 6.4rem;
}

.title-padding-tdsy {
    padding: 1rem 0 0rem 0;
    font-size: 5.2rem;
    line-height: 5.2rem;
}

.title-padding-fica {
    padding: 1rem 0 0rem 0;
    font-size: 4.2rem;
    line-height: 4.2rem;
}

.title-padding-elastico {
    padding: 1rem 0 0rem 0;
    font-size: 5.2rem;
    line-height: 5.2rem;
}

.title-padding-2021 {
    padding: 1rem 0 0rem 0;
    font-size: 8rem;
    line-height: 8rem;
}

.title-padding-pd {
    padding: 1rem 0 0rem 0;
    font-size: 6.5rem;
    line-height: 6.5rem;
}

.bot-nav-container {
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
}

div.bot-nav-container h3 {
    font-size: 2.5rem;
}

main.home .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

main.home .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


main.home .swiper-container {
    width: 100%;
}

main.home .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/*----------------------footer-------------------------------*/

footer div {

    height: 2rem;
    line-height: 1.5rem;
    padding: 0 0 5rem 1rem;
    display: flex;
    bottom: 0;
}

footer div.footer-work {

    height: 2rem;
    line-height: 1.5rem;
    display: flex;
    padding: 10rem 0 4rem 1rem;
    bottom: 0;
}

footer div div {
    display: block;
}


/*----------------------mediaquary-------------------------------*/

br {
    display: inline;
}

@media screen and (max-width: 769px) {

    :root {
        font-size: 3vw;

    }

    #logo {
        width: 12%;
    }

    .title-padding-sb {
        padding: 1rem 0 0rem 0;
        font-size: 3.6rem;
        line-height: 3.6rem;
    }

    .title-padding-nc {
        padding: 1rem 0 0rem 0;
        font-size: 2.9rem;
        line-height: 2.9rem;
    }
    
    .title-padding-dd {
        padding: 1rem 0 0rem 0;
        font-size: 3rem;
        line-height: 3rem;
    }
    
    .title-padding-doc {
        padding: 1rem 0 0rem 0;
        font-size: 2.9rem;
        line-height: 2.9rem;
    }
    
    .title-padding-tdsy {
        padding: 1rem 0 0rem 0;
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
    .title-padding-fica {
        padding: 1rem 0 0rem 0;
        font-size: 3rem;
        line-height: 3rem;
    }
    
    .title-padding-elastico {
        padding: 1rem 0 0rem 0;
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
    .title-padding-2021 {
        padding: 1rem 0 0rem 0;
        font-size: 5.5rem;
        line-height: 5.5rem;
    }

}

@media screen and (max-width: 576px) {

    :root {
        font-size: 3vw;
    }

}

@media screen and (max-width: 375px) {

    :root {
        font-size: 3vw;
    }
    

}

/*----------------------extra-------------------------------*/

.arrow-size{
    font-family: 'FractulAlt';
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.8rem;
    vertical-align: -0.5rem;
}

.handle-style{
    color: #ff2323;
    text-decoration: underline;
}

.year-style{
    color:#545454;
    vertical-align: -0.2rem;
}

/*----------------------animations-------------------------------*/

.text-focus-in-home {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5 both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s both;
}

 @-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }

  .text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

 @-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }

  .video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  
  