/* Defines */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

html {
  overflow: -moz-scrollbars-vertical;
}

html {
  overflow-x: auto;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #000;
}

div,
a,
p,
span,
nav,
input,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
ul,
form,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
}

figure.image {
  display: inline-block;
}

figure.image figcaption {
  background: #efefef;
  border-radius: 0 0 5px 5px;
  padding: 5px;
}

img {
  max-width: 100%;
  border: none;
}

nav ul {
  list-style: none;
}

div {
  line-height: 1.4rem;
}

p {
  line-height: 1.4rem;
}

h2 {
  line-height: 2rem;
}

/* buttons */
.bt-primary-danger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: red;
  border: solid thin red;
  color: white;
}

.bt-primary-danger svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-primary-danger:hover {
  background: #ff8989;
  border: solid thin #ff8989;
}

.bt-primary-danger:visited {
  background: red;
  border: solid thin red;
}

.bt-primary-danger:active {
  background: #790000;
  border: solid thin #790000;
}

.bt-primary-danger:focus {
  border: solid thin #790000;
}

.bt-primary-danger-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: red;
  border: solid thin red;
  color: white;
  padding: 5px 10px;
}

.bt-primary-danger-small svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-primary-danger-small:hover {
  background: #ff8989;
  border: solid thin #ff8989;
}

.bt-primary-danger-small:visited {
  background: red;
  border: solid thin red;
}

.bt-primary-danger-small:active {
  background: #790000;
  border: solid thin #790000;
}

.bt-primary-danger-small:focus {
  border: solid thin #790000;
}

.bt-primary-success {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: green;
  border: solid thin green;
  color: white;
}

.bt-primary-success svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-primary-success:hover {
  background: #81ff81;
  border: solid thin #81ff81;
}

.bt-primary-success:visited {
  background: green;
  border: solid thin green;
}

.bt-primary-success:active {
  background: #006f00;
  border: solid thin #006f00;
}

.bt-primary-success:focus {
  border: solid thin #006f00;
}

.bt-primary-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #333;
  border: solid thin #333;
  color: white;
}

.bt-primary-one svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-primary-one:hover {
  background: #4e4e4e;
  border: solid thin #4e4e4e;
}

.bt-primary-one:visited {
  background: #333;
  border: solid thin #333;
}

.bt-primary-one:active {
  background: #000;
  border: solid thin #000;
}

.bt-primary-one:focus {
  border: solid thin #000;
}

.bt-primary-one-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #333;
  border: solid thin #333;
  color: white;
  padding: 5px 10px;
}

.bt-primary-one-small svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-primary-one-small:hover {
  background: #4e4e4e;
  border: solid thin #4e4e4e;
}

.bt-primary-one-small:visited {
  background: #333;
  border: solid thin #333;
}

.bt-primary-one-small:active {
  background: #000;
  border: solid thin #000;
}

.bt-primary-one-small:focus {
  border: solid thin #000;
}

.bt-primary-warning {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: goldenrod;
  border: solid thin goldenrod;
  color: white;
}

.bt-primary-warning svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-primary-warning:hover {
  background: gold;
  border: solid thin gold;
}

.bt-primary-warning:visited {
  background: goldenrod;
  border: solid thin goldenrod;
}

.bt-primary-warning:active {
  background: darkgoldenrod;
  border: solid thin darkgoldenrod;
}

.bt-primary-warning:focus {
  border: solid thin darkgoldenrod;
}

.bt-secondary-danger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: red;
  border: solid thin red;
}

.bt-secondary-danger svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-secondary-danger:hover {
  background: none;
  color: #ff8989;
  border: solid thin #ff8989;
}

.bt-secondary-danger:visited {
  background: red;
  border: solid thin red;
}

.bt-secondary-danger:active {
  background: #790000;
  border: solid thin #790000;
}

.bt-secondary-danger:focus {
  border: solid thin #790000;
}

.bt-secondary-success {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: green;
  border: solid thin green;
}

.bt-secondary-success svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-secondary-success:hover {
  background: none;
  color: #81ff81;
  border: solid thin #81ff81;
}

.bt-secondary-success:visited {
  background: green;
  border: solid thin green;
}

.bt-secondary-success:active {
  background: #006f00;
  border: solid thin #006f00;
}

.bt-secondary-success:focus {
  border: solid thin #006f00;
}

.bt-secondary-warning {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: goldenrod;
  border: solid thin goldenrod;
}

.bt-secondary-warning svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-secondary-warning:hover {
  background: none;
  color: gold;
  border: solid thin gold;
}

.bt-secondary-warning:visited {
  background: goldenrod;
  border: solid thin goldenrod;
}

.bt-secondary-warning:active {
  background: darkgoldenrod;
  border: solid thin darkgoldenrod;
}

.bt-secondary-warning:focus {
  border: solid thin darkgoldenrod;
}

.bt-thirdary-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: blue;
  border: solid thin transparent;
}

.bt-thirdary-info svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-thirdary-info:hover {
  background: none;
  color: #8a8aff;
  border: solid thin transparent;
}

.bt-thirdary-info:visited {
  background: blue;
  border: solid thin blue;
}

.bt-thirdary-info:active {
  background: #02027b;
}

.bt-thirdary-info:focus {
  border: solid thin transparent;
  border-bottom: solid thin #8a8aff;
}

.bt-thirdary-danger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: red;
  border: solid thin transparent;
}

