:root {
  --main-header-color: #553d67;
}

html {
  font-family: "Dosis", sans-serif;
}

body {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.menu-desktop {
  background-color: var(--main-header-color);
  text-align: left;
  height: 70px;
  line-height: 70px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 30px;
}

.menu-desktop a {
  clear: left;
  text-decoration: none;
  color: #fff;
  margin: 0 15px;
  line-height: 60px;
}

.wrap-menu {
  background-color: var(--main-header-color);
  height: 70px;
  line-height: 70px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 30px;
}

/*
.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 40%;
  transform: translateX(-100%);
  transition: transform 200ms linear;
}*/

.menu_open {
  transform: translateX(0);
}

.menu-item {
  border-bottom: 1px solid rgba(116, 124, 129, 0.8);
  height: 70px;
  line-height: 70px;
  padding: 0 30px 0 30px;
  background-color: #0c0c0c;
  color: #fff;
}

.menu-item-action {
  color: #747c81;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
}

.btnMenu {
  display: block;
  text-decoration: none;
}

.btnMenu_open {
  color: #fff;
}

.btnMenu_close {
  border-bottom: 1px solid rgba(116, 124, 129, 0.8);
  background-color: #0c0c0c;
  height: 70px;
  line-height: 70px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 30px;
}

.menu_open {
  height: 100vh;
}


.logo-saga {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}


@media only screen and (min-width: 1000px) {
    .logo-saga {
        top: 12em;
        width: 200px;
    }  
}

@media only screen and (max-width: 1000px) {
    .logo-saga {
        width: 100px;
        top: 5.2em;
    }  
}

@media only screen and (max-width: 700px) {
    /*.menu {
    width: 75%;
  }*/
}




.slider {
  position: relative;
  top: -85px;
  z-index: -1;
  max-height: 100vh;
  
}

@media only screen and (max-width: 750px) {
  .slider {
    top: -40px;
  }
}

@media only screen and (max-width: 1000px) {
  .slider {
    padding-bottom: 0;
  }
}

.slider figure {
  width: 100%;
  margin: 0;
  left: 0;
  max-height: 80vh;
}

.slider figure img {
  max-height: 100vh;
}

.slick-next {
  right: 0;
}

.servicos {
  width: 100%;
  display: flex;
  padding-bottom: 5%;
}

.servicos-line {
  width: 60%;
  display: flex;
  justify-content: space-around;
}

.servicos-secondline {
  width: 40%;
  display: flex;
  justify-content: space-around;
}

.icone-servicos {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.texto-imagem {
  padding-top: 1em;
  text-align: center;
  font-size: 1.2em;
}

.icone-servicos img {
  height: 120px;
  width: 120px;
}

@media only screen and (max-width: 1000px) {
  .servicos {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .servicos-line,
  .servicos-secondline {
    width: 100%;
  }

  .servicos-secondline {
    padding-top: 2em;
  }
}

@media only screen and (max-width: 500px) {
  .texto-imagem {
    padding-top: 1em;
    text-align: center;
    font-size: 1em;
  }

  .icone-servicos img {
    height: 75px;
    width: 75px;
  }
}

.contatos {
  background-color: #d7c6fd;
  background-image: url(../img/bg_form.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding-top: 5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form {
  width: 50%;
  height: 350px;
  padding-bottom: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form h1 {
  color: #1c4d9f;
  margin-top: 0;
  font-size: 3em;
  font-weight: 300;
}

.form h2 {
  font-size: 3em;
  font-weight: 300;
  padding-bottom: 1em;
}

.form h2,
.form-label {
  color: var(--main-header-color);
}

.form-input {
  font-size: 1.3em;
  width: 80%;
  height: 75px;
  border: 0;
  border-radius: 35px;
  text-align: center;
  margin-bottom: 25px;
}

.form-submit {
  background-color: transparent;
  border: 0;
  color: var(--main-header-color);
  font-size: 1.5em;
}

@media only screen and (max-width: 1000px) {
  .contatos {
    justify-content: center;
  }

  .form {
    padding-top: 15%;
    padding-bottom: 15%;
    width: 100%;
  }

  .form h1 {
    font-size: 2em;
  }

  .form h2 {
    font-size: 1.5em;
  }

  .form-left {
    display: none;
  }
}

footer {
  width: 100%;
  background-color: var(--main-header-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icones {
  width: 300px;
  display: flex;
  justify-content: space-around;
}

.icones img {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 700px) {
  footer {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  footer p {
    font-size: 1.5em;
  }
}
