@charset "UTF-8";
/************ IMPORTS **************/
/*------------------------------------*\
    $NORMALIZE
\*------------------------------------*/
/* ==========================================================================
   VIEWPORT
   ========================================================================== */
@import 'https://fonts.googleapis.com/css?family=Archivo+Black|Bad+Script|Baloo+Tamma|Bree+Serif|Candal|Chonburi|Domine|Monoton|Rock+Salt';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
@import 'https://fonts.googleapis.com/css?family=Abril+Fatface|Source+Serif+Pro';
@import 'https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Aldrich&family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Codystar:wght@300;400&family=Fira+Code:wght@300;400;500;515;600;700&family=Overpass+Mono:wght@300;400;600;700&family=PT+Sans+Caption:wght@400;700&family=Righteous&family=Shrikhand&family=Varela+Round&family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Acme&family=Merriweather+Sans&family=Playfair+Display:wght@500&family=Ubuntu&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Lemon&display=swap';
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

*, *::before, *::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  display: block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
}

/**
 * Remove default margin.
 */
body {
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover,
a:focus {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
dd,
menu,
ol,
ul {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  /* 2 */
  box-shadow: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* SIZES */
/************ MIXINS **************/
/************ FUNCTIONS **************/
@font-face {
  font-family: "iconfontstpv10";
  src: url("/tema/fonts/iconfontstpv10.eot?42il00");
  src: url("/tema/fonts/iconfontstpv10.eot?42il00#iefix") format("embedded-opentype"), url("/tema/fonts/iconfontstpv10.ttf?42il00") format("truetype"), url("/tema/fonts/iconfontstpv10.woff?42il00") format("woff"), url("/tema/fonts/iconfontstpv10.svg?42il00#iconfontstpv10") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  line-height: 1;
  display: inline-block;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  font-family: "iconfontstpv10";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:not([data-useragent*=Android]) [class^=icon-]::before, html:not([data-useragent*=Android]) [class*=" icon-"]::before {
  text-rendering: optimizeLegibility;
}

.icon-user:before {
  content: "";
}

.icon-closeuser:before {
  content: "";
}

.icon-rss22:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube2:before {
  content: "";
}

.icon-google2:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-uniE90A:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-google-plus32:before {
  content: "";
}

.icon-uniE90E:before {
  content: "";
}

.icon-chevron-thin-left:before {
  content: "";
}

.icon-chevron-thin-right:before {
  content: "";
}

.icon-up:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-downmenu:before {
  content: "";
}

.icon-controller-paus:before {
  content: "";
}

.icon-controller-play:before {
  content: "";
}

.icon-mimenu:before {
  content: "";
}

.icon-closemenu:before {
  content: "";
}

.icon-paragraph-justify:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-youtube22:before {
  content: "";
}

.icon-EN-ES:before {
  content: "";
}

.icon-ES-EN:before {
  content: "";
}

.icon-facebookr:before {
  content: "";
}

.icon-instagramr:before {
  content: "";
}

.icon-pinterestr:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-opciones:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-closeopciones:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-atras:before {
  content: "";
}

.icon-adelante:before {
  content: "";
}

/* importar fuentes */
/* finde fuentes */
/* FONTS */
/************ VARIABLES **************/
/* Variables para el abcho de foto y texto */
/************ VARIABLES **************/
/* Variables para el abcho de foto y texto */
/************ VARIABLES **************/
/* Variables para el abcho de foto y texto */
/************ VARIABLES **************/
/* Variables para el abcho de foto y texto */
/************ VARIABLES **************/
.menuuser ul.ulmenu_user {
  display: none;
  position: absolute;
  list-style: none;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.7);
  z-index: 999;
}

ul.ulmenu_user li {
  line-height: 1.5em;
  position: relative;
}

ul.ulmenu_user li a {
  text-decoration: none;
  display: block;
}
ul.ulmenu_user li a:hover {
  transition: 0.3s;
}

.menuidioma ul.ulmenu_idioma {
  background-color: white;
  list-style: none;
  padding: 0em;
  width: 140px;
  position: absolute;
  top: 42px;
  left: -92px;
  margin-top: 0em;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 2;
}

ul.ulmenu_idioma li {
  line-height: 1.5em;
  position: relative;
}

ul.ulmenu_idioma li a {
  text-decoration: none;
  font-family: sans-serif;
  font-size: 0.6em;
  display: block;
  padding-left: 1em;
  padding-top: 0em;
  padding-bottom: 0em;
  color: black;
}
ul.ulmenu_idioma li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

/* menu de dos niveles */
/* ESTILOS GENERALES_menu */
nav ul.ulmenu {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

ul.ulmenu li {
  line-height: 2em;
  position: relative;
}

ul.ulmenu li a {
  text-decoration: none;
  font-size: 1.2em;
  font-family: "Pathway Gothic One";
  display: block;
  padding: 0 0em;
}
ul.ulmenu li a:hover {
  transition: 0.3s;
}

ul.ulmenu {
  /* el signo > significa todos los hijos */
  background: gray;
  display: flex;
  flex-wrap: wrap;
  /*justify-content:center; */
  justify-content: space-around;
  align-content: space-around;
}

/* PRIMER NIVEL */
ul.ulmenu li ul {
  display: none;
}

/* ul.ulmenu li li {       /* carazteristicas diferentes para cada nivel */
/*  line-height: 3em;
  position:relative;
} */
ul.ulmenu li:hover > ul {
  /* el signo > indica que solo sean visibles */
  position: absolute;
  /*los hijos de el li en el que estamos posicionados */
  z-index: 999;
  /* si no lo ponemos se visivilizan todos */
  display: inline-block;
  background: gray;
  transition: 0.3s;
  width: 18em;
}

/* SEGUNDO NIVEL */
ul.ulmenu ul ul {
  display: none;
}

ul.ulmenu ul li:hover ul {
  position: absolute;
  z-index: 9999;
  display: inline-block;
  background: gray;
  transition: 0.3s;
  left: 100%;
  top: 0;
}

/************ MEDIA QUERIES **************/
.imgdivcharging {
  position: fixed;
  z-index: 999999;
  display: flex;
  align-content: center;
  text-align: center;
}

.fullpanta {
  background-size: cover;
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  right: 0;
  width: auto;
  z-index: -100;
}

.leermas, .leermasslider {
  position: relative;
  display: inline;
  margin-top: 0.5em;
  margin-left: 20px;
  margin-bottom: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("");
  background-color: #a5d967;
  border: 0 solid transparent;
  border-radius: 20%;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0.8em 0.8em 0.8em 0.8em;
  color: #8D003B;
}
.leermas:hover, .leermasslider:hover {
  text-decoration: underline;
  color: black;
}

.bandasection1 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  background-color: red;
  color: red;
  border: 0;
}

body {
  width: 100%;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("");
  background-color: transparent;
}

.ontop {
  display: inline-block;
  position: fixed;
  right: 2px;
  bottom: 2px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.busquedaG {
  position: relative;
  font-family: Arial;
  font-size: 0.8em;
  margin-left: 0em;
  margin-right: 2em;
  padding-left: 0em;
  padding-right: 0.5em;
  display: inline;
  opacity: 1.1;
  order: 3;
  flex-basis: "";
  z-index: 1;
  padding-top: 0em;
  cursor: pointer;
  line-height: inherit;
}
.busquedaG .icon-search::before {
  position: absolute;
  font-size: 16px;
  top: 10%;
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0em;
  transform: translateY(-10%);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -120%;
  display: inline;
  padding-top: 0em;
  color: #b2bfce;
  cursor: pointer;
}
.busquedaG .textoabuscar {
  position: relative;
  width: 140px;
  height: 18px;
  background-color: white;
  color: black;
  top: 0px;
  border: 0px inset #7f8c8d;
  text-shadow: 0 0px 0px black;
  box-shadow: 0px 0px 0px black;
  border-radius: 5px 5px 5px 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: 0;
}
.busquedaG:hover {
  opacity: 1;
}

/************ MEDIA QUERIES **************/
@media screen and (min-width: 18.75em) and (max-width: 30em) {
  body {
    width: 100%;
    background-color: white;
    background-image: url("");
  }
}
@media screen and (min-width: 30em) and (max-width: 43.75em) {
  body {
    width: 100%;
    background-color: white;
    background-image: url("");
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.5em) {
  body {
    width: 95%;
    background-color: white;
    background-image: url("");
  }
}
@media screen and (min-width: 62.5em) and (max-width: 87.5em) {
  body {
    width: 95%;
    background-color: white;
    background-image: url("");
  }
}
@media screen and (min-width: 87.5em) {
  body {
    width: 80%;
    background-color: white;
    background-image: url("");
  }
}
.bandaposcabecera {
  margin-top: 0px;
  width: 100%;
  border: 0;
  display: block;
  height: auto;
}
.bandaposcabecera .contenidosbandaposcabecera {
  display: flex;
  justify-content: center;
  align-items: wrap;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera {
  display: block;
  order: 0;
  flex-basis: 30%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /* .roundedOne */
  /* end .roundedOne */
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myselect {
  /* NO ME COMPILA MOZILA Y SARAFI 5 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  background: #fff url("/img/svgfiles/combo.svg") no-repeat 98% center;
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myinput {
  padding: 10px;
  width: 100%;
  outline: none;
  transition: all 0.15s ease-in-out;
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myinputazul:focus {
  box-shadow: 0 0 5px blue;
  border: 1px solid rgba(0, 0, 255, 0.8);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myinputrojo:focus {
  box-shadow: 0 0 5px red;
  border: 1px solid rgba(255, 0, 0, 0.8);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myinputnaranja:focus {
  box-shadow: 0 0 5px #e65f00;
  border: 1px solid rgba(230, 95, 0, 0.8);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myinputverde:focus {
  box-shadow: 0 0 5px lime;
  border: 1px solid rgba(0, 255, 0, 0.8);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .tituloimgposcabecera {
  position: relative;
  width: 100%;
  background-color: black;
  display: block;
  font-family: arial;
  font-weight: bold;
  color: gold;
  font-style: normal;
  font-size: 1.5em;
  text-align: center;
  line-height: 2em;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .tituloimgposcabecera::before {
  content: "";
  display: none;
  position: absolute;
  background-image: url("");
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 100%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #tituloimgposcabecera1::before {
  background-image: url("/img/barnners/twitter.svg");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #tituloimgposcabecera2::before {
  background-image: url("/img/barnners/facebook.svg");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #tituloimgposcabecera3::before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #tituloimgposcabecera14:before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #tituloimgposcabecera5::before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #tituloimgposcabecera6::before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #tituloimgposcabecera7::before {
  background-image: url("/img/barnners/imagen.svg");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .imgbanner {
  display: block;
  height: auto;
  max-width: 100%;
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .textosbandaposhead {
  position: relative;
  width: 100%;
  background-color: transparent;
  display: block;
  font-family: "Open Sans", serif;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: black;
  font-style: italic;
  font-size: 0.9em;
  text-align: center;
  line-height: 1em;
  margin: 0px 0em 0em 0px;
  padding: 0px 0em 0em 0px;
  border: none;
  box-shadow: none;
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .textosbandaposhead::before {
  content: "";
  position: absolute;
  display: none;
  background-image: url("") no-repeat;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  left: 0px;
  top: 0%;
  transform: translateY(0%);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .textosbandaposhead:hover {
  color: inherit;
  box-shadow: none;
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .textosbandaposheadpremarcafirefox::before {
  content: "";
  position: absolute;
  display: inline;
  background-image: url("") no-repeat;
  width: 10px;
  height: 10px;
  background-color: #012c5f;
  border-radius: 100%;
  left: 0px;
  top: 4px;
  transform: translateY(0%);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #textosbandaposhead1::before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #textosbandaposhead2::before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #textosbandaposhead3::before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #textosbandaposhead14:before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #textosbandaposhead5::before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #textosbandaposhead6::before {
  background-image: url("");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera #textosbandaposhead7::before {
  background-image: url("/img/barnners/imagen.svg");
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .separador {
  margin: 0px 0px 10px 0px;
  width: 100%;
  border: 0px;
  height: auto;
  display: inline-block;
}

.mycheckredondo {
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  margin: 17px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 0px;
  box-shadow: inset 0px 1px 4px green, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.mycheckredondo label {
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 3px;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.mycheckredondo label:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: linear-gradient(top, #27ae60 0%, #145b32 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px blue, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.mycheckredondo label:hover::after {
  opacity: 0.3;
}
.mycheckredondo input[type=checkbox] {
  visibility: hidden;
}
.mycheckredondo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.contenidoslineasPedi {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  position: relative;
  height: 0px;
  overflow: hidden;
  cursor: pointer;
}

.contenidofloat {
  display: none;
  position: absolute;
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.contenidofloat .rowfloat {
  position: relative;
  width: auto;
}
.contenidofloat .contenext {
  width: 100%;
  display: inline-block;
}
.contenidofloat .imgfloat {
  max-width: 100%;
}
.contenidofloat .scrollWrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
}
.contenidofloat .scrollWrapper::-webkit-scrollbar {
  width: 5px;
}
.contenidofloat .scrollWrapper::-webkit-scrollbar {
  height: 7px;
}
.contenidofloat .scrollWrapper::-webkit-scrollbar-track {
  background: #CAC8C8;
}
.contenidofloat .scrollWrapper::-webkit-scrollbar-thumb {
  background: #888;
}
.contenidofloat .scrollWrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.contenidofloat .scrollWrapper:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.contenidofloat .scrollWrapper::-moz-scrollbar {
  width: 5px;
}
.contenidofloat .scrollWrapper::-moz-scrollbar {
  height: 7px;
}
.contenidofloat .scrollWrapper::-moz-scrollbar-track {
  background: #CAC8C8;
}
.contenidofloat .scrollWrapper::-moz-scrollbar-thumb {
  background: #888;
}
.contenidofloat .scrollWrapper::-moz-scrollbar-thumb:hover {
  background: #555;
}
.contenidofloat .scrollWrapper:hover::-moz-scrollbar-track {
  background: #f1f1f1;
}
.contenidofloat .scrollWrapper::-ms-scrollbar {
  width: 5px;
}
.contenidofloat .scrollWrapper::-ms-scrollbar {
  height: 7px;
}
.contenidofloat .scrollWrapper::-ms-scrollbar-track {
  background: #CAC8C8;
}
.contenidofloat .scrollWrapper::-ms-scrollbar-thumb {
  background: #888;
}
.contenidofloat .scrollWrapper::-ms-scrollbar-thumb:hover {
  background: #555;
}
.contenidofloat .scrollWrapper:hover::-ms-scrollbar-track {
  background: #f1f1f1;
}
.contenidofloat .scrollWrapper::-o-scrollbar {
  width: 5px;
}
.contenidofloat .scrollWrapper::-o-scrollbar {
  height: 7px;
}
.contenidofloat .scrollWrapper::-o-scrollbar-track {
  background: #CAC8C8;
}
.contenidofloat .scrollWrapper::-o-scrollbar-thumb {
  background: #888;
}
.contenidofloat .scrollWrapper::-o-scrollbar-thumb:hover {
  background: #555;
}
.contenidofloat .scrollWrapper:hover::-o-scrollbar-track {
  background: #f1f1f1;
}

/************ MEDIA QUERIES **************/
.bandaprepie {
  margin-top: 0px;
  width: 100%;
  border: 0;
  display: block;
  height: auto;
}
.bandaprepie .contenidosbandaprepie {
  display: flex;
  justify-content: center;
  align-items: wrap;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie {
  display: block;
  order: 0;
  flex-basis: 30%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /* .roundedOne */
  /* end .roundedOne */
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .myselect {
  /* NO ME COMPILA MOZILA Y SARAFI 5 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  background: #fff url("/img/svgfiles/combo.svg") no-repeat 98% center;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .myinput {
  padding: 10px;
  width: 100%;
  outline: none;
  transition: all 0.15s ease-in-out;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .myinputazul:focus {
  box-shadow: 0 0 5px blue;
  border: 1px solid rgba(0, 0, 255, 0.8);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .myinputrojo:focus {
  box-shadow: 0 0 5px red;
  border: 1px solid rgba(255, 0, 0, 0.8);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .myinputnaranja:focus {
  box-shadow: 0 0 5px #e65f00;
  border: 1px solid rgba(230, 95, 0, 0.8);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .myinputverde:focus {
  box-shadow: 0 0 5px lime;
  border: 1px solid rgba(0, 255, 0, 0.8);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .mycheckredondo {
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  margin: 17px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 0px;
  box-shadow: inset 0px 1px 2px blue, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .mycheckredondo label {
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 3px;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .mycheckredondo label:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: linear-gradient(top, #27ae60 0%, #145b32 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px blue, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .mycheckredondo label:hover::after {
  opacity: 0.3;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .mycheckredondo input[type=checkbox] {
  visibility: hidden;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .mycheckredondo input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .tituloimgprepie {
  position: relative;
  width: 100%;
  background-color: black;
  display: block;
  font-family: arial;
  font-weight: bold;
  color: gold;
  font-style: normal;
  font-size: 1.5em;
  text-align: center;
  line-height: 2em;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .tituloimgprepie::before {
  content: "";
  display: none;
  position: absolute;
  background-image: url("");
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 100%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .tituloimgprepie:hover {
  color: transparent;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #tituloimgprepie1::before {
  background-image: url("/img/barnners/twitter.svg");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #tituloimgprepie2::before {
  background-image: url("/img/barnners/facebook.svg");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #tituloimgprepie3::before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #tituloimgprepie14:before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #tituloimgprepie5::before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #tituloimgprepie6::before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #tituloimgprepie7::before {
  background-image: url("/img/barnners/imagen.svg");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .imgbannerprepie {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid red;
  margin: 10px 0px 10px 0px;
  padding: 5px 5px 5px 5px;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .textosbandaprepie {
  position: relative;
  width: 100%;
  background-color: transparent;
  display: block;
  font-family: arial;
  font-weight: normal;
  color: black;
  font-style: italic;
  font-size: 0.9em;
  text-align: center;
  line-height: 1em;
  margin: 0px 0em 0em 0px;
  padding: 0px 0em 0em 0px;
  border: none;
  box-shadow: none;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .textosbandaprepie::before {
  content: "";
  position: absolute;
  display: none;
  background-image: url("") no-repeat;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  left: 0px;
  top: 0%;
  transform: translateY(0%);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .textosbandaprepie:hover {
  color: inherit;
  box-shadow: none;
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .textosbandaprepiepremarcafirefox::before {
  content: "";
  position: absolute;
  display: inline;
  background-image: url("") no-repeat;
  width: 10px;
  height: 10px;
  background-color: #012c5f;
  border-radius: 100%;
  left: 0px;
  top: 4px;
  transform: translateY(0%);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #textosbandaprepie1::before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #textosbandaprepie2::before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #textosbandaprepie3::before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #textosbandaprepie14:before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #textosbandaprepie5::before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #textosbandaprepie6::before {
  background-image: url("");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie #textosbandaprepie7::before {
  background-image: url("/img/barnners/imagen.svg");
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .separadorprepie {
  margin: 0px 0px 10px 0px;
  width: 100%;
  border: 2px solid gold;
  height: auto;
}

/************ MEDIA QUERIES **************/
/************ STYLES **************/
/* HTML ELEMENTS */
/************ SECTIONS **************/
/* SECTION1 */
.cajacuerpoproducto {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.producto {
  width: 98%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.fichaproducto {
  display: flex;
  background-color: transparent;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 1em;
}

.colores_vivos:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 15%;
  transition: all 0.15s ease-in-out;
}

.colores_vivos:hover {
  box-shadow: 0 0 5px black;
}

.cellF1:hover {
  transition: all 0.5s ease-in-out;
  border: 2px solid black;
  transform: scale(1.1);
  text-shadow: 2px 2px #040100;
  border-style: solid;
}

.cellF2:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0%;
  transition: all 0.15s ease-in-out;
}

.cellF2:hover {
  box-shadow: 0 0 5px black;
}

.contenidosfoto {
  display: none;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 1em;
  order: 0;
  flex-basis: 40%;
}
.contenidosfoto .imagenproducto {
  display: none;
  flex-basis: 100%;
}
.contenidosfoto .contenedorVfotos {
  display: flex;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 1em;
  order: 0;
  flex-basis: 40%;
}
.contenidosfoto .contenedor1 {
  flex-basis: 100%;
}
.contenidosfoto .fotoid {
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: hand;
}
.contenidosfoto .minicontenidoscontenedor2 {
  display: flex;
  justify-content: left;
  align-items: top;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 1em;
  order: 0;
  flex-basis: 100%;
}
.contenidosfoto .minicontenedor2 {
  flex-basis: 20%;
}

.contenidosficha {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 1em;
  order: 0;
  flex-basis: 40%;
}

.contenidospublicidad {
  display: none;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 1em;
  order: 0;
  flex-basis: 20%;
}
.contenidospublicidad .fotoid {
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: hand;
}

.contenidoscontenedor3 {
  display: flex;
  justify-content: left;
  align-items: top;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 1em;
  order: 0;
  flex-basis: 100%;
}
.contenidoscontenedor3 .fotoid {
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: hand;
}
.contenidoscontenedor3 .contenedor3 {
  flex-basis: 10%;
}

.textosampliados {
  display: flex;
  justify-content: left;
  align-items: top;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 1em;
  order: 0;
  flex-basis: 100%;
}

.relacionados {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  align-items: stretch;
}

.my_select {
  /* NO ME COMPILA MOZILA Y SARAFI 5 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  background: #fff url("/img/svgfiles/combo.svg") no-repeat 98% center;
  background-color: transparent;
}

.my_input {
  padding: 10px;
  width: 100%;
  outline: none;
  transition: all 0.15s ease-in-out;
  background-color: transparent;
}

.my_inputazul:focus {
  box-shadow: 0 0 5px blue;
  border: 1px solid rgba(0, 0, 255, 0.8);
}

.my_inputrojo:focus {
  box-shadow: 0 0 5px red;
  border: 1px solid rgba(255, 0, 0, 0.8);
}

.my_inputnaranja:focus {
  box-shadow: 0 0 5px #e65f00;
  border: 1px solid rgba(230, 95, 0, 0.8);
}

.my_inputverde:focus {
  box-shadow: 0 0 5px lime;
  border: 1px solid rgba(0, 255, 0, 0.8);
}

/* .roundedOne */
.my_checkredondo {
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  margin: 17px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 0px;
  box-shadow: inset 0px 1px 2px blue, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.my_checkredondo label {
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 3px;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.my_checkredondo label:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: linear-gradient(top, #27ae60 0%, #145b32 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px blue, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.my_checkredondo label:hover::after {
  opacity: 0.3;
}
.my_checkredondo input[type=checkbox] {
  visibility: hidden;
}
.my_checkredondo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .roundedOne */
.boxzoom {
  display: none;
  position: fixed;
  opacity: 1;
  overflow: visible;
  height: auto;
  z-index: 9999;
}
.boxzoom .boxinzoom {
  position: relative;
  background: #f9f9f9;
  color: #444;
  border-radius: 4px;
}
.boxzoom .boxinzoom .boxzoomouter {
  position: relative;
}
.boxzoom .boxinzoom .boxzoomouter .boxzoominner {
  position: relative;
  overflow: visible;
}
.boxzoom .boxinzoom .boxzoomouter .boxzoominner .boxzoomimg {
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.boxzoom .boxinzoom .boxzoomouter .boxzoom-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 9991;
}
.boxzoom .boxinzoom .boxzoomouter .prev {
  left: 0;
}
.boxzoom .boxinzoom .boxzoomouter .next {
  right: 0;
}
.boxzoom .boxinzoom .boxzoomouter .boxzoom-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 9992;
  visibility: hidden;
}
.boxzoom .boxinzoom .boxzoomouter .prev span {
  left: 10px;
  background-image: url("/img/boxzoom_sprite.png");
  background-position: 0 -36px;
}
.boxzoom .boxinzoom .boxzoomouter .next span {
  right: 10px;
  background-image: url("/img/boxzoom_sprite.png");
  background-position: 0 -72px;
}
.boxzoom .boxinzoom .boxzoomtitle {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 9990;
  text-align: center;
}
.boxzoom .boxinzoom .boxzoomspan {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.boxzoom .boxinzoom .boxzoomcerrar {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url("/img/boxzoom_sprite.png");
  z-index: 9992;
}

.boxzoomfondo {
  top: 0;
  left: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: block;
  width: auto;
  height: auto;
  z-index: 9989;
  background: rgba(0, 0, 0, 0.6);
}

/************ MEDIA QUERIES **************/
/************ STYLES **************/
/* HTML ELEMENTS */
.lineal {
  display: block;
}

.bandamayor {
  display: none;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 9998;
}

.primeralinea {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  width: 100%;
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 9999;
}
.primeralinea .opciusu_bandaizquierda {
  display: none;
  position: relative;
  font-family: "";
  font-size: 1.8em;
  color: white;
  opacity: 1;
  cursor: pointer;
  padding-left: 0em;
  padding-right: 0em;
  margin-right: 0em;
  order: 0;
  flex-basis: "";
}
.primeralinea .opciusu_bandaizquierda .icon-user::before, .primeralinea .opciusu_bandaizquierda .icon-closeuser::before {
  padding-left: 0em;
  padding-right: 0em;
  padding-top: 0em;
  padding-bottom: 0.05em;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0px;
  display: inline-block;
}
.primeralinea .opciusu_bandaizquierda:hover {
  opacity: 1;
}
.primeralinea .opciusu_bandaizquierda .menuuser ul.ulmenu_userdisplayed {
  display: inline-block;
}
.primeralinea .tituloI {
  position: relative;
  font-family: Arial;
  font-size: 22px;
  margin-left: 2em;
  padding-left: 1em;
  padding-right: 0em;
  display: inline;
  color: #b2bfce;
  opacity: 1;
  order: 1;
  flex-basis: "";
  line-height: inherit;
  z-index: 1;
}
.primeralinea .tituloI:hover {
  opacity: 0.6;
}
.primeralinea .miopcionI {
  position: relative;
  font-family: Arial;
  font-size: 12px;
  margin-left: 2em;
  padding-left: 2em;
  padding-right: 0em;
  display: inline;
  color: #b2bfce;
  opacity: 1;
  order: 2;
  flex-basis: "";
  line-height: inherit;
  z-index: 1;
}
.primeralinea .miopcionI::before {
  content: "";
  display: inline;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/headers/mapa.svg");
  margin-left: -30px;
}
.primeralinea .miopcionI:hover {
  opacity: 0.6;
}
.primeralinea .centerlinkI {
  position: relative;
  font-family: Arial;
  font-size: 0.9em;
  margin-left: 1em;
  padding-left: 0em;
  padding-right: 0em;
  display: inline;
  color: black;
  opacity: 1;
  order: 2;
  flex-basis: "";
  line-height: inherit;
  z-index: 1;
}
.primeralinea .centerlinkI::before {
  content: "";
  display: none;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/logo_mainheader.jpg");
  margin-left: -35px;
}
.primeralinea .centerlinkI:hover {
  opacity: 0.6;
}
.primeralinea .emailI {
  position: relative;
  font-family: Arial;
  font-size: 22px;
  margin-left: 1em;
  padding-left: 0em;
  padding-right: 0em;
  display: inline;
  color: black;
  opacity: 1;
  order: 2;
  flex-basis: "";
  line-height: inherit;
  z-index: 1;
}
.primeralinea .emailI::before {
  content: "";
  display: none;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("");
  margin-left: 0px;
}
.primeralinea .emailI:hover {
  opacity: 0.6;
}
.primeralinea .busquedaI {
  position: relative;
  font-family: Arial;
  font-size: 0.8em;
  margin-left: 0em;
  margin-right: 2em;
  padding-left: 0em;
  padding-right: 0.5em;
  display: inline;
  opacity: 1.1;
  order: 3;
  flex-basis: "";
  z-index: 1;
  padding-top: 0em;
  cursor: pointer;
  line-height: inherit;
}
.primeralinea .busquedaI .icon-search::before {
  position: absolute;
  font-size: 18px;
  top: 50%;
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0em;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -180px;
  display: inline;
  padding-top: 0em;
  color: inherit;
  cursor: pointer;
}
.primeralinea .busquedaI .textoabuscar {
  position: relative;
  width: 140px;
  height: 18px;
  background-color: white;
  color: black;
  top: 0px;
  border: 0px inset #7f8c8d;
  text-shadow: 0 0px 0px black;
  box-shadow: 0px 0px 0px black;
  border-radius: 5px 5px 5px 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: 0;
}
.primeralinea .busquedaI:hover {
  opacity: 1;
}
.primeralinea .carritoI {
  position: relative;
  font-family: Arial;
  font-size: 18px;
  margin-left: 2em;
  padding-left: 2em;
  padding-right: 0em;
  display: none;
  color: white;
  opacity: 1;
  order: 4;
  flex-basis: "";
  line-height: inherit;
}
.primeralinea .carritoI::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/headers/BAG.svg");
  margin-left: -35px;
}
.primeralinea .carritoI:hover {
  opacity: 1;
}
.primeralinea .idiomaI {
  position: relative;
  font-family: Arial;
  font-size: 13px;
  margin-left: 2em;
  padding-left: 0.5em;
  padding-right: 0em;
  display: inline;
  color: white;
  opacity: 1;
  order: 4;
  flex-basis: "";
  line-height: inherit;
  cursor: pointer;
  z-index: 1;
}
.primeralinea .idiomaI::before {
  content: "";
  display: none;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/logo_mainheader.jpg");
  margin-left: -35px;
}
.primeralinea .idiomaI:hover {
  opacity: 1;
}
.primeralinea .idiomaI .menuidioma ul.ulmenu_idiomadisplayed {
  display: inline-block;
}

.primeralineaD {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  left: 0px;
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.primeralineaD .opciusu_bandaderecha {
  display: inline;
  position: relative;
  font-family: "";
  font-size: 1.8em;
  color: white;
  opacity: 1;
  cursor: pointer;
  padding-left: 0em;
  padding-right: 0em;
  margin-right: 0em;
  order: 0;
  flex-basis: "";
  line-height: inherit;
}
.primeralineaD .opciusu_bandaderecha .icon-user::before, .primeralineaD .opciusu_bandaderecha .icon-closeuser::before {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 0em;
  padding-right: 0em;
  padding-top: 0em;
  padding-bottom: 0.05em;
  margin-left: 0px;
}
.primeralineaD .opciusu_bandaderecha:hover {
  opacity: 1;
}
.primeralineaD .opciusu_bandaderecha .menuuser ul.ulmenu_userdisplayed {
  display: inline-block;
}
.primeralineaD .tituloD {
  position: relative;
  font-family: Arial;
  font-size: 22px;
  margin-left: 2em;
  padding-left: 1em;
  padding-right: 0em;
  display: inline;
  color: #b2bfce;
  opacity: 1;
  order: 1;
  flex-basis: "";
  line-height: inherit;
  z-index: 1;
}
.primeralineaD .tituloD::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/headers/planeta.svg");
  margin-left: -30px;
}
.primeralineaD .tituloD:hover {
  opacity: 0.6;
}
.primeralineaD .miopcionD {
  position: relative;
  font-family: Arial;
  font-size: 12px;
  margin-left: 2em;
  padding-left: 2em;
  padding-right: 0em;
  display: inline;
  color: #b2bfce;
  opacity: 1;
  order: 2;
  flex-basis: "";
  line-height: inherit;
  z-index: 1;
}
.primeralineaD .miopcionD::before {
  content: "";
  display: inline;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/headers/mapa.svg");
  margin-left: -30px;
}
.primeralineaD .miopcionD:hover {
  opacity: 0.6;
}
.primeralineaD .centerlinkD {
  position: relative;
  font-family: Arial;
  font-size: 0.9em;
  margin-left: 1em;
  padding-left: 0em;
  padding-right: 0em;
  display: inline;
  color: black;
  opacity: 1;
  order: 2;
  flex-basis: "";
  line-height: inherit;
  z-index: 1;
}
.primeralineaD .centerlinkD::before {
  content: "";
  display: none;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/logo_mainheader.jpg");
  margin-left: -35px;
}
.primeralineaD .centerlinkD:hover {
  opacity: 0.6;
}
.primeralineaD .emailD {
  position: relative;
  font-family: Arial;
  font-size: 22px;
  margin-left: 1em;
  padding-left: 0em;
  padding-right: 0em;
  display: inline;
  color: black;
  opacity: 1;
  order: 2;
  flex-basis: "";
  line-height: inherit;
  z-index: 1;
}
.primeralineaD .emailD::before {
  content: "";
  display: none;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("");
  margin-left: 0px;
}
.primeralineaD .emailD:hover {
  opacity: 0.6;
}
.primeralineaD .busquedaD {
  position: relative;
  font-family: Arial;
  font-size: 0.8em;
  margin-left: 0em;
  margin-right: 2em;
  padding-left: 0em;
  padding-right: 0.5em;
  display: inline;
  opacity: 1.1;
  order: 3;
  flex-basis: "";
  z-index: 1;
  padding-top: 0em;
  cursor: pointer;
  line-height: inherit;
}
.primeralineaD .busquedaD .icon-search::before {
  position: absolute;
  font-size: 18px;
  top: 50%;
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0em;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -180px;
  display: inline;
  padding-top: 0em;
  color: inherit;
  cursor: pointer;
}
.primeralineaD .busquedaD .textoabuscar {
  position: relative;
  width: 140px;
  height: 18px;
  background-color: white;
  color: black;
  top: 0px;
  border: 0px inset #7f8c8d;
  text-shadow: 0 0px 0px black;
  box-shadow: 0px 0px 0px black;
  border-radius: 5px 5px 5px 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: 0;
}
.primeralineaD .busquedaD:hover {
  opacity: 1;
}
.primeralineaD .carritoD.carritoHead {
  position: relative;
  font-family: Arial;
  font-size: 18px;
  margin-left: 2em;
  padding-left: 2em;
  padding-right: 0em;
  display: none;
  color: white;
  opacity: 1;
  order: 4;
  flex-basis: "";
  line-height: inherit;
}
.primeralineaD .carritoD.carritoHead::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/headers/BAG.svg");
  margin-left: -35px;
}
.primeralineaD .carritoD.carritoHead:hover {
  opacity: 1;
}
.primeralineaD .idiomaD {
  position: relative;
  font-family: Arial;
  font-size: 13px;
  margin-left: 2em;
  padding-left: 0.5em;
  padding-right: 0em;
  display: inline;
  color: white;
  opacity: 1;
  order: 4;
  flex-basis: "";
  cursor: pointer;
  line-height: inherit;
  z-index: 1;
}
.primeralineaD .idiomaD::before {
  content: "";
  display: none;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/logo_mainheader.jpg");
  margin-left: -35px;
}
.primeralineaD .idiomaD:hover {
  opacity: 1;
}
.primeralineaD .idiomaD .menuidioma ul.ulmenu_idiomadisplayed {
  display: inline-block;
}

.main-header {
  top: 0px;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  /* 5rem */
  position: relative;
  background-color: transparent;
  margin: auto;
}
.main-header .logoempresa {
  position: absolute;
  display: none;
  text-align: start;
  direction: rtl;
  background-color: transparent;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: none;
  border: none;
}
.main-header .logoempresa #logoempresa {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: none;
  width: 179px;
}
.main-header .logocabecera {
  position: absolute;
  display: inline-block;
  text-align: start;
  direction: rtl;
  background-color: transparent;
  top: 0px;
  left: 0%;
  transform: translateX(0%);
  margin-left: 0px;
  box-shadow: none;
}
.main-header .logocabecera .imagencabecera {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: none;
  width: 40px;
}
.main-header .texto_logo_H1 {
  display: inline-block;
  position: relative;
  font-size: 3em;
  line-height: 90px;
  top: 10px;
  left: 0%;
  transform: translateY(-10px);
  transform: translateX(0%);
  padding-left: 10px;
  font-family: "Bad Script", cursive;
  font-weight: bold;
  text-shadow: -1px 1px 0px #4A0020, -2px 2px 0px #4A0020, -3px 3px 0px #4A0020, -4px 4px 0px #1D000D, -5px 5px 0px #1D000D, -6px 6px 0px #1D000D;
  background-color: transparent;
  color: #8D003B;
}
.main-header .texto_cabecera_H3 {
  display: inline;
  position: absolute;
  font-family: arial;
  font-weight: normal;
  font-size: 0.6em;
  font-style: 0.6em;
  line-height: 1.1em;
  top: 2px;
  left: 10%;
  transform: translateY(-2px);
  transform: translateX(-10%);
  text-shadow: none;
  background-color: transparent;
  color: #8D003B;
  text-align: center;
  width: 150px;
  height: auto;
  padding: 2px 2px 2px 2px;
  border: none;
}
.main-header .redessociales {
  /* Posicion de la caja de las redes sociales */
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: none;
  width: auto;
  top: 0px;
  margin: 0;
  padding: 2px 3px 2px 3px;
  margin-top: 0px;
  margin-bottom: -3px;
  margin-left: 100%;
  transform: translateX(-100%);
  border: none;
  z-index: 2;
}
.main-header .redessociales .hrefredessociales {
  padding: 0px 5px 0px 5px;
  /*Un poquito de aire entre los botones de las diferetnes redes*/
  font-size: 1.8em;
  color: #012c5f;
  /* tamaños comunes para todas las redes */
}
.main-header .redessociales .hrefredessociales .twitter, .main-header .redessociales .hrefredessociales .facebook, .main-header .redessociales .hrefredessociales .rss, .main-header .redessociales .hrefredessociales .googleplus, .main-header .redessociales .hrefredessociales .instagram, .main-header .redessociales .hrefredessociales .youtube {
  background-size: cover;
  background-repeat: no-repeat;
}
.main-header .redessociales #redyoutube {
  order: 5;
}
.main-header .redessociales #redtwittercab {
  order: 5;
}
.main-header .redessociales #redfacebookcab {
  order: 0;
}
.main-header .redessociales #redinstagramcab {
  order: 0;
}
.main-header .redessociales #redrsscab {
  order: 3;
}
.main-header .redessociales #redgooglepluscab {
  order: 4;
}
.main-header #menu-handler {
  position: relative;
  display: none;
  color: #531C33;
  cursor: pointer;
  font-size: 2em;
  float: left;
  font-family: "Open Sans", serif;
  top: 40px;
  left: 20px;
  padding: 1px;
  z-index: 99999;
}
.main-header nav#movil {
  display: none;
  color: #531C33;
  width: 50%;
  background-color: #AFBE30;
  position: absolute;
  font-size: 1.2m;
  height: auto;
  max-height: 0em;
  overflow: hidden;
  top: 0;
  left: 0px;
  font-family: Arial black;
  font-weight: bold;
  z-index: 99;
}
.main-header nav#movil.displayed {
  display: inline-block;
  transition: max-height 1s ease;
  text-transform: uppercase;
  max-height: 187.5rem;
}
.main-header nav#movil li {
  padding-top: 1.1em;
  position: relative;
  width: 100%;
}
.main-header nav#movil li:last-child {
  padding-bottom: 1.1em;
}
.main-header nav#movil a {
  padding: 0.5em;
}
.main-header nav#movil .imgli {
  float: left;
  width: 1.6em;
  height: 1.6em;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-header nav#movil li a:hover {
  font-size: 2em;
  transition: all 0.4s ease-in-out;
}
.main-header nav.lineal {
  display: none;
  position: absolute;
  color: #012c5f;
  width: 100%;
  text-align: center;
  margin-left: -1.9em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%;
  border: 0;
  height: 1.6em;
  top: 99%;
  transform: translateY(-99%);
  font-family: arial;
  font-weight: normal;
  font-size: 1em;
  padding: 0px 0px 0px 0px;
  z-index: 99;
}
.main-header nav.lineal li {
  display: inline;
  line-height: 1.6em;
  padding: 10px 30px 4px 30px;
}
.main-header nav.lineal li a {
  padding: 10px 30px 4px 30px;
}
.main-header nav.lineal li:hover {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.6;
}
.main-header nav.lineal li:hover a {
  color: rgba(1, 44, 95, 0.6);
  color: rgba(255, 0, 0, 0.3);
}
.main-header .carritoHead {
  position: relative;
  font-family: Arial;
  font-size: 17px;
  margin-left: 0em;
  margin-right: 2em;
  padding-left: 0em;
  padding-right: 0em;
  display: inline;
  color: #012c5f;
  opacity: 1;
  top: 50px;
  left: 0em;
}
.main-header .carritoHead::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background-repeat: round;
  background-image: url("/img/head/1400/bag.svg");
  margin-left: -75px;
}
.main-header .carritoHead:hover {
  opacity: 1;
}