.bt-thirdary-danger svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-thirdary-danger:hover {
  background: none;
  color: #ff8989;
  border: solid thin transparent;
}

.bt-thirdary-danger:visited {
  background: red;
  border: solid thin red;
}

.bt-thirdary-danger:active {
  background: #790000;
  border: solid thin #790000;
}

.bt-thirdary-danger:focus {
  border: solid thin transparent;
  border-bottom: solid thin red;
}

.bt-thirdary-success {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: green;
  border: solid thin transparent;
}

.bt-thirdary-success svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-thirdary-success:hover {
  background: none;
  color: #81ff81;
  border: solid thin transparent;
}

.bt-thirdary-success:visited {
  background: green;
  border: solid thin green;
}

.bt-thirdary-success:active {
  background: #006f00;
  border: solid thin #006f00;
}

.bt-thirdary-success:focus {
  border: solid thin transparent;
  border-bottom: solid thin #81ff81;
}

.bt-thirdary-warning {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: goldenrod;
  border: solid thin transparent;
}

.bt-thirdary-warning svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-thirdary-warning:hover {
  background: none;
  color: gold;
  border: solid thin transparent;
}

.bt-thirdary-warning:visited {
  background: goldenrod;
  border: solid thin goldenrod;
}

.bt-thirdary-warning:active {
  background: darkgoldenrod;
  border: solid thin darkgoldenrod;
}

.bt-thirdary-warning:focus {
  border: solid thin transparent;
  border-bottom: solid thin goldenrod;
}

.bt-primary-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #333;
  border: solid thin #333;
  color: white;
}

.bt-primary-one svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-primary-one:hover {
  background: #4e4e4e;
  border: solid thin #4e4e4e;
}

.bt-primary-one:visited {
  background: #333;
  border: solid thin #333;
}

.bt-primary-one:active {
  background: #000;
  border: solid thin #000;
}

.bt-primary-one:focus {
  border: solid thin #000;
}

.bt-secondary-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #333;
  border: solid thin #333;
}

.bt-secondary-one svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-secondary-one:hover {
  background: none;
  color: #4e4e4e;
  border: solid thin #4e4e4e;
}

.bt-secondary-one:visited {
  background: #333;
  border: solid thin #333;
}

.bt-secondary-one:active {
  background: #000;
  border: solid thin #000;
}

.bt-secondary-one:focus {
  border: solid thin #000;
}

.bt-thirdary-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #333;
  border: solid thin transparent;
  padding-left: 0;
  padding-right: 0;
}

.bt-thirdary-one svg {
  width: 0.7rem;
  margin-right: 5px;
}

.bt-thirdary-one:hover {
  background: none;
  color: #4e4e4e;
  border: solid thin transparent;
}

.bt-thirdary-one:visited {
  background: #333;
  border: solid thin #333;
}

.bt-thirdary-one:active {
  background: #000;
  border: solid thin #000;
}

.bt-thirdary-one:focus {
  border: solid thin transparent;
  border-bottom: solid thin #333;
}

body {
  letter-spacing: .025em;
}

.content {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

header.inter {
  max-width: 1366px;
  margin: auto;
  padding: 0 10px;
}

header.home {
  text-align: center;
}

header.home .logo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
  height: 70px;
  vertical-align: middle;
}

main .call-phone {
  background: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -8px;
  padding: 40px;
  font-size: 1.5rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 600px) {
  main .call-phone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

main .call-phone a {
  margin: 10px;
}

main .call-phone .whatsapp {
  display: inline-block;
  padding: 0 5px 0 20px;
}

main .call-phone .whatsapp svg {
  width: 2rem;
}

.infos-plantas,
.infos-apes {
  max-width: 1366px;
  margin: auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  .infos-plantas,
  .infos-apes {
    padding: 40px 0;
  }
}

.infos-plantas .infos,
.infos-apes .infos {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .infos-plantas .infos,
  .infos-apes .infos {
    margin-bottom: 0;
    width: 50%;
    padding-right: 30px;
  }
}

.infos-plantas .infos .title,
.infos-apes .infos .title {
  font-weight: bold;
  width: 100%;
}

.infos-plantas .infos ul,
.infos-apes .infos ul {
  padding-left: 25px;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 100%;
}

@media (max-width: 600px) {
  .infos-plantas .infos ul,
  .infos-apes .infos ul {
    padding-bottom: 20px;
  }
}

.infos-plantas .infos p,
.infos-apes .infos p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.infos-plantas .carousel-mol,
.infos-apes .carousel-mol {
  width: 100%;
}

@media (min-width: 600px) {
  .infos-plantas .carousel-mol,
  .infos-apes .carousel-mol {
    width: 50%;
  }
}

.infos-plantas .carousel-mol .items-infos-apes,
.infos-apes .carousel-mol .items-infos-apes {
  height: 180px;
}

@media (min-width: 600px) {
  .infos-plantas .carousel-mol .items-infos-apes,
  .infos-apes .carousel-mol .items-infos-apes {
    height: 383px;
  }
}

.infos-cobertura,
.call-middle {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  .infos-cobertura,
  .call-middle {
    padding: 40px 0;
  }
}

.infos-cobertura .title,
.call-middle .title {
  font-weight: bold;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 600px) {
  .infos-cobertura .title,
  .call-middle .title {
    padding: 10px;
  }
}

.infos-cobertura .option,
.call-middle .option {
  background: black;
  color: white;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.infos-cobertura .carousel-mol,
.call-middle .carousel-mol {
  width: 100%;
}

.infos-cobertura {
  padding: 40px;
}

.infos-cobertura .items-cobertura {
  height: 245px;
}

@media (min-width: 600px) {
  .infos-cobertura .items-cobertura {
    height: 1000px;
  }
}

.infos-cobertura .items-cobertura img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  vertical-align: middle;
}

.infos-cobertura .items-infraestrutura {
  height: 218px;
}

@media (min-width: 600px) {
  .infos-cobertura .items-infraestrutura {
    height: 800px;
  }
}

.infos-cobertura .items-infraestrutura img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  vertical-align: middle;
}

