.About{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:800px;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.About__pic{margin-top:9rem;height:35rem;width:28rem;max-width:75%}.About__pic__img{width:100%;height:100%;object-position:bottom;object-fit:cover;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1)}.About__text{width:80%;max-width:34.5rem;margin-top:5rem;margin-bottom:10rem;font-size:1.16rem;color:#b31a24;line-height:1.6}.About__arrow{align-self:flex-end;margin:2rem 5rem 7rem}.About__arrow:hover{cursor:pointer}.About__arrow img{width:5.9rem;align-items:flex-end;transform:rotate(90deg)}@media screen and (max-width: 600px){.About__pic{margin-top:6rem}.About__text{margin:3rem 0 5rem;width:78%;max-width:28rem}.About__arrow{margin-bottom:5rem}}@-webkit-keyframes fadeIn{0%{opacity:0}75%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}75%{opacity:0}to{opacity:1}}.ImageLoader{display:flex;align-items:center;justify-content:center}.ImageLoader__img{width:100%;height:100%;object-fit:cover;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ImageLoader__loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#00000005}.ImageLoader__spinner{width:3rem;height:3rem;border:3px solid #f3f3f3;border-top:3px solid #666;border-radius:50%;animation:spin 1s linear infinite}.ImageLoader__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#00000005}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ImageLoader--small .ImageLoader__spinner{width:2rem;height:2rem;border-width:2px}.ImageLoader--small .ImageLoader__loading,.ImageLoader--small .ImageLoader__error,.ImageLoader--small .ImageLoader__placeholder{font-size:1.2rem;padding:1rem}.ImageLoader--large .ImageLoader__spinner{width:5rem;height:5rem;border-width:4px}.ImageLoader--large .ImageLoader__loading,.ImageLoader--large .ImageLoader__error,.ImageLoader--large .ImageLoader__placeholder{font-size:1.6rem;padding:3rem}.ImageLoader--primary .ImageLoader__spinner{border-top-color:#3498db}.ImageLoader--secondary .ImageLoader__spinner{border-top-color:#95a5a6}.Blog{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh;white-space:pre-line}.Blog h2{margin:1% 0 5%}.Blog__posts{margin-bottom:15%;width:80%}.Blog__posts__post{border:1px solid #EAE4D8;margin:5% 0;padding:1rem 2rem;background-color:#ede8de}.Container{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:2rem;color:#21273a;text-align:justify;font-family:EB Garamond,serif;font-size:1.167rem;line-height:1.2}.Container__created{align-self:flex-end;color:#b31a24;margin-top:1rem}.Container__button{background-color:transparent;border:none;cursor:pointer;color:#b31a24;font-size:1rem;margin-left:-7px}.posts{display:flex;flex-direction:column;align-items:center;margin-top:5.4375rem;width:80%;max-width:38rem;min-height:100vh;white-space:pre-line;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.posts__filter{width:40rem;max-width:70%;height:3rem;margin-left:15%;padding:1rem;border:none;outline:none;color:#b31a24;background-color:#e9e3d7;font-size:1rem;margin-top:3rem;border-radius:1px;box-shadow:4px 2px 10px #e9e3d84d;-webkit-box-shadow:4px 2px 10px 0px rgba(233,227,216,.3);-moz-box-shadow:4px 2px 10px 0px rgba(233,227,216,.3)}.posts__filtered{height:2rem;width:80%;margin:2rem 0}.posts__filtered__text{text-align:center;font-size:.9rem;color:#b31a2480;font-weight:500;letter-spacing:1px}.posts__container{min-height:40rem;max-width:28rem}.posts__container__post{margin-bottom:12rem}.posts__container__post__title{letter-spacing:2.5px;font-weight:600}.posts__container__post__image{width:100%;min-height:16rem;margin-top:2rem}.posts__container__post__image img{width:100%;height:100%;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.posts__arrows{display:flex;flex-direction:row;justify-content:space-between;width:90%;max-width:38rem;height:6rem;margin:-1rem 0 5rem}.posts__arrows__up{width:5.9rem;object-fit:scale-down;margin-left:-1rem;transform:rotate(90deg)}.posts__arrows__up:hover{cursor:pointer}.posts__arrows__pages{display:flex;flex-direction:column;text-align:end;padding:1rem}.posts__arrows__pages__btn{display:flex;width:13rem;justify-content:space-between}.posts__arrows__pages__btn__left{width:5.9rem;object-fit:scale-down}.posts__arrows__pages__btn__left:hover{cursor:pointer}.posts__arrows__pages__btn__right{display:inline-block;position:absolute;margin-left:7rem;justify-content:flex-end;width:5.9rem;object-fit:scale-down;transform:rotate(180deg)}.posts__arrows__pages__btn__right:hover{cursor:pointer}@media screen and (max-width: 600px){.posts__filter{width:26rem}.posts__filtered{width:95%}.posts__container__post{margin-bottom:8rem}}@-webkit-keyframes fadeIn{0%{opacity:0}75%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}75%{opacity:0}to{opacity:1}}.Contact{display:flex;flex-direction:column;align-items:center;width:70%;max-width:30rem;white-space:pre-line;margin-top:3rem}.Contact__form{display:flex;flex-direction:column;width:100%}.Contact__form__name{color:#b31a24;background-color:#f5f2ed;border:none;padding:1rem 0;border-radius:0;border-bottom:1px solid #B31A24;margin:2rem 0;font-size:1rem;font-family:inherit;font-weight:inherit;outline:none}.Contact__form ::placeholder{color:#b31a24;opacity:1}.Contact__form :-ms-input-placeholder{color:#b31a24}.Contact__form ::-ms-input-placeholder{color:#b31a24}.Contact__form__msgTitle{font-size:1rem;margin-top:4rem}.Contact__form__msg{height:12rem;color:#b31a24;background-color:#f5f2ed;padding:.5rem;border:1px solid #B31A24;margin-top:1rem;font-size:1rem;font-family:inherit;font-weight:inherit;outline:none;resize:none;border-radius:0}.Contact__form__button{font-family:inherit;font-size:.8333rem;font-weight:600;letter-spacing:2px;align-self:flex-end;margin:1rem 0;padding:1rem 0;border:none;color:#b31a24;background-color:#f5f2ed}.Contact__form__button:hover{cursor:pointer}.Contact__links{margin:4rem 0}.Contact__links__link{color:#b31a24;text-decoration:none;font-size:1rem}.Contact__mailSent{text-align:center;width:28rem;max-width:90%;margin:4rem 0 5rem;color:#21273a;font-size:1.3rem}.Contact__mailSent__title{color:#b31a24;font-size:1.5rem;font-weight:500;border-bottom:1px solid #B31A24;letter-spacing:3px;margin-bottom:2rem}.CreateBlogPost{display:flex;flex-direction:column;align-items:center;width:80%;max-width:38rem;white-space:pre-line}.CreateBlogPost__title{display:flex;justify-content:center;align-items:center;font-family:inherit;font-weight:400;font-size:1.2rem;padding:1rem;margin:6rem 0 3rem}.CreateBlogPost__form{display:flex;flex-direction:column;padding:3%;width:90%;height:100%;margin-bottom:2rem;background-color:#ede8de4d}.CreateBlogPost__form__title{padding:1rem;margin:1rem 0 3rem;font-size:1rem;font-family:inherit;outline:none}.CreateBlogPost__form__content{height:400px;margin:1rem 0 3rem;padding:1rem;font-size:1rem;font-family:inherit;outline:none;resize:none}.CreateBlogPost__form__upload{display:flex;flex-direction:column;align-items:center;padding:2rem 0}.CreateBlogPost__form__upload__file{position:relative;font-family:inherit;font-size:.9rem;width:fit-content;max-width:100%;align-self:center;margin-top:-1rem;padding:1rem;border:none;border-radius:3px;color:#b31a24;background-color:#f0ece3;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);overflow:hidden}.CreateBlogPost__form__upload__file input[type=file]{position:absolute;top:0;left:0;transform:scale(5);opacity:0}.CreateBlogPost__form__upload__file:hover{cursor:pointer;background-color:#ede8de;color:#21273a;transform:scale(1.05)}.CreateBlogPost__form__upload__container{width:100%;height:fit-content;min-height:16rem;margin:2rem 0;background-color:#ede8de}.CreateBlogPost__form__upload__container__img{width:100%;height:100%;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.CreateBlogPost__form__upload__progress{display:flex;flex-direction:column;align-items:center;margin:2rem}.CreateBlogPost__form__upload__progress__bar{width:20rem;height:2rem}.CreateBlogPost__form__btn:enabled{font-family:inherit;font-size:1.1rem;width:fit-content;align-self:flex-end;margin:1% 0;padding:1rem;border:none;text-decoration:none;border-radius:3px;color:#21273a;background-color:#f0ece3;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1)}.CreateBlogPost__form__btn:disabled{font-family:inherit;font-size:1.1rem;width:fit-content;align-self:flex-end;margin:2rem 0 6rem;padding:1rem;border:none;text-decoration:none;border-radius:3px;background-color:#e9e3d7}.CreateBlogPost__form__btn:hover{cursor:pointer;color:#21273a;background-color:#ede8de;transform:scale(1.05)}.CreateBlogPost__form__cancelBtn{font-family:inherit;font-size:1.1rem;width:fit-content;align-self:flex-end;margin:1% 0;padding:1rem;border:none;text-decoration:none;border-radius:3px;color:#b31a24;background-color:#eae4d8;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1)}.CreateBlogPost__form__cancelBtn:hover{cursor:pointer;color:#eae4d8;background-color:#b31a24;transform:scale(.9)}.CreateBlogPost__edit{display:flex;justify-content:center;align-items:center;text-align:center;width:15rem;height:3rem;padding:1rem;margin-top:5rem;font-weight:400;font-size:1rem;border-radius:3px;border:1px solid #E9E3D7;background-color:#f0ece3;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1)}.CreateBlogPost__edit:hover{cursor:pointer;background-color:#ede8de;transform:scale(1.015)}.CreateBlogPost__edit::selection{background-color:transparent}.CreateBlogPost__posts{width:98%;margin-top:3rem;-webkit-animation-name:fadeIn1;animation-name:fadeIn1;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.CreateBlogPost__posts__post{margin:5% 0;padding:1rem;border-radius:3px;border:1px solid #EDE8DE;background-color:#f5f2ed}.CreateBlogPost__posts__post img{width:80%;margin:5% 10% 0}.CreateBlogPost__editDelete{display:flex;flex-direction:row;justify-content:center;align-items:center;width:70px;height:30px;border-radius:3px;text-decoration:none;border:none;color:#21273a;background-color:#eae4d8;font-size:.9rem;margin:3% 0 0 1%}.CreateBlogPost__editDelete:hover{cursor:pointer;color:#b31a24;transform:scale(1.15)}.CreateBlogPost__arrow{width:5.9rem;object-fit:scale-down;margin:10rem 0 5rem;transform:rotate(90deg)}.CreateBlogPost__arrow:hover{cursor:pointer}@-webkit-keyframes fadeIn1{0%{opacity:0}to{opacity:1}}@keyframes fadeIn1{0%{opacity:0}to{opacity:1}}.Edit__post{margin:5% 0;padding:1rem;border-radius:3px;border:1px solid #EDE8DE;background-color:#f5f2ed}.Edit__post__title{margin:2.5rem 0 -.5rem}.App{display:flex;flex-direction:column;align-items:center;width:100%}.App__intText{margin:7.5rem 0;width:80%;max-width:32rem;font-size:1.08rem;text-align:center;line-height:1.5;color:#21273a}.App__arrow{margin:-2rem 0 7rem 40%}.App__arrow:hover{cursor:pointer}.App__arrow img{width:5.9rem;align-items:flex-end;transform:rotate(90deg)}@media screen and (max-width: 600px){.App__intText{margin:4rem 0;width:20rem}}.PostA{display:flex;flex-direction:column;width:90%;max-width:42.5rem;font-size:1rem;margin-bottom:18rem}.PostA__title{font-weight:400;letter-spacing:3px;margin-bottom:-.1rem}.PostA__subTitle{margin-bottom:-.8rem}.PostA__image{margin-top:3rem;width:28rem;height:20.5rem;background-color:#e9e3d7;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.PostA__image img{width:100%;height:20.5rem;object-fit:cover}.PostA__text{align-self:flex-end;width:16.5rem;color:#21273a;font-size:1.25rem;line-height:1.6}@media screen and (max-width: 600px){.PostA{width:28rem;max-width:80%;margin-bottom:8rem}.PostA__title{letter-spacing:1px;font-size:1.15rem}.PostA__image{width:80%;height:16rem}.PostA__image img{width:100%;height:16rem;object-fit:cover}.PostA__text{width:14rem;margin-top:1.5rem;text-align:end;font-size:1.12rem}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.PostB{display:flex;flex-direction:column;align-items:flex-end;width:90%;max-width:42.5rem;font-size:1rem;margin-bottom:18rem}.PostB__title{font-weight:400;letter-spacing:3px;margin-bottom:-.1rem}.PostB__subTitle{margin-bottom:-.8rem}.PostB__image{margin-top:3rem;width:20.5rem;height:28rem;background-color:#e9e3d7;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.PostB__image img{width:100%;height:28rem;object-fit:cover}.PostB__text{margin-top:-6.5rem;align-self:flex-start;width:16.5rem;color:#21273a;font-size:1.25rem;line-height:1.6;text-align:end}@media screen and (max-width: 600px){.PostB{width:28rem;max-width:80%;margin-bottom:8rem}.PostB__title{letter-spacing:1px;font-size:1.15rem}.PostB__image{width:70%;height:26rem}.PostB__image img{width:100%;height:26rem;object-fit:cover}.PostB__text{width:14rem;margin-top:1.5rem;text-align:start;font-size:1.12rem}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.Gallery{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80%;max-width:48rem;margin-bottom:18rem}.Gallery__images{display:flex;width:30rem;height:45rem;background-color:#e9e3d7;box-shadow:4px 2px 10px #0000001a;-webkit-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:4px 2px 10px 0px rgba(0,0,0,.1);z-index:2}.Gallery__images__img{width:100%;height:100%;object-fit:cover;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Gallery__images__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#666;font-size:1.4rem}.Gallery__images__loading p{margin-top:1rem}.Gallery__images__spinner{width:4rem;height:4rem;border:3px solid #f3f3f3;border-top:3px solid #666;border-radius:50%;animation:spin 1s linear infinite}.Gallery__slider{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:44rem;margin-top:-43rem}.Gallery__slider__slide{display:flex;justify-content:center;margin-top:14rem;margin-bottom:8rem;height:18rem}.Gallery__slider__slide__left,.Gallery__slider__slide__right{width:50%}.Gallery__slider__arrows{display:flex;justify-content:space-between;align-items:flex-end}.Gallery__slider__arrows__left{width:5.9rem;height:5rem;object-fit:scale-down}.Gallery__slider__arrows__left:hover{cursor:pointer}.Gallery__slider__arrows__right{width:5.9rem;height:5rem;object-fit:scale-down;transform:rotate(180deg)}.Gallery__slider__arrows__right:hover{cursor:pointer}@-webkit-keyframes fadeIn{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 600px){.Gallery{width:23rem;max-width:80%;margin-bottom:7rem}.Gallery__images{width:23rem;height:35rem;max-width:100%}.Gallery__slider{margin-top:-38rem}.Gallery__slider__slide{margin-left:-10%;width:120%}}.NotFound{display:flex;flex-direction:column;align-items:center;width:80%;max-width:1080px;margin-top:40px;color:#21273a;font-size:1rem}.NotFound__btn{margin:4rem 0 10rem;padding:1rem 5rem;border-radius:.5rem;text-decoration:none;color:#b31a24;background-color:#eae4d8}.NotFound__btn:hover{color:#21273a;background-color:#f0ece3;transform:scale(1.05)}.Layout{display:flex;flex-direction:column;align-items:center;min-height:100vh;color:#b31a24;background-color:#f5f2ed;font-family:Roboto,sans-serif;font-weight:300}.Layout__title{margin-top:9.4rem;width:32rem;max-width:70%}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border-bottom:1px solid #B31A24;-webkit-text-fill-color:#B31A24;-webkit-box-shadow:0 0 0px 1000px #F5F2ED inset;box-shadow:0 0 0 1000px #f5f2ed inset;transition:background-color 5000s ease-in-out 0s}@media screen and (max-width: 900px){html{font-size:12px}}@media screen and (max-width: 600px){.Layout__title{margin-top:6rem;max-width:80%}}.NavBar{display:flex;justify-content:center;align-items:center;width:100%;margin-top:3.5rem}.NavBar__link{margin:0 1.5rem;font-size:1rem;text-decoration:none;color:#b31a24}.NavBar__ig,.NavBar__icon{display:none}@media screen and (max-width: 600px){.NavBar{display:flex;flex-direction:column;justify-content:flex-start;margin-top:2rem}.NavBar__inactive{position:absolute;top:-100%}.NavBar__active{position:absolute;top:0rem;height:100vh;padding-top:10rem;transition:all 1.5s ease;background-color:#f5f2ed;opacity:.92;z-index:10;box-shadow:0 5px 15px -3px #e9e3d84d;border-radius:5px}.NavBar__link{margin:1.5rem 0;font-size:1.75rem}.NavBar__ig{display:block}.NavBar__icon{display:flex;align-self:end;width:3rem;height:3rem;margin:1rem 3rem 0 0;font-size:2rem;z-index:20}.NavBar__icon__img{width:100%;object-fit:scale-down}.NavBar__icon :hover{cursor:pointer}}.footer{display:flex;flex-direction:column;justify-content:center;width:100%;height:20.07rem;font-size:1rem;margin-top:5rem;text-align:center;background-color:#e9e3d7}.footer__IG-Amalita{display:flex;align-self:center;width:23rem;max-width:80%;margin:6rem 0 1.6rem}.footer__IG-Amalita img{width:100%}.footer__legal{margin-bottom:-4px}.footer__IG-CBCO{color:#b31a24;align-self:center;text-decoration:none;width:22rem;margin-bottom:8.2rem}.footer__IG-CBCO img{width:100%}@media screen and (max-width: 600px){.footer{height:24rem}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
