*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,ol{
	list-style: none;
}

body{
	font-family: Open sans;
}

.slideshow{
	width: 100%;
	position: relative;
}

.slider li, ul{
	width: 100%;
}

.slider li{
	overflow: hidden;
}

.slider li img{
	width: 100%;
}

.slider .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 15px 50px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	text-align: center;
	color: #fff;
	z-index: 1;
}

.slider .caption h1{
	font-size: 50px;
}

.slider .caption p{
	margin-top: 10px;
	font-size: 20px;
}

.pagination{
	position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 100;
}

.pagination li{
	font-size: 20px;
	margin: 2px 5px;
	color: #858585;
	cursor: pointer;
}

.left, .right{
	position: absolute;
    height: 100%;
    display: flex;
    top: 9vw;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    z-index: 2;
}

.left{
	left: 10px;
}

.right{
	right: 10px;
}


@media screen and (max-width: 600px){
	.slider .caption p{
		display: none;
	}

	.slider .caption h1{
		font-size: 35px;
	}

	.left, .right{
		font-size: 30px;
	}

	.slider li img{
		width: 600px;
	}

	.pagination{
		display: none;
	}
}
.remove
{
	display: none;
}
.contenedor-completo
{
	width: 100%;
	position: relative;
}
.container-online
{
	width: 50%;
	position: relative;
	margin: auto;
	padding-top: 4vw;
}
.container-online img
{
	width: 50%;
}
.container-online .titulo
{
	text-align: center;
	font-family: "Montserrat Light" !important;
	font-size: 3vw;
	color: #522477;
	margin-bottom: 2vw;
}
.container-online .titulo strong
{
	font-family: "Montserrat semibold" !important;
}
.container-online a 
{
  border: 2px solid #522477;
  color: #522477 !important;
  background: url("img/iconos/flecha.png")right no-repeat;
  background-position-x: 8vw;
  background-size: 2.5vw;
  padding: 0.4vw 1vw;
  font-family: "Montserrat light", light !important;
  font-size: 1.5vw;
  text-align: center;
  margin: auto;
  position: relative;
  left: 40%;
}
.container-online a:hover
{
	text-decoration: none;
	background: #522477;
	color: white !important;
	transition: all 0.6s;
}
.primera-parte
{
    display: block;
}
.container-iframe-vid
{
	width: 100%;
}
.container-iframe-vid iframe
{
	width: 100%;
}
.con-ivid iframe
{
    width: 100%;
    height: 30vw;
}
@media (max-width: 768px){
	.container-iframe-vid
{
	width: 100%;
}
.container-iframe-vid iframe
{
	width: 100%;
}
.con-ivid iframe
{
    width: 100%;
    height: 30vw;
}
}
.background-diferente
{
	background: #522477;
}
.background-diferente a {
	color: white !important;
}
.buy-tainer
{
	text-align: center;
}
.buy-tainer p 
{
	color: #522477;
	font-size: 1.5vw;
}
.buy-tainer p strong
{
	font-weight: bold !important;
}
.btn-buy a {
    background: #522477 !important;
    padding: 1vw 4vw !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.2vw !important;
    border: 1px solid #522477;
    border-radius: 30px !important;
}
@media (max-width: 768px){
    .buy-tainer
{
	text-align: center;
}
.buy-tainer p 
{
	color: #522477;
	font-size: 5vw;
}
.buy-tainer p strong
{
	font-weight: bold !important;
}
.btn-buy a {
    background: #522477 !important;
    padding: 4vw 8vw !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 5vw !important;
    border: 1px solid #522477;
    border-radius: 30px !important
    z-index: 199999999;
    }	
}