.video-container {
  height: 80%;
  position: relative;
  overflow: hidden;
  background-color:#000000
}

.overlay {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
	
}
video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%; 
  top:0;
  left:0;
  opacity: 1
}



.video-holder{
 width: 100%;
	height: 0;
	padding-bottom: 56%;
	display: block;
  position: relative;
  overflow: hidden;
  background-color:#000000
}
/*** A E S T H E T I C S ***/
/***************************/

.texto-banner	 {
  position: relative;
  display: flex;
  justify-content: center;
  padding:20%;
  flex-direction: column;
  height: 100%;
  text-align: left;
  z-index: 10;
  color:white;
  font-size: 3em;
}

.logo-banner	 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: left;
  padding:20%;
  flex-direction: column;
  height: 100%;
  text-align: left;
  z-index: 10;
}

.service-block .inner-box
{
	position: relative;
    border-radius: 5px;
	height: 400px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgb(216 214 214 / 60%);
}

.service-block {
    position: relative;
	margin-bottom: 40px
}

.btn-ajuste {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin-left:27%;
	margin-right:27%;
	margin-bottom: 40px;
}

.shop-item .inner-box .lower-content h3 {
	height: 50px;
}

@media only screen and (max-width: 360px) {
  .btn-ajuste {
    position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin-left: 10%;
	margin-right:10%;
	margin-bottom: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .float{
	width:60px !important;
	height:60px !important;
   font-size:30px !important;
}
	
	.my-float{
	margin-top:16px !important;
}
}




@media only screen and (max-width: 360px) {
.inner-box .icon 
{
	color:#007167;text-align:center;font-size:50px
}

.inner-column .text
{
	margin: 20px
}
}
