a {
    color: #d59041;
    cursor: pointer;
}

.button.button-signup {
    padding: 15px 30px !important;
}

.hero.is-theme-primary, .section.is-theme-primary {
    background-color: #2754a8;
    background: -webkit-gradient(linear, left top, right top, from(#396afc), to(#2948ff));
    background: linear-gradient(to right, #396afc, #2948ff);
    background: -webkit-gradient(linear, left bottom, left top, from(#396afc), to(#2948ff));
    background: linear-gradient(to top, #396afc, #2948ff);
}


:root {
    --clever-primary-color: #0D4BB3;
    --clever-secondary-color: #FC9F00;
    --clever-background-color: #1E1E2D;
    --whatsapp-color: #31e55c;
}

*::selection {
    background: var(--clever-primary-color);
    color: white;
}

.pageloader {
    background-color: #000030 !important;
}

.header-logo {
    max-width: 160px;
}

.navbar-translate {
    padding-top: 0.6rem;
}

.only-mobile.navbar-translate {
    display: flex;
    gap: 1rem;
}

.navbar-translate-desktop a {
    padding: 0 !important;
}

.navbar-translate img {
    aspect-ratio: 16/9;
    object-fit: cover;
    max-width: 40px;
}

.only-mobile.navbar-translate img {
    aspect-ratio: initial;
    object-fit: initial;
    max-width: initial;
}

.custom-icons {
    width: 18px;
    height: 18px;
    filter: invert(100%);
}

.starfall .falling-star {
    background-color: white !important;
}

.side-navigation-menu {
    background-color: var(--clever-background-color);
}

.side-navigation-menu .category-menu-wrapper {
    background-color: var(--clever-background-color);
}

.side-navigation-menu .category-menu-wrapper ul.categories li.is-active {
    background-color: var(--clever-primary-color);
}

.title-divider,
.process-number,
.section.section-primary,
.header-icon {
    background-color: var(--clever-primary-color) !important;
}

.is-icon-reveal i.im,
.section .feature-headline {
    color: var(--clever-primary-color) !important;
}

.category-link.is-active:hover {
    background-color: #396afc !important;
}

.square-logo {
    padding: 1rem;
}

.custom-modal {
    border-radius: 12px;
    position: fixed;
    top: 8vh;
    left: 5vw;
    z-index: -1;
    width: 90vw;
    height: 90vh;
    opacity: 0;
    transition: z-index 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.custom-modal-open {
    z-index: 99;
    opacity: 1;
    overflow-y: scroll;
    background-color: #f5f6fa;
}

.custom-modal-close {
    display: flex;
    justify-content: flex-end;
}

.single-image-carousel .image-wrapper img {
    object-fit: cover;
    aspect-ratio: 1;
}

.job-categories .job-categories-inner .job-category .job-category-image img {
    mix-blend-mode: unset;
}

.job-category.tilt-card.rounded:hover {
    opacity: 1 !important;
    mix-blend-mode: unset !important;
}

.job-categories .job-categories-inner .job-category:hover .job-category-overlay,
.job-categories .job-categories-inner .job-category .job-category-overlay {
    opacity: 0 !important;
}

.portfolio-item .made-for img {
    max-width: 150px !important;
    max-height: none !important;
}

.portfolio-item .navigation button {
    width: 146px;
    margin: 0 5px;
}

/* .slick-dots li button:before {
    font-size: 3rem !important;
} */

.columns.is-flex-tablet {
    justify-content: center !important;
}

.side-card .round-icon.is-primary.ig {
    background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%,#D6249F 60%,#285AEB 90%) !important;
}

.side-card .round-icon.is-accent {
    background-color: var(--whatsapp-color) !important;
}

.css-carousel .carousel-dots label {
    border: solid 2px var(--clever-primary-color) !important;
}

.css-carousel #radio-1:checked~.carousel-dots label#dotForRadio-1,
.css-carousel #radio-2:checked~.carousel-dots label#dotForRadio-2,
.css-carousel #radio-3:checked~.carousel-dots label#dotForRadio-3,
.css-carousel #radio-4:checked~.carousel-dots label#dotForRadio-4 {
    background-color: var(--clever-primary-color) !important;
}

.single-help-article .article-inner .content p,
.single-help-article .article-inner .content li {
    text-align: justify;
    font-size: 16px;
    color: #444f60;
}

.single-help-article .article-inner .content li ol {
    margin-top: 0;
}

.mapbox-hero {
    padding: 1rem;
    align-items: flex-end;
    justify-content: center;
}

.mapbox-hero iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.mapbox-hero .contact-page-form {
    margin: 0;
}

#bulchat.visible div {
    background: var(--whatsapp-color) !important;
}

#bulchat div:after {
    content: none;
}

@media (max-width: 520px) {
    header .navbar-brand {
        justify-content: space-between;
        padding: 0 1rem;
    }

    header .navbar-brand #navigation-trigger {
        order: 1;
    }

    header .navbar-brand .navbar-item {
        order: 2;
    }

    header .navbar-brand .only-mobile.navbar-translate {
        order: 3;
    }
}

@media (max-width: 768px) {
    #servicios {
        margin-top: 60px !important;
        padding-top: 40px !important;
    }

    #nosotros {
        margin-top: 40px !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 1024px) {
    .only-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .column.is-3,
    .column.is-3-tablet {
        margin-top: 3rem !important;
    }

    .section.section-primary.is-medium.is-skewed-sm.is-relative {
        padding-top: 9rem !important;
    }

    .mapbox-hero {
        padding-right: 3rem;
    }
}

@media (min-width: 1024px) {
    .only-mobile {
        display: none !important;
    }

    .section.is-medium {
        padding-top: 3rem;
    }

    .mapbox-hero {
        padding-right: 6rem;
    }
}

@font-face {
    font-family: tommysoftbold;
    src: url("../fonts/tommysoftbold.otf") format("opentype");
}


.socials-banner-blog{
    display: flex; font-size: 40px; justify-content: space-evenly;
}
.icons-socials-blog{
    color: #000030 !important;
}
.banner-ad-blog h4{
    color: white !important; margin: 20px 25px;
}
.banner-ad-blog a{
    color: white !important; margin: 20px 25px;
}
.subtitle-blog{
    font-family: 'Segoe UI', sans-serif !important; padding: 10px 0;

}
.blog-sidetitles{
    font-family: 'tommysoftbold',sans-serif !important;   
}

.image-blog-post{
    object-fit: cover; width: 120px; height: 120px; border-radius: 5px;
}
.container-image-blog{
    width: 15%; align-items: center; display: flex; justify-content: center;
}
.resumen-articulo{
    margin-right: 10px;
}
.blog-post-text{
    width: 85%;
}


#backtotop a {
    background-color: #eb9933;
}

#backtotop a:hover {
    background-color: #eb993355 !important;
}

