/*
Theme Name: Labocito 2022
Author: Guilherme Castro
Author URI: https://guilhermecastro.com/
Description: HTML5 responsive theme for Wordpress.
Version: 1.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url("//use.fontawesome.com/releases/v5.15.3/css/all.css");

:root {
  --white: #ffffff;
  --gray0: #e9e9e9;
  --gray1: #666666;
  --gray2: #e2e2e2;
  --gray3: #999999;
  --gray4: #cecece;
  --blue: #02549d;
  --red: #eb3136;
  --yellow: #ffb900;
  --lightyellow: #fff2cf;
}

* {
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  color: var(--blue);
}
p {
  line-height: 1.5em;
  font-size: 1.2em;
}
a {
  color: var(--blue);
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

/* GENERAL CLASSES*/
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
}
.disable-click {
  pointer-events: none;
}
.left {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.left p {
  margin-top: 0;
}
.button {
  padding: 0.8em;
  color: var(--white) !important;
  border-radius: 10px;
  display: inline-block;
  margin: 1rem auto 0;
  text-decoration: none;
}
.blue-button{
  background: var(--blue);
}
.red-button{
  background: var(--red);
}
.right {
  margin-bottom: 2rem;
}

/* BLOCKS */
.infos {
  display: none;
}
/* .header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 1rem 0;
} */
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  margin: 1rem 0;
  justify-content: space-between;
}
.header__logo {
  width: 70%;
  height: 60px;
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/marca-labocito-invertida.png) left center no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.header__popout {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--white);
  color: var(--blue);
  top: 0px;
  left: -100%;
  overflow: auto;
  z-index: 3;
}
/* .header__toggle {
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  width: 32px;
  height: 26px;
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/menu-close.png);
  background-repeat: no-repeat;
  background-position: 0 -28px;
  z-index: 4;
  transition: 0.3s;
} */
.header__toggle {
  width: 32px;
  height: 26px;
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/menu-close.png);
  background-repeat: no-repeat;
  background-position: 0 -28px;
  z-index: 4;
  transition: 0.3s;
}
.header__menu-mobile {
  list-style: none;
  margin: 0;
  padding: 2rem 0;
  text-align: center;
  border-top: 0.8rem solid var(--blue);
}
.header__menu-mobile li {
  margin: 0.5rem auto;
  border-bottom: 1px solid var(--gray0);
  max-width: 60%;
}
.header__menu-mobile li.current-menu-item {
  background: var(--gray0);
  pointer-events: none;
  margin: -0.5rem auto;
  opacity: 0.6;
}
.header__menu-mobile li a {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 1rem;
}
.header__menu-mobile .highlight {
  padding: 1rem 0;
  border: none;
}
.header__menu-mobile .highlight a {
  background: var(--blue);
  display: block;
  padding: 1rem;
  color: var(--white);
  border-radius: 10px;
}
.header__menu-mobile li.logo-labocito-mobile {
  text-indent: -9000px;
  display: block;
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/logo-labocito-menu-mob.png) center no-repeat;
  opacity: 1;
  background-size: cover;
  max-width: 80%;
  border: none;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