.infos-plantas .option {
  background: #313132;
  color: white;
}

.infos-plantas .option div {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.whatsapp-float-link {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 102;
  padding: 15px 20px 12px 15px;
  border-radius: 10px 0 0 10px;
  background: black;
  border: solid thin whitesmoke;
  fill: white;
  -webkit-box-shadow: 3px 3px 14px -7px #333;
          box-shadow: 3px 3px 14px -7px #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: right 2s;
  transition: right 2s;
}

@media (min-width: 600px) {
  .whatsapp-float-link {
    right: -100px;
  }
}

.whatsapp-float-link svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: #00e676;
}

.whatsapp-float-link .text {
  margin-left: 10px;
}

.whatsapp-float-link .text div {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9rem;
  line-height: 1.2rem;
}

.whatsapp-float-link:hover {
  right: 0;
}

footer .footer {
  background: #333;
  color: white;
}

footer .footer .content-footer {
  max-width: 1366px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 10px;
}

footer .footer .content-footer .item {
  width: 100%;
}

@media (min-width: 768px) {
  footer .footer .content-footer .item {
    width: 25%;
  }
}

footer .footer .content-footer .item .logo {
  width: 100%;
  text-align: center;
  background: white;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 8px;
}

footer .footer .content-footer .item .social-menu {
  margin-top: 30px;
}

footer .footer .content-footer .item .social-menu ul li {
  fill: white;
}

footer .footer .content-footer .item .social-menu ul li a svg {
  fill: white;
}

footer .footer .content-footer .item .contact a {
  color: white;
  width: 100%;
  display: block;
}

footer .footer .content-footer .item .info-2 {
  margin-top: 20px;
}

footer .footer .content-footer .item .title {
  font-weight: bold;
  font-size: 1.2rem;
}

footer .footer .content-footer .item .text {
  margin: 10px 0 30px;
}

footer .copy-right {
  max-width: 1366px;
  margin: auto;
  margin-bottom: 100px;
  padding: 10px 5px;
  font-size: .8rem;
  text-align: center;
}

footer h1 {
  font-size: .8rem;
  display: inline-block;
}

.top-bar-home {
  max-width: 1366px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.top-bar-home .logo {
  width: 9rem;
}

.top-bar-home .logo a {
  display: inline-block;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.top-bar-home .menu-home ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar-home .menu-home ul li:nth-last-child() {
  position: relative;
  margin-right: 30px;
}

.top-bar-home .menu-home ul li:nth-last-child() .search-form-box {
  position: absolute;
  bottom: -8px;
  right: 100%;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.top-bar-home .menu-home ul li:nth-last-child() .search-form-box input {
  background: none;
  font-size: 0.9rem;
}

@media (max-width: 480px) {
  .top-bar-home .menu-home ul li:nth-child(5),
  .top-bar-home .menu-home ul li:nth-child(4),
  .top-bar-home .menu-home ul li:nth-child(3),
  .top-bar-home .menu-home ul li:nth-child(2) {
    display: none;
  }
  .top-bar-home .menu-home ul li:nth-child(1) {
    margin-right: 5px;
  }
}

.top-bar-home .menu-home ul li {
  fill: white;
  display: inline-block;
  padding: 5px;
  margin-bottom: -5px;
  position: relative;
}

.top-bar-home .menu-home ul li a {
  color: white;
  font-weight: bold;
  padding: 5px;
}

.top-bar-home .menu-home ul li a svg {
  width: 2rem;
  fill: white;
}

.top-bar-home .menu-home ul li svg {
  width: 2rem;
}

.top-bar-home .search-form-box {
  width: 300px;
  position: absolute;
  right: 0;
  z-index: 1;
  background: black;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 480px) {
  .top-bar-home .search-form-box {
    width: 200px;
  }
}

.top-bar-home .search-form-box input {
  font-size: 1.2rem;
  border: none;
  background: none;
  color: #808080;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
  position: relative;
  top: 0;
  padding: 10px;
}

.top-bar-home .search-form-box input:focus-visible {
  outline: none;
  border: none;
}

.top-bar-home .search-form-box svg {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  z-index: 1;
  top: 28%;
  right: 10px;
  color: #ccc;
}

.top-bar-home .search-form-box .dropdown {
  -webkit-box-shadow: 0 3px 14px -7px #333;
          box-shadow: 0 3px 14px -7px #333;
  -webkit-box-shadow: 0 25px 50px -12px #333;
          box-shadow: 0 25px 50px -12px #333;
  display: none;
  background: white;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

.top-bar-home .search-form-box .dropdown a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #353535;
}

.top-bar-home .search-form-box .dropdown a:hover {
  background: #e6e6e6;
}

.top-bar-inter {
  max-width: 1366px;
  margin: auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar-inter div.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px;
}

.top-bar-inter div.menu svg {
  width: 2rem;
  height: 2rem;
}

.top-bar-inter div.menu nav {
  position: absolute;
  background: #fff;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0 3px 14px -7px #333;
          box-shadow: 0 3px 14px -7px #333;
  -webkit-box-shadow: 0 25px 50px -12px #333;
          box-shadow: 0 25px 50px -12px #333;
}

.top-bar-inter div.menu nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 200px;
}

.top-bar-inter div.menu nav ul ul {
  position: absolute;
  background: #fff;
  display: none;
  top: 0;
  left: 100%;
  z-index: 1;
  min-width: 242px;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0 3px 14px -7px #333;
          box-shadow: 0 3px 14px -7px #333;
  -webkit-box-shadow: 0 25px 50px -12px #333;
          box-shadow: 0 25px 50px -12px #333;
}

.top-bar-inter div.menu nav ul li {
  display: inline-block;
  width: 100%;
  position: relative;
}

.top-bar-inter div.menu nav ul li a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px;
  font-weight: bold;
}

.top-bar-inter div.menu nav ul li a svg {
  width: 5rem;
  height: 5rem;
  fill: #fff;
}

.top-bar-inter div.menu nav ul li .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background: #333;
}

