@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
a:focus {
  outline: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  line-height: 0;
}
div#main-content {
    line-height: 1.4;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  z-index: initial;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 132;
  bottom: 110%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

#estudio {
  line-height: 1.42857143;
  padding: 50px 0;
}
#estudio h3,
#cifras h3,
#intereses h3,
#pasos h3 {
  color: #545454;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
#estudio p:first-child::first-letter {
  margin: -10px 0;
  padding-right: 5px;
  font-size: 40px;
  float: left;
}
#cifras,
#intereses {
  background: #fafafa;
  line-height: 1.42857143;
  padding: 50px 0;
}
#cifras-img {
  height: 380px;
}
.cifras-nuestras {
  background: url(../Images/recepcionista.png) center no-repeat;
  background-size: cover;
  background-position: 0 25%;
}
.cifras-densitometria {
  background: url(../Images/Densitometria-2.jpg) center no-repeat;
  background-size: cover;
}
.cifras-electrocardiograma {
  background: url(../Images/Electrocardiograma-2.jpg) center no-repeat;
  background-size: cover;
}
.cifras-laboratorio {
  background: url(../Images/Laboratorio-2.jpg) center no-repeat;
  background-size: cover;
}
.cifras-lentes {
  background: url(../Images/Lentes-2.jpg) center no-repeat;
  background-size: cover;
}
.cifras-mastografia {
  background: url(../Images/Mastografia-2.jpg) center no-repeat;
  background-size: cover;
}
.cifras-nutricion {
  background: url(../Images/Nutricion-2.jpg) center no-repeat;
  background-size: cover;
}
.cifras-papanicolaou {
  background: url(../Images/Papanicolaou-2.png) center no-repeat;
  background-size: cover;
}
.cifras-rayos-x {
  background: url(../Images/Rayos-X-2.jpg) center no-repeat;
  background-size: cover;
}
.cifras-tomografia {
  background: url(../Images/Tomografia-2.jpg) center no-repeat;
  background-size: cover;
}
.cifras-ultrasonido {
  background: url(../Images/Ultrasonido-2.jpg) center no-repeat;
  background-size: cover;
}
.cifras-resonancia {
  background: url(../Images/Resonancia-2.jpg) center no-repeat;
  background-size: cover;
}

#cifras #cifras-carousel {
  height: 380px;
}
#cifras #myCarousel {
  padding: 20px 60px;
  height: 100%;
}
#cifras .carousel-inner {
  top: 70px;
}
#cifras .glyphicon {
  color: #c4c4c4;
  font-size: 50px;
  top: 160px;
}
#cifras .carousel-control {
  background-image: none;
}
#cifras .carousel-indicators li {
  background-color: #929091;
}
#cifras .carousel-indicators .active {
  background-color: #fb5c18;
}
#cifras .item h1,
#cifras .item p {
  line-height: 1.42857143;
  text-align: center;
  width: 400px;
}
#cifras .item h1 {
  font-size: 70px;
}
#estudio #youtube-frame {
  height: 350px;
  width: 100%;
}
#pasos {
  margin-top: 50px;
  margin-bottom: 50px;
}

#pasos .pasos {
  background: #fafafa;
}
#pasos h3 {
  margin-bottom: 85px;
}
#pasos div a {
  color: #545454;
  text-align: center;
  padding: 0 100%;
}
#pasos div p {
  line-height: 1.42;
  color: #545454;
  font-size: 22px;
  font-weight: 600;
}
#pasos i {
  color: #00bc6f;
  display: block;
  font-size: 130px;
  text-align: center;
}

#intereses #intereses-img-1 {
  background: url(https://www.salud-digna.org/wp-content/uploads/2017/08/farmacon-donativo-salud-digna-03-832x350.jpg)
    no-repeat center;
  background-size: cover;
}
#intereses #intereses-img-2 {
  background: url(https://www.salud-digna.org/wp-content/uploads/2017/06/salud-digna-red-de-optometria-iso-9001.jpg)
    no-repeat center;
  background-size: cover;
}
#intereses #intereses-img-3 {
  background: url(https://www.salud-digna.org/wp-content/uploads/2017/06/salud-digna-premio-nacional-de-calidad.png)
    no-repeat center;
  background-size: cover;
}
#intereses #intereses-img-4 {
  background: url(https://www.salud-digna.org/wp-content/uploads/2017/05/salud-digna-centro-capacitacion-01-900x500.png)
    no-repeat center;
  background-size: cover;
}
#intereses #intereses-img-5 {
  background: url(https://www.salud-digna.org/wp-content/uploads/2017/03/fundacion-vizcarra-salud-digna-gobierno-durango-convenio-1.jpg)
    no-repeat center;
  background-size: cover;
}
#intereses #intereses-img-6 {
  background: url(https://www.salud-digna.org/wp-content/uploads/2017/02/jesus-vizcarra-jose-reyes-baeza-salud-digna-issste-convenio.jpg)
    no-repeat center;
  background-size: cover;
}

