
/*Slider*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#container-slider-section
{
  position: relative;
  display: block;
  width: 100%;
}
#slider-section {
  position: relative;
  display: block;
  width: 100%;
  height: 40vh;
  min-height: 500px;
}
#slider-section li {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  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-section .arrowPrev, #container-slider-section .arrowNext{
  font-size: 30pt;
  color: rgba(204, 204, 204, 0.65);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2; 
}
#container-slider-section .arrowNext {
  left: initial;
  right: 50px !important;
}
.content_slider_section{
  padding: 15px 30px;
  color: #FFF;
  width: 100%;
  height: 100%;
}
.content_slider_section div{
  text-align: center;
}
.content_slider_section h2{
  font-family: 'arial';
  font-size: 35pt;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content_slider_section p {
  font-size: 18pt;
  font-family: 'arial';
  color: #FFF;
  margin-bottom: 20px;
}
#slider-section li .content_slider_section{
  background: rgba(0, 0, 0, 0.50);
  padding: 10px 125px;
}
.content_slider_section{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnSlider-section{
  color: #FFF;
  font-size: 15pt;
  font-family: 'arial';
  letter-spacing: 1px;
  padding: 10px 50px;
  border: 1px solid #CCC;
  background: rgba(13, 13, 13, 0.55);
  border-radius: 31px;
  text-decoration: none;
  transition: .5s all;
}
.btnSlider-section:hover{
  background: #2199b5 !important;
  border: 1px solid #f0eaea;
  color: rgb(248, 241, 248);
  font-weight: bold;
}
.listslider-section {
  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-section li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 0 5px;
}
.listslider-section li a {
  background: #CCC;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.item-select-slid-section {
  background: #FFF  !important;
}

@media screen and (max-width: 460px){
.content_slider_section h2 {
    font-size: 15pt !important;
}
.content_slider_section p {
    font-size: 12pt !important;
}
#container-slider-section .arrowPrev, #container-slider-section .arrowNext{
  font-size: 20pt;
}
#container-slider-section .arrowPrev{
  left: 15px;
}
#container-slider-section .arrowNext{
  right: 15px !important;
}
#slider-section{
  height: 400px;
  min-height: 400px;
}
#slider-section li .content_slider{
  padding: 10px 35px;
}
.btnSlider-section{
  padding: 10px 30px;
    font-size: 10pt;
}

}
