/* CSS Document */
@import '/lib/fonts/topping_icn_v3.css';
@import url("https://fonts.googleapis.com/css?family=Varela+Round");
@import url("https://fonts.googleapis.com/css?family=Oxygen:400,700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #FFF;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* EX:
@include transform(rotate, 0deg);
@include transition(.5s, ease-in-out);
@include transform-origin(right, center);
*/
/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
p, li {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
}

p {
  margin: 1.25em 0;
  color: #333;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p.mrg-top {
  margin-top: 1.25em;
}

a {
  color: #EB268F;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  padding: 20px 0 20px 20px;
}
ul li {
  display: list-item;
  list-style: square;
}

strong {
  font-weight: 700;
}

.headings, h6, h5, h4, h3, h2, h1 {
  font-family: "Varela Round", sans-serif;
  font-family: "Oxygen", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  font-size: 27px;
  margin-bottom: 17.82px;
  margin-bottom: 0;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  margin-bottom: 15.84px;
  margin-bottom: 0;
  font-weight: 700;
}

h3 {
  font-size: 21px;
  margin-bottom: 13.86px;
  margin-bottom: 0;
  font-weight: 700;
}

h4 {
  font-size: 19px;
  margin-bottom: 12.54px;
  margin-bottom: 0;
  font-weight: 700;
}

h5 {
  font-size: 17px;
  margin-bottom: 11.22px;
  margin-bottom: 0;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  margin-bottom: 10.56px;
  margin-bottom: 0;
  font-weight: 700;
}

/* CSS Document */
.cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.gray {
  background-color: #EEE;
}

a.btlinkhome {
  display: inline-block;
  margin: 0 auto;
  padding: 0 1em;
  line-height: 2em;
  height: 2em;
  background-color: #FFF;
  color: #EB268F;
  text-align: center;
  text-decoration: none;
  border: solid 1px #EB268F;
  border-radius: 0.25em;
  font-size: 0.9em;
  text-transform: uppercase;
}
a.btlinkhome:hover {
  background-color: #EB268F;
  color: #FFF;
}

.clear {
  clear: both;
}

.in-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.in-padV {
  padding-top: 40px;
}

.in-pad2 {
  padding-top: 26.4px;
  padding-bottom: 26.4px;
}
.in-pad2:first-child {
  padding-top: 0;
}

.clickable {
  cursor: pointer;
}
.clickable:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .in-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .in-padV {
    padding-top: 50px;
  }

  .in-pad2 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .in-pad {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .in-padV {
    padding-top: 100px;
  }

  .in-pad2 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
/* CSS Document */
section#topo {
  padding: 10px 0px;
  height: 80px;
  width: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 3;
  /**/
}
section#topo .cont {
  height: 100%;
  max-width: 100%;
}
section#topo #logo {
  height: 100%;
  width: auto;
  display: block;
}
section#topo #menu {
  display: none;
}

#menu_mobile {
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 2;
}
#menu_mobile.open {
  display: block !important;
  opacity: 1 !important;
}
#menu_mobile ul {
  margin: 0;
  padding: 0;
  padding-top: 80px;
}
#menu_mobile ul li {
  margin: 0;
  padding: 0;
  display: block;
  height: 50px;
  line-height: 50px;
  border-top: solid 1px rgba(0, 0, 0, 0.7);
  padding: 0 20px;
  font-size: 1.1em;
}
#menu_mobile ul li:first-child {
  margin-top: 0;
}
#menu_mobile ul li a {
  font-family: "Varela Round", sans-serif;
  font-family: "Oxygen", sans-serif;
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 400;
}
#menu_mobile ul li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

.menu_toggle {
  width: 40px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 28px;
  z-index: 1002;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
.menu_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu_toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu_toggle span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu_toggle span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu_toggle.open span {
  background-color: #333;
  left: 6px;
}
.menu_toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
}
.menu_toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu_toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
}

