@import url(./variavel.css);

@font-face {
  font-family: 'engravers-gothic-bt';
  src: url('../fonts/engravers-gothic-bt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: var(--color-trilho-scroll);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-scroll);
  border-radius: 1rem;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  overflow: hidden;
  font-family: "engravers-gothic-bt";
  background-image: var(--background-image);
  color: var(--color-text);
}

hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, transparent, var(--color-text), transparent);
  width: 60%;
  margin: 0.6rem 0 1rem 0;
}

h1 {
  margin-bottom: 1rem;
}

h1,
h2 {
  text-align: center;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: var(--color-text);
}

.container-fluid {
  overflow: hidden;
  padding: 0;
  height: 100vh;
}

main {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

main section {
  width: 100%;
  height: 100%;
}

nav ul {
  display: flex;
}

nav ul li {
  list-style-type: none;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0.5rem 1.3rem;
  cursor: pointer;
  transition: 0.2s ease;
}

nav ul li:hover {
  color: rgb(255, 230, 141);
  transform: scale(1.2);
}

.logo {
  max-width: 150px;
  margin-bottom: 1rem;
}

.inicio{
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
}

.gontran{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70.53%;
}

.gontran img{
  width: 100%;
  max-width: 180px;
  margin-bottom: 1rem;
}

.gontran h1{
  margin: 0;
}

.gontran h2{
  margin-top: -10px;
  font-size: 2.3rem;
}

.gontran nav{
  display: flex;
  justify-content: center;
  width: 100%;
}

.imgcontainer{
  width: 29.467%;
  position: relative;
}

.imgcontainer img{
  height: 100%;
}

.escritorio,
.socios,
.contato {
  background-image: var(--background-image);
  position: absolute;
  z-index: -1;
  padding-top: 0rem;
  padding-bottom: 5rem;
  transition: 0.8s ease;
  opacity: 0;
  color: var(--color-text);
  font-size: 1.4rem;
}

.escritorio.view,
.socios.view,
.contato.view {
  background-image: var(--background-image);
  padding-top: 3rem;
  z-index: 5;
  opacity: 1;
  overflow-y: scroll;
}

.escritorio.view .container{
  margin-top: 5rem;
}

.imgtopescritorio {
  margin-top: -3rem;
  width: 100%;
}

.contato.view {
  padding-bottom: 2.5rem;
}

.container {
  text-align: justify;
}

.container .capsulaimg {
  text-align: center;
}

.container.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contatolink {
  transition: 0.2s ease;
}

.contatolink:hover {
  color: rgb(255, 230, 141);
  transform: scale(1.1);
}

[data-anime] {
  padding-left: 10px;
  width: 5rem;
  position: fixed;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  right: 0rem;
  bottom: 1rem;
  opacity: 0;
  z-index: 99999;
  transition: 0.5s ease-in-out;
}

[data-anime="right"] {
  background-image: linear-gradient(to right, transparent, var(--color-slid));
  transform: translate3d(8rem, 0, 0);
}

[data-anime].animate {
  opacity: 1;
  right: 0rem;
  color: var(--color-text);
  transform: translate3d(0, 0, 0);
}

[data-anime="right"] span{
  transition: 0.2s ease;
}

[data-anime="right"] span:hover {
  color: rgb(255, 230, 141);
}

form {
  width: 70%;
}

form div.col-md-6 {
  padding: 0.2rem;
}

form div.col-md-12 {
  padding: 0.2rem 0 0 0;
}

form .row.botao {
  display: flex;
  justify-content: center;
}

form .row input,
form .row textarea {
  background-color: var(--color-background-input);
  border: 1px solid var(--color-border-input);
  border-radius: 0.3rem;
  color: var(--color-text);
}

form .row.botao input {
  margin-top: 0.5rem;
  width: 50%;
  transition: 0.5s ease;
}

form .row.botao input:hover {
  background-color: var(--color-border-input);
  color: var(--color-background-input);
  transform: scale(1.1);
}

form .row input:focus,
form .row textarea:focus {
  background-color: var(--color-background-input);
  border: 1px solid var(--color-text);
  box-shadow: none;
}

.copytext{
  cursor: pointer;
}

.copymsg{
  margin-top: -15px;
  font-style: italic;
  display: none;
  text-align: center;
  opacity: 0.4;
}

/* ------------------------------------------------------------
MEDIA QUERY ------------------------------------------------ */
@media only screen 
  and (min-width: 992px) 
  and (max-width: 1199.98px) {

  .gontran img{
    max-width: 130px;
  }
  .gontran h1{
    font-size: 1.8rem;
  }
  .gontran h2{
    font-size: 1.7rem;
    margin-top: -8px;
  }
  hr{
    width: 50%;
    height: 1px;
  }
  nav ul li{
    font-size: 0.95rem;
  }
  .imgcontainer img{
    height: 100%;
  }
}

/* --------------------------------------------------------- */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 991.98px) {

    .gontran img{
      max-width: 100px;
    }
    .gontran h1{
      font-size: 1.5rem;
    }
    .gontran h2{
      font-size: 1.4rem;
      margin-top: -5px;
    }
    hr{
      width: 50%;
      height: 1px;
    }
    nav ul li{
      font-size: 0.95rem;
      margin: 0.5rem 0.8rem;
    }
    .imgcontainer img{
      height: 100%;
    }
}

/* --------------------------------------------------------- */
@media only screen 
  and (min-width: 576px)
  and (max-width: 767.98px) {

    .inicio{
      flex-direction: column;
      overflow-y: scroll;
      padding: 5rem 0;
    }
    .gontran{
      width: 100%;
    }
    .imgcontainer{
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .imgcontainer img{
      width: 80%;
    }
    .gontran img{
      width: 100%;
    }
    .gontran h1{
      font-size: 1.8rem;
    }
    .gontran h2{
      font-size: 1.7rem;
      margin-top: -8px;
    }
    hr{
      width: 50%;
      height: 1px;
    }
    nav ul{
      margin-bottom: 5rem;
    }
    nav ul li{
      font-size: 1.3rem;
      margin: 0 1rem;
    }
    [data-anime]{
      bottom:inherit;
    }
    [data-anime].animate {
      top: 1rem;
    }
    .copytext{
      text-align: center;
    }
}

/* --------------------------------------------------------- */
@media only screen 
  and (max-width: 575.98px) {
    
    .inicio{
      flex-direction: column;
      overflow-y: scroll;
      padding: 5rem 0 3rem 0;
    }
    .gontran{
      width: 100%;
    }
    .imgcontainer{
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .imgcontainer img{
      width: 80%;
    }
    .gontran img{
      max-width: 100px;
    }
    .gontran h1{
      font-size: 1.5rem;
    }
    .gontran h2{
      font-size: 1.4rem;
      margin-top: -5px;
    }
    hr{
      width: 50%;
      height: 1px;
    }
    nav ul{
      flex-direction: column;
      align-items: center;
      margin-top: 1rem;
      margin-bottom: 5rem;
    }
    nav ul li{
      font-size: 1.5rem;
      margin: 0.3rem 0;
    }
    [data-anime]{
      bottom:inherit;
    }
    [data-anime].animate {
      top: 1rem;
    }
    .copytext{
      text-align: center;
    }
}