.carousel {
  background: #fff;
  position: relative;
}
.carousel .carousel-inner > .item {
  height: auto;
  /*background: #000;*/
}
.carruselMedio > .item {
  height: auto !important;
  background: transparent !important;
}
.carousel .carousel-inner .item img {
  width: 100%;
  margin: auto;
  top: 50%;
  /*position: relative;
  transform: translateY(-50%);*/
}
.carousel .carousel-indicators {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 5px 0;
  width: 100%;
  margin: 0;
  font-size: 18px;
}
.carousel .carousel-indicators li {
  text-indent: 0;
  border: none;
  border-radius: none;
  color: #c5c5c5;
  margin: 0 3px;
  width: initial;
}
.carousel .carousel-indicators li.active {
  background: none;
  color: #79abd0;
  margin: 0 2px;
  width: initial;
}
 .carousel-caption{
  font-size: 25px;
 }
 .carousel-caption p {
	font-family: 'Francois One', sans-serif;
    line-height: 1.2em;
    font-size: 1.9em;
	text-shadow: 1px 1px #000;
}
p#SubtituloSlider{
	font-family: 'Open Sans', sans-serif !important;
    font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    /*background: rgba(0, 0, 0, 0.7); */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    text-align: left;
    padding: 40px 100px;
    z-index: 10;
  }
  .carousel-control {
    z-index: 9;
    color: #f99600;
  }
  .carousel-control.left,
  .carousel-control.right {
    width: 100px;
    opacity: 1;
    background: none;
  }
  .carousel-control.left .fa,
  .carousel-control.right .fa {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 45%;
    display: inline-block;
  }
  .carousel-control.left .fa-chevron-left,
  .carousel-control.right .fa-chevron-left {
    left: 10px;
  }
  .carousel-control.left .fa-chevron-right,
  .carousel-control.right .fa-chevron-right {
    right: 10px;
  }
}

@media screen and (max-width: 320px) and (min-width:200px){
.card > img {
    height: 195px;
}
}
/*@media screen and (min-width: 1200px) {
  .carousel .carousel-inner > .item {
  height: 520px;
}
} Antiguo 10/01/18 */
@media  screen and (min-width: 1920px) {
   .carousel .carousel-inner > .item {
  height: 700px;
}
}
@media screen and (min-width: 1024px) {
  .carousel .carousel-inner > .item {
  height: 505px;
}
}
@media screen and (min-width: 1200px) {
  .carousel .carousel-inner > .item {
  height: 615px;
}
}
@media screen and (min-width: 1366px) {
  .carousel .carousel-inner > .item {
  height: 615px;
  /*background: #000;*/
}
.carousel-caption p {
	font-family: 'Francois One', sans-serif;
    line-height: 1.2em;
    font-size: 1.5em;
}
p#SubtituloSlider{
	font-family: 'Open Sans', sans-serif !important;
    font-size: 0.7em;
}

div#Acreditacion > img{
	height:65px;
}
#map_canvas{
	height: 250px !important;
    width: 240px !important;
    border: thin solid black;
    position: relative;
    overflow: hidden;
}
}


@media screen and (max-width: 1366px){
.card > img{
	height:230px;
}
}
@media screen and (max-width: 480px) {
.carousel .carousel-inner > .item {
  height: 170px;
  /*background: #000;*/
}
.carruselMedio > .item {
  height: auto !important;
  background: transparent !important;
}
 .carousel-caption{
  font-size: 16px;
 }
 .carousel-control{
  top: 30%;
 }
 .carousel-caption p {
	font-family: 'Francois One', sans-serif;
    line-height: 1.2em;
    font-size: 0.9em;
}
#map_canvas{
	height: 250px !important;
    width: 100% !important;
    border: thin solid black;
    position: relative;
    overflow: hidden;
}
}
.card-text#pNoti{
	line-height: 1.2em;
    font-size: 1.2em;
}
/*@media screen and (max-width: 1500px) {
  .carousel .carousel-inner > .item {
    height: 400px;
    background: #000;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 410px;
}
  .carruselMedio > .item {
    height: auto !important;
    background: transparent !important;
  }
}*/
