/************************************** MEDIA *******************************/
@media (max-width: 599px) {
  .hidden-xs {display: none !important;}
  .text-left{text-align: center !important;}
  .text-right{text-align: center !important;}
	.border-xs-none{ border: 0px !important;}
  .carousel-control-next, .carousel-control-prev {align-items: end; width: 12%;}
  #image-hover .contenido{opacity: 1;}

  .m-0right {
      margin: 0px auto 0px auto;
  }
  .otros-servicios h2{ color: #fff;}
  .img-doctor-servicios{ max-width: 50%;}
  .border-logo-footer {
    border-right: none !important;
}
.neg-top-50 {
    margin-top: 40px;
}
h1.gastroenterologia{font-size: 30px !important;}
.ml-per{
	margin-right: auto;
}


}
@media (min-width: 600px) and (max-width: 991px) {
  .hidden-sm {display: none !important;}
  .text-left{text-align: center !important;}
  .text-right{text-align: center !important;}
  .border-sm-none{ border: 0px !important;}
  .carousel-control-next, .carousel-control-prev {align-items: end; width: 12%;}
  #image-hover .contenido{opacity: 1;}

  .m-0right {
      margin: 0px auto 0px auto;
  }
  .img-doctor-servicios{ max-width: 70%;}
  .border-logo-footer {
    border-right: none !important;
}
.neg-top-50 {
    margin-top: 40px;
}
h1.gastroenterologia{font-size: 30px !important;}
.ml-per{
	margin-right: auto;
}


}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {display: none !important;}
  .border-md-none{ border: 0px !important;}

}
@media (min-width: 1200px) {
  .hidden-lg {display: none !important;}
  .border-lg-none{ border: 0px !important;}

}
