html,
body,
header,
.view {
  height: 100%;
}

  html,
  body,
  header,
  .view {
    height: 100vh;
  }

.entry .entry-content .wp-block-image img {
    display: block;
}
.entry .entry-content > * > *:last-child, .entry .entry-summary > * > *:last-child {
    margin-bottom: 0;
}
.entry .entry-content > * > *:first-child, .entry .entry-summary > * > *:first-child {
    margin-top: 0;
}
.wp-block-image img {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
    position: relative;
}



iframe{
	display:block;
	width:90vw;
	height: calc(.75 * 90vw);
	max-width: 600px;
	max-height: 450px;
	border: 3px solid #e83f60 !important
}


.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: #fff !important;
}

.top-nav-collapse {
  background-color: #fff !important;
}

.navbar:not(.top-nav-collapse) {
  background: #fff !important;
}

@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #fff !important;
  }
}

.border-red{
  border: 3px solid #e83f60 !important;
  min-height: 300px;
}
.btn-vermelho{
  color: #e83f60;
  border: 3px solid #e83f60 !important;
  padding: 10px;
}
.btn-vermelho:hover{
  color: #fff;
  border: 3px solid #e83f60 !important;
  background-color: #e83f60 !important;
}

.btn-branco{
  color: #fff !important;
  border: 3px solid #fff !important;
  padding: 10px;
}
.btn-branco:hover{
  color: #e83f60 !important;
  border: 3px solid #fff !important;
  background-color: #fff !important;
}

.btn-azul{
	color: #216b99 !important;
	border: 3px solid #216b99 !important;
  padding: 10px;
}

.btn-azul:hover{
  color: #fff !important;
  border: 3px solid #216b99 !important;
  background-color: #216b99 !important;
}
.blog-post{
  color: #e83f60;
  border: 3px #e83f60 solid;
  width: 100%;
  height: 406px;
  margin: 50px 0px;
}
.img-full{
  width: 100%;
  height: auto;
}
.blog-post-conteudo{
  background-color: #F3F4F4;
  color: #216b99;
  padding: 50px;
  letter-spacing: 1px;

}

.texto-widget p{
  padding: 5px;
}
.texto-widget p a{
  color: #e83f60;
  border: 3px #e83f60 solid;
  padding: 10px;
  letter-spacing: 1px;
}
.texto-widget p a:hover{
    color: #fff;
    background-color: #e83f60;
    border: 3px solid #e83f60;
}

.hr-light {
  border-top: 3px solid #fff;
  width: 80px;
}
.logo-principal img{
  width: 40rem;
  height: auto;
  margin: 0 auto;
}
.logo-menu img{
  width: 300px;
  height: auto;
  padding: 10px;
  margin-left: 1rem;
}
nav ul li{
  margin: 0 90px 0 0;
}

.img-pg img{
  max-height: 817px;
}

.text-blue {
  color: #216b99 !important;
}

.mais-casos{
  color: #e83f60;
  font-size: 26px;
  border-style: solid;
  padding: 16px;
  letter-spacing: 1px;
}
.mais-casos:hover{
  color: #fff;
  background-color: #e83f60;
  border: 3px solid #e83f60;

}
.texto-pg-left{
  max-width: 50%;
  margin-left: 50%;
}
.texto-pg-right{
  max-width: 50%;
  margin-right: 50%;
}
.cases{
  background-image: url('../img/bg-cases.png');
  background-repeat: no-repeat, no-repeat, round;
  height: auto;
}
.cases img{
  max-width: 803px;
  height: auto;
}

.cases ul li{
  display: inline-block;
  list-style: none;
  margin: 95px 1% 0 1%;
}
.card-case{
  color: #fff;
  background-color: #e83f60;
  display: none;
  position: absolute;
  bottom: 0px;  
}

.card:hover .card-case {
  display: block;

}
.card-texto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  opacity: 0.2;
}

.menu-case li{
  display: inline-block;
}
/*Mapa*/
.imagem-mapa{
  border: 2px solid #e83f60 !important;
  padding: 15px;
}
/*Formulário de Contato*/
.formulario{
  width: 100%;
}
p .nome-formulario{
  width: 100%;
  padding: 15px;
	color: #216b99;
	font-size: 16px;
	border: 2px solid #e83f60 !important;
	overflow: auto;
	text-transform: uppercase;
}
p .email-formulario{
  width: 100%;
  padding: 15px;
	color: #216b99;
	font-size: 16px;
	border: 2px solid #e83f60 !important;
	overflow: auto;
	text-transform: uppercase;
}
p .assunto-formulario{
  width: 100%;
  padding: 15px;
	color: #216b99;
	font-size: 16px;
	border: 2px solid #e83f60 !important;
	overflow: auto;
	text-transform: uppercase;
}

p .mensagem-formulario{
  width: 100%;
  padding: 15px;
	color: #216b99;
	font-size: 16px;
	border: 2px solid #e83f60 !important;
	overflow: auto;
	text-transform: uppercase;
}
.submit{
  background-color: #fff;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  border-style: solid;
  color: #e83f60;
  font-size: 26px;
  border: 2px solid #e83f60;
  padding: 16px;
  letter-spacing: 1px;
}

.submit:hover{
  background-color: #e83f60;
  color: #fff;
  border: 2px solid #fff;
}


#mapa {
  height: 500px;
  width: 500px;
  border: 2px;
  border-color: #e83f60;
  border-style: solid;
}

.ddd{
  font-size: 16px;
  color: #e83f60;
}

.numero{
  font-size: 24px;
  color: #e83f60;
}

.casos-de-sucess-texto{
  max-width: 350px !important;
}
.casos-de-sucess-titulo{
  max-width: 300px !important;

}

@media only screen and (max-width: 1603px){
  .cases ul li{
    max-width: 30%;
  }
}

@media only screen and (max-width: 1391px){
  nav ul li{
    margin: 0 30px !important;
  }
}
@media only screen and (max-width: 1199px){
  .casos-de-sucess-texto{
  max-width: 100% !important;
  text-align: center; !important;
  margin: 0 10px 0 10px !important;
}

@media only screen and (max-width: 991px){
  .bloco{
    text-align: center;
  
  }
}

@media only screen and (max-width: 768px){
  .recepcao{
    max-width: 100% !important;
    text-align: center;
  }
  .recepcao-imagem{
    max-width: 80%
  }
  .cases{
    background-image: none;
  }
  .cases ul{
    padding: 0;
  }
}
@media only screen and (max-width: 680px){
  .logo-principal img{
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 430px){
  .cases ul li{
    font-size: 12px;
  }
  .cases ul li a{
    padding: 3px;
  }
  .logo-menu img{
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
  }
}


  .doutor{
    text-align: center;
  }
  .doutor h3{
    max-width: 100%;
  }
  .cases{
    text-align: center;
    background-position: center;

  }
}

@media only screen and (max-width: 482px){
  .logo-menu{
  max-width: 80%;
  height: auto;
  margin: 0;
  padding: 0;
}
}

@media only screen and (max-width: 400px){
  .mais-casos{
  font-size: 20px;
  padding: 16px;
}
}
}
