/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  --brand-red: #b74934;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input, textarea, button, select {
  border: none;
  outline: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
}

/* end reset */
/*Comunes*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  transition: all 1s cubic-bezier(.25, .8, .25, 1);
  font-family: 'PT Sans', sans-serif;
  color: var(--brand-red);
  background: #e8e7e8;
}

.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

#over-wrap {
  width: 100%;
  position: absolute;
  z-index: 20;
  background: #e8e7e8;
}

#logos {
  text-align: right;
}

#logos img {
  display: inline-block;
  padding: 1em;
  height: 2em;
}

#over-wrap #titulo {
  padding: 5em 2em 2em 2em;
  padding: 2vw 2vh;
}

#over-wrap h1 {
  font-family: sans-serif;
  font-weight: 900;
  font-size: 4em;
  font-size: 12vw;
}

#over-wrap h2 {
  font-weight: 900;
  font-size: 1.5em;
  font-size: 4vw;
}

div#play {
  width: 3em;
  margin: 0 auto;
  cursor: pointer;
  font-size: 7vw;
}

div#play img {
  max-width: 100%;
}

#nav-video {
  margin-left: 2em;
  font-weight: 900;
  font-size: 1.3em;
  line-height: 3rem;
}

#nav-video li {
  cursor: pointer;
  font-size: 3rem;
}

#nav-video li.active, #nav-video li:hover, #nav-video li:focus, #nav-video li:active {
  text-decoration: underline;
}

#textos-wrap {
  padding: 2em 1em;
  margin: 2em;
}

#textos-wrap h3 {
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1.5em;
}

#textos-wrap p {
  color: #000;
}

#video-wrap {
  width: 100%;
  position: relative;
}

#video-wrap div.video {
  position: absolute;
  width: 100%;
  z-index: 15;
  background-color: #FFF;
}

#video-wrap div.video.seleccionado {
  z-index: 10;
}

#video-wrap div.video.seleccionado.play {
  z-index: 30;
}

#video-wrap div.video h3 {
  margin: 1em 2em;
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1.5em;
}

#video-wrap div.video video {
  width: 100%;
  max-width: 100%;
}

#video-wrap div.video.seleccionado.play video {
}

#video-wrap div.video div {
  margin: 1em 1.5em;
  position: relative;
  max-width: 600px;
}

#video-wrap div.video div p {
  line-height: 1.2em;
  text-align: left;
}

@media screen and (min-width: 780px ) {
  #logos img {
    height: 3em;
  }
}

@media screen and (min-width: 1280px ) {
  #logos {
    position: absolute;
    right: 0;
    top: 1%;
  }

  #logos img {
    display: inline-block;
    padding: 2em 1em;
    height: 4em;
  }

  #video-wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }

  #over-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .9);
  }

  #over-wrap #titulo {
    padding: 12em 0 2em 5em;
    padding: 10vh 4vw;
  }

  #nav-video {
    margin-left: 5em;
  }

  #textos-wrap {
    padding: 1em 2em;
    margin: 2em;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    background: #e8e7e8;
    background: rgba(232, 231, 232, .8);
  }

}

@media screen and (min-width: 2160px ) {
  #over-wrap h1 {
    font-size: 9vw;
  }

  #over-wrap h2 {
    font-size: 3vw;
  }
}

@media screen and (min-width: 2860px ) {
  #over-wrap h1 {
    font-size: 6vw;
  }

  #over-wrap h2 {
    font-size: 2vw;
  }
}


video::-webkit-media-controls-fullscreen-button {
  display: none;
}

video::-webkit-media-controls-play-button {
  background-color: var(--brand-red);
}


video::-webkit-media-controls-timeline {
  background-color: var(--brand-red);
}


div#textos-wrap > div > p {
  margin-bottom: 0.3em;
  text-indent: 0.2em;
  text-align: justify;
}

div#textos-wrap > div > h3 {
  text-indent: 1em;
  padding-bottom: 0.4em;
}

.text-logo {
  text-decoration: #b74934;
}




