@font-face {
  font-family: 'Myriad Pro';
  src: 
    url('../font/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
    url('../font/MyriadPro-Regular.otf')  format('opentype'),
    url('../font/MyriadPro-Regular.woff') format('woff'), 
    url('../font/MyriadPro-Regular.ttf')  format('truetype'), 
    url('../font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Myriad Pro Semibold';
  src: 
    url('../font/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),  
    url('../font/MyriadPro-Semibold.otf')  format('opentype'),
    url('../font/MyriadPro-Semibold.woff') format('woff'), 
    url('../font/MyriadPro-Semibold.ttf')  format('truetype'), 
    url('../font/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  background: #fafafa;
}

section.content {
  padding: 0 0 20px 0;
}

.topoKabum {
    background: #2149a2;
    padding: 20px 0;
}

.container {
  max-width: 1070px;
}

header {
  padding-bottom: 0;
  padding-top:20px;
}

h1 {
  font-family: 'Myriad Pro Semibold';
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
  text-transform: uppercase;
}

h1 b {
  font-size: 65px;
  display: block;
}

h2 {
  font-family: "Myriad Pro", Myriad, Arial;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #9b9b9b;
}

.content img {
  margin: 0 auto;
}

.newsletter {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  width: 100%;
  margin-top: 50px;
  min-height: 268px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(56,56,56,0.17);
  box-shadow: 0 2px 6px 0 rgba(56,56,56,0.17);
}

.newsletter p {
  margin: 0;
}

.newsletter p.content {
  font-family: "Myriad Pro", Myriad, Arial;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #3b4399;
  margin-bottom: 15px;
  text-align: center;
  text-transform:  uppercase;
}


.newsletter .form-group {
  position: relative;
}

.newsletter .form-control {
  height: 40px;
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
  line-height: 40px;
  font-family: "Myriad Pro", Myriad, Arial;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #7c7c7c;
}

.newsletter .submit {
  font-family: 'Myriad Pro Semibold';
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  /* height: 40px; */
  border-radius: 6px;
  background-color: #ffbb00;
  line-height: 40px;
  border: none;
  width: 100%;
  padding: 20px 20px;
  margin: 10px 0 0 0;
  display:  inline-block;
}

.newsletter .screen-reader-response {
  display: none;
}

.newsletter .wpcf7-mail-sent-ok {
  color: #3b4399;
  font-family: "Myriad Pro", Myriad, Arial;
  font-size: 14px;
  font-weight: bold;
}

.newsletter input.form-control.error {
  border-color: red;
}

.newsletter label.error {
  position: absolute;
  color: red;
  font-size: 10px;

}

#contador {
  font-family: 'Myriad Pro Semibold';
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.78;
  letter-spacing: 1.2px;
  text-align: center;
  color: #3b4399;
  height: 88px;
}

#contador .timer {
  display: inline-block;
  padding: 0 7px;
}

#contador .text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.07;
  letter-spacing: normal;
  text-align: center;
}

#contador .days {
  color: #ffbb00;
  padding-right: 20px;
}

#contador .separator {
  display: inline-block;
  vertical-align: top;
}

.buttons {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 30px;
}

.buttons li {
  padding: 0 15px;
  display: inline-block;
}

.buttons li a {
  padding-left: 40px;
  display: block;
  border-radius: 6px;
  width: 127px;
  font-family: "Myriad Pro", Myriad, Arial;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #3b4399;
  height: 40px;
  line-height: 40px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(56,56,56,0.17);
  box-shadow: 0 2px 6px 0 rgba(56,56,56,0.17);
}

.buttons li.agende a {
  background: url(../img/ico-agenda.png) 12px center #fff no-repeat;
}

.buttons li.evento a {
  background: url(../img/ico-facebook.png) 12px center #fff no-repeat;
}

@media (max-width: 991px) {

  header {
    padding-bottom: 0;
    position: absolute;
    width: 100%;
  }

  h1 {
    font-size: 16px;
    margin: 5px 0;
  }

  h1 b {
    font-size: 32px;
    margin-bottom: 0;
  }

  #contador {
    font-size: 35px;
    height: 45px;
  }

  #contador .text {
    line-height: 1.07;
  }

  #contador .timer {
    padding: 0 3px;
  }

  #contador .days {
    padding-right: 10px;
  }

  .content img {
    margin-top: 10px;
    width: 100%;
  }


.newsletter {
    min-height: 0;
    max-width: 360px;
    margin: 20px auto 10px;
}

  .newsletter p.content {
    text-align: center;
  }

  .form-group {
    width: 50%;
    float: left;
  }

  .form-group.nome {
    padding-right: 10px;
  }

  .buttons {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  #contador {
    font-size: 48px;
  }
  .buttons li {
    float: left;
    width: 50%;
    padding: 0;
  }

  .buttons li a {
    width: 100%;
    max-width: 127px;
    margin: 0 auto;
  }
}

