@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap?v=2');

:root {
    --primary-color: #1510DA; /* Azul de Cautiva Estudio */
    --title-font: "Work Sans", sans-serif;
    --body-font: "Work Sans", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, a.btn-main, .wm, .de-image-text.s2 h3, .list-inline-style-1 li,
.list-boxed-s1 h3, .de_tab.tab_style_4 .de_nav li h3, footer .widget h5, blockquote,
.widget_tags li a {
    letter-spacing: 0.02em;
    font-weight: bold;
    text-transform: uppercase;
}

#subheader h1 {
    font-size: 5rem;
    font-weight: bold;
}

h2 {
    font-size: 2.8rem;
}

h2.s2 {
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1em;
}

h1.ultra-big {
    display: inline-block;
    font-size: 6rem;
    text-transform: uppercase;
    line-height: 0.8em;
    font-weight: 900;
    border-bottom: solid 2px var(--primary-color);
    padding-bottom: 20px;
    letter-spacing: 0.02em;
}

h4.s2 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.pricing-s1 .m, .pricing-s1 .y {
    font-weight: bold;
    font-size: 3.5rem;
}

a.btn-main {
    text-transform: uppercase;
}

header.smaller,
.dark-scheme footer,
.dark-scheme section,
.de_tab.tab_style_4 .de_nav.de_nav_dark li,
body::-webkit-scrollbar-track {
    background: #061347;
}

.wm {
    width: 200%;
    letter-spacing: 0.02em;
    margin-left: -47.5%;
    display: none;
}

.de-image-text.s2 h3 {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 1.75rem;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
}

.countdown-amount {
    font-weight: bold;
}

.arrow_wrap {
    width: 100%;
    position: relative;
    z-index: 1;
}

.arrow__up {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--primary-color);
    margin-top: -15px;
}

.box-line-inner {
    border: solid 1px #ffffff;
    display: inline-block;
    padding: 40px 60px 30px 60px;
}

.box-line-outer {
    padding: 5px;
    display: inline-block;
    border: solid 1px #ffffff;
}

.pricing-s1 .m, .pricing-s1 span {
    color: #ffffff !important;
}

.title-box-inner h2 {
    margin-bottom: 0;
}

.title-box-inner {
    border: solid 1px #ffffff;
    display: inline-block;
    padding: 10px 20px;
}

.title-box-outer {
    padding: 4px;
    display: inline-block;
    border: solid 1px #ffffff;
    margin-bottom: 40px;
}

.btn-main-wrap {
    width: 100%;
    text-align: center;
    margin-top: -20px;
}

@media (max-width: 1199px) {
    h1.ultra-big {
        font-size: 8vw;
    }
}

@media (max-width: 768px) {
    h1.ultra-big {
        font-size: 6vw;
    }
    h2.s2 {
        font-size: 3rem;
    }
    #subheader h1 {
        font-size: 3rem;
    }
}
@supports (-webkit-touch-callout: none) {
  img {
    width: 100%;
  }
}
.carousel-item.active {
    background-image: url(images-electro/fondo.png);
    background-size: cover;
}

