:root {
    --default-text-color: #223663;
    --default-active: #688cff;
    --default-hover: #8ca6fa;
}

/* cyrillic-ext */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2") format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
        U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323,
        U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2") format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
        U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2") format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
        U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323,
        U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2") format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
        U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../public/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    scroll-behavior: smooth;
}
html,
body {
    font-family: "Montserrat", sans-serif;
    color: var(--default-text-color);
    font-weight: bold;
}

.action-button-contained {
    background-color: var(--default-active);
    color: white;
    padding: 10px 40px;
    border-radius: 20px;
    border: solid 3px var(--default-active);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.action-button-contained:hover {
    background-color: var(--default-hover);
    border: solid 3px var(--default-hover);
    border-radius: 20px;
    color: white;
}

.price-card {
    width: 350px;
    height: 550px;
    overflow: hidden;
    background-color: #d5ffe6;
    border-radius: 20px;
    position: relative;
    opacity: 0.9;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.price-card-basico {
    width: 350px;
    height: 550px;
    overflow: hidden;
    background-color: #f4eed7;
    border-radius: 20px;
    position: relative;
    opacity: 0.9;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.price-card-normal {
    width: 350px;
    height: 550px;
    overflow: hidden;
    background-color: #f4eed7;
    border-radius: 20px;
    position: relative;
    opacity: 0.9;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.price-card-full {
    width: 350px;
    height: 550px;
    overflow: hidden;
    background-color: #ffd5d5;
    border-radius: 20px;
    position: relative;
    opacity: 0.9;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.price-card-off {
    position: absolute;
    z-index: 5;
    top: 300px;
    right: 10px;
    width: 100px;
    height: 20px;
    background-color: red;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.price-card-plus {
    position: absolute;
    z-index: 5;
    top: 230px;
    left: 10px;
    width: 200px;
    height: 25px;
    background-color: orange;
    border-radius: 5px;
    color: red;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.price-card-hs {
    position: absolute;
    z-index: 5;
    top: 200px;
    left: 10px;
    width: 200px;
    height: 25px;
    background-color: green;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.wave-ocacional-1 {
    z-index: 1;
    background-image: url("../public/wave-ocacional-1.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.wave-ocacional-2 {
    z-index: 4;
    background-image: url("../public/wave-ocacional-2.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 80%;
    opacity: 0.5;
}

.wave-ocacional-3 {
    z-index: 3;
    background-image: url("../public/wave-ocacional-3.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -260px;
    width: 150%;
    height: 150%;
    opacity: 0.7;
}

.wave-basico-1 {
    z-index: 1;
    background-image: url("../public/wave-basico-1.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.wave-basico-2 {
    z-index: 4;
    background-image: url("../public/wave-basico-2.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 80%;
    opacity: 0.5;
}

.wave-basico-3 {
    z-index: 3;
    background-image: url("../public/wave-basico-3.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -260px;
    width: 150%;
    height: 150%;
    opacity: 0.7;
}

.wave-normal-1 {
    z-index: 1;
    background-image: url("../public/wave-normal-1.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.wave-normal-2 {
    z-index: 4;
    background-image: url("../public/wave-normal-2.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 80%;
    opacity: 0.5;
}

.wave-normal-3 {
    z-index: 3;
    background-image: url("../public/wave-normal-3.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -260px;
    width: 150%;
    height: 150%;
    opacity: 0.7;
}

.wave-full-1 {
    z-index: 1;
    background-image: url("../public/wave-full-1.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.wave-full-2 {
    z-index: 4;
    background-image: url("../public/wave-full-2.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 80%;
    opacity: 0.5;
}

.wave-full-3 {
    z-index: 3;
    background-image: url("../public/wave-full-3.svg");
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -260px;
    width: 150%;
    height: 150%;
    opacity: 0.7;
}

.wave-name {
    position: absolute;
    top: 30px;
    left: 60px;
    height: 70px;
    width: 200px;
    padding-right: 20px;
    color: white;
    text-align: center;
    font-size: 40px;
    z-index: 4;
    border-bottom: solid 3px white;
}

.wave-price {
    position: absolute;
    top: 125px;
    height: 60px;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 50px;
    z-index: 4;
}

.wave-desc {
    position: absolute;
    top: 300px;
    padding: 30px;
    text-align: left;
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
    z-index: 4;
}
