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

html{
   scroll-behavior: smooth;

}

#container-slider
{
    position: relative;
    display: block;
    width: 100%;
}
#slider {
    position: relative;
    display: block;
    width: 100%;
    height: 65vh;
    min-height: 200px;
}
#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    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(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2; 
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
    
}
.content_slider div{
    text-align: center;
}

.content_slider p {
    margin-top: 50px;
    font-size: 30pt;
    font-family: "DM Serif Text", serif;
    color: #FFF;
    margin-bottom: 30px;

}

.content_slider h5 {

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #f0f6f0;
    margin-bottom: 70px;
    font-size: 20px;

}

@media (max-width: 1097px) {

.content_slider p {
    margin-top: 50px;
    font-size: 25pt;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #FFF;
    margin-bottom: 30px;

}

.content_slider h5 {
    font-size: 15pt;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: #f0f6f0;
    margin-bottom: 70px;

}
}



#slider li .content_slider{
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 125px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSlider{
    color: #FFF;
    font-size: 12pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(37, 40, 80, .55); /* oscurecer fondo */
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
    margin-top: 200px;

}
.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: 5%;
    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: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(37, 40, 80, .15); /* oscurecer fondo */
}
.item-select-slid {

    background: rgba(37, 40, 80, .15); /* oscurecer fondo */
}




@media screen and (max-width: 600px){

	
	#container-slider .arrowPrev, #container-slider .arrowNext{
		font-size: 20pt;
	}
	#container-slider .arrowPrev{
		left: 15px;
	}
	#container-slider .arrowNext{
		right: 15px !important;
	}
	#slider{
		height: 500px;

	
	}


	#slider li .content_slider{
		padding: 80px 35px 0px 15px;
        
	}
	.btnSlider{
		padding: 10px 30px;
    	font-size: 10pt;
	}



    .content_slider p {
        font-size: 14pt !important;
        margin-top: 30px;

        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #FFF;
        margin-bottom: 10px;
    
    }
    
    .content_slider h5 {
        font-size: 10pt;
        font-family: 'arial';
        color: #f0f6f0;
        margin-bottom: 70px;
    
    }


}

