@font-face {
  font-family: Open-sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}


#myBtn {
  width: 300px;
  padding: 10px;
  font-size: 20px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 50px;
  z-index: 9999;
  display: none;
}

.containerModal {
  display: inline-flex;
  padding-right: 17px;
  align-items: center;
}

body {
  color: #616161;
  font-family: "Open Sans", sans-serif !important;
  line-height: 0
}

a {
  color: #616161;
}

a:focus,
a:hover {
  color: #616161;
}

a:focus {
  outline: 0
}

#main {
  line-height: 1.5;
  position: relative;
  background-color: #ffffff;
}

#main .titulo {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
  color: #616161;
}

.titulo {
  font-weight: bold;
}

.owl-carousel {
  display: block
}

#contenedor1 {
  display: block;
}

#contenedor2 {
  display: block;
}

#contenedor3 {
  display: block;
}

/* FORMULAIO COTIZACIÃƒâ€œN */
.formularioCotizacion {
  background: rgba(255, 255, 255, .4);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 20px;
  width: 400px;
}

.formularioCotizacion h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
  text-align: center;
}

.formularioCotizacion form {
  display: flex;
  flex-direction: column;
}

.formularioCotizacion label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  position: relative;
}

.formularioCotizacion p.buscarEstudio {
  visibility: hidden;
  position: absolute;
}

.formularioCotizacion input[type="text"] {
  border: 0;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px 10px;
  outline: 0;
  width: 100%;
}

.formularioCotizacion i {
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 10px;
}

.formularioCotizacion input[type="text"]:focus {
  box-shadow: 0 0 3px #0074d9;
}

.formularioCotizacion input[type=submit] {
  background: #0074d9;
  border: 0;
  color: #fff;
  border-radius: 4px;
  height: 40px;
  transition: .3s all;
}

.formularioCotizacion input[type=submit]:hover {
  background: #0057a3;
}

/* FIN FORMULARIO */

p.whatsapp {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-shadow: 3px 1px 6px rgba(35, 69, 23, .55);
  line-height: 1.1;
  position: absolute;
  top: -80%
}

p.whatsapp span.light {
  font-size: 40px;
  font-weight: 400
}

p.whatsapp span.bold {
  font-size: 54px;
  font-weight: 600
}

p.whatsapp span.click {
  font-size: 34px;
  font-weight: 600
}

.hero-container {
  display: flex;
  height: 520px;
  margin: 20px 0 20px;
  position: relative;
}

.hero-container .container {
  display: inherit;
  flex-direction: inherit;
  align-items: flex-start;
}

#secciones .info-banners.unico h2 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: 26%
}

.whatsappClick {
  display: none;
  position: absolute;
  width: 181px;
  height: 181px;
  top: -90%;
  right: 10%;
  box-shadow: 5px 5px 13px rgba(35, 69, 23, .55);
  transition: all .3s
}

.whatsappClick:hover {
  box-shadow: 5px 5px 5px rgba(35, 69, 23, .55)
}

#newBannersHome.explorer {
  margin-top: 100px
}

.explorer#newBannersHome .consulta-validez,
.explorer#newBannersHome .cotent-banner {
  text-align: left;
  left: 19.5%;
  z-index: 9
}

.iconos_flechas#newBannersHome .swiper-button-next i {
  display: flex !important;
  font-size: 50px;
  padding-left: 7px
}

.iconos_flechas#newBannersHome .swiper-button-prev i {
  display: flex !important;
  font-size: 50px;
  padding-left: 0
}

.swiper-container {
  width: 80%;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  cursor: pointer;
  overflow: hidden !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  color: #616161;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.bannerEnlaces {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
}

.bannerEnlaces__seccion {
  width: 50%;
}

.bannerEnlaces__seccion a {
  display: block;
  height: 100%;
  width: 100%;
}

.image-banner {
  width: 100%;
  height: 100%
}

.image-banner img {
  width: 100%;
  object-fit: cover
}

.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  padding: 4px;
  transition: all .3s;
  outline: 0
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  position: relative;
  top: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #616161;
  margin: 0 4px
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 40px;
  color: transparent;
  font-weight: 700;
  font-size: 18px;
  transition: .6s ease;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px
}

.swiper-button-prev {
  left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.swiper-button-next {
  right: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  text-decoration: none;
  font-size: 28px;
  background: #fff;
  color: #e5b449;
  /* color: #FF647D; */
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .1)
}

.swiper-container:hover .swiper-button-next:hover,
.swiper-container:hover .swiper-button-prev:hover {
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
  transition: box-shadow .2s
}

.cotent-banner {
  position: absolute;
  top: 15%
}

.content-banner {
  align-items: center;
  display: flex;
  height: 100%;
  padding-bottom: 130px;
  position: absolute;
  top: 0;
  width: 100%;
}

.info--banner {
  align-items: start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: left;
  width: 60%;
}

.tiempos__entrega {
  position: relative;
  top: 15px;
}

.tiempos__entrega--texto h2 {
  color: #008859FF;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 15px;
}

.horarios--clinica--texto h2 {
  border-bottom: 4px solid #1EA562;
  color: #1EA562;
  display: initial;
  font-size: 30px;
  font-weight: 600;
  padding: 8px 0;
}

.tiempos__entrega--sub h3 {
  color: #616161;
  font-weight: 600;
  margin: 0;
  font-size: 30px;
}

.consulta-horarios h3 {
  color: #FFF;
  font-size: 16px;
  margin: 0;
}

.copy--banner h3 {
  color: #616161;
  font-size: 16px;
}

.extra {
  margin-top: 50px;
}

.extra p {
  color: #616161;
  font-size: 20px;
}

.horario-habitual--texto h2 {
  color: #008859;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 5px;
}

.horario-habitual--sub h3 {
  color: #616161;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.infor-banner {
  width: 60%;
  text-align: initial
}

.infor-banner h2 {
  font-size: 40px;
  margin: 0
}

.infor-banner h1 {
  font-size: 40px;
  margin: 0
}

.infor-banner.nutricion h2 {
  color: #006b23
}

.infor-banner.nutricion h2 strong {
  color: #f65806
}

.infor-banner.white h2 {
  color: #fff
}

.consulta-validez.white {
  color: #fff
}

.infor-banner.ultrasonido4D h2 {
  color: #00247a
}

.infor-banner.domingosSaludables h2 {
  color: #287839
}

.infor-banner.domingosSaludables h2 strong {
  color: #e7b647
}

.infor-banner.clinicas {
  width: 45%;
}

.infor-banner.clinicas h1 {
  font-size: 28px;
}

.consulta-validez h3 {
  font-size: 18px;
  margin: 0;
  width: 55%;
  position: relative;
  top: -40px
}

.consulta-validez {
  position: absolute;
  bottom: 155px;
  text-align: initial
}

.consulta-validez.citas__val {
  bottom: 100px;
}

.consulta-validez p {
  font-size: 12px;
  margin: 0;
  width: 60%
}

.consulta-validez.whatsapp {
  color: #fff
}

.consulta-validez.citas__val p {
  bottom: 50px;
  position: relative;
}

.consulta-entrega-prueba h3 {
  font-size: 18px;
  margin: 0;
  width: 41%;
  position: relative;
  top: -210px
}

.consulta-nuevos-horarios h3 {
  font-size: 18px;
  margin: 0;
  width: 55%;
  position: relative;
  top: -210px
}

.infor-banner.whatsapp h3 {
  position: absolute;
  bottom: -180px;
  width: 70%;
  color: #fff
}

#hero-art {
  background: #FFF;
  border-radius: 8px;

  padding: 10px 15px;
  width: 15%;
}

#hero-art img {
  max-width: 100%;
}

.hero-art__title {
  font-weight: 600;
  margin: 0;
  color: #616161;
  font: normal normal bold 15px Open Sans;
}

.hero-art__promos {
  display: flex;
  flex-direction: column;
}

.hero-art__promos--cont {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.hero-art__hr {
  margin: 10px 0;
}

.hero-art__solicitado--cont {
  margin-top: 5px;
}

.hero-art__solicitado--cont a {
  align-items: center;
  border-radius: 4px;
  color: #FFF !important;
  display: flex;
  height: 50px;
  /* justify-content: center; */
  font-weight: 600;
  text-decoration: none;
}

.hero-art__solicitado--cont a img {
  margin: 10px;
  width: 30px;
  height: 30px;
}

.hero-art__solicitado--cont a:first-child {
  background: #009E61;
  margin-bottom: 10px;
}

.hero-art__solicitado--cont a:first-child:hover {
  background: #0B774E;
}

.hero-art__solicitado--cont a:first-child:active {
  background: #00BE74;
}

.hero-art__solicitado--cont a:last-child {
  background: #999245;
}

.hero-art__solicitado--cont a:last-child:hover {
  background: #615A10;
}

.hero-art__solicitado--cont a:last-child:active {
  background: #B3AE73;
}

.ContImagenVideos {
  position: relative;
}

/* .ContImagenVideos img:nth-child(1) {
  position: absolute;
  background: white;
  animation: .3s;
  transition: .3s;
} */

/* .ContImagenVideos img:nth-child(1):hover {
  opacity: 0;
} */

.TimeLineNuevo {
  width: 100%;
  height: 120px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  position: relative;
}

#MiniTM {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: default;
  height: 120px;
  transition: .5s;
  animation: .5s;
}

#MiniTM::-webkit-scrollbar,
#ContainerLineaPunteadaTM::-webkit-scrollbar {
  display: none;
}

.TimeLineNuevo #MiniTM .itemTM {
  width: 86px;
  height: 61px;
  border-radius: 8px;
  display: flex;
  flex-flow: row-reverse;
  flex: 0 0 auto;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  transition: .5s;
  animation: .5s;
}

.TimeLineNuevo #MiniTM div.activeTM {
  border: 1.5px solid #B097AF;
  /* border: 1.5px solid #F9B233; */
  width: 95px;
  height: 70px;
}

.TrianguloTM {
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 55px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 20px solid #B097AF;
  /* border-bottom: 20px solid #f0ad4e; */
  opacity: 0;
  position: absolute;
  left: 30px;
  transition: .5s;
  animation: .5s;
}

.TimeLineNuevo #MiniTM .activeTM .TrianguloTM {
  opacity: 1 !important;
}

#ContainerTimelineNuevo {
  margin-top: 20px;
}

.FechaTM {
  color: #B097AF;
  /* color: #12895a; */
  font-weight: bold;
  font-size: 28px;
}

.TituloTM {

  font-size: 24px;
  font-weight: bold;
  color: #616161;
  border-bottom: solid #B097AF;
  /* border-bottom: solid #12895a; */
  margin-bottom: 15px;
  width: fit-content;
}

.TextoDescripcionTM {
  font-size: 16px;
  color: #616161;
}