@media screen and (min-width: 768px) {
  .menu_toggle {
    display: none;
  }

  section#topo {
    font-family: "Varela Round", sans-serif;
    font-family: "Oxygen", sans-serif;
  }
  section#topo #menu {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 550px;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  section#topo #menu li {
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    position: relative;
    list-style: none;
  }
  section#topo #menu li a {
    color: #412020;
    text-transform: uppercase;
    text-decoration: none;
  }
  section#topo #menu li a:hover {
    color: #EB268F;
  }
  section#topo #menu li.on > a {
    color: #EB268F;
  }
  section#topo #menu li:last-child {
    margin-left: 40px;
  }
  section#topo #menu li:last-child a {
    color: #EB268F;
    background-color: #FFF;
    padding: 3px;
    border: solid 1px #EB268F;
    border-radius: 5px;
    font-size: 0.9em;
  }
  section#topo #menu li:last-child a:hover {
    color: #FFF;
    background-color: #EB268F;
  }
  section#topo.topo1 {
    /*@include anula_topo;*/
  }
}
@media screen and (min-width: 1024px) {
  section#topo {
    height: 120px;
    padding: 20px 0;
  }
  section#topo .cont {
    position: relative;
    width: 100%;
    height: 100%;
  }
  section#topo #menu {
    top: 0px;
  }
  section#topo #menu li {
    height: 100px;
    line-height: 80px;
  }
  section#topo.topo1 {
    /*background-color: transparent;
    box-shadow: none; position: absolute; left: 0; top: 0;
    #menu {
    	li {
    		a {
    			color: #FFF;
                   &:hover {
                       color: $cinza_claro;
                   }
    		}
               &:last-child {
                   a {
                       color: $dark;
                   }
               }
               &.on:after {
                      position: absolute; bottom: 40px;left: 0; width: 100%; 
                       height: 1px; content: ""; background-color: #FFF;
                   }
    	}
    }
       */
  }
}
/* CSS Document */
#topo_rotativo {
  width: 100%;
  height: 60vw;
  z-index: 1;
  position: relative;
}
#topo_rotativo .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#topo_rotativo .slide .grad-mask {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3) 450px, rgba(0, 0, 0, 0.3));
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
}
#topo_rotativo .slide .text {
  font-family: "Oxygen", sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  /*padding: 2*  $seta_size;*/
  z-index: 1001;
}
#topo_rotativo .slide .text p {
  display: table-cell;
  width: 100%;
  height: 60vw;
  vertical-align: bottom;
  font-size: 1em;
  padding: 1.5em 3em;
  line-height: 1 !important;
  color: #FFF;
  transform: translate(0, 40px);
  opacity: 0;
}
#topo_rotativo .slide .text p.vis {
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
#topo_rotativo .slide .text p .titulo {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
#topo_rotativo #scroll_more {
  animation: bobble 5s infinite;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  border: solid 1px #FFF;
  text-align: center;
  line-height: 2em;
  color: #FFF;
  z-index: 1001;
  display: none;
}
#topo_rotativo #scroll_more span {
  font-size: 2em;
}
#topo_rotativo .setas {
  position: absolute;
  z-index: 1001;
  top: 50%;
  font-size: 1.5em;
  margin-top: -0.75em;
  color: #FFF;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
}
#topo_rotativo .setas.seta_esq {
  left: 0;
}
#topo_rotativo .setas.seta_dir {
  right: 0;
}

@keyframes bobble {
  0% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(0px);
  }
  48% {
    transform: translateY(10px);
  }
  51% {
    transform: translateY(0px);
  }
  54% {
    transform: translateY(10px);
  }
  57% {
    transform: translateY(0px);
  }
}
#topo_estatico {
  width: 100%;
  height: 20vw;
  position: relative;
  background-color: #F4F4F4;
  background-position: center center;
  background-size: cover;
}
#topo_estatico:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 5px;
  z-index: 5;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
#topo_estatico:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 5px;
  z-index: 5;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
