﻿body {
    margin: 0;
    padding: 0;
    background: url("../Images/fondo-pagos-tt.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: sans-serif;
}

.panel {
    border:0px;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    text-align:center;
    padding-top: 5px;
}

.popover-title {
    color: rgba(68, 139, 109, 1);
    font-weight: bold;
}

.popover-content {
    font-size: 11px;
    color: rgba(68, 139, 109, 1);
}

.container {
    margin-top: 80px;
}

    @media (max-width: 600px) 
    {
        .container 
        {
            margin-top: 10px !important;
        }           
    }