﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

@viewport {
    zoom: 1.0;
    width: device-width;
}

/*-----------Geral html-----------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    margin: 0;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    font-family: 'Inter', 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: none !important;
    text-decoration: none;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box !important;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box !important;
}

html, body {
    height: 100vh;
    margin: 0 0;
    text-align: left;
    font: 400 16px/18px 'Inter', 'Source Sans Pro', Helvetica, sans-serif;
    color: #222020;
}

body {
    background: #FFFFFF;
    overflow-x: hidden !important;
}

.body-content {
    flex: 1;
}

article {
    width: 100%;
    margin: 0 0;
}

ol, ul, li {
    list-style: none;
    text-decoration: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

fieldset {
    display: block;
}

    fieldset legend {
        padding: 0 2px;
    }

.block {
    display: block;
}

.noDisplay {
    display: none;
}

/*-----------Horario de Atendimento-----------*/

.pHorario {
    width: 100%;
    padding: 10px 25px;
    margin: 25px auto;
    display: block;
    font-weight: 500;
    text-align: center;
    color: #720e1d;
    background-color: #eab9c1;
    border: 1px solid #d85b6d;
    border-radius: 4px;
}

/*-----------Textos-----------*/

h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

h4 {
    font-size: 20px;
    line-height: 22px;
    color: #000;
}

h5 {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
}

strong {
    font-weight: 600;
}

.pDireita {
    text-align: right !important;
}

.pEsquerda {
    text-align: left !important;
}

.pCentro {
    text-align: center !important;
}

.pJustify {
    text-align: justify !important;
}

.bold {
    font-weight: 600;
}

.link {
    padding-bottom: 2px;
    color: #bf984b;
    font-weight: 600;
    cursor: pointer;
}

    .link:hover {
        padding-bottom: 1px;
        border-bottom: 1px solid #bf984b;
    }

/*-----------Inputs-----------*/

.txt, .ddl {
    min-width: 35px;
    height: 36px;
    padding: 12px;
    color: #222020;
    font: 400 15px/20px 'Inter', 'Source Sans Pro', Helvetica, sans-serif;
    background-color: #fff;
    transition: .4s;
    box-sizing: content-box;
    box-shadow: inset 0 1px 3px rgba( 0, 0, 0, .05 ), 0 1px 0 rgba( 255, 255, 255, .075 );
    /*border: 1px solid #CCCCCC;*/
    border: 1px solid #dddddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.ddl {
    padding: 0 12px;
}

    .txt:focus, .ddl:focus,
    .txt:hover, .ddl:hover {
        border-color: #007ccc;
        box-shadow: inset 0 1px 3px rgba( 0, 0, 0, .05 ), 0 1px 0 rgba( 255, 255, 255, .075 );
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
    }

    .ddl::-webkit-input-placeholder,
    .txt::-webkit-input-placeholder,
    .txt::placeholder,
    .ddl::placeholder {
        color: #a8a8a8;
        font-size: 12px
    }

    .txt:-webkit-autofill,
    .ddl:-webkit-autofill {
        border: 1px solid #CCCCCC !important;
        -webkit-box-shadow: 0 0 0 30px #ffffff inset;
        -webkit-text-fill-color: #222020 !important;
    }

    input:disabled,
    .txt:disabled,
    .ddl:disabled,
    span.aspNetDisabled,
    .linkDisabled {
        opacity: .4 !important;
        cursor: default !important;
    }

.txtMulti {
    height: 100px;
    resize: none !important;
}

@media screen and (max-width: 500px) {

    .txt, .ddl {
        font: 17px/20px 'Inter', sans-serif;
    }
}

/*-----------Txt com Imagem (CPF por exemplo)------------*/

.imgTxt {
    width: 25px;
    height: 25px;
    bottom: 7px;
    right: 7px;
    position: absolute;
    z-index: 9;
}

.imgDdl {
    width: 25px;
    height: 25px;
    bottom: 7px;
    right: 20px;
    position: absolute;
    z-index: 9;
}

/*-----------Div de Txt com Validacoes-----------*/

.divContentCampo > p {
    margin-bottom: 3px;
}

