@media (min-width: 768px) and (max-width: 1200px) {
  .app-logo{
    left: 15em ;
  }
  
  .app-logo img{
    width: 16em;
  }

  .app-detalle{
    left: 13em;
  }

 .app-detalle img{
 	width: 200px;
 }

 .app-detalle p{
 	font-size: 18px;
 }

 

}

@media all and (max-width: 1200px) {
	.app-logo-slide2{
		text-align: center;
	}

	.app-logo-slide2 img{
		width: 16em;
 	}

}

@media all and (max-width: 500px){
	.app-contenedor-slide2{
		left: 2em;
		right: 2em;
 	}
}

@media all and (max-width: 300px){
	.app-contenedor-slide2{
		left: 0em;
		right: 0em;
 	}
}

#google-map iframe{
  height: 450px;
}

@media all and (max-width: 480px) {
	/********maps *********/
	#google-map iframe{
	  height: 250px !important;
	}
}

@media (min-width: 480px) and (max-width: 795px) {
	#google-map iframe{
	  height: 385px !important;
	}
}