#intereses h4 {
  bottom: 100px;
  color: #fff;
  height: 30px;
  line-height: 1.2em;
  font-size: 15px;
  font-weight: 600;
  padding: 0 10px;
  position: relative;
  text-shadow: 0 0 5px #000;
  transition: all 0.3s;
}
#intereses p {
  bottom: 100px;
  color: #fff;
  height: 40px;
  font-size: 12px;
  padding: 0 10px;
  position: relative;
  text-shadow: 0 0 5px #000;
  transition: all 0.3s;
}
#intereses form {
  pointer-events: none;
}
#intereses button {
  background: #009e61;
  border: none;
  bottom: 152px;
  color: #fff;
  font-weight: 600;
  margin: 0 10px;
  opacity: 0;
  outline: 0;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s;
}
#intereses .icono-up-open:before {
  transform: rotate(90deg);
  margin-left: 10px;
}
#salud-digna p {
  color: #616161;
  line-height: 2;
}
#mision {
  background: #616161;
  color: #fff;
  height: 200px;
  padding: 40px 10px;
  text-align: center;
}
#mision h1 {
  margin: 0 0 30px;
}
#mision p {
  margin: 0 60px;
  line-height: 1.42857143;
}
#mision .carousel-control {
  font-size: 50px;
  opacity: 1;
  top: 20px;
}
#mision .carousel-control.left,
#mision .carousel-control.right {
  background-image: none;
}
#mision .carousel-control.left {
  left: -60px;
  transform: rotate(270deg);
}
#mision .carousel-control.right {
  right: -95px;
  transform: rotate(90deg);
}
#mision .carousel-indicators {
  display: none;
}
#tecnologia p,
#modelo p,
#cnr p {
  color: #616161;
  line-height: 2;
}
#tecnologia img,
#modelo img,
#cnr img {
  margin-top: 3px;
  outline: 0;
  width: 30%;
}
#tecnologia .video-efecto,
#modelo .video-efecto,
#cnr .video-efecto {
  display: none;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30px;
  right: 77%;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
#tecnologia .glyphicon-play,
#modelo .glyphicon-play,
#cnr .glyphicon-play {
  color: rgba(255, 255, 255, 0.8);
  display: none;
  top: 52px;
  font-size: 25px;
  left: 15%;
  position: absolute;
}
#tecnologia .glyphicon-plus,
#modelo .glyphicon-plus,
#cnr .glyphicon-plus {
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  right: 21%;
  position: absolute;
  top: 150px;
}
#tecnologia .filtro,
#modelo .filtro,
#cnr .filtro {
  filter: brightness(50%);
}
#tecnologia .no-visible,
#modelo .no-visible,
#cnr .no-visible {
  display: none;
}
#nuestras-img {
  height: 380px;
}
#nuestras-cifras .item h1,
#nuestras-cifras .item p {
  line-height: 1.42857143;
  text-align: center;
  width: 400px;
}
#nuestras-cifras #nuestras-carousel {
  height: 380px;
}
#nuestras-cifras #nuestrasCarousel {
  padding: 20px 60px;
  height: 100%;
}
#nuestras-cifras .carousel-inner {
  top: 70px;
}
#nuestras-cifras .glyphicon {
  color: #c4c4c4;
  font-size: 50px;
  top: 160px;
}
#nuestras-cifras .carousel-control {
  background-image: none;
}
#nuestras-cifras .carousel-indicators li {
  background-color: #929091;
}
#nuestras-cifras .carousel-indicators .active {
  background-color: #fb5c18;
}
#nuestras-cifras .item h1,
#cifras .item p {
  line-height: 1.42857143;
  text-align: center;
  width: 400px;
}
#nuestras-cifras .item h1 {
  font-size: 70px;
}
#certificaciones {
  background: #616161;
  color: #fff;
  height: 235px;
  padding: 40px 10px;
}
#certificaciones h1 {
  margin: 0 60px 30px;
}
#certificaciones .carousel-control {
  font-size: 50px;
  opacity: 1;
  top: 20px;
}
#certificaciones .carousel-control.left,
#certificaciones .carousel-control.right {
  background-image: none;
}
#certificaciones .carousel-control.left {
  left: -60px;
  transform: rotate(270deg);
}
#certificaciones .carousel-control.right {
  right: -95px;
  transform: rotate(90deg);
}
#certificaciones .carousel-indicators {
  display: none;
}
#certificaciones p {
  line-height: 1.42857143;
  margin: 0 60px;
  text-align: center;
}
#certificaciones img {
  display: block;
  margin: auto;
  position: relative;
  right: -40px;
  width: 100px;
}
#certificaciones .item:last-child img {
  width: 150px;
}