.pricing-wrapper .pricing-box .price .price-number:after {
    content: "+IVA";
}

.slick-dots li button::before {
    font-size: 30px;
}

.slick-prev:before {
    color: #0047bb;
    font-size: 25px;
}

.slick-next:before {
    color: #0047bb;
    font-size: 25px;
}

.theme-list a .theme-preview {
    opacity: .8;
    border: 1px solid #084ab8;
}

.plyr button {
    font: caption;
    line-height: normal;
    
}

.bulkit-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid {
    background: #ffffff !important;
    border: 4px solid #eb9933;
    color: #eb9933 !important;
}

.section-title-wrapper h4 {
    font-family: 'Nexa Light';
    font-weight: 600;
    font-size: 1.4rem;
    color: #2c2b2b;
}

.section .section-title h4 {
    font-family: 'Nexa Light';
    font-weight: 600;
    font-size: 1.4rem;
    color: #2c2b2b;
}
.section.is-grey {
    background: #e6f1ff;
}

.theme-list a .theme-preview{
    -webkit-filter: none;
    filter: none;
    opacity: 1;

}
.hero.is-fullheight {
    min-height: auto;
}
.prognroll-bar{
    background-color: #0048bc !important;
}

.button.primary-btn {
    border-color: #eb9832;
    background-color: #eb9832;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    background-size: cover;
}

.is-side-feature .text-column h3 {
    margin-bottom: 0.75rem;
    color: #0048bc;
}

.is-side-feature .text-column p {
    color: #2c2b2b;
    font-size: 1.2rem;
}

.is-side-feature .media-column .mockup {
    width: 75%;
    margin: 5px 30px;
}
.section-title-wrapper .section-title-landing {
    color: #0048bc;
}

.wavy-icon-box .box-content {
    color: #2c2b2b;
    font-size: 1.0rem;
}

.wavy-icon-box .box-title {
    font-family: 'Nexa Bold';
    font-size: 20px;
}

.mockup-wrap .image-wrap .app-features .content-flex p {
    color: #2c2b2b;
    font-size: 1.0rem;
}
