@font-face {
  font-family: 'Oswald Light';
  src: url("fonts/Oswald-Light.woff2") format("woff2"), url("fonts/Oswald-Light.woff") format("woff"), url("fonts/Oswald-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald Bold';
  src: url("fonts/Oswald-Bold.woff2") format("woff2"), url("fonts/Oswald-Bold.woff") format("woff"), url("fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald SemiBold';
  src: url("fonts/Oswald-SemiBold.woff2") format("woff2"), url("fonts/Oswald-SemiBold.woff") format("woff"), url("fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald-Regular.woff2") format("woff2"), url("fonts/Oswald-Regular.woff") format("woff"), url("fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald Medium';
  src: url("fonts/Oswald-Medium.woff2") format("woff2"), url("fonts/Oswald-Medium.woff") format("woff"), url("fonts/Oswald-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-family: 'Oswald';
  margin: 0;
  padding: 0;
}

.container {
  margin: auto;
  max-width: 1360px;
  padding: 5%;
}

h1, h2, h3 {
  margin: 0;
}

header {
  width: 100%;
  background: #ca1534 url(img/bg-header.jpg) top right no-repeat;
  background-size: cover;
}

header h1 {
  width: 326px;
  height: 87px;
  text-indent: -5000em;
  background: transparent url(img/megamidia.png) center no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  header h1 {
    max-width: 70%;
    margin: auto;
  }
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
}

@media (max-width: 767px) {
  header .partners {
    display: none;
  }
}

header .partners ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header .partners ul li {
  display: inline-block;
  margin: 15px 0 0 50px;
}

.main {
  margin: auto;
}

.main .container {
  padding: 0;
  max-width: 1200px;
}

.main .tagline {
  margin-top: 100px;
  background: transparent url(img/bg-topo.png) bottom center repeat-x;
}

@media (max-width: 767px) {
  .main .tagline {
    float: left;
    padding: 7% 7% 0 7%;
    margin: 0 0 50px 0;
  }
}

.main .tagline h2 {
  font-size: 3em;
  line-height: 1.15em;
  font-family: 'Oswald Bold';
}

@media (max-width: 767px) {
  .main .tagline h2 {
    font-size: 2.5em;
    letter-spacing: -.025em;
  }
}

@media (min-width: 768px) {
  .main .tagline h2 {
    max-width: 50%;
  }
}

.main .tagline p {
  font-family: 'Oswald Light';
  font-size: 34px;
  font-size: 2em;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .main .tagline p {
    font-size: 1.6em;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .main .tagline p {
    max-width: 48%;
  }
}

.main .tagline p strong {
  font-family: 'Oswald Bold';
}

.main .tagline img {
  max-width: 100%;
}

.main .solucoes {
  margin-top: 150px;
  position: relative;
  background: transparent url(img/bg-principal.png) top center repeat-y;
}

@media (max-width: 767px) {
  .main .solucoes {
    float: left;
    margin-top: 50px;
  }
}

.main .solucoes:before, .main .solucoes:after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 0;
}

.main .solucoes:before {
  top: 0;
}

.main .solucoes:after {
  bottom: 0;
}

.main .solucao {
  margin: 20px 0;
  padding: 4%;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .main .solucao {
    padding: 10%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .main .solucao {
    max-width: 38%;
  }
}

.main .solucao h3 {
  font-size: 2em;
  position: relative;
  padding-top: 25px;
  font-family: 'Oswald Light';
}

.main .solucao h3::before {
  content: '';
  width: 50px;
  height: 5px;
  background: #ca1534;
  position: absolute;
  top: 0;
  left: 0;
}

.main .solucao h3 strong {
  font-family: 'Oswald Bold';
}

.main .solucao p {
  font-family: 'Oswald Light';
  font-size: 1.3em;
}

.main .solucao p strong {
  font-family: 'Oswald Bold';
}

.main .solucao:nth-child(even) {
  background: #eee;
}

.main .solucao:nth-child(odd) {
  background: #262626;
  color: #fff;
}

@media (min-width: 768px) {
  .main .solucao:nth-child(1), .main .solucao:nth-child(3) {
    padding-right: 10%;
    max-width: 32%;
  }
}

.main .solucao:nth-child(4) p strong {
  font-size: 1.4em;
  font-family: 'Oswald Bold';
}

.main .solucao:nth-child(5) p strong {
  color: #ca1534;
}

.main .container-cta {
  width: 100%;
}

@media (max-width: 767px) {
  .main .container-cta {
    float: left;
    margin: 0 0 7% 9%;
    width: 89%;
  }
}

@media (min-width: 768px) {
  .main .container-cta {
    position: absolute;
    top: 300px;
    left: 53%;
    max-width: 490px;
    height: 100vh;
    padding-left: 60px;
    z-index: 10;
  }
}

.main .container-cta .cta {
  margin: auto;
  float: right;
  border: 5px solid;
  padding: 15px;
  max-width: 450px;
}

@media (max-width: 767px) {
  .main .container-cta .cta {
    padding: 10px;
  }
}

.main .container-cta .cta.fixed {
  position: fixed;
  top: 15px;
}

.main .container-cta .cta .container-form {
  margin-left: -40px;
}

.main .container-cta .cta .container-form h4 {
  background: #a90327;
  color: #fff;
  margin: 0;
  padding: 25px 15px;
  font-family: 'Oswald Light';
  font-weight: 400;
  text-align: center;
  font-size: 1.1em;
}

.main .container-cta .cta .container-form h4 strong {
  font-family: 'Oswald Bold';
}

.main .container-cta .cta .container-form form {
  display: block;
  background: #ca1534;
  color: #fff;
  padding: 20px 35px 35px 35px;
}

.main .container-cta .cta .container-form form .row label {
  font-family: 'Oswald Bold';
  text-transform: uppercase;
  font-size: 1.4em;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.main .container-cta .cta .container-form form .row input.form-control {
  padding: 2.5%;
  width: 95%;
  border: none;
  background: #eee;
  border-radius: 0;
}

.main .container-cta .cta .container-form form .row p.help-block {
  margin: 5px 0 10px 0;
}

.main .container-cta .cta .container-form form .row p.help-block ul[role="alert"] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main .container-cta .cta .container-form form ul {
  font-family: 'Oswald Light';
  font-weight: 300;
  font-size: .8em;
  margin: 20px 0 30px 0;
  padding-left: 5%;
}

.main .container-cta .cta .container-form form h5 {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald Bold';
  font-size: 1.5em;
  margin: 40px 0 15px 0;
  position: relative;
  padding-top: 20px;
}

.main .container-cta .cta .container-form form h5::before {
  content: '';
  height: 15px;
  width: 100%;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.main .container-cta .cta .container-form form h5::after {
  content: '';
  height: 15px;
  width: 50%;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.main .container-cta .cta .container-form form #success {
  margin-bottom: 30px;
}

.main .container-cta .cta .container-form form #success span {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1em;
}

.main .container-cta .cta .container-form form #sendMessageButton {
  display: block;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: .35em;
  color: #fff;
  text-decoration: none;
  font-family: 'Oswald Bold';
  font-size: 1em;
  padding: 10px 0;
  width: 95%;
  text-align: center;
  background: #000;
  position: relative;
  z-index: 10;
  margin: 0 0 0 10px;
  border: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .main .container-cta .cta .container-form form #sendMessageButton {
    margin: 0;
    width: 96%;
    letter-spacing: .25em;
  }
}

.main .container-cta .cta .container-form form #sendMessageButton::after {
  content: '';
  border: 2px solid #fff;
  width: 99%;
  height: 51px;
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 1;
}

@media (max-width: 767px) {
  .main .container-cta .cta .container-form form #sendMessageButton::after {
    height: 76px;
  }
}

.experiencia {
  position: relative;
  padding: 0 0 100px 0;
  background: transparent url(img/bg-experiencia.png) center center no-repeat;
}

@media (max-width: 767px) {
  .experiencia {
    float: left;
  }
}

.experiencia .container {
  max-width: 1200px;
}

.experiencia .container .tagline {
  border: 6px solid #000;
  padding: 5%;
  background: #fff;
}

@media (min-width: 768px) {
  .experiencia .container .tagline {
    border: 12px solid #000;
    padding: 30px 40% 30px 0;
    max-width: 35%;
  }
}

.experiencia .container .tagline .wrapper {
  padding: 5%;
}

@media (min-width: 768px) {
  .experiencia .container .tagline .wrapper {
    background: #fff;
    padding: 20px 0 20px 0;
    margin-left: -12px;
  }
}

.experiencia .container .tagline h2 {
  text-transform: uppercase;
  font-size: 4.7em;
  line-height: 1em;
  font-family: 'Oswald Bold';
}

@media (max-width: 767px) {
  .experiencia .container .tagline h2 {
    font-size: 2.5em;
  }
}

.experiencia .container .tagline h2 strong {
  color: #ca1534;
  display: inline-block;
  width: 100%;
}

.experiencia .container .tagline h3 {
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.25em;
  font-family: 'Oswald Bold';
  margin: 30px 0;
}

.experiencia .container .tagline h3 strong {
  color: #ca1534;
}

.experiencia .container .tagline p {
  font-size: 1.5em;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  .experiencia .video {
    width: 55%;
    position: absolute;
    left: 42%;
    top: 125px;
    padding: 50px 0 0 3%;
    background: transparent url(img/bg-video.png) top left repeat-x;
  }
}

@media (min-width: 1600px) {
  .experiencia .video {
    top: 155px;
  }
}

.experiencia .video img {
  max-width: 100%;
}

footer {
  background: #262626;
  width: 90%;
  padding: 5%;
  text-align: center;
}

@media (max-width: 767px) {
  footer {
    float: left;
  }
}

footer img {
  max-width: 300px;
}

@media (max-width: 767px) {
  footer img {
    max-width: 70%;
  }
}
/*# sourceMappingURL=style.css.map */