﻿.card-alert {    
    border-radius: 12px;
    background: #f1f0f0;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;    
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    font-family: "Poppins", sans-serif;
    width: 100%;
}

.card-alert .card-alert-content {
    display: flex;
    align-items: center;
}

.card-alert-content .exclamation {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #4070f4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.card-alert-content .error {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #e10f3d;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.card-alert-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.gratis {
    background: #fafafa;
    height: 50px;
    width: 280px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 0 20px rgba(0.2,0,0.2, 0.1);
    border: none;
    margin-left: 10px;
}

.gratis .gratis1 {
    position: absolute;
    background: #345387;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 16px;
    transition: 0.3s linear;
    z-index: 999;
    border-radius: 40px;
}

.gratis .gratis .fa-eye {
    margin-right: 5px;
    font-size: 16px;
}



.preview {
    background: #fafafa;
    height: 50px;
    width: 280px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;    
    box-shadow: 0 0 20px rgba(0.2,0,0.2, 0.1);
    border: none;
}

.preview .preview1 {
    position: absolute;
    background: #345387;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 16px;
    transition: 0.3s linear;
    z-index: 999;
    border-radius: 40px;
}

.preview .preview1 .fa-eye {
    margin-right: 5px;
    font-size: 16px;
}

.preview:hover .preview1 {
transform: translateX(-100%);
}

.preview .preview2 {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
}

.preview .preview2 .fa-eye {
    margin-right: 5px;
    font-size: 16px;
}


.details, .show, .hide:target {
    display: none;
}

    .hide:target + .show, .hide:target ~ .details {
        display: block;
    }

.radio_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f9f9f9;
    width: 280px;
    height: 50px;
    border-radius: 9999px;
    box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
    padding-top: 5px;
}

input[type="radio"] {
    appearance: none;
    display: none;
}

    input[type="radio"]:checked + label {
        background-color: #345387;
        color: #f1f3f5;
        font-weight: 900;
        transition: 0.3s;
    }

label {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    width: 125px;
    height: 38px;
    text-align: center;
    border-radius: 9999px;
    overflow: hidden;
    transition: linear 0.3s;
    color: #6e6e6edd;
    cursor: pointer;
}

.video {
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.ribbon-card {
    position: relative;
    text-align: right;
    top: -18px;
}

.ribbon-text {
    text-align: right;
    font-size: 16px;
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.2em;
    background: #FFD72A;
    position: relative;
}

.ribbon-bold {
    font-weight: bold;
}

    .ribbon-text:before, .ribbon-text:after,
    .ribbon-bold:before {
        content: '';
        position: absolute;
        border-style: solid;
    }

.ribbon-text:before {
    bottom: 100%;
    left: 0;
    border-width: .5em .7em 0 0;
    border-color: transparent #FC9544 transparent transparent;
}

.ribbon-text:after {
    top: 100%;
    right: 0;
    border-width: .5em 2em 0 0;
    border-color: #FC9544 transparent transparent transparent;
}

.ribbon-bold:before {
    top: 0.5em;
    right: -2em;
    border-width: 1.1em 1em 1.1em 3em;
    border-color: #FECC30 transparent #FECC30 #FECC30;
    z-index: -1;
}

.ribbon-bold:before {
    border-color: #EBECED transparent #EBECED #EBECED;
    top: 0.7em;
    right: -2.3em;
}