.Texto_Banda_cabecera_H1 {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.6em;
  line-height: 40px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  padding-left: 0;
  font-family: Arial;
  font-weight: normal;
  text-shadow: "";
  background-color: #63DC90;
  color: #8D003B;
  border: 0px;
}

.Texto_Banda_cabecera_H2 {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.6em;
  line-height: 40px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  padding-left: 0;
  font-family: Arial;
  font-weight: normal;
  text-shadow: "";
  background-color: #63DC90;
  color: #8D003B;
  border: 0px;
}

.scrollWrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
}

.scrollWrapper::-webkit-scrollbar {
  width: 5px;
}

.scrollWrapper::-webkit-scrollbar {
  height: 7px;
}

/* Track */
.scrollWrapper::-webkit-scrollbar-track {
  background: #CAC8C8;
}

/* Handle */
.scrollWrapper::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scrollWrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scrollWrapper:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollWrapper::-moz-scrollbar {
  width: 5px;
}

.scrollWrapper::-moz-scrollbar {
  height: 7px;
}

/* Track */
.scrollWrapper::-moz-scrollbar-track {
  background: #CAC8C8;
}

/* Handle */
.scrollWrapper::-moz-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scrollWrapper::-moz-scrollbar-thumb:hover {
  background: #555;
}

