:root {
    --white: #FFFFFF;
    --black: #000000;
    --cornflower: #97caeb;
    --iris-blue: #00acbb;
    --crimson: #eb1946;
    --tangerine-yellow: #fdd106;
}

.bg-cornflower { background-color: var(--cornflower); }
.bg-iris-blue { background-color: var(--iris-blue); }
.bg-crimson { background-color: var(--crimson); }
.bg-tangerine-yellow { background-color: var(--tangerine-yellow); }
.bg-cornflower-opacity { background-color: rgb(151 202 235 / 87%); }

.btn-watch {
    background: #fbcf00 !important;
    border-color: #fbcf00 !important;
    color: #000 !important;
    font-size: 15px !important;
    padding: 6px 25px 5px !important;
    margin-top: 20px !important;
}

.text-cornflower { color: var(--cornflower); }
.text-iris-blue { color: var(--iris-blue); }
.text-crimson { color: var(--crimson); }
.text-tangerine-yellow { color: var(--tangerine-yellow); }

.text-social-menu:hover { color: var(--white) !important; }

.btn-iris-blue {
    color: var(--white) !important;
    background-color: var(--iris-blue);
    border-color: var(--iris-blue);
}

.btn-cornflower {
    color: var(--black) !important;
    background-color: var(--cornflower);
    border-color: var(--cornflower);
}

.btn-crimson {
    color: var(--white) !important;
    background-color: var(--crimson);
    border-color: var(--crimson);
}

.btn-tangerine-yellow {
    color: var(--black) !important;
    background-color: var(--tangerine-yellow);
    border-color: var(--tangerine-yellow);
}

.btn-white-border { border-color: var(--white) !important; }

.btn-white-border:hover { border-color: var(--neon-carrot) !important; }

.btn-cornflower:hover { border-color: var(--cornflower); }
.btn-iris-blue:hover { border-color: var(--iris-blue); }
.btn-crimson:hover { border-color: var(--crimson); }
.btn-tangerine-yellow:hover { border-color: var(--tangerine-yellow); }

.btn-menu {
    padding: 8px 20px !important;
    margin-top: 15px !important;
}

.color-facebook { color: #3b5998; }
.color-twitter { color: #00aced; }
.color-linkedin { color: #007bb5; }
.color-whatsapp { color: #25D366; }

.link, .link:active, .link:focus {
    color: var(--iris-blue) !important;
    text-decoration: none;
    font-weight: 600;
}

p {
    font-size: 18px;
    color: #232323;
    letter-spacing: 0.5px !important;
}

.text-shadow { text-shadow: 2px 2px #000 !important; }

.font-italic { font-style: italic; }

.list-style-3 li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 11px 0;
    font-size: 18px;
    line-height: 1.4;
    color: #232323;
    font-weight: 500;
    letter-spacing: 0.5px !important;
    font-family: 'Montserrat', sans-serif;
}
.list-style-3 li:before {
    height: 2px;
    background-color: var(--black) !important;
}

.btn.btn-extra-large { font-size: 16px; }

.swiper-button-next, .swiper-button-prev {
    color: var(--white) !important;
}

header nav .navbar-nav > li > a {
    font-size: 15px;
}

header nav.navbar [class*="col-"], header nav.navbar [class^=" col-"] {
    padding-left: 0;
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    h1 { font-size: 28px; line-height: 1.2; }
    h2 { font-size: 25px; line-height: 1.25; }
    h3 { font-size: 23px; line-height: 1.3; }
    h4 { font-size: 21px; line-height: 1.3; }
    h5 { font-size: 19px; line-height: 1.35; }
    h6 { font-size: 17px; line-height: 1.4; }
    p  { font-size: 15px; line-height: 1.4; }
    .text-large { font-size: 16px; line-height: 1.2; }
    .list-style-3 li { font-size: 14px; }
    .nav-menu a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 { font-size: 32px; line-height: 1.2; }
    h2 { font-size: 28px; line-height: 1.25; }
    h3 { font-size: 24px; line-height: 1.3; }
    h4 { font-size: 22px; line-height: 1.3; }
    h5 { font-size: 20px; line-height: 1.35; }
    h6 { font-size: 18px; line-height: 1.4; }
    p  { font-size: 15px; line-height: 1.45; }
    .text-large { font-size: 16px; line-height: 1.2; }
    .list-style-3 li { font-size: 15px; }
    .nav-menu a { font-size: 15px; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 { font-size: 42px; line-height: 1.2; }
    h2 { font-size: 36px; line-height: 1.25; }
    h3 { font-size: 32px; line-height: 1.3; }
    h4 { font-size: 28px; line-height: 1.3; }
    h5 { font-size: 24px; line-height: 1.35; }
    h6 { font-size: 20px; line-height: 1.4; }
    p  { font-size: 16px; line-height: 1.5; }
    .list-style-3 li { font-size: 16px; }
    .nav-menu a { font-size: 16px; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 { font-size: 55px; line-height: 1.1; }
    h2 { font-size: 45px; line-height: 1.2; }
    h3 { font-size: 38px; line-height: 1.25; }
    h4 { font-size: 32px; line-height: 1.3; }
    h5 { font-size: 26px; line-height: 1.35; }
    h6 { font-size: 22px; line-height: 1.4; }
    p  { font-size: 17px; line-height: 1.5; }
    .list-style-3 li { font-size: 17px; }
    .nav-menu a { font-size: 16px; }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    h1 { font-size: 70px; line-height: 1.1; }
    h2 { font-size: 55px; line-height: 1.15; }
    h3 { font-size: 48px; line-height: 1.2; }
    h4 { font-size: 40px; line-height: 1.25; }
    h5 { font-size: 30px; line-height: 1.3; }
    h6 { font-size: 26px; line-height: 1.35; }
    p  { font-size: 18px; line-height: 1.5; }
    .list-style-3 li { font-size: 18px; }
    .nav-menu a { font-size: 17px; }
}

/* XXL devices (≥1400px) */
@media (min-width: 1400px) {
    h1 { font-size: 72px; line-height: 1.1; }
    h2 { font-size: 60px; line-height: 1.15; }
    h3 { font-size: 52px; line-height: 1.2; }
    h4 { font-size: 44px; line-height: 1.25; }
    h5 { font-size: 32px; line-height: 1.3; }
    h6 { font-size: 28px; line-height: 1.35; }
    p  { font-size: 18px; line-height: 1.45; }
    .list-style-3 li { font-size: 18px; }
    .nav-menu a { font-size: 18px; }
}