.TMN1,
.TMN2,
.TMN3,
.TMN4,
.TMN5,
.TMN6,
.TMN7,
.TMN8,
.TMN9,
.TMN10 {
  display: none;
  animation: .5s;
  transition: .5s;
}

.activeCTM {
  display: block !important;
  margin-top: 40px;
}

#ContainerLineaPunteadaTM {
  width: 100%;
  height: 20px;
  margin-top: -30px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: default;
  transition: .5s;
  animation: .5s;
}

.TMN1L,
.TMN2L,
.TMN3L,
.TMN4L,
.TMN5L,
.TMN6L,
.TMN7L,
.TMN8L,
.TMN9L,
.TMN10L {
  width: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: .5s;
  transition: .5s;
}

.PuntoTML {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #e5e5e5;
  margin-left: 10px;
  animation: .5s;
  transition: .5s;
}

.activeCTML .PuntoTML {
  /* background-color: #f0ad4e !important; */
  background-color: #B097AF !important;
}

.TMN1L .PuntoTML:nth-child(1) {
  width: 10px !important;
  height: 10px !important;
}

.activeCTM .container .col-md-6 picture img {
  width: 525px;
  height: 257px;
  border-radius: 15px;
}

.activeCTM .container .col-md-6:nth-child(1) {
  border-right: inset;
}

.activeCTM .container .col-md-6:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.redes-banner {
  position: absolute;
  z-index: 99;
  display: flex;
  flex-direction: column;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px
}

.redes-banner a {
  color: #616161;
  font-size: 26px;
  margin: 4px 0
}

div#secciones-SD {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 60px;
  overflow: hidden;
  z-index: 9;
  grid-column-gap: 10px;
}

div#secciones-SD.explorer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.seccion-item {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF#000;
  cursor: pointer;
  border-radius: 5px;
  transition: all .3s
}

div#secciones-SD.explorer .seccion-item {
  width: 25%
}

.seccion-item,
.seccion-item:active,
.seccion-item:hover,
.seccion-item:focus {
  color: #fff;
  text-decoration: none
}

.seccion-item:nth-child(1) {
  background: #AC7EAA;
  /* background: #d98200; */
  /* background: #FF647D; */
  border-radius: 60px;
  height: 90px;
}

.seccion-item:nth-child(1):hover {
  background: #8A5788;
  /* background: #b96f01; */
  /* background: #C76175; */
  text-decoration: none;
  border-radius: 60px;
  height: 90px;
}

.seccion-item:nth-child(1):active {
  background: #B097AF;
  /* background: #f29202; */
  /* background: #F2879C; */
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  height: 90px;
}

.seccion-item:nth-child(2) {
  background: #9B6E8F;
  /* background: #1692b5; */
  border-radius: 60px;
  height: 90px;
  /* background: #E8797F; */
}

.seccion-item:nth-child(2):hover {
  background: #6C4963;
  /* background: #127591; */
  /* background: #B7777A; */
  text-decoration: none;
  border-radius: 60px;
  height: 90px;
}

.seccion-item:nth-child(2):active {
  background: #AF82A3;
  /* background: #19afd9; */
  /* background: #E9A4A8; */
  text-decoration: none;
  border-radius: 60px;
  height: 90px;
}

.seccion-item:nth-child(3) {
  background: #8F5780;
  /* background: #3d952c; */
  border-radius: 60px;
  height: 90px;
  /* background: #E86269; */
}

.seccion-item:nth-child(3):hover {
  background: #6C315C;
  /* background: #337e24; */
  /* background: #AF6568; */
  text-decoration: none;
  border-radius: 60px;
  height: 90px;
}

.seccion-item:nth-child(3):active {
  background: #BB7CAA;
  /* background: #4fbf3a; */
  /* background: #E88C90; */
  text-decoration: none;
  border-radius: 60px;
  height: 90px;
}

.seccion-item:nth-child(4) {
  background: #AC8BA3;
/*   background: #2861b6; */
  border-radius: 60px;
  height: 90px;
  /* background: #FF7A8F; */
}

.seccion-item:nth-child(4):hover {
  background:#925C90;
  /* background: #19417e; */
  /* background: #DB5C70; */
  text-decoration: none;
  border-radius: 60px;
  height: 90px;
}

.seccion-item:nth-child(4):active {
  background: #BB92B9;
  /* background: #2f74d9; */
  /* background: #F69EAC; */
  text-decoration: none;
  border-radius: 60px;
  height: 90px;
}

.seccion-item i {
  color: #fff;
  height: 50px;
  font-size: 46px;
  display: flex;
  align-items: flex-end;
  float: left;
}

.seccion-item p.seccion-title {
  color: #fff;
  height: 50px;
  margin: 0;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px
}

p.seccion-title span {
  font-weight: initial
}

.dots_banners {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px
}

.consulta-validez a {
  display: none
}

.redes-banner a i {
  border-radius: 50%;
  transition: all .5s;
  padding: 4px 2px
}

.redes-banner a i.icono-facebook-3:hover {
  background: #3b5998;
  color: #fff
}

.redes-banner a i.icono-twitter:hover {
  background: #00acee;
  color: #fff
}

.redes-banner a i.icono-instagram-3:hover {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: #fff
}

.redes-banner a i.icono-youtube-play:hover {
  background: #c4302b;
  color: #fff
}

div#main-content {
  line-height: initial
}

#recomendaciones {
  margin-top: 30px;
}

#recomendaciones a {
  color: inherit;
  box-shadow: 1px 1px 6px rgba(61, 61, 61, .3);
  text-decoration: inherit;
}

#recomendaciones a:hover,
recomendaciones a:active,
.recomendaciones a:focus {
  box-shadow: 5px 5px 11px rgba(61, 61, 61, .3);
}

.recomendaciones__primary {
  color: #FF647D;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.recomendaciones__primary--art {
  border-radius: 8px;
  box-shadow: 0 3px 6px #00000029;
  display: flex;
  flex-direction: column;
  height: 435px;
  width: 45%;
}

.recomendaciones__primary--artImg {
  background: #FF647D;
  border-radius: 8px 8px 0 0;
  height: 65%;
  text-align: center;
}

.recomendaciones__primary--artImg img {
  border-radius: 8px 8px 0 0;
  height: 100%;
  max-width: 100%;
  object-fit: fill;
}

.recomendaciones__primary--artTxt {
  align-items: center;
  height: 35%;
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: flex-start;
  padding: 5px 15px;
}

.recomendaciones__secondary {
  color: #FF647D;
  display: flex;
  justify-content: space-between;
}

.recomendaciones__secondary--art {
  box-shadow: 0 3px 6px #00000029;
  display: flex;
  height: 140px;
  flex-direction: row;
  width: 45%;
  border-radius: 8px;
}

.recomendaciones__secondary--artImg {
  background: #FF647D;
  width: 65%;
  border-radius: 8px 0 0 8px;
  text-align: center;
}

.recomendaciones__secondary--artImg img {
  border-radius: 8px 0 0 8px;
  height: 100%;
  max-width: 100%;
  object-fit: fill;
}

.recomendaciones__secondary--artTxt {
  width: 35%;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}

.recomendaciones__secondary--artImg:nth-child(2) {
  border-radius: 0 8px 8px 0;
}

#timeline-home {
  margin-top: 30px;
}

div#timeline_acosta {
  width: 100%;
  height: 440px;
  /* background: url(https://www.salud-digna.com/timeline/timelineBG.jpg); */
  /*     background: url(https://cdn.comunidadsd.org/MX/Salud-Digna/Home/TimeLine/timelineBG.jpg);
   */
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 0
}

div#mini_timeline_acosta {
  width: 90%;
  height: 440px;
  /* background: url(https://www.salud-digna.com/timeline/timelineBG.jpg); */
  /*     background: url(https://cdn.comunidadsd.org/MX/Salud-Digna/Home/TimeLine/timelineBG.jpg);
   */
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 0
}

.timeline_slide {
  width: 100%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto
}

.mini_timeline_slide {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto
}

#navegadorinferior {
  display: none;
}

.timeline_slide::-webkit-scrollbar {
  display: none
}

.mini_timeline_slide::-webkit-scrollbar {
  display: none
}

.timeline_slide .item {
  width: 100%;
  height: 260px;
  margin: 0 26px;
  opacity: 0;
  cursor: pointer;
  transition: all .3s;
  display: none;
}

.mini_timeline_slide .item {
  width: 150px;
  height: 70px;
  margin: 0 5px;
  cursor: pointer;
  transition: all .3s
}

.timeline_slide .item.active {
  width: 100%;
  height: 320px;
  opacity: 1;
  margin: 0;
  display: flex;
  justify-content: center;
}


.mini_timeline_slide .item.active {
  width: 100%;
  height: 320px;
  opacity: 1;
  margin: 0
}

.timeline_slide .item:first-child.active {
  /* margin-left: 173px; */
  display: flex;
  align-items: center;
}

.mini_timeline_slide .item:first-child.active {
  margin-left: 20px
}

