@font-face {
  font-family: 'MS_REGULAR';
  src: url("../fonts/montserrat-regular-webfont.woff2") format('woff2'), url("../fonts/montserrat-regular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MS_LIGHT';
  src: url("../fonts/montserrat-light-webfont.woff2") format('woff2'), url("../fonts/montserrat-light-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MS_BOLD';
  src: url("../fonts/montserrat-bold-webfont.woff2") format('woff2'), url("../fonts/montserrat-bold-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MS_BLACK';
  src: url("../fonts/montserrat-black-webfont.woff2") format('woff2'), url("../fonts/montserrat-black-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
.flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex .column {
  width: 100%;
  display: block;
}
.flex.one > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex.two > .column {
  max-width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.flex.three > .column {
  max-width: 33.3333%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 33.3333%;
  -ms-flex: 1 1 33.3333%;
  flex: 1 1 33.3333%;
}
.flex.four > .column {
  max-width: 25%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.flex.five > .column {
  max-width: 20%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
.flex.six > .column {
  max-width: 16.6667%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 16.6667%;
  -ms-flex: 1 1 16.6667%;
  flex: 1 1 16.6667%;
}
.flex.seven > .column {
  max-width: 14.2857%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 14.2857%;
  -ms-flex: 1 1 14.2857%;
  flex: 1 1 14.2857%;
}
.flex.eight > .column {
  max-width: 12.5%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 12.5%;
  -ms-flex: 1 1 12.5%;
  flex: 1 1 12.5%;
}
.flex.nine > .column {
  max-width: 11.1111%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 11.1111%;
  -ms-flex: 1 1 11.1111%;
  flex: 1 1 11.1111%;
}
.flex.ten > .column {
  max-width: 10%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
}
a {
  text-decoration: none;
}
a,
a:hover,
a span {
  cursor: pointer;
}
ul,
li {
  list-style: none;
}
.hide {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.blur {
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
}
.sup {
  position: relative;
  bottom: 1ex;
  font-size: 80%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.light {
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif !important;
}
.regular {
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif !important;
}
.bold {
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif !important;
}
.black {
  font-family: 'MS_BLACK', 'Open Sans', 'Times New Roman', sans-serif !important;
}
body {
  position: relative;
  width: 100%;
  font-size: 10px;
  line-height: 1em;
  text-align: left;
  font-style: normal;
  color: #3d4247;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  background-color: #fff;
}
section,
header,
footer {
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  position: relative;
  z-index: 1;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
section,
header,
footer {
  background-color: #fff;
}
.dog-link {
  background-color: #fff;
  position: relative;
  display: block;
  padding: 5px;
  zoom: 1;
}
.dog-link:before,
.dog-link:after {
  content: "";
  display: table;
}
.dog-link:after {
  clear: both;
}
.dog-link .flex.two {
  border-top: 2px solid #f2f2f2;
  position: absolute;
  bottom: 10px;
  right: 15px;
  max-width: calc(100% - 140px);
  display: block;
}
.dog-link .flex.two .column {
  width: auto;
  max-width: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.dog-link .flex.two .column:last-child:after {
  display: none;
}
.dog-link .flex.two .column:after {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  bottom: 5px;
  right: -5px;
  background-color: #8dc63f;
}
.dog-link .flex.two .withLabel {
  display: none;
}
.dog-link.dog-gray {
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.dog-link.dog-gray .content-doginfo {
  background-color: #f2f2f2;
}
.dog-link.adopted-dog {
  background-color: #3d4247;
  margin-bottom: 10px;
}
.dog-link.adopted-dog .flex.two {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.dog-link.adopted-dog .flex.two .column {
  margin: 0;
  width: 100%;
  display: block;
  max-width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.dog-link.adopted-dog .flex.two .column:after {
  display: none;
}
.dog-link.adopted-dog .content-doginfo .dog-race,
.dog-link.adopted-dog .content-doginfo .label-doginfo {
  color: #8dc63f;
}
.dog-link.adopted-dog .content-doginfo .flex.two {
  padding: 0;
  border-color: #fff;
}
.dog-link.adopted-dog .content-doginfo .flex.two .column {
  max-width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.dog-link.adopted-dog .content-doginfo .for-button {
  display: none;
}
.dog-link.adopted-dog .content-doginfo .dog-ref,
.dog-link.adopted-dog .content-doginfo .dog-info {
  color: #fff;
}
.dog-link.adopted-dog .content-doginfo .dog-info {
  text-align: right;
}
.dog-link .dog-photo {
  display: block;
  overflow: hidden;
  max-width: 110px;
  float: left;
}
.dog-link .dog-photo img {
  object-fit: cover;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dog-link .dog-photo .dog-checked {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-shadow: 0 0 10px rgba(0,0,0,0.75);
  font-size: 13px;
  line-height: 25px;
  text-align: right;
}
.dog-link .content-doginfo {
  padding: 5px 10px;
  max-width: calc(100% - 110px);
/*position relative*/
  display: block;
  float: left;
}
.dog-link .content-doginfo .flex.two {
  border-top-width: 0;
}
.dog-link .content-doginfo .dog-race {
  display: block;
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  color: #00703c;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
}
.dog-link .content-doginfo .dog-ref {
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
}
.dog-link .content-doginfo .label-doginfo,
.dog-link .content-doginfo .dog-info {
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
.dog-link .content-doginfo .label-doginfo {
  color: #00703c;
}
.dog-link .content-doginfo .dog-info {
  color: #3d4247;
  text-align: left;
}
.dog-link .content-doginfo .for-button {
  text-align: right;
}
.dog-link .content-doginfo .dog-button {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  font-size: 11px;
  line-height: 11px;
  text-align: right;
  text-transform: uppercase;
  color: #8dc63f;
}
.dog-link .content-doginfo .dog-button:before {
  content: '';
  width: 33%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #8dc63f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dog-link .content-doginfo .dog-button:hover:before {
  width: 100%;
}
section {
  padding: 0;
}
section.standard {
  padding-top: 50px;
  padding-bottom: 100px;
/* LIST CITIES */
/* FORM MISSING */
/* ANY */
/* LIST MISSING, ADOPT, ADOPTED ETC */
/* LIST CITIES */
/* LIST NEWS,  */
/* DETAIL CITIES */
}
section.standard.pbAsCol {
  padding-bottom: 0;
}
section.standard.formSection .column > p:first-child {
  padding: 0;
}
section.standard.formSection .main-flex .h3 {
  display: block;
  margin-top: 60px;
  margin-bottom: 40px;
}
section.standard p + img {
  margin-top: 50px;
  margin-bottom: 50px;
}
section.standard .flex.three {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
section.standard .flex.three > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
section.standard .flex.list-flex {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
section.standard .flex.list-flex > .column.noticia {
  margin-bottom: 100px;
}
section.standard .flex.list-flex > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
section.standard .flex.list-flex > .column.dog-link {
  max-width: calc(100% + 40px);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc(100% + 40px);
  -ms-flex: 1 1 calc(100% + 40px);
  flex: 1 1 calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
section.standard .flex.list-flex > .column.adopted-dog .flex.two {
  padding: 0;
  border-width: 0;
}
section.standard .flex.list-flex > .column.adopted-dog .content-doginfo .label-doginfo {
  color: #fff;
}
section.standard .flex.list-flex > .column:hover .dog-photo img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.standard .flex.list-flex.detail-doginlist > .column,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
section.standard .flex.list-flex.detail-doginlist > .column .flex.two,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .flex.two {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 15px;
  max-width: 100%;
}
section.standard .flex.list-flex.detail-doginlist > .column .flex.two .column,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .flex.two .column {
  width: 100%;
  display: block;
  max-width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-top: 12px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #f2f2f2;
}
section.standard .flex.list-flex.detail-doginlist > .column .flex.two .column:after,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .flex.two .column:after {
  display: none;
}
section.standard .flex.list-flex.detail-doginlist > .column .flex.two .withLabel,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .flex.two .withLabel {
  display: block;
}
section.standard .flex.list-flex.detail-doginlist > .column .content-doginfo,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .content-doginfo {
  max-width: 100%;
}
section.standard .flex.list-flex.detail-doginlist > .column .content-doginfo .dog-race,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .content-doginfo .dog-race {
  font-size: 21px;
  line-height: 31px;
  text-align: left;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
}
section.standard .flex.list-flex.detail-doginlist > .column .content-doginfo .dog-ref,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .content-doginfo .dog-ref {
  font-size: 11px;
  line-height: 21px;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
}
section.standard .flex.list-flex.detail-doginlist > .column .content-doginfo .label-doginfo,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .content-doginfo .label-doginfo,
section.standard .flex.list-flex.detail-doginlist > .column .content-doginfo .dog-info,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .content-doginfo .dog-info {
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
}
section.standard .flex.list-flex.detail-doginlist > .column .content-doginfo .dog-info,
section.standard .flex.list-flex.detail-doginlist > .column.dog-link .content-doginfo .dog-info {
  text-align: right;
}
section.standard .municipio .municipio-photo {
  display: block;
  overflow: hidden;
  max-width: 100%;
}
section.standard .municipio img {
  display: block;
  object-fit: cover;
  min-width: 100%;
  max-height: 370px;
  max-width: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.standard .municipio .municipio-content {
  display: block;
  margin-bottom: 40px;
  padding: 22px 15px;
}
section.standard .municipio .municipio-content .municipio-nome {
  display: block;
  font-size: 19px;
  line-height: 25px;
  color: #00703c;
  text-align: left;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  padding-bottom: 15px;
}
section.standard .municipio:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.standard .municipio .button {
  padding: 0;
  margin-top: 8px;
  background-color: transparent;
  color: #8dc63f;
}
section.standard .municipio .button i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 10px;
}
section.standard .municipio .button:hover {
  background-color: transparent;
  color: #8dc63f;
}
section.standard .municipio .button:hover i {
  padding-left: 16px;
}
section.standard .noticia {
  margin-bottom: 100px;
}
section.standard .noticia .news-tag {
  margin-top: 5px;
  margin-bottom: 0;
}
section.standard .noticia .news-photo {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
section.standard .noticia .news-photo img {
  max-width: none;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section.standard .noticia .news-content {
  padding-top: 20px;
}
section.standard .noticia .news-title {
  display: block;
  margin-top: 5px;
  font-size: 19px;
  line-height: 29px;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
  text-align: left;
}
section.standard .noticia .news-title span {
  display: inline;
}
section.standard .noticia .news-title.no-tags {
  margin-top: 42px;
}
section.standard .noticia p,
section.standard .noticia .asP {
  padding-top: 20px;
}
section.standard .noticia:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.standard .noticia:hover .news-title span {
  border-bottom: 2px solid #919497;
}
section.standard .main-flex .info-municipio > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 40px;
}
section.standard .main-flex .info-municipio > .column .municipio-info-title {
  display: block;
  font-size: 19px;
  line-height: 25px;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
  text-align: left;
  margin-bottom: 8px;
}
section.standard .main-flex .info-municipio > .column .municipio-info-title i:before {
  font-size: 25px;
  color: #8dc63f;
  padding-right: 30px;
}
section.standard .main-flex .info-municipio > .column > address,
section.standard .main-flex .info-municipio > .column > a,
section.standard .main-flex .info-municipio > .column .municipio-info-text {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #3d4247;
  text-align: left;
  font-style: normal;
  padding-left: 40px;
}
section.standard .main-flex .info-municipio > .column > a {
  text-decoration: underline;
}
section.standard .main-flex .info-municipio > .column > a:hover {
  color: #8dc63f;
}
section.standard .main-flex .info-municipio > .column .network-list {
  padding-left: 40px;
}
section.standard form {
  margin-top: 47px;
}
section.gray {
  background-color: #e3e3e3;
}
section.contacts {
  padding-top: 100px;
  padding-bottom: 100px;
}
section.contacts .container > .flex.three > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 20px;
}
section.contacts .asTable .col-4 {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
section.home-info {
  padding-top: 92px;
  padding-bottom: 100px;
}
section.home-info h1,
section.home-info h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #00703c;
}
section.home-info p,
section.home-info .asP {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
section.home-info .button {
  margin-top: 47px;
}
section.home-info img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
section form {
  width: 100%;
}
section form .flex.three > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
section form label {
  margin-bottom: 10px;
}
section form input {
  height: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
section form input,
section form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background-color: #f2f2f2;
  padding-left: 15px;
  padding-right: 15px;
}
section form textarea {
  min-height: 155px;
  max-height: 400px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
section form button {
  margin-top: 15px;
}
section form input[type=radio],
section form input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  min-width: auto;
  width: 0;
}
section form label.forRadio,
section form label.forCheckbox {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 20px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
  text-align: left;
}
section form label.forRadio:before,
section form label.forCheckbox:before,
section form label.forRadio:after,
section form label.forCheckbox:after {
  content: '';
  position: absolute;
}
section form label.forRadio:before,
section form label.forCheckbox:before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
}
section form input[type=radio]:checked + .forRadio:after,
section form input[type=checkbox]:checked + .forCheckbox:after {
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #8dc63f;
}
section form label.forCheckbox:before,
section form label.forCheckbox:after {
  border-radius: 0 !important;
}
section form .reCAPTCHA + button {
  margin-bottom: 50px;
}
.contact-block i,
.contact-block .infotype,
.contact-block .infosubtype,
.contact-block .infotext,
.contact-block .moreinfo,
.contact-block address {
  display: block;
}
.contact-block i:before {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  color: #8dc63f;
  text-align: left;
}
.contact-block i {
  margin-bottom: 25px;
}
.contact-block .infotype {
  font-size: 29px;
  line-height: 39px;
  color: #3d4247;
  text-align: left;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  margin-bottom: 25px;
}
.contact-block .infosubtype,
.contact-block address,
.contact-block .address {
  font-size: 15px;
  line-height: 20px;
  color: #8dc63f;
  text-align: left;
  font-style: normal;
}
.contact-block address,
.contact-block .address {
  color: #3d4247;
  margin-bottom: 15px;
}
.contact-block .infotext {
  font-size: 19px;
  line-height: 24px;
  color: #3d4247;
  text-align: left;
  margin-bottom: 15px;
}
.contact-block a.infotext:hover {
  text-decoration: underline;
}
.contact-block .moreinfo {
  font-size: 13px;
  line-height: 20px;
  color: #3d4247;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
.contact-block .asTable {
  margin: 0;
}
.contact-block .asTable > .column:nth-child(2n+1) {
  padding-right: 15px;
  max-width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.contact-block .asTable > .column:nth-child(2n+2) {
  padding-left: 0;
  text-align: right;
  max-width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.contact-block .titleAsColumn {
  margin: 0;
  font-size: 13px;
  line-height: 55px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: left;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #fff;
}
.contact-block .infotext + .infosubtype + .infotext {
  margin: 0;
}
.contact-block .infotext + .asP.moreinfo {
  margin-top: 15px;
}
.formRequired {
  padding-left: 5px;
  color: #8dc63f;
}
label.formError {
  color: #d10000 !important;
}
input.formError {
  border: 1px solid #ed1c24;
}
input + span.formError {
  margin-top: -20px;
}
span.formError {
  display: block;
  font-size: 13px;
  line-height: 23px;
  color: #00703c;
  text-align: left;
}
.formTitle {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  color: #3d4247;
  text-transform: uppercase;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
.formDesc,
label,
input,
textarea {
  display: block;
  font-size: 13px;
  line-height: 23px;
  color: #3d4247;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
h1,
.h1 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #00703c;
}
h2,
.h2,
h3,
.h3 {
  font-size: 29px;
  line-height: 36px;
  color: #3d4247;
  text-align: left;
  font-style: normal;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
h3,
.h3 {
  font-size: 21px;
  line-height: 31px;
}
p,
.asP {
  display: block;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
}
.skewed {
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
  outline: 1px solid transparent;
}
.container {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.container.large {
  max-width: 280px;
}
.container.outright {
  margin: 0;
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
}
button {
  cursor: pointer;
}
header {
  width: 100%;
  z-index: 1001;
  background-color: #fff /*menucolor*/;
}
header img {
  width: auto;
}
header .large.container .flex {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 16px;
  padding-bottom: 17px;
}
header .large.container .flex .column:first-child {
  max-width: calc( ( ( 693% ) * 100 ) / ( 1168 ) );
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc( ( ( 693% ) * 100 ) / ( 1168 ) );
  -ms-flex: 1 1 calc( ( ( 693% ) * 100 ) / ( 1168 ) );
  flex: 1 1 calc( ( ( 693% ) * 100 ) / ( 1168 ) );
}
header .large.container .flex .column:last-child {
  max-width: calc( ( ( 445% ) * 100 ) / ( 1168 ) );
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc( ( ( 445% ) * 100 ) / ( 1168 ) );
  -ms-flex: 1 1 calc( ( ( 445% ) * 100 ) / ( 1168 ) );
  flex: 1 1 calc( ( ( 445% ) * 100 ) / ( 1168 ) );
  text-align: right;
  padding-top: 0px;
}
header .large.container .flex .column:last-child.relative {
  position: static;
}
header .large.container .flex .column a:last-child {
  margin: 0;
}
header .large.container .flex .column a.pesquisa {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-: 0;
  color: #8dc63f;
  font-size: 17px;
  text-transform: uppercase;
  width: 40px;
  height: 27px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  color: #3d4247;
}
header .large.container .flex .column a.pesquisa:before,
header .large.container .flex .column a.pesquisa:after {
  display: none;
}
header .large.container .flex .column a.pesquisa i.icon-loupe {
  display: block;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
header .large.container .flex .column a.pesquisa .html-icon-close {
  display: none;
}
header .large.container .flex .column a.pesquisa .html-icon-close:before,
header .large.container .flex .column a.pesquisa .html-icon-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  height: 25px;
  width: 2px;
  background-color: #3d4247;
}
header .large.container .flex .column a.pesquisa .html-icon-close:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
header .large.container .flex .column a.pesquisa .html-icon-close:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}
header .search {
  display: block;
  width: 100%;
  height: 50px;
  max-width: 0;
  overflow: hidden;
  z-index: 1000;
  position: absolute;
  bottom: 5px;
  right: 100px;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
header .search.open {
  max-width: calc(100% - 100px);
}
header .search i.icon-loupe {
  display: block;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  font-size: 20px;
}
header .search input {
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2 /*menucolor*/;
  font-size: 15px;
  line-height: 52px;
  text-align: left;
  color: #3d4247;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
header .search button {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 10px;
  background-color: #8dc63f;
  color: #fff;
}
header .main-menu {
  display: none;
  min-height: 100vh;
  background-color: #fff /*menucolor*/;
}
header .main-menu.open {
  display: block;
}
header .main-menu ul {
  width: 100%;
  display: block;
  position: static !important;
}
header .main-menu ul li {
  width: 100%;
  display: block;
/*&:nth-child(n+5)
					.sub-menu
						text-align center
						ul
							display inline-block
							vertical-align top
							width auto
				&:nth-child(6n)
					.sub-menu
						padding-left: 150px
				&:nth-child(7n)
					.sub-menu
						padding-left: 350px*/
}
header .main-menu ul li a {
  height: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  font-size: 11px;
  line-height: 47px;
  text-align: center;
  color: #8dc63f;
  text-transform: uppercase;
}
header .main-menu ul li .sub-menu {
  display: none;
}
header .main-menu ul li .sub-menu.centered ul {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
header .responsive-menu-button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  width: 29px;
  height: 29px;
}
header .responsive-menu-button .menu-button {
  height: 2px;
  width: 11px;
  z-index: 998;
  position: absolute;
  top: 50%;
  right: 9px;
  background-color: #3d4247;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .responsive-menu-button .menu-button:before,
header .responsive-menu-button .menu-button:after {
  content: '';
  left: 0;
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #3d4247;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .responsive-menu-button .menu-button:before {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  top: -6px;
}
header .responsive-menu-button .menu-button:after {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  bottom: -6px;
}
header .responsive-menu-button.open .menu-button {
  background-color: #f2f2f2;
}
header .responsive-menu-button.open .menu-button:before,
header .responsive-menu-button.open .menu-button:after {
  width: 26px;
}
header .responsive-menu-button.open .menu-button:before {
  top: -9px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
header .responsive-menu-button.open .menu-button:after {
  bottom: -9px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
#menu {
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1;
  position: fixed;
  left: 0;
  visibility: hidden;
  background-color: #fff;
}
#menu.open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 4000;
  visibility: visible;
}
#menu ul li a {
  width: 100%;
  height: 48px;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  font-size: 11px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
}
#menu .main-menu li a {
  color: #8dc63f;
}
#menu .other-menu li a {
  color: #3d4247;
  background-color: #e3e3e3;
}
/* _____________ */
.background-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: calc( ( ( 376% ) * 100 ) / ( 1920 ) );
}
.button {
  height: 40px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #8dc63f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 11px;
  line-height: 42px;
  text-align: center;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  text-transform: uppercase;
  color: #00703c;
}
.button:hover {
  color: #fff;
  background-color: #00703c;
}
.control-button {
  cursor: pointer;
}
.control-button.arrow-left {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.control-button.arrow-left:hover {
  padding-right: 20px;
}
.control-button.arrow-right {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.control-button.arrow-right:hover {
  padding-left: 20px;
}
footer {
  background-color: #3d4247;
  color: #fff;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer #municipios {
  background-color: #f2f2f2;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer #municipios .flex {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer #municipios .flex .column {
  max-width: calc(50% - 25px);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc(50% - 25px);
  -ms-flex: 1 1 calc(50% - 25px);
  flex: 1 1 calc(50% - 25px);
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
}
footer #municipios .flex .column img {
  margin: 0 auto;
  width: auto;
  -webkit-filter: opacity(75%) grayscale(100%);
  filter: opacity(75%) grayscale(100%);
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  mix-blend-mode: multiply;
}
footer #municipios .flex .column:hover img {
  -webkit-filter: opacity(75%) grayscale(100%);
  filter: opacity(100%) grayscale(100%);
}
footer #contactos {
  padding-top: 46px;
  padding-bottom: 0px;
}
footer #contactos .flex.four > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
footer #contactos .flex.four .col-1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
footer #contactos .flex.four .col-2 {
  -webkit-box-ordinal-group: 20;
  -moz-box-ordinal-group: 20;
  -o-box-ordinal-group: 20;
  -ms-flex-order: 20;
  -webkit-order: 20;
  order: 20;
}
footer #contactos .flex.four .col-3 {
  -webkit-box-ordinal-group: 30;
  -moz-box-ordinal-group: 30;
  -o-box-ordinal-group: 30;
  -ms-flex-order: 30;
  -webkit-order: 30;
  order: 30;
}
footer #contactos .flex.four .col-4 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
footer #contactos .flex.four .col-4 .contact-title:hover {
  text-decoration: none;
}
footer #contactos .contact-title {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #8dc63f;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
footer #contactos .contact-title:hover {
  text-decoration: underline;
}
footer #contactos ul {
  padding-top: 17px;
  padding-bottom: 27px;
}
footer #contactos ul li:not(.contact-social) {
  text-align: center;
}
footer #contactos ul a {
  display: block;
}
footer #contactos .contact-info {
  display: block;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
}
footer #contactos .contact-info a {
  color: #fff;
}
footer #contactos address {
  font-style: normal;
}
footer #contactos .contact-big {
  display: block;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
}
footer #contactos .contact-big a {
  color: #fff;
}
footer #contactos form {
  zoom: 1;
  padding-bottom: 50px;
}
footer #contactos form:before,
footer #contactos form:after {
  content: "";
  display: table;
}
footer #contactos form:after {
  clear: both;
}
footer #contactos form label {
  display: block;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
footer #contactos form input {
  margin-top: 20px;
  float: left;
  width: 100%;
  height: 40px;
  font-size: 11px;
  line-height: 42px;
  text-align: left;
  color: #3d4247;
  padding-left: 15px;
  padding-right: 15px;
  max-width: calc(100% - 50px);
}
footer #contactos form button {
  color: #fff;
  float: right;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  background-color: #8dc63f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer #contactos form button i,
footer #contactos form button i:before {
  font-size: 16px !important;
  line-height: 42px;
}
footer #contactos form button:hover {
  background-color: #00703c;
}
footer #footer {
  min-height: 69px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #8dc63f;
}
footer #footer.flex .column {
  width: 100%;
}
footer #footer.flex .column.livetech {
width: 72px;
height: 44px;
margin-bottom: 24px;
background-image: url(../img/logo-livetech-negativo.svg);
background-position: right bottom;
background-repeat: no-repeat;
text-indent: -99999px;
}
footer #footer.flex .column img {
  width: auto;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
footer #footer li {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
footer #footer li a {
  color: #fff;
}
footer #footer .col-1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
footer #footer .col-2 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
footer #footer .col-3 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
ul.network-list {
  text-align: center;
}
.contact-social {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 32px;
  color: #3d4247;
  text-align: center;
  -webkit-box-shadow: 0 0 1px 1px transparent;
  box-shadow: 0 0 1px 1px transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-social a {
  color: #3d4247;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-social:hover a {
  color: #fff;
}
.contact-social.facebook {
  -webkit-box-shadow: 0 0 1px 1px #3b5998;
  box-shadow: 0 0 1px 1px #3b5998;
}
.contact-social.facebook:hover {
  -webkit-box-shadow: 0 0 1px 1px #3b5998;
  box-shadow: 0 0 1px 1px #3b5998;
  background-color: #3b5998;
}
.contact-social.twitter {
  -webkit-box-shadow: 0 0 1px 1px #00aced;
  box-shadow: 0 0 1px 1px #00aced;
}
.contact-social.twitter:hover {
  -webkit-box-shadow: 0 0 1px 1px #00aced;
  box-shadow: 0 0 1px 1px #00aced;
  background-color: #00aced;
}
.contact-social.gplus {
  font-size: 15px;
  -webkit-box-shadow: 0 0 1px 1px #d34836;
  box-shadow: 0 0 1px 1px #d34836;
}
.contact-social.gplus:hover {
  -webkit-box-shadow: 0 0 1px 1px #d34836;
  box-shadow: 0 0 1px 1px #d34836;
  background-color: #d34836;
}
.contact-social.instagram {
  font-size: 17px;
  -webkit-box-shadow: 0 0 1px 1px #bc2a8d;
  box-shadow: 0 0 1px 1px #bc2a8d;
}
.contact-social.instagram:hover {
  -webkit-box-shadow: 0 0 1px 1px #bc2a8d;
  box-shadow: 0 0 1px 1px #bc2a8d;
  background-color: #bc2a8d;
}
.contact-social.youtube {
  -webkit-box-shadow: 0 0 1px 1px #e52d27;
  box-shadow: 0 0 1px 1px #e52d27;
}
.contact-social.youtube:hover {
  -webkit-box-shadow: 0 0 1px 1px #e52d27;
  box-shadow: 0 0 1px 1px #e52d27;
  background-color: #e52d27;
}
#cookies {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3000;
  background-color: rgba(60,65,70,0.9);
  height: 66px;
  width: 100%;
  color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cookies .cookie-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 68px;
  text-align: center;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
#cookies .cookie-text a {
  color: #fff;
  text-decoration: underline;
}
#cookies #close-cookies {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #fff;
}
#cookies #close-cookies:before,
#cookies #close-cookies:after {
  content: '';
  width: 1px;
  height: 13px;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(60,65,70,0.9);
}
#cookies #close-cookies:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
#cookies #close-cookies:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}
#cookies #close-cookies:hover {
  background-color: #8dc63f;
}
#cookies #close-cookies:hover:before,
#cookies #close-cookies:hover:after {
  background-color: #fff;
}
.lightgreen {
  color: #8dc63f;
}
label .lightgreen {
  padding-left: 5px;
}
p a {
  color: inherit;
  text-decoration: underline;
}
p a:hover {
  color: #8dc63f;
}
/* BREADCRUMBS AND PAGE TITLE */
.general-page-info {
  padding-top: 15px;
  padding-bottom: 25px;
  padding-: 0;
  background-color: #f2f2f2;
}
.breadcrumbs {
  font-size: 11px;
  line-height: 16px;
  color: #3d4247;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a {
  color: inherit;
}
.breadcrumbs ul li:last-child a {
  color: #8dc63f;
}
.detailpage-breadcrumbs {
  font-size: 11px;
  line-height: 31px;
  color: #3d4247;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.detailpage-breadcrumbs ul li {
  display: inline-block;
}
.detailpage-breadcrumbs ul li a {
  color: inherit;
  text-decoration: underline;
}
.listpage-subtitle {
  display: block;
  font-size: 15px;
  line-height: 35px;
  color: #8dc63f;
  text-align: center;
  text-transform: uppercase;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
.listpage-title {
  display: block;
  padding-top: 10px;
  font-size: 29px;
  line-height: 35px;
  color: #00703c;
  text-align: center;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  font-style: normal;
}
strong {
  font-style: normal;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
}
.flex.two.main-flex .more-canids .h3 {
  display: block;
  font-size: 29px;
  line-height: 36px;
  color: #3d4247;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
.dynamic-content img {
  width: auto;
}
.flex.two.main-flex .dynamic-content p {
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
.flex.two.main-flex .dynamic-content ul {
  display: block;
  margin-bottom: 15px;
}
.flex.two.main-flex .dynamic-content ul li {
  position: relative;
  padding-left: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 23px;
  color: #3d4247;
  text-align: left;
}
.flex.two.main-flex .dynamic-content ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  background-color: #8dc63f;
}
.flex.two.main-flex .dynamic-content table {
  width: 100%;
  margin-top: 50px;
  border-spacing: 0;
  border-collapse: separate;
}
.flex.two.main-flex .dynamic-content table tr {
  background-color: #fff;
}
.flex.two.main-flex .dynamic-content table tr:nth-child(2n+3) {
  background-color: #f2f2f2;
}
.flex.two.main-flex .dynamic-content table tr:nth-child(2) td {
  border-top: 1px solid #00703c;
}
.flex.two.main-flex .dynamic-content table td {
  font-size: 13px;
  line-height: 23px;
  color: #3d4247;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 10px 14px;
}
.flex.two.main-flex .dynamic-content table th {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  font-style: normal;
  overflow: hidden;
  position: relative;
  padding: 15px 10px 14px;
  background-color: #8dc63f;
}
.flex.two.main-flex .dynamic-content table th:before {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00703c;
}
.flex.two.main-flex .dynamic-content table th:first-child:before {
  display: none;
}
.flex.two.main-flex .dynamic-content img {
  height: auto;
}
.flex.two.main-flex .dynamic-content h3 + p {
  padding-top: 0;
}
.flex.two.main-flex .dynamic-content h3 + p > img {
  margin-top: 15px;
  margin-bottom: 25px;
  object-position: bottom;
}
.flex.two.main-flex .dynamic-content p + p > img {
  max-width: 100%;
}
.flex.two.main-flex .dynamic-content > :first-child,
.flex.two.main-flex .dynamic-content > :first-child img {
  margin-top: 0;
  padding-top: 0;
}
.flex.two.main-flex .dynamic-content > :first-child .gallery {
  margin-top: 35px;
}
.flex.two.main-flex > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex.two.main-flex > .column:last-child {
  padding-top: 50px;
}
.flex.two.main-flex p {
  padding-top: 20px;
}
.flex.two.main-flex .dynamic-content .highlight p {
  line-height: 27px;
}
.flex.two.main-flex .highlight p {
  font-size: 19px;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  padding: 0;
}
.flex.two.main-flex h2,
.flex.two.main-flex .h2 {
  margin-top: 50px;
  text-transform: uppercase;
}
.flex.two.main-flex h3,
.flex.two.main-flex .h3 {
  margin-top: 10px;
  text-transform: uppercase;
}
.flex.two.main-flex .titleAsColumn:first-child {
  margin-top: 0;
}
.flex.two.main-flex .gallery {
  margin-top: 100px;
  margin-bottom: 80px;
}
.flex.two.main-flex .gallery img {
  padding: 0;
  margin: 0;
  min-width: 100%;
  max-width: none;
  position: relative;
  z-index: -1;
}
.flex.two.main-flex .gallery .flex.two > .column {
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex.two.main-flex .gallery .slide-title,
.flex.two.main-flex .gallery .slide-info {
  display: block;
  padding-left: 10px;
}
.flex.two.main-flex .gallery .slide-title {
  margin-top: 30px;
  font-size: 25px;
  line-height: 30px;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: left;
  color: #00703c;
}
.flex.two.main-flex .gallery .slide-info {
  margin-top: 20px;
  font-size: 13px;
  line-height: 23px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: left;
  color: #3d4247;
}
.flex.two.main-flex .flex.ulist {
  padding-bottom: 15px;
}
.flex.two.main-flex .flex.ulist.three {
  padding-top: 45px;
  padding-bottom: 50px;
}
.flex.two.main-flex .flex.ulist.three > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex.two.main-flex .flex.ulist > .column {
  position: relative;
  padding-left: 26px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 25px;
  color: #3d4247;
  text-align: left;
}
.flex.two.main-flex .flex.ulist > .column:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #8dc63f;
}
.flex.two.main-flex .columnsList ul {
  margin-top: 45px;
  margin-bottom: 0px;
  columns: 1;
}
.flex.two.main-flex .columnsList ul li {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  page-break-inside: avoid;
  page-break-before: avoid;
}
.flex.two.main-flex .side-menu .side-menu-image {
  display: none;
}
.flex.two.main-flex .side-menu .side-menu-title {
  display: block;
  position: relative;
  font-size: 21px;
  line-height: 31px;
  text-align: left;
  text-transform: uppercase;
  color: #3d4247;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.flex.two.main-flex .side-menu .side-menu-title i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 27px;
}
.flex.two.main-flex .side-menu.forceOpen .side-menu-title {
  cursor: default;
}
.flex.two.main-flex .side-menu.open .side-menu-title {
  margin-bottom: 28px;
}
.flex.two.main-flex .side-menu.open > ul {
  max-height: 9999px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -moz-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -o-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -ms-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding-top: 15px;
  padding-bottom: 35px;
}
.flex.two.main-flex .side-menu > ul {
  position: relative;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -moz-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -o-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -ms-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.flex.two.main-flex .side-menu > ul:before,
.flex.two.main-flex .side-menu > ul:after {
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAFUlEQVQImWNgwARSDAwMxlB6UEgCAKeeAgQENaBYAAAAAElFTkSuQmCC") repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
}
.flex.two.main-flex .side-menu > ul:before {
  top: 0;
}
.flex.two.main-flex .side-menu > ul:after {
  bottom: 0;
}
.flex.two.main-flex .side-menu > ul > li {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #3d4247;
  text-transform: uppercase;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  margin-top: 12px;
  min-height: 30px;
}
.flex.two.main-flex .side-menu > ul > li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  color: inherit;
}
.flex.two.main-flex .side-menu > ul > li.active,
.flex.two.main-flex .side-menu > ul > li:hover {
  color: #8dc63f;
}
.flex.two.main-flex .side-menu > ul > li.active.hasSubMenu {
  color: #3d4247;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
}
.flex.two.main-flex .side-menu > ul > li.hasSubMenu {
  height: auto;
}
.flex.two.main-flex .side-menu > ul > li.hasSubMenu.open ul {
  overflow: hidden;
  max-height: 9999px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -moz-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -o-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -ms-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.flex.two.main-flex .side-menu > ul > li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #8dc63f;
  height: 100%;
  width: 20px;
}
.flex.two.main-flex .side-menu > ul > li ul {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -moz-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -o-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -ms-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.flex.two.main-flex .side-menu > ul > li ul li {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #3d4247;
  min-height: 18px;
  overflow: hidden;
  margin-top: 7px;
  margin-bottom: 7px;
}
.flex.two.main-flex .side-menu > ul > li ul li a {
  padding-left: 40px;
}
.flex.two.main-flex .side-menu > ul > li ul li.active,
.flex.two.main-flex .side-menu > ul > li ul li:hover {
  color: #8dc63f;
}
.flex.two.main-flex .side-menu .flex {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
.flex.two.main-flex .side-menu .flex:before,
.flex.two.main-flex .side-menu .flex:after {
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAFUlEQVQImWNgwARSDAwMxlB6UEgCAKeeAgQENaBYAAAAAElFTkSuQmCC") repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
}
.flex.two.main-flex .side-menu .flex:before {
  top: 0;
}
.flex.two.main-flex .side-menu .flex:after {
  bottom: 0;
}
.flex.two.main-flex .side-menu .flex > .column {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
.flex.two.main-flex .side-menu .flex > .column:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}
.flex.two.main-flex .side-menu .news-short {
  padding-top: 7px;
  font-size: 13px;
  line-height: 21px;
}
.flex.two.main-flex .detailpage-menu {
  margin-top: 47px;
  background-color: transparent;
  border-top: 1px solid #f2f2f2;
}
.flex.two.main-flex .detailpage-menu .flex.two > .column {
  max-width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: left;
}
.flex.two.main-flex .detailpage-menu .contact-social {
  -webkit-box-shadow: 0 0 1px 1px #e3e3e3;
  box-shadow: 0 0 1px 1px #e3e3e3;
  background-color: #f2f2f2;
  color: #3d4247;
}
.flex.two.main-flex .detailpage-menu .contact-social a {
  display: block;
  color: inherit;
}
.flex.two.main-flex .detailpage-menu .contact-social:hover a {
  color: #fff;
}
.flex.two.main-flex .detailpage-menu .contact-social.facebook:hover {
  -webkit-box-shadow: 0 0 1px 1px #3b5998;
  box-shadow: 0 0 1px 1px #3b5998;
  background-color: #3b5998;
}
.flex.two.main-flex .detailpage-menu .contact-social.twitter:hover {
  -webkit-box-shadow: 0 0 1px 1px #00aced;
  box-shadow: 0 0 1px 1px #00aced;
  background-color: #00aced;
}
.flex.two.main-flex .detailpage-menu .contact-social.gplus {
  font-size: 15px;
}
.flex.two.main-flex .detailpage-menu .contact-social.gplus:hover {
  -webkit-box-shadow: 0 0 1px 1px #d34836;
  box-shadow: 0 0 1px 1px #d34836;
  background-color: #d34836;
}
.flex.two.main-flex .detailpage-menu .contact-social.instagram:hover {
  -webkit-box-shadow: 0 0 1px 1px #bc2a8d;
  box-shadow: 0 0 1px 1px #bc2a8d;
  background-color: #bc2a8d;
}
.flex.two.main-flex .detailpage-menu .contact-social.youtube:hover {
  -webkit-box-shadow: 0 0 1px 1px #e52d27;
  box-shadow: 0 0 1px 1px #e52d27;
  background-color: #e52d27;
}
.flex.two.main-flex .sub-flex {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
.flex.two.main-flex .sub-flex > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex.two.main-flex .sub-flex > .column img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.flex.two.main-flex .sub-flex .contact-social {
  -webkit-box-shadow: 0 0 1px 1px #8dc63f;
  box-shadow: 0 0 1px 1px #8dc63f;
  background-color: #8dc63f;
  color: #fff;
}
.flex.two.main-flex .sub-flex .contact-social a {
  display: block;
  color: inherit;
}
.flex.two.main-flex .sub-flex .contact-social:hover a {
  color: #fff;
}
.flex.two.main-flex .sub-flex .contact-social.facebook:hover {
  -webkit-box-shadow: 0 0 1px 1px #3b5998;
  box-shadow: 0 0 1px 1px #3b5998;
  background-color: #3b5998;
}
.flex.two.main-flex .sub-flex .contact-social.twitter:hover {
  -webkit-box-shadow: 0 0 1px 1px #00aced;
  box-shadow: 0 0 1px 1px #00aced;
  background-color: #00aced;
}
.flex.two.main-flex .sub-flex .contact-social.gplus {
  font-size: 15px;
}
.flex.two.main-flex .sub-flex .contact-social.gplus:hover {
  -webkit-box-shadow: 0 0 1px 1px #d34836;
  box-shadow: 0 0 1px 1px #d34836;
  background-color: #d34836;
}
.flex.two.main-flex .sub-flex .contact-social.instagram:hover {
  -webkit-box-shadow: 0 0 1px 1px #bc2a8d;
  box-shadow: 0 0 1px 1px #bc2a8d;
  background-color: #bc2a8d;
}
.flex.two.main-flex .sub-flex .contact-social.youtube:hover {
  -webkit-box-shadow: 0 0 1px 1px #e52d27;
  box-shadow: 0 0 1px 1px #e52d27;
  background-color: #e52d27;
}
.flex.two.main-flex .sub-flex-contacts > .flex.two > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex.two.main-flex .sub-flex-contacts > .flex.two > .column:first-child .flex > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex.two.main-flex .sub-flex-contacts .contact-block {
  margin-bottom: 50px;
}
.flex.two.main-flex .sub-flex-contacts .mapArea {
  height: 400px;
  margin-bottom: 100px;
}
.flex.two.main-flex .sub-flex-contacts .forRadio {
  padding-right: 0;
  line-height: 18px;
}
.news-tag {
  display: inline-block;
  background-color: #8dc63f;
  font-size: 9px;
  line-height: 17px;
  color: #00703c;
  text-transform: uppercase;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-short {
  display: block;
  font-size: 13px;
  line-height: 23px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
}
.news-date {
  display: block;
  font-size: 11px;
  line-height: 25px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #8dc63f;
}
.contacts .asTable.four > .column.col-1 {
  max-width: calc( ( ( 600% ) * 100 ) / ( 1168 ) );
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc( ( ( 600% ) * 100 ) / ( 1168 ) );
  -ms-flex: 1 1 calc( ( ( 600% ) * 100 ) / ( 1168 ) );
  flex: 1 1 calc( ( ( 600% ) * 100 ) / ( 1168 ) );
}
.contacts .asTable.four > .column.col-2,
.contacts .asTable.four > .column.col-3 {
  max-width: calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
  -ms-flex: 1 1 calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
  flex: 1 1 calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
}
.contacts .asTable.four > .column.col-4 {
  max-width: calc( ( ( 568% ) * 100 ) / ( 1168 ) );
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc( ( ( 568% ) * 100 ) / ( 1168 ) );
  -ms-flex: 1 1 calc( ( ( 568% ) * 100 ) / ( 1168 ) );
  flex: 1 1 calc( ( ( 568% ) * 100 ) / ( 1168 ) );
}
.contacts .asTable.four > .column.col-2,
.contacts .asTable.four > .column.col-3 {
  display: none;
}
.asTable {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-top: 50px;
}
.asTable.four > .column.col-1 {
  max-width: calc( ( ( 600% ) * 100 ) / ( 1168 ) );
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc( ( ( 600% ) * 100 ) / ( 1168 ) );
  -ms-flex: 1 1 calc( ( ( 600% ) * 100 ) / ( 1168 ) );
  flex: 1 1 calc( ( ( 600% ) * 100 ) / ( 1168 ) );
}
.asTable.four > .column.col-2,
.asTable.four > .column.col-3,
.asTable.four > .column.col-4 {
  max-width: calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
  -ms-flex: 1 1 calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
  flex: 1 1 calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
}
.asTable.three > .column.col-1 {
  max-width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.asTable.three > .column.col-2,
.asTable.three > .column.col-3 {
  max-width: 25%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.asTable.two > .column.col-2 {
  text-align: right;
}
.asTable.noCols {
  border-top: 1px solid #00703c;
}
.asColumn {
  display: block;
  overflow: hidden;
  min-height: 50px;
  background-color: #8dc63f;
  border-bottom: 1px solid #00703c;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 14.5px 10px;
}
.asColumn:before {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00703c;
}
.asColumn:first-child:before {
  display: none;
}
.asRow {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  font-size: 13px;
  line-height: 23px;
  color: #3d4247;
  text-align: left;
  padding: 14.5px 10px;
}
.asRow.even {
  background-color: #f2f2f2;
}
a.asRow {
  position: relative;
}
a.asRow:hover {
  text-decoration: underline;
}
a.asRow i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -60%, 0);
  -moz-transform: translate3d(0, -60%, 0);
  -o-transform: translate3d(0, -60%, 0);
  -ms-transform: translate3d(0, -60%, 0);
  transform: translate3d(0, -60%, 0);
}
a.asRow i:before {
  font-size: 20px;
  line-height: 0px;
  color: #8dc63f;
  text-align: left;
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  -moz-transform: rotate3d(0, 0, 1, -90deg);
  -o-transform: rotate3d(0, 0, 1, -90deg);
  -ms-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
}
.titleAsColumn {
  display: block;
  margin-top: 70px;
  padding: 0 30px;
  font-size: 13px;
  line-height: 53px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  background-color: #8dc63f;
  height: 50px;
}
.flex.downloadList {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex.downloadList > .column {
  background-color: #f2f2f2;
  padding: 30px;
  margin-top: 5px;
}
.flex.downloadList > .column:hover .downloadIcon {
  background-color: #00703c !important;
}
.flex.downloadList.two > .column:nth-child(2n+1) {
  max-width: calc( ( ( 236% ) * 100 ) / ( 280 ) );
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc( ( ( 236% ) * 100 ) / ( 280 ) );
  -ms-flex: 1 1 calc( ( ( 236% ) * 100 ) / ( 280 ) );
  flex: 1 1 calc( ( ( 236% ) * 100 ) / ( 280 ) );
}
.flex.downloadList.two > .column:nth-child(2n+2) {
  padding: 0;
  text-align: center;
  max-width: calc( ( ( 40% ) * 100 ) / ( 280 ) );
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc( ( ( 40% ) * 100 ) / ( 280 ) );
  -ms-flex: 1 1 calc( ( ( 40% ) * 100 ) / ( 280 ) );
  flex: 1 1 calc( ( ( 40% ) * 100 ) / ( 280 ) );
}
.detailpage-menu {
  background-color: #f2f2f2;
  color: #3d4247;
  min-height: 60px;
}
.detailpage-menu .flex.two {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.detailpage-menu .flex.two > .column {
  max-width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.detailpage-menu .flex.two > .column:last-child {
  text-align: right;
}
.detailpage-menu .network-list {
  text-align: right;
}
.detailpage-menu .network-list a {
  display: block;
}
.detailpage-menu .go-back-to-list {
  padding-left: 10px;
  padding-right: 10px;
}
.detailpage-menu .go-back-to-list span {
  padding-left: 7px;
}
.detailpage-menu .go-back-to-list,
.detailpage-menu .navigation {
  display: inline-block;
  font-size: 13px;
  line-height: 63px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
}
.detailpage-menu .go-back-to-list i,
.detailpage-menu .navigation i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.detailpage-menu .go-back-to-list i:before,
.detailpage-menu .navigation i:before {
  font-size: 17px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.detailpage-menu .go-back-to-list span,
.detailpage-menu .navigation span {
  display: none;
}
.detailpage-menu .navigation.go-back {
  padding-left: 15px;
  padding-right: 15px;
}
.detailpage-menu .navigation.go-back span {
  padding-left: 13px;
}
.detailpage-menu .navigation.go-back:hover i:before {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.detailpage-menu .navigation.go-forth {
  padding-left: 15px;
}
.detailpage-menu .navigation.go-forth span {
  padding-right: 13px;
}
.detailpage-menu .navigation.go-forth:hover i:before {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.inline-block {
  display: inline-block;
}
.flex.downloadList a.column {
  position: relative;
}
.flex.downloadList a.column .inline-block {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.filetype,
.downloadIcon {
  display: block;
}
.filename,
.filedate {
  display: block;
}
.filename,
.filedate,
.filetype,
.filesize {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  color: #3d4247;
}
.filedate,
.filetype,
.filesize {
  font-size: 11px;
  color: #8dc63f;
}
.filetype {
  height: 40px;
  background-color: #3d4247;
  line-height: 42px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  max-width: 40px;
}
.filesize {
  height: 40px;
  background-color: #e3e3e3;
  text-align: center;
  color: #3d4247;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 42px;
/*display inline-block*/
  display: none;
}
.downloadIcon {
  width: 40px;
  height: 40px;
  background-color: #8dc63f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.downloadIcon i:before {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
/*

	HOME

*/
#owl-carousel-principal,
#wowslider-principal {
  width: 100%;
}
.background-container,
.background-gradient,
.content-container,
.territory-text {
  display: block;
}
/*HOME SECTION 1*/
.home-section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}
.home-section-2 .flex .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 21px;
}
.home-section-2 .flex .column:hover .news-short {
  text-decoration: underline;
}
.home-section-6 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}
.home-section-6 .large.container {
  max-width: none;
}
.home-section-6 .flex.four > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.home-section-6 .flex.four > .column:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.nav-controls {
  height: 70px;
  max-width: 230px;
  position: relative;
  margin-left: auto;
  margin-right: calc( ( ( 376% ) * 100 ) / ( 1920 ) );
}
.nav-controls .background-container {
  padding: 0;
  height: 70px;
  background-color: #8dc63f;
}
.nav-controls .control-button {
  width: 50%;
  height: 70px;
  display: inline-block;
  font-size: 16px;
  line-height: 72px;
  text-align: center;
  color: #fff;
}
.nav-controls .control-button:hover {
  background-color: transparent;
}
.nav-controls .arrow-left {
  padding-left: 10px;
}
.nav-controls.project-nav-controls {
  display: none;
  float: right;
  margin: 0;
  width: 100%;
}
.nav-controls#home-cities-nav {
  display: none;
  margin: 0;
  width: 100%;
  height: 40px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 30;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.nav-controls#home-cities-nav .background-container {
  display: none;
}
.nav-controls#home-cities-nav .control-button {
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  font-size: 17px;
  line-height: 42px;
  background-color: #8dc63f;
}
.nav-controls#home-cities-nav .control-button:hover {
  background-color: #8dc63f;
}
.nav-controls#home-cities-nav .arrow-left {
  padding: 0;
  left: 0;
}
.nav-controls#home-cities-nav .arrow-right {
  right: 0;
}
.nav-controls.detail-nav {
  z-index: 10;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 70px;
  position: absolute;
  top: -70px;
  left: 0;
}
.nav-controls.detail2-nav {
  z-index: 10;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 70px;
  position: absolute;
  top: -70px;
  left: 0;
}
.home-section-7 {
  max-height: 360px;
  z-index: 2;
}
.home-section-7:hover .background-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home-section-7 .background-container {
  overflow: hidden;
  padding: 0;
}
.home-section-7 .background-container .background-gradient {
  background-image: -webkit-linear-gradient(left, rgba(0,112,60,0.95) 0%, rgba(0,112,60,0.75) 50%, rgba(0,112,60,0.95) 100%);
  background-image: -moz-linear-gradient(left, rgba(0,112,60,0.95) 0%, rgba(0,112,60,0.75) 50%, rgba(0,112,60,0.95) 100%);
  background-image: -o-linear-gradient(left, rgba(0,112,60,0.95) 0%, rgba(0,112,60,0.75) 50%, rgba(0,112,60,0.95) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,112,60,0.95) 0%, rgba(0,112,60,0.75) 50%, rgba(0,112,60,0.95) 100%);
  background-image: linear-gradient(to right, rgba(0,112,60,0.95) 0%, rgba(0,112,60,0.75) 50%, rgba(0,112,60,0.95) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-section-7 .background-container img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-section-7 .asP {
  color: #fff;
}
.home-section-7 .flex.two {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.home-section-7 .flex.two > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}
.home-section-7 .flex.two .floating-block {
  display: inline-block;
  vertical-align: middle;
}
.home-section-7 .flex.two .button {
  color: #fff;
  margin-top: 30px;
}
.home-section-7 .flex.two .adoption-title {
  display: block;
  margin-top: 30px;
  margin-left: auto;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  color: #fff;
}
.home-section-7 .flex.two p {
  margin-left: auto;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  color: #fff;
}
.home-section-7 .flex.two img {
  display: inline-block;
  margin-top: 16px;
  width: auto;
  max-width: none;
  max-height: 210px;
}
.home-section-8 {
  padding-top: 92px;
  padding-bottom: 100px;
}
.home-section-8 .otherProjects {
  display: block;
  color: #00703c;
  padding-bottom: 60px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
#home-projects-flickity {
  width: 100%;
  margin-top: 20px;
}
#home-projects-flickity .project-cell {
  display: block;
  width: 100%;
  margin-right: 20px;
}
#home-projects-flickity .project-cell .flex.two {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#home-projects-flickity .project-cell .flex.two > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
#home-projects-flickity .project-cell .flex.two > .column:first-child {
  position: relative;
  z-index: 1;
}
#home-projects-flickity .project-cell .flex.two > .column:first-child img {
  position: relative;
  z-index: 1;
}
#home-projects-flickity .project-cell .flex.two > .column:first-child:before {
  content: '';
  display: none;
  width: 56px;
  height: calc(100% + 1px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
  -webkit-transform: translate3d(50%, 0, 0) skew(-8deg);
  -moz-transform: translate3d(50%, 0, 0) skew(-8deg);
  -o-transform: translate3d(50%, 0, 0) skew(-8deg);
  -ms-transform: translate3d(50%, 0, 0) skew(-8deg);
  transform: translate3d(50%, 0, 0) skew(-8deg);
/*
						width 0
						height 0
						border-style solid
						border-width 0 0 350px 55px
						border-color transparent transparent #ffffff transparent
						*/
}
#home-projects-flickity .project-cell .flex.two > .column:last-child {
  position: relative;
  z-index: 2;
}
#home-projects-flickity .project-cell .slide-title {
  display: none;
  padding-bottom: 25px;
  font-size: 19px;
  line-height: 24px;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: center;
  color: #00703c;
}
#home-projects-flickity .project-cell .slide-title-responsive {
  display: block;
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 19px;
  line-height: 24px;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: center;
  color: #00703c;
}
#home-projects-flickity .project-cell .slide-info {
  display: block;
  padding-top: 25px;
  font-size: 13px;
  line-height: 23px;
  color: #3d4247;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
