@font-face {
font-family: Renogare;
src: url(../fuente/renogare.ttf);
}

@font-face {
font-family: Konkret;
src: url(../fuente/konkret-grotesk-pro-medium.ttf);
}

@font-face {
font-family: KonkretBold;
src: url(../fuente/konkret-grotesk-pro-extrabold.ttf);
}



/*! 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: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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: 'Renogare', sans-serif;
  font-weight: 400;
  font-size: .88vw;
  line-height: 1vw;
  color: #263d80;
  overflow-x: hidden;
  outline: 0;
  background-color: #fff;
  overflow-x: hidden !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
  
}

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


body.loaded {
  opacity: 1;
}

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

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


body {  }

header { display:block; position:fixed; top:0; left:0; width:100vw; padding:0; height:3vw; z-index:99;}
header .hamburguer { display:block; position:absolute; top:0; right:7.1428571429vw; cursor:pointer; z-index:99;} 
header .hamburguer .fa { font-size:2vw; color:#fff; background:#a21446; padding:1vw 1.5vw;  }
header .hamburguer .fa-times { display:none; }
header .hamburguer .fa-times.activo { display:block; padding:1vw 1.6vw;}
header .hamburguer .fa-bars { display:none; }
header .hamburguer .fa-bars.activo { display:block; }

header .hamburguer:hover { background:#a21446; }
header .top { display:block; position:relative; overflow:hidden; width:100vw;  -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); opacity: 0; transition:all .5s;  background:#fff; padding:0 11.9vw 0 7.1428571429vw; z-index:0; }
header .top.activo {  -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.medios header .top {   background:#ccc;}

header .top .telefono { display:inline-block; float:left; position:relative; overflow:hidden; font-family:"Open Sans", sans-serif; color:#000a66; font-size:1.3vw; line-height:1.5vw; font-weight: 700; margin-top:1.1vw; }
header .top .whatsapp { display:inline-block; float:left; position:relative; overflow:hidden; font-family:"Open Sans", sans-serif; color:#000a66; font-size:1.3vw; line-height:1.5vw; font-weight: 700; margin-top:1.1vw; margin-left:1vw;}
header .top .whatsapp .fa { color:#00e585; }
header .top .telefono:hover { color:#ec6e2a; }
header .top .whatsapp:hover { color:#ec6e2a; }

header .top .instagram { display:inline-block; float:left; position:relative; overflow:hidden; font-family:"Open Sans", sans-serif; color:#000a66; font-size:1.3vw; line-height:1.7vw; font-weight: 700; margin-top:1.1vw; margin-left:1vw;}
header .top .instagram .fa { color:#00e585; }
header .top .instagram:hover { color:#ec6e2a; }
header .top .instagram:hover { color:#ec6e2a; }

header .top ul.menu { display:inline-block; float:right; position:relative; overflow:hidden; margin-top:1.1vw;}
header .top .menu li { display:inline-block; float:left; position:relative; overflow:hidden; color:#4c4c4c; text-transform: uppercase; font-family: "Open Sans", sans-serif; font-size:1.3vw; line-height:1.5vw; border-right:2px solid #4c4c4c; margin-right:.5vw; padding:0vw .5vw 0vw 0; font-weight: 700; cursor:pointer;}
header .top .menu li:last-child { padding-right:0;  border:0; margin-right:1vw;}
header .top .menu li:hover, header .top .menu li.sele { color:#000a66; }


header .top #comprarMenu { display:inline-block; float:right; position:relative; overflow:hidden; color:#fff; font-size:1.3vw; line-height: 1.5vw; text-transform: uppercase;font-weight: 700; background:#000a66; padding:1.25vw 1vw; cursor:pointer;}
header .top #comprarMenu:hover { background:#a21446; }

#home { display:block;  width:100vw;  overflow:hidden; z-index:0; position:relative; height:48vw; margin-top:-1vw;}

#home .izquierda { display:block; position:absolute; top:23vw; left:3vw; font-size:2.5vw; color:#fff; cursor:pointer; z-index:99;}
#home .derecha { display:block; position:absolute; top:23vw; right:3vw; font-size:2.5vw; color:#fff; cursor:pointer; z-index:99;}
#home .izquierda:hover, #home .derecha:hover { color:#000a66; }

#home ul { display:block; position:relative; overflow:hidden; width:100%;height:48vw;  }
#home ul li { display:inline-block; float:left; position:relative; overflow:hidden; width:100%;height:48vw !important;padding:1vw 7.1428571429vw 1vw 0; height:46.6vw; }


#home ul li  .premio { display: block; position: absolute; width: 9vw; top: 7.7vw; right: 12.7vw; }
#home ul li { background-image: linear-gradient(to bottom, #a5a5a5, #b0b0b0, #bbbbbb, #c6c6c6, #d1d1d1); }
#home ul li.par { background-image: linear-gradient(to right, #991949, #991949, #991a49, #9a1a4a, #9a1a4a); }
#home ul li.par2 { background:#fed26f; }

#home ul li  .premioTit { display: block; position: absolute; color: #fff; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #e95300; font-weight: 400; top: 7.7vw;
    right: 21.7vw; }
#home ul li  .grande { display: block; position: absolute; top: 6.5vw; left: 24.047619048vw; width: 22.44vw; height: auto; z-index: 9;}
#home ul li  .chico { display: block; position: absolute; top: 9.5vw; left: 9.0357142857vw; width: 18.80952381vw; height: auto; z-index: 5; }
#home ul li  .datos { display: block; position: absolute; top: 13.5vw; left: 45.4vw; } 
#home ul li  .datos h2 { display: block; color: #fff; text-transform: uppercase; font-size: 2.6vw; line-height: 2.6vw; padding: 1vw 1vw .5vw 1vw; background: #edbe54;  font-weight: 400; position:relative; overflow:hidden; margin:0; width:17vw; margin-bottom: .2vw;font-family: "Open Sanz", sans-serif;
    font-weight: 700;}
#home ul li  .datos h3 { display: block; color: #fff; text-transform: uppercase; font-size: 2.6vw; line-height: 2.6vw; padding: 1vw 1vw .5vw 1vw; background: #edbe54;  font-weight: 400; width:42vw; position:relative; overflow:hidden; margin:0; margin-bottom: .2vw;font-family: "Open Sanz", sans-serif;
    font-weight: 700;}
#home ul li  .datos h4 { display: inline-block; color: #fff; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #e95300;  font-weight: 400; position:relative; overflow:hidden; margin:0; margin-top:1vw; cursor:pointer; margin-right:0; float:left;}
#home ul li  .datos h5 { display: inline-block; color: #000; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #cfcfcf;  font-weight: 400; position:relative; overflow:hidden; margin:0; margin-top:1vw; margin-left:0;}
#home ul li  .datos h6 { display: inline-block; clear:both; color: #fff; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #000a66;  font-weight: 400; position:relative; overflow:hidden; margin:.7vw 0 0 0;  margin-left:0;}
#home ul li  .datos h6:hover { background:#e95300; }

#home ul li  .datos h4:hover { background:#000a66; }

#home ul li  .datos2 { display:block; position:absolute; bottom:2vw; left:0; width:100vw; padding:0 7.1428571429vw; padding:0; }
#home ul li  .datos2 p { display:inline-block; float:left; position:relative; overflow:hidden; width:73.035714286vw; font-size:.8vw; line-height:1vw; text-align:right; color:#575756; font-family: "Open Sans", sans-serif; padding-right: 1vw; margin-right: 1vw; border-right: 1px solid #575756; padding-top: 1.5vw; padding-bottom: 1.5vw; font-family: "Konkret", sans-serif;}
#home ul li  .datos2 h2 { display:inline-block; float:left; position:relative; overflow:hidden;  font-size:.8vw; line-height:1vw; text-align:left; color:#575756; font-family: "Open Sans", sans-serif; font-weight: 700; text-transform: uppercase; margin-top:1.6vw; font-family: "Konkret", sans-serif;}

#home ul li.par h3 { display: inline-block; float: left; position: relative;  text-transform: uppercase; font-size: 2.6vw; line-height: 2.6vw; color: #fff; font-style: italic; font-family: "Open Sanz", sans-serif; width: 35.7vw; margin-top: 16.6vw; text-align: right; border-bottom: 4px solid #fff; padding-bottom: 1vw; }
#home ul li.par h3 span { display:block; }
#home ul li.par .libro { display: inline-block; float: left; position: relative; overflow: hidden; width: 37.20vw; height: auto; }
#home ul li.par .datos {display: block; position: absolute; top: 18.5vw; left: 71.4vw; }
#home ul li.par .datos h4 { display: inline-block; color: #1d1d1b; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #fcd16d; font-weight: 400; position: relative; overflow: hidden; margin: 0; margin-top: 1vw; cursor: pointer; margin-right: 0; float: left; }
#home ul li.par  .datos h4:hover { background:#1d1d1b; color:#fcd16d;}
#home ul li.par .datos h5 {display: inline-block; color: #9d1a48; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #fff; font-weight: 400; position: relative; overflow: hidden; margin: 0; margin-top: 1vw; margin-left: 0; }
#home ul li.par .datos h6 {display: inline-block; clear: both; color: #fff; text-transform: uppercase; font-size: 1.2vw; line-height: 1.3vw;  padding: 0;background: none; font-weight: 400; position: relative; overflow: hidden; margin: .7vw 0 0 0; margin-left: 0; }
#home ul li.par .datos h6 a:hover { color:#fcd16d; }

#home ul li.par2 h3 { display: inline-block; float: left; position: relative;  text-transform: uppercase; font-size: 2.6vw; line-height: 2.6vw; color: #1d1d1b; font-style: italic; font-family: "Open Sanz", sans-serif; width: 35.7vw; margin-top: 19.6vw; text-align: right; border-bottom: 4px solid #1d1d1b; padding-bottom: 1vw; }
#home ul li.par2 h3 span { display:block; }
#home ul li.par2 .libro { display: inline-block; float: left; position: relative; overflow: hidden; width: 24.72vw; height: auto; margin-top: 4vw; }
#home ul li.par2 .datos {display: block; position: absolute; top: 4.5vw; left: 62.4vw; top:7.5vw;}
#home ul li.par2 .datos .frase { width:26vw; height:auto; }
#home ul li.par2 .datos h4 { display: inline-block; color: #fff; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #9d1a48; font-weight: 400; position: relative; overflow: hidden; margin: 0; margin-top: 3vw; cursor: pointer; margin-right: 0; float: left; }
#home ul li.par2  .datos h4:hover { background:#fff; color:#9d1a48;}
#home ul li.par2 .datos h5 {display: inline-block; color: #9d1a48; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #fff; font-weight: 400; position: relative; overflow: hidden; margin: 0; margin-top: 3vw; margin-left: 0; }
#home ul li.par2 .datos h6 {display: inline-block; clear: both; color: #9d1a48; text-transform: uppercase; font-size: 1.2vw; line-height: 1.3vw;  padding: 0;background: none; font-weight: 400; position: relative; overflow: hidden; margin: .7vw 0 0 0; margin-left: 0; }
#home ul li.par2 .datos h6 a:hover { color:#1d1d1b; }

#logo { display:block; position:relative; overflow:hidden; width:100vw; background:#565655; padding:0 7.1428571429vw 1vw 7.1428571429vw; }
#logo h1 img { display:inline-block; float:left; width:16.440476vw; height:auto; }
#logo h2 { display:inline-block; float:left; position:relative; overflow:hidden; color:#fff; text-transform: uppercase; font-size:1vw; line-height:1.2vw; margin-left: 3vw; border-left: 1px solid #fff; padding: 1vw 0 1vw 3vw; font-family: "Konkret", sans-serif;}

#frases {display: block; position: relative;  overflow: hidden; background: #cfcfcf; width:100vw; padding:3vw 7.1428571429vw; }
#frases .izquierda { display:block; position:absolute; top:5vw; left:7.1428571429vw; font-size:2.5vw; color:#fff; cursor:pointer; }
#frases .derecha { display:block; position:absolute; top:5vw; right:7.1428571429vw; font-size:2.5vw; color:#fff; cursor:pointer; }
#frases .izquierda:hover, #frases .derecha:hover { color:#000a66; }

#frases ul { display:block; position:relative; overflow:hidden; width:80%; margin:0 auto; }
#frases ul li { display:inline-block; float:left; position:relative; overflow:hidden; width:100%; text-align:center;}
#frases ul li:last-child { margin-right:0; }
#frases ul li h3 { display: block; color: #677070; text-transform: uppercase; font-family: "Open Sans", sans-serif; font-size: 1.3vw; line-height: 1.5vw; font-weight: 700; margin-bottom: 0; position: relative; overflow: hidden;font-family: "Konkret", sans-serif;}
#frases ul li h4 { display: block; color: #677070; font-family: "Open Sans", sans-serif; font-size: 1.1vw; line-height: 1.3vw; font-weight: 700; margin-bottom: .5vw; position: relative; overflow: hidden;font-family: "Konkret", sans-serif; }

#frases ul li p { display: block; font-size: 1vw; line-height: 1.2vw; font-family: "Open Sans", sans-serif; color: #575756; font-family: "Konkret", sans-serif;}

#el-libro { display:block; position:relative; overflow:hidden; width:100vw; background:#fff; padding:2vw 0; }
#el-libro .soloMobile { display:none; }
#el-libro .arriba { display:block; position:relative; overflow:hidden; width:100%; padding:0 7.1428571429vw 0 0; }
#el-libro .arriba a { display:inline-block; float:left; position:relative; overflow:hidden; text-transform: uppercase; color:#fff; background:#e95300; padding:.7vw 1vw .5vw 7.1428571429vw; font-size:1.3vw; line-height:1.5vw; width:23.8vw; text-align:center; cursor:pointer; margin-top:2vw; background: #fcd16d;}
#el-libro .arriba a:hover { background:#a21446; }
#el-libro .arriba h2 { display:inline-block; float:left; position:relative; overflow:hidden; color:#4d4d4d; text-transform: uppercase; font-size:1.6vw; line-height:1.8vw; line-height:2.8vw; margin-left: 3vw; border-left:1px solid #cfcfce; padding: 1.8vw 0 1vw 3vw; font-family: "KonkretBold", sans-serif;}
#el-libro .arriba h2 span { color:#a31547; }
#el-libro ul { display:block; position:relative; overflow:hidden; width:100%; margin-top:1vw; padding:0 7.1428571429vw 0 0; }
#el-libro ul li {  display:block; position:relative; overflow:hidden; width:100%; margin-bottom:1vw; }
#el-libro ul li h2 { display: inline-block; float: left; position: relative; overflow: hidden; text-align: center; width: 19vw; color: #4c4c4c; font-size: 1.3vw; line-height: 1.5vw; margin-top: 2.5vw; font-family: "KonkretBold", sans-serif; background: #a21446; color: #fff; padding: .5vw 1vw; margin-left:4.8vw;}
#el-libro ul li img { display: inline-block; float:left; position:relative; overflow:hidden; width:8.630952381vw; height:auto; margin: 0 4vw; }
#el-libro ul li p { display: inline-block; float:left; position:relative; overflow:hidden; font-size:1vw; line-height:1.2vw; color:#575756; font-family: "Open Sans", sans-serif; width:49.357143vw; margin-top:2vw;font-family: "Konkret", sans-serif;border-left: 1px solid #cfcfce; margin-left: 3vw; padding: 1vw 1vw 1vw 3vw;}

#el-libro .abajo { display:block; position:relative; overflow:hidden; width:100%; margin-top:2vw; background:#cfcfcf;padding:0 7.1428571429vw 1vw 7.1428571429vw; }
#el-libro .abajo a { display:inline-block; float:left; position:relative; overflow:hidden; text-transform: uppercase; color:#fff; background:#e95300; padding:.7vw 1vw .5vw 1vw; font-size:1.3vw; line-height:1.5vw; width:16.440476vw; text-align:center; cursor:pointer; margin-top:2vw;color: #1d1d1b;
    background: #fcd16d;}
#el-libro .abajo a:hover { background:#a21446; }
#el-libro .abajo .mercadopago { display:inline-block; float:left; position:relative; overflow:hidden; width:17.857142857vw; height:auto; margin-left: 3vw; border-left: 1px solid #cfcfce; padding: 0 0 0 3vw;  margin-top:1vw;}
#el-libro .abajo .paypal { display:inline-block; float:left; position:relative; overflow:hidden; width:15vw; height:auto; margin-left: 2vw; margin-top:1vw;}



#home2 { display:block;  width:100vw; padding:1vw 7.1428571429vw 1vw 7.1428571429vw; overflow:hidden; z-index:0; position:relative; background-image:url(../img/fondo.jpg); background-repeat:no-repeat; background-position: center -3vw; background-size:cover; height:46.6vw; }
#home2 .premio { display: block; position: absolute; width: 9vw; top: 7.7vw; right: 12.7vw; }
#home2 .premioTit { display: block; position: absolute; color: #fff; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #e95300; font-weight: 400; top: 7.7vw;
    right: 21.7vw; }
#home2 .grande { display: block; position: absolute; top: 6.5vw; left: 24.047619048vw; width: 22.44vw; height: auto; z-index: 9; }
#home2 .chico { display: block; position: absolute; top: 9.5vw; left: 9.0357142857vw; width: 18.80952381vw; height: auto; z-index: 5; }
#home2 .datos { display: block; position: absolute; top: 13.5vw; left: 45.4vw; } 
#home2 .datos h2 { display: block; color: #fff; text-transform: uppercase; font-size: 2.6vw; line-height: 2.6vw; padding: 1vw 1vw .5vw 1vw; background: #000;  font-weight: 400; position:relative; overflow:hidden; margin:0; width:17vw;}
#home2 .datos h3 { display: block; color: #fff; text-transform: uppercase; font-size: 2.6vw; line-height: 2.6vw; padding: 1vw 1vw .5vw 1vw; background: #000;  font-weight: 400; width:42vw; position:relative; overflow:hidden; margin:0;}
#home2 .datos h4 { display: inline-block; color: #fff; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #e95300;  font-weight: 400; position:relative; overflow:hidden; margin:0; margin-top:1vw; cursor:pointer; margin-right:0; float:left;}
#home2 .datos h5 { display: inline-block; color: #000; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #cfcfcf;  font-weight: 400; position:relative; overflow:hidden; margin:0; margin-top:1vw; margin-left:0;}
#home2 .datos h6 { display: inline-block; clear:both; color: #fff; text-transform: uppercase; font-size: 1.3vw; line-height: 1.3vw; padding: .8vw 1vw .5vw 1vw; background: #000a66;  font-weight: 400; position:relative; overflow:hidden; margin:.7vw 0 0 0;  margin-left:0;}
#home2 .datos h6:hover { background:#e95300; }

#home2 .datos h4:hover { background:#000a66; }

#home2 .datos2 { display:block; position:absolute; bottom:2vw; left:0; width:100vw; padding:0 7.1428571429vw; }
#home2 .datos2 p { display:inline-block; float:left; position:relative; overflow:hidden; width:73.035714286vw; font-size:.8vw; line-height:1vw; text-align:right; color:#fff; font-family: "Open Sans", sans-serif; padding-right: 1vw; margin-right: 1vw; border-right: 1px solid #fff; padding-top: 1.5vw; padding-bottom: 1.5vw; }
#home2 .datos2 h2 { display:inline-block; float:left; position:relative; overflow:hidden;  font-size:.8vw; line-height:1vw; text-align:left; color:#fff; font-family: "Open Sans", sans-serif; font-weight: 700; text-transform: uppercase; margin-top:1.6vw; }

#frases2 {display: block; position: relative;  overflow: hidden; background: #cfcfcf; width:100vw; padding:3vw 7.1428571429vw; }
#frases2 .izquierda { display:block; position:absolute; top:5vw; left:7.1428571429vw; font-size:2.5vw; color:#fff; cursor:pointer; }
#frases2 .derecha { display:block; position:absolute; top:5vw; right:7.1428571429vw; font-size:2.5vw; color:#fff; cursor:pointer; }
#frases2 .izquierda:hover, #frases2 .derecha:hover { color:#000a66; }

#frases2 ul { display:block; position:relative; overflow:hidden; width:80%; margin:0 auto; }
#frases2 ul li { display:inline-block; float:left; position:relative; overflow:hidden; width:100%; text-align:center;}
#frases2 ul li:last-child { margin-right:0; }
#frases2 ul li h3 { display: block; color: #677070; text-transform: uppercase; font-family: "Open Sans", sans-serif; font-size: 1.3vw; line-height: 1.5vw; font-weight: 700; margin-bottom: 0; position: relative; overflow: hidden; }
#frases2 ul li h4 { display: block; color: #677070; font-family: "Open Sans", sans-serif; font-size: 1.1vw; line-height: 1.3vw; font-weight: 700; margin-bottom: .5vw; position: relative; overflow: hidden; }

#frases2 ul li p { display: block; font-size: 1vw; line-height: 1.2vw; font-family: "Open Sans", sans-serif; color: #575756; font-style:italic;}

#el-libro2 { display:block; position:relative; overflow:hidden; width:100vw; background:#fff; padding:2vw 0; }
#el-libro2 .soloMobile { display:none; }
#el-libro2 .arriba { display:block; position:relative; overflow:hidden; width:100%; padding:0 7.1428571429vw 0 7.1428571429vw; }
#el-libro2 .arriba a { display:inline-block; float:left; position:relative; overflow:hidden; text-transform: uppercase; color:#fff; background:#e95300; padding:.7vw 1vw .5vw 1vw; font-size:1.3vw; line-height:1.5vw; width:16.440476vw; text-align:center; cursor:pointer; margin-top:2vw;}
#el-libro2 .arriba a:hover { background:#000a66; }
#el-libro2 .arriba h2 { display:inline-block; float:left; position:relative; overflow:hidden; color:#4d4d4d; text-transform: uppercase; font-size:1.6vw; line-height:1.8vw; margin-left: 3vw; border-left: 1px solid #4d4d4d; padding: 1vw 0 1vw 3vw; }
#el-libro2 .arriba h2 span { color:#e95300; }
#el-libro2 ul { display:block; position:relative; overflow:hidden; width:100%; margin-top:4vw; padding:0 7.1428571429vw 0 7.1428571429vw; }
#el-libro2 ul li {  display:block; position:relative; overflow:hidden; width:100%; margin-bottom:1vw; }
#el-libro2 ul li h2 { display: inline-block; float:left; position:relative; overflow:hidden; text-align:right; width:10.642857vw; color:#4c4c4c; text-transform: uppercase; font-size: 1.3vw; line-height:1.5vw; margin-top:2.5vw;}
#el-libro2 ul li img { display: inline-block; float:left; position:relative; overflow:hidden; width:8.630952381vw; height:auto; margin: 0 4vw; }
#el-libro2 ul li p { display: inline-block; float:left; position:relative; overflow:hidden; font-size:1vw; line-height:1.2vw; color:#575756; font-family: "Open Sans", sans-serif; width:49.357143vw; margin-top:2vw;}

#el-libro2 .abajo { display:block; position:relative; overflow:hidden; width:100%; margin-top:2vw; background:#cfcfcf;padding:0 7.1428571429vw 1vw 7.1428571429vw; }
#el-libro2 .abajo a { display:inline-block; float:left; position:relative; overflow:hidden; text-transform: uppercase; color:#fff; background:#e95300; padding:.7vw 1vw .5vw 1vw; font-size:1.3vw; line-height:1.5vw; width:16.440476vw; text-align:center; cursor:pointer; margin-top:2vw;}
#el-libro2 .abajo a:hover { background:#000a66; }
#el-libro2 .abajo .mercadopago { display:inline-block; float:left; position:relative; overflow:hidden; width:17.857142857vw; height:auto; margin-left: 3vw; border-left: 1px solid #fff; padding: 0 0 0 3vw;  margin-top:1vw;}
#el-libro2 .abajo .paypal { display:inline-block; float:left; position:relative; overflow:hidden; width:15vw; height:auto; margin-left: 2vw; margin-top:1vw;}



#quienes-somos { display:block; position:relative; overflow:hidden; width:100vw; background:#fff; padding:2vw 0; min-height:50vw;}
#quienes-somos .foto { display: block; position: absolute; top: 3vw; left: 19.64vw; width: 26.7vw; height: 26.7vw; z-index: 5;z-index: 91;}
#quienes-somos .foto2 { display: block; position: absolute; top: 3vw; right: 19.64vw; width: 26.7vw; height: 26.7vw; z-index: 5;z-index: 91; border-radius:50%;}
#quienes-somos .linea { display: block; position: absolute; width: 100%; background: #474852; height: 3.2vw; top: 18vw; }

#quienes-somos h2 { display: block; position: absolute; top: 7vw; left: 46vw; text-transform: uppercase; font-size:1vw; line-height:1.4vw; color:#4c4c4c; }
#quienes-somos h2 span { color:#000a66; font-size:2vw; line-height: 2.4vw; }
#quienes-somos h2 strong { color:#a2a2a2; font-weight: 400; }
#quienes-somos .cuerpo {display: block; position: relative; overflow: hidden; margin-top: 20.5vw;; z-index: 9; width: 100%; height: auto; padding-top: 8vw; padding-top: 11vw; background: #cfcfce; overflow: hidden; border-top: 1.6vw solid #707979; padding: 12vw 13.6904761905vw 5vw 13.6904761905vw;}
#quienes-somos .cuerpo .izq, #quienes-somos .cuerpo .der { display: inline-block; float:left; position: relative; overflow: hidden;  width: 46%; padding:1vw 0; }
#quienes-somos .cuerpo .izq h3 { display:block; color:#575756; text-transform: uppercase; font-family: "Konkret", sans-serif font-size:1.3vw; line-height: 1.5vw; font-weight: 700; margin-bottom:0;}
#quienes-somos .cuerpo .izq p { display:block; font-size:.8vw; line-height:1vw; font-family: "Konkret", sans-serif; color:#575756; margin-top:.5vw;font-size: 1vw;
    line-height: 1.4vw;}



#quienes-somos .cuerpo .izq { border-right:1px solid #9fa4a3; padding-right:3%; margin-right:3%;}
#quienes-somos .cuerpo .der h3 { display:block; color:#575756; text-transform: uppercase; font-family: "Konkret", sans-serif font-size:1.3vw; line-height: 1.5vw; font-weight: 700; margin-bottom:0; } }
#quienes-somos .cuerpo .der h3 span { display: inline-block; float: left; margin-top: .5vw; }
#quienes-somos .cuerpo .der p {  display:block; font-size:.8vw; line-height:1vw; font-family: "Konkret", sans-serif; color:#575756; margin-top:.5vw; font-size: 1vw;
    line-height: 1.4vw;}

#quienes-somos ul { display: block; position: relative; overflow: hidden; width: 100%; margin-top: 3vw; clear: both; padding-top: 3vw; }

#quienes-somos .cuerpo .cen { display: block; position: absolute; top: ; z-index: 9999;  width:26.19047619vw; left:41.666666667vw;}
#quienes-somos ul li { display:block; position:relative; overflow:hidden; width:100%; margin-bottom:1vw; }
#quienes-somos ul li h3 { display: inline-block; color: #575756; text-transform: uppercase; font-family: "KonkretBold", sans-serif; font-size: 1.3vw; line-height: 1.5vw; font-weight: 700; margin-bottom: .5vw; position: relative; overflow: hidden; float: left; width: 22vw; border-right: 1px solid #9fa4a3; padding: 1vw 0;
    margin-right: 2vw;}
#quienes-somos ul li  h3 img { display: inline-block; width: 4.3vw; height: auto; margin-right: 1vw; vertical-align: top; float: left; }
#quienes-somos ul li  h3 span { display: inline-block; float: left; margin-top: .5vw; }
#quienes-somos ul li  p { display:inline-block; float:left; font-size:1vw; line-height:1.4vw; font-family: "Konkret", sans-serif; color:#575756; margin-top: .5vw;
    width: 45vw;}

.circle-text {width:20%; display: inline-block; float:left; margin-right: 1vw; vertical-align: top; }
.circle-text:after {content: ""; display: block; width: 100%; height:0; padding-bottom: 100%; background: #fff; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.circle-text div {float:left; width:100%; padding-top:50%; line-height:1.4vw; margin-top:-0.5em; text-align:center; font-size:1.4vw; font-family: "Open Sans", sans-serif; color:#677070; }


 .banners { display:block; position:relative; overflow:hidden; width:100%; margin:2vw auto 4vw auto; text-align:center; }
 .banners .banner1 { display:inline-block;position:relative; overflow:hidden; width:41.5vw; margin-right:3vw;}
 .banners .banner1 img { display:block; width: 100%; height:auto; }
 .banners .banner2 { display:inline-block; position:relative; overflow:hidden; width:41.5vw; }
 .banners .banner2 img { display:block; width: 100%; height:auto; }

#comprar { display:block; position:relative; overflow:hidden; width:100vw; background:#fff; margin: 2vw 0 4vw 0; padding: 2vw 0 4vw 0;}
#comprar .datos { display: inline-block; float:left; position: relative; overflow:hidden; margin-top:3vw; margin-left:-.8vw;} 
#comprar .datos h2 { display: table;  color: #1d1d1b; text-transform: uppercase; font-size: 1.7vw; line-height: 1.9vw; padding: .5vw 2vw .5vw 2vw; background: #d0d0cf;  font-weight: 400; position:relative; overflow:hidden; margin:0; font-family: "Open Sans", sans-serif; font-weight: 700;  margin-bottom:.3vw;}
#comprar .datos h3 { display: table; color: #fff; text-transform: uppercase; font-size: 1.7vw; line-height: 1.9vw; padding: .5vw 2vw .5vw 2vw; background: #d0d0cf;  font-weight: 400; position:relative; overflow:hidden; margin:0; text-align: left; font-family: "Open Sans", sans-serif; font-weight: 700; color:#1d1d1b; margin-bottom:.3vw;}

#comprar .datos .h5descarga { display: block;  color: #1d1d1b; text-transform: uppercase; font-size: 1.7vw; line-height: 1.9vw; padding: .5vw 1vw 0vw 1vw; background: #e95300;  font-weight: 400; position:relative; overflow:hidden; margin:0; width:21vw; cursor:pointer;}
#comprar .datos p { display:block; color:#484953; font-family: "Open Sans", sans-serif; font-size:1.2vw; line-height:1.4vw; font-style: italic; font-weight:500; margin-top:.5vw;float: right;
    padding-right: 3.2vw; }
#comprar .datos p.pri { margin-top: 2vw;
    margin-bottom: 2vw;
    line-height: 1.6vw;
    font-weight: 700; }
#comprar .datos #segundo { margin-top:2vw; }
#comprar .datos .h5descarga:hover { background:#000a66; }



#comprar .libro { display: inline-block; float: left; position: relative; overflow: hidden; width: 16.7vw; height: auto; vertical-align: top; margin-left:7.1428571429vw; }
#comprar .libro2 { display: inline-block; float: left; position: relative; overflow: hidden; width: 16.7vw; height: auto; vertical-align: top; margin-left:1vw; }

#comprar .datos .mercadopago { display: inline-block; float: left; width: 15.7vw; height: auto; margin: 3vw 0 0 1vw; }
#comprar .datos .paypal { display: inline-block; float: left; width: 15.7vw; height: auto; margin: 3vw 0 0 2vw; }
#comprar .der { display: block; position:relative; overflow:hidden; float: none; width: 100%; padding: 4vw 7.1428571429vw;}
#comprar .der h2 { display:block; color:#393939; text-transform: uppercase; font-size:1.5vw; line-height: 2.2vw; font-family: "Open Sans", sans-serif; font-weight: 700; }
#comprar .der h2 span { margin-left:.5vw; font-weight: 400; }
#comprar .der p { display: block; color: #474852; font-size: 1vw; line-height: 1.2vw; font-family: "Open Sans", sans-serif; margin: 0 0 1vw 0;}
#comprar .der .men1 {     display: block; color: #474852; font-size: 1.5vw; line-height: 1.7vw; font-family: "Open Sans", sans-serif; margin: 5vw 0 1vw 0; font-weight: 900; }
#comprar .der .mensaje { display: block; position: relative; overflow: hidden; width: 100%;color:#474852; font-family: "Open Sans", sans-serif; font-size: 1vw; line-height: 1.2vw; margin-bottom:1vw;}
#comprar .der form { display:block; position:relative; overflow:hidden; width:100%; }
#comprar .der form input { display:block; position:relative; overflow:hidden; color:#474852; font-size:1.2vw; line-height: 1.4vw; font-family: "Open Sans", sans-serif; border:0; border-bottom:1px solid #474852; padding:.5vw; margin-bottom:.5vw; width:100%; }
#comprar .der form select { display:block; position:relative; overflow:hidden; color:#474852; font-size:1.2vw; line-height: 1.4vw; font-family: "Open Sans", sans-serif; border:0; border-bottom:1px solid #474852; padding:.5vw; margin-bottom:.5vw; width:100%; }
#comprar .der button {     display: inline-block; color: #a21549; font-weight: 700; text-transform: uppercase; font-size: 1.5vw; cursor: pointer; border: 0; margin-top: 2vw; float: left; width: 50%; line-height: 1.7vw; border: 1px solid #a21549; padding: .5vw .5vw .2vw 0.5vw;}
#comprar .der button:hover { color:#000a66; }
#comprar .der button span { font-size: .8vw; line-height: .8vw; display:block; }
#comprar .marco { display: block; position: relative; overflow: hidden; width: 100%; top: 4vw; background: #c8cece; padding:1vw 7.1428571429vw;}
#comprar .marco p { display:inline-block; float:left; position:relative; overflow:hidden; color:#4a4545; font-family: "Open Sans", sans-serif; font-size:1.6vw; line-height:1.8vw; text-align:right; width:57.5vw;}
#comprar .marco p span { color:#a21549; font-weight: 700; text-transform: uppercase; }
#comprar .marco .der2 { display:inline-block; float:left; position:relative; overflow:hidden; margin-left:2vw; padding-left:2vw; border-left:1px solid #fff; padding:1vw 0 1vw 1vw; width:20.345238vw;}
#comprar .marco .der2 a { display:block; color:#fff; font-size:2vw; line-height:2.2vw; }
#comprar .marco .der2 a.email { display:block; color:#fff; font-size:1.2vw; line-height:1.4vw; }
#comprar .marco .der2 a:hover { color:#a21549; }
#comprar .der .kindle { display: inline-block; float: left; width: 5vw; height: auto; margin-right: 1vw; position: relative; overflow: hidden; margin-bottom:2vw;}
#comprar .der .descargar { display: block; position: relative; overflow: hidden; width: 100%; border: 1px solid #474852; border-radius: 12px; padding: .5vw;  margin-bottom:1vw;}
#comprar .der .descargar span { display: inline-block; float:left; position: relative; overflow: hidden;  color: #474852;  font-size: 1.3vw; line-height: 1.7vw; font-family: "Open Sans", sans-serif; font-style: italic; margin-top:1vw; }
#comprar .der .descargar img { display: inline-block; float:left; position: relative; overflow: hidden; width:3vw; height:auto; margin-right:1vw; }
#comprar .der .descargar:hover span { color:#000a66; }

#comprar .datosMobile { display: inline-block; float: left; position: relative; overflow: hidden; width: 30.595238095vw; margin-top: 2vw; margin-left: 7.1428571429vw; }
#comprar  .libroMovile { display: inline-block; float: left; position: relative; overflow: hidden; width: 19.642857143vw; height: auto; vertical-align: top; left: -1vw; }
#comprar .datosMobile .h5descarga{ display: block; float: right; color: #fff; text-transform: uppercase; font-size: 1.7vw; line-height: 1.9vw; padding: .5vw 1vw 0vw 1vw; background: #e95300; font-weight: 400; position: relative; overflow: hidden; margin: 0; width: 21vw; cursor: pointer; }

#comprar .datosDer { display: inline-block; float:left; position: relative; overflow:hidden; width:30.595238095vw; margin-top:2vw; margin-left:-2vw;} 
#comprar .datosDer h2 { display: block; float:left; color: #fff; text-transform: uppercase; font-size: 1.7vw; line-height: 1.9vw; padding: .5vw 1vw 0vw 1vw; background: #000;  font-weight: 400; position:relative; overflow:hidden; margin:0; width:12vw;}
#comprar .datosDer h3 { display: block; color: #fff; text-transform: uppercase; font-size: 1.7vw; line-height: 1.9vw; padding: .5vw 1vw 0vw 1vw; background: #000;  font-weight: 400; width:31vw; position:relative; overflow:hidden; margin:0; text-align: right;}

#comprar .datosDer .h5descarga { display: block; float:left; color: #fff; text-transform: uppercase; font-size: 1.7vw; line-height: 1.9vw; padding: .5vw 1vw 0vw 3vw; background: #e95300;  font-weight: 400; position:relative; overflow:hidden; margin:0; width:21vw; cursor:pointer;}
#comprar .datosDer p { display:block; color:#484953; font-family: "Open Sans", sans-serif; font-size:1.2vw; line-height:1.4vw; font-style: italic; font-weight:500; margin-top:.5vw;float: left; padding-left: 3.2vw; }
#comprar .datosDer p.pri { margin-top: 2vw; margin-bottom: 2vw; line-height: 1.6vw; font-weight: 700; }
#comprar .datosDer #segundo { margin-top:2vw; }
#comprar .datosDer .h5descarga:hover { background:#000a66; }



#contacto { display:block; position:relative; overflow:hidden; width:100vw; background:#fff; margin:4vw 0; padding:4vw 0; }
#contacto .izq { display:inline-block; float:left; position:relative; overflow:hidden; width:31.047619048vw; margin-left:7.1428571429vw; margin-top:8vw;}
#contacto .izq h2 { display:block; color:#a21549; text-transform: uppercase; font-family: "Open Sans", sans-serif; font-size:1.6vw; line-height:1.8vw; font-weight: 700; margin-bottom:2vw; }
#contacto .izq p { display:block; color:#6a7373; font-family: "Open Sans", sans-serif; font-size:.8vw; line-height:1.1vw; }

#contacto .der { display:inline-block; float:right; position:relative; overflow:hidden; width:42.5vw; margin-right:7.1428571429vw; }
#contacto .der h2 { display:block; color:#393939; text-transform: uppercase; font-family: "Open Sans", sans-serif; font-size:2vw; line-height:2.2vw; font-weight: 700; margin-bottom:2vw; }
#contacto .der p { display:block; color:#6a7373; font-family: "Open Sans", sans-serif; font-size:1.2vw; line-height:1.4vw; }
#contacto .der p a { color:#a21549; }
#contacto .der p a:hover { color:#000a66; }
#contacto .der form { display:block; position:relative; overflow:hidden; width:100%; margin-top:2vw; }
#contacto .der form input { display:block; position:relative; overflow:hidden; color:#474852; font-size:1.2vw; line-height: 1.4vw; font-family: "Open Sans", sans-serif; border:0; border-bottom:1px solid #474852; padding:.5vw; margin-bottom:.5vw; width:100%; }

#contacto .der form textarea { display:block; position:relative; overflow:hidden; color:#474852; font-size:1.2vw; line-height: 1.4vw; font-family: "Open Sans", sans-serif; border:0; border-bottom:1px solid #474852; padding:.5vw; margin-bottom:.5vw; width:100%; height:5vw;}
#contacto .der button { display:block; position:relative; overflow:hidden; color:#a21549; font-weight: 700; text-transform: uppercase; font-size:2vw; line-height:2vw; background:none; cursor:pointer; border:0; margin-top:2vw; }
#contacto .der button:hover { color:#000a66; }

/*#contacto #logo { display:block; position:relative; overflow:hidden; width:100vw; background:#000a66; padding:0 7.1428571429vw 1vw 7.1428571429vw; top:3vw;}
#contacto #logo h1 img { display:inline-block; float:left; width:16.440476vw; height:auto; }
#contacto #logo h2 { display:inline-block; float:left; position:relative; overflow:hidden; color:#fff; text-transform: uppercase; font-size:1vw; line-height:1.2vw; margin-left: 3vw; border-left: 1px solid #fff; padding: 1vw 0 1vw 3vw;}*/

