article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: '';
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-arrow,
.mfp-close:focus,
.mfp-close:hover {
  opacity: .65;
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-close,
.mfp-close-btn-in .mfp-close,
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  position: fixed;
  right: 25px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 44px;
}
.mfp-close:active {
  top: 1px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: auto;
  right: 10px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.clear {
  clear: both;
}
.displayflex {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.wfull {
  width: 100%;
  height: auto;
  display: table;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif !important;
  height: 100%;
  font-weight: 400;
}
.container-fix {
  width: auto;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.formc {
  width: 100%;
}
.formc ::placeholder {
  color: ;
  opacity: 1;
}
.formc :-ms-input-placeholder {
  color: ;
}
.formc ::-ms-input-placeholder {
  color: ;
}
.formc label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  color: ;
  text-align: left;
}
.formc label span {
  font-size: 14px;
}
.formc input[type="text"],
.formc input[type="email"],
.formc input[type="tel"] {
  width: 100%;
  height: 52px;
  margin-bottom: 12px;
  border-radius: 5px;
  padding-left: 20px;
  border: 0px;
  background-color: #FFF;
}
.formc textarea {
  width: 100%;
  height: 122px;
  margin-bottom: 15px;
  border-radius: 4px;
  padding-left: 20px;
  border: 0px;
  background-color: #FFF;
}
.formc input[type="submit"] {
  width: 100%;
  max-width: 250px;
  height: 45px;
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
  color: #FFF;
  background-color: #312782;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  border-radius: 30px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.formc input[type="submit"]:hover {
  background-color: ;
  color: #FFF;
}
.msg-send-form {
  color: #000;
  display: none;
  text-align: left;
  margin-top: 15px;
}
.msg-add-sucess {
  width: 92%;
  padding: 4%;
  max-width: 800px;
  border: 2px solid ;
  color: green;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 50px auto;
}
.page-404 {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 40px;
  color: #FFF;
}
.page-404 p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-404 a {
  display: inline-block;
  background-color: ;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.page-404 a:hover {
  background-color: #FFF;
  color: #000;
}
header {
  width: 100%;
  height: auto;
  display: table;
  padding-top: 30px;
  padding-bottom: 30px;
}
header .logo img {
  width: 100%;
  max-width: 354px;
  margin-bottom: -5px;
}
header .openmenu {
  width: 35px;
  float: right;
  display: none;
  cursor: pointer;
  margin-top: 20px;
}
header .openmenu span {
  display: block;
  height: 3px;
  background-color: #004DDB;
  border-radius: 5px;
  margin-bottom: 5px;
}
header #bgmenu {
  margin-top: 28px;
}
header #bgmenu ul {
  list-style: none;
  margin-bottom: 0px;
  text-align: right;
}
header #bgmenu ul .li-close {
  display: none;
  text-align: right;
}
header #bgmenu ul .li-close a {
  border-bottom: 0px;
}
header #bgmenu ul .li-close a img {
  width: 22px;
  display: inline-block;
  margin-right: 19px;
}
header #bgmenu ul .li-close a:hover {
  border-bottom: 0px;
}
header #bgmenu ul li {
  display: inline-block;
  margin-bottom: 0px;
}
header #bgmenu ul li a {
  background-color: transparent;
  color: #004DDB;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin-left: 40px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
