@font-face {
    font-family: 'ReadexPro';
    src:
        url('../fonts/ReadexPro-Light.ttf'),
        url('../fonts/ReadexPro-Regular.ttf'),
        url('../fonts/ReadexPro-Medium.ttf'),
        url('../fonts/ReadexPro-SemiBold.ttf');
    font-weight: normal;
    /* or bold */
    font-style: normal;
    /* or italic */
}
:root {
    --color-dark: #445269;
    --color-sky-1: #4498b2;
}

body {
    font-family: 'ReadexPro';
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    font-family: 62.5%;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    display: none;
    /* WebKit browsers (Chrome, Safari, Edge) */
}


main {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
}

main::-webkit-scrollbar {
    width: 0;
    /* Removes the scrollbar for vertical scrolling */
    opacity: 0;
    /* Hides the scrollbar visually */
}
.tx-justify{
    text-align: justify;
}
section {
    position: relative;
    padding-top: 12rem;
    height: 100vh;
    scroll-snap-align: start;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0;
}

.logo {
    width: 9rem;
    padding-top: 1.8rem;
}
.logo.onlive-bnr {
    transform: translateY(22px);
}
.srch-dv {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer .foot-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 2rem;
    margin-left: 2rem;
}
.lnk-email {
    display: flex;
    color: gray;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.5rem;
    letter-spacing: 1.2px;
}

.footer-soc-links {
    color: var(--color-sky-1);
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}
    .footer-soc-links a {
        color: var(--color-sky-1) !important;
        transition: 0.4s transform cubic-bezier(0, 0, 0.2, 1);
    }
.footer-soc-links a:hover {
    transform: scale(1.5);
}
.foot-site-links {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-size: .4rem;
    align-items: start;
}
.foot-site-links a {
    font-size: .8rem;
    color: gray;
    display:inline-block;
}
.foot-site-links a:hover {
    transform: scale(1.2);
    color: var(--color-sky-1);
    text-decoration: underline;
}

.footer h2 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.fh1-r {
    font-size: 36px !important;
    font-weight: normal !important;
}
.fh1-b {
    font-size: 36px !important;
    font-weight: bold !important;
}
.fh2-r {
    font-size: 24px !important;
    font-weight: normal !important;
}
.fh2-b {
    font-size: 24px !important;
    font-weight: bold !important;
}
.fh3-r {
    font-size: 21px !important;
    font-weight: normal !important;
}
.fh3-b {
    font-size: 21px !important;
    font-weight: bold !important;
}
.fh4-r {
    font-size: 18px !important;
    font-weight: normal !important;
}
.fh4-b {
    font-size: 18px !important;
    font-weight: bold !important;
}
.fh5-r {
    font-size: 16px !important;
    font-weight: normal !important;
}
.fh5-b {
    font-size: 16px !important;
    font-weight: bold !important;
}
.fh6-r {
    font-size: 14px !important;
    font-weight: normal !important;
}
.fh6-b {
    font-size: 14px !important;
    font-weight: bold !important;
}

#live-banner {
    z-index: 555555;
    top: 0;
    left: 0;
    right: 0;
}
#live-banner #lnkGoToLive {
    display: contents;
}

.w-100 {
    width: 100% !important;
}

.position-fixed {
    position: fixed !important;
}
.position-relative {
    position: relative !important;
}
.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}
.bg-dark {
    background-color: var(--color-dark) !important;
}

.fs-hedr-tx1 {
    font-size: 1rem;
}

.text-white {
    color: #fff !important;
}

.text-center {
    text-align: center !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.m-0 {
    margin: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}
#capLive {
    background-color: #F4A83C;
}
.pointerCursor {
    cursor: pointer;
}
.text-red {
    color: #ff0000;
}
.w-fit {
    width: fit-content;
}
.fs-hedr-tx1 {
    font-size: 1rem;
}
.fw-bold {
    font-weight: 700 !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.align-items-center {
    align-items: center !important;
}

.strap-contact {
    transition: .5s ease;
    position: fixed;
    bottom: 5%;
    left: 0;
    padding: 0;
    padding-left: 5rem;
    z-index: 1111;
    color: var(--color-sky-1);
    background-color: white;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 2rem;
    border-radius: 0rem 2rem 2rem 0rem;
}
.strap-contact:hover {
    padding-left: 9rem;
}
.hide-contact {
    left: -100% !important;
}

.strap-contact .contact-word {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
}
.sct3-text {
    width: 43%;
    color: white;
    text-align: justify;
    font-size: 0.9rem;
    line-height: 24px;
    margin: 0 48px 0 0;
}

.arrow-nxt-slide {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
    font-size: 3rem;
    color: var(--color-sky-1);
    cursor: pointer;
    z-index: 111111;
}
.strap-whats {
    position: fixed;
    top: 20%;
    padding: 1rem 2rem 1rem 1rem;
    z-index: 1111;
    color: white;
    background-color: var(--color-sky-1);
    border-radius: 2rem 0rem 0rem 2rem;
    transition: 2s padding cubic-bezier(0, 0, 0.2, 1);
}
.strap-whats:hover {
    padding-right: 4rem;
}
.strap-whats a {
    font-size: 2rem;
}
.strap-socials {
    position: fixed;
    top: 30%;
    padding: 2rem 2rem;
    z-index: 1111;
    font-size: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.strap-socials a {
    font-size: 2rem;
    transition: 0.4s transform cubic-bezier(0, 0, 0.2, 1);
}
.strap-socials a:hover {
    transform: scale(1.4);
}
.pos-relative {
    position: relative;
}

.home-mgpart {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2rem;
    width: 66%;
}
.img-1 {
    width: 100%;
    border-radius: 1.2rem;
}

.swiper.home-slider-01 {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom: 0px;
}
.home-slider-01 .swiper-slide {
    background-position: center;
    background-size: cover;
}
.home-slider-01 .swiper-slide img {
    display: block;
    height: 100%;
    min-height: 140px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    vertical-align: middle;
}
.home-slider-01 .swiper-pagination-bullet {
    background: #adb7c7 !important;
    background-color: #adb7c7 !important;
    opacity: 0.7 !important;
}
.home-slider-01 .swiper-pagination-bullet-active {
    background-color: #007197 !important;
    background-color2: #61C7DB !important;
}

#dvLangSwitch {
    position: fixed;
    top: 4.1rem;
    left: 1rem;
    z-index: 555950;
    display: inline-block;
    visibility: hidden;
    max-width: 15rem;
    padding: 0px;
    box-shadow: 0 0 7px 3px #818181;
    transition: opacity 1.5s ease-out;
    opacity: 0;
}
    #dvLangSwitch.dv-show {
        visibility: visible;
        opacity: 1;
    }
    #dvLangSwitch button {
        cursor: pointer;
        width: 100%;
        color: #000000;
        position: relative;
        border: 0 none; /*1px solid #e4e4e4;*/
        background: #fff; /*f5f5f5*/
        text-align: left;
        padding: 0.4rem 0.8rem;
        display: inline-block;
        font-family: inherit;
    }
    #dvLangSwitch button:hover {
        /*
        color: #dcf2fb;
        background: var(--color-primary);
        */
    }
    #dvLangSwitch i.lng {
        font-size: 1.5em;
        position: absolute;
        right: 0.6rem;
    }
    #dvLangSwitch i.fa-check-circle {
        font-size: 1em;
        position: static;
    }
    #dvLangSwitch span {
        padding: 0 0.5rem 0.3rem;
    }
    #dvLangSwitch span:hover {
        border-bottom: 2px solid #000;
    }
