@charset "UTF-8";
:root {
  --main-color: #003566;
  --secondary-color: #00b7e2; }

html.scrollable {
  overflow-y: scroll; }

html, body {
  overflow-x: hidden;
  overflow-y: hidden; }

body {
  color: #fff;
  min-height: 100vh;
  font-family: "Gotham"; }
  body.busy {
    cursor: wait; }

a {
  color: #fff; }
  a:hover {
    color: var(--main-color); }

nav {
  background: rgba(0, 38, 87, 0.35);
  position: fixed;
  width: 100vw;
  z-index: 99;
  -webkit-transition: all .3s ease, z-index 0s ease;
  -moz-transition: all .3s ease, z-index 0s ease;
  -o-transition: all .3s ease, z-index 0s ease;
  transition: all .3s ease, z-index 0s ease;
  padding: 0.8rem 0 0.5rem; }
  nav.sticky {
    background: rgba(0, 38, 87, 0.9);
    z-index: 101; }
    nav.sticky .links a {
      font-weight: 400; }
    nav.sticky .links #nav-logo {
      width: 8rem;
      opacity: 1;
      margin-right: 4rem;
      margin-top: -.2rem;
      -webkit-transition: width .5s ease, margin .5s ease, opacity .5s ease .5s;
      -moz-transition: width .5s ease, margin .5s ease, opacity .5s ease .5s;
      -o-transition: width .5s ease, margin .5s ease, opacity .5s ease .5s;
      transition: width .5s ease, margin .5s ease, opacity .5s ease .5s; }
  nav > div {
    display: grid;
    grid-template-columns: 6fr 1fr; }
  nav #close-nav {
    display: none; }
  nav .links {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    nav .links #nav-logo {
      width: 0rem;
      opacity: 0;
      margin: 0;
      -webkit-transition: width .3s ease .3s, margin .3s ease .3s, opacity .3s ease;
      -moz-transition: width .3s ease .3s, margin .3s ease .3s, opacity .3s ease;
      -o-transition: width .3s ease .3s, margin .3s ease .3s, opacity .3s ease;
      transition: width .3s ease .3s, margin .3s ease .3s, opacity .3s ease; }
    nav .links a {
      margin-right: 2rem;
      font-weight: 300; }
      nav .links a:hover {
        color: #dddddd; }
  nav .social {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    nav .social a {
      margin-left: .5rem;
      max-height: auto; }
      nav .social a img {
        height: 2rem; }

#home {
  min-height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: -moz-linear-gradient(left, rgba(1, 19, 72, 0.82) 0%, rgba(125, 185, 232, 0) 100%), url(../images/background-pj.png) no-repeat;
  background: -webkit-linear-gradient(left, rgba(1, 19, 72, 0.82) 0%, rgba(125, 185, 232, 0) 100%), url(../images/background-pj.png) no-repeat;
  background: linear-gradient(to right, rgba(1, 19, 72, 0.82) 0%, rgba(125, 185, 232, 0) 100%), url(../images/background-pj.png) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  #home.hidden {
    left: -100vw; }

#home-slides-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw; }
  #home-slides-wrapper .background-cover, #home-slides-wrapper .slide {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw; }
  #home-slides-wrapper .slide {
    height: 100vh;
    position: relative; }
    #home-slides-wrapper .slide--1 {
      background-image: url(../images/bg-01.jpg); }
    #home-slides-wrapper .slide--2 {
      background-image: url(../images/bg-02.jpg); }

#video-bg {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  object-fit: cover;
  top: 0; }

img {
  max-height: 100%; }

#main {
  position: relative;
  z-index: 10;
  margin-top: 31vh;
  width: 100%; }

header {
  padding: 11vh 0 3vh;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none; }
  header #toggle-nav {
    display: none; }
  header > .container {
    display: flex;
    justify-content: space-between; }
  header #logo {
    height: 11.5vh; }
  header .right {
    display: inline-flex;
    align-items: center;
    float: right;
    height: 100%;
    width: 100%;
    justify-content: flex-end; }
  header #arg {
    height: 14vh; }

