@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;900&display=swap');

:root {
    --color-0: #FFFFFF;
    --color-1: #EF7626;
    --color-2: #393939;
    --color-3: #E51C21;
    --bg: #FFFFFF;
}

body {
    font-family: Lato;
    color: var(--color-1);
    background-color: var(--bg);
}

.container-footer {
    background-color: var(--color-2);
    color: var(--color-0);
}

a {
    text-decoration: none;
    color: var(--color-2) !important;
}

.bg-0 {
    background-color: var(--bg) !important;
}

.color-0, .color-0 P {
    color: var(--color-0) !important;
}

.bg-1 {
    background-color: var(--color-1) !important;
}

.color-1, .color-1 P {
    color: var(--color-1) !important;
}

.bg-2 {
    background-color: var(--color-2) !important;
}

.color-2, .color-2 P {
    color: var(--color-2) !important;
}

.bg-3 {
    background-color: var(--color-3) !important;
}

.color-3, .color-3 P {
    color: var(--color-3) !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Lato;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-2) !important;
}
.jp-relative {
    position: relative !important;
}

.top-logo {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    width: 250px;
    padding: 5px 20px;
    background-color: #FFF;
    z-index: 10;
}

.header_video {
    height: 600px;
    position: relative;
}


video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_video-content {
    position: relative;
    padding-top: 150px;
    color: #fff;
    text-align: center;
}

.header_video-line {
    background-color: #FFF;
    width: 6px;
    height: 250px;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 3px);
}

.header_video h1 {
    line-height: 1.1;
    font-weight: 900;
    font-size: 60px;
}

.header_video p {
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 10px;
}

.header_video-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}

.blog-first-item {
    position: relative;
    display: block;
    top: -50px;
}

.btn-blog-more-first {
    border: 2px solid var(--color-0);
    padding: 10px 100px;
    background-color: var(--color-1);
    color: var(--color-0);
    font-size: 20px;
}

.btn-blog-more {
    border: 2px solid var(--color-3);
    padding: 10px 100px;
    background-color: var(--color-0);
    color: var(--color-3);
    font-size: 20px;
}

@media (max-width: 768px) {
    .btn-blog-more-first, .btn-blog-more {
        padding: 10px 60px !important;
        font-size: 14px;
    }

    .jp-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header_video {
        height: 400px;
    }

    .header_video-line {
        height: 150px;
    }
}

.menu-lines-hamburger-icon {
    z-index: 9;
    top: 200px;
    margin-left: 20px;
    background-color: #FFF;
    border-radius: 0;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1070;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--color-2);
    visibility: hidden;
    background-color: var(--color-0);
    background-clip: padding-box;
    outline: 0;
}

.carousel-control-prev-icon {
    background-image: url('../img/control-prev-icon.svg') !important;
    filter: none;
}

.carousel-control-next-icon {
    background-image: url('../img/control-next-icon.svg') !important;
    filter: none;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-right: 5px;
    margin-left: 5px;
    filter: none;
}

/* HOME */

.home-btn-red {
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFFFFF !important;
    font-size: 20px;
    position: absolute;
    bottom: 120px;
    background-color: #E51C21;
    width: 325px;
    text-align: center;
    padding: 12px 10px;
    border: none;
    display: block;
}
.home-btn-red-string {
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFFFFF !important;
    font-size: 20px;
    position: relative;
    bottom: 0;
    background-color: #E51C21;
    width: 325px;
    text-align: center;
    padding: 12px 10px;
    border: none;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-btn-red-2{
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFFFFF !important;
    font-size: 20px;
    position: relative;
    bottom: 50px;
    top: 0;
    background-color: #E51C21;
    width: 325px;
    text-align: center;
    padding: 12px 10px;
    border: none;
    display: block;
}
.home-btn-white-frame{
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFFFFF !important;
    font-size: 20px;
    position: relative;
    bottom: 50px;
    top: 0;
    background-color: transparent;
    width: 325px;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid white;
    display: block;
}
.home-btn-red-frame{
    left: 50%;
    transform: translate(-50%, 0);
    color: #E51C21 !important;
    font-size: 20px;
    position: relative;
    bottom: 50px;
    top: 0;
    background-color: #FFF;
    width: 325px;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid #E51C21;
    display: block;
}
.home-btn-red-local{
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFF !important;
    font-size: 20px;
    position: relative;
    bottom: 50px;
    top: 0;
    background-color: #E51C21;
    width: 325px;
    text-align: center;
    padding: 12px 10px;
    border: none;
    display: block;
}


.home-btn-in-text-red {
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFFFFF !important;
    font-size: 20px;
    position: relative;
    bottom: -10px;
    background-color: #E51C21;
    width: 325px;
    text-align: center;
    padding: 12px 10px;
    border: none;
    display: block;
}

.nav-link-loc-slider{
    position: absolute;
    bottom: 10px;
    
}
/* BLOCK 10 */
.jp-home-block-10 .home-h1-top-img {
    color: #FFF;
    font-size: 60px;
    font-weight: 900;
    position: absolute;
    top: 150px;
    width: 100%;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}

/* BLOCK 20 */
/* BLOCK 30 */
.jp-home-block-30 {
    z-index: 1;
    height: 100px;
}

.jp-home-video {
    height: 600px;
    position: relative;
}

/* BLOCK 40 */
.jp-home-video H2 {
    font-size: 60px;
    font-weight: 900;
}

.jp-home-video-line {
    background-color: #FFF;
    width: 6px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 3px);
}

.skewed {
    transform: skew(0deg, 1.5deg);
}
.skewed-rev {
    transform: skew(0, -1.5deg);
}
.jp-h-v-center{
    color: var(--color-0) !important;
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}
.jp-after-img-mask{
    background-color: #000;
}
.jp-after-img-mask img{
    opacity: 0.5;
}
.offcanvas-header .btn-close{
    position: absolute;
    top: 120px;
    background-color: #CCC;
    border-radius: 0;
    padding: 15px;
    opacity: 1;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
@media (max-width: 996px) {
    .top-logo {
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        width: 160px;
        padding: 10px 15px;
        background-color: #FFF;
        z-index: 10;
    }
    .home-btn-red {
        bottom: 0;
    }
    .home-img-top {
        max-inline-size: 100%;
        block-size: auto;
        aspect-ratio: 2/1;
        object-fit: cover;
        height: 450px;
    }
    .jp-home-block-10 .home-h1-top-img {
        color: #FFF;
        font-size: 20px;
        font-weight: 900;
        position: absolute;
        top: 150px;
        width: 100%;
        text-align: center;
        padding-left: 80px;
        padding-right: 80px;
    }
    .jp-home-video H2 {
        margin-top: 80px;
        padding: 20px;
    }
}