.scrollWrapper:hover::-moz-scrollbar-track {
  background: #f1f1f1;
}

.scrollWrapper::-ms-scrollbar {
  width: 5px;
}

.scrollWrapper::-ms-scrollbar {
  height: 7px;
}

/* Track */
.scrollWrapper::-ms-scrollbar-track {
  background: #CAC8C8;
}

/* Handle */
.scrollWrapper::-ms-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scrollWrapper::-ms-scrollbar-thumb:hover {
  background: #555;
}

.scrollWrapper:hover::-ms-scrollbar-track {
  background: #f1f1f1;
}

.scrollWrapper::-o-scrollbar {
  width: 5px;
}

.scrollWrapper::-o-scrollbar {
  height: 7px;
}

/* Track */
.scrollWrapper::-o-scrollbar-track {
  background: #CAC8C8;
}

/* Handle */
.scrollWrapper::-o-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scrollWrapper::-o-scrollbar-thumb:hover {
  background: #555;
}

.scrollWrapper:hover::-o-scrollbar-track {
  background: #f1f1f1;
}

/************ MEDIA QUERIES **************/
@media screen and (min-width: 0.625em) and (max-width: 18.6875em) {
  .primeralinea, .primeralineaD, .bandamayor, .main-header {
    display: none;
  }
}
@media screen and (min-width: 18.75em) and (max-width: 30em) {
  .main-header {
    height: 0px;
  }

  .lineal {
    display: none;
  }

  .bandamayor {
    display: none;
    line-height: 30px;
  }

  .primeralinea {
    position: relative;
    justify-content: space-around;
    line-height: 30px;
  }
  .primeralinea .opciusu_bandaizquierda {
    display: none;
    font-size: 28px;
    top: 0px;
    margin-left: 0em;
    margin-right: 0.5em;
    padding-left: 0em;
    padding-right: 0;
    flex-basis: 0px;
    order: 3;
  }
  .primeralinea .tituloI {
    display: none;
    font-size: 12px;
    margin-left: 2em;
    margin-right: 2em;
    order: 1;
  }
  .primeralinea .miopcionI {
    display: none;
    font-size: 12px;
    margin-left: 2em;
    margin-right: miopcionmargin-right_300;
    order: 2;
  }
  .primeralinea .centerlinkI {
    display: none;
    font-size: 18px;
    margin-left: 1em;
    margin-right: 1em;
    order: 2;
  }
  .primeralinea .emailI {
    display: none;
    font-size: 25px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    top: 0px;
    order: 2;
  }
  .primeralinea .busquedaI {
    display: none;
    font-size: 0.8em;
    margin-left: 0em;
    margin-right: 0em;
    order: 1;
  }
  .primeralinea .idiomaI {
    display: none;
    margin-left: 0.5em;
    margin-right: 0em;
    order: 3;
  }
  .primeralinea .carritoI {
    display: none;
    margin-left: 1.5em;
    margin-right: 0em;
    order: 4;
  }

  .primeralineaD {
    top: 35px;
    justify-content: space-between;
    line-height: 30px;
  }
  .primeralineaD .opciusu_bandaderecha {
    display: none;
    font-size: 28px;
    top: 0px;
    margin-left: 0.5em;
    margin-right: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    flex-basis: 0px;
  }
  .primeralineaD .tituloD {
    display: none;
    font-size: 12px;
    margin-left: 2em;
    margin-right: 2em;
    order: 1;
  }
  .primeralineaD .miopcionD {
    display: none;
    font-size: 12px;
    margin-left: 2em;
    margin-right: miopcionmargin-right_300;
    order: 2;
  }
  .primeralineaD .centerlinkD {
    display: none;
    font-size: 18px;
    margin-left: 1em;
    margin-right: 1em;
    order: 2;
  }
  .primeralineaD .emailD {
    display: none;
    font-size: 25px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    top: 0px;
    order: 2;
  }
  .primeralineaD .busquedaD {
    display: none;
    font-size: 0.8em;
    margin-left: 0em;
    margin-right: 0em;
    order: 1;
  }
  .primeralineaD .idiomaD {
    display: none;
    margin-left: 0.5em;
    margin-right: 0em;
    order: 3;
  }
  .primeralineaD .carritoD {
    display: none;
    margin-left: 1.5em;
    margin-right: 0em;
    order: 4;
  }

  .main-header {
    top: 0px;
  }
  .main-header .header-wrapper .logoempresa {
    display: none;
    background-color: transparent;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: none;
  }
  .main-header .header-wrapper .logoempresa #logoempresa {
    border-radius: none;
    width: 99px;
  }
  .main-header .header-wrapper .logocabecera {
    display: inline-block;
    background-color: transparent;
    top: 0px;
    left: 0%;
    transform: translateX(0%);
    margin-left: 0px;
  }
  .main-header .header-wrapper .logocabecera .imagencabecera {
    border-radius: none;
    width: 40px;
  }
  .main-header .header-wrapper .texto_logo_H1 {
    display: inline-block;
    font-size: 3em;
    line-height: 90px;
    top: 10px;
    left: 0%;
    transform: translateY(-10px);
    transform: translateX(0%);
    padding-left: 10px;
    font-family: "Bad Script", cursive;
    font-weight: bold;
    text-shadow: -1px 1px 0px #4A0020, -2px 2px 0px #4A0020, -3px 3px 0px #4A0020, -4px 4px 0px #1D000D, -5px 5px 0px #1D000D, -6px 6px 0px #1D000D;
    background-color: transparent;
    color: #8D003B;
  }
  .main-header .header-wrapper .texto_cabecera_H3 {
    display: inline;
    font-family: arial;
    font-weight: normal;
    font-size: 0.6em;
    font-style: 0.6em;
    line-height: 1.1em;
    top: 2px;
    left: 10%;
    transform: translateY(-2px);
    transform: translateX(-10%);
    text-shadow: none;
    background-color: transparent;
    color: #8D003B;
    text-align: center;
    width: 150px;
    height: auto;
    padding: 2px 2px 2px 2px;
    border: none;
  }
  .main-header .header-wrapper .redessociales {
    display: flex;
  }
  .main-header .header-wrapper .redessociales .hrefredessociales {
    padding: 0px 5px 0px 5px;
    /*Un poquito de aire entre los botones de las diferetnes redes*/
    font-size: 1.3em;
    color: #531C33;
  }
  .main-header .header-wrapper .redessociales #redpinterestcab {
    order: 0;
  }
  .main-header .header-wrapper .redessociales #redtwittercab {
    order: 1;
  }
  .main-header .header-wrapper .redessociales #redfacebookcab {
    order: 2;
  }
  .main-header .header-wrapper .redessociales #redinstagramcab {
    order: 5;
  }
  .main-header .header-wrapper .redessociales #redrsscab {
    order: 3;
  }
  .main-header .header-wrapper .redessociales #redgooglepluscab {
    order: 4;
  }
  .main-header .header-wrapper .carritoHead {
    font-family: Arial;
    display: inline;
  }
  .main-header .header-wrapper .carritoHead::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/img/head/300/bag.svg");
    margin-left: -25px;
  }
  .main-header .header-wrapper .carritoHead:hover {
    opacity: 1;
  }
  .main-header .header-wrapper #menu-handler {
    display: inline;
    color: #012c5f;
    font-size: 2em;
    top: 0px;
    left: 5px;
    padding: 1px;
  }
  .main-header nav.lineal {
    display: inline-block;
  }
  .main-header nav#movil {
    left: 0px;
    width: 100%;
  }
  .main-header nav#movil li {
    padding-top: 2em;
  }
  .main-header nav#movil li:last-child {
    padding-bottom: 2em;
  }
  .main-header .Texto_Banda_cabecera_H1 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
  .main-header .Texto_Banda_cabecera_H2 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
}
@media screen and (min-width: 30em) and (max-width: 43.75em) {
  .bandamayor {
    display: none;
    line-height: 30px;
  }

  .primeralinea {
    position: relative;
    justify-content: space-between;
    line-height: 30px;
  }
  .primeralinea .opciusu_bandaizquierda {
    display: inline;
    font-size: 25px;
    top: 0px;
    margin-left: 0.5em;
    margin-right: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    flex-basis: 0;
    order: 3;
  }
  .primeralinea .tituloI {
    display: none;
    font-size: 12px;
    margin-left: 2em;
    margin-right: 2em;
    order: 1;
  }
  .primeralinea .miopcionI {
    display: inline;
    font-size: 12px;
    margin-left: 2em;
    margin-right: miopcionmargin-right_400;
    order: 2;
  }
  .primeralinea .centerlinkI {
    display: none;
    font-size: 20px;
    margin-left: 1em;
    margin-right: 1em;
    order: 2;
  }
  .primeralinea .emailI {
    display: inline;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    top: 0px;
    order: 2;
  }
  .primeralinea .busquedaI {
    display: inline;
    font-size: 0.8em;
    margin-left: 3em;
    margin-right: 0em;
    order: 1;
  }
  .primeralinea .idiomaI {
    display: inline;
    margin-left: 0em;
    margin-right: 1em;
    order: 4;
  }
  .primeralinea .carritoI {
    display: none;
    margin-left: 0em;
    margin-right: 0em;
    order: 4;
  }

  .primeralineaD {
    top: 0px;
    justify-content: space-between;
    display: none;
    line-height: 30px;
  }
  .primeralineaD .opciusu_bandaderecha {
    display: none;
    font-size: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 0;
    top: 0px;
  }
  .primeralineaD .tituloD {
    display: none;
    font-size: 12px;
    margin-left: 2em;
    margin-right: 2em;
    order: 1;
  }
  .primeralineaD .miopcionD {
    display: none;
    font-size: 12px;
    margin-left: 2em;
    margin-right: miopcionmargin-right_400;
    order: 2;
  }
  .primeralineaD .centerlinkD {
    display: none;
    font-size: 20px;
    margin-left: 1em;
    margin-right: 1em;
    order: 2;
  }
  .primeralineaD .emailD {
    display: none;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    top: 0px;
    order: 2;
  }
  .primeralineaD .busquedaD {
    display: none;
    font-size: 0.8em;
    margin-left: 3em;
    margin-right: 0em;
    order: 1;
  }
  .primeralineaD .idiomaD {
    display: none;
    margin-left: 0em;
    margin-right: 1em;
    order: 4;
  }
  .primeralineaD .carritoD {
    display: none;
    margin-left: 0em;
    margin-right: 0em;
    order: 4;
  }

  .main-header {
    top: 0px;
  }
  .main-header .header-wrapper .logoempresa {
    display: none;
    background-color: transparent;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
  }
  .main-header .header-wrapper .logoempresa #logoempresa {
    border-radius: none;
    width: 140px;
  }
  .main-header .header-wrapper .logocabecera {
    display: inline-block;
    background-color: transparent;
    top: 0px;
    left: 0%;
    transform: translateX(0%);
    margin-left: 0px;
  }
  .main-header .header-wrapper .logocabecera .imagencabecera {
    border-radius: none;
    width: 40px;
  }
  .main-header .header-wrapper .texto_logo_H1 {
    display: inline-block;
    font-size: 3em;
    line-height: 90px;
    top: 10px;
    left: 0%;
    transform: translateY(-10px);
    transform: translateX(0%);
    padding-left: 10px;
    font-family: "Bad Script", cursive;
    font-weight: bold;
    text-shadow: -1px 1px 0px #4A0020, -2px 2px 0px #4A0020, -3px 3px 0px #4A0020, -4px 4px 0px #1D000D, -5px 5px 0px #1D000D, -6px 6px 0px #1D000D;
    background-color: transparent;
    color: #8D003B;
  }
  .main-header .header-wrapper .texto_cabecera_H3 {
    display: inline;
    font-family: arial;
    font-weight: normal;
    font-size: 0.6em;
    font-style: 0.6em;
    line-height: 1.1em;
    top: 2px;
    left: 10%;
    transform: translateY(-2px);
    transform: translateX(-10%);
    text-shadow: none;
    background-color: transparent;
    color: #8D003B;
    text-align: center;
    width: 150px;
    height: auto;
    padding: 2px 2px 2px 2px;
    border: none;
  }
  .main-header .header-wrapper .redessociales {
    display: flex;
    top: 0px;
    margin: 0;
    padding: 2px 3px 2px 3px;
    margin-top: 0px;
    margin-bottom: -3px;
    margin-left: 100%;
    transform: translateX(-100%);
    border: none;
  }
  .main-header .header-wrapper .redessociales .hrefredessociales {
    padding: 0px 5px 0px 5px;
    /*Un poquito de aire entre los botones de las diferetnes redes*/
    font-size: 1.3em;
    color: #012c5f;
  }
  .main-header .header-wrapper .redessociales #redpinterestcab {
    order: 4;
  }
  .main-header .header-wrapper .redessociales #redtwittercab {
    order: 5;
  }
  .main-header .header-wrapper .redessociales #redfacebookcab {
    order: 0;
  }
  .main-header .header-wrapper .redessociales #redinstagramcab {
    order: 0;
  }
  .main-header .header-wrapper .redessociales #redrsscab {
    order: 3;
  }
  .main-header .header-wrapper .redessociales #redgooglepluscab {
    order: 4;
  }
  .main-header .header-wrapper .carritoHead {
    font-family: Arial;
    font-size: 15px;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 0em;
    display: inline;
    color: #012c5f;
    opacity: 1;
    top: 50px;
    left: 0px;
  }
  .main-header .header-wrapper .carritoHead:hover {
    opacity: 1;
  }
  .main-header .header-wrapper #menu-handler {
    display: none;
    color: #012c5f;
    font-size: 2em;
    top: 90px;
    left: 20px;
    padding: 1px;
  }
  .main-header nav.lineal {
    display: inline-block;
  }
  .main-header nav#movil {
    width: 70%;
  }
  .main-header nav#movil li {
    padding-top: 2em;
  }
  .main-header nav#movil li:last-child {
    padding-bottom: 2em;
  }
  .main-header .Texto_Banda_cabecera_H1 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
  .main-header .Texto_Banda_cabecera_H2 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.5em) {
  .bandamayor {
    display: block;
    line-height: 30px;
  }

  .primeralinea {
    position: relative;
    justify-content: flex-star;
    line-height: 30px;
  }
  .primeralinea .opciusu_bandaizquierda {
    display: none;
    font-size: 25px;
    top: 0px;
    margin-left: 1em;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 0;
  }
  .primeralinea .tituloI {
    display: inline;
    font-size: 10px;
    margin-left: 1em;
    margin-right: 1em;
    order: 1;
  }
  .primeralinea .miopcionI {
    display: inline;
    font-size: 10px;
    margin-left: 2em;
    margin-right: miopcionmargin-right_700;
    order: 2;
  }
  .primeralinea .centerlinkI {
    display: none;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    order: 2;
  }
  .primeralinea .emailI {
    display: inline;
    font-size: 22px;
    margin-left: 0.2em;
    margin-right: 0.2em;
    top: 0px;
    order: 1;
  }
  .primeralinea .busquedaI {
    display: none;
    font-size: 0.8em;
    margin-left: 0em;
    margin-right: 2em;
    order: 1;
  }
  .primeralinea .idiomaI {
    display: none;
    margin-left: 0.5em;
    margin-right: 0em;
    order: 4;
  }
  .primeralinea .carritoI {
    display: none;
    margin-left: 1em;
    margin-right: 0em;
    order: 4;
  }

  .primeralineaD {
    top: 0px;
    justify-content: flex-end;
    display: flex;
    line-height: 30px;
  }
  .primeralineaD .opciusu_bandaderecha {
    display: inline;
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0.5em;
    flex-basis: 0px;
    top: 0px;
  }
  .primeralineaD .tituloD {
    display: none;
    font-size: 10px;
    margin-left: 1em;
    margin-right: 1em;
    order: 1;
  }
  .primeralineaD .miopcionD {
    display: none;
    font-size: 10px;
    margin-left: 2em;
    margin-right: miopcionmargin-right_700;
    order: 2;
  }
  .primeralineaD .centerlinkD {
    display: none;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    order: 2;
  }
  .primeralineaD .emailD {
    display: none;
    font-size: 22px;
    margin-left: 0.2em;
    margin-right: 0.2em;
    top: 0px;
    order: 1;
  }
  .primeralineaD .busquedaD {
    display: inline;
    font-size: 0.8em;
    margin-left: 0em;
    margin-right: 2em;
    order: 1;
  }
  .primeralineaD .idiomaD {
    display: inline;
    margin-left: 0.5em;
    margin-right: 0em;
    order: 4;
  }
  .primeralineaD .carritoD {
    display: none;
    margin-left: 1em;
    margin-right: 0em;
    order: 4;
  }

  .main-header {
    top: 0px;
  }
  .main-header .header-wrapper .logoempresa {
    display: none;
    background-color: transparent;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
  }
  .main-header .header-wrapper .logoempresa #logoempresa {
    border-radius: none;
    width: 179px;
  }
  .main-header .header-wrapper .logocabecera {
    display: inline-block;
    background-color: transparent;
    top: 0px;
    left: 0%;
    transform: translateX(0%);
    margin-left: 0px;
  }
  .main-header .header-wrapper .logocabecera .imagencabecera {
    border-radius: none;
    width: 40px;
  }
  .main-header .header-wrapper .texto_logo_H1 {
    display: inline-block;
    font-size: 3em;
    line-height: 90px;
    top: 10px;
    left: 0%;
    transform: translateY(-10px);
    transform: translateX(0%);
    padding-left: 10px;
    font-family: "Bad Script", cursive;
    font-weight: bold;
    text-shadow: -1px 1px 0px #4A0020, -2px 2px 0px #4A0020, -3px 3px 0px #4A0020, -4px 4px 0px #1D000D, -5px 5px 0px #1D000D, -6px 6px 0px #1D000D;
    background-color: transparent;
    color: #8D003B;
  }
  .main-header .header-wrapper .texto_cabecera_H3 {
    display: inline;
    font-family: arial;
    font-weight: normal;
    font-size: 0.6em;
    font-style: 0.6em;
    line-height: 1.1em;
    top: 2px;
    left: 10%;
    transform: translateY(-2px);
    transform: translateX(-10%);
    text-shadow: none;
    background-color: transparent;
    color: #8D003B;
    text-align: center;
    width: 150px;
    height: auto;
    padding: 2px 2px 2px 2px;
    border: none;
  }
  .main-header .header-wrapper .redessociales {
    display: flex;
    top: 0px;
    margin: 0;
    padding: 2px 3px 2px 3px;
    margin-top: 0px;
    margin-bottom: -3px;
    margin-left: 100%;
    transform: translateX(-100%);
    border: none;
  }
  .main-header .header-wrapper .redessociales .hrefredessociales {
    padding: 0px 9px 0px 9px;
    /*Un poquito de aire entre los botones de las diferetnes redes*/
    font-size: 1.5em;
    color: #012c5f;
  }
  .main-header .header-wrapper .redessociales #redpinterestcab {
    order: 4;
  }
  .main-header .header-wrapper .redessociales #redtwittercab {
    order: 5;
  }
  .main-header .header-wrapper .redessociales #redfacebookcab {
    order: 0;
  }
  .main-header .header-wrapper .redessociales #redinstagramcab {
    order: 0;
  }
  .main-header .header-wrapper .redessociales #redrsscab {
    order: 3;
  }
  .main-header .header-wrapper .redessociales #redgooglepluscab {
    order: 4;
  }
  .main-header .header-wrapper .carritoHead {
    font-family: Arial;
    font-size: 16px;
    margin-left: 0em;
    margin-right: 2em;
    padding-left: 0em;
    padding-right: 0em;
    display: inline;
    color: #012c5f;
    opacity: 1;
    top: 50px;
    left: 0px;
  }
  .main-header .header-wrapper .carritoHead:hover {
    opacity: 1;
  }
  .main-header .header-wrapper #menu-handler {
    display: none;
    color: #012c5f;
    font-size: 2em;
    top: 90px;
    left: 35px;
    padding: 1px;
  }
  .main-header nav.lineal {
    display: inline-block;
  }
  .main-header nav#movil {
    width: 70%;
  }
  .main-header nav#movil li {
    padding-top: 2em;
  }
  .main-header nav#movil li:last-child {
    padding-bottom: 2em;
  }
  .main-header .Texto_Banda_cabecera_H1 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
  .main-header .Texto_Banda_cabecera_H2 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 81.25em) {
  .bandamayor {
    display: block;
    line-height: 30px;
  }

  .primeralinea {
    position: relative;
    justify-content: flex-start;
    line-height: 30px;
  }
  .primeralinea .opciusu_bandaizquierda {
    display: none;
    font-size: 25px;
    top: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 0;
  }
  .primeralinea .tituloI {
    display: inline;
    font-size: 12px;
    margin-left: 2em;
    margin-right: 2em;
    order: 1;
  }
  .primeralinea .miopcionI {
    display: inline;
    font-size: 12px;
    margin-left: 2em;
    margin-right: miopcionmargin-right_900;
    order: 2;
  }
  .primeralinea .centerlinkI {
    display: none;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    order: 2;
  }
  .primeralinea .emailI {
    display: inline;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    top: 0px;
    order: 2;
  }
  .primeralinea .busquedaI {
    display: none;
    font-size: 0.8em;
    margin-left: 2em;
    margin-right: 2em;
    order: 3;
  }
  .primeralinea .idiomaI {
    display: none;
    margin-left: 2em;
    margin-right: 1em;
    order: 4;
  }
  .primeralinea .carritoI {
    display: none;
    margin-left: 1.5em;
    margin-right: 0em;
    order: 4;
  }

  .primeralineaD {
    line-height: 30px;
    top: 0px;
    display: flex;
    justify-content: flex-end;
  }
  .primeralineaD .opciusu_bandaderecha {
    display: inline;
    font-size: 25px;
    margin-left: 0;
    margin-right: 1em;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 0;
    top: 0px;
  }
  .primeralineaD .tituloD {
    display: none;
    font-size: 12px;
    margin-left: 2em;
    margin-right: 2em;
    order: 1;
  }
  .primeralineaD .miopcionD {
    display: none;
    font-size: 12px;
    margin-left: 2em;
    margin-right: miopcionmargin-right_900;
    order: 2;
  }
  .primeralineaD .centerlinkD {
    display: none;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    order: 2;
  }
  .primeralineaD .emailD {
    display: none;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    top: 0px;
    order: 2;
  }
  .primeralineaD .busquedaD {
    display: inline;
    font-size: 0.8em;
    margin-left: 2em;
    margin-right: 2em;
    order: 3;
  }
  .primeralineaD .idiomaD {
    display: inline;
    margin-left: 2em;
    margin-right: 1em;
    order: 4;
  }
  .primeralineaD .carritoD {
    display: none;
    margin-left: 1.5em;
    margin-left: 1.5em;
    margin-right: 0em;
    order: 4;
  }

  .main-header {
    top: 0px;
  }
  .main-header .header-wrapper .logoempresa {
    display: none;
    background-color: transparent;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
  }
  .main-header .header-wrapper .logoempresa #logoempresa {
    border-radius: none;
    width: 179px;
  }
  .main-header .header-wrapper .logocabecera {
    display: inline-block;
    background-color: transparent;
    top: 0px;
    left: 0%;
    transform: translateX(0%);
    margin-left: 0px;
  }
  .main-header .header-wrapper .logocabecera .imagencabecera {
    border-radius: none;
    width: 40px;
  }
  .main-header .header-wrapper .texto_logo_H1 {
    display: inline-block;
    font-size: 3em;
    line-height: 90px;
    top: 10px;
    left: 0%;
    transform: translateY(-10px);
    transform: translateX(0%);
    padding-left: 10px;
    font-family: "Bad Script", cursive;
    font-weight: bold;
    text-shadow: -1px 1px 0px #4A0020, -2px 2px 0px #4A0020, -3px 3px 0px #4A0020, -4px 4px 0px #1D000D, -5px 5px 0px #1D000D, -6px 6px 0px #1D000D;
    background-color: transparent;
    color: #8D003B;
  }
  .main-header .header-wrapper .texto_cabecera_H3 {
    display: inline;
    font-family: arial;
    font-weight: normal;
    font-size: 0.6em;
    font-style: 0.6em;
    line-height: 1.1em;
    top: 2px;
    left: 10%;
    transform: translateY(-2px);
    transform: translateX(-10%);
    text-shadow: none;
    background-color: transparent;
    color: #8D003B;
    text-align: center;
    width: 150px;
    height: auto;
    padding: 2px 2px 2px 2px;
    border: none;
  }
  .main-header .header-wrapper .redessociales {
    display: flex;
    top: 0px;
    margin: 0;
    padding: 2px 3px 2px 3px;
    margin-top: 0px;
    margin-bottom: -3px;
    margin-left: 100%;
    transform: translateX(-100%);
    border: none;
  }
  .main-header .header-wrapper .redessociales .hrefredessociales {
    padding: 0px 5px 0px 5px;
    /*Un poquito de aire entre los botones de las diferetnes redes*/
    font-size: 1.6em;
    color: #012c5f;
  }
  .main-header .header-wrapper .redessociales #redpinterestcab {
    order: 4;
  }
  .main-header .header-wrapper .redessociales #redtwittercab {
    order: 5;
  }
  .main-header .header-wrapper .redessociales #redfacebookcab {
    order: 0;
  }
  .main-header .header-wrapper .redessociales #redinstagramcab {
    order: 0;
  }
  .main-header .header-wrapper .redessociales #redrsscab {
    order: 3;
  }
  .main-header .header-wrapper .redessociales #redgooglepluscab {
    order: 4;
  }
  .main-header .header-wrapper .carritoHead {
    font-family: Arial;
    font-size: 17px;
    margin-left: 0em;
    margin-right: 2em;
    padding-left: 0em;
    padding-right: 0em;
    display: inline;
    color: #012c5f;
    opacity: 1;
    top: 50px;
    left: 0px;
  }
  .main-header .header-wrapper .carritoHead:hover {
    opacity: 1;
  }
  .main-header .header-wrapper #menu-handler {
    display: none;
    color: #531C33;
    font-size: 2em;
    top: 40px;
    left: 20px;
    padding: 1px;
  }
  .main-header nav.lineal {
    display: inline-block;
  }
  .main-header nav#movil {
    width: 70%;
  }
  .main-header nav#movil li {
    padding-top: 2em;
  }
  .main-header nav#movil li:last-child {
    padding-bottom: 2em;
  }
  .main-header .Texto_Banda_cabecera_H1 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
  .main-header .Texto_Banda_cabecera_H2 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
}
@media screen and (min-width: 81.25em) {
  .bandamayor {
    display: block;
    line-height: 30px;
  }

  .primeralinea {
    top: 0px;
    position: relative;
    justify-content: flex-start;
    line-height: 30px;
  }
  .primeralinea .opciusu_bandaizquierda {
    display: none;
    font-size: 25px;
    top: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 0;
  }
  .primeralinea .tituloI {
    display: inline;
    font-size: 12px;
    margin-left: 3em;
    margin-right: 0em;
    order: 1;
  }
  .primeralinea .miopcionI {
    display: inline;
    font-size: 12px;
    margin-left: 5em;
    margin-right: miopcionmargin-right_1400;
    order: 2;
  }
  .primeralinea .centerlinkI {
    display: none;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    order: 5;
  }
  .primeralinea .emailI {
    display: inline;
    font-size: 22px;
    margin-left: 3em;
    margin-right: 1em;
    top: 0px;
    order: 5;
  }
  .primeralinea .busquedaI {
    display: none;
    font-size: 0.8em;
    margin-left: 2em;
    margin-right: 2em;
    order: 3;
  }
  .primeralinea .idiomaI {
    display: none;
    margin-left: 3em;
    margin-right: 1em;
    order: 4;
  }
  .primeralinea .carritoI {
    display: none;
    margin-left: 2em;
    order: 4;
  }

  .primeralineaD {
    top: 0px;
    display: flex;
    justify-content: flex-end;
    line-height: 30px;
  }
  .primeralineaD .opciusu_bandaderecha {
    display: inline;
    font-size: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 0;
    top: 0px;
    order: 0;
  }
  .primeralineaD .tituloD {
    display: none;
    font-size: 12px;
    margin-left: 3em;
    margin-right: 0em;
    order: 1;
  }
  .primeralineaD .miopcionD {
    display: none;
    font-size: 12px;
    margin-left: 5em;
    margin-right: miopcionmargin-right_1400;
    order: 2;
  }
  .primeralineaD .centerlinkD {
    display: none;
    font-size: 22px;
    margin-left: 1em;
    margin-right: 1em;
    order: 5;
  }
  .primeralineaD .emailD {
    display: none;
    font-size: 22px;
    margin-left: 3em;
    margin-right: 1em;
    top: 0px;
    order: 5;
  }
  .primeralineaD .busquedaD {
    display: inline;
    font-size: 0.8em;
    margin-left: 2em;
    margin-right: 2em;
    order: 3;
  }
  .primeralineaD .idiomaD {
    display: inline;
    margin-left: 3em;
    margin-right: 1em;
    order: 4;
  }
  .primeralineaD .carritoD {
    display: none;
    margin-left: 2em;
    margin-right: 0em;
    order: 4;
  }

  .main-header {
    top: 0px;
  }
  .main-header .header-wrapper .logoempresa {
    display: none;
    background-color: transparent;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
  }
  .main-header .header-wrapper .logoempresa #logoempresa {
    border-radius: none;
    width: 179px;
  }
  .main-header .header-wrapper .logocabecera {
    display: inline-block;
    background-color: transparent;
    top: 0px;
    left: 0%;
    transform: translateX(0%);
    margin-left: 0px;
  }
  .main-header .header-wrapper .logocabecera .imagencabecera {
    border-radius: none;
    width: 40px;
  }
  .main-header .header-wrapper .texto_logo_H1 {
    display: inline-block;
    font-size: 3em;
    line-height: 90px;
    top: 10px;
    left: 0%;
    transform: translateY(-10px);
    transform: translateX(0%);
    padding-left: 10px;
    font-family: "Bad Script", cursive;
    font-weight: bold;
    text-shadow: -1px 1px 0px #4A0020, -2px 2px 0px #4A0020, -3px 3px 0px #4A0020, -4px 4px 0px #1D000D, -5px 5px 0px #1D000D, -6px 6px 0px #1D000D;
    background-color: transparent;
    color: #8D003B;
  }
  .main-header .header-wrapper .texto_cabecera_H3 {
    display: inline;
    font-family: arial;
    font-weight: normal;
    font-size: 0.6em;
    font-style: 0.6em;
    line-height: 1.1em;
    top: 2px;
    left: 10%;
    transform: translateY(-2px);
    transform: translateX(-10%);
    text-shadow: none;
    background-color: transparent;
    color: #8D003B;
    text-align: center;
    width: 150px;
    height: auto;
    padding: 2px 2px 2px 2px;
    border: none;
  }
  .main-header .header-wrapper .redessociales {
    display: flex;
    top: 0px;
    margin: 0;
    padding: 2px 3px 2px 3px;
    margin-top: 0px;
    margin-bottom: -3px;
    margin-left: 100%;
    transform: translateX(-100%);
    border: none;
  }
  .main-header .header-wrapper .redessociales .hrefredessociales {
    padding: 0px 5px 0px 5px;
    /*Un poquito de aire entre los botones de las diferetnes redes*/
    font-size: 1.8em;
    color: #012c5f;
  }
  .main-header .header-wrapper .redessociales #redpinterestcab {
    order: 4;
  }
  .main-header .header-wrapper .redessociales #redtwittercab {
    order: 5;
  }
  .main-header .header-wrapper .redessociales #redfacebookcab {
    order: 0;
  }
  .main-header .header-wrapper .redessociales #redinstagramcab {
    order: 0;
  }
  .main-header .header-wrapper .redessociales #redrsscab {
    order: 3;
  }
  .main-header .header-wrapper .redessociales #redgooglepluscab {
    order: 4;
  }
  .main-header .header-wrapper .carritoHead {
    font-family: Arial;
    font-size: 17px;
    margin-left: 0em;
    margin-right: 2em;
    padding-left: 0em;
    padding-right: 0em;
    display: inline;
    color: #012c5f;
    opacity: 1;
    top: 50px;
    left: 0em;
  }
  .main-header .header-wrapper .carritoHead:hover {
    opacity: 1;
  }
  .main-header .header-wrapper #menu-handler {
    display: none;
    color: #531C33;
    font-size: 2em;
    top: 40px;
    left: 20px;
    padding: 1px;
  }
  .main-header nav.lineal {
    display: inline-block;
  }
  .main-header nav#movil {
    display: inline-block;
    width: 70%;
  }
  .main-header nav#movil li {
    padding-top: 2em;
  }
  .main-header nav#movil li:last-child {
    padding-bottom: 2em;
  }
  .main-header .Texto_Banda_cabecera_H1 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
  .main-header .Texto_Banda_cabecera_H2 {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    font-family: Arial;
    font-weight: normal;
    text-shadow: "";
    background-color: #63DC90;
    color: #8D003B;
  }
}
/************ STYLES **************/
/* HTML ELEMENTS */
/************ footer **************/
.main-footer {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: white;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("");
  margin-top: 0px;
  margin-bottom: 0px;
}
.footer-wrapper .bandafooter {
  width: 100%;
  height: 42px;
  background-color: transparent;
  position: relative;
  display: none;
  margin-top: 0px;
  margin-bottom: 0em;
}
.footer-wrapper .bandafooter .textosobrebandafo {
  position: absolute;
  color: white;
  font-size: 1.3em;
  display: inline-block;
  line-height: 42px;
  left: 1%;
  transform: translateX(-1%);
}
.footer-wrapper .footercab {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: top;
  flex-wrap: wrap;
  margin: auto;
  padding: 0em;
}
.footer-wrapper .footercab .linkfootercab {
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  line-height: 3em;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0em 0em 0em 0em;
  color: black;
  border: "";
  background-color: white;
}
.footer-wrapper .footercab .linkfootercab .contenidos {
  position: relative;
  box-shadow: "";
  background-color: transparent;
  padding: 0em 1em;
}
.footer-wrapper .footercab .linkfootercab .contenidos #imagenesfooter, .footer-wrapper .footercab .linkfootercab .contenidos #imagenesfooterover {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: "";
  width: 100%;
  margin-top: 0.4em;
  margin-bottom: 0.5em;
}
.footer-wrapper .footercab .linkfootercab .contenidos #contenidosfoto {
  display: block;
  text-align: start;
  direction: rtl;
}
.footer-wrapper .footercab .linkfootercab .contenidos #contenidosfotoover {
  display: none;
}
.footer-wrapper .footercab .linkfootercab .contenidos:hover #contenidosfoto {
  display: none;
}
.footer-wrapper .footercab .linkfootercab .contenidos:hover #contenidosfotoover {
  display: block;
  text-align: start;
  direction: rtl;
}
.footer-wrapper .footercab #linlineascab_G1 {
  display: block;
  font-family: arial;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  color: #012c5f;
  text-align: center;
  background-color: white;
  line-height: 2em;
}
.footer-wrapper .footercab #linkfootercab_G1 > .contenidos .linklineas {
  display: block;
  font-family: arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  line-height: 2em;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0em 0.5em 0em 0.5em;
  color: #012c5f;
  border: red;
  background-color: white;
}
.footer-wrapper .footercab #linkfootercab_G1 > .contenidos .linklineas:hover {
  background-color: transparent;
}
.footer-wrapper .footercab #linkfootercab_G1 {
  order: 1;
  flex-basis: "";
}
.footer-wrapper .footercab #linlineascab_G2 {
  display: block;
  font-family: arial;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  color: #012c5f;
  text-align: center;
  background-color: white;
  line-height: 2em;
}
.footer-wrapper .footercab #linkfootercab_G2 > .contenidos .linklineas {
  display: block;
  font-family: arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  line-height: 3em;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0em 0em 0em 0em;
  color: #012c5f;
  border: "";
  background-color: white;
}
.footer-wrapper .footercab #linkfootercab_G2 {
  order: 2;
  flex-basis: "";
}
.footer-wrapper .footercab #linlineascab_G3 {
  display: block;
  font-family: arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  color: #012c5f;
  text-align: center;
  background-color: white;
  line-height: 2em;
}
.footer-wrapper .footercab #linkfootercab_G3 > .contenidos .linklineas {
  display: block;
  font-family: arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  line-height: 3em;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0em 0.5em 0em 0.5em;
  color: black;
  border: "";
  background-color: white;
}
.footer-wrapper .footercab #linkfootercab_G3 > .contenidos .linklineas:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-wrapper .footercab #linkfootercab_G3 {
  order: 3;
  flex-basis: "";
}
.footer-wrapper .footercab #linlineascab_G4 {
  display: block;
  font-family: arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  color: #8d003b;
  text-align: center;
  background-color: blue;
  line-height: 2em;
}
.footer-wrapper .footercab #linkfootercab_G4 > .contenidos .linklineas {
  display: block;
  font-family: arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  line-height: 3em;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0em 0.5em 0em 0.5em;
  color: black;
  border: "";
  background-color: #effe72;
}
.footer-wrapper .footercab #linkfootercab_G4 > .contenidos .linklineas:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-wrapper .footercab #linkfootercab_G4 {
  order: 0;
  flex-basis: 4;
}
.footer-wrapper .footercab #linlineascab_RS {
  display: block;
  font-family: arial;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  color: #012c5f;
  text-align: center;
  background-color: transparent;
  line-height: 2em;
}
.footer-wrapper .footercab #linkfootercab_RS > .contenidos .linklineas {
  display: block;
  font-family: arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.2em;
  text-align: center;
  line-height: 2em;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0em 0.3em 0em 0.3em;
  color: #012c5f;
  border: "";
  background-color: transparent;
}
.footer-wrapper .footercab #linkfootercab_RS > .contenidos .linklineas:hover {
  background-color: "";
}
.footer-wrapper .footercab #linkfootercab_RS > .contenidos .linklineas > a .redes_pie {
  padding: 0em 0.2em 0em 0.2em;
  margin-left: 0em;
  margin-right: 0em;
}
.footer-wrapper .footercab #linkfootercab_RS > .contenidos .linklineas_txt {
  font-family: arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3em;
  text-align: left;
  line-height: 2em;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  color: black;
  border: "";
  background-color: #012c5f;
}
.footer-wrapper .footercab #linkfootercab_RS > .contenidos .linklineas_txt:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-wrapper .footercab #linkfootercab_RS {
  order: 5;
  flex-basis: "";
}
.footer-wrapper .linefooter {
  display: block;
  margin-top: 1em;
}
.footer-wrapper .endfooter-wrapper {
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0);
}
.footer-wrapper .endfooter {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  padding: 0px 0px 0.5em 0px;
  margin: 0px 0px 0em 0px;
  font-family: arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  text-align: texto_endfooter_textalign1400;
  line-height: 1.3em;
  color: #012c5f;
}
.footer-wrapper #nuestraempresa {
  margin-left: 0em;
  font-size: 1em;
  color: #012c5f;
  padding: 0em 1em 0em 0em;
}
.footer-wrapper #nuestradireccion {
  margin-left: 0;
  font-size: 1em;
  color: #012c5f;
  padding: 0em 1em 0em 0em;
}
.footer-wrapper #poblacion {
  margin-left: 0;
  font-size: 1em;
  color: #012c5f;
  padding: 0em 1em 0em 0em;
}
.footer-wrapper #telefono {
  font-size: 1em;
  color: #012c5f;
  margin-left: 0em;
  padding: 0em 1em 0em 0em;
}
.footer-wrapper #avisolegal {
  margin-left: 0em;
  font-size: 0.8em;
  padding: 0em 1em 0em 1em;
}
.footer-wrapper #by {
  margin-left: 0em;
  font-size: 0.7em;
  color: grey;
  padding: 0em 1em 0em 0em;
}
.footer-wrapper .bandacontrolesfo {
  width: 100%;
  height: 0px;
  background-color: #012c5f;
  display: block;
}

