html {
    scroll-padding-top: 100px;
}

body {
    counter-reset: counter;
}

/**/
a {
    text-decoration: none;
}

a:focus,
a.btn:focus-visible {
    color: var(--bs-light);
    outline: 1px dotted var(--bs-light);
}

a.link.btn:active {
    outline: 1px dotted var(--bs-secondary);
    color: var(--bs-secondary) !important;
}

a.link:hover {
    color: var(--bs-secondary);
}

a.link {
    color: var(--bs-light);
}

/**/

/*header*/
#main-header {
    z-index: 2;
}

/*header*/
.px-15 {
    padding-left: 10% !important;
    padding-right: 10% !important
}

.bg-custom {
    background-color: #0e101d;
}

.text-custom {
    color: #535353;
}

/*google fonts*/
.btn,
.raleway-bold {
    font-family: "Raleway", system-ui;
    font-optical-sizing: auto;
    font-weight: 700;
}

.raleway-semibold {
    font-family: "Raleway", system-ui;
    font-optical-sizing: auto;
    font-weight: 600;
}

.raleway-medium {
    font-family: "Raleway", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
}

*,
.raleway-normal {
    font-family: "Raleway", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
}

/*google fonts*/

/**/
p, .text {
    color: var(--gray-blue);
}

/**/

/*Menú*/
#main-menu {
    position: fixed;
    height: 100%;
    right: -280px;
    z-index: 2;
    width: 280px;
    top: 0;
    transition: right ease-in 300ms;
}

#main-menu.open {
    right: 0;
}

#main-menu > span {
    background-color: rgb(0 0 0 / 25%);
    position: fixed;
    height: 100%;
    width: calc(100% - 280px);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 350ms;
}

#main-menu.show-overlay > span {
    opacity: 1;
    pointer-events: initial;
}

/*Menú*/

/*utilities*/
.bg-gradient-taires {
    background: linear-gradient(180deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
    background-repeat: no-repeat;
}

.bg-gradient-taires-revert,
.btn.bg-gradient-taires:hover,
a.bg-gradient-taires:hover {
    background: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
    background-repeat: no-repeat;
}

.text-gradient {
    background: linear-gradient(var(--bs-secondary), var(--bs-primary));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-shadow {
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}

.separator {
    background: linear-gradient(to right, rgb(var(--bs-dark-rgb)) 0%, var(--bs-primary) 30%, var(--bs-secondary) 70%, rgb(var(--bs-dark-rgb)));
    height: 1px;
    opacity: .6;
}

.rounded-custom {
    border-radius: .7rem;
}

/*utilities*/

/*owl carrousel*/
.item-owl {
    min-height: 70vh;
}

.owl-carousel .item-owl img.img-logo {
    width: revert-layer;
}

.item-owl > div {
    z-index: 1;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: var(--bs-light);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--bs-primary);
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 1.5rem;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    margin: auto;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50rem;
    background-color: var(--bs-white) !important;
    border: 1px solid var(--bs-primary) !important;
    bottom: -1rem;
}

.owl-theme .owl-nav [class*=owl-] span {
    font-size: 2rem;
    text-align: center;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 6px;
    left: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--bs-primary) !important;
}

.owl-theme .owl-nav [class*=owl-]:active {
    outline: 1px dotted var(--gray-blue);
}

.owl-theme .owl-nav [class*=owl-]:hover span {
    color: var(--bs-white);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

/*owl carrousel*/

/*Featured*/
#list-features li::before {
    content: counter(counter);
    counter-increment: counter;
    text-align: center;
    border-radius: 50rem;
    flex: 1 0 30px;
    margin-right: 1.2rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: var(--bs-primary);
}

.gifffer-play-button {
    opacity: 0;
}

.gifffer-icon button {
    pointer-events: none;
}

/*Featured*/

/*Numbers*/
#numbers {
    background: url(../img/phone-hand.jpg);
    background-repeat: no-repeat;
    background-position: center 20vh;
    min-height: 80vh;
    background-size: cover;
    margin-top: 10rem;
}

#numbers article {
    bottom: 4rem;
}

/*Numbers*/

/*Contáctanos*/
.img-hablemos {
    mask-image: linear-gradient(to bottom, rgba(var(--bs-dark-rgb), 1) 70%, rgba(var(--bs-dark-rgb), 0) 100%);
    width: 100%;
}