.text-block {
  margin-top: 1rem; }
  .text-block > div:nth-child(1) {
    font-weight: 800;
    font-size: 5.5vh;
    line-height: 1.1; }
  .text-block > div:nth-child(2) {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 1rem; }
  .text-block .hashtag, .text-block .quote {
    font-size: 2.4rem !important; }
  .text-block .quote {
    margin-bottom: 1rem; }
  .text-block .social {
    margin-right: 2.5rem;
    margin-top: 2rem; }
    .text-block .social a {
      margin-right: .5rem; }
      .text-block .social a img {
        width: 2.5rem; }
        
        
          .text-block2 {
  margin-top: 1rem; }
  .text-block2 > div:nth-child(1) {
    font-weight: 800;
    font-size: 6.5vh;
    line-height: 1.1; }
  .text-block2 > div:nth-child(2) {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 1rem; }
  .text-block2 .hashtag, .text-block .quote {
    font-size: 2.4rem !important; }
  .text-block2 .quote {
    margin-bottom: 1rem; }
  .text-block2 .social {
    margin-right: 2.5rem;
    margin-top: 2rem; }
    .text-block2 .social a {
      margin-right: .5rem; }
      .text-block2 .social a img {
        width: 2.5rem; }

#unite {
  border: none;
  background: url("../images/arrow.svg") no-repeat;
  width: 3.5rem;
  height: 3rem;
  background-size: contain;
  right: 0;
  position: absolute;
  top: 20vh;
  cursor: pointer; }
  #unite:before {
    content: "Ingresar";
    position: absolute;
    right: 20vh;
    top: 55%;
    transform: translateY(-50%);
    left: -399%;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600; }

.fp-controlArrow.fp-prev {
  border: none;
  background: url("../images/arrow.svg") no-repeat;
  width: 5rem;
  height: 3rem;
  background-size: contain;
  transform: rotate(180deg);
  left: -1.6rem; }

.section {
  padding: 0; }

.material-textbox {
  position: relative;
  margin: 1.5rem 0; }

.material-textbox .material-input {
  width: 100%;
  outline: none;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  background: transparent;
  font-size: 1rem;
  color: #383838; }
  
.material-textbox input{
  box-shadow: none;
}

.material-textbox .material-input:focus ~ .material-label,
.material-textbox .material-input:valid ~ .material-label,
.material-textbox .material-input[type="email"]:not(:placeholder-shown):invalid ~ .material-label {
  bottom: 29px;
  font-size: 12px; }

.material-textbox .material-label.static {
  bottom: 53px;
  font-size: 12px; }

::-webkit-input-placeholder {
  /* Edge */
  color: transparent; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent; }

::placeholder {
  color: transparent; }

.material-textbox .material-textbox:hover > input,
.material-textbox .material-input:hover,
.material-textbox .material-input:active,
.material-textbox .material-input:focus {
  border-bottom: 1px solid #212121; }

.material-textbox .material-input:active,
.material-textbox .material-input:focus {
  cursor: text; }

.material-textbox .material-label {
  position: absolute;
  display: block;
  bottom: 8px;
  transition: all 200ms;
  font-size: 1rem;
  color: #3d3d3d; }

.material-label.fixed {
  top: 0 !important; }

.material-textbox textarea {
  resize: none;
  height: 10rem;
  margin-top: 2rem;
  border: 1px solid #e2e2e2 !important;
  padding: 1rem !important; }

.material-select {
  width: 100%;
  background: none;
  border: 1px solid #e2e2e2;
  font-size: 1rem;
  padding: 8px 9px;
  margin-bottom: .5rem;
  margin-top: .8rem; }

@media screen and (max-width: 1280px) {
  #main .text-block {
    width: 86%;
    margin: 0 auto; } }
#form-wrapper {
  display: flex;
  align-items: center; }
  #form-wrapper .text-block {
    width: 39%; }