#contacto #logo { display:block; position:relative; overflow:hidden; width:100vw; background:#565655; padding:0 7.1428571429vw 1vw 7.1428571429vw; top:3vw;}
#contacto #logo h1 img { display:inline-block; float:left; width:16.440476vw; height:auto; }
#contacto #logo h2 { display:inline-block; float:left; position:relative; overflow:hidden; color:#fff; text-transform: uppercase; font-size:1vw; line-height:1.2vw; margin-left: 3vw; border-left: 1px solid #fff; padding: 1vw 0 1vw 3vw; font-family: "Konkret", sans-serif;}

#contacto .copy { display: block; position: relative; overflow: hidden; color: #010101; font-size:1vw;  line-height:1.2vw; font-family:"Open Sans", sans-serif; top: 4vw; margin-left: 7vw; margin-top: 1.5vw; }



@media screen and (max-width: 800px) {



  


}

@media screen and (max-width: 600px) {

  
  header .hamburguer, header .top ul.menu, #home .chico, #home .datos2, #el-libro ul li img, #el-libro .abajo .mercadopago, #el-libro .abajo .paypal, #quienes-somos .gris2, #quienes-somos .gris3, #comprar .datosDer, #contacto .izq { display:none; }
  header .top { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; padding:10px 20px;}
  header { height:49px; }
  header .top .telefono, header .top .whatsapp { font-size:25px; line-height:16px; }
  header .top .whatsapp { margin-left:0; }
  header .top .whatsapp span { display:none; }
  header .top .whatsapp .fa { margin-left:20px; }
  header .top #comprarMenu { font-size:14px; line-height:16px; padding:8px 10px 5px 10px; }
  #home { margin-top:49px; height:108vw; }
  #home ul, #home ul li { height:108vw !important; }
  #home ul li .grande { top: 6.5vw; left: 20px; width: 39.44vw; top:14.5vw;}
  #home ul li .chico, #home ul li .premioTit, #home ul li .premio, #home ul li .datos2 { display:none; }
  #home ul li .datos {display: block; position: absolute; top: 64.5vw; left: 7.15vw; width: 80%; top:73.5vw; }
  #home ul li .datos h2 { font-size: 16px; line-height: 18px; padding: 10px 10px 5px 10px;  width: 48%; margin-bottom:2px;}
  #home ul li .datos h3 { font-size: 16px; line-height: 18px; padding: 10px 10px 5px 10px; width: 82vw; margin-bottom:2px;}
  #home ul li .datos h4 { display: block; position: absolute; top: -55vw; left: 35vw; font-size: 17px; line-height: 19px; padding: 9px 10px 5px 10px }
    #home ul li .datos h5 { display: block; position: absolute; top: -43vw; left: 35vw; font-size: 17px; line-height: 19px; padding: 9px 10px 5px 10px }
    #home .izquierda, #home .derecha { font-size:30px; }
    #home .izquierda { left:20px; top:5vw; }
    #home .derecha { right:20px; top:5vw; }

  #home ul li .datos h6 { display: block; position: absolute; top: -31vw; left: 34vw; font-size: 14px; line-height: 18px; padding: 0; color: #000a66; background: none; padding-left: 10px;}
  #home ul li.par .libro {display: block; float: none; position: absolute; overflow: hidden; width: 50%; height: auto; margin: 0 0 0 20px; bottom: 11px; right: 0; left: 0; }
  #home ul li.par h3 {display: block; float: unset; position: relative; text-transform: uppercase; font-size: 20px; line-height: 22px; color: #fff; font-style: italic; font-family: "Open Sanz", sans-serif; width: 90%; margin-top: 50px; text-align: right; border-bottom: 4px solid #fff; padding-bottom: 10px; }

  #home ul li.par .datos { top: unset; left: unset; bottom: 20vw; right: 20px; width: 40%; }
  #home ul li.par2 .datos .frase { display:inline-block; float:left; width: 60%; height: auto; margin: 0 0 0 20px; bottom: unset; right: 0; left: 0; }
  #home ul li.par .datos h4, #home ul li.par .datos h5, #home ul li.par .datos h6 { top:unset; left:unset; float:right;}
   #home ul li.par .datos h4 { font-size: 17px; line-height: 19px; padding: 9px 10px 5px 10px; }
   #home ul li.par .datos h5 { font-size: 17px; line-height: 19px; padding: 9px 10px 5px 10px; }
   #home ul li.par .datos h6 { font-size: 13px; line-height: 16px; margin: 20px 0 0 0; margin-left: 0; text-align: right;}

     #home ul li.par2 .datos { top: unset; left: unset; bottom: unset; right: unset; width: 100%; position: relative; width: 100%; margin-top: 9vw; }

     #home ul li.par2 .libro { display: none; }
     #home ul li.par2 h3 { display: block; float: unset; position: relative; text-transform: uppercase; font-size: 20px; line-height: 22px; color: #fff; font-style: italic; font-family: "Open Sanz", sans-serif; width: 90%; margin-top: 50px; text-align: right; border-bottom: 4px solid #fff; padding-bottom: 10px }
  #home ul li.par2 .datos h4, #home ul li.par2 .datos h5, #home ul li.par2 .datos h6 { top:unset; left:unset; }
   #home ul li.par2 .datos h4 { font-size: 15px; line-height: 19px; padding: 9px 10px 5px 10px; margin-top: 120px; float: right; }
   #home ul li.par2 .datos h5 { font-size: 17px; line-height: 19px; padding: 9px 10px 5px 10px; float:right;}
   #home ul li.par2 .datos h6 { font-size: 13px; line-height: 16px; margin: 20px 0 0 0; margin-left: 0; text-align: right; float:right;}


  #logo h2 { display:none; }
  #logo {display: block; position: relative; overflow: hidden; width: 100vw; background: #000a66; padding: 5px 7.1428571429vw 5px 7.1428571429vw; margin-top: -10px; }
  #logo h1 img {display: block; float: none; width: 65%; height: auto; left: 0; right: 0; margin: 0 auto; }

  #frases { padding:20px 7.1428571429vw; }
  #frases ul li { display:block; float:none; width:100%; margin-right:0; margin-bottom:10px; }
  #frases ul li h3 { font-size:16px; line-height:18px; }
  #frases ul li h4 { font-size:15px; line-height:17px; }
  #frases ul li p { font-size:14px; line-height:18px; }

  #el-libro .soloMobile { display:block; position:relative; width:100%; padding:10px 7.1428571429vw; }
  #el-libro .soloMobile p { display:block; color:#444346; font-size:14px; line-height:18px; font-family:"Open Sans", sans-serif;  }
  #el-libro .soloMobile h2 { display:block; margin-top:10px; color:#444346; font-size:18px; line-height:20px; font-family:"Open Sans", sans-serif; font-weight: 700; text-transform: uppercase;}
  #el-libro .arriba a { display: block; float: none; font-size: 14px; line-height: 18px; left: 0; right: 0; margin: 0 auto; width: 50%; padding: 11px 10px 5px 10px; }
  #el-libro .arriba h2 { display: block; float: none; font-size: 17px; line-height: 21px; border: 0; padding-left: 20px; margin-left: 0; margin-top: 20px; }
  #el-libro ul li { margin-bottom:10px; }
  #el-libro ul li h2 { display: block; float: none; text-align: left; font-size: 17px; line-height: 19px; width: 100%; margin-bottom: 5px; padding:5px 10px;}
  #el-libro ul li p { display: block; float: none; text-align: left; font-size: 14px; line-height: 18px; width: 100%; border:0; }
  #el-libro .abajo { margin-top:20px; padding:10px 7.1428571429vw 10px 7.1428571429vw; }
  #el-libro .abajo a { display: block; float: none; font-size: 14px; line-height: 18px; padding: 8px 10px 5px 10px; width: 35%; left: 0; right: 0; margin: 0 auto; }

  #el-libro .arriba { margin-top:20px; }
  

  #quienes-somos .foto {left: 20px; width: 40vw; height: 40vw; }
  #quienes-somos .foto2 {right: 20px; width: 40vw; height: 40vw; }
  #quienes-somos h2 { display: block; position: absolute; top: 4vw; left: 30vw; text-transform: uppercase; font-size: 10px; line-height: 14px; color: #4c4c4c; }
  #quienes-somos h2 span { font-size:15px; line-height:17px; }
  #quienes-somos .cuerpo { margin-top: 21vw;
        padding: 26vw 0 40px 0;}
  #quienes-somos .cuerpo .izq, #quienes-somos .cuerpo .cen, #quienes-somos .cuerpo .der { display:block; float:none; padding:10px 7.1428571429vw; position:relative; overflow:hidden; width:100%; margin:0; left:0;}
  #quienes-somos .cuerpo .izq h3, #quienes-somos .cuerpo .izq p { font-size:14px; line-height:18px; }
  #quienes-somos .cuerpo .cen h3, #quienes-somos .cuerpo .cen p { font-size:14px; line-height:18px; }
  #quienes-somos .cuerpo .der h3, #quienes-somos .cuerpo .der p { font-size:14px; line-height:18px; }
  #quienes-somos .cuerpo .izq p, #quienes-somos .cuerpo .cen p, #quienes-somos .cuerpo .der p { margin-top:10px; }
  #quienes-somos .cuerpo .cen h3 img, .circle-text { width: 50px;
        margin-right: 10px;}
  #quienes-somos ul {display: block; position: relative; overflow: hidden; width: 100%; margin-top: 40px; clear: both; padding: 0 30px; }
  #quienes-somos ul li { margin-bottom:10px; }
  #quienes-somos ul li h3 { display:block; width:100%; margin-bottom:5px; border:0;}
  #quienes-somos ul li h3 img { width:50px; margin-right:10px; }
  #quienes-somos ul li h3 span { font-size:20px; line-height:22px; }
  #quienes-somos ul li p { display:block; width:100%; font-size:14px; line-height:18px; }

  .banners { margin:20px auto; }
  .banners .banner1 {display: table; position: relative; overflow: hidden; width: 100%; margin-right: 0; margin-bottom: 20px; }
  .banners .banner2 {display: table; position: relative; overflow: hidden; width: 100%; margin-right: 0; }

  .circle-text div { font-size:14px; line-height:14px; }
  #comprar .der { width: 100%; margin-top: 0; padding: 0 7.1428571429vw; display: block; float: none; position: relative; overflow: hidden; margin-top: 40px; padding-top:40px;}
  #comprar .der h2 { font-size:17px; line-height:19px; }
  #comprar .der p { font-size:14px; line-height: 16px; }
  #comprar .der form input, #comprar .der form select { font-size:14px; line-height:16px; padding:5px; margin-bottom:10px; }
  #comprar .der button { font-size:15px; line-height:19px;}
  #comprar .der button span { font-size:11px; line-height: 15px; }
  #comprar .marco { padding:10px 7.1428571429vw; margin-top:10px;}
  #comprar .marco p { display:block; float:none; width:100%; font-size:14px; line-height:16px; }
  #comprar .marco .der2 {display: block; float: none; position: relative; overflow: hidden; margin-left: 0; padding-left: 0; border-left: 0; padding: 0; width: 100%; margin-top: 10px; }
  #comprar .marco .der2 a, #comprar .marco .der2 a.email { font-size:18px; line-height:20px; text-align:right; }
  #contacto .der {display: block; float: none; position: relative; overflow: hidden; width: 100%; padding: 10px 7.1428571429vw; }
  #contacto .der h2 { font-size:17px; line-height:19px; }
  #contacto .der p { font-size:14px; line-height: 16px; }
  #contacto .der form input { font-size:14px; line-height:16px; padding:5px; margin-bottom:10px; }
  #contacto .der form textarea { font-size:14px; line-height:16px; padding:5px; margin-bottom:10px; height:100px; }
  #contacto .der button { font-size:17px; line-height:19px;}

  #contacto #logo h2 { display:none; }
  #contacto #logo {display: block; position: relative; overflow: hidden; width: 100vw; padding: 5px 7.1428571429vw 5px 7.1428571429vw; margin-top: -10px; }
  #contacto #logo h1 img {display: block; float: none; width: 65%; height: auto; left: 0; right: 0; margin: 0 auto; }
  #contacto .copy { font-size:14px; line-height:16px; }
  #comprar .der .kindle { width:11vw; margin-right:10px; }
  #comprar .der .descargar { padding:10px; margin-top:20px; }
  #comprar .der .descargar img { width:4vw; }
  #comprar .der .descargar span { font-size:14px; line-height:16px; margin-top:0; }
  #comprar .datosMobile { display:block !important; float: none; width: 100%; margin: 10px 0; padding:0 7.1428571429vw;}
  #comprar .datos .h5descarga{     float: none; font-size: 17px; line-height: 19px; width: auto; padding: 11px 10px 5px 10px; text-align: center; }
  #comprar .datos p { float:none; display:block; font-size:14px; line-height:16px; margin-top:5px; }
  #comprar .der .mensaje { font-size:14px; line-height:16px; }
  #comprar .der .men1 { margin-top:0; font-size:18px; line-height:20px; }

  
  #comprar .datosDer .h5descarga{     float: none; font-size: 17px; line-height: 19px; width: auto; padding: 11px 10px 5px 10px; text-align: center; }
  #comprar .datosDer p { float:none; display:block; font-size:14px; line-height:16px; margin-top:5px; }

  #comprar .datos h3, #comprar .datos h2 { font-size: 12px; line-height: 14px; padding: 3px 10px; }
  #comprar .libroMovile { display: block; float: unset; margin: 0 auto; width: 40%; }


  #frases .izquierda, #frases .derecha { display:none; }

  #articulos h2 { font-size: 15px; line-height: 17px; margin-bottom: 10px; padding-bottom: 10px; }
  #articulos h2 .derecha, #articulos h2 .izquierda { display:none; }
  #articulos ul li { margin-bottom:20px; }
  #articulos ul li .imagen { display: block; float:none; width:100%; height:80vw; margin-bottom:10px; }
  #articulos ul li .cuadro { display:block; float:none; margin:0; width:100%;}
  #articulos ul li .cuadro h3, #articulos .texto h3 { font-size:15px; line-height: 17px; }
  #articulos ul li .cuadro p, #articulos .texto p, #articulos .texto ul li { font-size:14px; line-height: 17px; }
  #articulos ul li .cuadro .accesos { margin-top:10px; }
  #articulos ul li .cuadro .accesos a, #articulos .redes p { font-size:15px; margin-right:10px; }
  #articulos ul li .cuadro .accesos .fa { font-size:15px; }
  #articulos .banners .banner1, #articulos .banners .banner2 { display:block; float:none; width:100%; margin-bottom: 10px; }
  #articulos .redes a { font-size:15px; margin-left:10px; }
  #articulos .mas li { font-size:15px; line-height: 17px; padding-left:10px; }
  #articulos .mas li::before { font-size:15px; }
  #home .premio, #home .premioTit { display:none; }

  #articulos .ban1 { display:block; position:relative; overflow:hidden; width:100%; margin-top:20px; margin-bottom:20px; }
