@import url("custom-old-medicare.css");

body{
    color: #696969;
}

.top-contact li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.top-contact{
    padding: 0;
}

.t3-top-bar .top-left {
    border-left: 0 none;
}

.head-action .nav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-bottom: 32.5px;
    padding-top: 32.5px;
}

.top-contact li i[class^="fa"] {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #888;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    margin-right: 5px;
    text-align: center;
    width: 21px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-phone {
    --fa: "";
}

/* Modulo NOSOTRAS HOME*/

.equipo-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.equipo-titulo {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.4px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.equipo-intro {
  margin: 0 0 40px;
  max-width: 700px;
}

.equipo-intro p {
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.equipo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}

.equipo-img {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.equipo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.equipo-nombre {
  margin: 20px 0 12px;
  font-size: 20px;
  font-weight: 600;
}

.equipo-desc {
  margin: 0 0 16px;
  line-height: 1.6;
  color: #666;
}

.equipo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 991px) {
  .equipo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .equipo-grid {
    grid-template-columns: 1fr;
  }
}

/* NOSOTRAS HOME */

/* ESPECIALIDADES HOME */

.especialidades-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.especialidades-item {
  border-right: 1px solid rgba(255,255,255,0.25);
  border-top: 1px solid rgba(255,255,255,0.25);
}

.especialidades-item:nth-child(-n+5) {
  border-top: none;
}

.especialidades-item:nth-child(5n) {
  border-right: none;
}

.especialidades-link {
  display: block;
  background: #2f9ad4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 40px 24px;
  height: 100%;
  box-sizing: border-box;
}

.especialidades-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  border-radius: 100%;
  background: #1e86bf;
}

.especialidades-icono img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.especialidades-titulo {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
}

.especialidades-texto {
  color: rgba(255,255,255,0.9);
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 991px) {
  .especialidades-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .especialidades-item:nth-child(-n+5) {
    border-top: 1px solid rgba(255,255,255,0.25);
  }
  .especialidades-item:nth-child(-n+3) {
    border-top: none;
  }
  .especialidades-item:nth-child(5n) {
    border-right: 1px solid rgba(255,255,255,0.25);
  }
  .especialidades-item:nth-child(3n) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .especialidades-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .especialidades-item:nth-child(-n+3) {
    border-top: 1px solid rgba(255,255,255,0.25);
  }
  .especialidades-item:nth-child(-n+2) {
    border-top: none;
  }
  .especialidades-item:nth-child(3n) {
    border-right: 1px solid rgba(255,255,255,0.25);
  }
  .especialidades-item:nth-child(2n) {
    border-right: none;
  }
}

/* ESPECIALIDADES HOME */

/* DESTACADOS HOME */
.destacados-wrap {
  max-width: 1140px;
  margin: 10px auto 0;
  padding: 0 20px;
}

.destacados-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.destacados-grid .destacados-item {
  margin: 0;
}

.destacados-item {
  padding: 35px 30px;
  color: #fff;
  text-align: center;
}

.destacados-azul-oscuro {
  background: #2f7cc1;
}

.destacados-azul-claro {
  background: #4aa3e0;
}

.destacados-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 4px;
  background: rgba(255,255,255,0.15);
}

.destacados-icono img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.destacados-titulo {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
}

.destacados-texto {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin: 0 0 20px;
}

.destacados-boton {
  display: inline-block;
  padding: 9px 24px;
  border: 1.5px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.destacados-boton:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.destacados-horario {
  margin-top: 4px;
  text-align: left;
}

.destacados-horario-fila {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 0;
}

.destacados-horario-dia {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

.destacados-horario-hora {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  text-align: right;
  line-height: 1.6;
}

.destacados-horario-linea {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.25);
  margin: 0;
}

.destacados-verde {
  background: #1a9e4e;
}

.destacados-verde .destacados-icono {
  background: #7b9e3f;
}

@media (max-width: 767px) {
  .destacados-grid {
    grid-template-columns: 1fr;
  }
}

.section-wrap > div#mod-custom201 {
    padding: 0;
}

/* DESTACADOS HOME */


/* PÁGINAS DE PERSONAL - perfil con foto + biografía */
/* PÁGINAS DE PERSONAL - perfil con foto + biografía */

.item-page.personal-page .item-image {
  float: right;
  width: 320px;
  max-width: 40%;
  margin: 0 0 20px 35px;
  border-radius: 4px;
  overflow: hidden;
}

.item-page.personal-page .item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.item-page.personal-page .article-content.clearfix {
  clear: none;
  overflow: visible;
}

@media (max-width: 767px) {
  .item-page.personal-page .item-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}