.timeline_slide .item .contenido_item {
  /*  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  width: 320px;
  height: 100%;
  transition: all .3s;

}

.mini_timeline_slide .item .contenido_item {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100px;
  height: 100%;
  transition: all .3s
}

.timeline_slide .item.active .contenido_item {
  width: 100%;
  height: 100%
}

.mini_timeline_slide .item.active .contenido_item {
  width: 100px;
  height: 95px;
  margin-top: 100px;
}

.timeline_slide .item .timeline_image_item {
  width: 100%;
  height: 65%;
  transition: all .3s;
  position: relative
}

.mini_timeline_slide .item .timeline_image_item {
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: relative
}

.timeline_slide .item.active .timeline_image_item {
  width: 100%;
  height: 100%
}

.mini_timeline_slide .item.active .timeline_image_item {
  width: 100%;
  height: 100%
}

.timeline_slide .item .timeline_image_item img {
  width: 100%;
  height: 101%;
  object-fit: cover;
}

.mini_timeline_slide .item .timeline_image_item img {
  width: 100%;
  height: 101%;
  object-fit: cover;
}

.timeline_slide .item .timeline_image_item a {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  transition: all .3s;
  pointer-events: none
}


.mini_timeline_slide .item .timeline_image_item a {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  transition: all .3s;
  pointer-events: none
}

.timeline_slide .item.active .timeline_image_item a {
  pointer-events: initial
}

.mini_timeline_slide .item.active .timeline_image_item a {
  pointer-events: initial
}

.timeline_slide .item .timeline_image_item a button {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  -webkit-appearance: none;
  background: 0 0;
  border: none;
  outline: 0
}

.mini_timeline_slide .item .timeline_image_item a button {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  -webkit-appearance: none;
  background: 0 0;
  border: none;
  outline: 0
}

.timeline_slide .item .timeline_image_item a button:active,
.timeline_slide .item .timeline_image_item a button:focus,
.timeline_slide .item .timeline_image_item a button:hover {
  outline: 0
}

.mini_timeline_slide .item .timeline_image_item a button:active,
.mini_timeline_slide .item .timeline_image_item a button:focus,
.mini_timeline_slide .item .timeline_image_item a button:hover {
  outline: 0
}

path.ytp-large-play-button-bg {
  z-index: 1;
  transition: all .3s
}

.timeline_slide .item.active .timeline_image_item a:hover button path {
  fill: red;
  fill-opacity: 1;
  transition: all .3s
}

.mini_timeline_slide .item.active .timeline_image_item a:hover button path {
  fill: red;
  fill-opacity: 1;
  transition: all .3s
}

.timeline_slide .item.active .timeline_image_item a:hover button path.icono_blanco {
  z-index: 9999;
  fill: #fff;
  transition: all .3s
}

.mini_timeline_slide .item.active .timeline_image_item a:hover button path.icono_blanco {
  z-index: 9999;
  fill: #fff;
  transition: all .3s
}

.timeline_slide .item .timeline_image_item iframe {
  width: 100%;
  height: 100%;
  pointer-events: none
}

.mini_timeline_slide .item .timeline_image_item iframe {
  width: 100%;
  height: 100%;
  pointer-events: none
}

.timeline_slide .item.active .timeline_image_item iframe {
  pointer-events: initial;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.mini_timeline_slide .item.active .timeline_image_item iframe {
  pointer-events: initial;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.timeline_slide .item.active .timeline_image_item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 97%;
}

.mini_timeline_slide .item.active .timeline_image_item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.timeline_slide .item .timeline_info_item {
  width: 100%;
  height: 35%;
  overflow: hidden;
  background: #FFB71B;
  color: #fff;
  padding: 5px 10px;
  transition: all .3s
}

.mini_timeline_slide .item .timeline_info_item {
  width: 100%;
  height: 35%;
  overflow: hidden;
  background: #FFB71B;
  color: #fff;
  padding: 5px 10px;
  transition: all .3s
}

.timeline_slide .item.active .timeline_info_item {
  background: #ffffff;
  /* border-bottom-left-radius: 10px; */
  /* border-bottom-right-radius: 10px; */
  color: #616161;
  height: 100%;
  width: 100%;
  border-left: 1px solid #9d9c9c;
  margin-left: 10px;
}

.mini_timeline_slide .item.active .timeline_info_item {
  background: #F1F1F1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #616161;
  height: 50%;
  width: 100%;
}

.timeline_slide .item .timeline_info_item p.fecha {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  opacity: 1;
  color: #12A76C;
  font-weight: bold;
  padding-bottom: 15px;
  margin-left: 20px;
}

.mini_timeline_slide .item .timeline_info_item p.fecha {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  opacity: 1
}

.timeline_slide .item .timeline_info_item h4 {
  font-size: 22px;
  margin: 0;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #12A76C;
  padding-bottom: 10px;
  margin-left: 20px;

}

.mini_timeline_slide .item .timeline_info_item h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700
}

.timeline_slide .item .timeline_info_item p {
  opacity: 0;
  /*  margin: 0; */
  transition: all .3s
}

.mini_timeline_slide .item .timeline_info_item p {
  opacity: 0;
  margin: 0;
  transition: all .3s
}

.timeline_slide .item.active .timeline_info_item p {
  opacity: 1
}

.mini_timeline_slide .item.active .timeline_info_item p {
  opacity: 1
}

.timeline_navigation {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 20px;
  position: relative
}


.nav-left {
  width: 8px;
  height: 8px;
  background: #FFB71B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  cursor: pointer
}

.nav-left i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px
}

.nav-item {
  width: 5px;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f1f0f0;
  /* border: 1px solid #FF647D; */
  border-radius: 50%;
  position: relative;
  z-index: 99;
  background: #f1f0f0;
  cursor: pointer;
  /* right: 35px; */
  margin-left: 74px;
  right: 40px;
}


.relleno {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: all .3s
}

.relleno.active {
  border: 7px solid #FFB71B;
  border-right-color: transparent;
  border-left-color: transparent;
  border-width: 0px 15px 24px;
  position: absolute;
  top: -30px;
}

.nav-item .relleno.active p {
  opacity: 1
}

.nav-item .relleno p {
  position: absolute;
  margin: 0;
  bottom: -25px;
  left: -7px;
  font-size: 14px;
  font-weight: 700;
  color: #FFB71B;
  /* color: #FF647D; */
  opacity: 0;
  transition: all .3s
}

.nav-right {
  width: 10px;
  height: 10px;
  background: #FFB71B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  cursor: pointer
}

.nav-right i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px
}

.linea-punteada {
  position: absolute;
  width: 100%;
  border: 1px solid #f1f0f0;
  border-style: dashed;
  z-index: 9;
  background-image: linear-gradient(to bottom, #FFB71B 100%, rgba(255, 255, 255, 0) 20%);
  background-position: left;
  background-size: 78px 3px;
  background-repeat: repeat-y;
}

.beneficiolentes {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 135px;
  left: 15%;
  /* margin: 0em 0em 0em 0em; */
  max-width: 125px;

}

.beneficioultra {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 320px;
  right: 19px;
  /* margin: 0em 0em 0em 0em; */
  max-width: 137px
}

.beneficiomasto {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 556px;
  right: 390px;
  /* margin: 0em 0em 0em 0em; */
  max-width: 137px
}

.beneficioTomo {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 740px;
  right: 390px;
  /* margin: 0em 0em 0em 0em; */
  max-width: 137px
}

.BeneficiosLateralTablet {

  display: none;
}

div#timeline_acosta .icono-left-open:before {
  display: flex;
  margin: 0
}

div#mini_timeline_acosta .icono-left-open:before {
  display: flex;
  margin: 0
}

div#timeline_acosta .icono-right-open:before {
  display: flex;
  justify-content: center;
  margin: 0
}

div#mini_timeline_acosta .icono-right-open:before {
  display: flex;
  justify-content: center;
  margin: 0
}

#timeline_acosta .owl-dots {
  display: none
}

#mini_timeline_acosta .owl-dots {
  display: none
}

.puede-interesarte {
  display: flex;
  height: 376px;
  justify-content: space-between;
}

.puede-interesarte img {
  max-width: 100%;
  height: auto;
}

.intereses {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.infor-banner.certificacion h2 {
  font-size: 28px
}

p.correoC {
  font-size: 16px;
  color: #fff;
  background: linear-gradient(45deg, #01bc6f, transparent);
  height: 30px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  width: 95% !important
}

#servicios-home .container .col-xs-12 {
  padding-left: 0;
  padding-right: 0
}

#servicios-home .item {
  background: #fafafa;

  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  margin: 6px 4px;
}

#servicios-home .owl-carousel .owl-item {
  margin-bottom: 20px;
}

#servicios-home .item .info {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  margin: 20px;
  align-items: baseline;
  justify-content: space-between;
  position: fixed;
  top: 60%;

}

.icono-lentes {
  height: 50px;
  width: 62px;
  float: left;

}

#servicios-home .item div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 50%
}

#servicios-home .item h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  color: #fff;
}

#servicios-home .item p {
  font-size: 14px;
  padding: 0px;
  color: #fff;
}

#servicios-home .item a {
  background: #0074D9;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: .3s;
  width: 95%;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;

  border-radius: 10px;
}

.botonServicios {
  left: 7px;
  position: relative;
}

#servicios-home .item a:hover {
  text-decoration: none;
  background: #0066BF;
}

#servicios-home .item a:active,
#servicios-home .item a:focus {
  background: #3390E1;
  /* background: #F67B93; */
  text-decoration: none
}

#servicios-slider {
  position: relative;
  margin: 20px 0 50px
}

#servicios-slider .owl-prev {
  color: #0074D9;
  /* color:#FF647D; */
  position: absolute;
  left: -2%;
  top: 50%;
  transform: scale(2);
  transition: all .2s;
  pointer-events: initial;
  box-shadow: 0px 1px 1px #00000029;
  border-radius: 50%;
  font-size: 15px;
  background-color: #fff;
}

#servicios-slider .owl-next {
  color: #0074D9;
  /* color: #FF647D; */
  position: absolute;
  right: -3%;
  top: 50%;
  transform: scale(2);
  transition: all .2s;
  pointer-events: initial;
  box-shadow: 0px 1px 1px #00000029;
  border-radius: 50%;
  font-size: 15px;
  background-color: #fff;
}

#servicios-slider .owl-next:focus,
#servicios-slider .owl-next:hover,
#servicios-slider .owl-prev:focus,
#servicios-slider .owl-prev:hover {
  transform: scale(2.3)
}

#secciones .owl-next:active,
#secciones .owl-next:focus,
#secciones .owl-next:hover,
#secciones .owl-prev:active,
#secciones .owl-prev:focus,
#secciones .owl-prev:hover {
  transform: scale(1.3);
  color: #616161
}

#secciones .owl-next:active,
#secciones .owl-next:focus,
#secciones .owl-next:hover,
#secciones .owl-prev:active,
#secciones .owl-prev:focus,
#secciones .owl-prev:hover {
  text-shadow: 0 0 .5px #000
}

.divisor-gris {
  width: 100%;
  clear: both
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 5px;
  z-index: 9999999;
  transition: all .3s;
  display: none
}

.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dcdcdc;
  margin: 0 10px;
  transition: all .3s
}

.owl-dot.active {
  background: #616161;
  width: 15px;
  height: 15px
}

.owl-carousel.owl-loaded.owl-drag {
  height: 100%
}

.owl-nav {
  position: absolute;
  height: 100%;
  width: 99%;
  top: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  display: block !important;
}

