* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    height: 100%;
    width: 100%;
    position: relative;
}

/* all similar content styling codes */
section {
    padding: 0;
    width: 100%;
    position: relative;
    background: #fafafa;
    margin: 0;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.max-width {
    padding: 0;
    width: 420px;
    background: #fafafa;
    margin: 0;
    position: relative;
    max-width: 100%;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    /* background-color: #111; */
    z-index: 2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0b161dd1, #e9a825a1, #83ea89);
    /* Chrome 10-25, Safari 5.1-6 */
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    /* background-color: #111; */
    z-index: 2;
    background: -webkit-linear-gradient(to right, #ffd200, #f7971e);
    /* background: linear-gradient(to bottom, #e9a825, #e9a82547, #e9a82500); */
    background: linear-gradient(to bottom, #e9a825, #e9a82599, #e9a82547);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.menu-opc {

    position: relative;

    width: 100%;

    height: 380px;
}

.barra {
    background: none;
    transition: all 0.3s ease;
}

.down-scr {
    background: #fffe;
    transition: all 0.3s ease;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 15%);
}

.solid {
    display: none;
}

.black {
    display: block;
}

.down-scr span {
    background: #e9a825 !important;
}

.menu-opc nav {

    width: 100%;

    position: sticky;

    left: 0;

    top: 0;

    z-index: 3;

    padding: 1% 5%;

    right: 0;
}

.menu-opc nav>ul {

    list-style: none;

    display: grid;

    grid-template-columns: 85% 15%;

    align-items: center;

    width: 100%;

    height: 65px;

    position: relative;
}

.menu-opc nav>ul>li {

    display: flex;

    padding: 0;
}

.menu-opc nav>ul>li:nth-child(2n) {

    text-align: center;

    flex-direction: column;

    grid-gap: 7px;

    justify-content: center;

    align-items: end;

    padding: 0;

    cursor: pointer;
}

.menu-opc nav>ul>li>img {

width: 29%;
}

.menu-opc nav>ul>li>ion-icon {

    font-size: 2em;
}

.menu-opc nav>ul>li>span {
    width: 55%;
    height: 2px;
    background: #fff;
}

.menu-opc nav>ul>li>span:nth-child(2n) {

    width: 33%;
}

.carousel-p {

    width: 100%;

    height: 380px;

    object-fit: cover;

    position: absolute !important;

    top: 0;
}

.carousel-p img {

    width: 100%;

    height: 380px;

    object-fit: cover;

    object-position: center;
}

.card-profile {

    width: 95%;

    background: #ffffff;

    margin: 0 auto;

    border-radius: 5px;

    position: absolute;

    bottom: -27%;

    z-index: 2;

    padding: 5% 5% 10%;

    height: 235px;

    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);

    display: flex;

    flex-direction: column;

    justify-content: end;

    grid-gap: 5px;

    left: 0;

    right: 0;

    backdrop-filter: blur(5px);
}

.card-profile span {

    position: absolute;

    width: 190px;

    height: 190px;

    background: #eee;

    border-radius: 100%;

    left: 0;

    right: 0;

    top: -35%;

    margin: 0 auto;

    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);

    border: 5px solid #fafafa;

    object-fit: cover;
}

.card-profile span>img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: top;

    border-radius: 100%;
}

.card-profile h1 {
    font-family: 'Questrial', sans-serif;
    font-size: 1.75em;
    text-align: center;
    font-weight: 400;
    margin: 0.5em 0;
}

.card-profile p {
    font-family: 'Questrial';
    font-size: 1.1em;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.45px;
    color: #444;
}

.container-serv {
    margin-top: 8em;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 5% 5% 10%;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    height: fit-content;
    margin-bottom: 4em;
}
.container-list ul{
    list-style: none!important;
    width: 100%!important;
    display: inline!important;
    margin-bottom: 1.5em!important;
    position: relative!important;
    padding: 2% 0!important;

    & li{
        text-align: left!important;
        font-size: 1em!important;
        padding: 0!important;
    }
}
.container-serv ul {
    list-style: none;
    width: 100%;
    display: flex;
    margin-bottom: 1.5em;
    position: relative;
    padding: 2% 0;
}

.container-serv ul:after {
    content: '';
    position: absolute;
    bottom: -2.5px;
    width: 95%;
    height: 2px;
    background: #fafafa;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.container-serv ul>li {
    padding: 2% 5%;
    font-size: 1.1em;
    position: relative;
    flex: 1 1 auto;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Questrial';
    letter-spacing: 0.5px;
}

