.item-exames{
  padding: 17px !important;
  width: 45% !important;
  box-shadow: 0px 7px 16px 12px rgb(228, 228, 228) !important;
}

.item-exames img {
  top: 20px !important;
  right: 17px !important;
}
a.estrutura {
  display: block;
  background: #52bec9;
  width: 223px;
  font-size: 13px;
  margin: auto;
  color: white;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px;
  border-radius: 25px;
}
a.estrutura:hover {
  background: #218f9a;
}
.item-exames:hover {
  box-shadow: inset 0px 0px 1px 4px rgb(124, 16, 77) !important;
}
.item-exames:hover img {
  -webkit-transform: translate(7px, 0px);
  -ms-transform: translate(7px, 0px);
  -moz-transform: translate(7px, 0px);
  -o-transform: translate(7px, 0px);
  transform: translate(7px, 0px);
  transition: 0.2s;
}
.header-interna {
  background: #dedede;
  padding: 14px;
  box-shadow: inset 0px 9px 13px 0px rgba(147, 221, 228, 0.22);
}
.box-corpo {
  background: white;
  width: calc(100% / 3 - 87px);
  position: relative;
  text-align: center;
  margin: auto;
  padding: 25px;
  min-height: 174px;
  margin-bottom: 30px;
  border-radius: 16px;
  box-shadow: 2px 10px 24px 11px rgb(218, 229, 236);
}
a.baixarOpc {
  width: 140px;
  font-size: 14px;
  border-radius: 20px;
  border: 0;
  padding: 6px;
  cursor: pointer;
  background: #8c2b61;
  color: white;
  font-weight: 600;
  display: block;
  margin: auto;
}
a.baixarOpc:hover {
  background: #4cc3cf;
}
.convenios-lista {
  text-align: center;
}
.bottomO {
  padding-bottom: 0 !important;
}
.box-corpo .avatar {
  width: 130px;
  height: 130px;
  margin: auto;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-top: -40px;
  background: #e5ecf1;
  border-radius: 50%;
  background-size: cover; 
}
.listaCorpoClinico {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
span.nome-pessoa {
  display: block;
  font-weight: 700;
  text-align: center;
  color: #7d104d;
  margin: 10px;
  text-transform: uppercase;
  min-height: 40px;
}
.desritivo {
  color: #605d5b;
  font-size: 12px;
  padding: 12px;
  text-align: center;
  font-weight: 500;
}
.wrap {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.opcForm form {
  width: 80%;
  margin: auto;
  position: relative;
}
.opcForm form input {
  height: 30px;
  border-radius: 9px;
  border: 1px solid gainsboro;
  font-size: 14px;
  padding-left: 10px;
  background: #eeeff1;
  margin-bottom: 10px;
  resize: none;
  margin: 4px;
  width: calc(100% / 2 - 21px);
}
form#solicitarSenha input[type="date"] {
  color: #6a8094;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px !important;
}
.opcForm form select {
  height: 33px;
  border-radius: 9px;
  border: 1px solid gainsboro;
  font-size: 14px;
  padding-left: 10px;
  background: #eeeff1;
  margin-bottom: 10px;
  resize: none;
  margin: 4px;
  width: calc(100% / 2 - 8px);
}
button.formOK {
  position: absolute;
  bottom: -32px;
  text-align: center;
  width: 160px;
  height: 30px;
  font-size: 11px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  background: #8c2b61;
  color: white;
  font-weight: 600;
  display: block;
  margin: auto;
}
.opcForm form textarea {
  height: 30px;
  border-radius: 9px;
  border: 1px solid gainsboro;
  font-size: 14px;
  padding-left: 10px;
  height: 91px;
  background: #eeeff1;
  margin-bottom: 10px;
  resize: none;
  margin: 4px;
  width: calc(100% - 21px);
}
.lista {
  background-color: #eff0f1 !important;
  color: #7c104d !important;
  font-size: 20px !important;
  padding: 13px !important;
  width: calc(100% - 28px) !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  border: 1px solid #dadee0 !important;
}
.opcForm {
  padding: 20px 40px 70px;
  margin: auto;
  display: none;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1300px){

}

@media screen and (max-width: 1024px){
  .box-corpo {
    background: white;
    padding: 10px;
    width: 230px;
  }
}
@media screen and (max-width: 615px){
  .box-corpo {
    width: 200px;
  }
  .opcForm {
    padding: 20px 20px 60px 20px;
    margin: auto;
    width: auto;
  }
  .lista{
    font-size: 13px !important;
  }
  .opcForm form input{
    width: calc(100% - 21px);
  }
  .opcForm form select{
    width: calc(100% - 8px);
  }
  .opcForm form {
    width: auto;
  }
  .box-corpo {
    margin-bottom: 14px;
  }
}