#home-projects-flickity .project-cell .button {
  margin-top: 30px;
}
#home-projects-nav {
  position: relative;
  width: 100%;
  height: 40px;
  float: left;
}
#home-projects-nav .background-container {
  background-color: #8dc63f;
  display: block;
  height: 70px;
  padding: 0;
}
#home-projects-nav .control-button {
  display: inline-block;
  height: 70px;
  width: 50%;
  font-size: 16px;
  line-height: 72px;
  text-align: center;
  color: #fff;
}
#home-projects-nav .control-button:hover {
  background-color: transparent;
}
#home-projects-nav .arrow-left {
  padding-left: 10px;
}
.project-nav {
  height: 40px;
  width: 119px;
  margin-right: 6px;
  display: inline-block;
  background-color: #8dc63f;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-transition: background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
  outline: 1px solid transparent;
}
.project-nav .tab-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 10px;
  padding-right: 0px;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  color: #00703c;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: skew(8deg) translate3d(-50%, -50%, 0);
  -moz-transform: skew(8deg) translate3d(-50%, -50%, 0);
  -o-transform: skew(8deg) translate3d(-50%, -50%, 0);
  -ms-transform: skew(8deg) translate3d(-50%, -50%, 0);
  transform: skew(8deg) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.is-nav-selected .project-nav {
  background-color: #00703c;
}
.is-nav-selected .project-nav .tab-text {
  color: #fff;
}
/*
	ABOUT
*/
.aboutpage {
  padding-top: 50px;
  padding-bottom: 100px;
/*.fiftyfifty
		align-items flex-end
		p
			font-family $regular-font, $other-fonts
		img
			padding 0
		& > .column
			flexible(one)
			+media(720px)
				&:first-child
					flexible(unquote('calc(' + simplify(508,868) + ' - 15px)'))
				&:last-child
					flexible(unquote('calc(' + simplify(360,868) + ' - 15px)'))*/
}
.aboutpage .titleAsColumn {
  margin-top: 0;
}
.aboutpage .downloadList + .titleAsColumn {
  margin-top: 50px;
}
.aboutpage h2,
.aboutpage .h2 {
  margin-top: 50px;
}
.aboutpage h3,
.aboutpage .h3 {
  margin-top: 23px;
}
.aboutpage img {
  margin-top: 23px;
  margin-bottom: 23px;
  width: auto;
}
.aboutpage .mapArea {
  height: 500px;
}
.mapArea {
  width: 100%;
  height: 500px;
  margin-top: 50px;
}
.mapArea img {
  width: auto;
}
.info-map {
  display: block;
  background-color: #f2f2f2;
  height: 40px;
  padding-left: 30px;
  font-size: 11px;
  line-height: 40px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
  text-align: left;
  margin-bottom: 50px;
}
section.standard .go-adopt {
  padding-bottom: 80px;
  padding-top: 50px;
}
section.standard .go-adopt > .flex.three {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.standard .go-adopt > .flex.three > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
  margin-top: 10px;
}
section.standard .go-adopt > .flex.three > .column img {
  width: auto;
  margin: 0 auto;
}
.go-adopt-title {
  display: block;
  font-size: 29px;
  line-height: 34px;
  color: #00703c;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
}
.faq {
  position: relative;
  display: block;
  margin-top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq:first-child {
  margin: 0;
}
.faq .faq-header {
  cursor: pointer;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq .faq-header .faq-title,
.faq .faq-header .faq-num {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #8dc63f;
}
.faq .faq-header .faq-num {
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
  margin-right: 7px;
}
.faq .faq-header .faq-title {
  display: inline-block;
  vertical-align: middle;
  min-width: calc(100% - 55px);
  max-width: calc(100% - 55px);
}
.faq .faq-header .faq-button {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 50px;
  text-align: center;
}
.faq .faq-header .faq-button i:before {
  font-size: 25px;
  line-height: 55px;
  text-align: center;
  color: #3d4247;
}
.faq .faq-answer {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -moz-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -o-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -ms-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  padding-left: 30px;
  padding-right: 30px;
}
.faq .faq-answer p {
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif !important;
}
.faq.open .faq-header {
  margin-bottom: 7px;
}
.faq.open .faq-answer {
  max-height: 9999px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -moz-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -o-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -ms-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
}
.faq.open + .faq {
  margin-top: 47px;
}
/*

	DETAIL PAGE

*/
/*


#detailcity-section-2
	padding top 50px bottom 85px
	.flex.two.main-flex
		.info-municipio
			& > .column
				margin-bottom 40px
				.municipio-info-title
					display block
					txt(19px, 25px, 'bold' $blackText left)
					margin bottom 8px
					i:before
						font-size 25px
						color $lightGreen
						padding right 15px

				& > address, & > a, .municipio-info-text
					display block
					txt(13px, 18px, $blackText left normal)
					padding left 40px
				& > a
					text-decoration underline
				.network-list
					padding-left 40px

*/
/*

#detailnews-section-2
	padding top 50px bottom 85px
	img
		margin top 50px bottom 50px
*/
/*

#detailprojects-section-2
	padding top 50px bottom 85px
*/
/*#detailadopt-section-2
	padding top 50px bottom 100px
	form
		margin top 47px
	*/
.titleBorder {
  width: 100%;
  margin-bottom: 27px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00703c;
  font-size: 29px;
  line-height: 36px;
  color: #3d4247;
  text-transform: uppercase;
  font-style: normal;
  text-align: left;
}
.flex.sub-info > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 30px;
}
.flex.sub-info > .column .h3 {
  display: block;
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 30px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-style: normal;
}
.flex.sub-info > .column p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 23px;
  color: #3d4247;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
.flex.sub-info .topic {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #8dc63f;
  text-align: left;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
}
.flex.sub-info .topic-info {
  display: block;
  font-size: 13px;
  line-height: 23px;
  color: #3d4247;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
.flex.sub-info .topic-info + .topic,
.flex.sub-info p + .topic {
  margin-top: 24px;
}
.flex.sub-info .topic-biginfo {
  display: block;
  font-size: 19px;
  line-height: 19px;
  color: #3d4247;
  text-align: left;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
}
.flex.sub-info .more-contacts {
  display: block;
  margin-top: 30px;
  font-size: 11px;
  line-height: 25px;
  color: #8dc63f;
  text-align: left;
  text-transform: uppercase;
}
.flex.sub-info .more-contacts i {
  padding-left: 10px;
}
.flex.sub-info .more-contacts i:before {
  font-size: 15px;
}
/*body .flex.three.more-canidslist
	.dog-link:hover .dog-photo img
		transform scale(1.1)
	.content-doginfo
		padding-top 27px

	& > .column
		flexible(one)
		+media(720px)
			flexible(calc(50% - 15px))
		+media(1366px)
			flexible(calc(33.33336% - 20px))*/
section .flex.detail-doginlist img {
  margin-bottom: 20px;
}
section .flex.detail-doginlist img:last-child {
  margin-bottom: 0;
}
section .flex.detail-doginlist > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
section .flex.detail-doginlist .content-doginfo {
  padding-top: 15px;
  padding-bottom: 0;
  width: 100%;
}
section .flex.detail-doginlist .content-doginfo .flex.two {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  position: relative;
  max-width: none;
  margin: 0;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
section .flex.detail-doginlist .content-doginfo .flex.two .column {
  margin-top: 12px;
}
section .flex.detail-doginlist .content-doginfo .flex.two .column .dog-info {
  font-size: 11px;
  line-height: 16px;
}
section .flex.detail-doginlist .content-doginfo .label-doginfo,
section .flex.detail-doginlist .content-doginfo .dog-info {
  font-size: 15px;
  line-height: 18px;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
}
section .flex.detail-doginlist .content-doginfo .label-doginfo {
  text-align: left;
  color: #00703c;
}
section .flex.detail-doginlist .content-doginfo .dog-info {
  text-align: right;
  color: #3d4247;
}
section .flex.detail-doginlist .content-doginfo p.dog-info {
  margin-top: 12px;
  padding-bottom: 7px;
  font-size: 13px;
  line-height: 25px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: left;
  color: #3d4247;
  border-bottom: 1px solid #f2f2f2;
}
section .flex.detail-doginlist .content-doginfo .button {
  margin-top: 20px;
  margin-bottom: 20px;
}
section .flex.detail-doginlist .content-doginfo .contact-owner {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 19px;
  border: 1px solid #8dc63f;
  border-top-left-radius: 0;
  border-bottom-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  background-color: #3d4247;
}
section .flex.detail-doginlist .content-doginfo .contact-owner .label-action {
  display: block;
  font-size: 11px;
  line-height: 16px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
section .flex.detail-doginlist .content-doginfo .contact-owner .owner {
  display: block;
  font-size: 15px;
  line-height: 17px;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  color: #8dc63f;
  text-align: center;
}
section .flex.detail-doginlist .content-doginfo .detailpage-menu {
  height: auto;
  border-bottom: 1px solid #f2f2f2;
}
section .flex.detail-doginlist .content-doginfo .detailpage-menu ul {
  display: inline-block;
  vertical-align: middle;
}
section .flex.detail-doginlist .content-doginfo .detailpage-menu .share-txt {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 11px;
  line-height: 70px;
  color: #3d4247;
  text-align: left;
  text-transform: uppercase;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
/*
#formmissing-section-2
	padding top 50px bottom 100px

	.column > p:first-child
		padding: 0

	.h3
		display block
		margin top 60px bottom 40px
*/
#home-news-flickity .news-cell {
  width: 100%;
  height: 200px;
  margin-right: 20px;
}
#home-news-flickity img {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}
#home-news-nav {
  background-color: #8dc63f;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-section-1 .outright {
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: none;
  position: relative;
  background-color: #00703c;
  padding: 50px 20px 110px;
}
.home-section-1 .outright .background-container {
  background-color: #00703c;
}
.home-section-1 .outright .banner-tag {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 9px;
  line-height: 17px;
  text-align: left;
  color: #8dc63f;
  text-transform: uppercase;
}
.home-section-1 .outright .banner-title {
  display: block;
  margin-bottom: 27px;
  margin-top: 5px;
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
}
.home-section-1 .outright .banner-text {
  display: block;
  margin-bottom: 27px;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  color: #fff;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
.home-section-1 .outright .button {
  color: #fff;
  margin-top: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-section-1 .outright .button:hover {
  color: #00703c;
  background-color: #8dc63f;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.home-section-1 .outright .control-button,
.home-section-1 .outright .between-arrows,
.home-section-1 .outright .slider-track,
.home-section-1 .outright .current-banner,
.home-section-1 .outright .total-banners {
  height: 70px;
  font-size: 16px;
  line-height: 72px;
  text-align: center;
  color: #fff;
}
.home-section-1 .outright .control-button {
  padding-left: 20px;
  padding-right: 20px;
}
.home-section-1 .outright .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
}
.home-section-1 .outright .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
}
.home-section-1 .outright .between-arrows {
  display: block;
}
.home-section-1 .outright .slider-track {
  width: 100%;
  font-size: 13px;
}
.home-section-1 .outright .current-banner,
.home-section-1 .outright .total-banners {
  font-size: 13px;
  display: inline-block;
}
.home-section-1 .outright .current-banner {
  padding-right: 39px;
}
.home-section-1 .outright .total-banners {
  padding-left: 39px;
}
#home-cities-flickity {
  z-index: 20;
  width: 100%;
  height: 220px;
}
#home-cities-flickity .flickity-slider {
  left: 40px !important;
}
.city-cell {
  display: block;
  width: 220px;
  height: 100%;
  margin-right: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.city-cell .background-container {
  left: 0;
  right: auto;
  z-index: 1;
  padding: 0;
}
.city-cell .background-container img {
  object-fit: cover;
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: none;
}
.city-cell .background-container .background-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: -webkit-linear-gradient(top, rgba(0,112,60,0) 0%, rgba(0,112,60,0) 50%, rgba(0,112,60,0.3) 100%);
  background-image: -moz-linear-gradient(top, rgba(0,112,60,0) 0%, rgba(0,112,60,0) 50%, rgba(0,112,60,0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(0,112,60,0) 0%, rgba(0,112,60,0) 50%, rgba(0,112,60,0.3) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,112,60,0) 0%, rgba(0,112,60,0) 50%, rgba(0,112,60,0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(0,112,60,0) 0%, rgba(0,112,60,0) 50%, rgba(0,112,60,0.3) 100%);
}
.city-cell .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  max-height: calc(15px + 60px);
  overflow: hidden;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  padding: 30px 20px;
}
.city-cell .content-container .territory-title {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  color: #fff;
}
.city-cell .content-container .territory-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.city-cell .content-container .withIcon {
  position: absolute;
  bottom: 70px;
  left: 70px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 0;
  height: auto;
  color: #fff;
  line-height: 11px;
  background-color: transparent;
  -webkit-transition: all 0.33s cubic-bezier(0, 1, 0, 1);
  -moz-transition: all 0.33s cubic-bezier(0, 1, 0, 1);
  -o-transition: all 0.33s cubic-bezier(0, 1, 0, 1);
  -ms-transition: all 0.33s cubic-bezier(0, 1, 0, 1);
  transition: all 0.33s cubic-bezier(0, 1, 0, 1);
}
.city-cell .content-container .withIcon i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 8px;
}
.city-cell .content-container .withIcon:hover {
  background-color: transparent;
  color: #fff;
}
.city-cell .content-container .withIcon:hover i {
  padding-left: 12px;
}
.utilityBar {
  z-index: 100;
  display: block;
  padding-bottom: 60px;
  background-color: #e3e3e3;
}
.utilityBar.filter {
  background-color: #f2f2f2;
}
.utilityBar.filter .flex.main-filter-flex {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.utilityBar.filter .flex.main-filter-flex > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.utilityBar.filter .flex.main-filter-flex > .column.alignedRight {
  padding: 17.5px 30px;
  font-size: 13px;
  line-height: 25px;
  font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #3d4247;
}
.utilityBar.filter .flex.main-filter-flex .asForm {
  position: relative;
  background-color: #fff;
}
.utilityBar.filter .flex.main-filter-flex .asForm input {
  margin: 0;
}
.utilityBar.filter .flex.main-filter-flex .asForm .flex.two {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #e3e3e3;
}
.utilityBar.filter .flex.main-filter-flex .asForm .flex.two > .column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.utilityBar.filter .flex.main-filter-flex .asForm .flex.two .alignedRight {
  text-align: right;
}
.utilityBar.filter .flex.main-filter-flex .asForm .flex.two .alignedRight .select-helper {
  max-width: none;
  width: 100%;
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper {
  position: relative;
  display: block;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
/*+media(1280px)
						&:first-child:nth-last-child(4), &:first-child:nth-last-child(4) ~ .select-helper
							max-width 25%*/
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper.open ul {
  max-height: 9999px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -moz-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -o-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -ms-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper.open .showText,
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper.open i:before {
  color: #8dc63f;
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper i {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  height: 60px;
  width: 25px;
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper i:before {
  font-size: 25px;
  line-height: 60px;
  color: #3d4247;
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper .showText {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  font-size: 13px;
  line-height: 25px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #3d4247;
  padding: 17.5px 45px 17.5px 20px;
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper .getValue {
  display: none;
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper ul {
  z-index: 3;
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -moz-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -o-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  -ms-transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: all 0.2s ease-in-out, max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper ul li {
  width: 100%;
  min-height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  font-size: 11px;
  line-height: 21px;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #3d4247;
  padding: 8.5px 20px;
}
.utilityBar.filter .flex.main-filter-flex .asForm .select-helper ul li:hover {
  color: #8dc63f;
}
.pagination-helper {
  text-align: center;
  padding-bottom: 50px;
}
.pagination-helper i:before {
  font-size: 17px;
}
.pagination-helper a,
.pagination-helper ul,
.pagination-helper li {
  display: inline-block;
}
.pagination-helper ul {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination-helper > a {
  color: inherit;
  line-height: 42px;
  padding-left: 15px;
  padding-right: 15px;
}
.pagination-helper li {
  display: none;
}
.pagination-helper li:nth-child(-n+5) {
  display: none;
}
.pagination-helper li a {
  display: block;
  height: 40px;
  min-width: 40px;
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  line-height: 40px;
  color: #3d4247;
  text-align: center;
}
.pagination-helper li.active a {
  background-color: #8dc63f;
  color: #fff;
}
.pagination-helper li.active:hover a {
  background-color: #00703c;
}
.pagination-helper li:hover a {
  background-color: #e3e3e3;
}
.pagination-helper form {
  margin: 0;
  display: none;
}
#detail-flickity,
#detail2-flickity {
  width: 100%;
/*size 100% 100%*/
}
.detail-cell,
.detail2-cell {
/*size 100% 350px*/
  width: 100%;
  margin-right: 20px;
}
.detail-cell img,
.detail2-cell img {
  width: 100%;
}
.select-helper2 {
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
.select-helper2.formError {
  border: 1px solid #ed1c24;
}
.select-helper2 .asInput {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  background-color: #f2f2f2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: rgba(61,66,71,0.5);
  padding: 13.5px 65px 13.5px 15px;
}
.select-helper2 .asInput.valueSelected {
  color: #3d4247;
}
.select-helper2 .asInput i {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e3e3e3;
}
.select-helper2 .asInput i:before {
  margin: 0;
  width: 50px;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
  color: #3d4247;
}
.select-helper2 .asInput.open ul {
  display: block;
}
.select-helper2 input {
  display: none;
}
.select-helper2 ul {
  width: 100%;
  display: none;
  z-index: 20;
  position: absolute;
  top: 50px;
  left: 0;
  border: 1px solid #e3e3e3;
}
.select-helper2 ul li {
  display: block;
  width: 100%;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  color: #3d4247;
  padding: 13.5px 15px;
}
.select-helper2 ul li:hover {
  background-color: #e3e3e3;
}
.upload-images {
  border: 1px solid #e3e3e3;
  background-color: #f2f2f2;
}
.upload-images.formError {
  border: 1px solid #ed1c24;
}
.upload-images input {
  display: none;
}
.upload-images .thumbnailGallery {
  display: none;
  padding: 10px;
}
.upload-images .thumbnailGallery.hasImages {
  display: block;
}
.upload-images .thumbnailGallery.hasImages + button {
  max-width: calc(100% - 20px);
  margin: 0 auto;
  border-top: 1px solid #e3e3e3;
}
.upload-images .thumbnail-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.upload-images .thumbnail-container:hover .image-cancel {
  display: block;
}
.upload-images .thumbnail-container .imageThumbnail {
  display: block;
  height: 50px;
  position: relative;
  z-index: 1;
  object-fit: cover;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.upload-images .thumbnail-container .image-cancel {
  display: none;
  width: 21px;
  height: 21px;
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background-color: #ed1c24;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
/*&:before
				left 50%
				transform rotate3d(0,0,1, -45deg) translate3d(0, -50%, 0)
			&:after
				right 50%
				transform rotate3d(0,0,1, 45deg) translate3d(0, -50%, 0)*/
}
.upload-images .thumbnail-container .image-cancel:before,
.upload-images .thumbnail-container .image-cancel:after {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.upload-images .thumbnail-container .image-cancel:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-50%, -50%, 0);
  -moz-transform: rotate3d(0, 0, 1, 45deg) translate3d(-50%, -50%, 0);
  -o-transform: rotate3d(0, 0, 1, 45deg) translate3d(-50%, -50%, 0);
  -ms-transform: rotate3d(0, 0, 1, 45deg) translate3d(-50%, -50%, 0);
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  top: 50%;
}
.upload-images .thumbnail-container .image-cancel:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(-50%, 50%, 0);
  -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(-50%, 50%, 0);
  -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(-50%, 50%, 0);
  -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(-50%, 50%, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(-50%, 50%, 0);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  bottom: 50%;
}
.upload-images button {
  display: block;
  width: 100%;
  height: 52px;
  max-width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
}
.upload-images button i {
  display: inline-block;
  vertical-align: middle;
}
.upload-images button i:before {
  font-size: 30px;
  line-height: 52px;
  color: #8dc63f;
}
.upload-images button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: center;
  color: #3d4247;
}
.newsletter-success,
.newsletter-error {
  display: block;
  margin-top: -30px;
  margin-bottom: 15px;
  font-size: 11px;
  line-height: 21px;
  color: #fff;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
  text-align: center;
}
.formMessageBox {
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  max-width: calc( ( ( 730% ) * 100 ) / ( 869 ) );
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.2);
  box-shadow: 0 0 40px rgba(0,0,0,0.2);
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.formMessageBox i {
  display: block;
  margin: 0 auto;
  max-width: 50px;
}
.formMessageBox i:before {
  margin: 0;
  font-size: 37px;
  line-height: 50px;
  color: #8dc63f;
  text-align: center;
}
.formMessageBox span {
  display: block;
  width: 100%;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #3d4247;
  font-family: 'MS_LIGHT', 'Open Sans', 'Times New Roman', sans-serif;
}
.formMessageBox span:first-child {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
}
.formMessageBox.closed {
  -webkit-transform: translate3d(-50%, -100%, 0);
  -moz-transform: translate3d(-50%, -100%, 0);
  -o-transform: translate3d(-50%, -100%, 0);
  -ms-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.err404 p {
  text-align: center;
}
@media only screen and (min-width: 480px) {
  section.contacts .container > .flex.three > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  .container.large {
    max-width: calc( ( ( 280% ) * 100 ) / ( 320 ) );
  }
  .flex.two.main-flex .flex.ulist.three > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  .flex.two.main-flex .columnsList ul {
    columns: 2;
  }
  .flex.two.main-flex .sub-flex-contacts > .flex.two > .column:first-child .flex > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  .nav-controls.detail-nav {
    left: auto;
    top: -35px;
    right: 35px;
  }
  .nav-controls.detail2-nav {
    left: auto;
    top: auto;
    bottom: -35px;
    right: 35px;
  }
  #home-news-flickity .news-cell {
    height: 300px;
  }
  .pagination-helper li:nth-child(-n+5) {
    display: inline-block;
  }
}
@media only screen and (min-width: 720px) {
  .dog-link {
    padding: 0;
  }
  .dog-link .flex.two {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding-top: 9px;
    margin-top: 15px;
    max-width: 100%;
  }
  .dog-link .flex.two .column {
    width: 100%;
    display: block;
    max-width: 50%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0;
  }
  .dog-link .flex.two .column:after {
    display: none;
  }
  .dog-link .flex.two .withLabel {
    display: block;
  }
  .dog-link.adopted-dog .flex.two {
    margin-top: 6px;
    max-width: 100%;
  }
  .dog-link.adopted-dog .content-doginfo .flex.two {
    padding-bottom: 14px;
    padding-top: 9px;
  }
  .dog-link.adopted-dog .content-doginfo {
    padding-bottom: 25px;
  }
  .dog-link.adopted-dog .content-doginfo .for-button {
    display: block;
  }
  .dog-link.adopted-dog .content-doginfo .label-doginfo {
    font-size: 13px;
  }
  .dog-link .dog-photo {
    float: none;
    max-width: none;
  }
  .dog-link .dog-photo img {
    max-width: calc(100% + 5px);
  }
  .dog-link .content-doginfo {
    padding: 21px 30px 30px 30px;
    float: none;
    max-width: none;
  }
  .dog-link .content-doginfo .flex.two {
    border-width: 2px;
  }
  .dog-link .content-doginfo .dog-race {
    font-size: 21px;
    line-height: 31px;
    text-align: left;
    font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  }
  .dog-link .content-doginfo .dog-ref {
    font-size: 11px;
    line-height: 21px;
    font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  }
  .dog-link .content-doginfo .label-doginfo,
  .dog-link .content-doginfo .dog-info {
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  }
  .dog-link .content-doginfo .dog-info {
    text-align: right;
  }
  section.standard .flex.three > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  section.standard .flex.three > .column:nth-child(2n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.three > .column:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 15px;
  }
  section.standard .flex.list-flex {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 630px;
    margin: 0 auto;
  }
  section.standard .flex.list-flex > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  section.standard .flex.list-flex > .column:nth-child(2n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.list-flex > .column:nth-child(2n+2) {
    margin-right: 0px;
    margin-left: 15px;
  }
  section.standard .flex.list-flex > .column.dog-link {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(2n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(2n+2) {
    margin-right: 0px;
    margin-left: 15px;
  }
  section.standard .flex.list-flex.detail-doginlist > .column,
  section.standard .flex.list-flex.detail-doginlist > .column.dog-link {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  section.standard .flex.list-flex.detail-doginlist > .column:nth-child(2n+1),
  section.standard .flex.list-flex.detail-doginlist > .column.dog-link:nth-child(2n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.list-flex.detail-doginlist > .column:nth-child(2n+2),
  section.standard .flex.list-flex.detail-doginlist > .column.dog-link:nth-child(2n+2) {
    margin-right: 0px;
    margin-left: 15px;
  }
  section.standard .flex.list-flex.detail-doginlist > .column .flex.two,
  section.standard .flex.list-flex.detail-doginlist > .column.dog-link .flex.two {
    padding-top: 9px;
  }
  section.standard .flex.list-flex.detail-doginlist > .column .content-doginfo .label-doginfo,
  section.standard .flex.list-flex.detail-doginlist > .column.dog-link .content-doginfo .label-doginfo,
  section.standard .flex.list-flex.detail-doginlist > .column .content-doginfo .dog-info,
  section.standard .flex.list-flex.detail-doginlist > .column.dog-link .content-doginfo .dog-info {
    font-size: 15px;
    line-height: 18px;
  }
  section.standard .main-flex .info-municipio > .column {
    max-width: 50%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  section.contacts .container > .flex.three > .column {
    margin-top: 0;
    max-width: calc( ( ( 370% ) * 100 ) / ( 1168 ) );
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc( ( ( 370% ) * 100 ) / ( 1168 ) );
    -ms-flex: 1 1 calc( ( ( 370% ) * 100 ) / ( 1168 ) );
    flex: 1 1 calc( ( ( 370% ) * 100 ) / ( 1168 ) );
  }
  section.home-info h1,
  section.home-info h2,
  section.home-info p,
  section.home-info .asP {
    margin: 0;
    text-align: left;
    max-width: calc(50% - 20px);
  }
  section.home-info h1,
  section.home-info h2 {
    margin-bottom: 23px;
  }
  section.home-info p,
  section.home-info .asP {
    margin-top: 24px;
  }
  section.home-info img {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    max-width: calc(50% - 74px);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  section form .flex.three > .column {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 20px);
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
  }
  p,
  .asP {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
    color: #3d4247;
  }
  footer #municipios .flex .column {
    max-width: calc(33.33336% - 16.67px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(33.33336% - 16.67px);
    -ms-flex: 1 1 calc(33.33336% - 16.67px);
    flex: 1 1 calc(33.33336% - 16.67px);
  }
  footer #contactos .flex.four > .column {
    max-width: calc(50% - 25px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 25px);
    -ms-flex: 1 1 calc(50% - 25px);
    flex: 1 1 calc(50% - 25px);
  }
  footer #contactos .flex.four .col-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  footer #contactos .flex.four .col-4 {
    -webkit-box-ordinal-group: 40;
    -moz-box-ordinal-group: 40;
    -o-box-ordinal-group: 40;
    -ms-flex-order: 40;
    -webkit-order: 40;
    order: 40;
  }
  footer #contactos .contact-title {
    text-align: left;
  }
  footer #contactos ul li:not(.contact-social) {
    text-align: left;
  }
  footer #contactos form label {
    text-align: left;
  }
  footer #footer {
    text-align: center;
  }
  ul.network-list {
    text-align: left;
  }
  .flex.two.main-flex .dynamic-content p {
    font-family: 'MS_REGULAR', 'Open Sans', 'Times New Roman', sans-serif;
  }
  .flex.two.main-flex .dynamic-content ul li {
    font-size: 15px;
    line-height: 25px;
  }
  .flex.two.main-flex .dynamic-content table td {
    padding-left: 32px;
    padding-right: 32px;
  }
  .flex.two.main-flex .dynamic-content table th {
    padding-left: 32px;
    padding-right: 32px;
  }
  .flex.two.main-flex .dynamic-content h3 + p > img {
    max-width: 50%;
  }
  .flex.two.main-flex .detailpage-menu .flex.two > .column {
    max-width: 50%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .flex.two.main-flex .sub-flex > .column:first-child {
    max-width: 69%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 69%;
    -ms-flex: 1 1 69%;
    flex: 1 1 69%;
  }
  .flex.two.main-flex .sub-flex > .column:last-child {
    max-width: 31%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 31%;
    -ms-flex: 1 1 31%;
    flex: 1 1 31%;
  }
  .news-tag {
    font-size: 11px;
    line-height: 20px;
  }
  .asColumn {
    padding: 14.5px;
  }
  .asRow {
    padding: 14.5px;
  }
  .titleAsColumn {
    font-size: 25px;
    line-height: 55px;
  }
  .flex.downloadList.two > .column:nth-child(2n+1) {
    max-width: calc( ( ( 696% ) * 100 ) / ( 868 ) );
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc( ( ( 696% ) * 100 ) / ( 868 ) );
    -ms-flex: 1 1 calc( ( ( 696% ) * 100 ) / ( 868 ) );
    flex: 1 1 calc( ( ( 696% ) * 100 ) / ( 868 ) );
    padding-top: 35px;
  }
  .flex.downloadList.two > .column:nth-child(2n+2) {
    padding: 30px 0px;
    max-width: calc( ( ( 168% ) * 100 ) / ( 868 ) );
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc( ( ( 168% ) * 100 ) / ( 868 ) );
    -ms-flex: 1 1 calc( ( ( 168% ) * 100 ) / ( 868 ) );
    flex: 1 1 calc( ( ( 168% ) * 100 ) / ( 868 ) );
    text-align: center;
  }
  .detailpage-menu .go-back-to-list {
    padding: 0;
  }
  .detailpage-menu .go-back-to-list span,
  .detailpage-menu .navigation span {
    display: inline-block;
  }
  .detailpage-menu .navigation.go-back {
    padding-right: 35px;
  }
  .detailpage-menu .navigation.go-forth {
    padding-left: 35px;
  }
  .flex.downloadList a.column .inline-block {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .filetype,
  .downloadIcon {
    display: inline-block;
    vertical-align: top;
  }
  .filename {
    font-size: 19px;
    line-height: 25px;
  }
  .filetype {
    max-width: 52px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .filesize {
    height: 18px;
    display: block;
    margin-top: 1px;
    line-height: 19px;
    padding-left: 0;
    padding-right: 0;
  }
  .home-section-2 .flex .column {
    max-width: calc(50% - 60px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 60px);
    -ms-flex: 1 1 calc(50% - 60px);
    flex: 1 1 calc(50% - 60px);
  }
  .home-section-6 .large.container {
    max-width: 630px;
  }
  .home-section-6 .flex.four > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    margin-bottom: 50px;
  }
  .home-section-6 .flex.four > .column:hover {
    -webkit-box-shadow: 0 0 50px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 50px 10px rgba(0,0,0,0.2);
  }
  .nav-controls.detail2-nav {
    right: 55px;
  }
  .home-section-7 .flex.two {
    max-width: calc( ( ( 1068% ) * 100 ) / ( 1168 ) );
  }
  .home-section-7 .flex.two > .column:first-child {
    max-width: 75%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    text-align: right;
  }
  .home-section-7 .flex.two > .column:last-child {
    max-width: 25%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  #home-projects-flickity .project-cell .flex.two > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  #home-projects-flickity .project-cell .slide-title {
    display: block;
    padding-top: 25px;
  }
  #home-projects-flickity .project-cell .slide-title-responsive {
    display: none;
  }
  #home-projects-flickity .project-cell .slide-info {
    padding-top: 0;
  }
  .aboutpage img {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  section.standard .go-adopt {
    padding-top: 0;
  }
  .flex.sub-info > .column {
    margin-top: 60px;
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  section .flex.detail-doginlist > .column {
    max-width: 50%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  section .flex.detail-doginlist .content-doginfo {
    padding-right: 0;
    padding-left: 0;
  }
  #home-news-flickity .news-cell {
    height: 400px;
  }
  .home-section-1 .outright .banner-tag {
    font-size: 11px;
    line-height: 25px;
    text-align: left;
  }
  #home-cities-flickity {
    height: 285px;
  }
  .city-cell {
    width: 285px;
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .flex.two > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  .pagination-helper ul {
    padding-left: 50px;
    padding-right: 50px;
  }
  .newsletter-success,
  .newsletter-error {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .dog-link.dog-gray .content-doginfo .flex.two {
    border-top: 2px solid #e3e3e3;
    padding-top: 9px;
    margin-top: 9px;
  }
  section.standard.formSection .main-flex .flex.three > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  section.standard.formSection .main-flex .flex.three > .column:nth-child(2n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard.formSection .main-flex .flex.three > .column:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 15px;
  }
  section.standard .flex.three > .column {
    max-width: calc(33.33336% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(33.33336% - 20px);
    -ms-flex: 1 1 calc(33.33336% - 20px);
    flex: 1 1 calc(33.33336% - 20px);
  }
  section.standard .flex.three > .column:nth-child(3n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.three > .column:nth-child(3n+2) {
    margin-right: 15px;
    margin-left: 15px;
  }
  section.standard .flex.three > .column:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 15px;
  }
  section.standard .flex.list-flex {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0;
  }
  section.standard .flex.list-flex > .column {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  section.standard .flex.list-flex > .column:nth-child(2n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.list-flex > .column:nth-child(2n+2) {
    margin-right: 0px;
    margin-left: 15px;
  }
  section.standard .flex.list-flex > .column.dog-link {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(2n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(2n+2) {
    margin-right: 0px;
    margin-left: 15px;
  }
  section.contacts .container > .flex.three > .column {
    max-width: calc( ( ( 303% ) * 100 ) / ( 1168 ) );
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc( ( ( 303% ) * 100 ) / ( 1168 ) );
    -ms-flex: 1 1 calc( ( ( 303% ) * 100 ) / ( 1168 ) );
    flex: 1 1 calc( ( ( 303% ) * 100 ) / ( 1168 ) );
  }
  section form .flex.three > .column {
    max-width: calc(33.33336% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(33.33336% - 20px);
    -ms-flex: 1 1 calc(33.33336% - 20px);
    flex: 1 1 calc(33.33336% - 20px);
  }
  section form label.forCheckbox {
    line-height: 30px;
  }
  h1,
  .h1 {
    font-size: 39px;
    line-height: 49px;
  }
  .container.large {
    max-width: 880px;
  }
  header .large.container .flex {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header .large.container .flex .column:last-child {
    padding-top: 30px;
  }
  header .large.container .flex .column:last-child.relative {
    position: relative;
  }
  header .large.container .flex .column a.pesquisa {
    width: 50px;
    height: 50px;
    font-size: 17px;
    line-height: 51px;
    margin-right: 10px;
    background-color: #f2f2f2 /*menucolor*/;
  }
  header .large.container .flex .column a.pesquisa:hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  header .large.container .flex .column a.pesquisa.open i.icon-loupe {
    display: none;
    font-size: 19px;
  }
  header .large.container .flex .column a.pesquisa.open .html-icon-close {
    display: block;
  }
  header .search {
    position: absolute;
    top: 30px;
    bottom: 0;
    auto: 0;
  }
  header .search input {
    width: calc(100% - 61px);
  }
  header .search button {
    display: inline-block;
  }
  header .main-menu {
    display: block;
    min-height: auto;
    background-color: #fff /*menucolor*/;
  }
  header .main-menu ul {
    zoom: 1;
    border-top: 2px solid #e3e3e3 /*menucolor*/;
  }
  header .main-menu ul:before,
  header .main-menu ul:after {
    content: "";
    display: table;
  }
  header .main-menu ul:after {
    clear: both;
  }
  header .main-menu ul li {
    width: auto;
    display: inline-block;
  }
  header .main-menu ul li:first-child > a {
    margin-left: 0;
  }
  header .main-menu ul li a {
    border-bottom: 0;
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
/*UNDERLINING EFFECT*/
  }
  header .main-menu ul li a:before,
  header .main-menu ul li a:after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 15px;
  }
  header .main-menu ul li a:before {
    left: 0;
    -webkit-transition: width 0s ease, background 0.5s ease;
    -moz-transition: width 0s ease, background 0.5s ease;
    -o-transition: width 0s ease, background 0.5s ease;
    -ms-transition: width 0s ease, background 0.5s ease;
    transition: width 0s ease, background 0.5s ease;
  }
  header .main-menu ul li a:after {
    right: 0;
    background: #8dc63f;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  header .main-menu ul li:hover > a:before,
  header .main-menu ul li.active > a:before {
    width: 100%;
    background: #8dc63f;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  header .main-menu ul li:hover > a:after,
  header .main-menu ul li.active > a:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
  }
  header .main-menu ul li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  header .main-menu ul:hover .sub-menu {
    background-color: #fff;
    border-bottom-width: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  header .main-menu ul .sub-menu {
    width: 100%;
    display: block;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-color: #f2f2f2;
    border-bottom: 0 solid #8dc63f;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.33s ease-in-out, background-color 0.15s ease-in-out, border-bottom 0.15s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: all 0.33s ease-in-out, background-color 0.15s ease-in-out, border-bottom 0.15s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: all 0.33s ease-in-out, background-color 0.15s ease-in-out, border-bottom 0.15s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: all 0.33s ease-in-out, background-color 0.15s ease-in-out, border-bottom 0.15s ease-in-out, opacity 0.2s ease-in-out;
    transition: all 0.33s ease-in-out, background-color 0.15s ease-in-out, border-bottom 0.15s ease-in-out, opacity 0.2s ease-in-out;
  }
  header .main-menu ul .sub-menu ul {
    border-top-width: 0;
  }
  header .main-menu ul .sub-menu ul li {
    background-color: #fff;
  }
  header .main-menu ul .sub-menu ul li:first-child > a {
    margin-left: 0;
  }
  header .main-menu ul .sub-menu ul li a {
    color: #3d4247;
    margin-left: 15px;
    margin-right: 15px;
  }
  header .main-menu ul .sub-menu ul li a:after {
    background: #3d4247;
  }
  header .main-menu ul .sub-menu ul li:hover > a:before,
  header .main-menu ul .sub-menu ul li.active > a:before {
    width: 100%;
    background: #3d4247;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  header .main-menu ul .sub-menu ul li:hover > a:after,
  header .main-menu ul .sub-menu ul li.active > a:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
  }
  header .responsive-menu-button {
    display: none;
    width: 40px;
    height: 50px;
  }
  footer #footer {
    font-size: 11px;
    line-height: 70px;
    text-align: left;
    padding: 0;
  }
  footer #footer.flex .column {
    width: auto;
  }
  footer #footer li {
    float: left;
    padding-bottom: 0;
  }
  footer #footer img {
    margin: 0;
    display: inline-block;
  }
  footer #footer .col-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  footer #footer .col-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  footer #footer .col-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  #cookies.open {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .listpage-subtitle {
    font-size: 19px;
    line-height: 49px;
  }
  .listpage-title {
    font-size: 39px;
    line-height: 49px;
  }
  .flex.two.main-flex > .column:first-child {
    max-width: 270px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 270px;
    -ms-flex: 1 1 270px;
    flex: 1 1 270px;
  }
  .flex.two.main-flex > .column:last-child {
    padding-top: 0;
    max-width: calc(100% - 270px - 30px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(100% - 270px - 30px);
    -ms-flex: 1 1 calc(100% - 270px - 30px);
    flex: 1 1 calc(100% - 270px - 30px);
  }
  .flex.two.main-flex .gallery .flex.two > .column:first-child:before {
    width: 10%;
  }
  .flex.two.main-flex .side-menu .side-menu-image {
    display: block;
    margin: 0 auto 28px;
    padding-right: 20px;
  }
  .flex.two.main-flex .side-menu .side-menu-image.imgEmpty {
    display: none;
  }
  .flex.two.main-flex .side-menu .side-menu-title {
    display: none;
    cursor: default;
    margin-bottom: 28px;
  }
  .flex.two.main-flex .side-menu .side-menu-title.imgEmpty {
    display: block;
  }
  .flex.two.main-flex .side-menu .side-menu-title i {
    display: none;
  }
  .flex.two.main-flex .side-menu > ul {
    max-height: 100%;
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .flex.two.main-flex .sub-flex > .column:first-child,
  .flex.two.main-flex .sub-flex > .column:last-child {
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .contacts .asTable.four > .column.col-4 {
    max-width: calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
    -ms-flex: 1 1 calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
    flex: 1 1 calc( ( ( 189.33333333333% ) * 100 ) / ( 1168 ) );
  }
  .contacts .asTable.four > .column.col-2,
  .contacts .asTable.four > .column.col-3 {
    display: block;
  }
  .asColumn {
    padding-left: 32px;
    padding-right: 32px;
  }
  .asRow {
    padding-left: 32px;
    padding-right: 32px;
  }
  #owl-carousel-principal,
  #wowslider-principal {
    max-height: 500px;
    max-width: 80%;
  }
  .home-section-2 .no-tags {
    margin-top: 27px;
  }
  .nav-controls.project-nav-controls {
    display: block;
  }
  .nav-controls#home-cities-nav {
    display: block;
    height: 70px;
    max-width: 230px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-left: auto;
    margin-right: calc( ( ( 376% ) * 100 ) / ( 1920 ) );
  }
  .nav-controls#home-cities-nav .background-container {
    display: inline-block;
    padding: 0;
    height: 70px;
    background-color: #8dc63f;
  }
  .nav-controls#home-cities-nav .control-button {
    width: 50%;
    height: 70px;
    display: inline-block;
    font-size: 16px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    position: relative;
    left: auto;
    right: auto;
  }
  .nav-controls#home-cities-nav .control-button:hover {
    background-color: transparent;
  }
  .nav-controls#home-cities-nav .arrow-left {
    padding-left: 10px;
  }
  .home-section-7 {
    max-height: 286px;
  }
  .home-section-7:hover .background-container img {
    -webkit-transform: translate3d(0, -9%, 0) scale(1.6);
    -moz-transform: translate3d(0, -9%, 0) scale(1.6);
    -o-transform: translate3d(0, -9%, 0) scale(1.6);
    -ms-transform: translate3d(0, -9%, 0) scale(1.6);
    transform: translate3d(0, -9%, 0) scale(1.6);
  }
  .home-section-7 .background-container .background-gradient {
    background-image: -webkit-linear-gradient(left, #00703c 0%, rgba(0,112,60,0.75) 50%, #00703c 100%);
    background-image: -moz-linear-gradient(left, #00703c 0%, rgba(0,112,60,0.75) 50%, #00703c 100%);
    background-image: -o-linear-gradient(left, #00703c 0%, rgba(0,112,60,0.75) 50%, #00703c 100%);
    background-image: -ms-linear-gradient(left, #00703c 0%, rgba(0,112,60,0.75) 50%, #00703c 100%);
    background-image: linear-gradient(to right, #00703c 0%, rgba(0,112,60,0.75) 50%, #00703c 100%);
  }
  .home-section-7 .background-container img {
    -webkit-transform: translate3d(0, -9%, 0) scale(1.5);
    -moz-transform: translate3d(0, -9%, 0) scale(1.5);
    -o-transform: translate3d(0, -9%, 0) scale(1.5);
    -ms-transform: translate3d(0, -9%, 0) scale(1.5);
    transform: translate3d(0, -9%, 0) scale(1.5);
  }
  .home-section-7 .flex.two .button {
    margin-top: 0;
    margin-left: 30px;
  }
  #home-projects-flickity {
    margin-top: 30px;
  }
  #home-projects-flickity .project-cell .flex.two > .column:first-child:before {
    display: block;
  }
  #home-projects-flickity .project-cell .slide-title {
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 25px;
    line-height: 30px;
    font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
    text-align: left;
  }
  #home-projects-flickity .project-cell .slide-info {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 50px;
    padding-top: 0;
  }
  #home-projects-flickity .project-cell .button {
    margin-bottom: 0;
  }
  #home-projects-nav {
    height: 70px;
    max-width: calc(100% - 230px);
  }
  .project-nav {
    height: 70px;
    width: 302px;
    margin-right: 11px;
  }
  .project-nav .tab-text {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #00703c;
  }
  section.standard .go-adopt > .flex.three {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  section.standard .go-adopt > .flex.three > .column {
    margin-top: 0;
    max-width: 33.3333%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 33.3333%;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
  }
  section.standard .go-adopt > .flex.three > .column:nth-child(3n+1) {
    text-align: right;
/*flexible(simpleCalc(292, 870))*/
  }
  section.standard .go-adopt > .flex.three > .column:nth-child(3n+2) {
    max-width: 150px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 150px;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
/*flexible(simpleCalc(140, 870))*/
  }
  section.standard .go-adopt > .flex.three > .column:nth-child(3n+3) {
    max-width: calc(100% - 33.33336% - 150px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(100% - 33.33336% - 150px);
    -ms-flex: 1 1 calc(100% - 33.33336% - 150px);
    flex: 1 1 calc(100% - 33.33336% - 150px);
  }
  .go-adopt-title {
    font-size: 23px;
    line-height: 34px;
  }
  #home-news-flickity {
    max-width: calc( ( ( 612% ) * 100 ) / ( 1024 ) );
  }
  #home-news-flickity .news-cell {
    height: 500px;
  }
  #home-news-nav {
    background-color: transparent;
  }
  #home-news-nav .background-container {
    left: 0;
    right: auto;
    background-color: #8dc63f;
    max-width: 100%;
  }
  #home-news-nav .background-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 10px 0 0;
    border-color: #00703c transparent transparent transparent;
  }
  .home-section-1 .outright {
    position: absolute;
    max-width: calc( ( ( 450% ) * 100 ) / ( 1024 ) );
    padding-left: 30px;
    padding-top: 70px;
    padding-bottom: 0;
    padding-right: calc((100vw - 880px) / 2);
  }
  .home-section-1 .outright:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 500px 70px;
    border-color: transparent transparent #00703c transparent;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .home-section-1 .outright .banner-title {
    margin-bottom: 27px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  }
  .home-section-1 .outright .control-button,
  .home-section-1 .outright .between-arrows,
  .home-section-1 .outright .slider-track {
    float: left;
  }
  .home-section-1 .outright .control-button {
    padding: 0;
    width: calc( ( ( 130% ) * 100 ) / ( 845 ) );
  }
  .home-section-1 .outright .arrow-left {
    position: static;
  }
  .home-section-1 .outright .arrow-right {
    position: static;
  }
  .home-section-1 .outright .between-arrows {
    max-width: 140px;
    width: calc( ( ( 140% ) * 100 ) / ( 845 ) );
  }
  .home-section-1 .outright .current-banner,
  .home-section-1 .outright .total-banners {
    width: 40%;
  }
  .home-section-1 .outright .current-banner {
    padding: 0;
    float: left;
  }
  .home-section-1 .outright .total-banners {
    padding: 0;
    float: right;
  }
  #home-cities-flickity .flickity-slider {
    left: 0 !important;
  }
  #home-cities-flickity {
    height: 350px;
  }
  .city-cell {
    width: 350px;
    margin-right: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  .city-cell .content-container {
    max-height: calc(21px + 100px);
    padding: 50px 40px;
  }
  .city-cell .content-container .territory-title {
    font-size: 21px;
    line-height: 31px;
    font-family: 'MS_BOLD', 'Open Sans', 'Times New Roman', sans-serif;
  }
  .city-cell .content-container .territory-text {
    margin-top: 24px;
    font-size: 13px;
    line-height: 23px;
    text-align: left;
    color: #fff;
  }
  .city-cell:hover .background-container .background-gradient {
    background-color: rgba(0,112,60,0.75);
  }
  .city-cell:hover .content-container {
    max-height: 100%;
  }
  .city-cell:hover .content-container .territory-text,
  .city-cell:hover .content-container .withIcon {
    -webkit-transition: all 0.33s cubic-bezier(1, 0, 1, 0);
    -moz-transition: all 0.33s cubic-bezier(1, 0, 1, 0);
    -o-transition: all 0.33s cubic-bezier(1, 0, 1, 0);
    -ms-transition: all 0.33s cubic-bezier(1, 0, 1, 0);
    transition: all 0.33s cubic-bezier(1, 0, 1, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .utilityBar {
    height: 60px;
    padding-bottom: 0;
  }
  .utilityBar.filter {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #f2f2f2 50%, #fff 51%, #fff 51%, #fff 100%);
    background-image: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 50%, #fff 51%, #fff 51%, #fff 100%);
    background-image: -o-linear-gradient(left, #f2f2f2 0%, #f2f2f2 50%, #fff 51%, #fff 51%, #fff 100%);
    background-image: -ms-linear-gradient(left, #f2f2f2 0%, #f2f2f2 50%, #fff 51%, #fff 51%, #fff 100%);
    background-image: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 50%, #fff 51%, #fff 51%, #fff 100%);
  }
  .utilityBar.filter .flex.main-filter-flex > .column:first-child {
    max-width: 300px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
  }
  .utilityBar.filter .flex.main-filter-flex > .column:last-child {
    max-width: calc(100% - 300px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(100% - 300px);
    -ms-flex: 1 1 calc(100% - 300px);
    flex: 1 1 calc(100% - 300px);
  }
  .utilityBar.filter .flex.main-filter-flex > .column.alignedRight {
    text-align: right;
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .flex.two {
    background-color: transparent;
    border-bottom: 1px solid #f2f2f2;
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .flex.two > .column:first-child {
    max-width: 70%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .flex.two > .column:last-child {
    max-width: 30%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .select-helper {
    max-height: 60px;
    display: inline-block;
    vertical-align: top;
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .select-helper:first-child:nth-last-child(4),
  .utilityBar.filter .flex.main-filter-flex .asForm .select-helper:first-child:nth-last-child(4) ~ .select-helper {
    max-width: calc(25% - 4px);
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .select-helper.open ul {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .select-helper .showText {
    overflow: hidden;
    border-right: 1px solid #f2f2f2;
    white-space: nowrap;
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .select-helper ul {
    min-width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 100%;
    left: 0;
  }
  .utilityBar.filter .flex.main-filter-flex .asForm .select-helper ul li {
    width: auto;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1280px) {
  section.standard.formSection .main-flex .flex.three > .column {
    max-width: calc(33.33336% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(33.33336% - 20px);
    -ms-flex: 1 1 calc(33.33336% - 20px);
    flex: 1 1 calc(33.33336% - 20px);
  }
  section.standard.formSection .main-flex .flex.three > .column:nth-child(3n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard.formSection .main-flex .flex.three > .column:nth-child(3n+2) {
    margin-right: 15px;
    margin-left: 15px;
  }
  section.standard.formSection .main-flex .flex.three > .column:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 15px;
  }
  section.standard .flex.list-flex > .column {
    max-width: calc(33.33336% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(33.33336% - 20px);
    -ms-flex: 1 1 calc(33.33336% - 20px);
    flex: 1 1 calc(33.33336% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
  section.standard .flex.list-flex > .column:nth-child(3n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.list-flex > .column:nth-child(3n+2) {
    margin-right: 15px;
    margin-left: 15px;
  }
  section.standard .flex.list-flex > .column:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 15px;
  }
  section.standard .flex.list-flex > .column.dog-link.dog-gray .content-doginfo,
  section.standard .flex.list-flex > .column.adopted-dog .content-doginfo {
    padding: 21px 24px 24px;
  }
  section.standard .flex.list-flex > .column.dog-link.dog-gray .content-doginfo .dog-race,
  section.standard .flex.list-flex > .column.adopted-dog .content-doginfo .dog-race {
    font-size: 18px;
    line-height: 25px;
  }
  section.standard .flex.list-flex > .column.dog-link.dog-gray .content-doginfo .label-doginfo,
  section.standard .flex.list-flex > .column.adopted-dog .content-doginfo .label-doginfo,
  section.standard .flex.list-flex > .column.dog-link.dog-gray .content-doginfo .dog-info,
  section.standard .flex.list-flex > .column.adopted-dog .content-doginfo .dog-info {
    font-size: 11px;
    line-height: 16px;
  }
  section.standard .flex.list-flex > .column.dog-link {
    max-width: calc(33.33336% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(33.33336% - 20px);
    -ms-flex: 1 1 calc(33.33336% - 20px);
    flex: 1 1 calc(33.33336% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(3n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(3n+2) {
    margin-right: 15px;
    margin-left: 15px;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 15px;
  }
  section.standard .municipio .municipio-content {
    padding: 45px 30px;
  }
  section.standard .municipio .municipio-content .municipio-nome {
    padding-bottom: 25px;
    font-size: 25px;
    line-height: 35px;
  }
  section.home-info h1,
  section.home-info h2 {
    font-size: 39px;
    line-height: 49px;
  }
  .container.large {
    max-width: 1024px;
  }
  header .main-menu ul li a {
    margin-left: 15px;
    margin-right: 15px;
  }
  footer #municipios .flex {
/*flex-wrap nowrap*/
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer #municipios .flex .column {
    max-width: 16.6667%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 16.6667%;
    -ms-flex: 1 1 16.6667%;
    flex: 1 1 16.6667%;
    margin-bottom: 0;
/*&:first-child:nth-last-child(1)
						flexible(one)
					&:first-child:nth-last-child(2), &:first-child:nth-last-child(2) ~ .column
						flexible(two)
					&:first-child:nth-last-child(3), &:first-child:nth-last-child(3) ~ .column
						flexible(three)*/
  }
  footer #municipios .flex .column:first-child:nth-last-child(4),
  footer #municipios .flex .column:first-child:nth-last-child(4) ~ .column {
    max-width: 25%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  footer #municipios .flex .column:first-child:nth-last-child(5),
  footer #municipios .flex .column:first-child:nth-last-child(5) ~ .column {
    max-width: 20%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  footer #municipios .flex .column:first-child:nth-last-child(6),
  footer #municipios .flex .column:first-child:nth-last-child(6) ~ .column {
    max-width: 16.6667%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 16.6667%;
    -ms-flex: 1 1 16.6667%;
    flex: 1 1 16.6667%;
  }
  footer #municipios .flex .column:first-child:nth-last-child(7),
  footer #municipios .flex .column:first-child:nth-last-child(7) ~ .column {
    max-width: 14.2857%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 14.2857%;
    -ms-flex: 1 1 14.2857%;
    flex: 1 1 14.2857%;
  }
  footer #municipios .flex .column:first-child:nth-last-child(8),
  footer #municipios .flex .column:first-child:nth-last-child(8) ~ .column {
    max-width: 12.5%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 12.5%;
    -ms-flex: 1 1 12.5%;
    flex: 1 1 12.5%;
  }
  footer #contactos {
    padding-top: 66px;
    padding-bottom: 70px;
  }
  footer #contactos .flex.four > .column {
    max-width: calc(25% - 22.5px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(25% - 22.5px);
    -ms-flex: 1 1 calc(25% - 22.5px);
    flex: 1 1 calc(25% - 22.5px);
  }
  footer #contactos .contact-title {
    font-size: 21px;
    line-height: 25px;
  }
  footer #contactos ul {
    padding-top: 27px;
  }
  footer #contactos .contact-info {
    font-size: 13px;
    line-height: 18px;
  }
  footer #contactos .contact-big {
    font-size: 17px;
  }
  footer #contactos form {
    padding-bottom: 0;
  }
  .flex.two.main-flex .gallery .flex.two > .column:first-child {
    z-index: 1;
    max-width: calc( ( ( 570% ) * 100 ) / ( 870 ) );
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc( ( ( 570% ) * 100 ) / ( 870 ) );
    -ms-flex: 1 1 calc( ( ( 570% ) * 100 ) / ( 870 ) );
    flex: 1 1 calc( ( ( 570% ) * 100 ) / ( 870 ) );
  }
  .flex.two.main-flex .gallery .flex.two > .column:first-child:before {
    content: '';
    display: block;
    z-index: 200;
    position: absolute;
    right: 0;
    top: 0;
/*width 0
							height 0
							border-style solid
							border-width 0 0 350px 55px
							border-color transparent transparent #ffffff transparent*/
    height: calc(100% + 1px);
    background-color: #fff;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -o-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    outline: 1px solid transparent;
/*+media(1024px)
								display block
								width 10%*/
  }
  .flex.two.main-flex .gallery .flex.two > .column:last-child {
    z-index: 2;
    max-width: calc( ( ( 279% ) * 100 ) / ( 870 ) );
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc( ( ( 279% ) * 100 ) / ( 870 ) );
    -ms-flex: 1 1 calc( ( ( 279% ) * 100 ) / ( 870 ) );
    flex: 1 1 calc( ( ( 279% ) * 100 ) / ( 870 ) );
  }
  .flex.two.main-flex .gallery .slide-title {
    margin-top: 90px;
  }
  .flex.two.main-flex .sub-flex {
    margin-bottom: 0;
  }
  .flex.two.main-flex .sub-flex > .column:first-child {
    max-width: 69%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 69%;
    -ms-flex: 1 1 69%;
    flex: 1 1 69%;
  }
  .flex.two.main-flex .sub-flex > .column:last-child {
    max-width: 31%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 31%;
    -ms-flex: 1 1 31%;
    flex: 1 1 31%;
  }
  .home-section-2 .flex .column {
    max-width: calc(25% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(25% - 20px);
    -ms-flex: 1 1 calc(25% - 20px);
    flex: 1 1 calc(25% - 20px);
    margin-bottom: 0px;
  }
  .home-section-6 {
    padding-top: 100px;
    padding-bottom: 125px;
  }
  .home-section-6 .large.container {
    max-width: 1024px;
  }
  .home-section-6 .flex.four > .column {
    max-width: calc(25% - 12.5px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(25% - 12.5px);
    -ms-flex: 1 1 calc(25% - 12.5px);
    flex: 1 1 calc(25% - 12.5px);
    margin-bottom: 0;
  }
  .nav-controls.detail-nav {
    top: 0;
    right: 0;
  }
  .home-section-7 .flex.two .adoption-title {
    margin-top: 0;
    margin-left: auto;
    font-size: 29px;
    line-height: 39px;
    text-align: right;
  }
  .home-section-7 .flex.two p {
    font-size: 15px;
    line-height: 25px;
    text-align: right;
  }
  .home-section-7 .flex.two img {
    margin-top: -25px;
    margin-bottom: -43px;
    max-height: calc(100% + 25px + 43px);
  }
  .home-section-8 .otherProjects {
    font-size: 39px;
    line-height: 49px;
    text-align: left;
  }
  .go-adopt-title {
    font-size: 29px;
    line-height: 34px;
  }
  #home-news-flickity {
    max-width: calc( ( ( 780% ) * 100 ) / ( 1280 ) );
  }
  .home-section-1 .outright {
    max-width: calc( ( ( 550% ) * 100 ) / ( 1280 ) );
    padding-right: calc((100vw - 1024px) / 2);
  }
  #home-cities-flickity {
    height: 415px;
  }
  .city-cell {
    width: 415px;
  }
  .city-cell .content-container .territory-title {
    font-size: 25px;
    line-height: 35px;
  }
  .city-cell .content-container .territory-text {
    margin-top: 47px;
    font-size: 15px;
    line-height: 25px;
  }
  .newsletter-success,
  .newsletter-error {
    font-size: 13px;
    line-height: 23px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1366px) {
  .flex.two.main-flex .flex.ulist.three > .column {
    max-width: calc(33.33336% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(33.33336% - 20px);
    -ms-flex: 1 1 calc(33.33336% - 20px);
    flex: 1 1 calc(33.33336% - 20px);
  }
  .flex.two.main-flex .columnsList ul {
    columns: 3;
  }
  .flex.two.main-flex .sub-flex-contacts > .flex.two > .column:first-child {
    max-width: calc(40% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(40% - 15px);
    -ms-flex: 1 1 calc(40% - 15px);
    flex: 1 1 calc(40% - 15px);
  }
  .flex.two.main-flex .sub-flex-contacts > .flex.two > .column:last-child {
    max-width: calc(60% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(60% - 15px);
    -ms-flex: 1 1 calc(60% - 15px);
    flex: 1 1 calc(60% - 15px);
  }
  .flex.two.main-flex .sub-flex-contacts > .flex.two > .column:first-child .flex > .column {
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media only screen and (min-width: 1440px) {
  section.standard .flex.list-flex > .column {
    max-width: calc(33.33336% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(33.33336% - 20px);
    -ms-flex: 1 1 calc(33.33336% - 20px);
    flex: 1 1 calc(33.33336% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
  section.standard .flex.list-flex > .column:nth-child(3n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.list-flex > .column:nth-child(3n+2) {
    margin-right: 15px;
    margin-left: 15px;
  }
  section.standard .flex.list-flex > .column:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 15px;
  }
  section.standard .flex.list-flex > .column.dog-link.dog-gray .content-doginfo,
  section.standard .flex.list-flex > .column.adopted-dog .content-doginfo {
    padding: 27px 30px 30px;
  }
  section.standard .flex.list-flex > .column.dog-link.dog-gray .content-doginfo .dog-race,
  section.standard .flex.list-flex > .column.adopted-dog .content-doginfo .dog-race {
    font-size: 21px;
    line-height: 31px;
  }
  section.standard .flex.list-flex > .column.dog-link.dog-gray .content-doginfo .label-doginfo,
  section.standard .flex.list-flex > .column.adopted-dog .content-doginfo .label-doginfo,
  section.standard .flex.list-flex > .column.dog-link.dog-gray .content-doginfo .dog-info,
  section.standard .flex.list-flex > .column.adopted-dog .content-doginfo .dog-info {
    font-size: 13px;
    line-height: 21px;
  }
  section.standard .flex.list-flex > .column.dog-link {
    max-width: calc(33.33336% - 20px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(33.33336% - 20px);
    -ms-flex: 1 1 calc(33.33336% - 20px);
    flex: 1 1 calc(33.33336% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(3n+1) {
    margin-right: 15px;
    margin-left: 0;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(3n+2) {
    margin-right: 15px;
    margin-left: 15px;
  }
  section.standard .flex.list-flex > .column.dog-link:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 15px;
  }
  .container.large {
    max-width: 1168px;
  }
  .flex.two.main-flex .sub-flex-contacts > .flex.two > .column:first-child {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  .flex.two.main-flex .sub-flex-contacts > .flex.two > .column:last-child {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  .home-section-6 .large.container {
    max-width: 1168px;
  }
  .nav-controls.detail-nav {
    right: 55px;
  }
  #home-news-flickity {
    max-width: calc( ( ( 1146% ) * 100 ) / ( 1920 ) );
  }
  .home-section-1 .outright {
    max-width: calc( ( ( 845% ) * 100 ) / ( 1920 ) );
    padding-left: 30px;
    padding-top: 70px;
    padding-bottom: 0;
    padding-right: calc((100vw - 1168px) / 2);
  }
  #home-cities-flickity {
    height: 480px;
  }
  .city-cell {
    width: 480px;
  }
  .city-cell .content-container {
    max-height: calc(35px + 64px + 70px);
    padding: 64px 70px 70px;
  }
}


.livroreclamacoes img{
	width: 80%;
}