@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500);
/*--------------------[Re]seteo │ Iván Luna [Re]--------------------*/
*, *:after, *:before {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  marker-offset: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

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

ul, ol {
  list-style: none;
}

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

/*--------------------Eliminar herencias del editor--------------------*/
div.txt-editor * {
  float: none;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: inherit;
  text-align: left;
  background: none;
}

div.txt-editor p {
  margin-bottom: 10px;
}

div.txt-editor strong {
  font-weight: 600;
}

div.txt-editor em {
  font-style: italic;
}

div.txt-editor ul {
  list-style: disc;
  margin-left: 20px;
}

div.txt-editor ol {
  list-style: decimal;
  margin-left: 20px;
}

div.txt-editor h1, div.txt-editor h2, div.txt-editor h3, div.txt-editor h4, div.txt-editor h5, div.txt-editor h6 {
  font-size: 15.6pt;
  font-size: 1.3rem;
  line-height: initial;
  color: #535256;
}

/*--------------------Anti Bootstrap--------------------*/
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .25s ease, background .25s ease;
  -o-transition: color .25s ease, background .25s ease;
  transition: color .25s ease, background .25s ease;
}

a:hover, a:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
}

header, nav, main, footer {
  min-width: 970px;
}

.container {
  width: 970px !important;
}

/*--------------------Re-Novar--------------------*/
.no-boxsizing .re-novar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999;
  font-size: 15.6pt;
  font-size: 1.3rem;
  text-align: center;
  color: #7f7f7f;
  background: #f5f5f5;
}

.no-boxsizing .re-novar div {
  padding: 20% 10% 0 10%;
}

.no-boxsizing .re-novar strong {
  font-size: 20.4pt;
  font-size: 1.7rem;
  color: #303031;
}

.no-boxsizing .re-novar a {
  color: #1b96e4;
}

/*--------------------Generales--------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #7f7f7f;
  background-color: white;
  font-size: 12pt;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  position: relative;
  line-height: 1.1;
}

h1 {
  color: #a3d65d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30pt;
  font-size: 2.5rem;
}

h1 span {
  color: #ffbd30;
}

h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 24pt;
  font-size: 2rem;
}

h3 {
  color: #6fb33b;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20.4pt;
  font-size: 1.7rem;
}

h3:after {
  font-size: 36pt;
  font-size: 3rem;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #6fb33b;
  position: absolute;
  bottom: -6px;
  left: 0;
}

h3:before {
  font-size: 36pt;
  font-size: 3rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6fb33b;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

h4 {
  text-align: center;
  font-size: 24pt;
  font-size: 2rem;
}

h5 {
  color: #6fb33b;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20.4pt;
  font-size: 1.7rem;
}

h5:after {
  font-size: 36pt;
  font-size: 3rem;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #6fb33b;
  position: absolute;
  bottom: -6px;
  left: 0;
}

h5:before {
  font-size: 36pt;
  font-size: 3rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6fb33b;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

h6 {
  margin-bottom: .5em;
  font-size: 20.4pt;
  font-size: 1.7rem;
}

a {
  text-decoration: none;
  -webkit-transition: color .25s ease, background .25s ease;
  -o-transition: color .25s ease, background .25s ease;
  transition: color .25s ease, background .25s ease;
}

p {
  margin-bottom: 10px;
}

p:only-child, p:last-child {
  margin-bottom: 0;
}

b, strong, mark {
  font-weight: 600;
  color: #a3d65d;
  background: none;
}

i, em {
  font-weight: 400;
  font-style: normal;
  color: #6fb33b;
}

span.mensaje {
  font-size: 18pt;
  font-size: 1.5rem;
  color: #303031;
}

*.float-left {
  float: left;
}

*.float-right {
  float: right;
}

*.clear-both {
  clear: both;
}

*.clear-fix {
  content: '';
  display: block;
  clear: both;
}

*.num-font {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}

*.llamar {
  cursor: default;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}

/*--------------------General [Re]sponsive | Iván Luna [Re]--------------------*/
header, nav, main, footer, .re-cien {
  width: 100%;
  min-width: 240px;
}

.re-cien, .re-central {
  position: relative;
  margin: 0 auto;
}

.re-central {
  width: 88%;
}

@media only screen and (min-width: 240px) {
  .re-central {
    width: 88%;
  }
}

@media only screen and (min-width: 480px) {
  .re-central {
    width: 92%;
  }
}

@media only screen and (min-width: 768px) {
  .re-central {
    width: 94%;
  }
}