#topo_estatico div {
  position: relative;
  width: 100%;
  height: 100%;
}
#topo_estatico div span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  /*background-color: $rosa;*/
  padding: 20px;
  color: rgba(0, 0, 0, 0.15);
  font-family: "Varela Round", sans-serif;
  font-size: 1.75em;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  #topo_rotativo {
    height: 40vw;
  }
  #topo_rotativo .setas {
    position: absolute;
    z-index: 1001;
    top: 50%;
    font-size: 1.75em;
    margin-top: -0.875em;
    color: #FFF;
    padding: 0;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    cursor: pointer;
  }
  #topo_rotativo .setas.seta_esq {
    left: 0;
  }
  #topo_rotativo .setas.seta_dir {
    right: 0;
  }
  #topo_rotativo .slide .text {
    font-family: "Oxygen", sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    /*padding: 2*  $seta_size;*/
    z-index: 1001;
  }
  #topo_rotativo .slide .text p {
    display: table-cell;
    width: 100%;
    height: 60vw;
    vertical-align: bottom;
    font-size: 1.3em;
    padding: 1.75em 3.5em;
    line-height: 1 !important;
    color: #FFF;
    transform: translate(0, 40px);
    opacity: 0;
  }
  #topo_rotativo .slide .text p.vis {
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s;
    transition-timing-function: ease-in-out;
  }
  #topo_rotativo .slide .text p .titulo {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
  }

  #topo_estatico:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 5px;
    z-index: 5;
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
  #topo_estatico:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 5px;
    z-index: 5;
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  }
  #topo_estatico div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #topo_estatico div span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    /*background-color: $rosa;*/
    padding: 20px;
    font-family: "Varela Round", sans-serif;
    font-size: 3em;
    text-transform: uppercase;
  }
}
/* CSS Document */
section#home .cont .slogan {
  color: #EB268F;
  text-align: center;
  margin-top: -50px;
  padding-bottom: 40px;
  font-family: "Varela Round", sans-serif;
  font-size: 2em;
}
section#home .cont .slogan2 {
  color: #EB268F;
  text-align: center;
  margin-top: 100px;
  font-family: "Varela Round", sans-serif;
  font-size: 1.5em;
}
section#home .cont .slogan2 a {
  text-decoration: underline;
}

/* CSS Document */
/*
section#detalhe {
    div.agg {
       .lyr-tbl {
            display: table;
            width: 100%;
           .lyr-cell {
               display: table-cell;
                width: 50%;
                vertical-align: middle;
                &:nth-child(1) {
                    display: none;
                }
                &:nth-child(3) {
                    text-align: center;   
                }
            }
        }

    }
    div.agg:nth-child(2n) {
        background-color: $cinza_claro;
        .lyr-cell {
             &:nth-child(1) {
                display: table-cell;
            }
            &:nth-child(3) {
                display: none;
            }
            &:nth-child(1) {
                text-align: center;   
            }
        }
    }

}
*/
section#detalhe {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  /*
  div.agg:nth-child(2n) {
      background-color: $cinza_claro;
      .lyr-cell {
           &:nth-child(1) {
              display: table-cell;
          }
          &:nth-child(3) {
              display: none;
          }
          &:nth-child(1) {
              text-align: center;   
          }
      }
  }
  */
}
section#detalhe div.agg .lyr-tbl .lyr-cell {
  margin-top: 30px;
  width: 100%;
}
section#detalhe div.agg .lyr-tbl .lyr-cell:nth-child(1) {
  display: none;
}
section#detalhe div.agg .lyr-tbl .lyr-cell:nth-child(3) {
  text-align: center;
}
section#detalhe div.agg .lyr-tbl .lyr-cell img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  section#detalhe {
    max-width: 100%;
  }
  section#detalhe div.agg .lyr-tbl {
    display: table;
    width: 100%;
  }
  section#detalhe div.agg .lyr-tbl .lyr-cell {
    display: table-cell;
    vertical-align: middle;
  }
  section#detalhe div.agg .lyr-tbl .lyr-cell:nth-child(1) {
    display: none;
  }
  section#detalhe div.agg .lyr-tbl .lyr-cell:nth-child(2) {
    padding-right: 40px;
  }
  section#detalhe div.agg .lyr-tbl .lyr-cell:nth-child(3) {
    text-align: right;
  }
  section#detalhe div.agg .lyr-tbl .lyr-cell.text {
    width: 60%;
    font-size: 0.9em;
  }
  section#detalhe div.agg .lyr-tbl .lyr-cell.img {
    width: 40%;
  }
  section#detalhe div.agg:nth-child(2n) {
    background-color: #EEE;
  }
  section#detalhe div.agg:nth-child(2n) .lyr-cell:nth-child(1) {
    display: table-cell;
  }
  section#detalhe div.agg:nth-child(2n) .lyr-cell:nth-child(2) {
    padding-left: 40px;
  }
  section#detalhe div.agg:nth-child(2n) .lyr-cell:nth-child(3) {
    display: none;
  }
  section#detalhe div.agg:nth-child(2n) .lyr-cell:nth-child(1) {
    text-align: center;
  }
}
/* CSS Document */
.module {
  opacity: 0;
}

