.boxPlanos{
		margin: 0 auto;
		margin-top: 18%;
		width: 100%;
		position: absolute;
		z-index: 2;
	}
.tituloPlanosTop{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	font-size: 34px;
	display: block;
	background-color: rgba(255, 255, 255, .9);
	color: #1A83FF;
	font-weight: bolder;
	position:absolute;
	z-index:2;
}

.boxValorPlanos{
    margin: 0 auto;
    width: 100%;
    height: 1020px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    position: relative;
    border-radius: 2%;
    vertical-align: top;
    object-position: top;
    padding: 2% 5% 4% 5%;
    text-align: left;
    overflow-y: auto;
}
.tituloPlanos{
    margin: 0 auto;
    margin-top: 10px;
    width: 80%;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background: #333;
    color: #fff !important;
}
.cartaoPlanos{
    margin: 0 auto;
    margin-top: 20px;
    width: 592px;
    height: 333px;
    background-size: cover;
}
.valorDoPlanos{
    position: absolute;
    left: 37%;
    top: 77%;
}

span.moeda{
    position: absolute;
    top: 10px;
    font-size: 34px;
    font-weight: bold;
    vertical-align: bottom;
    object-position: bottom;
}
span.priCasa{
    position: absolute;
    top: -46px;
    left: 46px;
    font-size: 80px;
    font-weight: bolder;
    vertical-align: top;
    object-position: top;
}
span.separador{
    position: absolute;
    left: 140px;
    font-size: 38px;
    font-weight: bold;
}
span.segCasa{
    position: absolute;
    left: 153px;
    top: 6px;
    font-size: 34px;
    font-weight: bold;
}
span.periodo{
    position: absolute;
    top: -9px;
    left: 144px;
    font-size: 10px;
    padding: 3px 12px;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.lstBeneficios{    
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    width: 80%;
    height: 250px;
}
.btnPlanos{
    margin: 0 auto;
    width: 80%;
    margin-top: 150px;
}

button.saibaMais{
    margin-top: 0 auto;
    width: 100%;
    height: 80px;
    line-height: 65px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    border: none;
    font-size:24px;
}

/*----------------------*/

.carrossel {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.quadro {
  flex: 0 0 100vw;
  padding: 20px;
  box-sizing: border-box;
  text-align:center;
}


.seta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  z-index: 1;
}

.anterior {
  left: 0;
}

.proxima {
  right: 0;
}


.pagination-buttons {
            display: flex;
            justify-content: space-between;
            position: fixed;
            bottom: 100px;
            width: 100%;
            padding: 0 20px;
            z-index:9999;
 }
 .btnProx{
    width: 240px;
    height: 140px;
    font-size: 40px;
 }