.divConjunto-CampoValidacao {
    width: 100%;
    height: 38px;
    position: relative;
}

    .divConjunto-CampoValidacao .txt,
    .divConjunto-CampoValidacao .ddl {
        width: 100%;
    }

.divConjunto-CampoValidacaoTxt {
    width: 180px;
    position: relative;
}

/*-----------Mensagem de Erro no Txt-----------*/

.divError {
    height: 20px;
    margin-left: 8px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
}

    .divError figure {
        width: 16px;
        height: 100%;
    }

        .divError figure:hover span {
            opacity: 1;
            transition: opacity 0.4s;
            visibility: visible;
        }

        .divError figure img {
            width: 100%;
            height: 100%;
        }

    .divError span {
        width: 160px;
        padding: 8px;
        bottom: calc(100% + 12px);
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #FFFFFF;
        background-color: #c53030;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s;
    }

        .divError span::before {
            content: '';
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            border-color: #c53030 transparent;
        }

/*-----------Checkbox e Radiobutton------------*/

.divContentCheckboxRadio {
    text-align: center;
    display: block;
}

.check,
.radio {
    font: 400 16px/18px 'Inter', 'Source Sans Pro', Helvetica, sans-serif;
    color: #222020;
    cursor: pointer;
    user-select: none;
}

    .check label,
    .radio label {
        margin: 8px 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .check input[type="checkbox"],
    .radio input[type="radio"] {
        display: none;
    }

        .check input[type="checkbox"] + label:before,
        .radio input[type="radio"] + label:before {
            width: 24px;
            height: 24px;
            margin-right: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            content: "";
            cursor: pointer !important;
            user-select: none !important;
            font: 600 14px/24px 'Inter', 'Source Sans Pro', Helvetica, sans-serif;
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(136, 127, 135);
            border-radius: 3px;
            box-shadow: none;
            transition: border 200ms ease 0s, background-color 200ms ease 0s, box-shadow 200ms ease 0s;
        }

        .check input[type="checkbox"]:checked + label,
        .radio input[type="radio"]:checked + label {
            font-weight: 600;
            color: #333;
        }

            .check input[type="checkbox"]:checked + label:before,
            .radio input[type="radio"]:checked + label:before {
                width: 24px !important;
                height: 24px !important;
                content: "X";
                text-align: center;
                color: #FFF !important;
                font: 600 14px/24px 'Inter', 'Source Sans Pro', Helvetica, sans-serif;
                background-color: #40bc52;
                border-color: #40bc52;
            }

/*-----------Botoes------------*/

.btn {
    min-height: 36px;
    padding: 0 16px;
    cursor: pointer;
    font: 600 15px/36px 'Inter', 'Source Sans Pro', Helvetica, sans-serif;
    text-align: center;
    text-shadow: none !important;
    border: none;
    transition: .2s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

    .btn:hover {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
    }

a.btn {
    display: inline-flex;
}

.btnIndis,
.btn:disabled {
    opacity: .7 !important;
    cursor: default !important;
}

.btnVerde {
    color: #FFFFFF;
    background-color: #28b245 !important;
}

    .btnVerde:hover {
        color: #FFFFFF;
        background-color: #3a994c !important;
    }

.btnSoBordaVerde {
    color: #28b245;
    font-weight: 700;
    background-color: #FFFFFF;
    border: 1px solid #28b245;
}

    .btnSoBordaVerde:hover {
        color: #FFFFFF;
        font-weight: 700;
        background-color: #28b245;
    }

.btnCinza {
    background: linear-gradient(to bottom, #EFEFEF, #DBD9DB);
    border: 1px solid #BABABA;
    color: #555555;
}

    .btnCinza:hover {
        background: linear-gradient(to bottom, #EFEFEF 0%, #DBD9DB 30%);
    }

.btnCinzaEscuro {
    color: #FFFFFF;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

    .btnCinzaEscuro:hover {
        background-color: #494949;
        border-color: #494949;
    }

/*-----------Paginação------------*/

.divPag .btnPag {
    padding: 5px 10px;
    margin-right: auto;
    font: 600 14px/19px 'Inter', 'Source Sans Pro', Helvetica, sans-serif;
    color: #29265c;
    border: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.divPag .active {
    background-color: #29265c;
    color: #FFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

#paginacaoBottomUpdatePanel,
.pgBottom {
    margin: 30px auto 10px;
    display: inline-block;
}

/*-----------Conteudo da Pagina------------*/

.divContent {
    width: 100%;
    max-width: 1366px;
    padding: 0 30px;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {

    .divContent {
        padding: 0 15px;
    }
}

/*-----------Combo Texto + Textbox-----------*/

.divBlocoTextbox { 
    margin-top: 40px;
}

/*-----------Gif Carregando-----------*/

.divMsgGifCarregando {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    position: fixed;
    z-index: 9999;
}

    .divMsgGifCarregando .divContentGif {
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        position: fixed;
        border-radius: 5px;
    }

.c-loader {
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #bf984b;
    height: 50px;
    width: 50px;
}

@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}

/*-----------Pop Up Master-----------*/

.divAll {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .divAll > .divBG {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 9998;
    }

    .divAll .divMensagem {
        max-width: 500px;
        width: 90%;
        min-height: 300px;
        padding: 20px 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFFFFF;
        border-radius: 5px;
        z-index: 99999;
    }

        .divAll .divMensagem .divMensagemContent {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            justify-content: center;
            text-align: center;
        }

            .divAll .divMensagem .divMensagemContent .labelMensagem {
                padding: 20px 0;
                font: 600 16px/20px 'Inter', 'Source Sans Pro', Helvetica, sans-serif;
            }

            .divAll .divMensagem .divMensagemContent .imgLoad {
                width: 30px;
                height: 30px;
                margin: 10px auto;
            }

            .divAll .divMensagem .divMensagemContent .divButtons {
                margin-top: 20px;
                /*display: flex;
                align-items: center;
                justify-content: center;*/
            }

                .divAll .divMensagem .divMensagemContent .divButtons .btn + .btn {
                    margin-left: 10px;
                }

@media screen and (max-width: 420px) {

    .divAll .divMensagem .divMensagemContent .divButtons {
        margin-top: 40px;
        flex-direction: column-reverse;
    }

        .divAll .divMensagem .divMensagemContent .divButtons .btn {
            width: 94%;
        }

            .divAll .divMensagem .divMensagemContent .divButtons .btn + .btn {
                margin: 0 0 10px 0;
            }
}

/*-----------Pop Up Video-----------*/

.divVideo {
    width: 740px;
    height: 410px;
    top: 40%;
    left: 50%;
    opacity: 0;
    position: fixed;
    transform: translate(-50%, -40%);
    z-index: 20002 !important;
}

    .divVideo .divButtons {
        text-align: right;
    }

        .divVideo .divButtons .img {
            cursor: pointer;
        }

    .divVideo .video {
        width: 100%;
        height: 100%;
    }

@media screen and (max-width: 765px) {

    .divVideo {
        width: 448px;
        height: 252px;
    }
}

@media screen and (max-width: 480px) {

    .divVideo {
        width: 316px;
        height: 175px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx JS - Orbit xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.featured {
    width: 1180px;
    height: 310px;
    background: #000 url( '../../Imagens/Template/_Loading.gif' ) no-repeat center center;
    overflow: hidden;
}

    .featured > img, .featured > div, .featured > a {
        display: none;
    }

    .featured > img {
        width: 1180px;
        height: 310px;
    }

div.orbit-wrapper {
    position: relative;
    width: 1px;
    height: 1px;
}

div.orbit {
    position: relative;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.orbit > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    div.orbit > .divImg {
        height: 310px;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        /*left: 50%;
        transform: translateX(-50%);*/
    }

    div.orbit > a {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 0;
        border: none;
    }

div.timer {
    position: absolute;
    top: 10px;
    right: 150px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
}

span.rotator {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    left: -20px;
    background: url( '../../Imagens/Template/_Rotator.png' ) no-repeat;
    z-index: 3;
}

span.mask {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 20px;
    height: 40px;
    overflow: hidden;
    z-index: 2;
}

span.rotator.move {
    left: 0;
}

span.mask.move {
    left: 0;
    width: 40px;
    background: url( '../../Imagens/Template/_Timer.png' ) repeat 0 0;
}

span.pause {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url( '../../Imagens/Template/_Pause.png' ) no-repeat;
    z-index: 4;
    opacity: 0;
}

    span.pause.active {
        background: url( '../../Imagens/Template/_Pause.png' ) no-repeat 0 -40px;
    }

    div.timer:hover span.pause, span.pause.active {
        opacity: 1;
    }

.orbit-caption {
    display: none;
    font-family: 'Didact Gothic', sans-serif;
}

.orbit-wrapper .orbit-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #F30E0E;
    padding: 7px 0;
    text-align: center;
    z-index: 1000;
    font-size: 13px;
    color: #fff;
}

div.slider-nav {
    display: block;
}

    div.slider-nav span {
        width: 40px;
        height: 40px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        border-radius: 100%;
        cursor: pointer;
        text-indent: -9999px;
        z-index: 1000;
        transition: .3s;
    }

        div.slider-nav span.right {
            right: 100px;
            background: url( '../../Imagens/Template/_RightArrowNew.png' ) no-repeat center rgba(0,0,0,0.4);
            background-size: 90%;
        }

        div.slider-nav span.left {
            left: 100px;
            background: url( '../../Imagens/Template/_LeftArrowNew.png' ) no-repeat center rgba(0,0,0,0.4);
            background-size: 90%;
        }

            div.slider-nav span.left:hover,
            div.slider-nav span.right:hover {
                background-color: rgba(0,0,0,0.6);
                transition: .3s;
            }

            @media screen and (max-width: 450px) {

                div.slider-nav span.right {
                    right: 10px;
                }

                div.slider-nav span.left {
                    left: 10px;
                }

                div.timer {
                    right: 10px;
                }

            }

/*-----------Slide Marcas------------*/

#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    max-width: 100%;
    position: relative;
}

.nbs-flexisel-ul {
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    position: relative;
}

.nbs-flexisel-inner {
    float: left;
    width: 100%;
    padding: 0px 0;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    text-align: center !important;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px auto;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    text-align: center;
}

    .nbs-flexisel-item * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nbs-flexisel-item .img {
        float: none !important;
        max-width: 180px;
        margin: 0 auto !important;
        cursor: pointer;
        position: relative;
        text-align: center !important;
        box-sizing: content-box !important;
    }

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 3px 10px;
    top: 40%;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    position: absolute;
    background: rgba(0,0,0,0.5);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    z-index: 4;
}

@media screen and (max-width: 500px) {

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        padding: 7px 13px;
    }
}

.nbs-flexisel-nav-left {
    left: 10px;
}

    .nbs-flexisel-nav-left:before {
        content: "<";
    }

    .nbs-flexisel-nav-left.disabled,
    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 5px;
}

    .nbs-flexisel-nav-right:before {
        content: ">";
    }



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx JS - Multizoon xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.magnifyarea {
    border: 1px solid #D8D8D8 !important;
    box-shadow: 5px 5px 7px #3A3A3A;
}

.targetarea {
    width: 248px;
    height: 248px;
    text-align: center;
}

#two {
    height: 240px;
}

.targetarea img {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 240px;
    height: 320px;
    margin: auto;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx JS - idangerous.swiper.css xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *C:\Users\felipe\Documents\Visual Studio 2012\Projects\Loja\Loja\Js\Swiper\idangerous.swiper.css
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
    /* Specify Swiper's Size: */
    /*width:200px;
	height: 100px;*/
}

.swiper-slide {
    /* Specify Slides's Size: */
    /*width: 100%;
	height: 100%;*/
}

.swiper-slide-active {
    /* Specific active slide styling: */
}

.swiper-slide-visible {
    /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */
}

.swiper-active-switch {
    /* Specific active button style: */
}

.swiper-visible-switch {
    /* Specific visible button style: */
}

.pagination {
    margin-top: 5px;
    text-align: center;
}

.swiper-pagination-switch {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx JS - idangerous-swiper-scrollbar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-scrollbar-drag {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}
