

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

* {
  box-sizing: border-box;
}

body {
  opacity: 0;
  transition: opacity 1s;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.3vw;
  color: #626262;
  overflow-x: hidden !important;
  outline: 0;
  background-color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  opacity:1;
  width: 100%;
}

@media screen and (max-width: 795px) {
  body {
    font-size: 14px;
    line-height:16px;
  }
}

@media screen and (max-width: 485px) {
  body {
    font-size: 14px;
    line-height:16px;
  }
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-indent: 0;
}

a, a:hover, button {
  text-decoration: none;
  color: inherit;
  outline: 0;
  transition: all 0.3s;
}
h2, h3, h4 { margin:0; padding:0; }
strong {
  font-weight: bold;
}

a[href^="tel"] {
  color: inherit;
}

.slick-slide {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}




.grecaptcha-badge {
  display: none !important;
}

textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}



.whatsappFijo { display:block; position: fixed; bottom: 2vw; right: 2vw; width: 3.87vw; z-index: 99; }
.whatsappFijo img { display:block; width:100%; height:auto; }

header {     display: block; position: fixed; width: 100%; background: #fff; top: 0; left: 0; z-index: 999; height: 13.5vw;   background-image:none;}
/*header.chico { height:9vw; background-image:none;}
header.chico.interna {  background-image: url(../img/fondo-header.jpg); background-repeat: no-repeat; background-position: left bottom; background-size: 100%; height:7.5vw; }*/
header.chico {  background-image: url(../img/fondo-header.jpg); background-repeat: no-repeat; background-position: left bottom; background-size: 100%; height:7.5vw; } 

header .top { display:block; position:relative; width: 100%; padding:0 3.7837837838vw; }
header .top h1 { display: inline-block; float:left; position:relative; overflow:hidden; width:17vw; opacity:0; -webkit-transform: translate3d(-500px, -0, 0); transform: translate3d(-500px, -0, 0); opacity: 0; transition: 1s  .5s;}
.loaded .top h1 { -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0); opacity: 1;  }
header .top h1 img { display:block; width:100%; height:auto; }
header.chico .top h1 { width:11vw; transition:none; }
header.chico.interna .top h1 { width:11vw; }

header .top ul.menu { display:inline-block; float:left; position:relative;  margin-left:4vw; margin-top:3vw; z-index:9999;}
header.chico .top ul.menu { margin-top:1.5vw; transition:none !important;}
header .top .menu li { display:inline-block; float:left; position: relative;  color:#175073; font-size:1.7vw; line-height: 2.7vw; font-weight: 600; text-transform: uppercase; margin-right:1vw; cursor:pointer; }
header .top .menu li:nth-child(1) { -webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); opacity: 0; transition: 1s  .5s; }
.loaded header .top .menu li:nth-child(1) { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);} 
header .top .menu li:nth-child(2) { -webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); opacity: 0; transition: 1s  .7s; }
.loaded header .top .menu li:nth-child(2) { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);} 
header .top .menu li:nth-child(3) { -webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); opacity: 0; transition: 1s  .9s; }
.loaded header .top .menu li:nth-child(3) { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);} 

header .top .menu li:nth-child(4) { -webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); opacity: 0; transition: 1s  1.1s; }
.loaded header .top .menu li:nth-child(4) { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);} 
header .top .menu li:nth-child(5) { -webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); opacity: 0; transition: 1s  1.3s; }
.loaded header .top .menu li:nth-child(5) { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);} 

header .top .menu li:nth-child(6) { -webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); opacity: 0; transition: 1s  1.5s; }
.loaded header .top .menu li:nth-child(6) { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);} 