header #bgmenu ul li a:hover {
  border-bottom: 2px solid #004DDB;
}
.bg-video {
  width: 100%;
  height: 660px;
  display: table;
  background: url('../img/bg_video.png') no-repeat center center;
  text-align: center;
}
.bg-video iframe {
  width: 100%;
  max-width: 800px;
  height: 480px;
  margin-top: 90px;
}
.oque-faz {
  padding-top: 70px;
  padding-bottom: 75px;
}
.oque-faz p {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  color: #312782;
}
.oque-faz h1 {
  width: 100%;
  max-width: 850px;
  color: #004DDB;
  font-size: 48px;
  line-height: 62px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 20px;
}
.oque-faz .listoqf {
  text-align: center;
}
.oque-faz .listoqf .boqf {
  margin-top: 40px;
}
.oque-faz .listoqf .boqf h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.oque-faz .listoqf .boqf img {
  width: 100%;
  max-width: 255px;
  margin-bottom: -5px;
}
.bg-qp {
  width: 100%;
  height: auto;
  display: table;
  background-color: #F8F8F8;
  padding-top: 70px;
  padding-bottom: 70px;
}
.bg-qp h3 {
  width: 100%;
  max-width: 415px;
  color: #004DDB;
  font-size: 48px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 45px;
}
.bg-qp p {
  color: #0CB3F2;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: underline;
}
.bg-qp .right-img img {
  width: 100%;
  max-width: 370px;
}
.bg-optometrista {
  width: 100%;
  height: auto;
  display: table;
  background-color: #004DDB;
  padding-top: 70px;
  padding-bottom: 75px;
  text-align: center;
  color: #FFF;
}
.bg-optometrista h4 {
  width: 100%;
  max-width: 688px;
  font-size: 48px;
  line-height: 62px;
  font-weight: 900;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 35px;
}
.bg-optometrista .box-opt {
  margin-top: 20px;
}
.bg-optometrista .box-opt p {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.bg-optometrista .box-opt img {
  width: 100%;
  max-width: 225px;
  margin-bottom: -5px;
}
.bg-profissional {
  width: 100%;
  height: auto;
  display: table;
  background-color: #F0FBFF;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #004DDB;
}
.bg-profissional h5 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 900;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.bg-profissional .img-left {
  text-align: center;
}
.bg-profissional .img-left img {
  width: 100%;
  max-width: 450px;
  margin-bottom: 5px;
}
.bg-profissional .img-left .p1 {
  font-size: 30px;
  font-weight: 900;
}
.bg-profissional .img-left .p2 {
  font-size: 18px;
  font-weight: 600;
}
.bg-profissional .rightt .p3 {
  width: 100%;
  max-width: 550px;
  font-size: 26px;
  font-weight: 600;
  margin-top: 70px;
}
.bg-profissional .r-agende {
  margin-top: 60px;
  text-align: center;
}
.bg-profissional .r-agende .box-tt p {
  color: #004DDB;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.bg-profissional .r-agende .box-tt a {
  width: 100%;
  display: inline-block;
  background-color: #004DDB;
  color: #FFF;
  padding-top: 23px;
  padding-bottom: 25px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  border-radius: 20px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.bg-profissional .r-agende .box-tt a:hover {
  opacity: 0.7;
}
.bg-profissional .r-agende .tt-whatsapp p {
  color: #00CC18;
}
.bg-profissional .r-agende .tt-whatsapp a {
  background-color: #00CC18;
}
.bg-profissional .r-agende .tt-whatsapp a img {
  width: 38px;
  margin-right: 20px;
}
#contato {
  padding-top: 70px;
  color: #004DDB;
}
#contato h6 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 900;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#contato .location {
  background: url('../img/icon-location.png') no-repeat center left;
  padding-left: 30px;
}
#contato .location .p1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#contato .location .p2 {
  font-size: 18px;
  font-weight: 600;
  color: #0CB3F2;
}
#contato .box-tt {
  text-align: center;
}
#contato .box-tt p {
  color: #004DDB;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#contato .box-tt a {
  width: 100%;
  display: inline-block;
  background-color: #004DDB;
  color: #FFF;
  padding-top: 23px;
  padding-bottom: 25px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  border-radius: 20px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
