.slick-dots{
	position: absolute;
  bottom: -73px;
  left: 0px;
  width: auto;
  z-index: 1;
}
body .slick-dots li button{
	width: 10px;
  height: 10px;
  border: 1px solid black;
  border-radius: 100%;
  overflow: hidden;
}
body .slick-dots li{
	width: 10px;
  height: 10px;
}
body .slick-dots li button:before{
	display: none;
}
body li.slick-active{
	background: #000;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
body .w-background-video>video{
	z-index: 0;
}
body .w-background-video>video{
  z-index: 0;
}
.smcx-embed {
   max-width: none !important;
}
.smcx-embed iframe {
   max-width: none !important;
}
body .smcx-embed {
  width: 100%;
  max-width: 575px;
  height: 100vh;
}
body  .smcx-embed>.smcx-iframe-container {
  width: 100%;
  max-width: none;
  height: 100vh;
}
.aviso{ 
  margin-right: 20px;
}
.w-form-fail{
	color: #000;
}
#contenido a{
	color: #e50695;
}