@media only screen and (min-width: 1024px) {
  .re-central {
    width: 88%;
  }
}

@media only screen and (min-width: 1280px) {
  .re-central {
    width: 86%;
  }
}

@media only screen and (min-width: 1440px) {
  .re-central {
    width: 70%;
  }
}

/*------------------------Generales de la Marca------------------------*/
body > a {
  width: 155px;
  height: 37px;
  position: absolute;
  top: 70px;
  left: 6%;
  z-index: 15;
  background: url("../images/template/latinfoods.png") no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-ms-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  body > a {
    background-image: url(../images/template/latinfoods@2x.png);
    background-size: 270px auto;
  }
}

@media only screen and (min-width: 480px) {
  body > a {
    width: 200px;
    height: 49px;
    top: 64px;
    background-position: 0 -40px;
  }
}

@media only screen and (min-width: 768px) {
  body > a {
    top: 68px;
  }
}

@media only screen and (min-width: 900px) {
  body > a {
    top: 75px;
    left: 3%;
  }
}

@media only screen and (min-width: 1024px) {
  body > a {
    top: 67px;
    left: 6%;
    width: 270px;
    height: 63px;
    background-position: 0 -94px;
  }
}

@media only screen and (min-width: 1280px) {
  body > a {
    left: 7%;
  }
}

@media only screen and (min-width: 1440px) {
  body > a {
    left: 15.5%;
  }
}

/*--------------------Generales del Template Header--------------------*/
header {
  position: relative;
  z-index: 30;
  overflow: hidden;
  color: white;
}

header div.top-bar {
  position: fixed;
  width: 100%;
  min-height: 50px;
  background: #a3d65d;
}

@media only screen and (min-width: 768px) {
  header div.top-bar {
    min-height: 47px;
  }
}

header div.top-bar .re-central address {
  text-align: center;
  font-size: 14.4pt;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  header div.top-bar .re-central address {
    position: relative;
    top: 5px;
    width: 66.6%;
    float: left;
    text-align: left;
    font-size: 14.4pt;
    font-size: 1.2rem;
  }
}

header div.top-bar .re-central address a {
  display: none;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  header div.top-bar .re-central address a {
    display: inline-block;
  }
}

header div.top-bar .buscador {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  header div.top-bar .buscador {
    width: 240.383px;
    top: 8px;
    right: 3%;
  }
}

@media only screen and (min-width: 1024px) {
  header div.top-bar .buscador {
    right: 6%;
  }
}

@media only screen and (min-width: 1280px) {
  header div.top-bar .buscador {
    right: 7%;
  }
}

@media only screen and (min-width: 1440px) {
  header div.top-bar .buscador {
    right: 14.5%;
  }
}

header div.top-bar .buscador div {
  height: 30px;
}

@media only screen and (min-width: 768px) {
  header div.top-bar .buscador div {
    width: 100%;
  }
}

header div.top-bar .buscador div form {
  width: 100%;
  float: right;
}

header div.top-bar .buscador div form input[type="text"] {
  width: 100%;
  height: 30px;
  float: left;
  border-radius: 5px 0 0 5px;
  padding: 0 35px 0 10px;
  color: #6a6970;
  line-height: 30px;
  background: white;
  font-size: 12pt;
  font-size: 1rem;
}

header div.top-bar .buscador div form input[type="image"] {
  position: absolute;
  top: 0;
  right: 0;
}

/*--------------------Generales del Template Nav--------------------*/
body > nav {
  position: absolute;
  min-height: 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1.5em 0;
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  body > nav {
    min-height: 70px;
    font-size: 14.4pt;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1024px) {
  body > nav {
    min-height: 80px;
  }
}

@media only screen and (max-width: 899px) {
  body > nav div.re-central {
    width: 100%;
  }
  body > nav div.re-central div.re-content ul.re-ul-principal {
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  body > nav div.re-central div.re-content ul.re-ul-principal a {
    color: white;
  }
  body > nav div.re-central div.re-content ul.re-ul-principal li {
    font-weight: 400;
  }
}

@media only screen and (max-width: 899px) and (min-width: 768px) {
  body > nav div.re-central div.re-content ul.re-ul-principal li.visible-solo-responsive {
    display: none !important;
  }
}

@media only screen and (max-width: 899px) {
  body > nav div.re-central div.re-content p {
    margin: 0;
  }
  body > nav div.re-central div.re-content li a {
    color: white;
  }
}

@media only screen and (min-width: 900px) {
  body > nav #visible-solo-responsive {
    display: none;
  }
}

body > nav:before, body > nav:after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 5px;
  opacity: .3;
}

