.gif-section {
    background: #013763;
    padding: 150px 0 111px;
    min-height: 100vh;
}

@media screen and (max-width: 768px) {
    .gif-section {
        padding: 150px 0 50px;
    }
}

.gif-section .gif-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.gif-section #logo_univer {
    width: 100%;
    max-width: 808px;
    max-height: 159px;
    margin-bottom: 85px;
}

@media screen and (max-width: 1600px) {
    .gif-section #logo_univer {
        max-width: 600px;
        max-height: calc(159px * 0.7);
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    .gif-section #logo_univer {
        max-width: 70%;
        max-height: calc(150px * 0.5);
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 557px) {
    .gif-section #logo_univer {
        max-width: 80%;
        max-height: calc(130px * 0.5);
    }
}
@media screen and (max-width: 411px) {
    .gif-section #logo_univer {
        max-height: calc(130px * 0.4);
    }
}
.gif-section-content h2 {
    font-family: 'Montserrat', 'Fira Sans', sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 79.24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    margin-bottom: 78px;
}

@media screen and (max-width: 1600px) {
    .gif-section-content h2 {
        font-size: 3.8vw;
        line-height: 4.2vw;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .gif-section-content h2 {
        font-size: 7vw;
        line-height: 8.2vw;
        margin-bottom: 35px;
    }
}

.video-wrapper {
    margin: 0 auto;
    width: 70%;
    max-width: 1320px;
}

@media screen and (max-width: 1024px) {
    .video-wrapper {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .video-wrapper {
        width: 90%;
    }

    .hino-play-pause {
        width: 100px;
        height: 90px;
    }

    .video-wrapper-img {
        width: 100%;
        height: 100%;
    }
}

.video-wrapper-inner {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    position: relative;
    display: flex;
    transition: all 0.8s ease-in-out;
}

.video-wrapper-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper-player {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gif-section .gif-section-content .primary-footer {
    background: unset;
    border: unset;
    padding: 50px 0 0;
}

@media screen and (max-width: 768px) {
    .gif-section .gif-section-content .primary-footer {
        padding: 35px 0 0;
    }
}

.gif-section .gif-section-content .primary-footer .list .data {
    justify-content: center;
}

.gif-section .gif-section-content .primary-footer .list .data .container-1 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gif-section .gif-section-content .primary-footer .list .data ul {
    padding: 0;
    text-align: center;
}

.gif-section .gif-section-content .primary-footer .list .data ul li {
    display: flex;
    justify-content: center;
    text-align: center;
}

.gif-section .gif-section-content .primary-footer .list .data ul li .phone-button {
    margin-bottom: 15px;
}
.gif-section .gif-section-content .primary-footer .list .data ul li .phone-button,
.gif-section .gif-section-content .primary-footer .list .data ul li .whatsapp-button {
    width: 80%;
    max-width: 300px;
    height: 100%;
    max-height: 75px;
    padding: 18px;
    border-width: 0 7px 7px 0;
    border-radius: 8px;
}
.gif-section .gif-section-content .primary-footer .list .data ul li .phone-button .title,
.gif-section .gif-section-content .primary-footer .list .data ul li .whatsapp-button {
    font-family: 'Montserrat', 'Fira Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.gif-section .gif-section-content .primary-footer .list .data ul li .phone-button svg {
    width: 51px;
    height: 50px;
}
.gif-section .gif-section-content .primary-footer .list .data ul li .whatsapp-button img {
    width: 45px;
    height: 45px;
}

@media screen and (max-width: 768px) {
    .gif-section .gif-section-content .primary-footer .list .data ul li .phone-button,
    .gif-section .gif-section-content .primary-footer .list .data ul li .whatsapp-button {
        max-width: 220px;
        max-height: 50px;
        padding: 10px 16px;
        border-width: 0 5px 5px 0;
        border-radius: 5px;
    }

    .gif-section .gif-section-content .primary-footer .list .data ul li .phone-button .title,
    .gif-section .gif-section-content .primary-footer .list .data ul li .whatsapp-button {
        font-size: 18px;
        line-height: 18px;
    }

    .gif-section .gif-section-content .primary-footer .list .data ul li .phone-button svg {
        width: 35px;
        height: 35px;
    }
    .gif-section .gif-section-content .primary-footer .list .data ul li .whatsapp-button img {
        width: 25px;
        height: 25px;
    }
}

.gif-section .gif-section-content .primary-footer .list .data ul li .list-title {
    font-family: 'Montserrat', 'Fira Sans', sans-serif;
    font-size: 52.35px;
    font-weight: 700;
    line-height: 63.81px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}
@media screen and (max-width: 768px) {
    .gif-section .gif-section-content .primary-footer .list .data ul li .list-title {
        font-size: 30px;
        line-height: 32px;
    }
}

.gif-section .gif-section-content .primary-footer .list .data ul li.list-hour {
    font-family: 'Montserrat', 'Fira Sans', sans-serif;
    font-size: 36px;
    line-height: 43.88px;
    font-weight: 400;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 50px;
}
@media screen and (max-width: 1600px) {
    .gif-section .gif-section-content .primary-footer .list .data ul li.list-hour {
        font-size: 2vw;
        line-height: 2.5vw;
    }
}
@media screen and (max-width: 768px) {
    .gif-section .gif-section-content .primary-footer .list .data ul li.list-hour {
        font-size: 20px;
        line-height: 32px;
        padding: 0 20px;

    }
}
