.bg-wcare {
    background-color: #f2f5fe !important;
}

.text-wcare {
    color: #f2f5fe !important;
}

.text-wcare-2 {
    color: #2c86cc !important;
}

.text-wcare-2:hover {
    color: #3f7e8d !important;
}

.bg-wcare-2 {
    background-color: #ceedf2 !important;
}

.bg-wcare-3 {
    background-color: #9fced8 !important;
}

.bg-wcare-4 {
    background-color: #3f7e8d !important;
}

.bg-wcare-5 {
    background-color: #02505a !important;
}

.bg-wcare-6 {
    background-color: #013341 !important;
}

.card-radius {
    border-radius: 30px !important;
}

.btn-success {
   background-color: #2c86cc !important;
   border-radius: 50px !important;
   border: none;
}

.video-home {
    position: relative;
}

.video-home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(242, 245, 254,1) 100%);
}

@font-face {
    font-family: 'Riccione-DemiBold';
    src: url('../fonts/riccione-demibold.ttf') format('truetype');
}

.riccione {
    font-family: 'Riccione-DemiBold', sans-serif !important;
}

.link-dark {
    margin: 10px 15px 0 0px !important;
    font-size: 1.1em !important;
}

.mt-data {
    margin-top: -250px !important;
    z-index: 50 !important;
}

@keyframes animate-width {
    0%   { right: 5px; }
    50%  { right: 10px; }
    100% { right: 5px; }
}

@keyframes animate-move {
    0%   { margin-top: 0px; }
    50%  { margin-top: 20px; }
    100% { margin-top: 0px; }
}

.effect-seta {
    animation: animate-width 2s linear infinite;
    position: absolute;
}

.btn-success {
    position: relative !important;
    text-align: left !important;
    padding: 10px 20px !important;
}

.btn-play {
    height: 100px !important;
    transition: .5s;
    cursor: pointer;
    animation: animate-move 2s linear infinite;
}

.btn-play:hover {
    height: 120px !important;
}

.text-play {
    animation: animate-move 2s linear infinite;
    position: absolute;
    margin-left: 220px;
    font-size: 1.4em;
    transition: .5s;
    opacity: 0;
}

.btn-play:hover + .text-play {
    opacity: 1;
    margin-left: 240px;
}

.navbar {
    border-bottom: 1px solid #c0bfd3 !important;
}

.border-end {
    border-right: 1px solid #c0bfd3 !important;
}

.promotion {
    top: 0;
    position: absolute;
    width: 100%;
    padding: 7px;
    background-color: #333 !important;
    transition: 0.5s;
    height: 40px;
    color: white
}

.top-navbar {
    position: absolute;
    top: 10px;
    width: 100%;
    padding: 5px;
    opacity: 1;
    background-color: transparent;
    transition: 0.5s;
}

.top-hidden {
    opacity: 0 !important;
}

.top-navbar > .container {
    display: flex;
    justify-content: flex-end;
}

.top-navbar > .container > a {
    text-decoration: none;
    margin: 0 10px;
    font-size: .8em;
    font-weight: 400;
    cursor: pointer;
}

.top-navbar > .container > a:hover {
    font-weight: 600;
}

.rounded {
    border-radius: 30px !important;
}

.bg-light {
    background-color: transparent !important;
}

.bg-light {
    background-color: transparent !important;
}

.card {
    border: none;
}



/* .column-dinamic:hover {
    margin-left: 5%;
    width: 90%;
} */

.content-img {
    --bs-aspect-ratio: 130%;
    height: 400px;
    width: 100%;
}

.link-footer {
    text-decoration: none;
    font-size: 1.5em;
    cursor: pointer;
    margin-left: 20px;
}

.link-footer:hover {
    color: #3f7e8d;
}

.text-main {
    text-align: center;
    font-size: 19vw;
    font-weight: 600;
    /* text-shadow: 12px 12px 12px rgba(0, 0, 0, 0.2); */
    color: #ddd;
}

.play-about {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.footer-navbar {
    margin: 0 0 50px -5px;
}

.footer-navbar > .container > a {
    text-decoration: none;
    font-size: 1.2em;
    cursor: pointer;
}

.modal-content {
    background-color: transparent !important;
    border: none !important;
}

.modal-dialog {
    max-width: 100vw !important;
}

.btn-close {
    font-size: 1.2em !important;
    margin: 20px !important;
    filter: invert(100%)
}

.form-control {
    border-radius: 30px !important;
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    /* box-shadow:  8px 8px 8px rgba(0, 0, 0, 0.1); */
}
.font-relative {
    font-size: 2em;
}

.column-dinamic {
    width: 80%;
    margin-left: 10%;
}

.p-div {
    padding: 50px 20px;
}

.p-plans {
    padding-top: 0px;
}

.p-videos {
    padding-top: 0px;
}

.disabled {
    pointer-events: none !important;
    color: gray !important;
}

.faq-item {
    border-top: 1px solid #c0bfd3;
    padding: 10px;
}

.faq-answer {
    display: block;
    padding-top: 10px;
}

.faq-question {
    cursor: pointer;
    font-weight: 600;
}

@media (min-width: 768px) {
    .font-relative {
      font-size: 1em;
    }

    .column-dinamic {
        animation: animate-move 2s linear infinite;
        position: absolute;
        transition: 1s;
    }

    .p-div {
        padding: 80px 0;
    }

    .p-plans {
        padding-top: 40px;
    }

    .p-videos {
        padding-top: 80px;
    }

    .footer-navbar {
        margin: 0 0 50px -20px;
    }

    .modal-dialog {
        max-width: 70vw !important;
    }
}