#video {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 5rem;
  opacity: 0; }
  #video.show {
    opacity: 1; }
  #video .form {
    margin-right: 8%;
    margin-top: 30.5vh;
    width: 30vw; }

.form {
  background: #fff;
  font-weight: 300; }
  .form .header {
    background: #020238;
    background: -moz-linear-gradient(left, #020238 0%, #00b7e2 100%);
    background: -webkit-linear-gradient(left, #020238 0%, #00b7e2 100%);
    background: linear-gradient(to right, #020238 0%, #00b7e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020238', endColorstr='#00b7e2',GradientType=1 );
    color: #fff;
    padding: .5rem;
    text-align: center;
    font-size: 1.3rem; }
  .form form {
    padding: 1rem 3rem 2rem; }
    .form form input[type="submit"] {
      cursor: pointer;
      font-size: 2rem;
      text-transform: uppercase;
      font-weight: 800;
      color: #fff;
      background: #020238;
      background: -moz-linear-gradient(left, #020238 0%, #00b7e2 100%);
      background: -webkit-linear-gradient(left, #020238 0%, #00b7e2 100%);
      background: linear-gradient(to right, #020238 0%, #00b7e2 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020238', endColorstr='#00b7e2',GradientType=1 );
      border: none;
      width: 100%;
      padding: .7rem 0 .9rem; }

#el-partido, #estados-contables, #contacto, #elecciones-internas {
  color: #222; }
  #el-partido .container, #estados-contables .container, #contacto .container, #elecciones-internas .container {
    padding: 5rem 0; }

#el-partido {
  background-color: #fff;
  color: var(--main-color); }
  #el-partido .container {
    padding: 6rem 0 8rem; }
    #el-partido .container > div {
      display: grid;
      grid-template-columns: 1.5fr 1fr;
      grid-column-gap: 4rem; }
    #el-partido .container .texto {
      max-height: 69vh;
      overflow: hidden;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
      #el-partido .container .texto.activo {
        max-height: 1000vh;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        #el-partido .container .texto.activo + .button:after {
          content: 'Ver menos'; }
    #el-partido .container .texto + .button:after {
      content: 'Ver más';
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    #el-partido .container #ver-mas {
      margin-top: 2rem;
      text-transform: uppercase;
      font-weight: 800;
      color: #fff;
      background: #020238;
      background: -moz-linear-gradient(left, #020238 0%, #00b7e2 100%);
      background: -webkit-linear-gradient(left, #020238 0%, #00b7e2 100%);
      background: linear-gradient(to right, #020238 0%, #00b7e2 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020238', endColorstr='#00b7e2',GradientType=1 );
      border: none;
      padding: 1.1rem 1rem .9rem;
      border-radius: 0; }
    #el-partido .container .destacado {
      font-size: 1.8rem;
      font-weight: 600;
      color: var(--main-color);
      margin-top: .7rem;
      position: relative;
      padding: 2rem;
      background: #efefef;
      height: min-content;
      text-align: center; }
      #el-partido .container .destacado:before, #el-partido .container .destacado:after {
        content: "";
        background: url("../images/comilla.svg") no-repeat;
        width: 2.5rem;
        height: 2.5rem;
        position: absolute;
        background-size: contain; }
      #el-partido .container .destacado:before {
        left: -1rem;
        top: -1rem; }
      #el-partido .container .destacado:after {
        bottom: -1rem;
        right: -1rem;
        transform: rotate(180deg); }

.destacado-mobile {
  display: none; }

.destacado-desktop {
  position: relative;
  height: 48rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600; }
  .destacado-desktop img {
    object-fit: cover;
    width: 100%; }
  .destacado-desktop .destacado-message {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 143, 226, 0.75);
    z-index: 999;
    display: grid;
    grid-template-columns: 3fr 1fr; }
    .destacado-desktop .destacado-message .quote {
      max-width: 51rem;
      padding: 3rem; }
    .destacado-desktop .destacado-message .nosunimos {
      justify-self: center;
      align-self: center; }

h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem; }

p {
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 300; }

#estados-contables {
  background-color: #e4e4e4;
  color: var(--main-color); }

#elecciones-internas {
  background-color: #e4e4e4;
  color: var(--main-color); }


#contacto {
  background-color: #fff; }
  #contacto .form form {
    padding: 1rem 3rem 2rem;
    border: 1px solid #c1c1c1; }
  #contacto h3 {
    font-size: 1.3rem;
    margin-bottom: 2rem; }
  #contacto ul {
    margin-bottom: 1rem; }
    #contacto ul li span {
      font-weight: 600; }
  #contacto input[type='submit'] {
    width: auto;
    font-size: 1.3rem;
    padding: .7rem 2rem; }

#map {
  width: 100%;
  height: 15rem; }
  
#elecciones-internas .archivos {
  margin-top: 4rem;
  display: flex; }
  #elecciones-internas .archivos .archivo {
    padding: 1.2rem 1.5rem;
    background: #fbfbfb;
    margin-right: 2rem;
    height: min-content; }
    #elecciones-internas .archivos .archivo .nombre {
      font-size: 1.1rem;
      font-weight: 600;
      color: #1d3864;
      line-height: 1;
      margin-bottom: .6rem;
      height: 2.7rem;
      border-bottom: 1px solid #213b6726;
      padding: .5rem 1.3rem; }
    #elecciones-internas .archivos .archivo li {
      display: grid;
      color: var(--main-color);
      grid-template-columns: 2fr 2rem;
      padding: .6rem 1.3rem .5rem;
      cursor: default; }
    #elecciones-internas .archivos .archivo .descripcion {
      font-weight: 300;
      font-size: .9rem;
      line-height: 1.3; }
    #elecciones-internas .archivos .archivo a {
      width: 1.3rem;
      height: 1.3rem; }
      #elecciones-internas .archivos .archivo a img {
        height: 1.3rem;
        margin-left: 1rem; }



#estados-contables .archivos {
  margin-top: 4rem;
  display: flex; }
  #estados-contables .archivos .archivo {
    padding: 1.2rem 1.5rem;
    background: #fbfbfb;
    margin-right: 2rem;
    height: min-content; }
    #estados-contables .archivos .archivo .nombre {
      font-size: 1.1rem;
      font-weight: 600;
      color: #1d3864;
      line-height: 1;
      margin-bottom: .6rem;
      height: 2.7rem;
      border-bottom: 1px solid #213b6726;
      padding: .5rem 1.3rem; }
    #estados-contables .archivos .archivo li {
      display: grid;
      color: var(--main-color);
      grid-template-columns: 2fr 2rem;
      padding: .6rem 1.3rem .5rem;
      cursor: default; }
    #estados-contables .archivos .archivo .descripcion {
      font-weight: 300;
      font-size: .9rem;
      line-height: 1.3; }
    #estados-contables .archivos .archivo a {
      width: 1.3rem;
      height: 1.3rem; }
      #estados-contables .archivos .archivo a img {
        height: 1.3rem;
        margin-left: 1rem; }

footer {
  padding: 1.5rem 0;
  background: var(--main-color); }
  footer .big-text, footer .small-text a {
    font-weight: 600; }
  footer .small-text {
    font-size: .8rem;
    margin-top: .5rem; }
  footer #footer-logo {
    width: 13rem; }

@media screen and (max-width: 768px) {
  html {
    overflow-y: scroll; }

  body {
    background: #020238;
    background: -moz-linear-gradient(top, #020238 0%, #00b7e2 100%);
    background: -webkit-linear-gradient(top, #020238 0%, #00b7e2 100%);
    background: linear-gradient(to bottom, #020238 0%, #00b7e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020238', endColorstr='#00b7e2',GradientType=1 );
    overflow-y: scroll; }

  nav {
    opacity: 0;
    z-index: -1 !important;
    transition: z-index 0s ease .3s, all .3s ease; }
    nav .container {
      grid-template-rows: 1fr 1fr;
      grid-template-columns: auto;
      height: 100%;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 95vh; }
      nav .container .links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 8rem; }
        nav .container .links #nav-logo {
          opacity: 1;
          width: 11rem;
          position: absolute;
          top: .5rem;
          left: .5rem;
          -webkit-transition: all 0s ease;
          -moz-transition: all 0s ease;
          -o-transition: all 0s ease;
          transition: all 0s ease !important; }
        nav .container .links a {
          margin: 1.5rem 0 0;
          font-size: 1.3rem; }
      nav .container #close-nav {
        display: block;
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 1rem;
        right: 1rem; }
      nav .container .social {
        justify-content: center; }
        nav .container .social a {
          margin: 1rem; }
        nav .container .social img {
          height: 3rem; }
    nav.active {
      opacity: 1;
      z-index: 999 !important;
      height: 100vh;
      width: 100vw;
      background: #020c3e;
      display: grid;
      padding: 1rem;
      -webkit-transition: all .3s ease, z-index 0s ease;
      -moz-transition: all .3s ease, z-index 0s ease;
      -o-transition: all .3s ease, z-index 0s ease;
      transition: all .3s ease, z-index 0s ease; }

  #home {
    background: none;
    display: none; }

  h2 {
    margin-bottom: 1rem; }

  header {
    padding: 1.5rem;
    width: 100%;
    position: fixed;
    background: #020c3e;
    pointer-events: all;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    left: 0;
    transform: none; }
    header.sticky {
      padding: 1rem 1.5rem; }
      header.sticky #logo {
        width: 10rem;
        height: 3rem; }
    header #logo {
      height: 5rem;
      width: 15rem;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    header #arg {
      height: 11vh;
      display: none; }
    header #toggle-nav {
      display: block;
      width: 2.5rem;
      height: 2.5rem; }

  .fp-controlArrow {
    display: none; }

  .text-block {
    display: none; }

  #main {
    margin-top: 25vh; }
    #main .form {
      margin: 0 1rem; }
      #main .form form {
        padding: .5rem 1.5rem 2rem; }

  #home-slides-wrapper, #text-block-wrapper {
    display: none; }

  #video {
    height: auto;
    padding: 0 0 2rem;
    display: grid;
    grid-template-areas: 'form' 'video';
    padding-top: 8rem;
    opacity: 1; }
    #video .form {
      width: 100%;
      margin: 1rem 0; }
      #video .form form {
        padding: 1rem 2rem 2rem; }

  #form-wrapper {
    grid-area: form;
    width: 100%;
    padding: 0 1rem; }

  #video-bg {
    grid-area: video;
    position: relative;
    object-fit: contain;
    padding: 0 1rem;
    height: auto;
    width: auto;
    min-height: auto; }

  .section {
    height: auto !important; }

  #el-partido .container {
    padding: 3rem 1rem; }
    #el-partido .container > div {
      grid-template-columns: auto;
      grid-row-gap: 3rem; }
    #el-partido .container .destacado {
      font-size: 1.3rem;
      padding: 1rem; }
      #el-partido .container .destacado:after, #el-partido .container .destacado:before {
        width: 2rem;
        height: 2rem; }
      #el-partido .container .destacado:after {
        bottom: -.5rem;
        right: -.5rem; }
      #el-partido .container .destacado:before {
        left: -.5rem;
        top: -.5rem; }

  .destacado-desktop {
    display: none; }

  .destacado-mobile {
    display: block;
    background-size: cover;
    background: #e4e4e4;
    position: relative; }
    .destacado-mobile .destacado-message {
      width: 100%;
      background: #000;
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .destacado-mobile .destacado-message .quote {
        color: #fff;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1;
        width: 12rem;
        margin: 2rem; }
        .destacado-mobile .destacado-message .quote .signature {
          font-weight: 300;
          font-style: italic;
          margin-top: .5rem; }
      .destacado-mobile .destacado-message img {
        margin: 2rem;
        width: 50%;
        justify-self: flex-end; }
    .destacado-mobile img {
      object-fit: contain;
      width: 100%;
      max-height: unset; }
    .destacado-mobile .nosunimos {
      position: absolute;
      bottom: 2rem;
      left: 2rem;
      font-size: 1.6rem;
      font-weight: 600; }

  #el-partido .container, #estados-contables .container, #contacto .container, #elecciones-internas .container {
    padding: 3rem 1rem; }


  #elecciones-internas .archivos {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap; }
    #elecciones-internas .archivos .archivo {
      width: 100%;
      margin: 0 0 1rem; }


  #estados-contables .archivos {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap; }
    #estados-contables .archivos .archivo {
      width: 100%;
      margin: 0 0 1rem; }

  .form {
    margin-top: 1rem; }

  #contacto h3 {
    margin: 1rem 0; }

  footer .container {
    padding: 0 1rem; }

  .leve-right {
    margin-top: 2rem; } }