.top-bar-inter div.menu nav ul li .sign:hover {
  background: #4e4e4e;
}

.top-bar-inter div.menu nav ul li .sign:active {
  background: #000;
}

.top-bar-inter div.menu nav ul li:hover {
  background: #4e4e4e;
}

.top-bar-inter div.menu nav ul li:hover > a {
  color: white;
}

.top-bar-inter div.menu nav ul li:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-bar-inter .logo {
  width: 9rem;
}

.top-bar-inter .logo a {
  display: inline-block;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.social-menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .social-menu ul li:nth-child(5),
  .social-menu ul li:nth-child(4),
  .social-menu ul li:nth-child(3),
  .social-menu ul li:nth-child(2) {
    display: none;
  }
  .social-menu ul li:nth-child(1) {
    margin-right: 5px;
  }
}

.social-menu ul li {
  fill: black;
  display: inline-block;
  padding: 5px;
  margin-bottom: -5px;
  position: relative;
}

.social-menu ul li a {
  color: white;
}

.social-menu ul li a svg {
  width: 2rem;
  fill: black;
}

.social-menu ul li svg {
  width: 2rem;
}

.social-menu .search-form-box {
  width: 300px;
  position: absolute;
  right: 0;
  z-index: 1;
  background: black;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 480px) {
  .social-menu .search-form-box {
    width: 200px;
  }
}

.social-menu .search-form-box input {
  font-size: 1.2rem;
  border: none;
  background: none;
  color: #808080;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
  position: relative;
  top: 0;
  padding: 10px;
}

.social-menu .search-form-box input:focus-visible {
  outline: none;
  border: none;
}

.social-menu .search-form-box svg {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  z-index: 1;
  top: 28%;
  right: 10px;
  color: #ccc;
}

.social-menu .search-form-box .dropdown {
  -webkit-box-shadow: 0 3px 14px -7px #333;
          box-shadow: 0 3px 14px -7px #333;
  -webkit-box-shadow: 0 25px 50px -12px #333;
          box-shadow: 0 25px 50px -12px #333;
  display: none;
  background: white;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

.social-menu .search-form-box .dropdown a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #353535;
}

.social-menu .search-form-box .dropdown a:hover {
  background: #e6e6e6;
}

form,
.post {
  margin: 10px 0;
  width: 50%;
}

form label,
.post label {
  margin-top: 15px;
  display: inline-block;
}

form .msg-error,
.post .msg-error {
  background: #ff7878;
  color: #fff;
  margin-top: -18px;
  margin-bottom: 10px;
  padding: 2px 15px;
  width: 100%;
  font-size: 0.8rem;
  border-radius: 0 0 5px 5px;
}

form .msg-success,
.post .msg-success {
  background: green;
  color: #fff;
  margin-top: -18px;
  margin-bottom: 10px;
  padding: 2px 15px;
  width: 100%;
  font-size: 0.8rem;
  border-radius: 0 0 5px 5px;
}

.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

.input {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.input svg {
  position: absolute;
  left: 12px;
  top: 8px;
  width: 1.3rem;
  height: 1.3rem;
}

.input input,
.input select {
  padding: 5px 10px 5px 48px;
  border-radius: 5px;
  border: solid thin #ff8989;
  font-size: 1rem;
  height: 2.4rem;
  display: block;
  width: 100%;
}

.input .select {
  padding: 5px 10px 5px 48px;
  border-radius: 5px;
  border: solid thin #ff8989;
  font-size: 1rem;
  height: 2.4rem;
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input .select .option {
  padding: 4px 0;
  width: 100%;
  display: none;
}

.input .select .selected {
  display: block;
}

.input .select .option:hover {
  font-weight: bold;
}

.input .select:hover {
  outline: solid thin black;
}

.input textarea {
  background: #f2fff2;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  padding: 5px 10px 5px 48px;
  border-radius: 5px;
  border: solid thin #ff8989;
  font-size: 1rem;
  line-height: 1.7rem;
  display: block;
}

.input #author_name {
  border: none;
  background: none;
  font-weight: bold;
  padding-top: 10px;
}

.post #body {
  min-height: 1000px;
}

.post form {
  width: 100%;
}

.title {
  margin-bottom: 10px;
  font-size: 2rem;
}