.carousel-serve {

    width: 100%;
}

.carousel-serve .card {

    width: 100%;

    background: #fff;

    position: relative;

    margin: auto;

    border-radius: 10px;

    box-shadow: 0px 6px 15px rgb(0 0 0 / 15%);

    cursor: pointer;
}

.carousel-serve .card img {

width: 100%;

height: 180px;

object-fit: cover;

box-shadow: 0px 6px 15px rgb(0 0 0 / 15%);

border-radius: 10px;

cursor: pointer;
}

.carousel-serve .card h3 {

    font-size: 1em;

    font-family: 'Questrial';

    font-weight: 500;

    position: absolute;

    bottom: 0;

    width: 100%;

    color: #fafafafa;

    left: 0;

    right: 0;

    margin: 0 auto;

    height: 21%;

    display: flex;

    align-items: center;

    padding: 0 10%;

    letter-spacing: 0;

    /* background: #222; */
}

.carousel-serve .card .grad {

    position: absolute;

    width: 100%;

    height: 100%;

    border-radius: 10px;

    background: linear-gradient(to top, #000, #000000bf, #00000042, #e9a8251a, #e9a8250f);

    bottom: 0;

    /* background: #e9a8253b; */
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    /* height: 13px; */
    width: 13px;
    margin: 0 5px;
    outline: none !important;
    border-radius: 35%;
    border: 2.5px solid #e9a825 !important;
    transition: all 0.3s ease;
    opacity: 0.35;
}

.owl-dot.active {
    width: 45px;
    border-radius: 14px;
    opacity: 1;
}

.owl-dot.active,
.owl-dot:hover {
    background: #e9a825 !important;
}

footer {
    width: 100%;
    position: fixed;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    background: #fafafa;
    bottom: 0;
    z-index: 3;
    left: 0;
    right: 0;
}

footer ol {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    justify-content: center;
    height: 55px;
    align-items: center;
}

footer ol li {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ol li ion-icon {
    margin: 0 auto;
    font-size: 1.65em;
    color: #222;
}

.ena::after {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    width: 40%;
    height: 3px;
    background: #e9a825;
    bottom: -9.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    z-index: 1;
}



.menu-down {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
}

.container-gallery {

    width: 100%;

    position: relative;
}

.container-gallery ol {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    width: 100%;

    list-style: none;

    grid-gap: 10px;
}

.container-gallery ol>li {

    width: 100%;

    height: 100%;
}

.container-gallery ol>li>img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 5px;
}

.actives {
    margin-top: 0% !important;
    transition: all 0.6s ease !important;
}

.return {
    margin-left: 0% !important;
    transition: all 0.3s ease !important;
}

.return-bottom {
    /* margin-top: 80% !important; */
    transition: all 0.3s ease !important;
    top: 47%!important;
}

.menu-serve {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    transition: all 0.3s ease;
    margin-top: 275%;
    bottom: 0;
    overflow-y: scroll;
}

.menu-serve .menu-opc {
    padding: 25% 5% 0;
    height: 310px;
}

.menu-serve .menu-opc h2 {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 2.2em;
    font-family: 'Roboto';
    margin-bottom: 0.1em;
}

.menu-serve .menu-opc p {

    position: relative;

    z-index: 3;

    color: #fff;

    font-size: 1em;

    font-family: 'Roboto';
}

.container-list {
    width: 95%;
    position: relative;
    top: -5em;
    z-index: 3;
    margin: 0 auto;
    padding: 5%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 15%);
    font-family: 'Roboto';
}

.container-list div {
    width: 100%;
    background-color: #fff;
    margin: 1.25em auto;
    border: 1px solid #fafafa;
    /* box-shadow: 0px 6px 15px rgb(0 0 0 / 15%); */
}

.container-list div>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid !important;
    grid-template-columns: 30% 70%;
    grid-gap: 10px;
}
.container-list .badge-yellow{
        background: #ffd200;
    width: fit-content;
    padding: 2px 4px;
    border-radius: 5px;
}
.container-list div>ul>li {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-list div>ul>li>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}

.container-list div>ul>li>h3 {
    font-size: 1em;
    font-family: 'Questrial';
    text-align: left;
    font-weight: normal;
    padding: 0;
    margin-bottom: 0.75em;
}