.come-in {
  opacity: 0;
  transform: translateY(150px);
  animation: come-in 0.5s ease forwards;
}

/* So they look staggered 
.come-in:nth-child(odd) {
  animation-duration: .5s; 
} */
@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.prod-ph {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.prod-ph.cat .prod {
  margin-top: 30px;
}
.prod-ph.cat .prod .img {
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
}
.prod-ph .prod {
  margin-top: 30px;
  background-color: #EEE;
  border: solid 1px #EEE;
}
.prod-ph .prod .img {
  width: 100%;
  padding-bottom: 66%;
  background-position: center center;
  background-size: cover;
}
.prod-ph .prod .text {
  margin-top: 0px;
  padding: 10px;
}
.prod-ph .prod .text h2 {
  margin-bottom: 10px;
}
.prod-ph .prod .text h2 {
  font-size: 18px;
}
.prod-ph .prod .text p {
  font-size: 14px;
}
.prod-ph .prod p {
  margin: 0;
}
.prod-ph .prod a.btlinkhome {
  display: inline-block;
  margin: 0 auto;
  padding: 0 1em;
  line-height: 2em;
  height: 2em;
  background-color: #FFF;
  color: #EB268F;
  text-align: center;
  text-decoration: none;
  border: solid 1px #EB268F;
  border-radius: 0.25em;
  font-size: 0.9em;
  text-transform: uppercase;
}
.prod-ph .prod a.btlinkhome:hover {
  background-color: #EB268F;
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .prod-ph {
    padding: 0 0 0 0;
    max-width: 100%;
  }
  .prod-ph .prod {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-top: 40px;
  }
  .prod-ph .prod:nth-child(3n+1) {
    margin-left: 0;
  }
  .prod-ph.cat .prod {
    width: 18%;
    margin-left: 2.5%;
    margin-top: 40px;
  }
  .prod-ph.cat .prod .img {
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-size: cover;
  }
  .prod-ph.cat .prod:nth-child(5n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .prod-ph {
    padding: 0 0 0 0;
  }
  .prod-ph .prod {
    width: 30%;
    margin-left: 5%;
  }
  .prod-ph .prod .text {
    padding: 20px;
  }
  .prod-ph .prod .text h2 {
    margin-bottom: 20px;
  }
  .prod-ph .prod .text h2 {
    font-size: 22px;
  }
  .prod-ph .prod .text p {
    font-size: 16px;
  }
}
/* CSS Document */
/* CSS Document */
section#prod-detalhe .cycle-img {
  margin-top: 40px;
  position: relative;
}
section#prod-detalhe .cycle-img .slide {
  height: 30vw;
  width: 100%;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
section#prod-detalhe .cycle-img .setas {
  position: absolute;
  top: 15vw;
  margin-top: -15px;
  color: #666;
  cursor: pointer;
  z-index: 10000;
}
section#prod-detalhe .cycle-img .setas span {
  font-size: 40px;
}
section#prod-detalhe .cycle-img .setas.seta-esq {
  left: 0;
}
section#prod-detalhe .cycle-img .setas.seta-dir {
  right: 0;
}

@media only screen and (min-width: 1024px) {
  section#prod-detalhe .cycle-img .setas {
    position: absolute;
    top: 15vw;
    margin-top: -0.75em;
  }
  section#prod-detalhe .cycle-img .setas.seta-esq {
    left: 0;
  }
  section#prod-detalhe .cycle-img .setas.seta-dir {
    right: 0;
  }
}
.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.col-l {
  margin-top: 20px;
}
.col-l .link-to-google-maps {
  text-align: center;
  font-size: 0.8em;
}
.col-l .link-to-google-maps a {
  color: inherit;
}

.col-r {
  margin-top: 30px;
}