/*Contáctanos*/

/*footer*/
.corfo-footer {
    filter: brightness(0) invert(1);
}

.rrss a {
    width: 40px;
    height: 40px;
}

/*footer*/

/*Mobile*/
@media (width >= 768px) {

    .hidden-md{
        position: absolute;
        left: -9999px;
    }
    #numbers {
        background-position: center 30%;
    }

    #main-menu {
        position: static;
        width: 100%;
        height: auto;
    }

    #main-menu.show-overlay > span {
        display: none;
    }

    .owl-carousel .item-owl img.imgs-main {
        width: 430px;
    }

    .img-hablemos {
        width: 300px;
        mask-image: none;
    }

}

@media (width >= 1024px) {

    .img-hablemos {
        width: 456px;
    }
}

@media (width >= 1200px) {
    .owl-carousel .item-owl img.imgs-main {
        width: 728px;
    }
}

/*Mobile*/
.text-justify {
    text-align: justify;
}

/*custom card*/

.cards-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 1024px;
    margin: 0 auto;
    padding: 1rem;
}

@media (min-width: 768px) {
    .cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
    background-color: #e4adff;
    border: 1px solid #D700FF;
    border-radius: 1rem;
    box-shadow: 0px 1px 12px #D700FF;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    margin: 0 auto 1.5rem;
}

.icon {
    width: 32px;
    height: 32px;
}

.icon-wrapper.blue {
    background-color: #dbeafe;
}

.icon-wrapper.purple {
    background-color: #ede9fe;
}

.icon-wrapper.green {
    background-color: #d1fae5;
}

.icon-wrapper.blue .icon {
    color: #2563eb;
}

.icon-wrapper.purple .icon {
    color: #7c3aed;
}

.icon-wrapper.green .icon {
    color: #059669;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.card-text {
    color: #4b5563;
    font-size: 1rem;
}

.card-how{
    background-color: #e4adff !important;
}
.result-section {
    margin-top: 5rem;
    background-color: #e4adff;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.result-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 768px) {
    .result-container {
        flex-direction: row;
        align-items: center;
    }
}

.result-left,
.result-right {
    width: 100%;
}

@media (width  <= 768px) {
    .btn-v2{
        background-color: #D700FF !Important;
        color: #FFFFFF !important;
        box-shadow:
                0 0 6px #D700FF ,
                0 0 12px rgba(215, 0, 255, 0.45) ,
                0 0 20px rgba(215, 0, 255, 0.3) !important ;
    }

    .hidden-sm{
        position: absolute;
        left: -9999px;

    }
}

@media (min-width: 768px) {


    .result-left {
        width: 50%;
        padding-right: 2rem;
        margin-bottom: 0;
    }

    .result-right {
        width: 50%;
    }
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.result-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.result-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.icon-circle {
    background-color: #ede9fe;
    border-radius: 9999px;
    padding: 0.25rem;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-check {
    width: 1rem;
    height: 1rem;
    color: #6b21a8;
}

.case-box {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.case-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.icon-truck {
    width: 1.5rem;
    height: 1.5rem;
    color: #a25ec1;
    margin-right: 0.75rem;
}

.case-title {
    font-weight: bold;
}

.case-text {
    color: #4b5563;
    margin-bottom: 1rem;
}

.case-author {
    font-weight: 500;
}

.cta-section {
    text-align: center;
    margin-top: 4rem; /* mt-16 = 64px */
}


.cta-subtext {
    margin-top: 1rem; /* mt-4 */
    color: #6b7280; /* gray-500 */
    font-size: 1rem;
}

.btn-v2{
    border: 2px solid #D700FF;
    border-radius: 6px;
    background-color: #000000;
    color: #D700FF;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;

    box-shadow:
            0 0 4px #D700FF,
            0 0 8px rgba(215, 0, 255, 0.35),
            0 0 12px rgba(215, 0, 255, 0.2);
    transition: all 0.3s ease;

}
.btn-v2:hover {
    background-color: #D700FF;
    color: #FFFFFF;
    box-shadow:
            0 0 6px #D700FF,
            0 0 12px rgba(215, 0, 255, 0.45),
            0 0 20px rgba(215, 0, 255, 0.3);
}

@media screen and (min-height: 404px) {
    .vimeo{
        height: 500px;
    }
}


