*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#container-slider
{
    position: relative;
    display: block;
    width: 100%;
	background: rgba(200, 200, 200, 0.55);
}
#slider {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 500px;
}
#slider li {
    background-repeat: no-repeat;
	background-size: 500px, auto, contain;
    background-position: right 15% bottom 80%;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 90%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    position: absolute;
    top: 90%;
    left: 50px;
    z-index: 2; 
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider_button{
    padding: 5px 2px;
    color: #ccc;
    width: 100%;
    height: 5%;
	text-align: center;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 40%;
    height: 88%;
}
.content_slider div{
    text-align: center;
}
.content_slider h2{
    font-family: 'arial';
    font-size: 20pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.content_slider p {
    font-size: 15pt;
    font-family: 'arial';
    color: #FFF;
    margin-bottom: 20px;
}
#slider li .content_slider{
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 12px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnPpEcIn{
    color: #FFF;
    font-size: 10pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 5px 5px;
    border: 1px solid #CCC;
    background: rgba(37, 40, 80, 0.55);
    border-radius: 10px;
    text-decoration: none;
    transition: .5s all;
	position: relative;
}
.btnPpEcIndis{
    color: #FFF;
    font-size: 10pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 5px 5px;
    border: 1px solid #CCC;
    background: rgba(140, 140, 140, 0.55);
    border-radius: 10px;
    text-decoration: none;
    transition: .5s all;
	position: relative;
}
.btnSlider{
    color: #FFF;
    font-size: 15pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(37, 40, 80, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}
.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}
.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 8%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.item-select-slid {
    background: #ccc  !important;
}

#myimage {
  width: 100%;
  height: 100%;
  background: white url(imagenes/fondo.png) no-repeat;
}





@media screen and (max-width: 1200px){
	#myimage {
	  background: white url(imagenes/fondo.png); /*ok*/
	}
	#slider li {
		background-size: 750px, auto, contain; /*ok*/
		background-position: left 80% bottom 40%; /*ok*/
	}
	#slider li .content_slider{
		padding: 27% 55%; /*ok*/
		padding: 1em 3px 30px 5px; /*ok*/
	}
	
	.content_slider{
		width: 109%; /*ok*/
		height: 25%; /*ok*/
	}
	.btnPpEcIn{
		font-size: 25pt; /*ok*/
	}
	.btnPpEcIndis{
		font-size: 25pt; /*ok*/
	}
	.content_slider_button{
		padding: 18px 2px; /*ok*/
	}
	.content_slider h2 {
		font-size: 25pt; /*ok*/
	}
	.content_slider p {
		font-size: 25pt; /*ok*/
	}
	.btnSlider{
		font-size: 25pt; /*ok*/
	}
	#container-slider .arrowPrev, #container-slider .arrowNext{
		font-size: 40pt;
		top: 85%;
	}
	.listslider {
		bottom: 14%;
	}
	.listslider li a {
		border-radius: 80%;
	}
	.listslider li {

		width: 20px;
		height: 20px;

	}
	
}