﻿
body {
    padding-top: 60px;
    padding-bottom: 0px;

}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 355px;
}
.body-background {    
   /* background: url('images/grayscale_background.jpg') no-repeat center center;
    background-size: cover;*/
}

.panelShifuCards {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px 14px 16px 4px rgb(0 0 0 / 51%) !important;
}

.ShifuTitle {
    /*  color: #111;
    font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 64px;
    /* font-weight: 700;*/
    line-height: 64px;
    margin: 0 0 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: uppercase;
    /*   font-family: 'Ink Free', sans-serif !important;*/
    font-family: 'Mignone', sans-serif;
    color: #23536A;
    /* text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
    text-shadow: 1px 1px 0 #000000, 0 2px 0 #000000, 0 3px 0 #000, 0 4px 0 #000000, 0 5px 0 #000, 0 6px 1px rgb(0 0 0), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%)
}

.ShifuLine {
    position: relative;
    width: 80%;
    margin: 3% auto 7% auto;
    background-color: #68232D;
    border: 1.5px solid #68232D;
}

.portaContainer {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Ink Free', sans-serif !important;
    /*color: white;*/
    color: black;
    /*background-color: teal;*/
    background-color: white;
}

div.wrap {
    /* width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    vertical-align: middle;
}

    div.wrap div {
        position: relative;
        margin: 35px 0;
    }

.portaLabel {
    position: absolute;
    top: 0;
    font-size: 30px;
    /*margin: 10px;*/
    margin: 16px 10px 10px 15px;
    padding: 0 10px;
    /*background-color: teal;*/
    background-color: white;
    -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
    cursor: pointer;
}

.portaActive {
    top: -25px;
    font-size: 20px;
}

input[type=text].portaInput {
    width: 100%;
    padding: 20px;
    /*border: 1px solid white;*/
    /*border: 1px solid black;*/
    border: 3px solid #23536A;
    font-size: 20px;
    /*background-color: teal;*/
    background-color: white;
    /*color: white;*/
    color: black;
    border-radius: 25px;
    cursor: pointer;
}

input[type=number].portaInput, input[type=email].portaInput, input[type=password].portaInput {
    width: 100%;
    padding: 20px;
    /*border: 1px solid white;*/
    /*border: 1px solid black;*/
    border: 3px solid #23536A;
    font-size: 20px;
    /*background-color: teal;*/
    background-color: white;
    /*color: white;*/
    color: black;
    border-radius: 25px;
    cursor: pointer;
}

    input[type=text].portaInput:focus {
        outline: none;
    }

/* ---- fancy select ---- */
/* Base styles imported from
https://makepages.com/css/shared.css
*/
.wrapper {
    text-align: center;
}

.selectstyle {
    /* --selectsize: 3rem;
    --uibordercolor: #23536A;
    --uibackground: #fff;
    --uiborderradiusfactor: 0;
    --uihovercolor: #23536A;
    --uireversecolor: #fff;
    --unicodepointer: "\25bc";*/
    --selectsize: 7.2rem;
    --uibordercolor: #23536A;
    --uibackground: #fff;
    --uiborderradiusfactor: .3;
    --uihovercolor: #23536A;
    --uireversecolor: #fff;
    --unicodepointer: "\25bc";
    font-family: 'Ink Free', sans-serif !important;
    font-weight: 700;
    /*#68232D*/
}

.selectstyle__box {
    margin: 0 auto;
    width: auto;
    height: auto;
    text-align: center;
    overflow: visible;
    position: relative;
    display: inline-block;
    font-size: calc(var(--selectsize) * 0.4);
}

.selectstyle__label {
    font-size: calc(var(--selectsize) * 0.5);
    position: relative;
    display: inline-block;
    margin: 0 calc(var(--selectsize) * 0.5) 0 0;
    white-space: nowrap;
}