.nothing-to-show {
  padding: 30px 0;
}

.entities .entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

.entities .entity-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 0 10px 0;
}

.entities .entity-label {
  overflow: hidden;
}

.entities .id {
  width: 5%;
}

.entities .cod {
  width: 15%;
}

.entities .nick {
  width: 35%;
}

.entities .email {
  width: 35%;
}

.entities .actions {
  width: 10%;
}

.entities .pair {
  background: #ccc;
}

.entities .odd {
  background: none;
}

.orders {
  padding: 30px 0;
}

.orders .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.orders .order-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
}

.orders .id {
  width: 5%;
}

.orders .approve {
  width: 10%;
}

.orders .entity {
  width: 40%;
}

.orders .amount {
  width: 10%;
}

.orders .actions {
  width: 10%;
}

.orders .pair {
  background: #ccc;
}

.orders .odd {
  background: none;
}

.posts-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.posts-list-box h2 {
  width: 100%;
}

.posts-list-box .posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 720px) {
  .posts-list-box .posts-list {
    width: 75%;
  }
}

.posts-list-box .posts-list .item {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
  margin: 10px 10px 50px 0;
}

@media (min-width: 720px) {
  .posts-list-box .posts-list .item {
    width: 350px;
  }
}

.posts-list-box .posts-list .item .thumbnail {
  overflow: hidden;
}

.posts-list-box .posts-list .item .thumbnail img {
  width: 100%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.posts-list-box .posts-list .item .info {
  background: white;
  position: absolute;
  z-index: 1;
  bottom: -45px;
  margin: 0 20px;
  padding: 20px;
}

.posts-list-box .posts-list .item .info h4 {
  text-transform: uppercase;
}

.posts-list-box .posts-list .item:hover > .thumbnail > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 720px) {
  .posts-list-box .posts-sidebar {
    width: 24%;
  }
}

.posts-list-box .posts-sidebar .newsletter {
  background: #333;
  border-radius: 8px;
  padding: 30px 20px 20px;
  color: white;
}

.posts-list-box .posts-sidebar .newsletter .title {
  font-weight: bold;
  font-size: 1.5rem;
}

.posts-list-box .posts-sidebar .newsletter .subtitle {
  margin: 10px 0;
}

.posts-list-box .posts-sidebar .last-edition {
  margin-top: 50px;
}

.authors-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  margin: 10px 0;
  padding: 10px;
}

.authors-list .item a:nth-child(1) {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  display: inline-block;
  border-radius: 100%;
  margin: 10px;
}

.authors-list .item a:nth-child(1) img {
  width: 100%;
}

.authors-list .item a:nth-child(2) {
  width: 100%;
  text-align: center;
}

.authors-list .item:hover {
  background: #ccc;
}

.categories-list,
.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.categories-list .item,
.tags-list .item {
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f2f2f2;
  border: solid thin #333;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories-list .item :nth-child(1),
.tags-list .item :nth-child(1) {
  font-weight: bold;
}

.categories-list .item :nth-child(2),
.tags-list .item :nth-child(2) {
  margin-top: 5px;
  display: none;
}

.categories-list .item:hover > :nth-child(2),
.tags-list .item:hover > :nth-child(2) {
  display: initial;
}

.msg-error {
  background: #ff7878;
  color: #fff;
  margin-bottom: 10px;
  padding: 2px 15px;
  width: 50%;
  font-size: 0.8rem;
  display: inline-block;
}

.msg-success {
  background: green;
  color: #fff;
  margin-bottom: 10px;
  padding: 2px 15px;
  width: 50%;
  font-size: 0.8rem;
  display: inline-block;
}

.post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post .post-area {
  width: 75%;
  margin-right: 10px;
}

.post .sidebar {
  width: 23%;
  margin-left: 10px;
  margin-top: 25px;
}

.post .sidebar .author-to-add,
.post .sidebar .categories-to-add,
.post .sidebar .tags-to-add {
  position: absolute;
  top: 39px;
  right: 0;
  background: #fff;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 10s;
  transition: height 10s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.post .sidebar .author-to-add .item,
.post .sidebar .categories-to-add .item,
.post .sidebar .tags-to-add .item {
  padding: 5px;
  text-align: right;
  font-size: 0.8rem;
  cursor: pointer;
}

.post .sidebar .author-to-add .item:hover,
.post .sidebar .categories-to-add .item:hover,
.post .sidebar .tags-to-add .item:hover {
  background: #333;
  color: #fff;
}

.post .sidebar .author-to-add .pair,
.post .sidebar .categories-to-add .pair,
.post .sidebar .tags-to-add .pair {
  background: #f9f9f9;
}

.post .sidebar .author-to-add .odd,
.post .sidebar .categories-to-add .odd,
.post .sidebar .tags-to-add .odd {
  background: #f2f2f2;
}

.post .sidebar .author-to-add .item:first-child,
.post .sidebar .categories-to-add .item:first-child,
.post .sidebar .tags-to-add .item:first-child {
  background: #333;
  color: #fff;
}

.thumbnail-box {
  background: white;
  padding: 15px;
}

.thumbnail-box label {
  width: 100%;
}

.image-upload {
  border: solid thin #222;
  padding: 10px;
}

.image-upload form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pre-view {
  width: 100%;
  padding: 15px 0;
}

.pre-view img {
  max-width: 400px;
  width: 100%;
  border: solid thin #ccc;
}

.cut-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cut-type .option {
  max-width: 100px;
  width: 100%;
  border: solid 5pt #fff;
}

.cut-type .option.selected {
  border: solid 5pt #333;
}

.localization {
  position: relative;
}

.localization svg {
  display: none;
}

@media (max-width: 600px) {
  .localization {
    overflow-x: scroll;
  }
  .localization img {
    width: 1200px;
    max-width: 1200px;
  }
  .localization svg {
    display: initial;
    position: absolute;
    bottom: 5%;
    left: 2%;
    -webkit-animation: swipe 2s infinite;
            animation: swipe 2s infinite;
    z-index: 1;
    fill: white;
  }
}

@-webkit-keyframes swipe {
  0% {
    left: 2%;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 2%;
  }
}

@keyframes swipe {
  0% {
    left: 2%;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 2%;
  }
}

.carrousel-mol {
  position: absolute;
  top: 0;
  left: 0;
}

.carrousel-mol .elements .carrousel-mol-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: middle;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.carrousel-mol .elements .carrousel-mol-item .post-banner {
  max-width: 1366px;
  margin: auto;
  padding: 0 10px;
  color: white;
  text-align: center;
  position: absolute;
}

.carrousel-mol .elements .carrousel-mol-item .post-banner a {
  color: inherit;
}

.carrousel-mol .elements .carrousel-mol-item .post-banner a h3 {
  color: inherit;
  font-size: 2rem;
  line-height: 2.2rem;
}

.carrousel-mol .elements .carrousel-mol-item .post-banner p {
  color: inherit;
}

.carrousel-mol .elements .carrousel-mol-item .post-banner .abstract {
  font-style: italic;
  margin: 20px 0;
}

.scroll-to-content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  cursor: pointer;
}

.scroll-to-content svg {
  fill: white;
}

.single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-post .single-content {
  width: 100%;
}

@media (min-width: 720px) {
  .single-post .single-content {
    width: 75%;
  }
}

.single-post .single-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 10px 0;
}