#historia #contenedor-historia img {
  filter: brightness(0.5);
  width: 100%;
}
#historia-img {
  background-size: cover;
  height: 300px;
  position: absolute;
}
#preguntas-slide .preguntas-titulo {
  cursor: pointer;
  margin-bottom: 15px;
  padding: 10px;
  transition: background 0.3s;
}
#preguntas-slide .preguntas-titulo:hover,
#preguntas-slide .preguntas-titulo:active,
#preguntas-slide .preguntas-titulo:focus {
  color: #fff;
  background: #616161;
}
#preguntas-slide .preguntas-contenido {
  display: none;
  margin-top: -10px;
  padding-left: 15px;
  padding-right: 15px;
}
#preguntas-slide p {
  margin: 0 45px;
}
#preguntas-slide h4 {
  margin: 0;
  font-weight: 600;
}
#preguntas-slide .icono-down-dir-1:before,
#preguntas-slide .icono-up-dir:before {
  float: right;
  line-height: 1.42;
}
#preguntas-slide .preguntas-contenido a {
  color: inherit;
}
#bg-principal picture {
  display: block;
  height: 200px;
}
.fondo {
  background: transparent;
  padding: 40px 0;
}
.fondo-color {
  background: #f8f8f8;
  padding: 40px 0;
}
.titulo-contenido h2 {
  background: #616161;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: -390px;
  margin-top: 0;
  padding-bottom: 8px;
  padding-left: 405px;
  padding-right: 50px;
  padding-top: 8px;
  width: auto;
}
.secciones {
  height: 300px;
  margin-bottom: 30px;
}
.secciones div {
  filter: brightness(100%);
  height: 300px;
}
.seccion {
  height: 300px;
  margin-bottom: 30px;
}
.seccion div {
  filter: brightness(100%);
  height: 300px;
}
/* ------------------------------------------------------------------------- */


#main {
  color: #616161;
  line-height: 1.5;
  position: relative;
}
#main .titulo {
  font-size: 24px;
  font-weight: 600;
  margin: 5px 0;
}


.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 0.3s;
  display: none;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dcdcdc;
  margin: 0 10px;
  transition: all 0.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;
}

