

*{
    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, #FFD200, #F7971E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #e9a825, #e9a825b5, #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: #111!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: 35%;
}
.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 6px 15px rgb(0 0 0 / 15%);
    
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.6em;
    text-align: center;
    font-weight: 400;
    margin: 0.5em 0;
}
.card-profile p{
    font-family: 'Roboto', sans-serif;
font-size: 1em;
    
text-align: center;
}
.container-serv{
    margin-top: 9em;
    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-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: 1em;
    font-family: 'Questrial';
    position: relative;
    flex: 1 1 auto;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.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: 170px;

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: #fff;

left: 0;

right: 0;

margin: 0 auto;

height: 21%;

display: flex;

align-items: center;

padding: 0 10%;

letter-spacing: 0;

background: #e9a825;
}
.carousel-serve .card .grad{
    
position: absolute;
    
width: 100%;
    
height: 100%;
    
border-radius: 10px;
    
/* background: linear-gradient(to top, #e9a825, #e9a825, #e9a82500, #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: 50%;
    border: 2px solid #f4a942!important;
    transition: all 0.3s ease;
}
.owl-dot.active{
    width: 35px;
    border-radius: 14px;
}
.owl-dot.active,
.owl-dot:hover{
    background: #f4a942!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(3, 1fr);
    text-align: center;
    justify-content: center;
    height: 55px;
    align-items: center;
}

footer ol li {
}
footer ol li ion-icon {
    margin: 0 auto;
    font-size: 1.7em;
    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 3px 15px rgb(0 0 0 / 15%);
}

.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.6s ease!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;}
.menu-serve .menu-opc h2{
    position: relative;

    z-index: 3;
    
    color: #fff;
    
    font-size: 2.2em;
    
    font-family: 'Roboto';
}
.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: -10em;
    z-index: 3;
    margin: 0 auto;
    padding: 5%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 15%);
}
.container-list div{
    width: 100%;
    background-color: #fff;
    margin: 2% auto;
    border: 1px solid #fafafa;
    /* box-shadow: 0px 6px 15px rgb(0 0 0 / 15%); */
}
.container-list div>ul{
    list-style: none;
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 0;
    margin: 0;
}
.container-list div>ul>li{

padding: 0;

display: flex;

align-items: 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: 1.2em;
    font-family: 'Questrial';
    text-align: left;
    font-weight: normal;
    padding: 0 5%;
}

.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.6s ease;
    margin-left: 100%;
}
.view{
    
width: 95%;
    
margin: 0 auto;
    
height: 100%;
    
background: #fffe;
    
position: absolute;
    
bottom: 0;
    
right: 0;
    
border-radius: 10px 0 0 0;
    
z-index: 3;
}
.card-share{
padding: 20% 10% 15%;
}
.card-share ol{

list-style: none;

/* display: grid; */

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

.card-share ol>li{

}
.card-share ol>li{

display: grid;

grid-template-columns: 15% 85%;

margin: 2em 0;

align-items: center;
}
.card-qr{
width: 90%;
margin: 0 auto;
padding: 0 10%;
}
.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 .close ion-icon{

color: #111;

font-size: 2.5em;
}

@media(max-width: 780px){
    .container{
        height: auto;
    }
    .menu-share .container{
        height: 100vh;
    }
    
}
@media(max-width: 520px){
    .barra{
        position: fixed!important;
    }
}
