@charset "UTF-8";
/* ===============================================
CORES DO PROJETO
==================================================

Vermelho Claro: #dd8585
Vermelho Escuro: #b51f36
Azul Light: #e6ecf6
Azul Claro: #80b0de
Azul Médio: #4c7cbf
Azul Escuro: #194072
Azul Muito Escuro: #0e2e4f
Cinza: #666666

==================================================
FONTES DO PROJETO
================================================== */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

/* ===============================================
SETUP BÁSICO
================================================== */

body {
  font-size: 62.5%;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666666;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

textarea:focus,
input:focus {
  outline: none;
}

/* ===============================================
CONTAINER / COLUNAS
================================================== */

.secao {
  text-align: center;
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
}

.paddingless {
  padding: 0 !important;
}

.bgbranco {
  background-color: #fff !important;
}

.bglightblue {
  background-color: #e6ecf6;
}

.bgazulextremo {
  background-color: #4c7cbf;
}

.base-vermelha {
  border-bottom: solid 0.5em #b51f36;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.coluna {
  flex-direction: column;
  align-content: center;
}

.linha {
  flex-direction: row;
}

.coluna-txt {
  width: 65%;
  margin: 0 auto;
  text-align: left;
}

.coluna1 {
  width: 100%;
  margin-bottom: 6em;
}

.coluna1:last-child {
  margin-bottom: 0;
}

.coluna2 {
  width: 48%;
  margin-right: 4%;
  padding-bottom: 4em;
  margin-bottom: 4em;
  border-bottom: 1px solid #ccc;
}

.coluna2:nth-child(2n + 2) {
  margin-right: 0;
}

.coluna2:nth-last-child(-n + 2) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.coluna3 {
  width: 31.62393%;
  margin-right: 2.5641%;
  margin-bottom: 6em;
}

.coluna3:nth-child(3n + 3) {
  margin-right: 0;
}

.coluna3:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

/*Precisa melhorar essa parte do código*/

.cards .coluna1,
.cards .coluna2,
.cards .coluna3 {
  display: flex;
  flex-direction: column;
}

.cards .coluna1 p,
.cards .coluna2 p,
.cards .coluna3 p {
  flex-grow: 1;
}

.cards .coluna2 ul {
  flex-grow: 1;
}

/* ===============================================
PRINCIPAL
================================================== */

p {
  font-size: 1.6em;
  font-weight: 400;
  color: #666666;
  margin-bottom: 1.625em;
}

p:last-child {
  margin-bottom: 0;
}

p strong {
  font-weight: 600;
}

a {
  color: #194072;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover {
  color: #0e2e4f;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

h1 {
  font-size: 3.6em;
  font-weight: 700;
  text-transform: uppercase;
  color: #194072;
  text-align: center;
  padding-bottom: 0.5em;
}

.h1-home {
  font-size: 2.6em;
  font-weight: 400;
  text-transform: uppercase;
  color: #4c7cbf;
  text-align: center;
  padding-bottom: 0;
}

.h1-home span {
  font-size: 0.615em;
  font-weight: 600;
  margin-bottom: 1.625em;
  text-transform: none;
  color: #666666;
}

h2 {
  font-size: 2.6em;
  font-weight: 400;
  text-transform: uppercase;
  color: #4c7cbf;
  text-align: center;
  margin-bottom: 3em;
}

h2 span {
  font-size: 0.615em;
  font-weight: 600;
  margin-bottom: 1.625em;
  text-transform: none;
  color: #666666;
}

.h2-banner {
  margin-bottom: 0;
}

.h2-home {
  margin-bottom: 1em;
}

.h2-fit {
  margin-top: 2em;
  margin-bottom: 1em;
}

h3 {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #b51f36;
  margin-bottom: 1em;
}

h3 small {
  color: #666666;
  font-weight: 600;
  font-size: .8em;
}

h4 {
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 1em;
}

.apresentacao p {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home {
  padding-top: 3em !important;
  padding-bottom: 6em !important;
}

.telefone-rodape {
  font-size: 1.8em;
  color: #4c7cbf;
  margin: 1em 0;
  font-weight: 400;
}

.telefone-rodape span {
  font-size: 0.8em;
  color: #afc9e8;
  text-transform: uppercase;
}

/* ===============================================
MENU / CABEÇALHO
================================================== */

main {
  margin-top: 12em;
}

header {
  background: #4c7cbf;
  z-index: 100;
  top: 0;
  right: 0;
  position: fixed;
  width: 100%;
  border-bottom: solid 0.5em #80b0de;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

header .container {
  align-items: center;
  height: 12em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header-min {
  height: 8em !important;
}

header figure {
  width: 30%;
  height: 70%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header figure img {
  max-height: 100%;
}

header nav {
  width: 70%;
  text-align: right;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header nav li {
  display: inline-block;
  font-size: 2em;
  line-height: 2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 7%;
}

header nav li a {
  color: #fff;
}

header nav li a:hover {
  color: #80b0de;
}

/* ===============================================
MENU MOBILE
================================================== */

.fechaMenu {
  display: none;
}

.menu-mob {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  width: 220px;
  height: 100%;
  padding-top: 1em;
  background: #194072;
  box-shadow: inset 5px -10px 10px 0 rgba(0, 0, 0, 0.3);
}

.menu-mob ul {
  list-style: none;
}

.menu-mob ul li {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header nav li .last-item-menu {
  padding-right: 0;
}

.menu-mob li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.menu-mob-bt {
  text-align: right;
}

.menu-anchor {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*-----------Esconde menu mobile-----------*/

.menu-mob {
  -webkit-transform: translateX(220px);
  transform: translateX(220px);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

header,
main,
footer,
.banners {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/*------Classe 'menu-mob' na tag HTML------*/

.menu-active .menu-mob {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu-active header,
.menu-active main,
.menu-active footer,
.menu-active .banners {
  -webkit-transform: translateX(-220px);
  transform: translateX(-220px);
}

/* ============================================
MAIN
=============================================== */

.banner figure {
  margin: 0 auto;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.banner img {
  width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.iconep {
  margin: 0 auto;
  max-width: 14em;
  max-height: 14em;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: 0.3em solid #80b0de;
  margin-bottom: 3em;
}

.iconeg {
  margin: 0 auto;
  max-width: 20em;
  max-height: 20em;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: 0.3em solid #80b0de;
  margin-bottom: 3em;
}

.iconep img,
.iconeg img {
  width: 100%;
  border-radius: 50%;
}

.bt-link {
  margin: 1.5em auto 0 auto;
  padding: 0.8em 2em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8em;
  display: table;
  color: #fff;
  background-color: #4c7cbf;
  border: 0.2em solid #80b0de;
  border-radius: 1em;
}

.bt-link:hover {
  color: #fff;
  background-color: #194072;
  border: 0.2em solid #4c7cbf;
}

.botao-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  font-size: 2.6rem;
  color: #fff !important;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #4ac959;
  border-radius: 50%;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.botao-whatsapp:hover {
  background-color: #455a64;
}

.ap-invisivel {
  position: relative;
}

.ap-invisivel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: -1;
  background: url(../images/aparelho-invisivel-comparativo.jpg) no-repeat;
  background-position: right center;
  -webkit-background-size: 120% !important;
  background-size: 120% !important;
}

.ap-invisivel-card {
  display: flex;
  flex-direction: column;
}

.ap-invisivel-card div {
  display: flex;
  justify-content: space-around;
}

.ap-invisivel-card div img {
  margin-top: 2em;
  width: 80%;
}

.bgfoto {
  height: 600px;
  border-bottom: solid 0.5em #b51f36;
}

.parallax {
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-attachment: fixed;
  background-position: 50% 0;
}

.bg-consultorio {
  background: url(../images/bg-consultorio.jpg) no-repeat;
}

.bg-checkup {
  background: url(../images/bg-checkup.jpg) no-repeat;
}

.imgEspecialidade {
  margin-top: 2.6em;
  margin-bottom: 2.6em;
  width: 100%;
}

.marginTop0 {
  margin-top: 0;
}

.imgEspecialidade img {
  width: 100%;
  border-radius: 2em;
}

.curriculo li {
  text-align: left;
  list-style: circle;
  font-size: 1.6em;
  font-weight: 400;
  color: #666666;
  margin-left: 2rem;
}

/* ============================================
RODAPÉ
=============================================== */

footer {
  background-color: #4c7cbf;
  border-top: solid 0.5em #b51f36;
}

.footer-links {
  text-align: center;
  padding: 2em 0;
}

.footer-links p {
  font-size: 1.2em;
  text-align: center;
  color: #afc9e8;
  margin: 1em 0;
}

.footer-links ul {
  margin: 1em 0;
}

.footer-links ul li {
  display: inline-block;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer-links ul li:last-child {
  margin-right: 0;
}

.footer-links ul li a {
  font-size: 1.4em;
  color: #fff;
  text-transform: uppercase;
}

.footer-links ul li a:hover {
  color: #80b0de;
}

.copyright {
  background-color: #194072;
  padding: 2em 0;
}

.copyright p {
  font-size: 1.2em;
  text-align: center;
  color: #afc9e8;
  margin: 0;
}

/* ===============================================
FORMULÁRIO DE CONTATO
================================================== */
legend {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  color: #666666;
  width: 100%;
  padding: 1em 0;
  background-color: #f2f2f2;
  margin: 2em 0;
}

legend:first-child {
  margin-top: 0;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.formMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.formGroup {
  width: 100%;
  max-width: 500px;
  margin-bottom: 3em;
  position: relative;
}

label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  color: #666666;
  border: 0;
  top: 1em;
  left: 0.6em;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  background: #fff;
  color: #666666;
  border: none;
  border-radius: 0.2em 0.2em 0 0;
  border-bottom: 1px solid #999;
  width: 100%;
  max-width: 500px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  padding: 1.6em 2.8em 0.6em 0.6em;
}

textarea {
  height: 10em;
  padding: 1.6em 2.2em 0.6em 0.6em;
}

select {
  height: 2.7em;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
select:disabled {
  background: #f2f2f2;
}

input:focus ~ label,
textarea:focus ~ label {
  left: 0.9em;
  top: 0.4em;
  font-size: 1.1em;
  color: #999999;
}

.labelActive {
  left: 0.9em;
  top: 0.4em;
  font-size: 1.1em;
  color: #999999;
}

button[type="submit"] {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  background-color: #4c7cbf;
  margin: 1em auto 0 auto;
  padding: 0.8em 2em;
  text-transform: uppercase;
  color: #fff;
  border: 0.2em solid #80b0de;
  border-radius: 1em;
  display: table;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

button[type="submit"]:hover {
  background-color: #194072;
  border: 0.2em solid #4c7cbf;
}

.submitDisabled {
  background-color: #666666 !important;
  border: 0.2em solid #999999 !important;
  pointer-events: none;
}

.g-recaptcha > div {
  margin: 0 auto;
}

/* Barra Inferior ================================= */
.formBar {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
}

.formBar:before,
.formBar:after {
  content: "";
  height: 0.2em;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #999;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.formBar:before {
  left: 50%;
}

.formBar:after {
  right: 50%;
}

input:focus ~ .formBar:before,
input:focus ~ .formBar:after {
  width: 50%;
}

/* === Alertas de Validação === */
#alertaForm {
  position: absolute;
  right: 1em;
  top: 1.3em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.campoFormValido::after {
  font-family: "Font Awesome 5 Free";
  font-size: 2.2em;
  font-weight: 900;
  color: #007c31;
  content: "\f058";
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.campoFormInvalido::after {
  font-family: "Font Awesome 5 Free";
  font-size: 2.2em;
  font-weight: 900;
  color: #db3737;
  content: "\f06a";
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

#alertaFormMsg {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  text-align: left;
  bottom: -1.6em;
  left: 0.6em;
  color: #db3737;
  position: absolute;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* == Modal do formulário de contato == */
.modal-view-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 350;
}

.view.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: -webkit-transform 0.1s ease-in-out,
    opacity 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}

.view.modal.visible {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.modal-view-details {
  background: #fff;
  z-index: 500;
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 2.5em;
  width: 100%;
  max-width: 500px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.5em;
  box-shadow: 0 0.7em 2em rgba(0, 0, 0, 0.4);
}

.modal-view-details p {
  text-align: center;
  margin: 0;
}

.modal-view-details p:first-child {
  color: #db3737;
  font-size: 2em;
  text-transform: uppercase;
}

.modal-view-details button {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  background-color: #4c7cbf;
  margin: 2em auto 0 auto;
  padding: 0.8em 2em;
  text-transform: uppercase;
  color: #fff;
  border: 0.2em solid #80b0de;
  border-radius: 1em;
  display: table;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal-view-details button:hover {
  background-color: #194072;
  border: 0.2em solid #4c7cbf;
}

.modal:after {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
}

.view {
  will-change: transform;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

/* == Box para Mensagens de  OnSite == */
.alertContainer {
  width: 100%;
  max-width: 1170px;
  padding: 0 2em;
  margin: 0 auto;
}

.alert {
  width: 100%;
  padding: 15px;
  margin-top: 4em;
  border: 1px solid transparent;
  border-radius: 0.4em;
  border: solid 1px #d6e9c6;
  background-color: #dff0d8;
  text-align: center;
}

/* ===============================================
MEDIA QUERIES
================================================== */

@media screen and (max-width: 1920px) {
  .banner figure {
    height: 700px;
  }

  .ap-invisivel-bg {
    -webkit-background-size: 115% !important;
    background-size: 115% !important;
  }
}

@media screen and (max-width: 1600px) {
  .banner figure {
    height: 650px;
  }

  .ap-invisivel-bg {
    -webkit-background-size: 125% !important;
    background-size: 125% !important;
  }
}

@media screen and (max-width: 1440px) {
  .banner figure {
    height: 625px;
  }

  .ap-invisivel-bg {
    -webkit-background-size: 135% !important;
    background-size: 135% !important;
  }
}

@media screen and (max-width: 1280px) {
  .banner figure {
    height: 600px;
  }

  .bgfoto {
    height: 500px;
  }

  .parallax {
    -webkit-background-size: 110% !important;
    background-size: 110% !important;
  }

  .ap-invisivel-bg {
    -webkit-background-size: 150% !important;
    background-size: 150% !important;
  }
}

@media screen and (max-width: 1190px) {
  .banner figure {
    height: 550px;
  }

  .container {
    padding: 0 1.4em;
  }
}

@media screen and (max-width: 1170px) {
  .ap-invisivel-bg {
    -webkit-background-size: 160% !important;
    background-size: 160% !important;
  }

  .coluna-txt {
    width: 75%;
  }
}

@media screen and (max-width: 1080px) {
  .banner figure {
    height: 520px;
  }

  .bgfoto {
    height: 450px;
  }

  .ap-invisivel-bg {
    -webkit-background-size: 180% !important;
    background-size: 180% !important;
  }

  .coluna-txt {
    width: 85%;
  }
}

@media screen and (max-width: 960px) {
  header nav li {
    font-size: 1.8em;
    line-height: 1.8em;
    margin-left: 2em;
  }

  .banner figure {
    height: 450px;
  }

  .bgfoto {
    height: 400px;
  }

  .parallax {
    -webkit-background-size: 120% !important;
    background-size: 120% !important;
  }

  .coluna3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4em;
  }

  .coluna3:nth-last-child(-n + 3) {
    margin-bottom: 4em;
  }

  .coluna3:last-child {
    margin-bottom: 0;
  }

  .ap-invisivel-bg {
    -webkit-background-size: 210% !important;
    background-size: 210% !important;
  }
}

@media screen and (min-width: 801px) {
  nav .menu {
    display: relative;
  }

  nav .menu-mob-bt {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  h2 {
    margin-bottom: 1em;
  }

  main {
    margin-top: 10em;
  }

  header .container {
    height: 10em;
  }

  nav .menu {
    display: none;
  }

  nav .menu-mob-bt {
    display: relative;
  }

  .banner figure {
    height: 400px;
  }

  .bgfoto {
    height: 350px;
  }

  .secao {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .coluna-txt {
    width: 100%;
  }

  .coluna2 {
    width: 100%;
    margin-right: 0;
    padding-bottom: 4em;
    margin-bottom: 4em;
    border-bottom: 1px solid #ccc;
  }

  .coluna2:nth-child(2n + 2) {
    margin-right: 0;
  }

  .coluna2:nth-last-child(-n + 2) {
    padding-bottom: 4em;
    margin-bottom: 4em;
    border-bottom: 1px solid #ccc;
  }

  .coluna2:nth-last-child(-n + 1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .coluna-final {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .iconep {
    max-width: 10em;
    max-height: 10em;
  }

  .iconeg {
    max-width: 16em;
    max-height: 16em;
  }

  .ap-invisivel-bg {
    width: 100%;
    background-position: left center;
    -webkit-background-size: 135% !important;
    background-size: 133% !important;
  }

  .ap-invisivel-card {
    margin-top: 34em;
  }

  .botao-whatsapp {
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
    width: 3.6rem;
    height: 3.6rem;
    
  }
}

@media screen and (max-width: 700px) {
  .banner figure {
    height: 350px;
  }

  .parallax {
    -webkit-background-size: 130% !important;
    background-size: 130% !important;
  }
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.5em;
    padding-bottom: 0.5em;
  }

  .apresentacao p {
    font-size: 1.8em;
  }

  .banner figure {
    height: 320px;
  }

  .bgfoto {
    height: 300px;
  }

  .parallax {
    -webkit-background-size: 140% !important;
    background-size: 140% !important;
  }

  .ap-invisivel-card {
    margin-top: 29em;
  }
}

@media screen and (max-width: 580px) {
  header figure {
    width: 40%;
  }

  header nav {
    width: 60%;
  }

  .banner figure {
    height: 270px;
  }

  .bgfoto {
    height: 250px;
  }

  .parallax {
    -webkit-background-size: 155% !important;
    background-size: 155% !important;
  }

  .ap-invisivel-card {
    margin-top: 24em;
  }
}

@media screen and (max-width: 480px) {
  .banner figure {
    height: 230px;
  }

  .bgfoto {
    height: 250px;
  }

  .parallax {
    -webkit-background-size: 185% !important;
    background-size: 185% !important;
  }

  .ap-invisivel-card {
    margin-top: 19em;
  }

  .ap-invisivel-card div {
    display: flex;
    flex-direction: column;
  }

  .ap-invisivel-card div img {
    margin-top: 4em;
    width: 60%;
  }
}

@media screen and (max-width: 400px) {
  header figure {
    width: 45%;
  }

  header nav {
    width: 55%;
  }

  .banner figure {
    height: 200px;
  }

  .bgfoto {
    height: 200px;
  }

  .parallax {
    -webkit-background-size: 200% !important;
    background-size: 200% !important;
  }
}

@media screen and (max-width: 325px) {
  .banner figure {
    height: 175px;
  }
}