/*--------------------Generales del Template Main--------------------*/
main {
  min-height: 425px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background: white;
}

main > .re-central,
main > .re-cien > .re-central {
  padding: 20px 0;
}

main > .re-central:after,
main > .re-cien > .re-central:after {
  display: block;
  clear: both;
  content: '';
}

/*------------------------Generales del Template Footer------------------------*/
footer {
  min-height: 150px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 5px solid #6fb33b;
  color: white;
  background-color: #a3d65d;
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
  font-size: 13.2pt;
  font-size: 1.1rem;
}

footer a {
  position: relative;
}

footer a:hover {
  color: #6fb33b;
}

footer section {
  position: relative;
  padding-top: 30px;
}

footer section div.re-central {
  overflow: hidden;
}

footer section div.re-central > div {
  text-align: center;
}

@media only screen and (min-width: 480px) {
  footer section div.re-central > div {
    margin: 0 -2%;
  }
}

footer section div.re-central > div .div-medio {
  position: relative;
}

footer section div.re-central > div .div-medio:after, footer section div.re-central > div .div-medio:before {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  content: "";
}

@media only screen and (max-width: 767px) {
  footer section div.re-central > div .div-medio:after, footer section div.re-central > div .div-medio:before {
    display: none;
  }
}

footer section div.re-central > div .div-medio:after {
  left: auto;
  right: 0;
}