header .top .menu li a:hover { transition:none !important; }
header .top .menu li.esp, header .top .menu li a:hover, header .top .menu li .sele { color:#2173a6; }
header .top .menu li a:hover, header .top .menu li .sele { color:#00afe9; transition:none !important;}
header .top .menu li.esp:hover { color:#175073; transition:none !important;}

header.interna  { height:7.5vw;}
header.interna .top { padding:0 3.7837837838vw; }
header.interna .top h1 { width:14vw; }
header .top ul.menu { display:inline-block; float:left; position:relative; margin-left:4vw; margin-top:3vw; z-index:9999;}
header.interna .top ul.menu { /*margin-top:2vw;*/ }
header .top .menu li { display:inline-block; float:left; position: relative; color:#175073; font-size:1.7vw; line-height: 2.7vw; font-weight: 600; text-transform: uppercase; margin-right:1vw; cursor:pointer; }

header .top .tickets2 { display:none; }
header.chico .top .tickets2 {     display: block; float: none; position: absolute; overflow: hidden;  background: #00afe9; top: 1.5vw; right: 0; width: 17vw; width:9vw;padding: .5vw 0; padding:1.5vw 0 1.4vw 0; text-align:center; top:0; padding:.5vw 0 1vw 0;}
header.chico.interna .top .tickets2 { /*width:15vw;*/ }
header.chico .top .tickets2 img { display: inline-block; float: left; width: 4vw; height: auto; margin-right: .5vw; margin-left: 1vw; width:6vw; float:none;} 
header.chico .top .tickets2 span { display: inline-block;  color: #fff; text-transform: uppercase; font-weight: 700; font-size: 1.2vw; line-height: 1.2vw; margin-top: 0; position:relative; overflow:hidden; top:-0.5vw; font-size:.99vw; line-height: 1vw; top:0;}
header.chico .top .tickets2 span strong { font-weight: 900; display:block; }

header .top .tickets22 { display:none; }
header.chico .top .tickets22 {     display: block; float: none; position: absolute; overflow: hidden;  background: #737c80; top: 1.5vw; right: 9vw; width: 17vw; width:9vw;padding: .5vw 0; padding:1.5vw 0 .5vw 0; text-align:center; top:0; }
header.chico.interna .top .tickets22 { /*width:15vw;*/ }
header.chico .top .tickets22 img { display: inline-block; float: left; width: 4vw; height: auto; margin-right: .5vw; margin-left: 1vw; width:6vw; float:none; margin-top:-2vw;} 
header.chico .top .tickets22 span { display: inline-block;  color: #fff; text-transform: uppercase; font-weight: 700; font-size: 1.2vw; line-height: 1.2vw; margin-top: 0; position:relative; overflow:hidden; top:-0.5vw;font-size:.99vw; line-height: 1vw; top:-1vw;}
header.chico .top .tickets22 span strong { font-weight: 900;  }

header .top ul.redes { display:inline-block; float:right; position:relative; overflow:hidden; margin-top: 3.4vw;}
header.interna .top ul.redes { margin-top:2.5vw; }
header.chico .top ul.redes { display:none; }
header.chico.interna .top ul.redes { margin-top:2.4vw; }
header .top .redes li { display:inline-block; float:right; position: relative; overflow:hidden; color:#2173a6; font-size:1.7vw; line-height: 1.7vw; font-weight: 600; text-transform: uppercase; margin-right:1vw; cursor:pointer; }
header .top .redes li:first-child { margin-right:0; }
header .top .redes li:hover { color:#175073;  transition:none !important;}
header .top .redes li:nth-child(3) { -webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); opacity: 0; transition: 1s  1.5s; }
.loaded header .top .redes li:nth-child(3) { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);} 
header .top .redes li:nth-child(2) { -webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); opacity: 0; transition: 1s  1.7s; }
.loaded header .top .redes li:nth-child(2) { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);} 
header .top .redes li:nth-child(1) { -webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); opacity: 0; transition: 1s  1.9s; }
.loaded header .top .redes li:nth-child(1) { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);} 

header .linea { display:block; position:relative; overflow:hidden; width:100%; background:#144f74; height:4vw; }
header.chico .linea { height:1.5vw;transition:none !important; display:none; }
header .fondo { display: block; position: absolute; bottom: 0; left: 0; width:100%; height:auto; }

header  .menu li:hover .sub { display:block; opacity: 1; visibility: visible; transition:none !important;}
header  .menu li ul.sub { display:none; position:absolute; overflow:hidden; width:auto; background:#103f5d; padding:1.5vw 1.5vw 1vw 1.5vw; white-space: nowrap; opacity: 0; visibility: hidden; transition: all .5s; top:2.5vw; left:0;  z-index:9999;}
header  .menu li .sub li { display:block; float:none; width: 100%; position:relative; overflow:hidden; margin:0 0 .5vw 0; padding: 0 0 .5vw 0; border-bottom:1px solid #fff; font-size:1.3vw; line-height:1.5vw; font-weight: 400; text-transform: none; color:#fff; border-right:0;}
header  .menu li .sub li a { display:block; position:relative; overflow:hidden; width:100%; }
header  .menu li .sub li:last-child { border:0; margin-bottom:0; padding-bottom:0; }
header  .menu li .sub li:hover { color:#00afe9; }



header  .menu li:hover .sub2 { display:block; opacity: 1; visibility: visible; transition:none !important;}
header  .menu li ul.sub2 { display:none; position:absolute; width:auto; padding:1.5vw 0 0 0; background:transparent; white-space: nowrap; opacity: 0; visibility: hidden; transition: all .5s; top:1vw; left:0;  z-index:9999; width:26vw; }
header  .menu li .sub2 li { display:block; float:none; width: 100%; position:relative; margin:0; padding:0; text-transform: none; color:#fff; border-right:0;opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);}
header  .menu li .sub2 li a { display:block; position:relative; overflow:hidden; width:100%; }
header  .menu li .sub2 li#at1   { background:#175073; }
header  .menu li .sub2 li#at2  { background:#0086b3; }
header  .menu li .sub2 li#at3   { background:#679945; }
header  .menu li .sub2 li#at4  { background:#5c6366; }
header  .menu li .sub2 li a img { display: inline-block; float: left; position:relative; overflow:hidden; width: 5vw; height: auto; }
header  .menu li .sub2 li a h3 {     display: inline-block; float: left; position: relative; overflow: hidden; font-size: 1.2vw; line-height: 1.3vw; color: #fff; font-weight: 600; padding-top: 1.8vw; padding-left:1vw;}
header  .menu li .sub2 li:hover { color:#ccc; }

header  .menu li .sub2 li ul.sub22 { display:none; position:relative; overflow:hidden; width:100%; padding:1vw 1.5vw 1vw 1.5vw; white-space: nowrap; opacity: 0; visibility: hidden; transition: all .5s; background:none !important; }
header  .menu li .sub2 li ul.sub22.abierto { display:block; opacity: 1; visibility: visible; transition:none !important;  }
header  .menu li .sub2 li:nth-child(4) ul.sub22.abierto { display:block; opacity: 1; visibility: visible; transition:none !important;     overflow-y: auto !important;
    height: 28vw !important;}
header  .menu li .sub2 li .sub22 li { display:block; float:none; width: 100%; position:relative; overflow:hidden; margin:0 0 .5vw 0; padding: 0 0 .5vw 4.5vw; border-bottom:1px solid #fff; font-size:1.1vw; line-height:1.3vw; font-weight: 400; text-transform: none; color:#fff; border-right:0; background:none !important;}
header  .menu li .sub2 li .sub22 li a { display:block; position:relative; overflow:hidden; width:100%; }
header  .menu li .sub2 li .sub22 li:last-child { border:0; margin-bottom:0; padding-bottom:0; }
header  .menu li .sub2 li .sub22 li a:hover { color:#ccc !important; }

header .menu li .sub2 li:nth-child(1) .sub22 { background:#0f354d; }
header .menu li .sub2 li:nth-child(2) .sub22 { background:#0f354d; }
header .menu li .sub2 li:nth-child(3) .sub22 { background:#0f354d; }
header .menu li .sub2 li:nth-child(4) .sub22 { background:#0f354d; }

main { display:block; position:relative; overflow:hidden; width:100%; margin-top:13.5vw;}
main.interna { margin-top:7.5vw; }

main .linea { display:block; position:relative; overflow:hidden; width:100%; background:#144f74; height:6vw; }
main .linea .menuIzq { display:block; position:relative;  width:100%; -webkit-transform: translate3d(-1000px, 0, 0); transform: translate3d(-1000px, 0, 0); opacity: 0; transition: 1s  2s; z-index:99;}
.loaded main .linea .menuIzq { opacity:1; -webkit-transform: translate3d(0, -0, 0); transform: translate3d(0, -0, 0);}
main .linea .tituloSeccion { display:inline-block; float:left; position:relative; overflow:hidden; color:#fff; font-weight: 500; text-transform: uppercase; font-size:2.2vw; line-height: 2.4vw; margin:1.2vw 0 0 7.4474474474vw; padding-left:1vw;}
main .linea .tituloSeccion::before { content: "\f0da"; font-family: FontAwesome; position: absolute; top: 0vw; left: 0; font-size: 2vw; color: #fff; z-index: 1;width:1vw; }
main .linea .tituloSeccion span { font-size: 1.1vw; line-height: 1.3vw; vertical-align: top; padding: 1vw; display: inline-block; position: relative; overflow: hidden; border-left: 1px solid #fff; margin-left: 1vw; }
main .linea .menuIzq .tickets { display: inline-block; float:right; position: relative; overflow: hidden; vertical-align:top; background: #00afe9; margin: 0; padding: .745vw 3.57vw; width:25%;}
main .linea .menuIzq .tickets img { display:inline-block; float:left; width:6.2462462462vw; height:auto; margin-right:.5vw; }
main .linea .menuIzq .tickets span { display: inline-block; float: left; margin-right: .5vw; color: #fff; text-transform: uppercase; font-weight: 700; font-size: 1.6vw; line-height: 1.6vw; margin-top:.3vw;}
main .linea .menuIzq .tickets span strong { display: block;font-weight: 900; font-size: 1.7vw; }
main .linea .menuIzq .tickets p { display: inline-block; float: left; color: #fff; text-transform: uppercase; font-size: .8vw; line-height: 1vw; font-weight: 400; margin-top:.5vw;}
main .linea .menuIzq .tickets:hover { background:#737c80; }



main .fondo { display: block; position: absolute; bottom: 0; left: 0; width:100%; height:auto; }

footer { display: block; position: relative; overflow: hidden; width: 100%; padding: 3.5vw 7.4474474474vw 2vw 7.4474474474vw; }
footer.interna  { background-image: url(../img/fondo-header.jpg); background-repeat: no-repeat; background-position: left top; background-size: 100%;}
footer h1 { display: inline-block; float:left; width:13.9339339339vw; margin-right:6.9vw; }
footer h1 img { display: block; width:100%; height:auto; }
footer ul.datos { display:inline-block; float:left; position:relative; overflow:hidden; }
footer .datos li { display: inline-block; float: left; position: relative; overflow: hidden; margin-right:9vw; }
footer .datos li h3 { display:block; color:#175073; font-size:1.3vw; line-height: 1.5vw; font-weight: 700; text-transform: uppercase;}
footer .datos li ol { display:inline-block; float:left; position:relative; overflow:hidden; width:100%; margin:0; margin-top:.5vw; padding:0; }
footer .datos li ol li { display:block; float: none; position: relative; overflow: hidden; margin-right:0; color:#175073; font-size:1.1vw; line-height: 1.3vw; font-weight: 400; cursor:pointer;}
footer .datos li ol li a:hover { color:#0099cc; }

footer ul.redes { display:inline-block; float:right; position:relative; overflow:hidden; margin-top: -.2vw;}
footer .redes li { display:inline-block; float:right; position: relative; overflow:hidden; color:#175073; font-size:1.5vw; line-height: 1.7vw; font-weight: 600; text-transform: uppercase; margin-right:1vw; cursor:pointer; }
footer .redes li:first-child { margin-right:0; }
footer .redes li:hover { color:#2173a6; }
footer .osmosis { display: block; position: absolute; overflow: hidden; top:9.3vw; right: 7.4474474474vw; color: #175073; font-size: 1.1vw; line-height: 1.3vw; font-weight: 400; }
footer .osmosis span { font-weight: 700; }
footer .osmosis:hover { color:#0099cc;  }