.redes-banner a p {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.infor-banner.citas h2 strong {
  font-size: 56px;
}

.infor-banner.citas h1 strong {
  font-size: 56px;
}

div#mini_timeline_acosta {
  width: 100%;
  height: 150px;
  /* background: url(https://www.salud-digna.com/timeline/timelineBG.jpg); */
  /* background: url(https://cdn.comunidadsd.org/MX/Salud-Digna/Home/TimeLine/timelineBG.jpg); */
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.columna h1,
.columna h2 {
  font-size: 22px;
}

.TextoDescripcion {
  align-items: center;
  font-size: 12px;
  line-height: normal;
}


.ContenedorInputBusqueda .icono-x {
  right: 45px;
  top: -10px;
}

/* #nombre_clinica_header {
  position: absolute;

  left: 50%;
}
 */
.titulosinferioresLaboratorio {
  position: fixed;
  left: 78px;
  top: 60px;
  z-index: 1;

}

.titulosinferioresUltrasonido {
  position: fixed;
  left: 78px;
  top: 60px;
  z-index: 1;

}

.titulosinferioresLentes {
  position: fixed;
  left: 102px;
  top: 60px;
  z-index: 1;

}

.titulosinferioresRayos {
  position: fixed;
  left: 97px;
  top: 60px;
  z-index: 1;

}

.titulosinferioresMastografia {
  position: fixed;
  left: 78px;
  top: 60px;
  z-index: 1;
}

.titulosinferioresPapanicolau {
  position: fixed;
  left: 78px;
  top: 60px;
  z-index: 1;
}

.titulosinferioresDensitometria {
  position: fixed;
  left: 65px;
  top: 60px;

}

.titulosinferioresElectro {
  position: fixed;
  left: 42px;
  top: 60px;
  z-index: 1;
}

.titulosinferioresTomografia {
  position: fixed;
  left: 70px;
  top: 56px;
}

.titulosinferioresNutricion {
  position: fixed;
  left: 88px;
  top: 60px;
  z-index: 1;
}

.titulosinferioresRM {
  position: fixed;
  left: 32px;
  top: 58px;
  z-index: 1;
}

@media screen and (max-width:1680px) {

  .explorer#newBannersHome .consulta-validez,
  .explorer#newBannersHome .cotent-banner {
    left: 15%
  }
}

/* 1504 es la resoluciÃƒÆ’Ã‚Â³n de laptop del vlady y julio */
@media screen and (max-width:1520px) {
  p.whatsapp {
    top: -50px;
  }

  .cotent-banner.coronavirus {
    top: 5%;
  }
}

@media screen and (max-width:1440px) {

  .consulta-validez h3,
  .consulta-validez.covid h3 {
    top: -20px
  }

  .explorer#newBannersHome .consulta-validez,
  .explorer#newBannersHome .cotent-banner {
    left: 9%
  }
}

@media screen and (max-width:1366px) {
  .cotent-banner {
    top: 5%
  }

  .infor-banner h2 {
    margin-bottom: 30px
  }

  .infor-banner h1 {
    margin-bottom: 30px
  }

  .consulta-validez p {
    width: 58%
  }

  .redes-banner {
    left: 4%
  }

  .redes-banner a {
    margin: 2px 0
  }

  .explorer#newBannersHome .consulta-validez,
  .explorer#newBannersHome .cotent-banner {
    left: 7%
  }

  p.whatsapp {
    top: 0;
  }
}

@media screen and (max-width:1280px) {
  .redes-banner {
    left: 1%;
    top: 64%;
  }

  .consulta-validez h3,
  .consulta-validez.covid h3 {
    top: -15px;
  }

  .cotent-banner {
    top: 2%;
  }

  p.whatsapp {
    font-size: 24px;
    top: 0;
  }

  p.whatsapp span.light {
    font-size: 34px;
  }

  p.whatsapp span.bold {
    font-size: 42px;
  }

  p.whatsapp span.click {
    font-size: 28px;
  }

  .explorer#newBannersHome .consulta-validez,
  .explorer#newBannersHome .cotent-banner {
    left: 4%;
  }

  #servicios-slider .owl-prev {
    left: -2%;
  }

  #servicios-slider .owl-next {
    right: -2%;
  }
}