footer section div.re-central > div div {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media only screen and (min-width: 480px) {
  footer section div.re-central > div div {
    width: 29.33%;
    float: left;
    margin: 0 2%;
    margin-bottom: 20px;
  }
  footer section div.re-central > div div:first-child + div + div {
    margin-right: 0;
  }
}

footer div.re-cien {
  overflow: hidden;
  background-color: #6fb33b;
  color: white;
  font-size: 11.4pt;
  font-size: 0.95rem;
}

footer div.re-cien a {
  color: white;
}

footer div.re-cien a:after {
  z-index: 1;
  background: #6fb33b;
}

footer div.re-cien div.re-central {
  padding: 1em 0 0 0;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  footer div.re-cien div.re-central {
    padding-bottom: 1em;
  }
}

@media only screen and (min-width: 800px) {
  footer div.re-cien div.re-central p,
  footer div.re-cien div.re-central figure {
    width: 50%;
    display: block;
  }
}

footer div.re-cien div.re-central p {
  margin-bottom: 5px;
}

@media only screen and (min-width: 800px) {
  footer div.re-cien div.re-central p {
    float: left;
    text-align: left;
    padding-right: .5em;
  }
}

footer div.re-cien div.re-central p a {
  display: inline-block;
}

@media only screen and (min-width: 800px) {
  footer div.re-cien div.re-central figure {
    float: right;
    padding: .25em 0 0 .5em;
    text-align: right;
  }
}

/*--------------------Link--------------------*/
a.link {
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 500;
  color: #1b96e4;
}

a.link:hover {
  text-decoration: underline;
}

a.link.primario {
  color: #6fb33b;
}

a.link.secundario {
  color: #a3d65d;
}

/*--------------------División--------------------*/
div.division {
  width: 100%;
  height: 30px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 20px auto;
  background: url(../images/template/bulletDivision.png) center center no-repeat;
}

div.division:before, div.division:after {
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -35px;
  background: #d8d8d8;
  content: "";
}

div.division:after {
  left: auto;
  right: -35px;
}

/*--------------------Contenedor de botones--------------------*/
span.boton-contenedor {
  display: block;
  margin-top: 20px;
}

/*--------------------Botón Flat--------------------*/
.boton-flat {
  width: auto;
  display: inline-block;
  padding: .5em 1.5em;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.boton-flat:hover {
  border-bottom-width: 1px;
  margin-top: 12px;
}

.boton-flat.primario {
  border-bottom-color: #609c33;
  color: white;
  background-color: #6fb33b;
}

.boton-flat.secundario {
  border-bottom-color: #8bb84e;
  color: white;
  background-color: #a3d65d;
}

/*--------------------Botón Lineal--------------------*/
.boton-lineal {
  width: auto;
  display: inline-block;
  padding: .25em 1.25em;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 15pt;
  font-size: 1.25rem;
  text-align: center;
  cursor: pointer;
}

.boton-lineal:hover {
  color: white;
  background-color: #a3d65d;
}

.boton-lineal.primario {
  border-color: #6fb33b;
  color: #6fb33b;
}

.boton-lineal.secundario {
  border-color: #a3d65d;
  color: #a3d65d;
}

/*--------------------Clase general botones HVR--------------------*/
[class^="hvr-"] {
  font-size: 14.4pt;
  font-size: 1.2rem;
  margin: 20px 0;
  padding: 1em;
  cursor: pointer;
  background: #ffbd30;
  color: white;
  text-decoration: none;
}

[class^="hvr-"]:hover {
  color: white;
}

[class^="hvr-"]:focus {
  color: white;
}

/*--------------------Icon Hang--------------------*/
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*--------------------Float Shadow--------------------*/
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
      transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/*--------------------Formularios--------------------*/
form input[type="reset"] {
  width: auto;
  min-width: 10em;
  display: inline-block;
  padding: .5em 1.5em;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-radius: 6px;
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

form input[type="reset"]:hover, form input[type="reset"]:hover {
  border-bottom-width: 1px;
  margin-top: 2px;
}

form input[type="reset"] {
  border-bottom: 3px solid #a1a0a8;
  background: #d4d3da;
}

form input[type="reset"]:hover {
  margin-top: 2px;
  border-bottom: 1px solid #a1a0a8;
}

form input.input-primario {
  color: white;
  border-bottom-color: #609c33;
  background: #6fb33b;
}

form input.input-secundario {
  color: white;
  border-bottom-color: #8bb84e;
  background: #a3d65d;
}

form input[type="submit"] {
  background-color: white;
  color: inherit;
  webkit-transition: color 0.25s ease,background 0.25s ease;
  -webkit-transition: color 0.25s ease,background 0.25s ease;
  -o-transition: color 0.25s ease,background 0.25s ease;
  transition: color 0.25s ease,background 0.25s ease;
}

form.formulario {
  overflow: hidden;
  margin: 0 auto;
  color: #7f7f7f;
}

form.formulario fieldset {
  padding: 1% 4% 2% 4%;
  border: 1px dotted #a1a0a8;
  border-radius: 10px;
}

form.formulario fieldset + fieldset {
  margin-top: 20px;
}

form.formulario legend {
  width: auto;
  padding: 0 3%;
  font-family: "Raleway", sans-serif;
  font-size: 15.6pt;
  font-size: 1.3rem;
  font-weight: 600;
  color: #303031;
  text-transform: uppercase;
}

form.formulario div {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

@media only screen and (min-width: 480px) {
  form.formulario div.float-left, form.formulario div.float-right {
    width: 48%;
  }
}

form.formulario div.alerta {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 12pt;
  font-size: 1rem;
  color: #303031;
  text-align: center;
}

form.formulario div.alerta span {
  color: #303031;
  font-weight: 500;
}

form.formulario div.alerta.error {
  color: #dd1c47;
}

form.formulario div.send {
  overflow: hidden;
  clear: both;
  margin-bottom: 0;
  margin-top: 10px;
}

form.formulario label {
  display: block;
  float: left;
  border: none;
  font-weight: 500;
  color: #303031;
  line-height: 25px;
}

form.formulario label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #6fb33b;
}

form.formulario input[type="text"],
form.formulario input[type="email"],
form.formulario input[type="tel"],
form.formulario input[type="password"],
form.formulario textarea,
form.formulario select {
  width: 100%;
  padding: 2px 5px 2px 5px;
  border: 1px solid #d4d3da;
  font-family: "Raleway", sans-serif;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 400;
  color: #7f7f7f;
  background: white;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

form.formulario input[type="text"],
form.formulario input[type="email"],
form.formulario input[type="tel"],
form.formulario input[type="password"],
form.formulario select,
form.formulario textarea {
  height: 30px;
  display: block;
  clear: both;
}

form.formulario textarea {
  height: 80px;
}

form.formulario input[type="text"]:focus,
form.formulario input[type="email"]:focus,
form.formulario input[type="tel"]:focus,
form.formulario input[type="password"]:focus,
form.formulario textarea:focus,
form.formulario select:focus {
  border: 1px solid #a3d65d;
  color: white;
  background: #a3d65d;
}

form.formulario input[type="text"]:invalid,
form.formulario input[type="email"]:invalid,
form.formulario input[type="tel"]:invalid,
form.formulario input[type="password"]:invalid,
form.formulario textarea:invalid {
  border: 1px dashed #dd1c47;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form.formulario input[type="checkbox"] {
  float: left;
  margin: 4px;
}

form.formulario a {
  /* display: block; */
  margin-top: 10px;
  text-align: center;
  color: #6fb33b;
  font-weight: bold;
}

form.formulario a:hover {
  text-decoration: underline;
  color: #a3d65d;
}

/*--------------------Bread Crumbs--------------------*/
.bread-crumbs {
  display: none;
  overflow: hidden;
  border: 1px solid #d4d3da;
  font-size: 9.6pt;
  font-size: 0.8rem;
  background-color: #f5f5f5;
}

@media only screen and (min-width: 240px) {
  .bread-crumbs {
    display: block;
  }
}

.bread-crumbs a, .bread-crumbs mark {
  display: block;
  float: left;
  position: relative;
  padding: 5px;
  font-weight: 600;
}

.bread-crumbs a {
  color: #7f7f7f;
  background-color: white;
}

.bread-crumbs a:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d4d3da;
}

.bread-crumbs a:hover {
  color: #6fb33b;
}

.bread-crumbs mark {
  color: #b2b2b3;
  background-color: #f5f5f5;
}

/*--------------------Paginación--------------------*/
.paginacion {
  width: 100%;
  height: 35px;
  clear: both;
  margin: 20px 0;
  text-align: center;
}

.paginacion a,
.paginacion b {
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: inline-block;
  margin: 0 2px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}

.paginacion b {
  color: white;
  background-color: #a3d65d;
}

.paginacion a {
  color: #ffbd30;
  background-color: #f5f5f5;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  -o-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.paginacion a:hover {
  -webkit-box-shadow: inset 0 0 0 3px #a1a0a8;
          box-shadow: inset 0 0 0 3px #a1a0a8;
}

/*--------------------Anterior / Siguiente--------------------*/
.ant-sig {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 15;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.ant-sig div {
  width: 13em;
  max-width: 100%;
  height: 40px;
  display: block;
  position: relative;
  float: left;
}

.ant-sig div.ant {
  float: left;
}

.ant-sig div.sig {
  float: right;
}

.ant-sig div figure {
  max-width: 70px;
  display: none;
  position: absolute;
  z-index: 100;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ant-sig div figure {
    width: 70px;
  }
}

.ant-sig div figure img {
  max-width: 70px;
  max-height: 70px;
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0 10px 0;
}

.ant-sig div:hover figure,
.ant-sig div:active figure,
.ant-sig div:focus figure {
  display: block;
}

.ant-sig div a {
  width: 13em;
  max-width: 100%;
  height: 40px;
  position: relative;
  padding: 0 10px;
  border: 1px solid #a3d65d;
  margin: 0 auto;
  color: #a3d65d;
  text-align: center;
  line-height: 40px;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
}

.ant-sig div a.ant, .ant-sig div a.sig {
  border-radius: 7px;
}

.ant-sig div a:hover {
  border: 1px solid #ffbd30;
  color: #ffbd30;
}

.ant-sig div a.ant {
  float: left;
  padding-left: 30px;
}

.ant-sig div a.sig {
  float: right;
  padding-right: 30px;
}

.ant-sig div a.ant:before, .ant-sig div a.sig:after {
  width: 25px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  color: white;
  line-height: 37px;
  background-color: #a3d65d;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

.ant-sig div a.ant:before {
  left: -1px;
  border-radius: 7px 0 0 7px;
  content: "<";
}

.ant-sig div a.sig:after {
  right: -1px;
  border-radius: 0 7px 7px 0;
  content: ">";
}

.ant-sig div a.ant:hover:before, .ant-sig div a.sig:hover:after {
  background: #ffbd30;
}

@media only screen and (min-width: 568px) {
  .ant-sig div.ant figure {
    bottom: 0;
    left: 100%;
    margin-left: 10px;
  }
  .ant-sig div.sig figure {
    bottom: 0;
    right: 100%;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 568px) {
  .ant-sig {
    margin-top: 10px;
  }
  .ant-sig div a {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  .ant-sig div.ant {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 568px) and (min-width: 401px) {
  .ant-sig div.ant {
    float: none;
    margin: 0 auto 10px auto;
  }
  .ant-sig div.ant figure {
    top: 0;
    right: 100%;
    margin-right: 10px;
  }
  .ant-sig div.sig {
    float: none;
    margin: 0 auto;
  }
  .ant-sig div.sig figure {
    bottom: 0;
    left: 100%;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .ant-sig {
    margin: 60px 0 60px 0;
  }
}

@media only screen and (max-width: 400px) and (min-width: 320px) {
  .ant-sig div.ant figure {
    bottom: 0;
    left: 100%;
    margin-left: 10px;
  }
  .ant-sig div.sig figure {
    top: 0;
    right: 100%;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 319px) {
  .ant-sig div.ant figure {
    bottom: 45px;
    right: 0;
    margin-left: 0;
  }
  .ant-sig div.sig figure {
    top: 45px;
    left: 0;
    margin-right: 0;
  }
}

/*--------------------Usuario Loggeado--------------------*/
div.usuario {
  text-align: left;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 9.6pt;
  font-size: 0.8rem;
}

div.usuario:after {
  content: '';
  display: block;
  clear: both;
}

div.usuario i {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 600;
  font-style: normal;
  color: #8bb84e !important;
}

div.usuario time {
  display: none;
  font-weight: 500;
  color: #303031;
}

.aviso-cookies {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.aviso-cookies p {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  padding-right: 0;
}
.aviso-cookies p #avs-prv{
  text-decoration: underline;
  color: #6fb33b;
  font-weight: 600;
}

.aviso-cookies button {
  display: inline-block;
  float: left;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  font-size: .9rem;
}

@media only screen and (min-width: 768px) {
  .aviso-cookies {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .aviso-cookies p {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    padding-right: 20px;
  }
}

/*------------------------Generales Productos------------------------*/
.productos ul {
  display: block;
  position: relative;
  clear: both;
  text-align: center;
  overflow: hidden;
}

@media only screen and (min-width: 400px) {
  .productos ul {
    margin: 0 -2.5%;
  }
}

@media only screen and (min-width: 600px) {
  .productos ul {
    margin: 0 -1.66%;
  }
}

.productos ul li {
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 2em 0;
}

@media only screen and (min-width: 400px) {
  .productos ul li {
    width: 45%;
    margin: 0 2.5% 7% 2.5%;
  }
}

@media only screen and (min-width: 600px) {
  .productos ul li {
    width: 30%;
    margin: 0 1.66% 3% 1.66%;
  }
}

.productos ul li:hover figure div a.contenedor-img img.img-centrada {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.productos ul li:hover div.verMas a {
  background-color: #6fb33b;
}

.productos ul li figure {
  overflow: hidden;
  position: relative;
}

.productos ul li figure > div {
  padding: 5px;
  border: 1px solid #d8d8d8;
  background: white;
}

.productos ul li figure > div a.contenedor-img {
  display: block;
  overflow: hidden;
}

.productos ul li figure > div a.contenedor-img img.img-centrada {
  max-width: 100%;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  -o-transition: transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.productos ul li figure figcaption {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 2.2em 0 1.2em;
  background-color: #a3d65d;
  border-top: 5px solid #6fb33b;
}

.productos ul li figure figcaption div.verMas {
  overflow: hidden;
  text-transform: uppercase;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.productos ul li figure figcaption div.verMas a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid white;
  display: block;
  position: relative;
  margin: 0 auto;
  color: white;
  line-height: 45px;
  text-align: center;
  background-color: #ffbd30;
  font-size: 48pt;
  font-size: 4rem;
}

.productos ul li figure figcaption mark {
  display: block;
  padding: 0 .5em;
  font-size: 13.2pt;
  font-size: 1.1rem;
  color: white;
}

.productos ul li a.nuevo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100 !important;
}

/*------------------------Generales del Nav Productos------------------------*/
div.nav-productos {
  width: 25%;
  /*-----Aside Left-----*/
}

@media only screen and (max-width: 899px) {
  div.nav-productos {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  div.nav-productos {
    width: 20%;
  }
}

div.nav-productos em {
  display: block;
  padding: 7px 10px;
  color: white;
  background: #6fb33b;
  font-size: 15.6pt;
  font-size: 1.3rem;
}

div.nav-productos nav.re-categorias {
  min-width: 100%;
}

div.nav-productos nav.re-categorias ol {
  width: 100%;
  background: white;
  border: 1px solid #d8d8d8;
}

div.nav-productos nav.re-categorias ol li {
  border-bottom: 1px solid #ececec;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
}

div.nav-productos nav.re-categorias ol li:nth-child(even) {
  background-color: #f5f5f5;
}

div.nav-productos nav.re-categorias ol a {
  display: block;
  padding: .8em;
  text-align: left;
}

div.nav-productos aside.anuncio {
  margin-top: 20px;
  text-align: center;
}

div.nav-productos aside.anuncio a {
  display: block;
  padding: .1em .1em;
  color: white;
  background: #a3d65d;
  font-size: 15.6pt;
  font-size: 1.3rem;
}

/*------------------------Generales del Contenido en Main------------------------*/
main .contenido article.productos {
  margin-top: 20px;
}

main .contenido > section {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  padding: 0 2em;
  border: 1px solid #d8d8d8;
  background-color: #fffcf8;
}

@media only screen and (min-width: 900px) {
  main .contenido {
    float: right;
    width: 70%;
  }
}

@media only screen and (min-width: 1280px) {
  main .contenido {
    width: 75%;
  }
}

/*--------------------Index--------------------*/
main.index > div.re-central div.contenido p {
  text-align: center;
  padding: 0 20%;
  margin-bottom: 20px;
  font-size: 15.6pt;
  font-size: 1.3rem;
}

main.index > div.re-central div.contenido .productos {
  margin-top: 20px;
}

/*--------------------Productos Detalle--------------------*/
main.productos-detalle div.re-central .contenido small.regreso {
  display: block;
  text-align: center;
  font-size: 12pt;
  font-size: 1rem;
}

main.productos-detalle div.re-central .contenido small.regreso strong a:hover {
  color: #8bb84e;
}

main.productos-detalle div.re-central .contenido article {
  margin-top: 20px;
}

main.productos-detalle div.re-central .contenido article > div figure.contenedor-img {
  width: 100%;
  overflow: hidden;
  padding: 0 .5em;
  border: 1px solid #d8d8d8;
  background: white;
}

@media only screen and (min-width: 480px) {
  main.productos-detalle div.re-central .contenido article > div figure.contenedor-img {
    width: 40%;
    float: left;
  }
}

main.productos-detalle div.re-central .contenido article > div figure.contenedor-img img.img-centrada {
  max-width: 85%;
  display: block;
  margin: 0 auto 0 auto;
  visibility: hidden;
  opacity: 0;
}

main.productos-detalle div.re-central .contenido article section {
  width: 100%;
  margin-top: 10px;
}

@media only screen and (min-width: 480px) {
  main.productos-detalle div.re-central .contenido article section {
    width: 57%;
    float: right;
    margin-top: 0;
  }
}

main.productos-detalle div.re-central .contenido article section div.txt-editor {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}

main.productos-detalle div.re-central .contenido div.productosSim {
  margin-top: 20px;
}

/*--------------------Servicios--------------------*/
main.servicios div.re-central div.contenido section ul li {
  margin: 60px auto;
}

main.servicios div.re-central div.contenido section ul li:after {
  display: block;
  clear: both;
  content: '';
}

@media only screen and (min-width: 1280px) {
  main.servicios div.re-central div.contenido section ul li {
    padding: 0 5em;
  }
}

main.servicios div.re-central div.contenido section ul li figure img {
  width: 100%;
  border-radius: 30px 0 30px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
  main.servicios div.re-central div.contenido section ul li figure img {
    width: 50%;
    float: right;
  }
}

main.servicios div.re-central div.contenido section ul li figure figcaption {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  main.servicios div.re-central div.contenido section ul li figure figcaption {
    width: 45%;
    float: left;
  }
}

/*--------------------Ventajas--------------------*/
main.ventajas div.re-central div.contenido section ul li {
  margin: 60px auto;
}

@media only screen and (min-width: 1280px) {
  main.ventajas div.re-central div.contenido section ul li {
    padding: 0 5em;
  }
}

main.ventajas div.re-central div.contenido section ul li:last-child {
  margin-bottom: 40px;
}

main.ventajas div.re-central div.contenido section a {
  margin-top: 0;
}

@media only screen and (min-width: 1280px) {
  main.ventajas div.re-central div.contenido section a {
    margin-left: 4em;
  }
}

/*--------------------Nosotros--------------------*/
@media only screen and (min-width: 1280px) {
  main.nosotros div.re-central div.contenido section {
    padding: 0 7em;
  }
}

main.nosotros div.re-central div.contenido section h2 {
  margin: 20px auto;
}

main.nosotros div.re-central div.contenido section figure {
  margin-bottom: 20px;
}

main.nosotros div.re-central div.contenido section figure img {
  width: 100%;
  border-radius: 30px 0 30px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*------------------------Contacto------------------------*/
main.contacto div.re-central div.contenido > section {
  text-align: left;
  padding-top: 2em;
}

@media only screen and (min-width: 1280px) {
  main.contacto div.re-central div.contenido > section article {
    padding: 0 5em;
  }
}

main.contacto div.re-central div.contenido > section article section.dir-form {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

main.contacto div.re-central div.contenido > section article section.dir-form em {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 5px;
  font-size: 20.4pt;
  font-size: 1.7rem;
  font-weight: 700;
  color: #a3d65d;
  text-transform: uppercase;
}

main.contacto div.re-central div.contenido > section article section.dir-form form {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  main.contacto div.re-central div.contenido > section article section.dir-form form {
    width: 60%;
    float: left;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  main.contacto div.re-central div.contenido > section article section.dir-form address {
    width: 35%;
    float: right;
  }
}

main.contacto div.re-central div.contenido > section article section.dir-form address i {
  color: #ffbd30;
}

main.contacto div.re-central div.contenido > section article section.dir-form address p {
  margin-bottom: 5px;
}

main.contacto div.re-central div.contenido > section article section.dir-form address small {
  font-size: 14.4pt;
  font-size: 1.2rem;
}

main.contacto div.re-central div.contenido > section article section.dir-form address a {
  font-weight: 700;
  color: #a3d65d;
}

main.contacto div.re-central div.contenido > section article section.dir-form address a:hover {
  color: #8bb84e;
}

main.contacto div.re-central div.contenido > section article section.dir-form address a.correo {
  max-width: 16em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

main.contacto div.re-central div.contenido > section article section.dir-form address a.llamar {
  font-weight: 400;
  color: #7f7f7f;
}

main.contacto section.mapa {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: .5em;
  text-align: center;
}

main.contacto section.mapa #mapa-canvas {
  width: 100%;
  height: 275px;
  margin: 0 auto;
}

@media only screen and (min-width: 480px) {
  main.contacto section.mapa #mapa-canvas {
    height: 350px;
  }
}

main.contacto section.mapa #mapa-canvas div.gm-style > div:first-child {
  pointer-events: none;
}

@media only screen and (min-width: 480px) {
  main.contacto section.mapa #mapa-canvas div.gm-style > div:first-child {
    pointer-events: auto;
  }
}

main.contacto section.mapa a.boton-lineal,
main.contacto section.mapa button.boton-lineal {
  width: 85%;
  font-size: 12pt;
  font-size: 1rem;
}

@media only screen and (min-width: 480px) {
  main.contacto section.mapa a.boton-lineal,
  main.contacto section.mapa button.boton-lineal {
    width: auto;
  }
}

@media only screen and (min-width: 480px) {
  main.contacto section.mapa a.boton-lineal {
    float: right;
  }
}

@media only screen and (min-width: 480px) {
  main.contacto section.mapa button.boton-lineal {
    float: left;
  }
}

@media only screen and (min-width: 900px) {
  main.contacto section.mapa button.boton-lineal {
    display: none;
  }
}

.no-geolocation main.contacto section.mapa {
  padding: 10px;
  color: white;
  background: #a3d65d;
}

.no-geolocation main.contacto section.mapa a, .no-geolocation main.contacto section.mapa strong {
  color: white;
}

main .topmenu {
  background-color: red;
}

main .topmenu .titulo {
  background-color: gray;
  height: 50px;
  width: 100%;
  position: relative;
}

main .topmenu .titulo p {
  color: white;
  font-size: 1.1em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .topmenu .parrafo {
  color: #6fb33b;
  background-color: white;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: justify;
}

main .topmenu .baner {
  height: 300px;
  background: url(../images/bvs.jpg);
  background-size: cover;
  background-position: center center;
  border: 10px solid white;
}

main .topmenu .sobremi {
  background-color: gray;
  overflow: hidden;
}

main .topmenu .sobremi p {
  min-height: 100px;
  background-color: tomato;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

@media screen and (min-width: 341px) {
  main .topmenu .sobremi p {
    width: 50%;
    float: left;
  }
}

main .topmenu .sobremi p:first-child {
  background-color: orange;
}

/*------------------------Contacto Gracias------------------------*/
main.contacto-gracias {
  overflow: hidden;
  padding: 12% 0;
  font-size: 15pt;
  font-size: 1.3rem;
  text-align: center;
}

main.contacto-gracias p {
  text-align: center;
  font-weight: 400;
  color: #7f7f7f;
}

/*------------------------404------------------------*/
main.error404 {
  min-height: 0;
}

main.error404 div {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 900px) {
  main.error404 div {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}

main.error404 div a {
  display: block;
  color: #6fb33b;
  margin-top: 10px;
}

main.error404 div a:hover {
  color: #609c33;
}
/*# sourceMappingURL=styles.css.map */