.carousel {
	max-width: 1200px;
	width: 90%;
	margin: auto;
    box-sizing:border-box;
    min-height:100vh;
    display:flex;
    align-items: center;
}
.carousel__contenedor {
    position:relative;
    cursor:pointer;
}
.carousel__anterior,
.carousel__siguiente {
    position: absolute;
	border: none;
	background: rgba(0,0,0,0.2);
	font-size: 40px;
	height: 50%;
	top: calc(50% - 25%);
	line-height: 40px;
	width: 50px;
	color: #ffffff;
	cursor: pointer;
	z-index: 500;
	transition: .2s ease all;
}
 .carousel__anterior:hover,
 .carousel__siguiente:hover {
    background: rgba(0,0,0, .9);
       color: #ff6d1f;
   -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
  .carousel__anterior {
   left:0;
}
.carousel__siguiente {
   right:0;
}
.carousel__indicadores .glider-dot {
   background: #fff;
	height: 8px;
	width: 30px;
	cursor: pointer;
	border: none;
	margin-right: 3px;
    margin-top:30px;
    opacity:20%;
}
.carousel__indicadores .glider-dot:hover,
.carousel__indicadores .glider-dot.active {
   opacity:1;
   background: #ff6d1f;
   -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.carousel1 {
	max-width: 1200px;
	width: 90%;
	margin: auto;
    box-sizing:border-box;
    min-height:100vh;
    display:flex;
    align-items: center;
}
.carousel__contenedor1 {
    position:relative;
    cursor:pointer;
}
.carousel__anterior1,
.carousel__siguiente1 {
    position: absolute;
	border: none;
	background: rgba(0,0,0,0.2);
	font-size: 40px;
	height: 50%;
	top: calc(50% - 25%);
	line-height: 40px;
	width: 50px;
	color: #ffffff;
	cursor: pointer;
	z-index: 500;
	transition: .2s ease all;
}
 .carousel__anterior1:hover,
 .carousel__siguiente1:hover {
    background: rgba(0,0,0, .9);
       color: #ff6d1f;
   -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
  .carousel__anterior1 {
   left:0;
}
.carousel__siguiente1 {
   right:0;
}
.carousel__indicadores1 .glider-dot {
   background: #fff;
	height: 8px;
	width: 30px;
	cursor: pointer;
	border: none;
	margin-right: 3px;
    margin-top:30px;
    opacity:20%;
}
.carousel__indicadores1 .glider-dot:hover,
.carousel__indicadores1 .glider-dot.active {
   opacity:1;
   background: #ff6d1f;
   -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.carousel2 {
	max-width: 1200px;
	width: 90%;
	margin: auto;
    box-sizing:border-box;
    min-height:100vh;
    display:flex;
    align-items: center;
}
.carousel__contenedor2 {
    position:relative;
    cursor:pointer;
}
.carousel__anterior2,
.carousel__siguiente2 {
    position: absolute;
	border: none;
	background: rgba(0,0,0,0.2);
	font-size: 40px;
	height: 50%;
	top: calc(50% - 25%);
	line-height: 40px;
	width: 50px;
	color: #ffffff;
	cursor: pointer;
	z-index: 500;
	transition: .2s ease all;
}
 .carousel__anterior2:hover,
 .carousel__siguiente2:hover {
    background: rgba(0,0,0, .9);
       color: #ff6d1f;
   -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
  .carousel__anterior2 {
   left:0;
}
.carousel__siguiente2 {
   right:0;
}
.carousel__indicadores2 .glider-dot {
   background: #fff;
	height: 8px;
	width: 30px;
	cursor: pointer;
	border: none;
	margin-right: 3px;
    margin-top:30px;
    opacity:20%;
}
.carousel__indicadores2 .glider-dot:hover,
.carousel__indicadores2 .glider-dot.active {
   opacity:1;
   background: #ff6d1f;
   -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.carousel3 {
	max-width: 1200px;
	width: 90%;
	margin: auto;
    box-sizing:border-box;
    min-height:100vh;
    display:flex;
    align-items: center;
}
.carousel__contenedor3 {
    position:relative;
    cursor:pointer;
}
.carousel__anterior3,
.carousel__siguiente3 {
    position: absolute;
	border: none;
	background: rgba(0,0,0,0.2);
	font-size: 40px;
	height: 50%;
	top: calc(50% - 25%);
	line-height: 40px;
	width: 50px;
	color: #ffffff;
	cursor: pointer;
	z-index: 500;
	transition: .2s ease all;
}
 .carousel__anterior3:hover,
 .carousel__siguiente3:hover {
    background: rgba(0,0,0, .9);
       color: #ff6d1f;
   -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
  .carousel__anterior3 {
   left:0;
}
.carousel__siguiente3 {
   right:0;
}
.carousel__indicadores3 .glider-dot {
   background: #fff;
	height: 8px;
	width: 30px;
	cursor: pointer;
	border: none;
	margin-right: 3px;
    margin-top:30px;
    opacity:20%;
}
.carousel__indicadores3 .glider-dot:hover,
.carousel__indicadores3 .glider-dot.active {
   opacity:1;
   background: #ff6d1f;
   -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

