/* CSS Document */
.opcionmapa{
    position: relative;
    top: 38px;
    left: 2px;
    width: 200px;
    height: 40px;
    background-color: #827df5;
    z-index: 9999;
		color:#fff;
}
.ret-icon{
    vertical-align: -5px;
    background: url('../images/go-back.png'); 
    background-size: cover;
    width: 27px;
    height: 25px;
}
.mytext{
		height:450px; 
	 overflow-y: auto;
	 -webkit-scrollbar:vertical ;
}

@media all and (max-width: 768px) {
	#capa_mapa{
		width:100% !important;		
	}
	#boton_cerrar{
    max-width: 70px !important;
    margin-right: 20px !important;	
	}
}
@media all and (orientation: portrait) and (min-height: 1700px){
	#map{
		position:absolute !important;		
	}
	#MultiCarousel1{
		position:absolute !important;
		bottom:255px !important;
		max-height:200px;
	}
#myheader{
		height:165px;
}
.header-video{
		height:165px;
}
.bg-primary-custom{
		height:120px;
}
#cod_qr{
	position:absolute;
	bottom:5px;	
	background-color: #e3e3e3;
}
#qr2{
	position: absolute;
   bottom: -170px;
   left: 50%;
   right: 50%;
}
#info{
	height:700px;
}
#capa_como_llegar{
	position:absolute;
	bottom:-170px;
}
}