.selectstyle__box__select {
    position: relative;
    display: inline-block;
    border: 3px solid var(--uibordercolor);
    padding: 0 calc(var(--selectsize) * 0.09) 0 calc(var(--selectsize) * 0.15);
    margin: 0;
    font: inherit;
    height: var(--selectsize);
    line-height: calc(var(--selectsize) * 0.92);
    background: var(--uibackground);
    -webkit-appearance: none;
    -moz-appearance: none;
    /* remove the strong OSX influence from Webkit */
    border-radius: calc(var(--selectsize) * var(--uiborderradiusfactor));
    cursor: pointer;
}

    .selectstyle__box__select optgroup, .selectstyle__box__select optgroup option {
        /* This helps the appearance of select dropdowns in Firefox to be more like other browsers.
  Chrome and Safari ignore these rules */
        color: black;
        background: #fff;
        /*  font-size: inherit;*/
        font-size: calc(var(--selectsize) * 0.25);
    }

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .selectstyle__box__select {
        /* padding-right: calc(var(--selectsize) * 0.835);*/
        padding-right: calc(var(--selectsize) * 1.65);
    }
}
/* Select arrow styling using unicode symbol */
.selectstyle__box::after {
    width: var(--selectsize);
    /*    width: 100%;*/
    height: var(--selectsize);
    content: var(--unicodepointer);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: var(--selectsize);
    padding: 0 7px;
    background: var(--uibackground);
    color: black;
    pointer-events: none;
    border-radius: 0 calc(var(--selectsize) * var(--uiborderradiusfactor)) calc(var(--selectsize) * var(--uiborderradiusfactor)) 0;
    border: 3px solid var(--uibordercolor);
}

.selectstyle__box:hover::after, .selectstyle__box__select:hover {
    background: var(--uihovercolor);
    color: var(--uireversecolor);
    border: 3px solid #ffffff;
}

.no-pointer-events .selectstyle__box__select:after {
    content: none;
}

.btnShifuCards {
    position: relative;
    width: 14vw;
    height: 4vw;
    color: #fff;
    /*font-family: 'Raleway', sans-serif !important;*/
    font-family: 'Ink Free', sans-serif !important;
    background-color: #68232D;
    text-align: center;
    /*font-weight: bolder;*/
    border: none;
    font-size: 2.5vw;
    border-radius: 1.5vw;
    padding: 1%;
    cursor: pointer;
    margin-top: 2%;
    margin-bottom: 2%;
    text-decoration: none;
    /*box-shadow: 0px 3px 4px 1px rgb(0 0 0 / 51%) !important;*/
}

.btnShifuCardsSubs {
    position: relative;
    width: 95%;
    height: 35px;
    color: #fff;
    /*font-family: 'Raleway', sans-serif !important;*/
    font-family: 'Ink Free', sans-serif !important;
    background-color: #68232D;
    text-align: center;
    /*font-weight: bolder;*/
    border: none;
    font-size: 20px;
    border-radius: 1.5vw;
    padding: 1%;
    cursor: pointer;
    margin-top: 2%;
    margin-bottom: 2%;
    text-decoration: none;
    /*box-shadow: 0px 3px 4px 1px rgb(0 0 0 / 51%) !important;*/
}

.linkDownload {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

    .linkDownload:hover {
        color: #b1841d;
        text-decoration: underline;
    }


button[disabled], html input[disabled] {
    background-color: darkgray;
}

@media (min-width: 320px) {
    .ShifuTitle {
        font-size: 45px;
        padding: 10px 10px;
    }
    .portaLabel {
        font-size: 15px;
    }

    .portaActive {
        font-size: 15px;
    }

}

@media (min-width: 375px) {
    .ShifuTitle {
        font-size: 55px;
        padding: 10px 10px;
    }
    .portaLabel {
        font-size: 15px;
    }

    .portaActive {
        font-size: 15px;
    }

}

@media (min-width: 630px) {
    .ShifuTitle {
        font-size: 64px;
    }
    .portaLabel {
        font-size: 15px;
    }

    .portaActive {
        font-size: 15px;
    }
 
}

@media (min-width: 768px) {
    .ShifuTitle {
        font-size: 64px;
    }
    .portaLabel {
        font-size: 15px;
    }

    .portaActive {
        font-size: 15px;
    }

}

@media (min-width: 992px) {
    .ShifuTitle {
        font-size: 64px;
    }
    .portaLabel {
        font-size: 15px;
    }

    .portaActive {
        font-size: 15px;
    }
  

}

@media (min-width: 1024px) {
    .ShifuTitle {
        font-size: 64px;
    }
    .portaLabel {
        font-size: 15px;
    }

    .portaActive {
        font-size: 15px;
    }

  
}

@media (min-width: 1200px) {
    .ShifuTitle {
        font-size: 64px;
    }
    .portaLabel {
        font-size: 30px;
    }

    .portaActive {
        font-size: 15px;
    }

}

#map {
    width: 100%;
    height: 470px;
}


.carousel-container {
    position: relative;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    margin-top: 20px;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    max-width: 100%;
}

    .carousel-item img {
        width: 100%;
        height: auto;
    }

.button-carroucell {
    
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

