html,body{
    margin:0;
    padding: 0;
    font-family: 'Inconsolata';
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'MS Madi';
    src: url('MsMadi-Regular.ttf');
}

@font-face {
    font-family: 'Inconsolata';
    src: url('Inconsolata-VariableFont_wdthwght.ttf');
}

#inicio{
    position:sticky;
    top:0;
    background-image: url('gif_inicio.gif');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vh);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#men_sel{
    display: flex;
    flex-direction: column;
}

#men_sel:hover{
    cursor: pointer;
}

#subme{
    position:relative;
    display:none;
}

#subme_con {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: white;
    color:#DD4A5D;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    width: calc(100% - 40px);
}


#inicio_cabecera{
    position:absolute;
    top:0;
    width:100%;
    height: 90px;
    background-color: #FFF4F5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-family: 'MS Madi';
    color:#DD4A5D;
}


#logo{
    width:380px;
    height: 380px;
}

#acceso{
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 200px;
    color: #DD4A5D;
    background-color: #FFF4F5;
    padding: 10px 20px;
    border-radius: 0 20px 0 0;
    gap: 20px;
    font-family: 'Inconsolata';
    font-size: 0.8em;
    
}

#acceso img{
    width:30px;
    height: 38px;
}

.separador{
    display:flex;
    flex-direction: row;
    z-index: 2;
    position:relative;
}

.separador__item{
    width: calc(100% / 14);
    height: 90px;
    background-color: #FFF4F5;
    border-radius: 70% 70% 0 0;
}


header{
    display: flex;
    justify-content:center;
    background-color: #FFF4F5;
    z-index:15;
    position:sticky;
    top:0;
    padding:20px 40px;
    width: calc( 100% - 80px);
    border-bottom-color: #DD4A5D;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    
}

.fl-c{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}


#logo_carta{
    display: flex;
    gap:70px;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9em;
}

#logo_carta img{
    width:35px;
    height: 25px;
}

#logo_carta a{
    padding:10px 20px 10px 20px;
    background-color: #FFE7E7;
    border-radius: 5px;
    color:#DD4A5D;
    font-weight: 600;
    text-decoration: none;
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:15px;
    color:#DD4A5D;
}

nav a{
    text-decoration: none;
    color:#DD4A5D;

}

nav img{
    width: 5px;
    height: 5px;
}

#menu_selector{
   color:#DD4A5D;
   background-color: #ffffff;
   border-radius: 5px;
   padding:10px 20px; 
}


#seccion1{
    height: calc(100vh);
    display: flex;
    justify-content: center;
    position:relative;
    z-index: 2;
    background-color: #FFF4F5;
    color: #DD4A5D;
    width: calc(100% - 200px);
    padding: 0 100px;
    align-items: center;
}

h1{
    font-family: 'MS Madi';
    font-size: 6em;
    font-weight: 500;
    margin:0;
    margin-bottom: 60px;
}

@media (max-width: 1500px){
    h1{
        font-size: 5em;
    }
}

.bg-dark{
    background-color: #FFE5E7;
}

.f-mid-40{
    width: 50%;
}


.f-mid-40 img{
    width: 100%;
}

#seccion1 p{
    font-family: 'Inconsolata';
}

.h-450{
    height: 450px;
}

.p-right-100{
    width: calc(50% - 140px);
    padding-right: 140px;
    font-size: 1.2em;
}

#seccion1 .f-mid img{
    width:100%;
}

#img_bienvenida{
    background-image: url('bienvenidos.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

#nuestra_carta{
    background-color: #FFE5E7;
    position:relative;
    z-index:3;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}

.fl-c-c{
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
}

#nuestra_carta h2{
    font-size: 6em;
    font-family: 'MS Madi';
    color:#DD4A5D;
    font-weight: 200;
    margin: 10px 0px 30px 0px;
    
}

#nuestra_carta a{
    padding:10px 20px 10px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    color:#DD4A5D;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.2em;
    transition: all 0.2s ease-in-out;
}

#nuestra_carta a:hover{
    background-color: #DD4A5D;
    color:white;
    cursor: pointer;
}

.s2{
    background-color: #FFF4F5;
}

.max-w{
    width:100%;
    max-width: 1600px;
    display: flex;
    justify-content: center;
}

.section_menu{
    position: relative;
    z-index:10;
    background-color: #FFE5E7;
}

.bg-filter{
    transition: 0.2s ease-in-out;
}

.bg-filter:hover{
    backdrop-filter:brightness(0.5) blur(10px);
    
}
.fl-c-c-m{
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    color:white;
    
}
.fl-c-c-m h2{
    font-family: 'MS Madi';
    font-size: 6em;
    color:white;
    font-weight: 200;
    margin: 10px 0px 30px 0px;
    
}

.fl-c-c-m p{
    width:700px;
    font-size: 1.1em;
    color:white;
    font-family: 'Inconsolata';
    font-weight: 200;
}

.fl-c-c-m a{
    padding: 10px 40px 10px 40px;
    background-color: #ffffff;
    color: #DD4A5D;
    border-radius: 10px;
    width: fit-content;
    font-size: 1.1em;
    margin-top: 20px;
    transition: 0.2s ease-in-out;
}