.noty_bar .noty_body {
  font-size: 1.3rem !important;
  background: #fff;
  padding: 1rem 1.5rem !important;
  color: var(--main-color);
  line-height: 1.2; }

.noty_type__alert .noty_body {
  background: #ff5a5a !important;
  color: #fff !important; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  height: 6px !important;
  background: #666 !important; }

html.sorteo, html.redes {
  overflow-y: auto; }
  html.sorteo nav .links, html.redes nav .links {
    display: none; }
  html.sorteo header, html.redes header {
    padding-top: 9.5vh; }
    html.sorteo header #logo, html.redes header #logo {
      width: 30vw;
      height: auto; }
  html.sorteo #video, html.redes #video {
    opacity: 1; }
  @media screen and (min-width: 769px) {
    html.sorteo #video .form, html.redes #video .form {
      margin-top: 25rem; }
    html.sorteo .text-block, html.redes .text-block {
      margin-top: 5rem; } }
  @media screen and (max-width: 768px) {
    html.sorteo header #logo, html.redes header #logo {
      width: 100%;
      height: auto; }
    html.sorteo header > .container, html.redes header > .container {
      display: block; }
    html.sorteo header, html.redes header {
      padding: 1.5rem 1rem 0;
      background: transparent;
      position: relative; }
    html.sorteo #video, html.redes #video {
      padding: 0;
      display: block; } }

html.redes body {
  background: -moz-linear-gradient(left, rgba(1, 19, 72, 0.82) 0%, rgba(125, 185, 232, 0) 100%), url(../images/bg.jpg) no-repeat;
  background: -webkit-linear-gradient(left, rgba(1, 19, 72, 0.82) 0%, rgba(125, 185, 232, 0) 100%), url(../images/bg.jpg) no-repeat;
  background: linear-gradient(to right, rgba(1, 19, 72, 0.82) 0%, rgba(125, 185, 232, 0) 100%), url(../images/bg.jpg) no-repeat;
  background-position: center;
  background-size: cover; }
@media screen and (min-width: 769px) {
  html.redes #video .form {
    margin-top: 30.5vh; }
  html.redes .text-block {
    margin-top: 30.5vh;
    width: auto !important; } }
@media screen and (max-width: 768px) {
  html.redes #form-wrapper {
    display: grid;
    grid-template-rows: 13rem 1fr;
    grid-template-areas: 'img' 'formulario'; }
    html.redes #form-wrapper .form {
      grid-area: formulario; }
    html.redes #form-wrapper .text-block {
      grid-area: img;
      width: 100%;
      display: block; } }

/*# sourceMappingURL=main.css.map */
