/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26 mar. 2020, 14:46:28
    Author     : elgrupo
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25 mar. 2020, 18:14:28
    Author     : elgrupo
*/
.resultadosEspecialistas {
  display: flex;
  flex-wrap: wrap;
}
.resultadosEspecialistas > div {
  margin-bottom: 15px;
}
.resultadosEspecialistas article {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.resultadosEspecialistas article .contentEsp {
  flex: 1;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.resultadosEspecialistas .post-thumbnail {
  /*max-height: 80px;*/
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}
.resultadosEspecialistas .post-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  border: solid 1px #aaaaaa;
  border-bottom: none;
  background-color: rgba(232, 232, 232, 0.4);
}
.resultadosEspecialistas .post-thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  border-left: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
}
.resultadosEspecialistas .post-thumbnail img {
  border-radius: 50%;
  z-index: 2;
  border: 3px solid #ffffff;
}
.resultadosEspecialistas .entry-title {
  margin-top: 0;
  text-align: center;
  padding-top: 10px;
}
.resultadosEspecialistas .entry-title a {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #b7ba13;
  text-transform: uppercase;
}
.resultadosEspecialistas .role {
  font-size: 11px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
}
.resultadosEspecialistas .entry-content {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  margin-top: 0;
  margin-bottom: 10px;
}
.resultadosEspecialistas .especialidad {
  margin-bottom: 10px;
}
.resultadosEspecialistas .entry-footer {
  text-align: center;
  margin-top: 10px;
  margin-top: auto;
}
.resultadosEspecialistas .entry-footer a {
  font-size: 13px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
.resultadosEspecialistas .entry-footer i {
  font-size: 12px;
  color: #b7ba13;
  padding: 1px;
  display: inline-flex;
  align-items: center;
  border: 0.5px solid rgba(232, 232, 232, 0.4);
}
.resultadosEspecialistas .contentEsp {
  border: solid 1px #aaaaaa;
  border-top: none;
}

.filterEsp {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.filterEsp input {
  border-radius: 10px;
  border: none;
  width: 120px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-color: #cccccc;
  margin-right: 20px;
  transition: all 0.4s;
}
.filterEsp input:last-child {
  margin-right: 0;
}
.filterEsp input.active {
  background-color: #b7ba13;
}

/* Single */
.smallCrumb a {
  margin-top: 12px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  color: #b7ba13;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.smallCrumb a i {
  font-size: 13px;
  color: #b7ba13;
  margin-right: 15px;
}
.smallCrumb a:hover {
  text-decoration: none;
}

.memberCard {
  background-color: rgba(232, 232, 232, 0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 43px;
}
.memberCard .imageWrapper {
  margin-left: auto;
}
.memberCard h1 {
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #53571e;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.memberCard .datosMember {
  flex: 1 0 auto;
}
.memberCard .cargo {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 7px;
}
.memberCard .especialidad {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 28px;
}
.memberCard .colegiado {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #333333;
}

.single-especialistas .entry-content {
  padding-left: 43px;
  padding-right: 30px;
  margin-top: 43px;
}

@media (max-width: 480px) {
  .post-type-archive-especialistas #content.site-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .post-type-archive-especialistas #content.site-content #main > img {
    margin: 0 -15px;
    width: 100vw;
    max-width: none;
  }
  .archiveDesc {
    padding: 0 15px;
    margin: 0 -15px;
    padding-bottom: 20px;
  }
  .archiveDesc .moreless-button {
    margin-top: 10px;
  }
  body:not(.page-template-fullwidth) h1 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    color: #53571e;
    padding-top: 25px;
  }
  .filterEsp {
    flex-direction: column;
  }
  .filterEsp input {
    width: 285px;
    margin: 0 auto;
    margin-bottom: 18px;
  }
  .filterEsp input:last-child {
    margin-right: auto;
  }
  .resultadosEspecialistas .post-thumbnail img {
    position: relative;
    top: 20px;
  }
  .resultadosEspecialistas .post-thumbnail::before {
    height: 111px;
    border: none;
    top: 0;
  }
  .resultadosEspecialistas {
    justify-content: center;
  }
  .resultadosEspecialistas .contentEsp {
    border: none;
  }
  .resultadosEspecialistas .entry-content {
    font-size: 13px;
    padding: 0 15px;
  }
  .resultadosEspecialistas > div {
    margin-bottom: 0;
    border: none;
    border-bottom: 3px solid #b7ba13;
    margin: 0 -15px;
    width: 100vw;
    padding: 0;
  }
  .resultadosEspecialistas > div:last-child {
    border-bottom: none;
  }
  .resultadosEspecialistas .entry-title {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .resultadosEspecialistas .entry-title a {
    font-size: 20px;
  }
  .resultadosEspecialistas .role {
    font-size: 15px;
  }
  .resultadosEspecialistas .especialidad {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.13;
    color: #333333;
  }
  .resultadosEspecialistas .entry-footer a {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    text-align: right;
    color: #333333;
  }
  .resultadosEspecialistas .entry-footer a i {
    font-size: 16px;
    padding: 2px;
    border: solid 3px #e8e8e8;
    background-color: #ffffff;
    border-radius: 3px;
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  .smallCrumb a {
    justify-content: center;
  }
  .memberCard {
    background: transparent;
    padding-left: 0;
    padding: 0 20px;
    justify-content: center;
    text-align: center;
  }
  .memberCard .imageWrapper {
    order: -1;
    margin-left: 0;
  }
  .memberCard h1 {
    padding-top: 20px;
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #53571e;
  }
  .memberCard .datosMember {
    flex: auto;
    position: relative;
    padding-bottom: 25px;
  }
  .memberCard .datosMember:before {
    content: "";
    position: absolute;
    width: 100vw;
    top: -40px;
    bottom: 0;
    background-color: rgba(232, 232, 232, 0.4);
    left: -35px;
    z-index: -1;
  }
  .memberCard .cargo {
    text-align: center;
  }
}

/*# sourceMappingURL=especialistas.css.map */
