table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

table td,
table th {
    border: 1px solid #999;
    padding: 5px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #4CAF50;
    color: white;
}

#imgproduto {
    padding: 0 10px;
    width: 350px;
    height: 350px;
    float: right;
    outline: none;
}

.imgproduto,
.infoproduto {
    width: 50%;
    margin: 0 auto;
}

.tipos {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tipos:after {
    content: "";
    clear: both;
}

.opcao {
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    height: 25px;
    position: relative;
    width: 100px;
    margin-left: 9px;
}

.opcao label {
    background: #fff no-repeat center center;
    bottom: 1px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    left: 1px;
    position: absolute;
    right: 1px;
    text-indent: 0%;
    height: 21px;
    white-space: nowrap;
    text-align: center;
}

.tipos input:focus+label {
    outline: 1px dotted #21b4d0;
}

.tipos input:checked+label {
    outline: 2px solid #21b4d0;
}

.tipos input:checked+label:after {
    background: url(./download.svg);
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -10px;
    width: 20px;
}

@-moz-document url-prefix() {
    .tipos input:checked+label:after {
        bottom: 0;
        right: 0;
        background-color: #21b4d0;
    }
}

#btnVerifica {
    background-color: #21b4d0;
    border: none;
    color: #FFF;
    padding: 4px 8px;
    border-radius: 6px;
}

#btnPlanGeral {
    background-color: #f95959;
    border: none;
    color: #FFF;
    padding: 4px 8px;
    border-radius: 6px;
}

section {
    float: left;
    justify-content: center;
    display: flex;
    margin: 5px 0;
}

@media screen and (min-width: 250px) and (max-device-width: 750px) {

    .secao3,
    .secao2 {
        text-align: center;
        flex-direction: column;
    }

    .imgproduto,
    .infoproduto {
        width: 100%;
    }
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    font-family: Verdana, sans-serif !important;
    font-size: 11px !important;
}

.infoProdutoPG {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoHeader {
    height: 30px !important;
}

.info {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 0.5px solid rgb(140, 140, 140);
    height: 60px;
}

.container,
.valor,
.imgprodutoPG,
.saldo {
    width: 80px;
}

.referencia {
    width: 90px;
}

.codigo {
    width: 120px;
}

.descricao {
    width: 180px;
}

.container1 {
    padding: 5px 0;
}

.some {
    animation: entrarPlanGeral 1s forwards;
    overflow: hidden;
}

@keyframes entrarPlanGeral {
    0% {
        height: 400px;
        opacity: 1;
    }

    100% {
        height: 0px;
        opacity: 0;
    }
}

/* Loader */

.loader-container {
    background-color: #fff;
    transition: all 0.3s;

    position: absolute;
    /* top: 0; left: 0; */
    width: 100%;
    height: 50%;
}

.hide {
    opacity: 0;
    pointer-events: none;
    display: none;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/* Modal */

#productImg {
    border-radius: 1px;
    cursor: pointer;
    transition: 0.3s;
}

#productImg:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: 0 auto;
    display: block;
    width: 500px;
    height: 500px;
    max-width: 700px;
}

.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* @media only screen and (max-width: 800px) {
    .modal-content {
        width: 100vw;
    }
} */