#form-contactos p {
  margin-bottom: 10px;
}
#form-contactos input, #form-contactos textarea {
  width: 100%;
  background-color: #DDD;
  color: #666;
  padding: 5px;
  font-family: "Oxygen", sans-serif;
  border: solid 1px #DDD;
  margin: 5px 0;
  font-size: 0.9em;
}
#form-contactos input.error, #form-contactos textarea.error {
  color: #FFF;
  background-color: #C00;
}
#form-contactos textarea {
  height: 200px;
}
#form-contactos #bt-contact {
  color: #EB268F;
  background-color: #FFF;
  font-size: 0.95em;
  padding: 0px 10px;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #EB268F;
  border-radius: 0.25em;
}
#form-contactos #bt-contact:hover {
  background-color: #EB268F;
  transition: 0.2s;
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .col-l, .col-r {
    width: 45%;
    float: left;
  }

  .col-r {
    float: right;
  }

  .google-maps {
    padding-bottom: 40%;
  }
}
/* CSS Document */
.bc {
  font-family: "Oxygen", sans-serif;
  position: relative;
  height: 1em;
  margin-bottom: -1em;
  top: -30px;
  /*margin-bottom: 30px;*/
}
.bc a {
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
}

@media only screen and (min-width: 768px) {
  .bc {
    top: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .bc {
    top: -90px;
  }
}
/* CSS Document */
section#footer {
  background-color: #101010;
  height: 720px;
  padding: 20px 0;
  color: #F9F9F9;
}
section#footer p {
  color: #CCC;
  font-size: 0.8em;
  line-height: 1.5em;
}
section#footer p .hdr {
  font-size: 1.2em;
  color: #FFF;
}
section#footer p img {
  height: 24px;
  width: auto;
}
section#footer .cols {
  margin-top: 30px;
}
section#footer .cols:first-child {
  margin-top: 0;
}
section#footer .cols.col-3 ul {
  margin: 0;
  padding: 0;
}
section#footer .cols.col-3 ul li {
  padding: 0;
  margin: 10px 0;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
section#footer .cols.col-3 ul li:nth-child(1) img, section#footer .cols.col-3 ul li:nth-child(4) img {
  height: 11px;
}
section#footer .cols.col-3 ul li:nth-child(5) img {
  height: 13.2px;
}
section#footer .cols.col-3 ul li:nth-child(3) img, section#footer .cols.col-3 ul li:nth-child(7) img {
  height: 33.2px;
}
section#footer .cols.col-3 ul li img {
  width: auto;
  height: 20px;
}
section#footer .cols.col-4 img {
  margin-left: 5px;
}
section#footer .cols.col-4 a:first-of-type img {
  margin-left: 0;
}
section#footer .cols.col-5 {
  text-align: center;
  width: 100%;
  clear: both;
  margin-top: 30px;
}
section#footer .cols.col-5 a {
  color: #AAA;
  text-decoration: none;
  font-size: 0.85em;
}

@media screen and (min-width: 768px) {
  section#footer {
    height: 380px;
    padding: 40px 0;
  }
  section#footer .cols {
    float: left;
    width: 33.33%;
    margin-top: 0;
  }
  section#footer .cols.col-3 {
    width: 100%;
    margin-top: 20px;
  }
  section#footer .cols.col-3 ul li {
    padding: 0;
    margin: 10px 0;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  section#footer .cols.col-3 ul li:nth-child(1) img, section#footer .cols.col-3 ul li:nth-child(4) img {
    height: 13.75px;
  }
  section#footer .cols.col-3 ul li:nth-child(5) img {
    height: 16.5px;
  }
  section#footer .cols.col-3 ul li:nth-child(3) img, section#footer .cols.col-3 ul li:nth-child(7) img {
    height: 41.5px;
  }
  section#footer .cols.col-3 ul li img {
    width: auto;
    height: 25px;
  }
  section#footer .cols.col-1 {
    width: 40%;
  }
  section#footer .cols.col-2 {
    width: 40%;
  }
  section#footer .cols.col-4 {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  section#footer {
    height: 380px;
    padding: 30px 0;
  }
  section#footer .cont {
    padding: 0 40px;
  }
}
body, html {
  min-height: 100%;
  height: 100%;
}

#wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-bottom: -720px;
}
#wrapper:after {
  content: "";
  display: block;
  height: 720px;
}

@media only screen and (min-width: 768px) {
  #wrapper {
    margin-bottom: -380px;
  }

  #wrapper:after {
    height: 380px;
  }
}
@media only screen and (min-width: 1024px) {
  #wrapper {
    margin-bottom: -380px;
  }

  #wrapper:after {
    height: 380px;
  }
}

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