﻿.Bg_Eliminacode {
    background-color: #fff;
    height: 100vh;
    position: relative;
}

.TriangoloSX {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

    .TriangoloSX img {
        width: 100%;
    }

.Bg_Eliminacode a {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.AppuntamentiInfoCode {
    background-color: rgba(255, 255, 255, 0.85);
    width: 90%;
    position: absolute;
    top: 54%;
    left: 5%;
    z-index: 3;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
@media (max-width: 1630px) {
    .AppuntamentiInfoCode {

        top: 36%;
       
    }
}

    .AppuntamentoInCorso .col-md-5 span {
        text-align: right;
        display: block;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: bold;
        line-height: 100px;
        letter-spacing: 0;
    }

    .AppuntamentoInCorso .col-md-7 span {
        font-weight: bold;
        color: #28a745;
        display: block;
        font-size: 70px;
    }

    .AppuntamentoProx .col-md-5 span {
        text-align: right;
        display: block;
        text-transform: uppercase;
        font-size: 35px;
        font-weight: bold;
        line-height: 80px;
        letter-spacing: 0;
    }

    .AppuntamentoProx .col-md-7 span {
        font-weight: bold;
        color: #28a745;
        display: block;
        font-size: 60px;
    }

    .TimerEliminacode {
        width: 100%;
        position: absolute;
        bottom: 50px;
    }

    .BannerFarmacia {
        width: 100%;
        height: 400px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin-bottom: 50px;
    }

    .LogoFarmaPiu {
        width: 200px;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }
