*{margin:0;padding:0;box-sizing:border-box}body{font-size:100%}.main-header{display:flex;flex-direction:column-reverse;background:#b0b86c;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;position:sticky;top:0;z-index:100}@media screen and (min-width: 992px){.main-header{flex-direction:column}}@keyframes dropdown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}#menu{display:none}#menu:checked+.nav-bar{display:block;animation:dropdown .5s ease-in-out}#menu:checked~.search-bar .menu-toogle .menu-toogle__top-bread{transform:rotate(45deg) translate(5px,5px)}#menu:checked~.search-bar .menu-toogle .menu-toogle__meat{opacity:0}#menu:checked~.search-bar .menu-toogle .menu-toogle__bottom-bread{transform:rotate(-45deg) translate(5px,-5px)}.nav-bar{background-color:#b0b86c;display:none}@media screen and (min-width: 992px){.nav-bar{display:block;position:static;width:100%;background-color:#b0b86c}}.nav-bar__nav-list{display:flex;flex-direction:column;justify-content:center;list-style-type:none;font-size:1rem;background-color:#b0b86c}@media screen and (min-width: 992px){.nav-bar__nav-list{flex-direction:row;justify-content:center;align-items:center;width:100%}}.nav-bar__nav-item{text-align:center}.nav-bar__nav-link{display:block;background-color:#b0b86c;padding:1rem 2rem;color:#000;text-decoration:none;position:relative}.nav-bar__nav-link:active{color:#fff}.nav-bar__nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;border-radius:100%;background-color:#000;transition:width .3s ease-in-out}.nav-bar__nav-link:hover:after{width:100%}@media screen and (min-width: 992px){.nav-bar__nav-link{font-size:1rem;font-weight:600;letter-spacing:2px}}@media screen and (max-width: 1200px){.nav-bar__nav-link{background-color:#b0b86c;color:#000;font-size:.9rem}}@media screen and (min-width: 1200px){.nav-bar{order:2;width:100%;background-color:#000}}.search-bar{display:flex;background-color:#b0b86c;justify-content:center;align-items:center;width:100%;max-width:1200px;height:3.7rem;margin:0 auto}.search-bar__logo-container{width:2.5rem;height:2.5rem}@media screen and (min-width: 992px){.search-bar__logo-container{width:3rem;height:3rem;margin-left:10px}}.search-bar__logo-img{opacity:1;width:40px;height:100%;object-fit:contain}@media screen and (min-width: 576px){.search-bar__logo-img{width:50px}}@media screen and (min-width: 1200px){.search-bar__logo-img{width:50px;position:relative}}.search-bar__title{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;color:#24291d}.search-bar__form-container{padding:1rem;display:flex;flex-basis:1000px;justify-content:center}@media screen and (min-width: 992px){.search-bar__form-container{max-width:100%}}.search-bar__form-label{background-color:none}.search-bar__form-submit{background-color:#b0b86c;margin-left:1px;border-radius:5px;padding:5px;transition:background-color .4s ease-in-out;cursor:pointer}@media screen and (min-width: 1200px){.search-bar__form-submit:hover{background-color:#bccd25}}.menu-toogle{display:block;flex:0 0 3rem;position:relative;cursor:pointer;height:50px}.menu-toogle__label{display:block;height:100%}.menu-toogle__top-bread,.menu-toogle__meat,.menu-toogle__bottom-bread{display:block;background-color:#333;height:.2rem;position:absolute;left:.5rem;right:.5rem;transition:all .3s ease-in-out}.menu-toogle__top-bread{top:.8rem}.menu-toogle__meat{top:50%;margin-top:-.1rem}.menu-toogle__bottom-bread{bottom:.8rem}@media screen and (min-width: 992px){.menu-toogle{display:none}}.section-cards{background-color:#b0b86c;padding:1rem;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;color:#24291d}.cards-container{display:flex;flex-flow:row wrap;justify-content:center;gap:1rem}main{background-color:#f0ead2}.section-cards{display:flex}.section-cards__header{width:100%;max-width:1250px;margin:0 auto}.cards-container{background-color:#f0ead2;padding:3%;width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media screen and (min-width: 576px){.cards-container{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.cards-container{grid-template-columns:repeat(3,1fr)}}.card{display:flex;flex-direction:column;min-width:0;max-width:100%;background-color:#b0b86c;color:#000;border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden;box-shadow:0 1px 5px #000;transition:none}.card__article{display:flex;flex-direction:column}.card__image{object-fit:cover;width:100%;height:auto;display:block}@media screen and (min-width: 1200px){.card__image{height:100%}}.card__image-container{margin:0 auto;width:100%;max-width:350px;height:auto;overflow:hidden;position:relative;background:#b0b86c}@media screen and (min-width: 1200px){.card__image-container{width:100%;height:250px;max-width:none}}.card__content{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding:2%;background:#b0b86c;border-radius:5px;box-shadow:0 2px 8px #00000026;width:100%;height:auto;position:static;opacity:1;pointer-events:auto;transform:none;transition:none;margin-top:10px}@media screen and (min-width: 1200px){.card__content{font-size:2rem;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .4s,transform .4s;margin-top:0}}.card__heading{font-size:1.2rem;text-align:center;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif}@media screen and (min-width: 576px){.card__heading{font-size:1.6rem}}@media screen and (min-width: 1200px){.card__heading{font-size:3rem}}.card__description{width:100%;font-size:.9rem;text-align:center}@media screen and (min-width: 1200px){.card__description{width:250px;margin:0 auto}}.card__button{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;padding:10px;margin-top:18px;letter-spacing:2px;text-align:center;font-weight:900;background-color:#000;color:#b0b86c;border-radius:5px}@media screen and (min-width: 1200px){.card__button{margin-top:5px;cursor:pointer}}.card__text{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:1.2rem;font-weight:400;color:#000;margin-top:5px}@media screen and (min-width: 576px){.card__text{font-size:1.3rem}}@media screen and (min-width: 1200px){.card__text{font-size:2rem}}@media screen and (min-width: 1200px){.card{height:100%;display:flex;flex-direction:column;justify-content:space-between;border-radius:5px}.card:hover .card__content,.card:focus-within .card__content{opacity:1;pointer-events:auto;transform:translateY(0)}}.slider{background-size:cover;background-position:center;position:relative;width:100%;height:500px;transition:background-image .5s ease-in-out;display:flex;align-items:center;justify-content:center;overflow:hidden}@media screen and (min-width: 768px){.slider{height:300px}}@media screen and (min-width: 992px){.slider{height:430px}}@media screen and (min-width: 1200px){.slider{height:650px;max-width:1250px;margin:0 auto}}.slider__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffb3;border:none;font-size:2rem;padding:.5rem 1rem;cursor:pointer;z-index:2;border-radius:50%;transition:background .2s;-webkit-user-select:none;user-select:none}.slider__arrow:hover{background:#adc178}.slider__arrow--left{left:20px}.slider__arrow--right{right:20px}.slider__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.slider__dot{width:12px;height:12px;border-radius:50%;background:#ffffffb3;cursor:pointer;border:2px solid #adc178;transition:background .2s,border .2s}.slider__dot--active{background:#adc178;border:2px solid #333}.spinner{margin:100px auto;width:80px;height:60px;text-align:center;font-size:10px}.spinner>div{background-color:#333;height:100%;width:16px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.categoria-container{max-width:1400px;margin:0 auto;padding:2rem 1rem;background-color:#f0ead2;box-shadow:0 0 30px}.categoria-title{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:2rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#6c6c6c}.categoria-menu{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;padding:0;list-style:none}@media screen and (min-width: 576px){.categoria-menu{flex-direction:row;justify-content:center}}.categoria-menu__item{background:#b0b86c;color:#222;border:none;border-radius:5px;padding:.7rem 2rem;font-size:1.1rem;font-weight:500;cursor:pointer;box-shadow:0 1px 5px #0002;transition:background .2s,color .2s,box-shadow .2s}.categoria-menu__item:hover,.categoria-menu__item:focus{background:#d4d99c;color:#000;outline:none}.categoria-menu__item.active{background:#6c6c6c;color:#fff;box-shadow:0 2px 8px #0003}.categoria-msg{text-align:center;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:1.1rem;color:#000;margin-top:2rem}footer{background-color:#b0b86c;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif}.content-footer{background:#b0b86c;color:#000;padding:1em;margin-top:5px;margin-bottom:0}@media screen and (min-width: 1200px){.content-footer{display:flex;flex-wrap:wrap;justify-content:space-between}}@media screen and (min-width: 1400px){.content-footer{max-width:1250px;margin:0 auto}}.content-footer__empresa{font-size:1.2rem}@media screen and (min-width: 1200px){.content-footer__empresa{max-width:500px}}.content-footer__logo-eslogan{padding:10px}.content-footer__logo-footer{display:flex;width:150px;margin:auto}@media screen and (min-width: 768px){.content-footer__logo-footer{width:250px}}@media screen and (min-width: 1200px){.content-footer__logo-footer{width:100px}}.content-footer__titulo-footer{text-align:center;letter-spacing:2px;margin-bottom:10px}@media screen and (min-width: 768px){.content-footer__titulo-footer{font-size:2.3rem;letter-spacing:4px}}.content-footer__eslogan{text-align:center;font-weight:700;letter-spacing:3px;margin-bottom:40px}@media screen and (min-width: 768px){.content-footer__eslogan{font-size:1.7rem;letter-spacing:4px}}.content-footer__logo-redes{display:flex;width:100%;gap:30px;align-items:center;justify-content:center;margin-bottom:10px}@media screen and (min-width: 768px){.content-footer__logo-redes{gap:80px}}.content-footer__loguito{width:40px}@media screen and (min-width: 768px){.content-footer__loguito{width:60px}}@media screen and (min-width: 1200px){.content-footer__loguito{width:45px;cursor:pointer;transition:transform .3s ease-in-out}.content-footer__loguito:hover{transform:scale(1.3);filter:drop-shadow(20px 10px 2px rgba(0,0,0,.3490196078))}}.content-footer__pays{width:100%;margin-top:40px}@media screen and (min-width: 992px){.content-footer__pays{display:flex}}@media screen and (min-width: 1200px){.content-footer__pays{display:flex;width:55%}}.content-footer__tarjetas-info{display:flex;width:90%;margin:0 auto;gap:20px}@media screen and (min-width: 992px){.content-footer__tarjetas-info{display:block}}@media screen and (min-width: 1200px){.content-footer__tarjetas-info{display:block}}.content-footer__icons{width:100px}@media screen and (min-width: 768px){.content-footer__icons{width:140px}}@media screen and (min-width: 992px){.content-footer__icons{display:flex;margin:0 auto}}@media screen and (min-width: 1200px){.content-footer__icons{width:100px}}.content-footer__text-info{font-size:1.2rem;font-weight:500;margin-bottom:10px}@media screen and (min-width: 768px){.content-footer__text-info{width:400px;font-size:1.4rem;font-weight:600;margin-left:15%;margin-top:15px}}@media screen and (min-width: 992px){.content-footer__text-info{font-size:1.5rem;width:350px;text-align:center}}@media screen and (min-width: 1200px){.content-footer__text-info{width:200px;font-size:1.4rem;margin:10px auto 0}}.content-footer__content-cardLogos{display:flex;justify-content:space-between;margin-top:50px}@media screen and (min-width: 992px){.content-footer__content-cardLogos{width:90%;margin:50px auto 0}}.content-footer__logos-pays,.content-footer__logo-pays{width:40px;max-width:100%;height:auto}@media screen and (min-width: 576px){.content-footer__logos-pays,.content-footer__logo-pays{width:50px}}@media screen and (min-width: 992px){.content-footer__logos-pays,.content-footer__logo-pays{width:75px}}@media screen and (min-width: 1200px){.content-footer__logos-pays,.content-footer__logo-pays{width:60px}}.content-footer__copyright{display:flex;justify-content:center;align-items:center;text-align:center;font-size:.85rem;color:#444;margin-top:20px;margin-bottom:0;letter-spacing:1px;width:100%}