.fl-c-c-m a:hover {
    background-color: #DD4A5D;
    color:white;
    cursor: pointer;
}

#cafeteria{
    background-image: url('Secciones/iced-dalgona-coffee-whipped-instant-coffee-in-a-g-2024-12-07-03-39-46-utc.jpg');
    background-size: cover;
    background-position: center;
}

#pasteleria{
    background-image: url('Secciones/iceland-adventure-2014-2024-09-18-21-16-30-utc.jpg');
    background-size: cover;
    background-position: center;
}

.bg-filter {
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
}

#tartas{
    background-image: url('Secciones/professional-confectioner-using-pastry-scraper-to-2024-11-27-03-37-28-utc.jpg');
    background-size: cover;
    background-position: center;
}

#tartas{
    background-image: url('Secciones/professional-confectioner-using-pastry-scraper-to-2024-11-27-03-37-28-utc.jpg');
    background-size: cover;
    background-position: center;
}

#panaderia{
    background-image: url('Secciones/french-traditional-breads-close-up-2025-03-25-13-42-05-utc.jpg');
    background-size: cover;
    background-position: center;
}

#cajaregalo{
    background-image: url('Secciones/closed-box-with-different-cakes-wrapped-with-threa-2025-03-09-03-40-39-utc.JPG');
    background-size: cover;
    background-position: center;
}

#cattering{
   background-image: url('Secciones/woman-serving-a-large-platter-of-sandwiches-at-a-c-2025-04-05-03-50-30-utc.jpg');
    background-size: cover;
    background-position: center; 
}



#nuestra_historia {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 4;
    background-color: #FFF4F5;
    color:#DD4A5D;
    padding: 100px 100px;
}
.row-f{
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#nuestra_historia p{
    width:350px;
    font-size: 1.2em;
}

#nuestra_historia h2{
    font-family: 'MS Madi';
    font-size: 7em;
    font-weight: 100;
}

h2{
    line-height: 0.8em;
}


.flex-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}

#nuestra_historia__container{
    background-image: url('nuestra_historia.jpg');
    width:100%;
    border-radius: 50px;
    position:relative;
    z-index:4;
    height: 400px;
    background-size: cover;
    background-position: center;
}

#nuestra_historia__container img{
    position:absolute;
    bottom:0;
    right:0;
    width: 180px;
    height: 180px;
    transform: translate(50px,90px) rotate(-30deg);
}

#resenas_c {
    display: flex;
    flex-direction: column;
    width:100%;
    position:relative;
    z-index:10;
    background-color: #FFF4F5;
    padding: 100px 100px;
    gap:100px;
}

#resenas h2{
    font-family: 'MS Madi';
    font-size: 6em;
    font-weight: 100;
    color:#DD4A5D;
    margin-top: 0;
    text-align: left;
}

#resenas__intro{
    display:flex;
    flex-direction: row;
    gap:100px;
}

#resenas__intro h2{
    width: 50%;
}

.resenas__fl-c{
    display: flex;
    flex-direction: column;
    width:50%;
}

.resenas__fl-c p{
    width:60%;
    color:#DD4A5D;
}

#resenas_action{
    display:flex;
    flex-direction: row;
    align-items: center;
    gap:30px;
}

#resenas_action img{
    width:30px;
    height: 30px;
}

#resenas__cards{
    display: flex;
    flex-direction: row;
    gap:30px;
}

#resenas{
   display: flex;
    justify-content: center;
    width: 100%;
    background-color: #FFF4F5;
    position: relative;
    z-index: 10;
}

a{
    text-decoration: none;
    color:unset;
}

.resenas__card{
    border-radius: 25px;
    background-color: #F7D5D8;
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    padding:30px;
    gap:30px;
}

.resenas__card img{
    width:150px;
}

.resenas__card p{
    color: #DD4A5D;
    font-size: 0.9em;
    margin-top: 0;
}

.resenas__name{
    font-weight: 900;
}

#galeria{
    position:relative;
    background-color: #FFE5E7;
    z-index: 10;
}

#galeria img{
    width: 100%;
}


#mapa{
    position:relative;
    background-color: #FFE5E7;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}

#mapa__map{
    border-radius: 25px;
    width:90%;
}


footer{
    display: flex;
    flex-direction: row;
    position:relative;
    z-index: 10;
    background-color: #F7D5D8;
    padding: 40px 100px;
    justify-content: center;
}

.footer_item{
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    color:#DD4A5D;
}


#footer_logo{
    width:230px;
    height: 90px;
}


.footer__img img{
    width:50px;
    height: 50px;
}

footer .max-w{
    justify-content: space-between;
    align-items: center;
}

.derecha{
    justify-content: end;
    display: flex;
}

.footer_item__item{
    display: flex;
    flex-direction: row;
    color:#DD4A5D;
    justify-content: start;
    align-items: center;
    gap:30px;
}

.footer_item__item img{
    width: 30px;
    height: 30px;
}