﻿p {
    text-align: center;
}

* {
    box-sizing: border-box
}

@supports (-ms-ime-align:auto) {
    .blocoLeft {
        display: inline-block;
    }

    .blocoRight {
        display: inline-block;
    }

    .containerTela {
        display: inline-block;
    }
}

botoesSlideGift {
    position: absolute;
    text-align: center;
    margin-top: -40px;
    z-index: 999;
    left: 28%;
}

.textoGiftLaranja {
    font-size: 16px;
    color: #f7aa47;
}

@media (max-width: 790px) {
    botoesSlideGift {
        left: 45%;
    }

    .textoGiftLaranja {
        font-size: 12px;
        font-weight: bold;
    }
}
