@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] {
  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] {
  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("https://www.super10.es/tema/fonts/iconfontstpv10.eot?42il00");
  src: url("https://www.super10.es/tema/fonts/iconfontstpv10.eot?42il00#iefix") format("embedded-opentype"), url("https://www.super10.es/tema/fonts/iconfontstpv10.ttf?42il00") format("truetype"), url("https://www.super10.es/tema/fonts/iconfontstpv10.woff?42il00") format("woff"), url("https://www.super10.es/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: "\e902";
}

.icon-closeuser:before {
  content: "\e903";
}

.icon-rss22:before {
  content: "\e905";
}

.icon-twitter:before {
  content: "\e906";
}

.icon-youtube2:before {
  content: "\e907";
}

.icon-google2:before {
  content: "\e908";
}

.icon-instagram:before {
  content: "\e909";
}

.icon-uniE90A:before {
  content: "\e90a";
}

.icon-rss:before {
  content: "\e90b";
}

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

.icon-uniE90E:before {
  content: "\e90e";
}

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

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

.icon-up:before {
  content: "\e916";
}

.icon-down:before {
  content: "\e915";
}

.icon-downmenu:before {
  content: "\e915";
}

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

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

.icon-mimenu:before {
  content: "\e9bd";
}

.icon-closemenu:before {
  content: "\ea0f";
}

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

.icon-google:before {
  content: "\ea88";
}

.icon-youtube22:before {
  content: "\ea9e";
}

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

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

.icon-facebookr:before {
  content: "\e901";
}

.icon-instagramr:before {
  content: "\e904";
}

.icon-pinterestr:before {
  content: "\e90d";
}

.icon-cart:before {
  content: "\e900";
}

.icon-opciones:before {
  content: "\e913";
}

.icon-search:before {
  content: "\e986";
}

.icon-closeopciones:before {
  content: "\ea10";
}

.icon-email:before {
  content: "\ea95";
}

.icon-atras:before {
  content: "\e967";
}

.icon-adelante:before {
  content: "\e968";
}

/* 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 **************/
.menu-container {
  display: flex;
  justify-content: center;
}

.menu-item {
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.content {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  min-width: 125vh;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 110px;
}

.menu-item:hover .content {
  display: flex;
}

.Submenu-container {
  display: flex;
  align-content: space-around;
}

.Submenu-item {
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.Submenu-itemCAB:hover {
  box-shadow: 1px 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  cursor: pointer;
}

.Submenu-itemLI:hover {
  box-shadow: 2px 2px 3px 6px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.Subcontent {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  column-width: 100%;
  min-width: 80vh;
}

.Submenu-item:hover .Subcontent {
  display: flex;
}

.menu-containerUser {
  display: flex;
  justify-content: center;
}

.menu-itemUser {
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.contentUser {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  min-width: 45vh;
  left: 80%;
  transform: translateX(-80%);
  border-radius: 110px;
}

.menu-itemUser:hover .contentUser {
  display: flex;
}

.Submenu-containerUser {
  display: flex;
  align-content: space-around;
}

.Submenu-itemUser {
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.Submenu-itemCABUser:hover {
  box-shadow: 1px 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.Submenu-itemLIUser:hover {
  box-shadow: 2px 2px 3px 6px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.SubcontentUser {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  column-width: 100%;
  min-width: 80vh;
}

.Submenu-itemUser:hover .SubcontentUser {
  display: flex;
}

.imgsubmenu {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}

.imgsubmenuborrar {
  opacity: 0.2;
  transition: opacity 0.8s ease-in-out;
}

.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 **************/
@media screen and (min-width: 62.5em) and (max-width: 81.25em) {
  .content {
    min-width: 145vh;
    left: 45%;
    transform: translateX(-45%);
  }
}
.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;
}

.div-cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: white;
  box-shadow: 0px -5px 15px gray;
  padding: 7px;
  text-align: center;
  z-index: 99999;
}

.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;
}

.button3d {
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 15px;
  text-shadow: 0 -2px 0 #4a8a65, 0 1px 1px #c2dece;
  box-sizing: border-box;
  font-size: 2em;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  font-weight: bold;
  color: #5ea97d;
  height: 40px;
  line-height: 40px;
  padding: 0 div(40, 2)px;
  display: inline-block;
  width: auto;
  background: linear-gradient(to bottom, #9ceabd 0%, #9ddab6 26%, #7fbb98 100%);
  border-radius: 5px;
  border-top: 1px solid #c8e2d3;
  border-bottom: 1px solid #c2dece;
  top: 0;
  transition: all 0.06s ease-out;
  position: relative;
}
.button3d:visited {
  color: #5ea97d;
}

.butto3d:hover {
  background: linear-gradient(to bottom, #baf1d1 0%, #b7e4ca 26%, #96c7ab 100%);
}

.button3d:active {
  top: 6px;
  text-shadow: 0 -2px 0 #7fbb98, 0 1px 1px #c2dece, 0 0 4px white;
  color: white;
}
.button3d:active:before {
  top: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7), 0 3px 9px rgba(0, 0, 0, 0.2);
}

.button3d:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 6px;
  border-radius: 5px;
  height: 40px;
  background: linear-gradient(to top, #1e5033 0%, #378357 6px);
  transition: all 0.078s ease-out;
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.3), 0 5px 2.4px rgba(0, 0, 0, 0.5), 0 10.8px 9px rgba(0, 0, 0, 0.2);
}

/************ 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("");
  }
}
.progress {
  height: 20px;
  margin-top: 10px;
}

.progress-bar {
  background-color: #007bff;
  width: 0;
  height: 100%;
}

.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 */
  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 rgb(0, 0, 255);
  border: 1px solid rgba(0, 0, 255, 0.8);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myinputrojo:focus {
  box-shadow: 0 0 5px rgb(255, 0, 0);
  border: 1px solid rgba(255, 0, 0, 0.8);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myinputnaranja:focus {
  box-shadow: 0 0 5px rgb(230, 95, 0);
  border: 1px solid rgba(230, 95, 0, 0.8);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myinputverde:focus {
  box-shadow: 0 0 5px rgb(0, 255, 0);
  border: 1px solid rgba(0, 255, 0, 0.8);
}
.bandaposcabecera .contenidosbandaposcabecera .bloqueposcabecera .myinputnegro:focus {
  box-shadow: 0 0 5px rgb(0, 0, 0);
  border: 1px solid rgba(0, 0, 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 rgb(255, 255, 255);
}
.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 */
  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 rgb(0, 0, 255);
  border: 1px solid rgba(0, 0, 255, 0.8);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .myinputrojo:focus {
  box-shadow: 0 0 5px rgb(255, 0, 0);
  border: 1px solid rgba(255, 0, 0, 0.8);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .myinputnaranja:focus {
  box-shadow: 0 0 5px rgb(230, 95, 0);
  border: 1px solid rgba(230, 95, 0, 0.8);
}
.bandaprepie .contenidosbandaprepie .bloqueprepie .myinputverde:focus {
  box-shadow: 0 0 5px rgb(0, 255, 0);
  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 rgb(255, 255, 255);
}
.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 */
.lineal {
  display: block;
}

.bandamayor {
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  background-color: transparent;
  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: 0px;
  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: 0px;
  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: 100px; /* 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: 100px;
  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: block;
    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: 100px;
    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: block;
    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: 100px;
    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: 100px;
    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: 100px;
    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: 100px;
    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;
  }
}
.cajacuerpo {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  justify-content: start;
  align-items: center;
  align-items: top;
  flex-wrap: wrap;
}
.cajacuerpo .lider1content {
  flex-basis: 70%;
}
.cajacuerpo .section2 {
  flex-basis: 30%;
}
.cajacuerpo .section3 {
  flex-basis: 100%;
}

.cuerpo {
  position: relative;
}

/************ MEDIA QUERIES **************/
@media screen and (min-width: 18.75em) and (max-width: 30em) {
  .cajacuerpo .lider1content {
    flex-basis: 100%;
  }
  .cajacuerpo .section2 {
    flex-basis: 100%;
  }
  .cajacuerpo .section3 {
    flex-basis: 100%;
  }
}
.Slider1content {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  background-color: slider1content_bgc;
  flex-basis: 88%;
}

.Slider1-wrapper {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("");
  display: flex;
}
.Slider1-wrapper .bandaartSlider1 {
  display: none;
  width: 100%;
  height: 0px;
  background-color: transparent;
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0em;
}
.Slider1-wrapper .bandaartSlider1 .textosobrebandaSlider {
  position: absolute;
  color: white;
  font-size: 1.5em;
  font-weight: 700;
  display: inline-block;
  line-height: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.Slider1-wrapper .Slider1 {
  display: inline-block;
  margin: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  width: 100%;
}
.Slider1-wrapper .Slider1 #foto_Slider1 {
  background-color: transparent;
}
.Slider1-wrapper .Slider1 .contenidosectionSlider1 {
  position: relative;
  box-shadow: none;
  background-color: white;
  margin-top: 0.6em;
}
.Slider1-wrapper .Slider1 .contenidosectionSlider1 #stop_Slider1 {
  display: none;
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translateY(-100%);
  margin-top: 5px;
  margin-left: 3px;
  font-size: 1.5em;
  cursor: pointer;
  padding: 0.2em;
  border-radius: 0%;
  background-color: transparent;
  color: #012c5f;
}
.Slider1-wrapper .Slider1 .contenidosectionSlider1 #stop_Slider1:hover {
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.7);
  text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.7);
  text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.7);
  text-shadow: 4px 0px 4px rgba(0, 0, 0, 0.7);
}
.Slider1-wrapper .Slider1 .contenidosectionSlider1 .minifotosSlider1 {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  margin-top: 0em;
}
.Slider1-wrapper .Slider1 .contenidosectionSlider1 .minifotosSlider1 .contenedorminifotosSlider1 {
  display: inline-block;
  position: relative;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.Slider1-wrapper .Slider1 .contenidosectionSlider1 .minifotosSlider1 .contenedorminifotosSlider1 .miniSlider1 {
  display: inline-block;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("");
  cursor: pointer;
  height: 100%;
  width: 20px;
  margin-right: 10px;
  border-radius: 100%;
  overflow: hidden;
}
.Slider1-wrapper .Slider1 .contenidosectionSlider1 .minifotosSlider1 .contenedorminifotosSlider1 .miniSlider1::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.Slider1-wrapper .Slider1 .contenidosectionSlider1 .minifotosSlider1 .contenedorminifotosSlider1 .miniSlider1:hover {
  z-index: 99;
  border-radius: 0;
  border: 0;
  border-radius: 100%;
  overflow: hidden;
  transform: scale(4) translateY(-5px);
  transition-duration: 0.6s;
}
.Slider1-wrapper .Slider1 #prev_sectionSlider1, .Slider1-wrapper .Slider1 #next_sectionSlider1 {
  position: absolute;
  font-size: 1.5em;
  cursor: pointer;
  background-color: transparent;
  color: #012c5f;
  border-radius: 100%;
  padding: 0.1em;
}
.Slider1-wrapper .Slider1 #prev_sectionSlider1:hover, .Slider1-wrapper .Slider1 #next_sectionSlider1:hover {
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.7);
  text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.7);
  text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.7);
  text-shadow: 4px 0px 4px rgba(0, 0, 0, 0.7);
}
.Slider1-wrapper .Slider1 #prev_sectionSlider1 {
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
.Slider1-wrapper .Slider1 #next_sectionSlider1 {
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}
.Slider1-wrapper .Slider1 #imagenessectionSlider1 {
  text-align: center;
  cursor: pointer;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}