#articulos .ban1 img { display:block; width:100%; height:auto; }

#articulos .ban4 { display:block; position:relative; overflow:hidden; width:100%; margin-top:4vw; margin-bottom:2vw; }
#articulos .ban4 .ban41 { display:inline-block; float:left; position:relative; overflow:hidden; width:46%; margin:0 20px 20px 0;}
#articulos .ban4 .ban41 img { display:block; width: 100%; height:auto; }
#articulos .ban4 .ban42 { display:inline-block; float:right; position:relative; overflow:hidden; width:46%; margin:0 0 20px 0}
#articulos .ban4 .ban42 img { display:block; width: 100%; height:auto; }
#articulos .ban4 .ban43 { display:inline-block; float:left; position:relative; overflow:hidden; width:46%; margin:0 20px 20px 0;}
#articulos .ban4 .ban43 img { display:block; width: 100%; height:auto; }
#articulos .ban4 .ban44 { display:inline-block; float:right; position:relative; overflow:hidden; width:46%; margin:0 0 20px 0; }
#articulos .ban4 .ban44 img { display:block; width: 100%; height:auto; }

#articulos .ban5 { display:block; position:relative; overflow:hidden; width:100%; margin-top:20px; margin-bottom:20px; }
#articulos .ban5 .ban51 { display:block; width:100%; margin:0 0 20px 0}
#articulos .ban5 .ban51 img { display:block; width: 100%; height:auto; }
#articulos .ban5 .ban52 { display:inline-block; float:left; position:relative; overflow:hidden; width:46%; margin:0 20px 20px 0}
#articulos .ban5 .ban52 img { display:block; width: 100%; height:auto; }
#articulos .ban5 .ban53 { display:inline-block; float:right;position:relative; overflow:hidden;  width:46%; margin:0 0 20px 0 }
#articulos .ban5 .ban53 img { display:block; width: 100%; height:auto; }


}