.close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 5%;
    top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.close ion-icon {

    color: #fff;

    font-size: 2em;
}

.menu-share {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    transition: all 0.3s ease;
    margin-left: 100%;
}

.menu-share-bottom {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    transition: all 0.3s ease;
    /* margin-top: 0; */
    z-index: 3;
    bottom: 0;
    max-width: 420px;
    margin: 0 auto;
}
.return-bottom::after{
    content: '';
    position: absolute;
    width: 100%;
    top: -100%;
    height: 100%;
    background: #111111b0;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.view {

    width: 95%;

    margin: 0 auto;

    height: 100%;

    background: #fffe;

    position: absolute;

    bottom: 0;

    right: 0;
    
    left: 0;

    border-radius: 10px 0 0 0;

    z-index: 3;
}

.card-share {

padding: 20% 10% 0%;

text-align: center;
}

.card-share ol {

    list-style: none;

    /* display: grid; */

    /* grid-template-columns: 1fr; */
}

.card-share ol>li {
    line-height: 1.5;
}

.card-share ol>li {

display: grid;

grid-template-columns: 12% 88%;

margin: 2em 0;

align-items: center;
}

.card-qr {

width: 90%;

margin: 10% auto;

padding: 0 10%;

position: relative;
}

.card-qr img {
    width: 100%;
}

.card-share ol>li>ion-icon {
    font-size: 1.5em;
    color: #333;
    width: 100%;
}

.card-share ol>li>p {

    font-size: 1.2em;

    font-family: 'Questrial';
}

.menu-share {
    background: none;
}

.menu-share .container {
    background: none;
}

.menu-share .max-width {
    background: none;
}

.menu-share .close {

    top: 1%;

    z-index: 10;
}
.menu-share-bottom .close {

top: 1%;

z-index: 10;
}
.menu-share-bottom .close ion-icon {
    color: #111;
    font-size: 2em;
}
.menu-share .close ion-icon {

    color: #111;

    font-size: 2.5em;
}

.menu-serve .menu-opc img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}

/*********/
.preview-box {
    position: fixed;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%) scale(0.9); */
    background: #fff;
    max-width: 420px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.preview-box.show {
    opacity: 1;
    pointer-events: auto;
    /* transform: translate(-50%, -50%) scale(1); */
    transition: all 0.3s ease;
}

.preview-box .details {
    padding: 13px 15px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.preview-box .details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
}

.preview-box .details .title::before {
    display: none;
}

.preview-box .details .title p {
    font-weight: 500;
    margin: 0;
}

.preview-box .details .icon {
    color: #007bff;
    font-style: 22px;
    cursor: pointer;
}

.preview-box .image-box {
    width: 100%;
    display: flex;
}

.image-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
    height: 100%;
    object-fit: cover;
}

.shadow {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: none;
    background: rgb(0 0 0 / 69%);
}

.shadow.show {
    display: block;
}
.menu-share-bottom .card-share{
    padding: 12% 1% 0;
}
.menu-share-bottom .card-share ol{

display: grid;

grid-template-columns: 1fr 1fr 1fr;

margin-top: 0.75em;
}
.menu-share-bottom .card-share ol>li{
display: flex;
flex-direction: column;
grid-gap: 7.5px;
margin: 1.25em 0;
justify-content: center;
align-items: center;
}
.menu-share-bottom .card-share ol>li>p{
font-size: 0.9em;
text-align: center;
}
.card-qr p{
  font-size: 1em;
  font-family: 'Questrial';
  text-align:center;
  color: #555;
  font-weight: normal;
}
.card-share img{
    width: 33%;
    text-align: center;
    margin-bottom: 1.5em;
}
.menu-share::after{
    content: attr(data-label);
    position: absolute;
    bottom: 2.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    text-align: center;
    z-index: 4;
    color: #666;
    font-family: 'Roboto';
    font-size: 0.75em;
}

.menu-share-bottom .card-share p{font-size: 1.1em;font-family: 'Questrial';}
/*********/
@media(max-width: 780px) {
    .container {
        height: auto;
    }

    .menu-share .container {
        height: 100vh;
    }

}

@media(max-width: 525px) {
    .barra {
        position: fixed !important;
    }

    .max-width {
        width: 100%;
    }
    .menu-share-bottom {
        max-width: 100%;
    }

}