/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*	BASE DE ESTILOS: HEADER, FOOTER, BACKGROUND */
/*Media Queries*/
.outer-div {
  overflow: hidden;
  padding: 1em; }

.inner-div {
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  background-image: url("foo.jpg"); }

.inner-div:hover {
  transform: scale(3); }

@font-face {
  font-family: 'Inconsolata', monospace, sans-serif; }
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;
  font-family: 'Inconsolata', sans-serif;
  vertical-align: baseline; }

.header {
  width: 100%;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  /* Set the navbar to fixed position */
  top: 0;
  /* Position the navbar at the top of the page */
  width: 100%;
  /* Full width */
  height: 6em; }
  .header_logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    width: 13em;
    padding-top: 1.5em;
    margin-bottom: -8em; }
  .header-navbar_list {
    list-style-type: none;
    margin: 0;
    padding-top: 3.5em;
    display: inline-flex; }
    .header-navbar_list_item {
      font-size: 16px;
      border: none;
      padding-right: 2em; }

.moblile-nav {
  display: inline-flex;
  align-items: center; }
  .moblile-nav-img {
    width: 3.5em; }

.text {
  text-decoration: none;
  color: #484848; }

.text:hover {
  font-weight: bold;
  color: #484848;
  text-decoration: none; }

/* Dropdown Button */
.dropbtn {
  font-size: 16px;
  border: none;
  background-color: rgba(255, 255, 255, 0); }

.dropbtn a {
  font-size: 16px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: #484848;
  text-decoration: none; }

.dropbtn a:hover {
  font-size: 16px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: #484848;
  text-decoration: none; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-top: 1em;
  padding-bottom: 1em; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #484848; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  font-weight: bold;
  color: #484848; }

.header-navbar_list_item a:hover {
  color: #484848;
  text-decoration: none;
  font-weight: bold; }

.footer-redes {
  background-color: #F7F7F7;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  flex-direction: row;
  color: #484A4A; }
  .footer-redes_ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
  .footer-redes_item {
    list-style: none;
    padding-right: 3em; }
    .footer-redes_item-text {
      text-decoration: none;
      color: #484848;
      padding-left: 0.7em; }
    .footer-redes_item :hover {
      text-decoration: none;
      font-weight: bold;
      color: #484848; }
    .footer-redes_item_img {
      width: 3em; }

/* NAVEGACION */
main {
  background-image: url("../images/banner_landing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #cccccc;
  overflow-y: auto;
  height: 100vh; }

.select {
  color: white;
  padding-bottom: 2em; }

.container {
  padding-top: 10em;
  text-align: center; }
  .container h3 {
    font-size: 30px; }
  .container h5 {
    font-size: 20px; }

/* Style the button and place it in the middle of the container/image */
.btn1 {
  background-color: white;
  color: #545454;
  font-size: 16px;
  padding: 12px 24px;
  padding-top: 2em;
  padding-bottom: 2em;
  border: none;
  cursor: pointer;
  width: 40%;
  font-weight: 300; }

.btn1:hover {
  background-color: #AD9464;
  color: white; }

/* Style the button and place it in the middle of the container/image */
.btn2 {
  width: 40%;
  background-color: white;
  color: #545454;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  margin-top: 2em;
  font-weight: 300;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none; }

.btn2:hover {
  background-color: #AD9464;
  color: white;
  text-decoration: none; }

.seleccion {
  font-size: 19px;
  font-weight: 700; }

.title {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.5em;
  color: #355CA9;
  margin-top: 2em;
  letter-spacing: 3px;
  text-align: center; }

@media (min-width: 1024px) {
  .home_mobile {
    display: none; }

  .home-nosotrosmob_img {
    display: none; }

  .home-contacto_imgmob {
    display: none; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .home-banner {
    display: none; }

  .home-nosotros_img {
    display: none; }

  .home-nosotrosmob_img {
    display: block; }

  .home-contacto_imgmob {
    display: none; } }
@media (max-width: 768px) {
  .home-banner {
    display: none; }

  .title {
    font-size: 1.5em; }

  .home-nosotros {
    flex-direction: column; }
    .home-nosotros .home-nosotros_img {
      display: none; }

  .home-productos_items_row {
    display: block;
    width: 85%; }
    .home-productos_items_row_art button {
      width: 40%;
      margin-left: 30%;
      margin-right: 30%; } }
.section_title {
  color: #355CA9;
  font-family: 'aleo', sans-serif;
  width: 100%;
  text-align: center;
  padding-top: 3.5em; }
.section_products {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  justify-content: center; }
  .section_products :hover {
    font-weight: bold;
    text-decoration: none; }
  .section_products_items {
    padding: 1em; }
    .section_products_items_text {
      font-size: 1.1em;
      text-align: center;
      font-size: 16px;
      border: none;
      color: #484848;
      text-decoration: none; }

.texto_tarjetas {
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  color: #7C7C7C; }

@media (max-width: 768px) {
  .section_title {
    font-size: 1.5em; } }
.section_title_categoria {
  color: #6BBC45;
  font-family: 'aleo', sans-serif;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  padding-top: 1em;
  border-top: 3px solid #355CA9; }

/*pagina ferias*/
.feriasli {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
  color: #7C7C7C;
  margin-top: 2em;
  letter-spacing: 2px;
  text-align: center;
  line-height: 2em; }

.feriaspad {
  padding-bottom: 2em; }

.feriasitem {
  color: #355CA9;
  font-size: 1.1em; }

.item_images body {
  margin: 0;
  padding: 0; }

.imgBox {
  width: 100%;
  margin: 50px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.imgBox img {
  width: 100%;
  padding-left: 2em; }

ul.thumb {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1em; }

ul.thumb li {
  list-style: none;
  margin: 2%;
  width: 25%; }
  ul.thumb li img {
    width: 90%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }

.item {
  display: flex; }
  .item_images {
    width: 40%;
    display: block-flex;
    align-items: center;
    justify-content: center; }
  .item_info {
    width: 60%;
    padding: 0;
    padding-top: 3em; }

.item_title {
  color: #355CA9;
  text-align: center;
  padding-top: 2em; }

.item-info {
  text-align: left;
  padding-left: 3em;
  padding-bottom: 6em; }

@media (max-width: 768px) {
  .item {
    display: block;
    text-align: center; }
    .item_images {
      width: 100%;
      padding-right: 2em; }
    .item_info {
      width: 100%;
      padding-bottom: 2em;
      padding-top: 1em; }

  .item_title {
    text-align: center;
    font-size: 30px;
    padding-top: 3em; }

  .item-info {
    text-align: center;
    padding: 2em; }

  ul.thumb {
    justify-content: center; } }
.videoacua {
  width: 40%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  margin-right: 2em;
  margin-left: 2em;
  margin-top: 0.5em; }

/* VARIABLES */

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