.especialistas {
  position: absolute;
  top: 130px;
  right: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #000;
  background: rgba(255, 0, 255, 0.6);
  padding: 30px;
  border-radius: 50%; }

.pie {
  position: absolute;
  bottom: 4px;
  text-shadow: 2px 2px 1px #000;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); }
  .pie p {
    color: #ff00ff;
    line-height: 2.2em;
    font-size: 1.1em;
    font-weight: bold; }

.boton {
  display: block;
  width: 20%;
  margin: 10px auto;
  text-align: center;
  color: #ff00ff;
  line-height: 2.2em;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  transition: all .5s;
  border-radius: 40px; }
  .boton:hover {
    background: #ff00ff;
    color: #333399;
    font-size: 1.75em;
    padding: 5px 5px; }
  @media (max-width: 768px) {
    .boton {
      width: 80%; } }

.cajas {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .cajas__caja {
    width: 30%;
    min-width: 300px; }
  @media (max-width: 960px) {
    .cajas {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .cajas__caja {
        width: 100%; } }

.iconos {
  color: #333;
  font-size: 60px !important;
  text-align: center;
  width: 100%; }

.lista {
  text-align: center;
  font-size: 0.9em; }

.leer {
  display: inline-block;
  color: #ff00ff;
  text-decoration: none;
  margin-top: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  transition: all .3s; }
  .leer:hover {
    background: #ff00ff;
    color: #333399; }

.tarjeta {
  width: 100%; }