@media screen and (max-width:1199px) {
  .activeCTM .container .col-md-6 picture img {
    width: auto;
    height: auto;
    border-radius: 15px;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 35%;
    left: 3%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 83%;
    right: 5%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .seccion-item i {
    color: #fff;
    height: 42px;
    font-size: 38px;
    display: flex;
    align-items: center;
    float: left;
    margin-left: 8%;
  }

  .titulosinferioresLaboratorio {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresUltrasonido {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresLentes {
    position: fixed;
    left: 35%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresRayos {
    position: fixed;
    left: 35%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresMastografia {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresPapanicolau {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresDensitometrÃ­a {
    position: fixed;
    left: 20%;
    top: 11%;
  }

  .titulosinferioresElectro {
    position: fixed;
    left: 8%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresTomografia {
    position: fixed;
    left: 27%;
    top: 11%;
  }

  .titulosinferioresNutricion {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresRM {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  #servicios-home .item .info {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    margin: 20px;
    align-items: baseline;
    justify-content: space-between;
    position: fixed;
    top: 55%;
  }


}

@media screen and (max-width:1024px) {
  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 135px;
    left: 15%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 320px;
    right: 19px;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .infor-banner.covid h1 strong {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btns-covid {
    justify-content: center;
  }

  .consulta-validez h3.prueba {
    top: -200px;
    text-align: initial;
  }

  .iconosCovid-principal,
  .iconosCovid-principal.anos70 {
    position: relative;
    top: -150px;
  }

  .iconosCovid19 img {
    width: 100px;
  }

  .iconosCovid19 h5 {
    left: 25%;
  }

  .entrega_domicilio {
    display: flex;
    justify-content: center;
  }

  .infor-banner.citas h2 strong {
    font-size: 46px;
  }

  .infor-banner.citas h1 strong {
    font-size: 46px;
  }

  .infor-banner.clinicas {
    margin-top: 40px;
  }

  .redes-banner {
    display: none
  }

  .seccion-first {
    height: initial
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
  }

  .seccion-item {
    width: 95%;
    margin: 7px;
    border-radius: 4px
  }

  div#secciones-SD.explorer .seccion-item {
    width: 47%
  }

  .consulta-entrega-prueba,
  .consulta-entrega-prueba.citas__val {
    bottom: 0
  }

  .consulta-validez,
  .consulta-validez.citas__val {
    bottom: 0
  }

  .consulta-validez p {
    width: 100%;
    font-size: 8px
  }

  .consulta-validez p.validez {
    font-size: 10px
  }

  .consulta-validez.citas__val .validez {
    bottom: 0;
  }

  .cotent-banner {
    top: 0;
    height: 100%
  }

  .infor-banner {
    width: 100%;
    text-align: center;
    margin-top: 15px
  }

  .consulta-validez h3,
  .consulta-validez.covid h3 {
    font-size: 16px;
    width: 100%;
    text-align: center
  }

  .infor-banner h2 {
    margin: 0;
    font-size: 32px
  }

  .infor-banner h1 {
    margin: 0;
    font-size: 32px
  }

  #servicios-home .container .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px
  }

  p.whatsapp {
    text-align: center;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px
  }

  p.whatsapp span.light {
    font-size: 36px
  }

  p.whatsapp span.bold {
    font-size: 48px
  }

  p.whatsapp span.click {
    font-size: 30px
  }

  .whatsappClick {
    top: 33%;
    right: 50%;
    transform: translateX(50%)
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 50%
  }

  .timeline_slide .item:first-child.active {
    margin-left: 26px
  }

  .linea-punteada {
    width: 92%
  }

  .infor-banner.certificacion h2 {
    padding: 0 6%;
  }

  img.cursor {
    right: 45% !important;
    top: 60% !important;
    width: 100px !important
  }

  .consulta-validez.estimado h3 {
    top: -300px !important
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 35%;
    left: 3%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 83%;
    right: 5%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .seccion-item i {
    color: #fff;
    height: 42px;
    font-size: 38px;
    display: flex;
    align-items: center;
    float: left;
    margin-left: 8%;
  }

  .titulosinferioresLaboratorio {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresUltrasonido {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresLentes {
    position: fixed;
    left: 35%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresRayos {
    position: fixed;
    left: 35%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresMastografia {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresPapanicolau {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresDensitometrÃ­a {
    position: fixed;
    left: 20%;
    top: 11%;
  }

  .titulosinferioresElectro {
    position: fixed;
    left: 8%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresTomografia {
    position: fixed;
    left: 27%;
    top: 11%;
  }

  .titulosinferioresNutricion {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresRM {
    position: fixed;
    left: 27%;
    top: 11%;
    z-index: 1;
  }

  #servicios-home .item .info {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    margin: 20px;
    align-items: baseline;
    justify-content: space-between;
    position: fixed;
    top: 55%;
  }


}

@media screen and (max-width:1023px) {
  .item-beneficio {
    height: initial
  }

  .content-beneficio,
  .image-beneficio {
    height: initial
  }

  .content-banner {
    padding-bottom: 0;
  }

  .info--banner.consulta-resultados {
    align-items: center;
  }

  .tiempos__entrega--sub h3 {
    color: #FFF;
  }

  .extra {
    margin: 0;
    position: absolute;
    bottom: 0;
  }

  .e-blanca p {
    color: #fff;
    text-align: center;
  }

  .tiempos__entrega {
    justify-content: start;
    height: 440px;
    padding: 15px 0;
    top: 0;
    width: 100%;
  }

  .content-banner__sub h3 {
    color: #616161;
  }

  .hero-container {
    height: initial;
    flex-direction: column;
  }

  .swiper-container {
    width: 100%;
  }

  #hero-art {
    box-shadow: initial;
    width: 100%;
  }

  .hero-art__title {
    font-size: 18px;
  }

  .hero-art__promos {
    flex-direction: row;
    justify-content: space-between;
  }

  .hero-art__promos--cont {
    width: 49%;
  }

  .hero-art__solicitado--cont {
    display: flex;
    justify-content: space-between;
  }

  .hero-art__solicitado--cont a {
    width: 49%;
  }

  .puede-interesarte {
    height: initial;
  }

  .intereses {
    height: initial;
  }
}

@media screen and (max-width:991px) {


  .titulosinferioresLaboratorio {
    position: fixed;
    left: 32%;
    top: 12%;
    z-index: 1;
  }

  .titulosinferioresUltrasonido {
    position: fixed;
    left: 30%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresLentes {
    position: fixed;
    left: 37%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresRayos {
    position: fixed;
    left: 37%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresMastografia {
    position: fixed;
    left: 30%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresPapanicolau {
    position: fixed;
    left: 30%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresDensitometrÃ­a {
    position: fixed;
    left: 23%;
    top: 11%;
  }

  .titulosinferioresElectro {
    position: fixed;
    left: 11%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresTomografia {
    position: fixed;
    left: 30%;
    top: 11%;
  }

  .titulosinferioresNutricion {
    position: fixed;
    left: 30%;
    top: 11%;
    z-index: 1;
  }

  .titulosinferioresRM {
    position: fixed;
    left: 30%;
    top: 11%;
    z-index: 1;
  }

  #servicios-home .item .info {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    margin: 20px;
    align-items: baseline;
    justify-content: space-between;
    position: fixed;
    top: 60%;
  }

  .hero-art__title {
    text-align: left !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }

  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 2% !important;
    float: left !important;
    right: 74% !important;
    position: absolute !important;
    top: 70% !important;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .puede-interesarte a {
    padding: 5px;
  }

  .activeCTM .container .col-md-6:nth-child(1) {
    border-right: none;
  }

  .activeCTM .container .col-md-6 picture img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .FechaTM {
    margin-top: 15px;
  }

  .TituloTM {
    border-bottom: 2px solid #B097AF;
    width: fit-content;
  }

}

@media screen and (max-width:768px) {
  .hero-art__title {
    text-align: center !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }

  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 3% !important;
    float: left !important;
    right: 39% !important;
    position: absolute !important;
    top: 68% !important;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .icono-lentes {
    height: 50px;
    width: 62px;
    float: left;
  }

  .seccion-item p.seccion-title {
    display: flex;
    line-height: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    width: initial;
    display: none;
  }

  .activeCTM .container .col-md-6 picture img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }


  #hero-art {
    padding: unset;
  }

  #hero-art img {
    width: 100%;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 60px;
    overflow: hidden;
    z-index: 9;
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
    /* background: #d98200; */
    width: 45%;
    border-radius: 60px;
    height: 90px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 45%;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 45%;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 45%;
  }



  .recomendaciones__primary--art {
    height: 350px;
  }

  .recomendaciones__primary,
  .recomendaciones__secondary {
    flex-direction: column;
  }

  .recomendaciones__primary--art,
  .recomendaciones__secondary--art {
    margin-bottom: 10px;
    width: 100%;
  }

  .recomendaciones__secondary--artTxt {
    order: 1;
    line-height: 1;
  }

  .recomendaciones__secondary--artImg:nth-child(2) {
    border-radius: 8px 0 0 8px;
  }

  .infor-banner h2 {
    font-size: 24px;
    padding: 0 10%
  }

  .infor-banner h1 {
    font-size: 24px;
    padding: 0 10%
  }

  .infor-banner.clinicas h1 {
    font-size: 22px;
  }

  .infor-banner.citas h2 strong {
    font-size: 36px;
  }

  .infor-banner.citas h1 strong {
    font-size: 36px;
  }

  .item-beneficio {
    width: 100%;
    margin-bottom: 25px
  }

  .item-beneficio:last-child {
    margin: 0
  }

  img.cursor {
    right: 45%;
    top: 70% !important;
    width: 70px !important
  }

  .consulta-validez.estimado h3 {
    top: -170px !important
  }

  .infor-banner.clinicas {
    width: 36%;
  }

  .hero-container .container {
    width: 100%;
  }

  #consultaRes {
    display: block;
    font-size: 20px;
    top: 10%;
    position: relative;
  }

  #realizaCita {
    display: block;
    font-size: 20px;
    top: 10%;
    position: relative;
  }

  #cotizaEst {
    display: block;
    font-size: 20px;
    top: 10%;
    position: relative;
  }

  #lentesdesde {
    display: block;
    font-size: 20px;
    top: 10%;
    position: relative;
  }
}

@media screen and (max-width:767px) {
  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }

  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 3% !important;
    float: left !important;
    right: 39% !important;
    position: absolute !important;
    top: 65% !important;
  }

  .hero-art__title {
    text-align: center !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }



  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 60px;
    overflow: hidden;
    z-index: 9;
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
 /*    background: #d98200; */

    border-radius: 60px;
    width: 85px;
    height: 85px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    width: 85px;
    height: 85px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    width: 85px;
    height: 85px;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    width: 85px;
    height: 85px;
  }

  .seccion-item i {
    height: 50px;
    width: 67px;
    float: left;
    margin-left: 1px;
  }


  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 25%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 25%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .beneficiomasto {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 0;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px
  }

  .beneficioTomo {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 2%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px
  }

  .BeneficiosLateral {

    display: none;
  }

  .BeneficiosLateralTablet {

    display: flex;
  }

  .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #2861b6;
    font-size: .9em;
    line-height: 2;
    border-radius: 0.25em;
    font-weight: bold;
    font-size: 16px;
    z-index: 99;
    text-decoration: underline;
    position: absolute;
    padding-left: 300px;
  }
}

@media screen and (max-width:767px) {
  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .icono-lentes {
    height: 50px;
    width: 60px;
    float: left;
  }

  .activeCTM .container .col-md-6 picture img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 3% !important;
    float: left !important;
    right: 31% !important;
    position: absolute !important;
    top: 65% !important;
  }

  .infor-banner.citas h2 strong {
    font-size: 28px;
  }

  .infor-banner.citas h1 strong {
    font-size: 28px;
  }

  .infor-banner.citas h1,
  .infor-banner.consulta h2 {
    margin-top: 15px;
  }

  .infor-banner.domingosSaludables h2 {
    font-size: 21px;
    padding: 0 13%;
  }

  .iconos_flechas#newBannersHome .swiper-button-next i,
  .iconos_flechas#newBannersHome .swiper-button-prev i {
    font-size: 35px;
    padding-left: 0
  }

  .seccion-first {
    margin-bottom: 15px
  }

  #consultaRes {
    display: block;
    position: relative;
    font-size: 19px;
    top:-15%
  }

  #realizaCita {
    display: block;
    position: relative;
    font-size: 20px;
  }

  #cotizaEst {
    display: block;
    top: 10%;
    position: relative;
    font-size: 19px;
  }

  #lentesdesde {
    display: block;
    top: -13%;
    position: relative;
    font-size: 19px;
  }

  .seccion-item {
    width: 100%;
    margin: 5px 0;
    flex-direction: column;
    height: 100px;
    justify-content: space-center;
  }

  .seccion-item div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 80%;
  }

  .seccion-item div:nth-child(2) {
    width: 60%;
  }

  div#secciones-SD.explorer .seccion-item {
    width: 96%
  }

  div#secciones-SD.explorer .seccion-item i {
    justify-content: center
  }

  p.seccion-title br {
    display: none
  }

  .seccion-item:nth-child(1) p.seccion-title br {
    display: initial
  }

  .seccion-item p.seccion-title {
    color: #fff;
    height: 50px;
    margin: 0;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
  }

  .seccion-item i {
    height: 50px;
    width: 62px;
    float: left;
    margin-left: -65px;
  }

  .infor-banner {
    margin-top: 5px
  }

  .infor-banner.jalisco {
    margin-top: 15px;
  }

  .cotent-banner {
    width: 100%
  }

  .consulta-validez h3,
  .consulta-validez.covid h3 {
    padding: 0 10px;
    font-size: 14px
  }

  .consulta-validez {
    width: 100%;
    padding: 0 10px;
    line-height: 1.4
  }

  .consulta-validez p {
    display: none;
    font-size: 8px
  }

  .consulta-validez.informacion p {
    display: block
  }

  .consulta-validez p.validez {
    display: initial;
    font-size: 10px
  }

  .consulta-validez a {
    display: flex;
    font-size: 12px;
    color: #009aff;
    text-decoration: underline;
    position: relative;
    z-index: 999
  }

  /* .consulta-validez.whatsapp a,
      .consulta-validez.white a {
          color: #fff
      } */
  .reset-p {
    padding: 0 !important;
  }

  .owl-dot,
  .owl-dot.active {
    margin-bottom: 1px
  }

  .content-beneficio {
    padding: 20px 20px
  }

  #servicios-home .item {
    height: auto;
  }

  #servicios-home .item img {
    height: auto
  }

  #servicios-home .item p {
    font-size: 14px
  }

  p.whatsapp {
    font-size: 18px;
    width: 75%;
    top: 5px
  }

  p.whatsapp span.light {
    font-size: 24px
  }

  p.whatsapp span.bold {
    font-size: 36px;
    color: #fff;
    --swiper-theme-color: #fff
  }

  p.whatsapp span.click {
    font-size: 22px
  }

  .whatsappClick {
    width: 104px;
    height: 104px;
    top: 32%
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 60px;
    width: 30px
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 22px
  }

  div#timeline_acosta {
    width: 100%;
    height: 440px;
    /* background: url(https://www.salud-digna.com/timeline/timelineBG.jpg); */
    /* background: url(https://cdn.comunidadsd.org/MX/Salud-Digna/Home/TimeLine/timelineBG.jpg); */
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0 0;
  }

  .timeline_slide {
    height: 80% !important
  }

  .timeline_navigation {
    height: 20%
  }

  .timeline_slide .item.active {
    height: 300px
  }

  .timeline_slide .item:nth-child(1).active,
  .timeline_slide .item:nth-child(8).active {
    height: 350px
  }

  .timeline_slide .item:nth-child(6).active,
  .timeline_slide .item:nth-child(9).active {
    height: 395px
  }

  .timeline_slide .item.active .contenido_item {
    width: 86%
  }

  .linea-punteada {
    width: 88%
  }

  .timeline_navigation {
    padding: 0 10px
  }

  div#timeline_acosta .owl-dots {
    display: none
  }

  .infor-banner.certificacion h2 {
    font-size: 18px;
  }

  .consulta-validez.estimado h3 {
    top: -130px !important;
  }

  img.cursor {
    right: 45%;
    top: 70% !important;
    width: 45px !important;
  }

  .consulta-validez.poli h3 {
    margin-bottom: 50px;
  }

  .infor-banner.poli h2 {
    margin-top: 50px;
  }

  .infor-banner.clinicas {
    margin-top: 10px;
    width: 100%;
  }

  .infor-banner.clinicas h1 {
    font-size: 15px;
    padding: 0;
  }

  .btns-covid {
    justify-content: center !important;
  }

  .tiempos__entrega {
    height: 360px;
    justify-content: start;
    padding: 10px 0;
    top: 0;
    width: 100%;
  }

  .tiempos__entrega--texto h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }

  .tiempos__entrega--sub h3 {
    font-size: 16px;
  }

  .extra p {
    font-size: 14px;
  }

  .consulta-horarios h3 {
    text-align: center;
  }

  .horario-habitual {
    align-items: center;
    height: 360px;
    justify-content: start;
    padding: 10px 0;
    text-align: center;
    top: 0;
    width: 100%;
  }

  .horario-habitual--texto h2 {
    font-size: 22px;
  }

  .horario-habitual--sub h3 {
    font-size: 18px;
  }

  .hero-art__solicitado--cont a {
    flex-direction: column;
    text-align: center;
    height: 100px;
  }

  .hero-art__solicitado--cont a img {
    margin: 5px 0;
  }
}


.timeline_slide .item.active .contenido_item {
  width: 97%;
  padding: 0
}