/*Media Queries*/
@media (max-width: 1279px) {
  #certificaciones .carousel-control.left {
    left: -35px;
  }
  #certificaciones .carousel-control.right {
    right: -25px;
  }
  #certificaciones img {
    right: 0;
  }
  #cifras .item h1,
  #cifras .item p {
    width: 300px;
  }
  #mision h1 {
    width: 845px;
  }
  #mision p {
    width: 780px;
  }
  #mision .carousel-control.right {
    right: -50px;
  }
  #nuestras-cifras .item h1,
  #nuestras-cifras .item p {
    width: 300px;
  }
  #tecnologia .video-efecto,
  #modelo .video-efecto,
  #cnr .video-efecto {
    width: 65px;
    height: 65px;
    top: 20px;
    right: 76%;
  }
  #tecnologia .glyphicon-play,
  #modelo .glyphicon-play,
  #cnr .glyphicon-play {
    top: 40px;
    font-size: 23px;
  }
  #tecnologia .glyphicon-plus,
  #modelo .glyphicon-plus,
  #cnr .glyphicon-plus {
    right: 21%;
    top: 120px;
  }
}
@media (max-width: 1023px) {
  #secciones .info-banners a {
    margin: 5px 0;
}
  #secciones .info-banners {
    padding-top: 50px !important;
  }
  #breadcrumb {
    height: 70px;
    line-height: 70px;
  }
  #certificaciones {
    height: 300px;
    padding: 40px 10px;
  }
  #certificaciones h1 {
    text-align: center;
  }
  #certificaciones .carousel-control.right {
    right: 10px;
  }
  #cifras .item h1,
  #cifras .item p {
    width: 535px;
  }
  #estudio #estudio-texto {
    margin-bottom: 40px;
    padding: 0 75px;
  }
  #mision h1 {
    font-size: 25px;
    margin: 0 0 30px;
    text-align: center;
    width: 645px;
  }
  #mision p {
    width: 550px;
  }
  #mision .carousel-control.left {
    left: -40px;
  }
  #mision .carousel-control.right {
    right: -15px;
  }
  #nuestras-cifras .item h1,
  #nuestras-cifras .item p {
    width: 540px;
  }
  #pasos #selecciona-clinica,
  #consulta-precios {
    margin-bottom: 50px;
  }
  #tecnologia img,
  #modelo img,
  #cnr img {
    margin-bottom: 20px;
    width: 32.5%;
  }
  #tecnologia .video-efecto,
  #modelo .video-efecto,
  #cnr .video-efecto {
    width: 75px;
    height: 75px;
    top: 35px;
    right: 77%;
  }
  #tecnologia .glyphicon-play,
  #modelo .glyphicon-play,
  #cnr .glyphicon-play {
    left: 16%;
    top: 56px;
    font-size: 30px;
  }
  #tecnologia .glyphicon-plus,
  #modelo .glyphicon-plus,
  #cnr .glyphicon-plus {
    right: 16%;
    top: 230px;
  }
  .titulo-contenido h2 {
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .activo {
    background: #f4f4f4 !important;
    color: #f15c23 !important;
  }
  .breadcrumb-bg {
    background: rgba(250, 250, 250, 1);
  }
  #main .container {
    padding-left: 0;
    padding-right: 0;
  }
  #secciones,
  #secciones .item {
    height: 660px;
    margin: 0;
  }
  #secciones .info-banners {
    padding: 0 73px;
  }
  #secciones section {
    display: initial;
    height: 55%;
    margin: 0;
    margin-top: 15px;
  }
  #secciones section .secciones {
    margin: 2%;
    height: 40%;
    width: 46%;
  }
  #secciones section .secciones:first-child {
    margin-top: 2%;
  }
}
@media (max-width: 767px) {
  .owl-dot,
  .owl-dot.active {
    margin-bottom: 1px;
  }
  #secciones .info-banners a {
    font-size: 16px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-nav {
    width: 92%;
  }
  .icono-angle-right:before {
    content: "\f105";
    width: 0;
    margin: 0;
  }
  #secciones section span {
    display: none !important;
  }
  #secciones section .secciones h5 {
    margin-left: 10px;
  }
  #secciones .info-banners {
    padding-top: 0px !important;
  }
  #secciones .col-xs-12.info-banners.final-cancer-prostata p {
    font-size: 18px;
    margin: 0;
  }
  #secciones .col-xs-12.info-banners.final-cancer-prostata h2 span {
    font-size: 35px;
  }
  #secciones .info-banners h2.lighth2 {
    font-size: 20px;
  }
  #secciones .col-xs-12.info-banners.final-cancer-prostata h3 {
    font-size: 30px;
    font-weight: 700;
  }
  #certificaciones {
    height: 350px;
  }
  #certificaciones .carousel-control.left {
    left: 70px;
  }
  #certificaciones .carousel-control.right {
    right: 70px;
  }
  #cifras .item h1,
  #cifras .item p {
    width: 420px;
  }
  #mision h1 {
    width: 500px;
  }
  #mision p {
    width: 370px;
  }
  #nuestras-cifras .item h1,
  #nuestras-cifras .item p {
    width: 400px;
  }
  #tecnologia .video-efecto,
  #modelo .video-efecto,
  #cnr .video-efecto {
    width: 70px;
    height: 70px;
    top: 30px;
  }
  #tecnologia .glyphicon-play,
  #modelo .glyphicon-play,
  #cnr .glyphicon-play {
    left: 15%;
    top: 52px;
    font-size: 25px;
  }
  #tecnologia .glyphicon-plus,
  #modelo .glyphicon-plus,
  #cnr .glyphicon-plus {
    right: 15%;
    top: 190px;
  }
  #secciones section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: initial;
    height: auto;
    margin: 20px 0;
    padding: 0 10px;
  }
  #secciones section .secciones {
    height: 100px;
  }
  #secciones section .secciones:last-child {
    margin-bottom: 2%;
  }
  #utilidades-home .owl-next {
    right: 20%;
  }
}
@media (max-width: 639px) {
  #secciones .info-banners {
    padding: 0 14px;
    height: 54%;
  }
  #certificaciones {
    height: 400px;
  }
  #certificaciones .carousel-control.right {
    right: 115px;
  }
  #cifras .item h1,
  #cifras .item p {
    width: 370px;
  }
  #cifras .glyphicon-menu-right {
    right: -30px;
  }
  #cifras .glyphicon-menu-left {
    left: -30px;
  }
  #cifras #myCarousel {
    padding: 0;
  }
  #estudio h3,
  #cifras h3,
  #intereses h3 {
    margin-bottom: 25px;
  }
  #estudio #estudio-texto {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  #estudio #youtube-frame {
    height: 225px;
  }
  #nuestras-cifras .item h1,
  #nuestras-cifras .item p {
    width: 260px;
  }
  #nuestras-cifras #nuestras-carousel {
    height: 320px;
  }
  #nuestras-cifras .carousel-inner {
    top: 0;
  }
  #nuestras-cifras .glyphicon {
    color: #c4c4c4;
    font-size: 35px;
    top: 120px;
  }
  #tecnologia .video-efecto,
  #modelo .video-efecto,
  #cnr .video-efecto {
    width: 60px;
    height: 60px;
    top: 16px;
    right: 75%;
  }
  #tecnologia .glyphicon-play,
  #modelo .glyphicon-play,
  #cnr .glyphicon-play {
    left: 16%;
    top: 35px;
    font-size: 20px;
  }
  #tecnologia .glyphicon-plus,
  #modelo .glyphicon-plus,
  #cnr .glyphicon-plus {
    font-size: 32px;
    top: 142px;
  }
  #mision {
    height: 240px;
  }
  #mision h1 {
    width: 360px;
  }
  #mision p {
    margin: 0 auto;
    width: 330px;
    display: block;
  }
  #mision .carousel-control.left {
    left: -10px;
    top: 35px;
  }
  #mision .carousel-control.right {
    right: 10px;
  }
  #preguntas-slide h4 {
    font-size: 16px;
  }
  #preguntas-slide .preguntas-contenido p {
    line-height: 1.42;
  }
  #secciones .info-banners h2 {
    font-size: 22px;
  }
  #secciones .info-banners h3 {
    margin: 25px 0;
  }
  #secciones .info-banners.orange h3 {
    font-size: 15px;
    margin: 7px 0;
  }
  #secciones .info-banners.orange p {
    font-size: 9px;
  }
  #secciones .info-banners a {
    width: 100%;
  }
  #secciones section .secciones,
  #secciones section .secciones:first-child,
  #secciones section .secciones:last-child {
    margin: 1%;
  }
  #secciones section .secciones i {
    font-size: 44px;
  }
  #main .titulo {
    font-size: 20px;
  }
  #secciones,
  #secciones .item {
    height: 600px;
  }
  #secciones section .txt-secciones {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 479px) {
  #utilidades-home .owl-next {
    right: 15%;
  }
  .owl-nav {
    width: 88%;
  }
  #certificaciones h1 {
    display: block;
    font-size: 25px;
    margin: 0 auto;
  }
  #certificaciones p {
    margin: 0;
  }
  #certificaciones .carousel-control.left {
    left: 110px;
    font-size: 30px;
  }
  #certificaciones .carousel-control.right {
    right: 125px;
    top: 10px;
    font-size: 30px;
  }
  #cifras #cifras-carousel {
    height: 205px;
  }
  #cifras-img {
    height: 250px;
  }
  #cifras .glyphicon {
    font-size: 25px;
    top: 100px;
  }
  #cifras .item h1,
  #cifras .item p {
    width: 220px;
  }
  #cifras .item h1 {
    font-size: 25px;
  }
  #cifras .item p {
    font-size: 12px;
  }
  #cifras .carousel-inner {
    top: 30px;
  }
  #estudio {
    padding: 20px 0;
  }
  #estudio h3,
  #cifras h3,
  #intereses h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #estudio-texto p {
    font-size: 12px;
  }
  #estudio #youtube-frame {
    height: 140px;
  }
  #estudio p:first-child::first-letter {
    margin: -5px 0;
    padding-right: 3px;
    font-size: 30px;
  }
  #intereses .container {
    padding-left: 0;
    padding-right: 0;
  }
  #mision .carousel-control {
    font-size: 30px;
  }
  #nuestras-cifras .glyphicon {
    color: #c4c4c4;
    font-size: 20px;
    top: 120px;
  }
  #nuestras-img {
    height: 200px;
  }
  #nuestras-cifras #nuestrasCarousel {
    padding: 20px 0px;
    height: 100%;
  }
  #nuestras-cifras #nuestras-carousel {
    height: 230px;
  }
  #nuestras-cifras .item h1 {
    font-size: 25px;
  }
  #nuestras-cifras .item p {
    font-size: 12px;
  }
  #nuestras-cifras .carousel-control.left {
    left: -20px;
  }
  /* #nuestras-cifras .carousel-control.right 
      {
  
      } */
  #nuestras-cifras .carousel-inner {
    top: 60px;
  }
  #pasos i {
    font-size: 100px;
  }
  #mision h1 {
    width: 200px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
  }
  #mision p {
    margin: 14px auto;
    width: 215px;
    font-size: 12px;
    display: block;
  }
  #mision .carousel-control.left {
    left: 8px;
  }
  #mision .carousel-control.right {
    right: 25px;
  }
  #nuestras-cifras .item h1,
  #nuestras-cifras .item p {
    width: 180px;
    display: block;
    margin: 10px auto;
  }
  #tecnologia img,
  #modelo img,
  #cnr img {
    margin-bottom: 20px;
    width: 31.5%;
  }
  #tecnologia .video-efecto,
  #modelo .video-efecto,
  #cnr .video-efecto {
    width: 45px;
    height: 45px;
    top: 5px;
    right: 72%;
    border-width: 5px;
  }
  #tecnologia .glyphicon-play,
  #modelo .glyphicon-play,
  #cnr .glyphicon-play {
    left: 17%;
    top: 21px;
    font-size: 15px;
  }
  #tecnologia .glyphicon-plus,
  #modelo .glyphicon-plus,
  #cnr .glyphicon-plus {
    font-size: 25px;
    right: 17%;
    top: 92px;
  }
  #tecnologia .container,
  #cnr .container,
  #certificaciones .container,
  #modelo .container,
  #salud-digna .container,
  #mision .container,
  .titulo-contenido .container {
    padding-left: 0;
    padding-right: 0;
  }
  #preguntas-slide p {
    margin: 0 10px;
  }
  #secciones .info-banners h3 {
    margin: 0 0 10px;
  }
  #secciones .info-banners a {
    font-size: 16px;
  }
  #secciones,
  #secciones .item {
    height: 400px;
  }
  #secciones section .secciones i {
    font-size: 25px;
  }
  #secciones section .secciones {
    height: 65px;
  }
  #secciones section .secciones h5 {
    margin-left: 2px;
    width: 150px;
    font-size: 14px;
  }
  @media (max-width: 368px) {
    #secciones section .secciones h5 {
      font-size: 12px;
    }
    #utilidades-home .owl-next {
      right: 20%;
    }
    #secciones section .txt-secciones {
      font-size: 11px;
      line-height: 1.2;
    }
    #utilidades-home h4 {
      font-size: 16px;
      margin: 8px 0;
    }
    #main .titulo {
      font-size: 16px;
    }
    #utilidades-home p {
      font-size: 14px;
    }
    #servicios-home .item h4 {
      font-size: 16px;
    }
    #servicios-home .item a {
      font-size: 16px;
    }
    #secciones section .secciones {
      height: 60px;
      padding: 0 10px;
    }
  }
}
#secciones .info-banners {
  position: absolute;
  bottom: 0;
  background: transparent !important;
  color: #616161;
}

#secciones .info-banners.green h2 {
  color: #1D9E66;
}

@media screen and (max-width: 1024px) {
  
  .infor-banner.whatsapp h3 {
    bottom: 75px;
    width: 100%;
    padding: 0;
  }
  #secciones .info-banners.unico h2 {
    font-size: 20px;
    top: 40%;
  }
}
@media screen and (min-width: 0\0) {
  #servicios-home .item {
    height: 350px !important;
  }
}

.reset-p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.owl-dot {
  background: #616161;
  margin: 0 5px;
  margin-bottom: 5px;
  opacity: 0.5;
}
.owl-dot.active {
  background: #e5e5e5;
  width: 12px;
  height: 12px;
  margin: 0;
  margin-bottom: 5px;
  opacity: 1;
}
#secciones .info-banners h3,
#secciones .info-banners h4,
#secciones .info-banners h6 {
  color: #616161;
}
h6.vigencia {
  position: absolute;
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .owl-dots {
    bottom: 15px;
  }
  #secciones .info-banners h3 {
    font-size: 14px;
    margin: 0;
  }
  #secciones .info-banners a {
    font-size: 16px;
    margin: 5px 0;
  }
  h6.vigencia {
    bottom: 0px;
  }
}