@media (min-width: 720px) {
  .single-post .single-content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.single-post .single-content .single-abstract {
  margin: 10px 0;
  display: inline-block;
  font-style: italic;
}

.single-post .single-content .single-infs {
  margin: 10px 0;
  color: #353535;
  font-size: .8rem;
}

.single-post .single-content .single-infs .cat {
  background: #333;
  color: white;
  padding: 5px;
}

.single-post .single-content .single-thumbnail {
  width: 100%;
  margin-bottom: 50px;
}

.single-post .single-content .single-thumbnail img {
  width: 100%;
}

.single-post .single-content .single-thumbnail .single-thumbnail-legend {
  background: #333;
  color: white;
  padding: 5px 10px;
  margin-top: -8px;
  font-size: .8rem;
}

.single-post .single-content .text {
  font-size: 1.3rem;
  line-height: 2rem;
  width: 100%;
  overflow: hidden;
}

.single-post .single-content .text p {
  line-height: inherit;
}

.single-post .single-content .text img {
  float: left;
  padding: 10px;
}

.single-post .single-content .single-tags {
  margin-top: 20px;
}

.single-post .single-content .single-tags h4 {
  display: inline-block;
}

.single-post .single-content .single-tags .item {
  padding: 5px;
  background: #191919;
  color: white;
  display: inline-block;
  margin: 5px;
  border-radius: 8px;
}

.single-post .single-content .about-multi-midia {
  display: inline-block;
  margin: 20px 0;
}

.single-post .single-content .about-multi-midia p {
  font-size: 1rem;
  margin: 10px 0 5px;
}

.single-post .single-content .about-multi-midia ul {
  padding-left: 20px;
}

.single-post .single-content .single-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-post .single-content .single-share ul li a {
  display: inline-block;
  margin: 10px;
}

.single-post .single-content .single-share ul li a svg {
  width: 2rem;
  height: 2rem;
}

.single-post .single-content .single-share ul li .copy {
  border-radius: 5px;
  background: black;
  color: white;
  padding: 5px;
  font-size: .8rem;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
}

.single-post .single-content .similiar-box {
  margin-top: 20px;
}

.single-post .single-content .similiar-box .similiar .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-post .single-content .similiar-box .similiar .item .thumbnail {
  width: 18%;
}

.single-post .single-content .similiar-box .similiar .item .dsc {
  width: 72%;
  padding: 10px 10px 10px 20px;
}

@media (min-width: 720px) {
  .single-post .single-sidebar {
    width: 24%;
  }
}

.single-post .single-sidebar .newsletter {
  background: #333;
  border-radius: 8px;
  padding: 30px 20px 20px;
  color: white;
}

.single-post .single-sidebar .newsletter .title {
  font-weight: bold;
  font-size: 1.5rem;
}

.single-post .single-sidebar .newsletter .subtitle {
  margin: 10px 0;
}

.single-post .single-sidebar .last-edition {
  margin-top: 50px;
}

.home-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-content-box .home-content {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .home-content-box .home-content {
    width: 75%;
  }
}

.home-content-box .home-content .posts-option-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-content-box .home-content .posts-option-1 .item {
  position: relative;
  overflow: hidden;
}

.home-content-box .home-content .posts-option-1 .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.home-content-box .home-content .posts-option-1 .item .overlay {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 10px;
  background: none;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black, transparent);
}

.home-content-box .home-content .posts-option-1 .item .overlay a {
  color: inherit;
}

.home-content-box .home-content .posts-option-1 .item .overlay .title {
  font-weight: bold;
  font-size: 1.2rem;
}

