@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap);
@import url(vendors/fonts/fonts.css);
@import url(animations.css);
.bg-dark {
    color: #8a8989;
    background: #2b2b2b;
    background: linear-gradient(90deg, #2b2b2b 15%, #000 100%)
}

.bg-dark a {
    text-decoration: none;
    color: #ccc;
    font-weight: 400
}

.bg-dark a:active,
.bg-dark a:hover {
    color: #fff
}

.bg-white {
    color: #161616;
    background: #fff;
    background: linear-gradient(90deg, #f0f0f0 15%, #fff 100%)
}

.container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px!important;
    padding-right: 10px!important;
    width: calc(100% - 20px)!important
}

.container-fluid .row {
    --bs-gutter-x: 0
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

.banner {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1
}

.swiper-one {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: relative
}

.swiper-one .slide {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-slide-1 {
    background-image: url(src/bg-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-slide-2 {
    background-image: url(src/bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-slide-3 {
    background-image: url(src/bg-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.page-slide {
    width: 100%;
    height: 100vh;
    background: #000;
    background: linear-gradient(302deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

.title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-size: 36px
}

.subtitle {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    font-family: Roboto, sans-serif
}

body {
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif
}

.custom-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 5px;
    border-radius: 0;
    background: #fff
}

.swiper-one-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 300px
}

.cases {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.page-mask {
    position: relative;
    z-index: -2;
    width: 100%;
    height: 100vh
}

.page-home {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 10px;
    width: 100%;
    min-height: calc(100vh - 70px)
}

.page-auto {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 10px;
    width: 100%;
    min-height: calc(100vh - 70px)
}

.title-page {
    color: #000;
    font-weight: 500;
    font-size: 2.5vw
}

.color-white {
    color: #fff!important
}

.btn-whastapp {
    max-width: 264px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: #32ac00;
    background: linear-gradient(0deg, #32aa00 0, #32c800 100%);
    border-radius: 5px;
    font-size: 28px;
    padding-bottom: 5px;
    cursor: pointer;
    margin: 0 auto
}

.btn-whastapp a {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 20px
}

.btn-whastapp a:hover {
    text-decoration: none!important;
    border: none;
    padding: 0
}

.custom-text p,
.custom-text-white p {
    color: #000!important;
    text-align: justify;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif
}

.custom-text-white p {
    color: #fff!important
}

.custom-text {
    padding: 20px
}

.page-dr {
    padding-top: 80px;
    padding-bottom: 10px;
    width: 100%;
    min-height: calc(100vh - 70px)
}

.container-custom {
    width: calc(100% - 20px);
    max-width: 1140px;
    padding: 10px;
    display: flex;
    margin: 0 auto
}

.list-dr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-top: 50px
}

.list-dr li {
    list-style: none;
    font-size: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.list-dr li i {
    margin-right: 20px
}

.fullscreen-bg__video {
    width: 100%;
    height: 100%;
    background-color: #000
}

.case {
    height: 550px;
    width: 100%;
    background-size: cover
}

#ytplayer {
    width: 1000px;
    height: 550px;
    margin: 50px auto
}

.box-text {
    padding: 20px;
    background-color: #bea53a;
    color: #fff!important;
    border-radius: 0 40px 0 40px
}

.box-text p {
    color: #fff!important;
    text-align: justify;
    font-size: 18px
}

.list-img img {
    border: 1px solid #eee;
    border-radius: 0 40px 0 40px
}

.faq {
    color: #000;
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.q-title {
    font-weight: 700;
    border-radius: 0 20px 0 20px;
    border: #919191 1px solid;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 4px;
    color: #fff;
    background-color: gray
}

.a-text {
    margin: 4px;
    font-size: 18px;
    display: none;
    text-align: justify
}

.flay-whatsapp {
    width: 55px;
    height: 55px;
    font-size: 40px;
    border-radius: 100%;
    position: fixed;
    right: 5px;
    bottom: 100px;
    color: #fff;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999
}

.list-img .swiper-slide {
    text-align: center
}

.swiper-three {
    text-align: center
}

@media only screen and (max-width:1024px) {
    #ytplayer {
        width: 100%;
        height: 574px
    }
}

@media only screen and (max-width:768px) {
    .title-page {
        font-size: 10vw
    }
    .container-custom {
        display: block
    }
    .btn-whastapp {
        max-width: 280px;
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #32ac00;
        background: linear-gradient(0deg, #32aa00 0, #32c800 100%);
        border-radius: 5px;
        font-size: 16px;
        padding: 10px;
        cursor: pointer;
        margin: 0 auto
    }
    .btn-whastapp a {
        font-size: 16px;
        padding: 10px 3px
    }
    .case {
        height: 300px;
        background-size: cover
    }
    .page-auto {
        min-height: auto;
        padding-bottom: 50px
    }
    #ytplayer {
        width: 100%;
        height: 432px
    }
    .q-title {
        padding: 8px 10px;
        margin: 4px 0
    }
    .a-text {
        margin: 4px 0;
        font-size: 16px;
        display: none;
        text-align: justify
    }
    .swiper-one {
        width: 100%;
        height: 50vh;
        top: 96px;
        left: 0;
        position: relative
    }
    .page-home-space {
        padding-top: 110px
    }
    .swiper-one .slide {
        width: 100%;
        height: 50vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }
    .page-slide {
        width: 100%;
        height: 60vh;
        background: #000;
        background: linear-gradient(302deg, rgba(0, 0, 0, 0) 0, #000 100%)
    }
}

@media only screen and (max-width:540px) {
    .title {
        text-align: center;
        font-size: 20px
    }
    .subtitle {
        text-align: center;
        font-size: 1.5rem
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: 100%
    }
    .case {
        height: 222px;
        background-size: cover
    }
    #ytplayer {
        width: 100%;
        height: 240px
    }
    .bg-slide-1 {
        background-image: url(src/bg-1-min.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }
    .bg-slide-2 {
        background-image: url(src/bg-2-min.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }
    .bg-slide-3 {
        background-image: url(src/bg-3-min.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }
}

@media only screen and (max-width:375px) {
    #ytplayer {
        width: 100%;
        height: 222px
    }
}

@media only screen and (max-width:320px) {
    #ytplayer {
        width: 100%;
        height: 200px
    }
}