/* CSS Document */
.justify-content-md-center{
justify-content: center !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	--aspect-ratio: 3 / 4;
}

#estilo_wap{
	width: 5%;float: right;z-index: 100;position: fixed;right: 20px; bottom: 20px;
}

#img_logo{
	height: 200px;
}

#inicio{
	display:block;
}

#inicio_top{
	display:none;
}
.navbar-toggler{
	background: #404141;
	
}

#inicio_top_icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	
}

@media screen and (max-width:544px){
	#estilo_wap{
	width: 12%;float: right;z-index: 100;position: fixed;right: 20px; bottom: 20px;
	}
	.navbar-brand{
		font-size: 1rem;
	}
	#img_logo{
		height: 100px;
		padding-left: 20px;
		transform:  translate(50%);
	}
	#inicio{
		display: block;
	}
	#inicio_top{
	display:none;
	}
}

/*
video {
     width: 100% !important;
        height: 100% !important;
        max-height: 56.25vw !important;
 */