.home-content-box .home-content .posts-option-1 .item .overlay .infs {
  font-size: .8rem;
}

.home-content-box .home-content .posts-option-1 .item:hover > a > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 720px) {
  .home-content-box .home-content .posts-option-1 .col-1 {
    width: 50%;
    padding-right: 5px;
  }
}

.home-content-box .home-content .posts-option-1 .col-1 .item {
  width: 100%;
  height: 400px;
}

.home-content-box .home-content .posts-option-1 .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 720px) {
  .home-content-box .home-content .posts-option-1 .col-2 {
    width: 50%;
  }
}

.home-content-box .home-content .posts-option-1 .col-2 .item {
  width: 49%;
  height: 197px;
  margin: 0 0 5px;
}

.home-content-box .home-content .posts-option-1 .col-2 .item .title {
  font-size: .8rem;
  line-height: .8rem;
}

.home-content-box .home-content .posts-option-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.home-content-box .home-content .posts-option-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.home-content-box .home-content .posts-option-2 .col-1 {
  padding-right: 5px;
}

@media (min-width: 720px) {
  .home-content-box .home-content .posts-option-2 .col-1 {
    width: 50%;
  }
}

.home-content-box .home-content .posts-option-2 .col-1 .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.home-content-box .home-content .posts-option-2 .col-1 .item .title {
  font-size: 1rem;
  font-weight: bold;
}

.home-content-box .home-content .posts-option-2 .col-1 .item a:nth-child(1) {
  width: 30%;
  height: 120px;
}

.home-content-box .home-content .posts-option-2 .col-1 .item a:nth-child(2) {
  padding-left: 10px;
  width: 70%;
}

.home-content-box .home-content .posts-option-2 .col-1 .item:nth-child(1) a:nth-child(1) {
  width: 100%;
  height: 400px;
}

.home-content-box .home-content .posts-option-2 .col-1 .item:nth-child(1) a:nth-child(2) {
  padding-left: 0;
  width: 100%;
}

.home-content-box .home-content .posts-option-2 .col-1 .item:nth-child(1) .title {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 10px;
}

@media (min-width: 720px) {
  .home-content-box .home-content .posts-option-2 .col-2 {
    width: 50%;
    padding-left: 10px;
  }
}

.home-content-box .home-content .posts-option-2 .col-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.home-content-box .home-content .posts-option-2 .col-2 .item .title {
  font-weight: bold;
}

.home-content-box .home-content .posts-option-2 .col-2 .item a:nth-child(1) {
  width: 30%;
  height: 120px;
}

.home-content-box .home-content .posts-option-2 .col-2 .item a:nth-child(2) {
  width: 70%;
  padding-left: 10px;
}

@media (min-width: 720px) {
  .home-content-box .home-sidebar {
    width: 24%;
  }
}

.home-content-box .home-sidebar .newsletter {
  background: #333;
  border-radius: 8px;
  padding: 30px 20px 20px;
  color: white;
}

.home-content-box .home-sidebar .newsletter .title {
  font-weight: bold;
  font-size: 1.5rem;
}

.home-content-box .home-sidebar .newsletter .subtitle {
  margin: 10px 0;
}

.home-content-box .home-sidebar .last-edition {
  margin-top: 50px;
}

.home-content-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #e6e6e6;
  padding: 20px;
  margin-top: 20px;
}

.home-content-box-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media (min-width: 720px) {
  .home-content-box-2 .col-1 {
    width: 25%;
  }
}

.home-content-box-2 .col-1 .item {
  margin-bottom: 10px;
}

.home-content-box-2 .col-1 .item:nth-child(2) a:nth-child(1) {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.home-content-box-2 .col-1 .item:nth-child(2) a:nth-child(1) img {
  height: 200px;
  width: 100%;
}

@media (min-width: 720px) {
  .home-content-box-2 .col-2 {
    width: 50%;
    padding: 0 20px;
  }
}

.home-content-box-2 .col-2 .item {
  position: relative;
}

.home-content-box-2 .col-2 .item a {
  display: inline-block;
  width: 100%;
}

.home-content-box-2 .col-2 .item .overlay {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: white;
  width: 90%;
  margin: 0 5%;
  padding: 20px;
}

.home-content-box-2 .col-2 .item .overlay .title {
  font-weight: bold;
  font-size: 1.3rem;
}

@media (min-width: 720px) {
  .home-content-box-2 .col-3 {
    width: 25%;
  }
}

.home-content-box-2 .col-3 .item a:nth-child(1) {
  width: 100%;
  height: 200px;
  display: inline-block;
  margin-bottom: 5px;
}

.home-content-box-2 .col-3 .item:nth-child(2) a:nth-child(1) {
  width: 100%;
  height: 150px;
}

.banner-inter-horizontal {
  border: solid thin #353535;
}

.banner-inter-horizontal a {
  display: inline-block;
}

.contact-list {
  margin-top: 20px;
}

.contact-list .item {
  width: 100%;
  margin-bottom: 20px;
}

.contact-list .item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1rem;
  line-height: 1.3rem;
}

.contact-list .item svg {
  width: 1rem;
}

.contact-list .item .title {
  font-weight: bold;
  font-size: 1.4rem;
}

.link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-icon a:nth-child(1) {
  width: 1.8rem;
  margin-right: 5px;
}

.link-icon a:nth-child(1) svg {
  width: 100%;
}

