html{box-sizing:border-box;font-size:62.5%}*,:after,:before{box-sizing:inherit}*{list-style:none;margin:0;padding:0}body{background-color:#f7f0e8;font-family:Lato,sans-serif;font-size:1,6rem}p{color:#000}a{text-decoration:none}figure,iframe,img,picture,video{display:block;max-width:100%}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.tex-center{text-align:center}.contenedor{margin:0 auto;width:55%}.header{background-image:url(../img/headermio.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:100%}.header__flex{align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:space-between;width:100%}.header__context{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:15rem;width:100%}@media (min-width:768px){.header__context{margin-top:10rem}}.header__h1{animation-direction:reverse;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:initial;animation-iteration-count:1;-webkit-animation-name:pata;animation-name:pata;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;color:#f7f0e8;font-family:"Source Serif Pro",serif;font-size:clamp(5rem,9vw,9rem);font-weight:700;text-align:center;width:100%}@-webkit-keyframes pata{0%{opacity:1;-webkit-transform:translatex(0);transform:translatex(0)}to{opacity:0;-webkit-transform:translatex(-100%);transform:translatex(-100%)}}@keyframes pata{0%{opacity:1;-webkit-transform:translatex(0);transform:translatex(0)}to{opacity:0;-webkit-transform:translatex(-100%);transform:translatex(-100%)}}.header__span{animation-direction:reverse;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:initial;animation-iteration-count:1;-webkit-animation-name:spann;animation-name:spann;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;color:#f7f0e8;display:block;font-family:Square Peg,cursive;font-size:clamp(7rem,10vw,10rem);letter-spacing:.2rem;text-transform:none}@-webkit-keyframes spann{0%{opacity:1;-webkit-transform:translatex(0);transform:translatex(0)}to{opacity:0;-webkit-transform:translatex(-100%);transform:translatex(-100%)}}@keyframes spann{0%{opacity:1;-webkit-transform:translatex(0);transform:translatex(0)}to{opacity:0;-webkit-transform:translatex(-100%);transform:translatex(-100%)}}.header__check{cursor:pointer;height:3rem;opacity:0;position:absolute;right:46%;top:70%;width:3rem;z-index:9}@media (min-width:768px){.header__check{display:none}}.header__burguer{background-color:#fff;border-radius:.2rem;height:.6rem;position:absolute;right:46%;top:70%;-webkit-transform:rotate(0deg) translateY(1.2rem);transform:rotate(0deg) translateY(1.2rem);-webkit-transform-origin:top left;transform-origin:top left;transition:background-color .3s ease,-webkit-transform .5s ease;transition:transform .5s ease,background-color .3s ease;transition:transform .5s ease,background-color .3s ease,-webkit-transform .5s ease;width:3rem;z-index:8}@media (min-width:768px){.header__burguer{display:none}}.header__burguer:after,.header__burguer:before{background-color:#fff;border-radius:.2rem;content:"";display:block;height:.6rem;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;width:100%}.header__burguer:before{background-color:#fff;-webkit-transform:rotate(0deg) translateY(-.9rem);transform:rotate(0deg) translateY(-.9rem)}.header__burguer:after{background-color:#fff;-webkit-transform:rotate(0deg) translateY(.3rem);transform:rotate(0deg) translateY(.3rem)}.header__check:checked+.header__burguer{background-color:transparent}.header__check:checked+.header__burguer:before{-webkit-transform:rotate(45deg) translateY(.2rem);transform:rotate(45deg) translateY(.2rem)}.header__check:checked+.header__burguer:after{-webkit-transform:rotate(-45deg) translate(.2rem,-.4rem);transform:rotate(-45deg) translate(.2rem,-.4rem)}.header__nav{align-items:center;background-color:#eab464;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;-webkit-transform:translatex(-100%);transform:translatex(-100%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;z-index:7}@media (min-width:768px){.header__nav{background-color:transparent;height:20vh;margin-top:50rem;-webkit-transform:translate(0);transform:translate(0);width:100%}}.header__navegacion{align-items:center;display:flex;flex-direction:column;height:50%;justify-content:center;margin:4rem 0}@media (min-width:768px){.header__navegacion{align-items:center;display:flex;flex-direction:row;height:10%;justify-content:space-between;margin-bottom:5rem;width:70%}}.header__link{color:#f7f0e8;font-family:"Source Serif Pro",serif;font-size:3rem;margin-bottom:3rem;text-align:left;text-align:center;text-transform:uppercase}@media (min-width:768px){.header__link{color:#f3f3f4;font-family:"Source Serif Pro",serif;font-size:2rem;margin-top:4rem;padding:1rem;text-transform:uppercase;transition:.3s}.header__link:hover{background-color:#2f6146;border-radius:1rem}}.header__check:checked~.header__nav{-webkit-transform:translatex(0);transform:translatex(0)}.terraza{margin:0 auto;width:95%}@media (min-width:768px){.terraza{width:90%}}.terraza__base{box-shadow:6px 6px 31px 0 rgba(0,0,0,.27);display:grid;gap:1fr;gap:.6rem;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.terraza__base{display:grid;gap:1fr;grid-template-columns:repeat(4,1fr)}}.terraza__imagen1,.terraza__imagen5{height:100%;width:100%}.terraza__imagen5{grid-column:1/-1;-o-object-fit:cover;object-fit:cover}.terraza__divs{grid-column:1/-1;height:auto;width:100%}.terraza__texto{border-radius:.5rem;height:100%;margin-top:3rem;width:100%}.terraza__parrafo{border-left:2px solid #f3f3f4;border-right:2px solid #f3f3f4;color:#2f6146;font-size:2rem;font-weight:300;line-height:1.5;margin:auto;padding:1rem;text-align:center;width:80%}@media (min-width:768px){.terraza__parrafo{font-size:2.5rem}}.horarios{background-attachment:fixed;background-image:url(../img/horario001.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:50rem;margin:8rem 0 0;width:100%}.horarios__textoho{align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;width:80%}@media (min-width:768px){.horarios__textoho{height:100%;width:100%}}.horarios__parrafoho{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;color:#f7f0e8;font-size:2rem;font-weight:400;padding:2rem;text-align:center;text-transform:uppercase}@media (min-width:768px){.horarios__parrafoho{font-size:3rem}}.footer .footer{background-color:#2f6146;width:100%}.footer .footer__datos{display:grid;gap:1fr;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.footer .footer__datos{display:grid;gap:1fr;grid-template-columns:repeat(2,1fr)}}.footer .footer__flexf{align-items:center;display:flex;flex-direction:row-reverse;justify-content:center;margin:0}@media (min-width:768px){.footer .footer__flexf{margin:1.5rem}}.footer .footer__h3{color:#f7f0e8;font-size:1.8rem;margin:0;padding:2rem}@media (min-width:768px){.footer .footer__h3{padding:3rem 0 3rem 1rem}}.footer .footer__h3f{color:#f7f0e8;font-size:1.4rem;padding:3rem 0 3rem 1rem}.footer .footer__imgf{height:auto;width:5rem}.patriarca{align-items:center;background-attachment:fixed;background-image:url(../img/fondopatriarca-2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column-reverse;justify-content:center;margin-bottom:3rem;margin-top:3rem;padding:1.5rem}@media (min-width:768px){.patriarca{align-items:center;display:flex;flex-direction:row;justify-content:center}}.patriarca__imagenp{align-items:center;display:flex;height:auto;justify-content:center;width:70%}.patriarca__fotop{box-shadow:6px 6px 31px 0 rgba(0,0,0,.27);margin-top:2rem;width:50%}.patriarca__textop{border-bottom:2px solid #f7f0e8;border-left:2px solid #f7f0e8;color:#f7f0e8;font-size:2rem;font-weight:400;margin:0 1.5rem;padding-bottom:1rem;padding-left:1rem}@media (min-width:768px){.patriarca__textop{font-size:2.5rem;padding:2rem}}.separadores{align-items:center;display:flex;justify-content:center;margin:3rem 0}.separadores__imagenhoja{height:auto;padding-bottom:1rem;padding-top:1rem;width:30%}@media (min-width:768px){.separadores__imagenhoja{height:auto;padding-bottom:4rem;padding-top:4rem;width:10%}}.menu{align-items:center;background-color:#f7f0e8;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;padding-bottom:4rem;padding-top:2rem;width:100%}@media (min-width:768px){.menu{align-items:center;display:flex;flex-direction:row;justify-content:space-around}}.menu h4{border-bottom:2px solid #2f6146;border-left:2px solid #2f6146;color:#2f6146;font-size:2rem;margin-top:2rem;padding:0 0 1rem 1rem}@media (min-width:768px){.menu h4{font-size:3rem;font-weight:300;margin-top:0}}.menu__fotom{box-shadow:-4px 20px 49px -12px rgba(0,0,0,.58);margin-top:2rem}@media (min-width:768px){.menu__fotom{margin-top:2rem}}.cafe{display:grid;gap:1fr;grid-template-columns:repeat(1,1fr);height:100%;width:100%}@media (min-width:768px){.cafe{display:grid;gap:1fr;grid-template-columns:repeat(2,1fr)}}.cafe__imagent{height:auto;width:100%}.cafe__cafecont{align-items:center;background-color:#f7f0e8;display:flex;height:100%;justify-content:center;width:100%}.cafe__cafet{color:#2f6146;font-size:2rem;font-weight:300;margin:0 auto;padding:1.5rem;text-align:center;width:100%}@media (min-width:768px){.cafe__cafet{font-size:2.5rem}}.comida{align-items:center;font-display:flex;height:100%;justify-content:center;margin-top:5rem;width:100%}.comida__parrafoc{border-left:2px solid #f3f3f4;border-right:2px solid #f3f3f4;color:#2f6146;font-size:2rem;font-weight:300;line-height:1.5;margin:auto;padding:1rem;text-align:center;width:80%}@media (min-width:768px){.comida__parrafoc{font-size:2.5rem}}.fondoh{background-color:#f7f0e8;height:100%;width:100%}.container{margin:0 auto;max-width:1200px;overflow:hidden;width:90%}.hero{background-color:#2f6146;height:15rem;padding:0;width:100%}h1{color:#f7f0e8;font-family:"Source Serif Pro",serif;font-size:4rem;font-size:clamp(3rem,2vw,4rem);text-transform:uppercase;z-index:1}.header__spanc{color:#f7f0e8;display:block;font-family:Square Peg,cursive;font-size:clamp(1.6rem,1.6vw,5rem);letter-spacing:.2rem;text-align:center;text-transform:none}.nav__fotoc{display:block;width:10%}.nav{--state-close:scale(0);--state-hamburguer:scale(1);--state-menu:translate(-100%);align-items:center;display:grid;grid-template-columns:repeat(2,-webkit-max-content);grid-template-columns:repeat(2,max-content);justify-content:space-between}.nav:target{--state-menu:translate(0);--state-close:scale(1);--state-hamburguer:scale(0)}.nav__close,.nav__hamburguer{cursor:pointer;grid-column:-2/-1;grid-row:1/2;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.nav__hamburguer{-webkit-transform:var(--state-hamburguer);transform:var(--state-hamburguer)}.nav__close{-webkit-transform:var(--state-close);transform:var(--state-close)}.nav__icon{width:5rem}.nav__links{align-content:center;background-color:#eab464;bottom:0;display:grid;gap:4rem;left:0;padding:0 0 0 5%;position:absolute;right:0;top:0;-webkit-transform:var(--state-menu);transform:var(--state-menu);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.nav__item{list-style:none}.nav__link{color:#f7f0e8;font-family:"Source Serif Pro",serif;font-size:3rem;letter-spacing:2px;text-decoration:none;text-transform:uppercase}@media (min-width:768px){.nav{--state-hamburguer:scale(0);--state-menu:translate(0)}.nav:target{--state-close:scale(0)}.nav__links{background-color:unset;gap:1.5em;grid-auto-flow:column;grid-column:-2/-1;grid-row:1/2;padding:0;position:unset;-webkit-transform:unset;transform:unset}.nav__link{color:#f7f0e8;font-family:"Source Serif Pro",serif;font-size:2rem;font-weight:700;letter-spacing:none}}.footer{background-color:#2f6146;width:100%}.footer__datos{display:grid;gap:1fr;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.footer__datos{display:grid;gap:1fr;grid-template-columns:repeat(2,1fr)}}.footer__flexf{align-items:center;display:flex;flex-direction:row-reverse;justify-content:center;margin:0}@media (min-width:768px){.footer__flexf{margin:1.5rem}}.footer__h3{color:#f7f0e8;font-size:1.8rem;margin:0;padding:2rem}@media (min-width:768px){.footer__h3{padding:3rem 0 3rem 1rem}}.footer__h3f{color:#f7f0e8;font-size:1.4rem;padding:3rem 0 3rem 1rem}.footer__imgf{height:auto;width:5rem}.silder{background-color:#f7f0e8}.swiper-img{height:auto;width:100%}@media (min-width:768px){.swiper-img{height:auto;width:100%}}.swiper{height:100%;margin:0 auto;width:100%}@media (min-width:768px){.swiper{height:auto;width:75%}}.swiper-slide{align-items:center;display:flex;justify-content:center}.swiper-button-next,.swiper-button-prev{color:#2f6146;display:none}@media (min-width:768px){.swiper-button-next,.swiper-button-prev{color:#2f6146;display:flex}}.swiper-pagination-bullet{background-color:#2f6146}.historia__parrafoh{color:#2f6146;font-size:3rem;font-style:italic;font-weight:300;line-height:1.5;padding:3rem}@media (min-width:768px){.historia__parrafoh{padding:5rem}}.separadoresh{align-items:center;display:flex;justify-content:center;margin:8rem auto;width:30%}.separadoresh__imagenhojahtop{height:auto;width:80%}@media (min-width:768px){.separadoresh__imagenhojahtop{height:auto;width:30%}}.separadoresh__imagenhojah{height:auto;width:100%}@media (min-width:768px){.separadoresh__imagenhojah{height:auto;width:30%}}.datosc,.datosc__datosc{margin:0 auto;width:100%}.datosc__datosc{background-color:#f7f0e8;display:grid;gap:1fr;grid-template-columns:repeat(1,1fr)}.datosc__flexc{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;padding:2rem;width:50%}.datosc__imgc{height:auto;margin:.5rem 0;width:6rem}.datosc__fotor{margin:0 auto;width:55%}@media (min-width:768px){.datosc__fotor{width:20%}}.datosc__h3c{border-bottom:3px solid #2f6146;color:#2f6146;font-size:1.8rem;margin:0;padding:2rem}@media (min-width:768px){.datosc__h3c{padding:3rem 0}}.fondofoto{background-attachment:fixed;background-image:url(../img/fuego-1.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:40rem;width:100%}.footerc{align-items:center;background-color:#2f6146;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;width:100%}.footerc__socialesc{display:grid;gap:1fr;grid-template-columns:repeat(1,1fr);margin-bottom:3rem}.footerc__redes{display:grid;gap:1fr;grid-template-columns:repeat(2,1fr)}.footerc__flexr{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.footerc__h3r{color:#f7f0e8;font-size:2rem;padding:3rem 0}.footerc__h4c{border-bottom:2px solid #f7f0e8;color:#f7f0e8;font-size:3rem;padding:3rem;text-align:center}.footerc__imgf{height:auto;width:8rem}