@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900");
html,
body {
  font-size: 16px;
  color: #363636;
  font-family: "Rubik", sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}

header {
  display: block;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  color: #011627;
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 700;
}

h1 {
  font-size: 52px;
  line-height: 55px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

a {
  color: #171F32;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #171F32;
}

ul.listaoculta {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul.listaoculta li {
  position: relative;
  margin-bottom: 11px;
}

.navbar-brand {
  height: 120px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.navbar-brand img {
  width: 60px;
  padding: 5px 0;
}

.top-nav-collapse {
  background: #ffffff !important;
  z-index: 999999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.top-nav-collapse .navbar-brand {
  top: 0px;
}
.top-nav-collapse .navbar-nav .nav-link {
  color: #000 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  font-weight: 600;
  margin-right: 30px;
}
.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #ff5421 !important;
}
.top-nav-collapse .navbar-nav .nav-link.active {
  color: #ff5421 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler {
  color: #ff5421;
}

@media only screen and (max-width: 991px) {
  .navbar-collapse .nav-item {
    border-bottom: 1px solid #171F32;
    margin-bottom: 10px;
    padding-left: 10px;
  }
}

#inicio {
  background-color: #F9F7F8;
  background-image: url(../img/bolboreta.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 100px 0px 100px 0px;
}
#inicio img.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 500px;
  line-height: 0;
}
#inicio .contents .subtext {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #ff5421;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
#inicio .contents .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 800;
  color: #011627;
}
#inicio .contents .title span {
  color: #ff5421;
}
#inicio .contents p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #363636;
  margin-bottom: 45px;
}

#caracteristicas {
  padding-top: 50px;
}
#caracteristicas i {
  font-size: 40px;
  color: #ff5421;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .caracteristica-item {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #inicio .contents .title {
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contents.dereita > img {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  #inicio .contents .title {
    font-size: 48px;
    line-height: 62px;
    font-weight: 800;
    color: #363636;
    margin-bottom: 30px;
  }
  .contents.dereita > img {
    padding-left: 25px;
  }
}

.titulo-paxina {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
.titulo-paxina .titulo-paxina-txt {
  text-align: center;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.titulo-fondo8 {
  background-image: url(../img/fondo8.jpg);
}

.section {
  background-color: #fff;
}

.social-icons {
  margin-top: 40px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867aa;
}

.facebook a:hover {
  background: #4867aa;
}

.twitter a {
  color: #1da1f2;
}

.twitter a:hover {
  background: #1da1f2;
}

.instagram a {
  color: #ea4c89;
}

.instagram a:hover {
  background: #ea4c89;
}



.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-align: center;
}

.back-to-top i {
  background: #ff5421;
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

footer {
  background: #F9F7F8;
  padding: 218px 0 93px;
}
footer .footer-logo {
  margin-bottom: 30px;
  max-width: 190px;
}
footer .footer-info {
  margin-bottom: 20px;
}
footer .footer-titulo {
  font-size: 18px;
  position: relative;
}
footer .footer-titulo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 40px;
  background: #ff5421;
}
