﻿span {
    font-family: 'Poppins',sans-serif;
}

body {
    background: #fff;
}

header.fijo {
    background: linear-gradient(#fff,rgba(255, 255, 255, .75));
}

header ul li a {
    color: #000;
    border: 1px solid #000;
}

    header ul li a:hover {
        color: #fff;
        background-color: #000;
    }

    header ul li a.active {
        color: #fff;
        background-color: #000;
    }

header div#logonombre {
    border-left: 1px solid #7C7C7C;
    color: #7C7C7C;
}

header ul li #recarga {
    /*border: 1px solid #9160FF;*/
    border-radius: 20px;
    background-color: #8CD55F;
    color: #000;
    font-weight: bold;
    height: 30px;
}

/*****************************************************/
/*              SECCION PAGO RECARGA                 */
/*****************************************************/
.slidePT {
    background: rgba(220, 220, 220,1 );
    position: relative;
    width: 100%;
    margin-top:140px;
    height: 800px;
    display: flex;
    justify-content: space-between;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

    .slidePT img#fondogris {
        position: absolute;
        top: 0;
        right: 0;
    }

    .slidePT div#titulo {
        position: absolute;
        top: -100px;
        left: Calc(50vw - 350px);
        color: #000;
        width: 700px;
        text-align: center;
        font-size: 2.8vh;
        font-weight: 500;
    }

    .slidePT img#drivers {
        position: absolute;
        bottom: 10vh;
        left: 1vw;
        height: 30vh;
    }

    .slidePT div#forma {
        margin-left: calc(50vw - 240px);
        margin-top: 20px;
        font-size: 15px;
        font-weight: 200;
    }

    .slidePT .correo{
        color:#bbb;
        font-size:2.2vh;
        line-height:10px;
    }

    .slidePT .etiqueta {
        font-size: 1.7vh;
    }

    .slidePT .redirect {
        position: absolute;
        width: 160px;
        height: 60px;
        margin-left: calc(50vw + 260px);
        margin-top: 20px;
        border: 2px solid #999;
        color: #999;
        border-radius: 20px;
        padding: 17px;
    }

    .slidePT .inicio {
        margin-left: 22px;
        color: #666;
        font-weight:600;
        text-decoration: none;
    }

.lineapago {
    width: 480px;
    height: 720px;
}
/*****************************************************/
/*                  RESPONSIVO  640                 */
/*****************************************************/
@media (max-width: 780px) {
    .slidePT {
        height: 1000px;
        background: #ddd;
    }

    .slidePT div#titulo {
        top: 10px;    
    }

    .slidePT div#forma {
        
        border-radius: 20px;
        left: 0px;
        color: #000;
        width: 100%;
        height: 820px;
        padding: 10px 20px;
        font-size: 12px;
        background-color: #eee;
        margin:100px 0px 0px 0px;
    }

    .lineapago {
        width: 100%;
        height: 790px;
    }

    .slidePT .correo {
        color: #777;     
    }

    .slidePT .redirect {
        margin-left: calc(50vw - 80px);
        margin-top: 920px;        
    }


    .checkbtn {
        color: #000;
    }

    header ul li a {
        color: #fff;
        border: 1px solid #fff;
    }

        header ul li a:hover {
            color: #000;
            background-color: #fff;
        }

        header ul li a.active {
            color: #000;
            background-color: #fff;
        }
}