/* .header__menu-mobile li.ico-menu-mob a{
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 2rem 0 1rem;
  margin-top: -2rem;
  margin-bottom: 1rem;
} */
.header__menu-mobile li.ico-menu-mob a{
  text-decoration: none;
  width: 100%;
  display: flex;
  padding: 2rem 0 1rem;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
}
/* .header__menu-mobile .ico-menu-mob:nth-of-type(odd) {
  border-right: 1px solid var(--gray2);
} */
.home-slides {
  margin-bottom: 1rem;
  border-top: 6rem solid var(--blue);
}
.home-slides .container {
  margin-top: 1rem;
}
.home-lab h3,
.box-infos h3 {
  color: var(--red);
  border-bottom: 0.25em solid var(--red);
  text-transform: uppercase;
  padding-bottom: 0.5em;
  font-size: 0.9rem;
  display: block;
}
.home-lab h3:after,
.box-infos h3:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  margin-left: 0.5rem;
  background: var(--red);
  color: var(--white);
  padding: 0.3rem 0.5rem;
  border-radius: 90px;
  float: right;
}
.home-lab .section-title {
  color: var(--blue);
  margin: 0 0 0.8rem;
}
.box-exams {
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-exames.jpg) center top no-repeat;
  background-size: auto;
}
.box-exams .container {
  text-align: center;
}
.box-exams__title {
  color: var(--white);
  text-transform: uppercase;
  display: inline-block;
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/seta-branca.png) right center no-repeat;
  padding-right: 1.5rem;
  margin-top: 2.5em;
}
.box-exams__description {
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1rem auto;
  display: block;
}
.box-exams__container,
.box-exams__list {
  list-style: none;
  margin-top: 3rem;
  padding: 0;
}
.box-exams__item h3 {
  font-size: 1.5em;
  max-width: 85%;
  margin: 1rem auto 0;
  padding: 1rem 0 3rem;
}
/* .box-exams__item h3:before {
  display: block;
  width: 94px;
  height: 94px;
  margin: -2.5em auto 1em;
  border: 5px solid white;
  position: relative;
  z-index: 2;
  border-radius: 70px;
  background: var(--blue);
} */
.box-exams__list li {
  border: 2px solid var(--gray4);
  max-width: 90%;
  background: var(--white);
  top: 0;
  transition: 0.8s;
  position: relative;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 4rem;
}
.box-exams__list > li > h3 {
  font-size: 1.5em;
}
.box-exams__list > li > h3:before {
  margin: 0 auto 1em;
  display: block;
}
/* .box-exams__list > li > h3:before {
  content: '';
  display: block;
  width: 94px;
  height: 94px;
  margin: -3em auto 0;
  border: 5px solid white;
  position: relative;
  z-index: 2;
  border-radius: 70px;
  background: var(--blue);
}
.box-exams__list > .citologia-cervico-vaginal-convencional-e-base-liquida > h3:before,
.box-exams__container .item-citologia-cervico-vaginal-convencional-e-base-liquida > h3:before{
  content: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/ico-citologia-cervico-vaginal.png);
}
.box-exams__list > .citologia-da-tireoide > h3:before,
.box-exams__container .item-citologia-da-tireoide > h3:before{
  content: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/ico-citologia-tireoide.png);
}
.box-exams__list > .citologia-mamaria > h3:before,
.box-exams__container .item-citologia-mamaria > h3:before {
  content: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/ico-citologia-mamaria.png);
} */
.box-infos {
  margin-top: 3em;
  border-top: 10px solid var(--gray4);
  padding: 1.5em 0 0;
}
.box-infos h1 {
  color: var(--blue);
  margin: 0;
}
.box-infos p {
  margin-top: 0.3em;
  font-size: 1em;
}
.box-infos a {
  color: var(--red);
  text-decoration: underline;
}
.box-infos h4 {
  color: var(--gray1);
  font-size: 1.2em;
  margin-bottom: 0;
}
.box-infos h4:before {
  font-family: 'Font Awesome 5 Free';
  color: var(--white);
  background-color: var(--blue);
  padding: 0.5rem;
  font-size: 0.8rem;
  border-radius: 71px;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.box-infos h4.title-phone:before {
  content: '\f879';
}
.box-infos h4.title-email:before {
  content: '\f0e0';
}
.box-infos h4.title-hours:before {
  content: '\f017';
}
.box-infos h4.title-location:before {
  content: '\f3c5';
  padding: 0.5rem 0.6rem;
}
footer {
  background: var(--blue);
  color: var(--white);
  bottom: 0;
  padding: 1rem 0;
  text-align: center;
}
footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
}
footer p {
  font-size: 1em;
}
footer a {
  color: var(--white);
  text-decoration: underline;
  font-weight: 700;
}
.hero-area {
  background: var(--blue);
  background-size: cover !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 8rem 0 3rem;
}
.page-about > .hero-area {
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/abre-sobre-o-labocito.jpg) top center no-repeat;
}
.page-contato > .hero-area {
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-abre-contato.jpg) top center no-repeat;
}
.page-all-exames > .hero-area {
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-abre-exames-interna.jpg) top center no-repeat;
}
h1.o-laboratorio:after {
  content: '';
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/ico-abre-page-laboratorio.png) top center no-repeat;
  width: 74px;
  height: 96px;
  display: block;
  margin: 0.5rem auto;
}
.citologia-da-tireoide {
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-citologia-da-tireoide-mobile.jpg) top center no-repeat;
}
.citologia-mamaria {
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-citologia-mamaria-mobile.jpg) top center no-repeat;
}
.citologia-cervico-vaginal-convencional-e-base-liquida {
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-citologia-cervico-vaginal-mobile.jpg) top center no-repeat;
}
.page-about .hero-area h1:after,
.page-contato .hero-area h1:after {
  content: '';
  display: block;
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/icos-exames.png);
  width: 97px;
  height: 97px;
  margin: 1rem auto 0;
  background-repeat: no-repeat;
  background-position: -485px 0;
} 
.page-about .hero-area h1:after {
  background-position: -105px 0;
} 
.hero-area h1 {
  color: var(--white);
  margin: 0;
  text-align: center;
  font-size: 2rem;
  padding: 0 1rem;
}
ul#tsh_breadcrumbs {
  list-style: none;
  opacity: 0.8;
  padding: 0 1rem;
  text-align: center;
}
ul#tsh_breadcrumbs li{
  display: inline;
}
ul#tsh_breadcrumbs li a,
ul#tsh_breadcrumbs li{
  color: var(--white);
}
.single-exam h2 {
color: var(--blue);
}
.formulario .your-message textarea {
  height: 8rem;
}
.formulario .your-message textarea,
.formulario .your-name input,
.formulario .your-email input {
  width: 90%;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding: 0.7rem;
}
.formulario .content .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--blue);
  background: var(--light-blue);
  max-width: 90%;
  margin: 0;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.formulario .content .wpcf7 form.invalid .wpcf7-response-output,
.formulario .content .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: var(--yellow);
  background: var(--lightyellow);
  max-width: 90%;
  margin: 0;
  padding: 0.5rem;
}
.page-contato .contato .localizacao {
  background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-localizacao.jpg) top center no-repeat;
  background-size: cover;
  padding: 2rem 0;
}
.content .wpcf7 .wpcf7-form p input.wpcf7-form-control.wpcf7-submit {
  border: none;
  padding: 0.8rem 1.3rem;
  color: var(--white) !important;
  border-radius: 10px;
  background: var(--blue);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
.owl-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
button.owl-dot {
  background: var(--gray4) !important;
  border-radius: 50px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
button.owl-dot.active {
  background: var(--gray3) !important;
  border-radius: 50px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
.owl-item {
  padding: 0.6rem;
  background: white;
}
.ico-top-menu-mob {
  display: block;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.missao-visao-e-valores h4 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 1.2em;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) { 
  #toggle {
    display:none;
  }
  /* BLOCKS */
  .infos {
    display: block;
    background: var(--gray2);
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .infos > #menu-informacoes {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    max-width: 1170px;
    list-style: none;
  }
  .infos-icons {
    font-size: 1.1rem;
    color: var(--blue);
    margin: 0 0.3rem;
    vertical-align: middle;
  }
  /* Header com o menu principal */
  .header {
    position: relative;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
  /* Header sem o menu principal */
  /* .header {
    position: relative;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 2.5rem auto 2rem;
  } */
  .header__logo {
    display: block;
    background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/logo-labocito.jpg) center no-repeat;
    width: 350px;
    height: 65px;
    background-size: auto;
    opacity: 1;
    margin: 0;
  }
  .header__menu > ul.menu {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 1rem 0;
  }
  .header__menu > ul.menu > li {
    margin-right: 1.5rem;
    margin-top: 0.5rem;
    border-bottom: 3px solid var(--white);
    padding-bottom: 0.3rem;
    transition: 0.5s;
  }
  .header__menu > ul.menu > li:hover,
  .header__menu > ul.menu > li.current-menu-item {
    margin-top: 0;
    border-color: var(--blue);
    color: var(--blue);
  }
  .header__menu > ul.menu > li.current-menu-item {
    pointer-events: none;
  }
  .header__menu > ul.menu > li:last-child {
    margin-right: 0;
  }
  .header__menu > ul.menu > li > a {
    color: var(--gray1);
    display: inline-block;
    padding: 0.25rem 0;
  }
  .header__menu > ul.menu > li:hover a {
    color: var(--blue);
  }
  .header__menu > ul.menu > li.highlight a {
    background: var(--blue);
    display: block;
    padding: 1rem;
    color: var(--white);
    border-radius: 10px;
  }
  .header__menu > ul.menu > li.highlight:hover {
    margin-top: 0.5rem;
    border-color: var(--white);
  }
  .home-slides {
    margin-bottom: 2rem;
    border: none;
  }
} 

@media screen and (max-width: 800px) {
  .article-loop {
    width: 100%;
  }
}

/* 700px - Ipads*/
@media (min-width: 43.75em) {
  .box-infos {
    background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/destaque-contato.jpg) right top no-repeat;
    background-size: 60%;
  }
  .left {
    align-items: flex-start;
  }
}

/* 992px - Ipad landscape and small laptops screens*/
@media (min-width: 62em) {
  .box-infos {
    background-size: contain;
  }
  .left {
    margin-bottom: 0rem;
  }
}

/* 1360px */
@media (min-width: 85em) {
  .container {
    padding: 0;
  }
  .home-slides {
    margin-bottom: 2rem;
    border: none;
  }
  .home-lab h3:after,
  .box-infos h3:after {
    float: none;
  }
  .home-lab .container,
  .box-infos .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-lab h1 {
    max-width: 60%;
    color: var(--blue);
  }
  .home-lab p {
    max-width: 80%;
  }
  .home-lab .right > img{
    max-width: 500px;
    height: auto;
  }
  .box-exams {
    background-size: contain;
  }
  .box-exams .container {
    text-align: center;
  }
  .box-exams__title {
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/seta-branca.png) right center no-repeat;
    padding-right: 1.5rem;
    margin-top: 2.5em;
  }
  .box-exams__description {
    font-size: 2.5rem;
    max-width: 60%;
    margin: 1rem auto 1rem auto;
  }
  .box-exams__container,
  .box-exams__list {
    display: flex;
    flex-direction: row-reverse;
    list-style: none;
    justify-content: space-evenly;
    margin-top: 1.7rem;
  }
  .box-exams__item img {
    width: 100%;
    height: auto;
  }
  .box-exams__item a {
    position: absolute;
    bottom: 0;
    right: 30%;
    left: 30%;
    transition: 0.5s;
  }
  .box-exams__item p {
    margin-bottom: 5rem;
  }
  .single-exam .box-exams__list li h3::before {
    margin: -3rem auto 1rem;
  }
  .single-exam .box-exams__list {
    display: flex;
    list-style: none;
    justify-content: center;
  }
  .single-exam .box-exams__list li {
    margin: 2rem 2rem 1rem;
  }
  .box-exams__list li {
    border: 10px solid white;
    max-width: 28%;
    width: 100%;
    padding: 0 0 1rem;
    margin: 0 auto 2rem;
  }
  .box-exams__list li:hover {
    top: -2rem;
    background: var(--gray2);
    border-color: var(--gray2);
    cursor: default;
  }
  .box-exams__list li img {
    width: 100%;
    height: auto;
  }
  .box-exams__list > li > h3 {
    font-size: 1.5em;
    max-width: 85%;
    margin: 0 auto;
  }
  .box-exams__list > li > h3:before {
    margin: -3.5em auto 1em;
  }
  .box-exams__list > li > a {
    position: absolute;
    bottom: 0.5rem;
    right: 30%;
    left: 30%;
  }
  .box-exams__list > li > p {
    margin-bottom: 5rem;
  }
  .box-infos {
    padding: 2.5em 0 0;
  }
  .box-infos h1 {
    max-width: 80%;
    color: var(--blue);
  }
  .internal-page {
    margin-bottom: 3rem;
	  padding-top: 1rem;
  }
  .o-que-fazemos .box-exams__list li {
    border: 2px solid var(--gray4);
    padding: 1rem 1rem 6rem;
    text-align: center;
    position: relative;
    top: 0;
    transition: 0.8s;
    cursor: default;
    padding: 1rem;
  }
  .o-que-fazemos .box-exams__list li:hover {
    background: var(--gray2);
    border-color: var(--red);
    top: -1rem;
  }
  .o-que-fazemos .box-exams__list li:hover h3 {
    color: var(--blue);
  }
  .o-que-fazemos .box-exams__list > li > h3:before {
    margin: 0 auto 1.5rem;
  }
  .o-que-fazemos .box-exams__list > li > p {
    margin-bottom: 0;
  }
  .o-que-fazemos .button {
    position: absolute;
    bottom: 1.5rem;
    right: 30%;
    left: 30%;
  }
  .citologia-da-tireoide {
    background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-abre-citologia-tireoide.jpg) top center no-repeat;
  }
  .citologia-mamaria {
    background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-abre-citologia-mamaria.jpg) top center no-repeat;
  }
  .citologia-cervico-vaginal-convencional-e-base-liquida {
    background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-abre-citologia-cervico-vaginal.jpg) top center no-repeat;
  }  
  .page-contato {
	padding-top: 1rem;	
  }
  .page-contato .contato .formulario {
    padding: 3rem 0 2rem;
    background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/destaque-formulario.jpg) right top no-repeat;
    background-size: contain;
  }
  .img-rodape {
    max-width: 250px;
  }
  .text-center {
    text-align: center;
  }  
  h1 {
    font-size: 2.5em;
  }
  a {
    text-decoration: none;
  }
  #menu-informacoes > li.menu-item {
    margin-left: 0.3rem;
    color: var(--gray4);
  }
  #menu-informacoes > li.menu-item > a {
    padding-right: 0.6rem;
    color: var(--gray1);
    font-size: 0.9rem;
  }
  #menu-informacoes > li.menu-item:last-child > a {
    padding-right: 0;
  }
  #menu-informacoes > li.menu-item:after {
    content: '|';
  } 
  #menu-informacoes > li.menu-item:last-child:after {
    content: '';
  }
  .page-all-exames > .hero-area,
  .page-contato > .hero-area,
  .page-single-exame > .hero-area,
  .page-about > .hero-area {
    padding: 5rem 0;
  }
  .button {
    padding: 0.8em;
    color: var(--white) !important;
    border-radius: 10px;
    margin: 1em 0 0;
    display: inline-block;
  }  
  .single-exam .box-exams {
    margin-top: 5rem;
  }
  .owl-stage {
    margin-top: 1rem;
    display: flex;
    justify-content: space-evenly;
  }
  .owl-item {
    transition: 0.5s;
    max-width: 28%;
  }
  .owl-item:hover {
    margin-top: -1rem;
  }
  .owl-item:hover .item a {
    bottom: 1.5rem;
  }
  .page-about h2, .page-single-exame h2 {
    color: var(--blue);
    margin-bottom: 0;
  }
  .single-exam {
    margin-top: 3rem;
  }
  .page-all-exames .hero-area h1:after {
    background-position: -291px 0;  
  }
  .page-single-exame .citologia-cervico-vaginal-convencional-e-base-liquida h1:after {
    background-position: -194px 0;  
  }
  .page-single-exame .citologia-da-tireoide h1:after {
    background-position: -97px 0;
  }
  .page-single-exame .citologia-mamaria h1:after {
    background-position: 0 0;
  }  
  section.page-about div, .page-all-exames div {
    margin-bottom: 3rem;
  }
  .nossa-historia p, .politica-de-qualidade p {
    display: inline-block;
    max-width: 46%;
    margin-right: 3%;
  }
  .nossa-historia p:last-child, .politica-de-qualidade p:last-child {
    margin-right: 0;
  }
  .missao-visao-e-valores {
    background: url(https://labocito-pe.com.br/wp-content/themes/tema-labocito/img/bg-missao-visao-valores.jpg) top center no-repeat;
    background-size: cover;
    max-width: 100%;
    padding: 4rem 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .missao-visao-e-valores div {
    max-width: 610px;
  }
  .missao-visao-e-valores .info * {
    max-width: 80%;
  }  
  .missao-visao-e-valores p {
    margin-top: 0.5em;
  }
  .missao-visao-e-valores .img-destacada {
    margin-top: -4rem;
  }
  .missao-visao-e-valores h2 {
    flex: 0 0 100%;
    max-width: 1170px;
  }
  .page-contato .contato .formulario {
    margin-bottom: 0;
  }
  .page-contato .contato .formulario .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-contato .contato .formulario h2,
  .page-contato .contato .localizacao h2 {
    flex: 0 0 100%;
    color: var(--blue);
  }
  .formulario .content {
    max-width: 50%;
  }
}

/* 1568px */
@media (min-width: 98em) {
  .box-exams__title {
    margin-top: 4.5em;
  }

  .box-exams__description {
    margin: 3rem auto 4.7rem auto;
  }
}

.formulario .wpcf7-form-control {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    width: 100%;
}