* {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
}

.cf-el::before,
.cf-el::after {
  content: "";
  display: table;
}

.cf-el::after {
  clear: both;
}

@font-face {
  font-family: openiconic;
  src: url("../fonts/open-iconic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon::before {
  font-family: openiconic;
  font-size: 45px;
  color: #003fec;
}

.cor-primaria {
  color: #003fec;
}

.cor-secundaria {
  color: #06cbb0;
}

.emp {
  width: 700px;
  height: 700px;
}

.nav .menu-nav__item {
  float: left;
  list-style: none;
  padding: 0.9375rem;
}

.nav .menu-nav__item:not(:first-child) {
  margin-left: 4.6875rem;
}

.nav .menu-nav__item .menu-nav__link {
  font-size: 1rem;
  text-decoration: none;
  color: black;
  font-weight: 500;
  border-bottom: 0.375rem;
  padding: 0.7rem;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.nav .menu-nav__item .menu-nav__link:hover {
  border-bottom: 0.375rem solid #06cbb0;
  padding: 0.7rem;
}

.nav .menu-nav__item .active {
  border-bottom: 0.375rem solid #003fec;
  font-weight: 800;
  padding: 0.7rem;
}

.nav .menu-nav:hover {
  cursor: pointer;
}

.nav .contact-btn {
  float: right;
  background-color: #003fec;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.9375rem 3.125rem;
  border: none;
  border-radius: 0.625rem;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.nav .contact-btn:hover {
  cursor: pointer;
  background-color: #06cbb0;
}

.icon-b::before {
  font-family: openiconic;
  border-radius: 15px;
  color: black;
  font-size: 35px;
  padding: 15px;
  float: left;
  margin: 0 25px 0 0;
}

.um::before {
  content: "\e0c2";
  background-color: #06cbb0;
}

.dois::before {
  content: "\e065";
  background-color: #003fec;
}

.tres::before {
  content: "\e0c8";
  background-color: #06cbb0;
}

.quatro::before {
  content: "\e02b";
  background-color: #003fec;
}

.bottom__items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bottom__item {
  margin-right: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.h1__botton {
  font-size: 16px;
  font-weight: 800;
}

.p__botton {
  font-size: 12px;
  font-weight: 400;
}

body {
  margin-left: 7.5rem;
  margin-top: 4.9375rem;
  margin-right: 7.5rem;
  margin-bottom: 4.9375rem;
}

main .container {
  width: 50%;
  position: relative;
  overflow: hidden;
  margin: auto;
}

main .cards {
  font-size: 70px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .cards__items {
  text-align: center;
  padding: 120px;
  height: 250px;
  min-width: 600px;
}

main .cards__items .secondarycolor {
  color: #06cbb0;
  line-height: 0.5;
}

main .display-left {
  position: absolute;
  top: 50%;
  z-index: 10;
}

main .display-left:hover {
  cursor: pointer;
}

main .display-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
}

main .display-right:hover {
  cursor: pointer;
}

main .display-left::before {
  content: "\e035";
}

main .display-right::before {
  content: "\e036";
}

.btn {
  border: none;
  background-color: white;
}
/*# sourceMappingURL=main.css.map */