/************ MEDIA QUERIES **************/
@media screen and (min-width: 18.75em) and (max-width: 30em) {
  .main-footer #textosobrebandafo {
    font-size: 1em;
  }
  .main-footer .footercab .linkfootercab {
    font-weight: normal;
    font-size: 0.6em;
  }
  .main-footer .footercab #imagenesfooter, .main-footer .footercab #imagenesfooterover {
    margin-top: 0.4em;
    margin-bottom: 0.5em;
  }
  .main-footer .footercab #linlineascab_G1 {
    font-weight: normal;
    font-size: 3em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G1 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1.6em;
  }
  .main-footer .footercab #linlineascab_G2 {
    font-weight: normal;
    font-size: 2.7em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G2 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1.4em;
    line-height: 2em;
  }
  .main-footer .footercab #linlineascab_G3 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G3 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_G4 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G4 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_RS {
    font-weight: normal;
    font-size: 3.5em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_RS > .contenidos .linklineas {
    font-weight: normal;
    font-size: 2.6em;
    line-height: 1.8em;
  }
  .main-footer #nuestraempresa {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 0.5em 0em 0em;
  }
  .main-footer #nuestradireccion {
    margin-left: 0;
    font-size: 0.8em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #poblacion {
    margin-left: 0em;
    font-size: 0.8em;
    padding: 0em 2em 0em 0em;
  }
  .main-footer #telefono {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #avisolegal {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #by {
    margin-left: 0em;
    font-size: 0.5em;
    padding: 0em 1em 0em 0em;
  }
}
@media screen and (min-width: 30em) and (max-width: 43.75em) {
  .main-footer #textosobrebandafo {
    font-size: 1.2em;
  }
  .main-footer .footercab .linkfootercab {
    font-weight: normal;
    font-size: 1em;
  }
  .main-footer .footercab #imagenesfooter, .main-footer .footercab #imagenesfooterover {
    margin-top: 0.4em;
    margin-bottom: 0.5em;
  }
  .main-footer .footercab #linlineascab_G1 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G1 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
  }
  .main-footer .footercab #linlineascab_G2 {
    font-weight: normal;
    font-size: 2em;
    line-height: 1.5em;
  }
  .main-footer .footercab #linkfootercab_G2 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main-footer .footercab #linlineascab_G3 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G3 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_G4 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G4 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_RS {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_RS > .contenidos .linklineas {
    font-weight: normal;
    font-size: 3em;
    line-height: 1.8em;
  }
  .main-footer #nuestraempresa {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #nuestradireccion {
    margin-left: 0;
    font-size: 1em;
    padding: 0em 0.5em 0em 0em;
  }
  .main-footer #poblacion {
    margin-left: 0;
    font-size: 1em;
    padding: 0em 0.5em 0em 0em;
  }
  .main-footer #telefono {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 0.5em 0em 0em;
  }
  .main-footer #avisolegal {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #by {
    margin-left: 0em;
    font-size: 0.7em;
    padding: 0em 0.5em 0em 0em;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.5em) {
  .main-footer #textosobrebandafo {
    font-size: 1.2em;
  }
  .main-footer .footercab .linkfootercab {
    font-weight: normal;
    font-size: 1em;
  }
  .main-footer .footercab #imagenesfooter, .main-footer .footercab #imagenesfooterover {
    margin-top: 0.4em;
    margin-bottom: 0.5em;
  }
  .main-footer .footercab #linlineascab_G1 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G1 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
  }
  .main-footer .footercab #linlineascab_G2 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G2 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main-footer .footercab #linlineascab_G3 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G3 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_G4 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G4 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_RS {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_RS > .contenidos .linklineas {
    font-weight: normal;
    font-size: 2.5em;
    line-height: 1.8em;
  }
  .main-footer #nuestraempresa {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #nuestradireccion {
    margin-left: 0;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #poblacion {
    margin-left: 0;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #telefono {
    margin-left: 1em;
    font-size: 1.1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #avisolegal {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 2em;
  }
  .main-footer #by {
    margin-left: 0em;
    font-size: 0.7em;
    padding: 0em 1em 0em 0em;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 87.5em) {
  .main-footer #textosobrebandafo {
    font-size: 1.3em;
  }
  .main-footer .footercab .linkfootercab {
    font-weight: normal;
    font-size: 1em;
  }
  .main-footer .footercab #imagenesfooter, .main-footer .footercab #imagenesfooterover {
    margin-top: 0.4em;
    margin-bottom: 0.5em;
  }
  .main-footer .footercab #linlineascab_G1 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G1 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
  }
  .main-footer .footercab #linlineascab_G2 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G2 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main-footer .footercab #linlineascab_G3 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G3 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_G4 {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G4 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_RS {
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_RS > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.8em;
  }
  .main-footer #nuestraempresa {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #nuestradireccion {
    margin-left: 0;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #poblacion {
    margin-left: 0;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #telefono {
    margin-left: 1em;
    font-size: 1.1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #avisolegal {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 2em;
  }
  .main-footer #by {
    margin-left: 0em;
    font-size: 0.7em;
    padding: 0em 1em 0em 0em;
  }
}
@media screen and (min-width: 87.5em) {
  .main-footer #textosobrebandafo {
    font-size: 1.5em;
  }
  .main-footer .footercab .linkfootercab {
    font-weight: normal;
    font-size: 1em;
  }
  .main-footer .footercab #imagenesfooter, .main-footer .footercab #imagenesfooterover {
    margin-top: 0.4em;
    margin-bottom: 0em;
  }
  .main-footer .footercab #linlineascab_G1 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G1 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
  }
  .main-footer .footercab #linlineascab_G2 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G2 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_G3 {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G3 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_G4 {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_G4 > .contenidos .linklineas {
    font-weight: normal;
    font-size: 1em;
    line-height: 3em;
  }
  .main-footer .footercab #linlineascab_RS {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
  }
  .main-footer .footercab #linkfootercab_RS > .contenidos .linklineas {
    font-weight: normal;
    font-size: 2.2em;
    line-height: 2em;
  }
  .main-footer #nuestraempresa {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #nuestradireccion {
    margin-left: 0;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #poblacion {
    margin-left: 0;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #telefono {
    margin-left: 0em;
    font-size: 1em;
    padding: 0em 1em 0em 0em;
  }
  .main-footer #avisolegal {
    margin-left: 0em;
    font-size: 0.8em;
    padding: 0em 1em 0em 1em;
  }
  .main-footer #by {
    margin-left: 0em;
    font-size: 0.7em;
    padding: 0em 1em 0em 0em;
  }
}