.arrowLeft{
    width: 30px;
    background-color: #EAF1FF;
    height: 30px;
    border-radius: 25px;
    transform: rotate(180deg);
    box-shadow: 4px 1px 4px 0px #00000040;
    padding: 0px;
    position: relative;
    left: 12px;
    top: 160px;
 
}
.arrowRight{
    position: relative;
    width: 30px;
    background-color: #EAF1FF;
    height: 30px;
    border-radius: 25px;
    padding: 0px;
    box-shadow: 4px 0px 0px 1px #00000040;
    right: 12px;
    top: 160px;
 
} 
.tarjetasPrecios {
    flex-wrap: nowrap;
    position:relative;
    margin-bottom: 40px;
} 
