body {
    font-family: 'Poppins', sans-serif;
}

.bg-shadow {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.min-height-200px {
    min-height: 200px;
}

.min-height-300px {
    min-height: 300px;
}

.min-height-400px {
    min-height: 400px;
}

.bg-orange-banner {
    background: rgb(255,131,15);
    background: -moz-linear-gradient(98deg, rgba(255,131,15,1) 6%, rgba(249,161,53,1) 24%, rgba(255,131,15,1) 50%, rgba(255,171,67,1) 76%, rgba(255,131,15,1) 91%);
    background: -webkit-linear-gradient(98deg, rgba(255,131,15,1) 6%, rgba(249,161,53,1) 24%, rgba(255,131,15,1) 50%, rgba(255,171,67,1) 76%, rgba(255,131,15,1) 91%);
    background: linear-gradient(98deg, rgba(255,131,15,1) 6%, rgba(249,161,53,1) 24%, rgba(255,131,15,1) 50%, rgba(255,171,67,1) 76%, rgba(255,131,15,1) 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff830f",endColorstr="#ff830f",GradientType=1);
}

.title-filter {
    font-size: 6rem;
}

.spacer-150-y {
    margin-top: 100px;
    margin-bottom: 100px;
}

.feature-box .feature-box card-box-17 .box:hover {
    background-color: #ff933a;
}

.border-orange {
    border: 4px solid #ffa550;
}

.feature-box:before, .feature-box .content:before, .feature-box:after, .feature-box .content:after {
    background-color: #f58705 !important;
}

.card-box {
    min-height: 260px;
    max-height: 260px;
    margin: 10px;
}

.text-orange {
    color: #f57b20;
}

.bg-dark-footer {
    background-color: #141414;
}


@media (max-width: 768px) {
    .title-filter {
        font-size: 2rem;
    }

    fs-1 {
        font-size: 1.5rem;
    }

    a {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

a:focus, a:active {
    outline: none;
    box-shadow: none;
}

ul {
    list-style-position: outside;
    margin-bottom: 25px;
}


.border-right {
    border-right: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-color-medium-dark-gray {
    border-color: #363636 !important;
}

.list-style-3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-style-3 li {
        position: relative;
        padding: 0 0 0 1.2rem;
        margin: 0 0 .05rem 0;
    }

        .list-style-3 li:before {
            content: "";
            width: 10px;
            height: 2px;
            background-color: #c1531b;
            position: absolute;
            top: 12px;
            left: 0;
        }

a.c-link-white:link, a.c-link-white:visited, a.c-link-white {
    color: #ffffff;
    text-decoration: none;
}

    a.c-link-white:hover {
        color: #c1531b;
        text-decoration: none;
    }

/* Base: c-font-16 (16px) */
.c-font-16,
.c-font-16 * {
    font-size: 1rem; /* 16px */
}

    /* Títulos: h1, h2, h3, etc., dentro de c-font-16 */
    .c-font-16 h1 {
        font-size: 2rem; /* 32px */
    }

    .c-font-16 h2 {
        font-size: 1.75rem; /* 28px */
    }

    .c-font-16 h3 {
        font-size: 1.5rem; /* 24px */
    }

    .c-font-16 h4 {
        font-size: 1.25rem; /* 20px */
    }

    .c-font-16 h5 {
        font-size: 1.125rem; /* 18px */
    }

    .c-font-16 h6 {
        font-size: 1rem; /* 16px (equivale a c-font-16) */
    }

    /* Listas: ul, ol, li dentro de c-font-16 */
    .c-font-16 ul, .c-font-16 ol {
        font-size: 1rem; /* 16px */
        margin-left: 20px; /* Para una sangría de las listas */
    }

    .c-font-16 li {
        font-size: 1rem; /* 16px */
    }

/* Base: c-font-14 (14px) */
.c-font-14,
.c-font-14 * {
    font-size: 0.875rem; /* 14px */
}

    /* Títulos: h1, h2, h3, etc., dentro de c-font-14 */
    .c-font-14 h1 {
        font-size: 1.875rem; /* 30px */
    }

    .c-font-14 h2 {
        font-size: 1.625rem; /* 26px */
    }

    .c-font-14 h3 {
        font-size: 1.375rem; /* 22px */
    }

    .c-font-14 h4 {
        font-size: 1.125rem; /* 18px */
    }

    .c-font-14 h5 {
        font-size: 1rem; /* 16px */
    }

    .c-font-14 h6 {
        font-size: 0.875rem; /* 14px (equivale a c-font-14) */
    }

    /* Listas: ul, ol, li dentro de c-font-14 */
    .c-font-14 ul, .c-font-14 ol {
        font-size: 0.875rem; /* 14px */
        margin-left: 20px; /* Para una sangría de las listas */
    }

    .c-font-14 li {
        font-size: 0.875rem; /* 14px */
    }

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -10%;
    margin-top: 0.125rem;
    width: max-content;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-wrap: auto;
}

.dropdown-menu[data-bs-popper].center-items {
    left: -100%;
}

/*********************button outline**********************/


.btn.btn-medium {
    font-size: 12px;
    padding: 6px 25px 5px;
}

.btn.btn-black {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

    .btn.btn-black:hover,
    .btn.btn-black:focus {
        background: transparent;
        color: #000;
    }

.btn.btn-rounded {
    border-radius: 50px;
}

    .btn.btn-rounded.btn-medium {
        padding: 6px 32px;
    }
/*********************button outline**********************/

/*********************spacer**********************/
.spacer {
    display: block;
    height: 20px;
    width: 100%;
}

.spacer-0 {
    height: 0;
}

.spacer-5 {
    height: 5px;
}

.spacer-10 {
    height: 10px;
}

.spacer-15 {
    height: 15px;
}

.spacer-20 {
    height: 20px;
}

.spacer-25 {
    height: 25px;
}

.spacer-30 {
    height: 30px;
}

.spacer-35 {
    height: 35px;
}

.spacer-40 {
    height: 40px;
}

.spacer-45 {
    height: 45px;
}

.spacer-50 {
    height: 50px;
}

/*********************spacer**********************/

/****************card-video*********************/
.card-video {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    background-color: var(--white);
    border-radius: 10px;
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05), inset -1px 5px 8px rgba(0, 0, 0, 0.01); */
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid black;
    padding: 15px 25px;
}


.card-image-container {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    background-color: rgb(165, 165, 165);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-icon {
    font-size: 80px;
    position: absolute;
    fill: #141313;
}

@keyframes vibrate {
    0% {
        transform: scale(1.1) translateY(-1px); /* Sube */
        
    }

    25% {
        transform: scale(1.1) translateX(1px); /* Derecha */
    }

    50% {
        transform: scale(1.1) translateY(1px); /* Abajo */
    }

    75% {
        transform: scale(1.1) translateX(-1px); /* Izquierda */
    }

    100% {
        transform: scale(1.1) translateY(-1px); /* Vuelve a subir */
    }
}

.card-video:hover .video-icon {
    font-size: 100px;
    fill: #101010;
    animation: vibrate 1.8s linear infinite;
}

/****************card-video*********************/