/************ MEDIA QUERIES **************/
@media screen and (min-width: 18.75em) and (max-width: 30em) {
  .Slider1content {
    flex-basis: 100%;
  }
  .Slider1-wrapper {
    width: 70%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .Slider1-wrapper .bandaartSlider1 {
    margin-top: 0px;
  }
}
@media screen and (min-width: 30em) and (max-width: 43.75em) {
  .Slider1-wrapper {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .Slider1-wrapper .bandaartSlider1 {
    display: none;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.5em) {
  .Slider1-wrapper {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .Slider1-wrapper .bandaartSlider1 {
    display: none;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 87.5em) {
  .Slider1-wrapper {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .Slider1-wrapper .bandaartSlider1 {
    display: none;
  }
}
@media screen and (min-width: 87.5em) {
  .Slider1-wrapper {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .Slider1-wrapper .bandaartSlider1 {
    display: none;
  }
}
/************ STYLES **************/
/* HTML ELEMENTS */
/************ STYLES **************/
/* HTML ELEMENTS */
/************ SECTIONS **************/
/* SECTION1 */
.section1 {
  display: none;
}

.section1-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: transparent;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("");
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}
.section1-wrapper .bandaarts1 {
  width: 100%;
  height: 42px;
  background-color: green;
  position: relative;
  display: none;
  margin-top: 0px;
  margin-bottom: 0em;
}
.section1-wrapper .bandaarts1 #textosobrebandas1 {
  position: absolute;
  color: white;
  font-size: 0.5em;
  display: inline-block;
  line-height: 42px;
  left: 1%;
  transform: translateX(-1%);
}
.section1-wrapper .sec1-art1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: top;
  flex-wrap: wrap;
  margin: auto;
  padding: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}
.section1-wrapper .linkimagenessection1 .contenidosart1 {
  position: relative;
  box-shadow: none;
  background-color: transparent;
  padding: 0em;
}
.section1-wrapper .linkimagenessection1 .contenidosart1 .cabeceradefoto_s1 {
  display: none;
  width: 100%;
  height: 40px;
  background-color: #73AE2C;
  color: #8D003B;
  line-height: 40px;
  font-size: 0.9em;
  font-family: "";
  text-align: center;
}
.section1-wrapper .linkimagenessection1 .contenidosart1 .imagenessection1, .section1-wrapper .linkimagenessection1 .contenidosart1 .imagenessection1over {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.section1-wrapper .linkimagenessection1 .contenidosart1 .contenidosart1imgover {
  display: none;
}
.section1-wrapper .linkimagenessection1 .contenidosart1:hover .contenidosart1img {
  display: none;
}
.section1-wrapper .linkimagenessection1 .contenidosart1:hover .contenidosart1imgover {
  display: block;
}
.section1-wrapper .bandacontroless1 {
  width: 100%;
  height: 50px;
  background-color: transparent;
  display: block;
}

/************ MEDIA QUERIES **************/
@media screen and (min-width: 18.75em) and (max-width: 30em) {
  .section1 {
    display: inline-block;
    width: 100%;
  }
  .section1 .linkimagenessection1 {
    flex: 0 0 100%;
  }
  .section1 .cabeceradefoto_s1 {
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
  }
  .section1 .bandaarts1 #textosobrebandas1 {
    font-size: 1.1em;
  }
  #bandacontroless1 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 30em) and (max-width: 43.75em) {
  .section1 {
    display: inline-block;
    width: 100%;
  }
  .section1 .linkimagenessection1 {
    flex: 0 0 50%;
  }
  .section1 .cabeceradefoto_s1 {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
  }
  .section1 .bandaarts1 #textosobrebandas1 {
    font-size: 1em;
  }
  #bandacontroless1 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.5em) {
  .section1 {
    display: inline-block;
    width: 100%;
  }
  .section1 .linkimagenessection1 {
    flex: 0 0 50%;
  }
  .section1 .cabeceradefoto_s1 {
    height: 50px;
    line-height: 50px;
    font-size: 1em;
  }
  .section1 .bandaarts1 #textosobrebandas1 {
    font-size: 1.2em;
  }
  #bandacontroless1 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 87.5em) {
  .section1 {
    display: inline-block;
    width: 100%;
  }
  .section1 .linkimagenessection1 {
    flex: 0 0 33%;
  }
  .section1 .cabeceradefoto_s1 {
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
  }
  .section1 .bandaarts1 #textosobrebandas1 {
    font-size: 1.3em;
  }
  #bandacontroless1 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 87.5em) {
  .section1 {
    display: inline-block;
    width: 100%;
  }
  .section1 .linkimagenessection1 {
    flex: 0 0 50%;
  }
  .section1 .cabeceradefoto_s1 {
    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
  }
  .section1 .bandaarts1 #textosobrebandas1 {
    font-size: 1.5em;
  }
  #bandacontroless1 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
/************ STYLES **************/
/* HTML ELEMENTS */
/************ SECTIONS **************/
/* SECTION2 */
.section2 {
  display: none;
}

.section2-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: transparent;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("");
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  width: 100%;
}
.section2-wrapper .bandaarts2 {
  width: 100%;
  height: 42px;
  background-color: green;
  position: relative;
  display: none;
  margin-top: 0px;
  margin-bottom: 0em;
}
.section2-wrapper .bandaarts2 #textosobrebandas2 {
  position: absolute;
  color: white;
  font-size: 0.5em;
  display: inline-block;
  line-height: 42px;
  left: 1%;
  transform: translateX(-1%);
}
.section2-wrapper .sec2-art1 > ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: top;
  flex-wrap: wrap;
  margin: auto;
  padding: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}
