body {
    margin: 0;
    overflow-y: scroll !important;
}

.img-gradient{
  position:relative;
  display:inline-block;
  width: 100%;
  height: 100%;
}

.img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.95, transparent), color-stop(1, #cacaca));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img{
  display:block;
  margin: auto;
  width: auto;
}

#principal {
    max-width: 1600px; 
    width: 100%;
    margin: auto
}

.divPrin{
    margin-bottom: 10%;
}

img {
    width: 100%;
    height: 100%;
}

#header {
    margin-top: 20px;
    padding: 0 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Capa_2 .cls-1 {
    fill: #fff;
}

#Capa_2 .cls-2 {
    fill: none;
    stroke: #1d1d1b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.7px;
}

#Capa_2 .cls-3 {
    fill: #1d1d1b;
}

#novel, #rrss {
    display: flex;
    justify-content: center;
}

#rec_doc:hover, #rec_com:hover, #novel_graf:hover, #rrss:hover {
    cursor: pointer;
}

#right_inter, #left_inter {
    display: none;
}

#rrss #right_inter, #rrss #left_inter {
  display: block;
}

#Capa_1 {
    width: 50%;
}

.cls-1 {
    fill: #fff;
  }

  .cls-2 {
    letter-spacing: -.05em;
  }

  .cls-3 {
    letter-spacing: 0em;
  }

  .cls-4 {
    letter-spacing: 0em;
  }

  .cls-5 {
    letter-spacing: 0em;
  }

  .cls-6 {
    letter-spacing: -.03em;
  }

  .cls-7 {
    letter-spacing: 0em;
  }

  .cls-8 {
    letter-spacing: 0em;
  }

  .cls-9 {
    letter-spacing: -.03em;
  }

  .cls-10 {
    letter-spacing: 0em;
  }

  .cls-11 {
    letter-spacing: -.02em;
  }

  .cls-12 {
    font-size: 63.08px;
  }

  .cls-12, .cls-13, .cls-14 {
    fill: #1d1d1b;
  }

  @font-face {
    font-family: 'Action Man';
    src: url(../fonts/Action\ Man.ttf);
  }

  .cls-12, .cls-14 {
    font-family: 'Action Man';
  }

  .cls-15 {
    letter-spacing: 0em;
  }

  .cls-16 {
    letter-spacing: 0em;
  }

  .cls-17 {
    letter-spacing: -.02em;
  }

  .cls-18 {
    letter-spacing: 0em;
  }

  .cls-14 {
    font-size: 33.26px;
  }

.container {
    max-width: 1600px;
    width: 95%;
    height: max-content;
    margin: auto;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
    border: 1px solid;
}
.container #video {
    width: 100%;
    height: auto;
}
.container .controls {
    width: 100%;
    height: 55px;
    margin-top: -4px;
    background-color: whitesmoke;
    display: flex;
    border-top: 1px solid;
    justify-content: space-around;
    /* opacity: 0.2;
    transition: opacity 0.4s; */
}
.container:hover .controls {
    opacity: 1;
}
.container .controls button {
    background: transparent;
    color: #1d1d1b;
    font-weight: bolder;
    text-shadow: 2px 1px 2px #fff;
    border: none;
    cursor: pointer;
}
.container .controls .timeline {
    flex: 1;
    display: flex;
    align-items: center;
    border: none;
    /*border-right: 3px solid #ccc;
    border-left: 3px solid #ccc;*/
}
.container .controls .timeline .bar{
    background: rgb(1, 1, 65);
    height: 4px;
    flex: 1;
}
.container .controls .timeline .bar .inner{
    background: #ccc;
    width: 0%;
    height: 100%;
}

.fa {
    font-size: 20px !important;
}

#footer {
    background-color: #1d1d1b;
    margin-top: -14px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

#footer p {
    text-align: center;
    color: white;
}

#foo-logos {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

#foo-logos img {
  height: 100%;
  max-height: 100px;
  width: auto;
  max-width: 250px;
  margin-right: 60px;
}

#foo-logos img:last-child {
  margin-right: 0px;
}

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

    #header {
        flex-direction: column-reverse;
    }

    #Capa_1 {
      width: 85% !important;
    }

    .container {
        margin: 0px 10px 100px !important;
    }

    #header div {
        margin-bottom: 20px;
    }

    #header div:first-child {
        margin-bottom: -2px;
    }

    #left_head {
        width: 21% !important;
    }

    #center_head {
        width: 55% !important;
    }

    #right_head {
        width: 28% !important;
    }

    #foo-logos {
      flex-direction: column;
    }

    #foo-logos img {
      height: 75px;
      margin-right: 0;
    }

    #foo-logos img:first-child {
      margin-bottom: 30px;
    }

    #foo-logos img:last-child {
      margin-top: 30px;
    }

}