.contenedor-slider{
	width: 100%;
	height: 110vh;
	position: relative;
	overflow: hidden;
}
.slider{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 400%;
	height: 100%;
}
.slider__section{
	width: 100%;
	position: relative;
}
#contenedor-slider .contenido__slider{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	/*background-color: rgba(0, 105, 170, 1);*/
}
.slider__img{
	display: block;
	width: 100%;
	height: 100%;
}
.btn-prev, .btn-next {
	position: absolute;
	width: 80px;
	top:0px;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.3em;
}
.btn-prev .circulo,.btn-next .circulo{
	transition: all .3s ease-in;
	width: 60px;
	height:60px;
	color: #fff;
	border-radius: 100%;
	border:1.5px solid #fff;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	z-index: 500;
}
.btn-prev .circulo:hover,.btn-next .circulo:hover{
	background-color: rgba(255,255,255,.5);
	color: #000;
}
.btn-prev{
	left: 35px;
}

.btn-next {
	right: 35px;
}

.contenedor-slider .Titulo__Principal{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 4rem;
	color: #fff;
	font-family: calibri-bold;
}
.contenedor-slider .Titulo__Principal > div{
	padding: 4rem;
	padding: 5rem;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
.contenedor-slider .Titulo__Principal h1{
	font-family: calibri-bold-italica;
	font-size: 1.5rem;
}
.contenedor-slider .Titulo__Principal h3{
	font-size: 4rem;
}

@media only screen and (max-width: 500px) {

	.slider__img{
		width: 400%;
		height: 700px;
	}
	.contenedor-slider{
		height: 700px;	
	}
	.main__flecha, .btn-prev .circulo,.btn-next .circulo,.main__titulo__princial{
		display: none;
	}
	
}



/*
		*********************************************************************

		 		 ============== Celulares Rotados  ===================  	

		*********************************************************************
*/
@media only screen and  (max-width:  896px) and (max-height:  450px)  {
	.main__flecha, .btn-prev .circulo,.btn-next .circulo,.main__titulo__princial{
		display: none;
	}
}


/*
 ##################################################################


            ============ LAPTOPS ============


 ##################################################################

*/
@media only screen and  (max-width:  1300px)  and (max-height:  850px) {
	.contenedor-slider .Titulo__Principal h1 {
		font-size: 1.4rem;
	}
	.contenedor-slider .Titulo__Principal h3 {
		font-size: 3rem;
	}

}