@media screen and (max-width:320px) {
  .seccion-item div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 90%;
    padding-left: 48px;
  }

  .titulosinferioresLaboratorio {
    position: fixed;
    left: 64px;
    top: 51px;

  }

  .titulosinferioresUltrasonido {
    position: fixed;
    left: 64px;
    top: 51px;

  }

  .titulosinferioresLentes {
    position: fixed;
    left: 86px;
    top: 51px;

  }

  .titulosinferioresRayos {
    position: fixed;
    left: 72px;
    top: 51px;

  }

  .titulosinferioresMastografia {
    position: fixed;
    left: 64px;
    top: 51px;

  }

  .titulosinferioresPapanicolau {
    position: fixed;
    left: 64px;
    top: 51px;

  }

  .titulosinferioresDensitometrÃ­a {
    position: fixed;
    left: 47px;
    top: 51px;

  }

  .titulosinferioresElectro {
    position: fixed;
    left: 24px;
    top: 51px;

  }

  .titulosinferioresTomografia {
    position: fixed;
    left: 56px;
    top: 51px;
  }

  .titulosinferioresNutricion {
    position: fixed;
    left: 64px;
    top: 51px;

  }

  .titulosinferioresRM {
    position: fixed;
    left: 68px;
    top: 35px;
  }

  .relleno.active {
    border: 7px solid #FFB71B;
    border-right-color: transparent;
    border-left-color: transparent;
    border-width: 0px 15px 24px;
    position: unset;
  }

  .hero-art__promos {
    flex-direction: row;
    justify-content: space-between;
    width: 75%;
  }

  #hero-art img {
    width: 75%;
  }

  .icono-lentes {
    height: 50px;
    width: 62px;
    float: left;
    margin-left: 0px;
  }

  .seccion-item i {
    height: initial;
    font-size: 50px;
    line-height: 1;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
    /* background: #d98200; */
    /* background: #FF647D; */
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(1):hover {
    background: #8A5788;
    /* background: #b96f01; */
    /* background: #C76175; */
    text-decoration: none;
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(1):active {
    background: #B097AF;
    /* background: #f29202; */
    /* background: #F2879C; */
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(2):hover {
    background:#6C4963 ;
    /* background: #127591; */
    /* background: #B7777A; */
    text-decoration: none;
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(2):active {
    background: #AF82A3;
    /* background: #19afd9; */
    /* background: #E9A4A8; */
    text-decoration: none;
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(3):hover {
    background: #6C315C;
    /* background: #337e24; */
    /* background: #AF6568; */
    text-decoration: none;
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(3):active {
    background: #BB7CAA;
    /* background: #4fbf3a; */
    /* background: #E88C90; */
    text-decoration: none;
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(4):hover {
    background: #925C90;
    /* background: #19417e; */
    /* background: #DB5C70; */
    text-decoration: none;
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }

  .seccion-item:nth-child(4):active {
    background: #BB92B9;
   /*  background: #2f74d9; */
    /* background: #F69EAC; */
    text-decoration: none;
    border-radius: 40px;
    width: 65px;
    height: 65px;
  }


  div#secciones-SD {
    display: flex;

    border-radius: 60px;
    overflow: hidden;
    z-index: 9;
    grid-column-gap: 10px;
    justify-content: center;
  }

  #contenedor1 {
    display: block;
  }

  #contenedor2 {
    display: block;
  }

  #contenedor3 {
    display: block;
  }

  #contenedor4 {
    display: block;
  }

  #contenedor5 {
    display: block;
  }

  #contenedor6 {
    display: block;
  }

  #contenedor7 {
    display: block;
  }

  #contenedor8 {
    display: block;
  }

  #contenedor9 {
    display: block;
  }

  #contenedor10 {
    display: block;
  }



  #navegadorinferior {
    padding: 0 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    overflow: auto;
    top: auto;
    top: -450px;
    height: 20px;
  }

  #mini_timeline_acosta {
    display: none;
  }

  #minitimeline {
    display: none;
  }

  .timeline_navigation {
    padding: 0 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    overflow: auto;
    top: auto;
    top: -450px;
    height: 20px;

  }

  .linea-punteada {
    position: absolute;
    width: 799px;
    border: 1px solid #f1f0f0;
    border-style: dashed;
    z-index: 9;
    background-image: linear-gradient(to bottom, #FFB71B 100%, rgba(255, 255, 255, 0) 20%);
    background-position: left;
    background-size: 46px 3px;
    background-repeat: repeat-y;
  }

  /* div#timeline_navigation {
       display: none;
      } */
  #servicios-home .item .info {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    margin: 20px;
    align-items: baseline;
    justify-content: space-between;
    position: fixed;
    top: 60%;

  }


  p.whatsapp {
    font-size: 18px;
    width: 75%;
    top: -70%
  }

  p.whatsapp span.light {
    font-size: 24px
  }

  p.whatsapp span.bold {
    font-size: 34px
  }

  p.whatsapp span.click {
    font-size: 20px
  }

  .whatsappClick {
    width: 75px;
    height: 75px;
    top: -10%
  }

  .timeline_slide .item:first-child.active {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
  }

  .timeline_slide .item.active .contenido_item {
    height: 100%;
  }

  .timeline_slide .item.active .timeline_image_item {
    height: 100%;
    top: 0px;
    left: 10px;
    padding-bottom: 16px;
  }

  .timeline_slide .item.active .timeline_info_item {
    height: 268px;
    padding-top: 0px;
  }
}

.timeline_slide .item {
  margin: 0 5px
}

.nav-item {
  width: 5px;
  height: 5px
}


.timeline_slide .item .contenido_item {
  padding: 0 5px
}



/*NIEVE*/

/* #snow {
        background: none;
        font-family: Androgyne;
        background-image: url("https://salud-digna.com/s1.png"),
          url("https://salud-digna.com/s2.png"), url("https://salud-digna.com/s3.png");
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999999;
        -webkit-animation: snow 10s linear infinite;
        -moz-animation: snow 10s linear infinite;
        -ms-animation: snow 10s linear infinite;
        animation: snow 10s linear infinite;
        pointer-events: none;
      }
      @keyframes snow {
        0% {
          background-position: 0px 0px, 0px 0px, 0px 0px;
        }
        50% {
          background-position: 500px 500px, 100px 200px, -100px 150px;
        }
        100% {
          background-position: 500px 1000px, 200px 400px, -100px 300px;
        }
      }
      @-moz-keyframes snow {
        0% {
          background-position: 0px 0px, 0px 0px, 0px 0px;
        }
        50% {
          background-position: 500px 500px, 100px 200px, -100px 150px;
        }
        100% {
          background-position: 400px 1000px, 200px 400px, 100px 300px;
        }
      }
      @-webkit-keyframes snow {
        0% {
          background-position: 0px 0px, 0px 0px, 0px 0px;
        }
        50% {
          background-position: 500px 500px, 100px 200px, -100px 150px;
        }
        100% {
          background-position: 500px 1000px, 200px 400px, -100px 300px;
        }
      }
      @-ms-keyframes snow {
        0% {
          background-position: 0px 0px, 0px 0px, 0px 0px;
        }
        50% {
          background-position: 500px 500px, 100px 200px, -100px 150px;
        }
        100% {
          background-position: 500px 1000px, 200px 400px, -100px 300px;
        }
      } */

.btns-covid {
  display: flex;
  margin-bottom: 30px;
}

.btns-covid a {
  width: 150px;
  height: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}

.btns-covid a.comunicadoCovid {
  border: 1px solid #0074D9;
  color: #0074D9;
  background: #fff;
}

.btns-covid a.comunicadoCovid:hover {
  border-color: #0057a3;
  color: #0057a3;
  text-decoration: none;
}

.btns-covid a.comunicadoCovid:active {
  border-color: #3390e1;
  color: #3390e1;
  text-decoration: none;
}

.btns-covid a.solicitudCovid {
  background: #0074D9;
  color: #fff;
}

.btns-covid a.solicitudCovid:hover {
  background: #0057a3;
  text-decoration: none;
}

.btns-covid a.solicitudCovid:active {
  background: #3390e1;
  text-decoration: none;
}

.iconosCovid-principal {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -60px;
}

