@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

.swiper-button-prev::after {
  font-size: 25px;
  width:16px;
  font-weight: 800;
}
.swiper-button-next::after {
  font-size: 25px;
  width:8px;
  font-weight: 800;
}
.swiper-button-next {
  color: #000000;
  background:#FFFFFF;
  height:40px;
  width:40px;
  border-radius:180px;
  opacity: 1;
}
.swiper-button-prev {
  color: #000000;
  background:#FFFFFF;
  height:40px;
  width:40px;
  border-radius:180px;
  opacity: 1;
}
.swiper-pagination-bullet {
  background-color: #D3D2D2;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #DB241B;
}

.slider {
  display: flex;
  align-items: center;
  background: #888;
}
.slider-txt {
  margin-left: 1px;
  width: 50%;
  background: #888;
  padding: 0 60px;
}
.slider-txt h1 {
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #888;
}
.slider-txt p {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing:1px;
  background-color: #888;
}

.slider-img {
  width: 50%;
  background:#888;
}
.slider-img img {
  margin-right: 225px;
  width: 550px;
  background-color:#888;
}

.btn-entrar {
	display:inline-block!important;
	font-size:16px!important;
	color: #000000;
	font-family:"Futura PT Book",sans-serif;
	text-decoration:blink;
	font-weight:100;
	letter-spacing:1px;
	padding:6px 0 6px 0;
	position:relative;
	cursor:pointer;
	text-transform:uppercase;
	transition:all 0.3s ease-out;
	border:1px solid #000;
	background-color:#FFF;
	margin:20px 15px;
	width:150px
	}
.btn-entrar:hover {
	font-weight:700!important;
	color:#FFF;font-family:"Futura PT Book",sans-serif;
	background-color:#5f5f5e;
	border:1px solid #000000;
}


@media(max-width: 991px) {

.slider {
  flex-direction: column;
}
.slider-txt {
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  background:#888;
}
.slider-txt h1 {
  font-size: 30px;
}
.slider-txt p {
  font-size: 16px;
}

.slider-img {
  width: 100%;
  text-align: center;
  background:#888;
}
.slider-img img {
  margin-right: 0px;
  width: 300px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets, .swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -7px;
}



}