.section2-wrapper .linkimagenessection2 .contenidosart2 {
  position: relative;
  box-shadow: none;
  background-color: transparent;
  padding: 0em;
}
.section2-wrapper .linkimagenessection2 .contenidosart2 .cabeceradefoto_s2 {
  display: none;
  width: 100%;
  height: 40px;
  background-color: #73AE2C;
  color: #8D003B;
  line-height: 40px;
  font-size: 0.9em;
  font-family: "";
  text-align: center;
}
.section2-wrapper .linkimagenessection2 .contenidosart2 .imagenessection2, .section2-wrapper .linkimagenessection2 .contenidosart2 .imagenessection2over {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.section2-wrapper .linkimagenessection2 .contenidosart2 .contenidosart2imgover {
  display: none;
}
.section2-wrapper .linkimagenessection2 .contenidosart2:hover .contenidosart2img {
  height: 0px;
}
.section2-wrapper .linkimagenessection2 .contenidosart2:hover .contenidosart2imgover {
  display: block;
}
.section2-wrapper .bandacontroless2 {
  width: 100%;
  height: 50px;
  background-color: transparent;
  display: block;
}

/************ MEDIA QUERIES **************/
@media screen and (min-width: 18.75em) and (max-width: 30em) {
  .section2 {
    display: inline-block;
    width: 100%;
  }
  .section2 .linkimagenessection2 {
    flex: 0 0 100%;
  }
  .section2 .cabeceradefoto_s2 {
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
  }
  .section2 .bandaarts2 #textosobrebandas2 {
    font-size: 1.1em;
  }
  #bandacontroless2 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 30em) and (max-width: 43.75em) {
  .section2 {
    display: inline-block;
    width: 100%;
  }
  .section2 .linkimagenessection2 {
    flex: 0 0 50%;
  }
  .section2 .cabeceradefoto_s2 {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
  }
  .section2 .bandaarts2 #textosobrebandas2 {
    font-size: 1em;
  }
  #bandacontroless2 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.5em) {
  .section2 {
    display: inline-block;
    width: 100%;
  }
  .section2 .linkimagenessection2 {
    flex: 0 0 50%;
  }
  .section2 .cabeceradefoto_s2 {
    height: 50px;
    line-height: 50px;
    font-size: 1em;
  }
  .section2 .bandaarts2 #textosobrebandas2 {
    font-size: 1.2em;
  }
  #bandacontroless2 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 87.5em) {
  .section2 {
    display: inline-block;
    width: 100%;
  }
  .section2 .linkimagenessection2 {
    flex: 0 0 33%;
  }
  .section2 .cabeceradefoto_s2 {
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
  }
  .section2 .bandaarts2 #textosobrebandas2 {
    font-size: 1.3em;
  }
  #bandacontroless2 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 87.5em) {
  .section2 {
    display: inline-block;
    width: 100%;
  }
  .section2 .linkimagenessection2 {
    flex: 0 0 50%;
  }
  .section2 .cabeceradefoto_s2 {
    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
  }
  .section2 .bandaarts2 #textosobrebandas2 {
    font-size: 1.5em;
  }
  #bandacontroless2 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