.iconosCovid19 {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.iconosCovid19 img {
  width: 60px;
}

.iconosCovid19 h4 {
  height: 50px;
  text-align: center;
  margin: 0;
}

.covid-19-color {
  color: #118C86;
  font-weight: 600;
}

.consulta-validez.covid p {
  width: 100%;
}

.iconosCovid19 h5 {
  position: absolute;
  top: 0;
  left: 38%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: 600;
}

.consulta-validez h3.prueba {
  top: -90px;
}

/* banner 70 anos */
.iconosCovid-principal.anos70 {
  top: -50px;
}

.iconosCovid-principal.anos70 .iconosCovid19 {
  width: 25%;
}

.iconosCovid-principal.anos70 .iconosCovid19 img {
  width: 130px;
  height: 130px;
}

.iconosCovid-principal.anos70 picture {
  display: flex;
  justify-content: center;
}

.iconosCovid-principal.anos70 .iconosCovid19 h4 {
  height: 75px;
}

/* banner 70 anos */

.entrega_domicilio img {
  width: 550px;
  height: 70px;
}



@media screen and (max-width: 1680px) {
  .btns-covid {
    margin-bottom: 0;
  }

  .consulta-validez h3.prueba {
    top: -45px;
  }

  .iconosCovid-principal {
    top: -25px;
  }

  .iconosCovid-principal.anos70 {
    top: -10px;
  }
}

@media (min-width:1450px) and (max-width: 1520px) {

  .consulta-validez.covid h3,
  .consulta-validez h3.prueba {
    top: -10px;
  }

  .iconosCovid-principal {
    top: 0;
  }

  .consulta-validez h3.prueba {
    top: -25px;
  }

  .iconosCovid-principal {
    top: 0;
  }

  .iconosCovid-principal.anos70 {
    top: 10px;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 img {
    width: 90px;
    height: 90px;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 h4 {
    height: 90px;
  }
}

@media screen and (max-width: 1440px) {
  .iconosCovid-principal {
    top: 0;
  }

  .consulta-validez h3.prueba {
    top: -15px;
  }

  .iconosCovid-principal.anos70 {
    top: 0;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 img {
    width: 90px;
    height: 90px;
  }
}

@media (min-width: 1260px) and (max-width: 1280px) {
  .consulta-validez.covid.clinicas {
    bottom: 130px;
  }
}


@media screen and (max-width: 900px) {
  .iconosCovid19 img {
    width: 80px;
  }

  .iconosCovid-principal {
    top: -65px;
  }

  .consulta-validez h3.prueba {
    top: -100px;
    text-align: initial;
  }

  .iconosCovid-principal.anos70 {
    flex-wrap: wrap;
    top: 0;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 {
    width: 49%;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 h4 {
    height: 55px;
  }
}

@media screen and (max-width: 320px) {
  #estrella {
    display: none !important;
  }

  .iconosCovid-principal.anos70 {
    top: 0;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 h4 {
    height: 40px;
    font-size: 9px !important;
  }

  .consulta-validez.domicilio h3 {
    font-size: 12px !important;
  }

  .infor-banner.domicilio h2 {
    font-size: 18px !important;
  }
}

.titulosinferiores {
  position: fixed;
  left: 60px;
  top: 22px;
}


.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
  content: 'Ver mÃ¡s';
}

.read-more-state:checked~.read-more-trigger:before {
  content: 'Ver menos';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  color: #2861b6;
  font-size: .9em;
  line-height: 2;
  border-radius: .25em;
  font-weight: bold;
  font-size: 16px;
  z-index: 99;
  text-decoration: underline;
  position: absolute;
  padding-left: 60px;
}

/* Other style */
body {
  padding: 2%;
}

@media screen and (max-width:1023px) {
  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 139px;
    left: 31%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 139px;
    right: 31%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .beneficiomasto {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 139px;
    right: 5%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .beneficioTomo {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 139px;
    left: 5%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .BeneficiosLateral {

    display: none;
  }

  .BeneficiosLateralTablet {

    display: flex;
  }

  .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #2861b6;
    font-size: .9em;
    line-height: 2;
    border-radius: 0.25em;
    font-weight: bold;
    font-size: 16px;
    z-index: 100;
    text-decoration: underline;
    position: absolute;
    padding-left: 45%;
  }
}

@media screen and (max-width:1000px) {


  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 139px;
    left: 31%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 139px;
    right: 30%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .beneficiomasto {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 139px;
    right: 50px;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px
  }

  .beneficioTomo {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 139px;
    left: 5%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .BeneficiosLateral {

    display: none;
  }

  .BeneficiosLateralTablet {

    display: flex;
  }

  .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #2861b6;
    font-size: .9em;
    line-height: 2;
    border-radius: 0.25em;
    font-weight: bold;
    font-size: 16px;
    z-index: 100;
    text-decoration: underline;
    position: absolute;
    padding-left: 300px;
  }
}

@media screen and (max-width:999px) {


  .seccion-item:nth-child(1) {
    background: #AC7EAA;
    /* background: #d98200; */
    width: 45%;
    border-radius: 60px;
    height: 90px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 45%;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 45%;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 45%;
  }



  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 31%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 30%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .beneficiomasto {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 5%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .beneficioTomo {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 4%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 130px;
  }

  .BeneficiosLateral {

    display: none;
  }

  .BeneficiosLateralTablet {

    display: flex;
  }

  .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #2861b6;
    font-size: .9em;
    line-height: 2;
    border-radius: 0.25em;
    font-weight: bold;
    font-size: 16px;
    z-index: 99;
    text-decoration: underline;
    position: absolute;
    padding-left: 38%;
  }
}

@media screen and (max-width:999px) {




}

@media screen and (max-width:991px) {

  .textoazul {
    color: #19AFD9;
    padding-left: 85%;
    top: 10%;
    position: absolute;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 29%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 29%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 28%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .beneficiomasto {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 3%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 130px;
  }

}

@media screen and (max-width: 767px) {


  #minitimeline {
    display: none;
  }

  .timeline_navigation {
    padding: 0 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    overflow: auto;
    top: auto;
    top: -450px;
    height: 20px;

  }

  .consulta-validez.covid h3 {
    display: none;
  }

  .infor-banner.covid h1 {
    padding: 0;
    font-size: 18px !important;
  }

  .infor-banner.covid h1 strong hr {
    width: 180px !important;
  }

  .infor-banner.prueba h1 {
    font-size: 18px !important;
    padding: 0;
    margin-top: 15px !important;
  }

  .consulta-validez h3.prueba {
    top: -15px;
  }

  .iconosCovid-principal {
    flex-wrap: wrap;
    justify-content: center;
    top: 0;
  }

  .iconosCovid-principal.anos70 {
    top: -30px;
    left: -20px;
    width: 110%;
  }

  .iconosCovid19 {
    width: 46%;
    margin: 0 5px;
  }

  .iconosCovid19 img {
    width: 50px;
  }

  .iconosCovid19 h4 {
    height: 75px;
    font-size: 14px !important;
  }

  .infor-banner.banner-pago h1 {
    font-size: 18px !important;
    padding: 0;
  }

  .iconosCovid19 h5 {
    margin: 0;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 {
    width: 46%;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 h4 {
    height: 60px;
    font-size: 12px !important;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 img {
    width: 80px;
  }

  .infor-banner.domicilio h2 {
    font-size: 20px !important;
    padding: 0;
  }

  .consulta-validez.domicilio h3 {
    top: 0;
    font-size: 14px !important;
  }

  .entrega_domicilio img {
    width: 100%;
    height: 50px;
  }

  .horarios--clinica {
    align-items: center;
    height: 390px;
    justify-content: space-between;
    padding: 15px 0;
    width: 100%;
  }

  .copy--banner {
    text-align: center;
  }

  .puede-interesarte {
    align-items: center;
    flex-direction: row;
    display: flex;
  }

  .puede-interesarte a {
    margin: 10px 0
  }
}

@media screen and (max-width:766px) {
  .hero-art__title {
    text-align: left !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }

  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 3% !important;
    float: left !important;
    right: 77% !important;
    position: absolute !important;
    top: 66% !important;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
    /* background: #d98200; */
    width: 100%;
    border-radius: 60px;
    height: 90px;
    padding-top: 10px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }



  .seccion-item:nth-child(4) {
    background:#AC8BA3 ;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .seccion-item i {
    height: 50px;
    width: 67px;
    float: left;
    margin-left: 1px;
  }

  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }


}

@media screen and (max-width:699px) {
  .hero-art__title {
    text-align: left !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }

  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 3% !important;
    float: left !important;
    right: 78% !important;
    position: absolute !important;
    top: 67% !important;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
   /*  background: #d98200; */
    width: 100%;
    border-radius: 60px;
    height: 90px;
    padding-top: 10px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .seccion-item i {
    height: 50px;
    width: 67px;
    float: left;
    margin-left: 1px;
  }

  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }

}

@media screen and (max-width:599px) {
  .hero-art__title {
    text-align: left !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }

  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 3% !important;
    float: left !important;
    right: 73% !important;
    position: absolute !important;
    top: 71% !important;
  }

  .seccion-item:nth-child(1) {
    background:#AC7EAA ;
    /* background: #d98200; */
    width: 100%;
    border-radius: 60px;
    height: 90px;
    padding-top: 10px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .seccion-item i {
    height: 50px;
    width: 67px;
    float: left;
    margin-left: 1px;
  }

  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }


}


@media screen and (max-width:414px) {
  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }

  .hero-art__title {
    text-align: left !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }

  .seccion-item i {
    height: 50px;
    width: 62px;
    float: left;
    margin-left: -8px;
  }



  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 3% !important;
    float: left !important;
    right: 63% !important;
    position: absolute !important;
    top: 76% !important;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
    /* background: #d98200; */
    width: 100%;
    border-radius: 60px;
    height: 90px;
    padding-top: 10px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
   /*  background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

}

@media screen and (max-width: 400px) {

  .iconosCovid19 img {
    width: 36px;
  }

  .iconosCovid19 h4 {
    height: 60px;
    font-size: 12px !important;
  }

  .iconosCovid-principal.anos70 .iconosCovid19 h4 {
    height: 60px;
    font-size: 11px !important;
  }

  .iconosCovid-principal.anos70 {
    top: 0;
  }
}



/* ///////////////////////////////////////// */
@media screen and (max-width: 700px) {

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 53%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 110;
    width: 110px;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 27%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }
}



@media screen and (max-width: 600px) {
  #hero-art img {
    width: auto;
  }

  .BeneficiosLateral {
    display: flex;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 13%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 64%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 110;
    width: 110px;
  }


  .BeneficiosLateralTablet {
    display: none;
  }
}


@media screen and (max-width: 500px) {
  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 10%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 60%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 110;
    width: 110px;
  }
}





@media screen and (max-width:400px) {
  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }

  .seccion-item div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 90%;
    padding-left: 48px;
  }



  .seccion-item i {
    height: 50px;
    width: 62px;
    float: left;
    margin-left: -45px;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
    /* background: #d98200; */
    width: 100%;
    border-radius: 60px;
    height: 90px;
    padding-top: 10px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }


  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 75%;
    right: 15px;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .beneficiomasto {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 556px;
    right: 390px;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px
  }

  .beneficioTomo {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 740px;
    left: 2%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px
  }

  .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #2861b6;
    font-size: .9em;
    line-height: 2;
    border-radius: 0.25em;
    font-weight: bold;
    font-size: 16px;
    z-index: 99;
    text-decoration: underline;
    position: absolute;
    padding-left: 40%;
  }

  .BeneficiosLateralTablet {

    display: none;
  }
}

@media screen and (max-width:390px) {
  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }


  .seccion-item i {
    height: 50px;
    width: 62px;
    float: left;
    margin-left: -45px
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
   /*  background: #d98200; */
    width: 100%;
    border-radius: 60px;
    height: 90px;
    padding-top: 10px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }
}

@media screen and (max-width:375px) {
  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 3% !important;
    float: left !important;
    right: 62% !important;
    position: absolute !important;
    top: 65% !important;
  }



  .hero-art__title {
    text-align: left !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }
}

@media screen and (max-width:375px) {
  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }


  .seccion-item div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 90%;
    padding-left: 48px;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
    /*  background: #d98200; */
    width: 100%;
    border-radius: 60px;
    height: 90px;
    padding-top: 10px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }


  .seccion-item i {
    height: initial;
    font-size: 45px;
    line-height: 1;
  }


  .icono-lentes {
    height: 50px;
    width: 62px;
    float: left;
    margin-left: 0px;
  }

  .activeCTM .container .col-md-6 picture img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  .timeline_slide .item {
    margin: 0 16px
  }

  .infor-banner.domingosSaludables h2 {
    padding: 0 11%;
  }

  #navegadorinferior {
    padding: 0 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    overflow: auto;
    top: auto;
    top: -450px;
    height: 20px;
  }

  #mini_timeline_acosta {
    display: none;
  }

  #minitimeline {
    display: none;
  }

  .timeline_navigation {
    padding: 0 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    overflow: auto;
    top: auto;
    top: -450px;
    height: 20px;

  }

  .linea-punteada {
    position: absolute;
    width: 799px;
    border: 1px solid #FFB71B;
    border-style: dashed;
    z-index: 9;
  }

  /* div#timeline_navigation {
       display: none;
      } */
  #servicios-home .item .info {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    margin: 20px;
    align-items: baseline;
    justify-content: space-between;
    position: fixed;
    top: 60%;

  }


  p.whatsapp {
    font-size: 18px;
    width: 75%;
    top: -70%
  }

  p.whatsapp span.light {
    font-size: 24px
  }

  p.whatsapp span.bold {
    font-size: 34px
  }

  p.whatsapp span.click {
    font-size: 20px
  }

  .whatsappClick {
    width: 75px;
    height: 75px;
    top: -10%
  }

  .timeline_slide .item:first-child.active {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
  }

  .timeline_slide .item.active .contenido_item {
    height: 100%;
  }

  .timeline_slide .item.active .timeline_image_item {
    height: 100%;
    top: 0px;
    left: 10px;
    padding-bottom: 16px;
  }

  .timeline_slide .item.active .timeline_info_item {
    height: 268px;
    padding-top: 0px;
  }

  .activeCTM .container .col-md-6 picture img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
}