.link-icon a:nth-child(2) {
  font-size: 1rem;
  font-weight: bold;
}

.carousel-mol {
  border: solid 4pt black;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 0;
}

.carousel-mol .next-slide-mol,
.carousel-mol .prev-slide-mol {
  position: absolute;
  top: 45%;
  z-index: 100;
  display: none;
  padding: 2px;
  margin: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 601px) {
  .carousel-mol .next-slide-mol,
  .carousel-mol .prev-slide-mol {
    display: initial;
    background: white;
    border-radius: 100%;
  }
}

.carousel-mol .prev-slide-mol {
  left: 0;
}

.carousel-mol .next-slide-mol {
  right: 0;
}

.carousel-mol .elements .carousel-mol-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
}

.carousel-mol-item-item {
  width: 33.33%;
  background: black;
  color: white;
  height: 100%;
}

.single-content {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}

@media (min-width: 720px) {
  .single-content {
    width: 75%;
  }
}

.single-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 10px 0;
}

@media (min-width: 720px) {
  .single-content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.single-content .single-abstract {
  margin: 10px 0;
  display: inline-block;
  font-style: italic;
}

.single-content .single-infs {
  margin: 10px 0;
  color: #353535;
  font-size: .8rem;
}

.single-content .single-infs .cat {
  background: #333;
  color: white;
  padding: 5px;
}

.single-content .single-thumbnail {
  width: 100%;
  margin-bottom: 50px;
}

.single-content .single-thumbnail img {
  width: 100%;
}

.single-content .single-thumbnail .single-thumbnail-legend {
  background: #333;
  color: white;
  padding: 5px 10px;
  margin-top: -8px;
  font-size: .8rem;
}

.single-content .text {
  font-size: 1.3rem;
  line-height: 2rem;
  width: 100%;
  overflow: hidden;
}

.single-content .text p {
  line-height: inherit;
}

.single-content .text img {
  float: left;
  padding: 10px;
}

.single-content .single-tags {
  margin-top: 20px;
}

.single-content .single-tags h4 {
  display: inline-block;
}

.single-content .single-tags .item {
  padding: 5px;
  background: #191919;
  color: white;
  display: inline-block;
  margin: 5px;
  border-radius: 8px;
}

.single-content .about-multi-midia {
  display: inline-block;
  margin: 20px 0;
}

.single-content .about-multi-midia p {
  font-size: 1rem;
  margin: 10px 0 5px;
}

.single-content .about-multi-midia ul {
  padding-left: 20px;
}

.single-content .single-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-content .single-share ul li a {
  display: inline-block;
  margin: 10px;
}

.single-content .single-share ul li a svg {
  width: 2rem;
  height: 2rem;
}

.single-content .single-share ul li .copy {
  border-radius: 5px;
  background: black;
  color: white;
  padding: 5px;
  font-size: .8rem;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
}

.single-content .similiar-box {
  margin-top: 20px;
}

.single-content .similiar-box .similiar .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-content .similiar-box .similiar .item .thumbnail {
  width: 18%;
}

.single-content .similiar-box .similiar .item .dsc {
  width: 72%;
  padding: 10px 10px 10px 20px;
}

.fachada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  max-width: 1366px;
  margin: auto;
}

@media (min-width: 720px) {
  .fachada {
    padding: 0;
  }
}

@media (min-width: 720px) {
  .fachada .fachada-img {
    width: 50%;
    margin-bottom: 10px;
  }
}

.fachada .fachada-img .box-img {
  display: inline-block;
  background: black;
  padding: 5px 5px 0;
}

.fachada .fachada-dsc {
  padding-top: 10px;
}

@media (min-width: 720px) {
  .fachada .fachada-dsc {
    width: 50%;
    padding: 0 0 20px 40px;
  }
}

.fachada .fachada-dsc h3 {
  margin-bottom: 10px;
}

.fachada .fachada-dsc ul {
  padding-left: 30px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.view-img-zoom {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-img-zoom .close {
  position: fixed;
  right: 0;
  top: 0;
  background-color: black;
  padding: 10px 10px 5px 10px;
  border-radius: 0 0 20px 20px;
}

.view-img-zoom .close svg {
  fill: white;
}

.view-img-zoom img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.other-options {
  padding: 10px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black;
  color: white;
}

@media (min-width: 720px) {
  .other-options {
    padding: 40px;
  }
}

.other-options p {
  line-height: 2rem;
  padding-bottom: 10px;
}

@media (min-width: 600px) {
  .other-options .text {
    width: 80%;
  }
}

.other-options .girl {
  width: 100%;
  text-align: center;
}

@media (min-width: 600px) {
  .other-options .girl {
    width: 15%;
  }
}

.other-options .girl svg {
  width: 100%;
}

.nome-empreendimento {
  padding: 25px 10px 0;
  max-width: 1366px;
  margin: auto;
}

.nome-empreendimento h1 {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

@media (min-width: 720px) {
  .nome-empreendimento {
    padding: 25px 0 30px;
  }
  .nome-empreendimento h1 {
    font-size: 2rem;
  }
}

.nome-empreendimento p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.black {
  background-color: black;
  color: white;
}

.cookies {
  position: fixed;
  bottom: 100px;
  z-index: 100;
  width: 80%;
  margin: 30px;
  background: white;
  border: solid gray 1pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 600px) {
  .cookies {
    bottom: 0;
  }
}

.cookies p {
  width: 80%;
}
/*# sourceMappingURL=styles.css.map */