/*
========================
======================== RESET
========================
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

object,
embed,
video,
iframe,
iframe['style'] {
  max-width: 100%;
  height: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  display: block;
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

/* Desktop */
@media (max-width: 1200px) {
}

/* Tablet */
@media (max-width: 991px) {
}

/* Celulares */
@media (max-width: 560px) {
}