#contato .box-tt a:hover {
  opacity: 0.7;
}
#contato .tt-whatsapp {
  margin-top: 40px;
  margin-bottom: 40px;
}
#contato .tt-whatsapp p {
  color: #00CC18;
}
#contato .tt-whatsapp a {
  background-color: #00CC18;
}
#contato .tt-whatsapp a img {
  width: 34px;
  margin-right: 15px;
}
#contato .right-map iframe {
  width: 92%;
  float: right;
  height: 355px;
}
footer {
  width: 100%;
  height: auto;
  display: table;
  background-color: #004DDB;
  margin-top: 85px;
  padding-top: 40px;
  padding-bottom: 32px;
}
footer .logof {
  text-align: center;
}
footer .logof img {
  width: 100%;
  max-width: 390px;
}
footer .copy-dev {
  border-top: 1px solid #0CB3F2;
  margin-top: 30px;
  padding-top: 30px;
  color: #0CB3F2;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
footer .copy-dev .copy {
  margin-left: 50px;
}
footer .copy-dev .dev {
  text-align: right;
  padding-right: 50px;
}
footer .copy-dev .dev p a {
  color: #FFF;
}
.btn-whatsapp {
  width: 60px;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.btn-whatsapp img {
  width: 100%;
  margin-bottom: -5px;
}
.r-aclinica {
  margin-top: 80px;
}
.r-aclinica .galeria img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
  border-radius: 2px;
}
@media (max-width: 1220px) {
  .container-fix {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1080px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .logo {
    width: 75% !important;
    float: left;
    margin: 0px;
  }
  header .cright {
    width: 20% !important;
    float: right;
    margin: 0px;
  }
  header .cright .openmenu {
    display: table;
  }
  header .cright #bgmenu {
    display: none;
    text-align: left;
    background-color: #312782;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    z-index: 999;
    width: 200px;
    right: 0;
    top: -30px;
  }
  header .cright #bgmenu ul {
    text-align: right;
  }
  header .cright #bgmenu ul .li-close {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 8px;
  }
  header .cright #bgmenu ul .li-close a {
    border: 0px;
  }
  header .cright #bgmenu ul .li-close a:hover {
    background-color: transparent;
  }
  header .cright #bgmenu ul li {
    display: block;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 20px;
  }
  header .cright #bgmenu ul li a {
    margin-left: 0px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
  }
}
@media (max-width: 800px) {
  .bg-video {
    height: auto;
    background: url('../img/bg_video.png') no-repeat center center;
    background-size: 1450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bg-video iframe {
    height: 250px;
    margin-top: 0px;
  }
  .oque-faz {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .oque-faz p {
    font-size: 20px;
  }
  .oque-faz h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .oque-faz .listoqf {
    text-align: center;
  }
  .oque-faz .listoqf .boqf {
    margin-top: 35px;
  }
  .oque-faz .listoqf .boqf h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .oque-faz .listoqf .boqf img {
    max-width: 235px;
  }
  .bg-qp {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .bg-qp h3 {
    max-width: 265px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .bg-qp p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .bg-qp .right-img {
    display: none;
  }
  .bg-optometrista {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .bg-optometrista h4 {
    max-width: 100%;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .bg-optometrista .box-opt {
    margin-top: 45px;
  }
  .bg-optometrista .box-opt p {
    font-size: 26px;
    margin-bottom: 13px;
  }
  .bg-optometrista .box-opt img {
    max-width: 199px;
  }
  .bg-profissional {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .bg-profissional h5 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .bg-profissional .img-left {
    text-align: center;
  }
  .bg-profissional .img-left img {
    margin-bottom: 5px;
  }
  .bg-profissional .img-left .p1 {
    font-size: 24px;
  }
  .bg-profissional .img-left .p2 {
    font-size: 15px;
  }
  .bg-profissional .rightt .p3 {
    max-width: 100%;
    font-size: 18px;
    margin-top: 30px;
  }
  .bg-profissional .r-agende {
    margin-top: 40px;
  }
  .bg-profissional .r-agende .box-tt p {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .bg-profissional .r-agende .box-tt a {
    padding-top: 18px;
    padding-bottom: 19px;
    font-size: 28px;
    line-height: 28px;
    border-radius: 18px;
  }
  .bg-profissional .r-agende .tt-whatsapp {
    margin-top: 40px;
  }
  .bg-profissional .r-agende .tt-whatsapp a img {
    width: 26px;
    margin-right: 15px;
  }
  #contato {
    padding-top: 50px;
  }
  #contato h6 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  #contato .location {
    padding-left: 28px;
  }
  #contato .location .p1 {
    font-size: 20px;
  }
  #contato .location .p2 {
    font-size: 15px;
  }
  #contato .box-tt {
    text-align: center;
  }
  #contato .box-tt p {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #contato .box-tt a {
    padding-top: 18px;
    padding-bottom: 19px;
    font-size: 28px;
    line-height: 28px;
    border-radius: 18px;
  }
  #contato .tt-whatsapp {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #contato .tt-whatsapp a img {
    width: 26px;
    margin-right: 15px;
  }
  #contato .right-map {
    margin-top: 60px;
  }
  #contato .right-map iframe {
    width: 100%;
    float: left;
    height: 255px;
  }
  footer {
    margin-top: 75px;
    padding-top: 35px;
    padding-bottom: 32px;
  }
  footer .logof {
    text-align: center;
  }
  footer .copy-dev {
    margin-top: 25px;
    padding-top: 27px;
    font-size: 14px;
    text-align: center;
  }
  footer .copy-dev .copy {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  footer .copy-dev .dev {
    text-align: center;
    padding-right: 0px;
  }
  .btn-whatsapp {
    width: 44px;
    bottom: 15px;
    left: 15px;
  }
  .r-aclinica {
    margin-top: 60px;
  }
  .r-aclinica .galeria .ig {
    width: 50%;
    display: inline-block;
  }
  .r-aclinica .galeria img {
    margin-bottom: 10px;
    width: 94%;
  }
}
