:root {
    --primary-gradiant: linear-gradient(120deg, #16608d 0%, #1182b0 100%);
    --primary-color: #16608d;
    --heading-color-4: rgb(0, 0, 0);
}

html {
    font-size: 13px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.textField {
    width: 100%;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.logo img {
    width: 200px;
}

.popClose {
    background-color: #16608d;
}

.btn-outros-produtos {
    width: 100%;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
}

.popTxt h2 {
    font-size: 28px;
}

.popTxt p {
    margin-top: 20px;
    font-size: 20px;
}

.popList li {
    color: #fff;
    font-size: 20px;
}

.popWrapper {
    min-height: 600px;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(243, 243, 243);
    box-shadow: 8.004px 10.244px 33.12px 12.88px rgba(12, 13, 12, 0.18);
    display: grid;
    align-content: center;
    padding: 20px 95px;
    background-size: cover;
    background-image: none;
    margin: 30px 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100px);
}

.popList {
    margin-top: 20px;
}

.playBtn .btnInner {
    background: red;
    margin-top: -15px;
}
