@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,800;1,300;1,500;1,800&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* animation */
/* animation output  */
/*
@include keyframes(name_animation) {
	0% { opacity: 1; }
	90% { opacity: 0; }
}
.element {
	width: 100px;
	height: 100px;
	background: black;
	@include animation('name_animation 5s 3');
}
*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: "fontello";
  src: url("/fonts/fontello.eot?48986521");
  src: url("/fonts/fontello.eot?48986521#iefix") format("embedded-opentype"), url("/fonts/fontello.woff2?48986521") format("woff2"), url("/fonts/fontello.woff?48986521") format("woff"), url("/fonts/fontello.ttf?48986521") format("truetype"), url("/fonts/fontello.svg?48986521#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* icos */
.ico {
  display: inline-flex;
  width: 36px;
  height: 30px;
}

[class^=ico]:before, [class*=" ico"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico.facebook:before {
  content: "";
}

.ico.mobile:before {
  content: "";
}

.ico.phone:before {
  content: "";
}

.ico.search:before {
  content: "";
}

.ico.shop:before {
  content: "";
}

.ico.web:before {
  content: "";
}

.ico.whatsapp:before {
  content: "";
}

.ico.instagram:before {
  content: "";
}

.ico.pdf:before {
  content: "";
}

/*********************************************
 * GLOBAL VARIABLES
 *********************************************/
/*********************************************
 * GLOBAL STYLES
 *********************************************/
* {
  box-sizing: border-box;
}

/*----------------*/
/*General*/
/*----------------*/
html,
body {
  min-height: 100%;
}

body {
  background: url("/img/paper.svg") repeat center center #F2ECE6;
  background-size: 400px;
  color: #262C1A;
  font-size: 16px;
  line-height: 130%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 520px) {
  body {
    background: #F2ECE6;
  }
}

li {
  list-style: none;
}

a {
  outline: none;
  color: #262C1A;
  transition: all 0.15s ease-out 0s;
}

a img {
  transition: all 0.15s ease-out 0s;
}

@media only screen and (max-width: 520px) {
  br.desktop {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  br.mobile {
    display: none;
  }
}

p + p {
  margin-top: 15px;
}
p b, p strong {
  font-weight: 500;
}
p a {
  text-decoration: underline;
}

cite {
  display: block;
}
cite:before {
  content: "“";
}
cite:after {
  content: "”";
}
cite + cite {
  margin-top: 10px;
}

article > ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
article > ul li {
  list-style: circle;
}
article > ul li + li {
  margin-top: 8px;
}

small {
  font-size: 12px;
}

code {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  color: #666;
}

table {
  margin: 10px 0 20px;
}
table tr td, table tr th {
  padding: 5px;
  text-align: center;
  border-right: 1px solid #F2ECE6;
  border-bottom: 1px solid #F2ECE6;
}
table tr td:first-child, table tr th:first-child {
  border-left: 1px solid #F2ECE6;
}
table tr th {
  border-top: 1px solid #F2ECE6;
}

/**----- forms --------*/
.input {
  margin-bottom: 15px;
}
.input label {
  margin-bottom: 7px;
  display: block;
  font-weight: 500;
}
.input label + p {
  font-size: 13px;
  margin-top: -7px;
  margin-bottom: 7px;
}
.input label.error {
  margin-top: 5px;
  font-size: 14px;
  display: inline-block;
}
.input label.error:before {
  content: "❌ ";
}
.input input,
.input textarea {
  width: 100%;
  padding: 5px 8px;
  font-size: 16px;
  color: #262C1A;
  background-color: #fff;
  border: 2px solid #F2ECE6;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  transition: border-color 0.6s ease-out;
  outline: none;
}
.input input:focus,
.input textarea:focus {
  border-color: #262C1A;
}
.input.checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.input.checkbox input {
  width: auto;
  margin: 0;
  padding: 0;
}
.input.checkbox label {
  margin-bottom: 0;
  margin-left: 5px;
}
.input input[type=color],
.input input[type=date],
.input input[type=datetime],
.input input[type=datetime-local],
.input input[type=email],
.input input[type=month],
.input input[type=number],
.input input[type=password],
.input input[type=search],
.input input[type=tel],
.input input[type=text],
.input input[type=time],
.input input[type=url],
.input input[type=week],
.input select:focus,
.input textarea {
  font-size: 16px;
}

@media only screen and (min-width: 480px) {
  .doble {
    display: flex;
  }
  .doble .input {
    width: 100%;
  }
  .doble .input + .input {
    margin-left: 20px;
  }
}

.g-recaptcha {
  margin-bottom: 15px;
}
.g-recaptcha > div {
  margin-left: auto;
}

.submit {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.submit input {
  text-align: center;
  background-color: #262C1A;
  color: #F2ECE6;
  border: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
}
.submit input:focus {
  outline: none;
}
@media only screen and (min-width: 800px) {
  .submit input:hover {
    background-color: #7F8C67;
  }
}

/*------ Basics -------*/
.all {
  min-height: 100vh;
  align-items: center;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  background: url("/img/paper.svg") repeat center center #fff;
  background-size: 400px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 520px) {
  .all {
    background: #fff;
  }
}
body.mini .all {
  padding-top: 90px;
}
@media only screen and (max-width: 520px) {
  .all {
    padding-top: 110px;
  }
  body.contact .all {
    padding-top: 0;
  }
}
.all header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("/img/paper.svg") repeat center center #F8DB97;
  background-size: 400px;
  padding: 15px 30px;
}
@media only screen and (max-width: 520px) {
  .all header {
    background: #F8DB97;
  }
}
@media only screen and (max-width: 520px) {
  .all header {
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 12;
  }
}
.all header .logo {
  background: url(../../img/logo.svg) no-repeat scroll center center;
  background-size: 100% auto;
  display: block;
  overflow: hidden;
  text-indent: -9999999px;
  width: 240px;
  height: 48px;
  transition: none;
}
@media only screen and (max-width: 520px) {
  .all header .logo {
    height: 40px;
    width: 150px;
    margin-left: 12px;
  }
}
.all header nav {
  margin-top: 10px;
}
.all header nav ul {
  display: flex;
}
.all header nav ul li {
  list-style: none;
  margin-right: 2px;
}
.all header nav ul li a {
  display: inline-block;
  padding: 0px 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #7F8C67;
  border-bottom: 3px solid transparent;
}
@media only screen and (min-width: 800px) {
  .all header nav ul li a:hover {
    border-bottom-color: #7F8C67;
  }
}
.all header nav ul li + li {
  margin-left: 16px;
}
@media only screen and (max-width: 520px) {
  .all header nav ul {
    display: block;
  }
  .all header nav ul li {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .all header nav ul li a {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  .all header nav {
    display: none;
    transition: none;
    margin-top: 0;
    position: fixed;
    background: url("/img/paper.svg") repeat center center #fff;
    background-size: 400px;
    z-index: 2;
    width: 100%;
    bottom: 48px;
    height: calc(100vh - 48px);
    padding: 20px;
  }
  .menu-open .all header nav {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 520px) and (max-width: 520px) {
  .all header nav {
    background: #fff;
  }
}
@media only screen and (max-width: 520px) {
  .all header nav ul {
    margin-bottom: 10px;
  }
  .all header nav ul li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .all header nav ul li a {
    font-size: 30px;
  }
}
.all header .show-menu {
  display: none;
}
@media only screen and (max-width: 520px) {
  .all header .show-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: url("/img/paper.svg") repeat center center #7F8C67;
    background-size: 400px;
  }
}
@media only screen and (max-width: 520px) and (max-width: 520px) {
  .all header .show-menu {
    background: #7F8C67;
  }
}
.all header .show-menu i {
  width: 40%;
  height: 3px;
  background-color: #F8DB97;
  border-radius: 2px;
  transition: all 0.3s ease-out;
}
.all header .show-menu i:nth-child(2) {
  margin: 6px 0;
  transform-origin: center center;
}
.all header .show-menu.open i:first-child {
  transform: rotate(45deg);
}
.all header .show-menu.open i:nth-child(2) {
  transform: scaleX(0);
  margin: -3px 0;
}
.all header .show-menu.open i:last-child {
  transform: rotate(-45deg);
}
body.mini .all header {
  position: fixed;
  z-index: 12;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  max-width: 800px;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 520px) {
  body.mini .all header {
    padding: 0;
  }
}
body.mini .all header .logo {
  background: url("/img/srmerkadoor.gif") center center no-repeat;
  width: 70px;
  height: 70px;
  background-size: 110%;
}
@media only screen and (max-width: 520px) {
  body.mini .all header .logo {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }
}
body.mini.menu-open .all header {
  transform: translateX(-50%) translateY(0%);
}
body.mini.scrolling_up .all header {
  transform: translateX(-50%) translateY(0%);
}
@media only screen and (max-width: 520px) {
  body.mini.scrolling_up .all header {
    left: 0;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 520px) {
  .all .content {
    padding: 0;
  }
}
.all .content section {
  padding: 30px;
}
@media only screen and (max-width: 520px) {
  .all .content section {
    padding: 15px;
  }
}
.all .content section.intro {
  position: relative;
  padding: 0;
  background: url(/img/mercado.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 30px;
}
@media only screen and (max-width: 520px) {
  .all .content section.intro {
    padding: 30px;
  }
}
.all .content section.intro .txt {
  color: #fff;
  position: relative;
  z-index: 2;
}
.all .content section.intro .txt p {
  font-size: 18px;
}
@media only screen and (max-width: 520px) {
  .all .content section.intro .txt p {
    font-size: 14px;
  }
}
.all .content section.intro .txt p span {
  font-weight: 500;
}
.all .content section.intro .txt p + p {
  font-size: 24px;
}
@media only screen and (max-width: 520px) {
  .all .content section.intro .txt p + p {
    font-size: 20px;
  }
}
.all .content section.intro .txt h1 {
  margin-top: 10px;
  font-size: 44px;
  line-height: 100%;
}
@media only screen and (max-width: 520px) {
  .all .content section.intro .txt h1 {
    font-size: 34px;
  }
}
.all .content section.intro .txt h2 {
  margin-top: 5px;
  font-size: 26px;
  line-height: 110%;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .all .content section.intro .txt h2 {
    font-size: 20px;
  }
}
.all .content section.intro video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media only screen and (max-width: 520px) {
  .all .content section.intro video {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio {
    padding-top: 30px;
    position: relative;
  }
}
.all .content section.directorio > .input {
  position: relative;
}
@media only screen and (min-width: 480px) {
  .mini .all .content section.directorio > .input {
    background: url("/img/paper.svg") repeat center center #fff;
    background-size: 400px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    padding: 10px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 480px) and (max-width: 520px) {
  .mini .all .content section.directorio > .input {
    background: #fff;
  }
}
@media only screen and (min-width: 480px) {
  .mini .all .content section.directorio > .input label {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .mini .all .content section.directorio > .input input + i {
    right: 39px;
    bottom: 19px;
  }
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio > .input {
    background: url("/img/paper.svg") repeat center center #fff;
    background-size: 400px;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    left: 0;
    transform: translateX(0);
    padding: 8px 10px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 520px) and (max-width: 520px) {
  .all .content section.directorio > .input {
    background: #fff;
  }
}
.all .content section.directorio > .input label {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio > .input label {
    display: none;
  }
}
.all .content section.directorio > .input input {
  padding: 12px 15px;
  border-radius: 30px;
  border-color: #7F8C67;
  border-width: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #7F8C67;
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio > .input input {
    font-size: 16px;
    padding: 6px 15px;
  }
}
.all .content section.directorio > .input input + i {
  color: #7F8C67;
  position: absolute;
  right: 12px;
  bottom: 9px;
  font-size: 28px;
  transition: transform 0.3s ease-out;
  transform: scale(1);
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio > .input input + i {
    right: 3px;
    bottom: 8px;
    font-size: 20px;
  }
}
.all .content section.directorio > .input input:focus + i {
  transform: scale(0);
}
.all .content section.directorio .listado {
  margin-top: 30px;
  min-height: 80vh;
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio .listado {
    margin-top: 0px;
  }
}
.all .content section.directorio .listado .title {
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio .listado .title {
    font-size: 16px;
  }
}
.all .content section.directorio .listado > p {
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 500;
  color: red;
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio .listado > p {
    margin-bottom: 15px;
  }
}
.all .content section.directorio .listado ul li {
  padding: 15px;
  border: 1px solid #F2ECE6;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio .listado ul li {
    padding: 10px;
  }
}
.all .content section.directorio .listado ul li.carniceria {
  border-left: 5px solid darkred;
}
.all .content section.directorio .listado ul li.carniceria p > span.contacto a {
  background-color: darkred;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li.carniceria p > span.contacto a:hover {
    background-color: #262C1A;
    color: #F8DB97;
  }
}
.all .content section.directorio .listado ul li.charcuteria {
  border-left: 5px solid red;
}
.all .content section.directorio .listado ul li.charcuteria p > span.contacto a {
  background-color: red;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li.charcuteria p > span.contacto a:hover {
    background-color: #262C1A;
    color: #F8DB97;
  }
}
.all .content section.directorio .listado ul li.congelados {
  border-left: 5px solid lightblue;
}
.all .content section.directorio .listado ul li.congelados p > span.contacto a {
  background-color: lightblue;
  color: #262C1A;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li.congelados p > span.contacto a:hover {
    background-color: #262C1A;
    color: #F8DB97;
  }
}
.all .content section.directorio .listado ul li.frutas {
  border-left: 5px solid yellowgreen;
}
.all .content section.directorio .listado ul li.frutas p > span.contacto a {
  background-color: yellowgreen;
  color: #262C1A;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li.frutas p > span.contacto a:hover {
    background-color: #262C1A;
    color: #F8DB97;
  }
}
.all .content section.directorio .listado ul li.lacteos {
  border-left: 5px solid beige;
}
.all .content section.directorio .listado ul li.lacteos p > span.contacto a {
  background-color: beige;
  color: #262C1A;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li.lacteos p > span.contacto a:hover {
    background-color: #262C1A;
    color: #F8DB97;
  }
}
.all .content section.directorio .listado ul li.pasteleria {
  border-left: 5px solid lightpink;
}
.all .content section.directorio .listado ul li.pasteleria p > span.contacto a {
  background-color: lightpink;
  color: #fff;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li.pasteleria p > span.contacto a:hover {
    background-color: #262C1A;
    color: #F8DB97;
  }
}
.all .content section.directorio .listado ul li.pescados {
  border-left: 5px solid dodgerblue;
}
.all .content section.directorio .listado ul li.pescados p > span.contacto a {
  background-color: dodgerblue;
  color: #fff;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li.pescados p > span.contacto a:hover {
    background-color: #262C1A;
    color: #F8DB97;
  }
}
.all .content section.directorio .listado ul li.polleria {
  border-left: 5px solid gold;
}
.all .content section.directorio .listado ul li.polleria p > span.contacto a {
  background-color: gold;
  color: #262C1A;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li.polleria p > span.contacto a:hover {
    background-color: #262C1A;
    color: #F8DB97;
  }
}
.all .content section.directorio .listado ul li.otros {
  border-left: 5px solid gray;
}
.all .content section.directorio .listado ul li.otros p > span.contacto a {
  background-color: gray;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li.otros p > span.contacto a:hover {
    background-color: #262C1A;
    color: #F8DB97;
  }
}
.all .content section.directorio .listado ul li p {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio .listado ul li p {
    display: block;
  }
}
.all .content section.directorio .listado ul li p > span > span {
  display: block;
}
@media only screen and (min-width: 480px) {
  .all .content section.directorio .listado ul li p > span.info {
    display: flex;
    flex-direction: column;
  }
  .all .content section.directorio .listado ul li p > span.info > span {
    order: 1;
  }
  .all .content section.directorio .listado ul li p > span.info > span.tipo {
    order: 2;
    margin-top: 10px;
  }
}
.all .content section.directorio .listado ul li p .tipo .tag {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.all .content section.directorio .listado ul li p .tipo .tag b {
  font-size: 20px;
  margin-right: 3px;
}
.all .content section.directorio .listado ul li p .tipo .tag + .tag {
  margin-left: 6px;
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio .listado ul li p .tipo .tag {
    font-size: 8px;
  }
  .all .content section.directorio .listado ul li p .tipo .tag b {
    font-size: 16px;
  }
}
.all .content section.directorio .listado ul li p .nombre {
  font-size: 20px;
  font-weight: 500;
}
.all .content section.directorio .listado ul li p .dir {
  margin-top: 4px;
  font-size: 13px;
  line-height: 120%;
}
.all .content section.directorio .listado ul li p .contacto {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-self: flex-end;
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio .listado ul li p .contacto {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
  }
}
.all .content section.directorio .listado ul li p .contacto a {
  text-decoration: none;
  background-color: #7F8C67;
  color: #F8DB97;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 0;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.all .content section.directorio .listado ul li p .contacto a i {
  margin-right: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 8px 12px;
  border-radius: 20px 0 0 20px;
  width: 36px;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .all .content section.directorio .listado ul li p .contacto a:hover {
    background-color: #262C1A;
  }
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio .listado ul li p .contacto a {
    margin-top: 5px;
    font-size: 11px;
    padding: 0 10px 0 0;
  }
  .all .content section.directorio .listado ul li p .contacto a i {
    font-size: 14px;
    padding: 6px 0 0 8px;
    height: 26px;
    width: 30px;
  }
}
.all .content section.directorio .listado ul li p .contacto a + a {
  margin-top: 5px;
}
@media only screen and (max-width: 520px) {
  .all .content section.directorio .listado ul li p .contacto a + a {
    margin-top: 5px;
    margin-left: 5px;
  }
}
.all .content section.directorio .listado ul li + li {
  margin-top: 15px;
}
.all .content section.contacto {
  padding: 30px;
  min-height: calc(100vh - 449px);
}
.all .content section.contacto h3 {
  font-size: 28px;
  line-height: 120%;
  font-weight: 500;
}
.all .content section.contacto h4 {
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
.all .content section.contacto h3 + h4 {
  margin-top: 5px;
}
.all .content section.contacto p + h3 {
  margin-top: 20px;
}
.all .content section.contacto p + h4 {
  margin-top: 20px;
}
.all .content section.contacto p strong {
  color: red;
}
.all .content section.contacto .importante {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}
.all .content section.contacto .importante > span {
  display: flex;
  align-items: center;
}
.all .content section.contacto .importante > span b {
  font-size: 40px;
  margin-right: 8px;
}
.all .content section.contacto .importante > span + span {
  margin-top: 10px;
}
.all .content section.contacto .importante > span strong {
  font-weight: 500;
  color: lightsalmon;
}
.all .content section.contacto form {
  margin-top: 20px;
}
.all .content section.contacto form .select2 {
  display: block;
  width: calc(100%) !important;
  margin-bottom: 15px;
  position: relative;
  border-right: 40px solid #F2ECE6;
}
.all .content section.contacto form .select2:after {
  content: "";
  display: block;
  position: absolute;
  right: -26px;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 3px solid #262C1A;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.all .content section.contacto form .select2 .select2-selection--multiple {
  border-radius: 0;
  border: 2px solid #F2ECE6;
}
.all .content section.contacto form .select2 .select2-selection--multiple input {
  margin-bottom: 0;
}
.all .content section.contacto form label + p strong {
  color: lightsalmon;
}
.all .content section.contacto form label + p strong i {
  font-style: normal;
  font-family: monospace;
}
.all .content section.contacto form > p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 520px) {
  .landing .all .content section.intro .txt h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .landing .all .content section.intro .txt h2 {
    font-size: 16px;
  }
}
.landing .all .content section.directorio .listado {
  margin-top: 0;
}
.landing .all .content section.directorio.menu-seo .listado {
  margin-top: 20px;
}
.landing .all .content section.directorio.menu-seo .listado ul li p .info .nombre {
  font-size: 16px;
}

footer {
  font-size: 9px;
  line-height: 170%;
  letter-spacing: 1px;
  font-weight: 500;
  background-color: #7F8C67;
  color: #F8DB97;
  padding: 10px 20px;
  text-align: center;
}
footer a {
  color: #F8DB97;
  text-decoration: underline;
}

.covid {
  background-color: #01afaf;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 10px 20px;
}
.covid a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 520px) {
  .filtros {
    display: flex;
    align-items: center;
    background: url("/img/paper.svg") repeat center center #fff;
    background-size: 400px;
    position: fixed;
    z-index: 9;
    top: 52px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 9px 10px 7px;
    margin: 0;
  }
}
@media only screen and (max-width: 520px) and (max-width: 520px) {
  .filtros {
    background: #fff;
  }
}
.filtros .title {
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 520px) {
  .filtros .title {
    margin-bottom: 0;
  }
}
.filtros .title .mobile {
  display: none;
}
@media only screen and (max-width: 520px) {
  .filtros .title .mobile {
    display: block;
    margin-right: 5px;
    font-size: 12px;
  }
}
.filtros .title .desktop {
  display: block;
}
@media only screen and (max-width: 520px) {
  .filtros .title .desktop {
    display: none;
  }
}
.filtros .filters {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 520px) {
  .filtros .filters {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.filtros .filters li {
  margin-right: 4px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 520px) {
  .filtros .filters li {
    display: inline-block;
    margin: 0;
  }
}
.filtros .filters li a {
  display: block;
  text-decoration: none;
  border: 2px solid #F2ECE6;
  padding: 16px 8px 11px;
  font-size: 34px;
  border-radius: 100%;
}
.filtros .filters li a.active {
  background-color: #F2ECE6;
}
@media only screen and (max-width: 520px) {
  .filtros .filters li a {
    display: inline-block;
    font-size: 16px;
    padding: 9px 8px 7px 8px;
  }
}

#avisos {
  bottom: 10px;
  position: fixed;
  right: 10px;
  max-width: calc(100% - 20px);
  z-index: 10000;
  background-color: #F2ECE6;
  color: #262C1A;
  font-weight: 500;
}
#avisos > div {
  padding: 20px;
}


/*# sourceMappingURL=app.css.map*/