/************ STYLES **************/
/* HTML ELEMENTS */
/************ SECTIONS **************/
/* SECTION3 */
.section3 {
  display: none;
}

.section3-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: transparent;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("");
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}
.section3-wrapper .bandaarts3 {
  width: 100%;
  height: 42px;
  background-color: green;
  position: relative;
  display: none;
  margin-top: 0px;
  margin-bottom: 0em;
}
.section3-wrapper .bandaarts3 #textosobrebandas3 {
  position: absolute;
  color: white;
  font-size: 0.5em;
  display: inline-block;
  line-height: 42px;
  left: 1%;
  transform: translateX(-1%);
}
.section3-wrapper .sec3-art1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: top;
  flex-wrap: wrap;
  margin: auto;
  padding: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}
.section3-wrapper .linkimagenessection3 .contenidosart3 {
  position: relative;
  box-shadow: none;
  background-color: transparent;
  padding: 0em;
}
.section3-wrapper .linkimagenessection3 .contenidosart3 .cabeceradefoto_s3 {
  display: none;
  width: 100%;
  height: 40px;
  background-color: #73AE2C;
  color: #8D003B;
  line-height: 40px;
  font-size: 0.9em;
  font-family: "";
  text-align: center;
}
.section3-wrapper .linkimagenessection3 .contenidosart3 .imagenessection3, .section3-wrapper .linkimagenessection3 .contenidosart3 .imagenessection3over {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.section3-wrapper .linkimagenessection3 .contenidosart3 .contenidosart3imgover {
  display: none;
}
.section3-wrapper .linkimagenessection3 .contenidosart3:hover .contenidosart3img {
  display: none;
}
.section3-wrapper .linkimagenessection3 .contenidosart3:hover .contenidosart3imgover {
  display: block;
}
.section3-wrapper .bandacontroless3 {
  width: 100%;
  height: 50px;
  background-color: transparent;
  display: block;
}

/************ MEDIA QUERIES **************/
@media screen and (min-width: 18.75em) and (max-width: 30em) {
  .section3 {
    display: inline-block;
    width: 100%;
  }
  .section3 .linkimagenessection3 {
    flex: 0 0 100%;
  }
  .section3 .cabeceradefoto_s3 {
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
  }
  .section3 .bandaarts3 #textosobrebandas3 {
    font-size: 1.1em;
  }
  #bandacontroless3 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 30em) and (max-width: 43.75em) {
  .section3 {
    display: inline-block;
    width: 100%;
  }
  .section3 .linkimagenessection3 {
    flex: 0 0 50%;
  }
  .section3 .cabeceradefoto_s3 {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
  }
  .section3 .bandaarts3 #textosobrebandas3 {
    font-size: 1em;
  }
  #bandacontroless3 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.5em) {
  .section3 {
    display: inline-block;
    width: 100%;
  }
  .section3 .linkimagenessection3 {
    flex: 0 0 50%;
  }
  .section3 .cabeceradefoto_s3 {
    height: 50px;
    line-height: 50px;
    font-size: 1em;
  }
  .section3 .bandaarts3 #textosobrebandas3 {
    font-size: 1.2em;
  }
  #bandacontroless3 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 87.5em) {
  .section3 {
    display: inline-block;
    width: 100%;
  }
  .section3 .linkimagenessection3 {
    flex: 0 0 33%;
  }
  .section3 .cabeceradefoto_s3 {
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
  }
  .section3 .bandaarts3 #textosobrebandas3 {
    font-size: 1.3em;
  }
  #bandacontroless3 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
@media screen and (min-width: 87.5em) {
  .section3 {
    display: inline-block;
    width: 100%;
  }
  .section3 .linkimagenessection3 {
    flex: 0 0 50%;
  }
  .section3 .cabeceradefoto_s3 {
    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
  }
  .section3 .bandaarts3 #textosobrebandas3 {
    font-size: 1.5em;
  }
  #bandacontroless3 {
    width: 100%;
    height: 5px;
    display: none;
  }
}
/************ 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: black;
  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;
  }
}