@media screen and (max-width:360px) {
  .hero-art__title {
    text-align: left !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }

  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 4% !important;
    float: left !important;
    right: 56% !important;
    position: absolute !important;
    top: 66% !important;
  }

  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }



  .seccion-item div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 90%;
    padding-left: 48px;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
    /* background: #d98200; */
    width: 100%;
    border-radius: 60px;
    height: 90px;
    padding-top: 10px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .seccion-item i {
    height: initial;
    font-size: 35px;
    line-height: 1;
  }



  .icono-lentes {
    height: 50px;
    width: 62px;
    float: left;
    margin-left: 0px;
  }

  .activeCTM .container .col-md-6 picture img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  .timeline_slide .item {
    margin: 0 15px
  }

  .infor-banner.domingosSaludables h2 {
    font-size: 19px;
  }
}

@media screen and (max-width:330px) {
  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 6% !important;
    float: left !important;
    right: 56% !important;
    position: absolute !important;
    top: 65% !important;
  }
}

@media screen and (max-width:322px) {
  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 6% !important;
    float: left !important;
    right: 56% !important;
    position: absolute !important;
    top: 63% !important;
  }


}

@media screen and (max-width:321px) {
  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 6% !important;
    float: left !important;
    right: 56% !important;
    position: absolute !important;
    top: 63% !important;
  }


}


@media screen and (max-width:320px) {
  #servicios-home .item .info {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    margin: 20px;
    align-items: baseline;
    justify-content: space-between;
    position: fixed;
    top: 55%;
  }

  .icono-lentes {
    height: 50px;
    width: 58px;
    float: left;
    margin-left: -8px;
  }

  .seccion-item i {
    height: initial;
    font-size: 35px;
    line-height: 1;
  }

  .hero-art__title {
    text-align: left !important;
    font-weight: bold !important;
    color: #585858 !important;
    font-size: 18px !important;
    padding-left: 17px !important;
  }

  #estrella {
    display: block !important;
    margin-left: 5% !important;
    width: 4% !important;
    float: left !important;
    right: 56% !important;
    position: absolute !important;
    top: 68% !important;
  }

  .puede-interesarte {
    align-items: center;
    flex-direction: column;
    display: flex;
  }




  .seccion-item div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 90%;
    padding-left: 48px;
  }

  .seccion-item:nth-child(1) {
    background: #AC7EAA;
    /* background: #d98200; */
    width: 100%;
    border-radius: 60px;
    height: 90px;
    padding-top: 10px;
  }



  .seccion-item:nth-child(2) {
    background: #9B6E8F;
    /* background: #1692b5; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }


  .seccion-item:nth-child(3) {
    background: #8F5780;
    /* background: #3d952c; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }



  .seccion-item:nth-child(4) {
    background: #AC8BA3;
    /* background: #2861b6; */
    border-radius: 60px;
    height: 90px;
    width: 100%;
    padding-top: 10px;
  }

  div#secciones-SD {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    top: 0;
    overflow: initial;
    grid-column-gap: 0;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 79px;
    left: 5%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 79px;
    right: 15px;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px;
  }

  .beneficiomasto {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 556px;
    right: 390px;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px
  }

  .beneficioTomo {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 740px;
    left: 2%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 137px
  }

  .BeneficiosLateral {

    display: flex;
  }

  .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #2861b6;
    font-size: .9em;
    line-height: 2;
    border-radius: 0.25em;
    font-weight: bold;
    font-size: 16px;
    z-index: 99;
    text-decoration: underline;
    position: absolute;
    padding-left: 104px;
  }

  .BeneficiosLateralTablet {

    display: none;
  }
}

/* /////////////////NUEVOS CAMBIOS //////////////////////// */

#secciones-SD :nth-child(4) div:nth-child(2) {
  width: 90%;
  display: flex;
}

#secciones-SD :nth-child(4) div:nth-child(2) img {
  width: 22%;
  margin-left: 0px;
}

#secciones-SD :nth-child(4) div:nth-child(2) p {
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .hero-art__title {
    position: relative;
  }

  #estrella {
    display: block !important;
    margin-left: 10px !important;
    width: 18px !important;
    float: left !important;
    left: 100px !important;
    position: absolute !important;
    top: 8% !important;
  }

  .BeneficiosLateralTablet a {
    position: relative;
  }

  .beneficioMasto {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 20%;
    /* margin: 0em 0em 0em 0em; */
    width: 100px;
    max-width: 110;
  }

  .beneficioTomo {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 20%;
    /* margin: 0em 0em 0em 0em; */
    width: 100px;
    max-width: 110;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 20%;
    /* margin: 0em 0em 0em 0em; */
    width: 100px;
    max-width: 110;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 20%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
    width: 110px;
  }
}


@media screen and (min-width: 992px) {

  #secciones-SD :nth-child(4) div:nth-child(2) {
    width: 70%;
    display: flex;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) img {
    width: 30%;
    margin-left: 0px;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) p {
    width: 90%;
  }
}


@media screen and (max-width: 991px) {

  .menu__container {
    position: relative;
  }

  .dropdownmovil {
    position: absolute !important;
    top: -78% !important;
    left: 68% !important;
  }

  .menu__accion {
    position: absolute !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    top: -77% !important;
    left: 80% !important;
  }



  .ContenedorLupaMovil i {
    font-size: 18px !important;
    position: static !important;
  }

  #secciones-SD :first-child div:first-child {
    width: 90%;
    display: flex;
  }

  #secciones-SD :first-child div:first-child i {
    width: 20%;
  }

  #secciones-SD :first-child div:first-child p {
    width: 60%;
    margin-left: 15px;
    ;
  }


  #secciones-SD :nth-child(2) div:first-child {
    width: 80%;
    display: flex;
  }


  #secciones-SD :nth-child(2) div:first-child i {
    width: 20%;
  }

  #secciones-SD :nth-child(2) div:first-child p {
    width: 60%;
    margin-left: 15px;
  }



  #secciones-SD :nth-child(3) div:first-child {
    width: 74%;
    display: flex;
  }

  #secciones-SD :nth-child(3) div:first-child i {
    width: 20%;
  }

  #secciones-SD :nth-child(3) div:first-child p {
    width: 60%;
    margin-left: 15px;

  }


  #secciones-SD :nth-child(4) div:nth-child(2) {
    width: 90%;
    display: flex;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) img {
    width: 25%;
    margin-left: 15px !important;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) p {
    width: 60%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 766px) {
  #secciones-SD :first-child div:first-child {
    width: 67% !important;
  }

  #secciones-SD :first-child div:first-child i {
    width: 20%;
  }

  #secciones-SD :first-child div:first-child p {
    width: 80%;
  }


  #secciones-SD :nth-child(2) div:first-child {
    width: 68% !important;
  }

  #secciones-SD :nth-child(2) div:first-child i {
    width: 20%;
  }

  #secciones-SD :nth-child(2) div:first-child p {
    width: 80%;
  }



  #secciones-SD :nth-child(3) div:first-child {
    width: 68% !important;
  }

  #secciones-SD :nth-child(3) div:first-child i {
    width: 20%;
  }

  #secciones-SD :nth-child(3) div:first-child p {
    width: 80%;
  }


  #secciones-SD :nth-child(4) div:nth-child(2) {
    width: 80% !important;
    display: flex;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) img {
    width: 18%;
    margin-left: 0px !important;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) p {
    width: 80%;
  }
}



@media screen and (max-width: 700px) {

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 20%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 110;
    width: 110px;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 20%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }
}

@media screen and (max-width: 600px) {

  #hero-art img {
    width: auto;
  }


  .BeneficiosLateral a {
    position: relative;
  }


  .BeneficiosLateral {
    display: flex;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 28%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 28%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 110;
    width: 110px;
  }


  .BeneficiosLateralTablet {
    display: none;
  }
}

@media screen and (max-width: 500px) {

  .menu__container {
    position: relative;
  }

  .dropdownmovil {
    position: absolute !important;
    top: -80% !important;
    left: 44% !important;
  }

  .menu__accion {
    position: absolute !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    top: -77% !important;
    left: 65% !important;
  }



  .ContenedorLupaMovil i {
    font-size: 18px;
    position: static;
  }

  #secciones-SD :first-child div:first-child {
    width: 47%;
  }

  #secciones-SD :first-child div:first-child i {
    width: 20%;
  }

  #secciones-SD :first-child div:first-child p {
    width: 80%;
    margin-left: 20px !important;
  }



  #secciones-SD :nth-child(2) div:first-child {
    width: 47%;
  }

  #secciones-SD :nth-child(2) div:first-child i {
    width: 20%;
  }

  #secciones-SD :nth-child(2) div:first-child p {
    width: 80%;
    margin-left: 20px !important;
  }



  #secciones-SD :nth-child(3) div:first-child {
    width: 47%;
  }

  #secciones-SD :nth-child(3) div:first-child i {
    width: 20%;
  }

  #secciones-SD :nth-child(3) div:first-child p {
    width: 80%;
    margin-left: 20px !important;
  }



  #secciones-SD :nth-child(4) div:nth-child(2) {
    width: 47%;
    display: flex;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) img {
    width: 20%;
    margin-left: 0px !important;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) p {
    width: 70%;
    margin-left: 10px;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 22%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 25%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 110;
    width: 110px;
  }
}

@media screen and (max-width: 400px) {

  #secciones-SD :first-child div:first-child {
    width: 90% !important;
  }

  #secciones-SD :first-child div:first-child i {
    width: 20%;
  }

  #secciones-SD :first-child div:first-child p {
    width: 80%;
  }


  #secciones-SD :nth-child(2) div:first-child {
    width: 90% !important;
  }

  #secciones-SD :nth-child(2) div:first-child i {
    width: 20%;
  }

  #secciones-SD :nth-child(2) div:first-child p {
    width: 80%;
  }



  #secciones-SD :nth-child(3) div:first-child {
    width: 90% !important;
  }

  #secciones-SD :nth-child(3) div:first-child i {
    width: 20%;
  }

  #secciones-SD :nth-child(3) div:first-child p {
    width: 80%;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) {
    width: 90% !important;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) img {
    width: 15%;
    margin-left: 30px !important;
  }

  #secciones-SD :nth-child(4) div:nth-child(2) p {
    width: 80%;
  }

  .beneficiolentes {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 18%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 125px;
  }

  .beneficioultra {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 18%;
    /* margin: 0em 0em 0em 0em; */
    max-width: 110;
    width: 110px;
  }
}

/* /////////////////NUEVOS CAMBIOS //////////////////////// */