:root {
  --rojo1: #b33333;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 1rem;
  font-family: Bodoni Moda, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

a {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: underline;
  display: flex;
}

.h-scroll {
  z-index: 998;
  width: auto;
  height: 95vh;
  min-height: 0;
  position: relative;
}

.h-track {
  justify-content: space-between;
  width: 400vw;
  height: auto;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.panel {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  display: flex;
  position: relative;
}

.panel._3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.panel._4 {
  justify-content: space-between;
  min-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
}

.contenedor {
  justify-content: space-between;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedor.hero {
  z-index: auto;
  background-color: #0000;
  border: .5px #dfdfdf80;
  border-radius: 0;
  align-items: center;
  height: 75vh;
  margin-top: 6rem;
  margin-bottom: auto;
  padding: 4rem 5rem;
  display: flex;
  position: relative;
}

.contenedor.hero.var {
  -webkit-backdrop-filter: drop-shadow(0 0 16px #000000b3) blur(10px);
  backdrop-filter: drop-shadow(0 0 16px #000000b3) blur(10px);
  background-color: #0000;
  background-image: url('../images/contenedor.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  display: block;
}

.contenedor.sinmargen1 {
  background-color: #fff;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 8rem 6rem;
  position: relative;
}

.contenedor.negro {
  background-color: #333;
  border: .5px #dfdfdf80;
  border-radius: 10px;
  flex-flow: wrap;
  align-items: center;
  width: 45%;
  height: auto;
  margin-right: 0;
  padding: 2rem 3rem 3rem;
  position: relative;
}

.contenedor.sinmargen2 {
  background-color: #fff;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 8rem 6rem;
  position: relative;
}

.body {
  font-family: Lato, sans-serif;
  font-size: .9rem;
  line-height: 1.3em;
}

.menu {
  z-index: 999;
  background-color: #b33333;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 3rem;
  display: flex;
  position: fixed;
}

.icon_menu {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}

.cont_iconos {
  justify-content: space-between;
  width: 3.5rem;
  display: flex;
}

.cont_iconos._2 {
  width: 10rem;
  display: none;
}

.link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.1em;
  text-decoration: none;
}

.background-video {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  min-height: 1080px;
  position: fixed;
  inset: 0%;
}

.col50 {
  width: 48%;
  height: auto;
}

.logo {
  width: 25rem;
  margin-bottom: 2rem;
}

.p_hero {
  color: var(--rojo1);
  margin-bottom: 2rem;
}

.boton {
  background-color: #333;
  width: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.boton:hover, .boton:active {
  background-color: var(--rojo1);
}

.boton.var {
  background-color: var(--rojo1);
  position: absolute;
  inset: auto -1rem 2rem auto;
}

.boton.var:hover {
  color: #333;
  background-color: #fff;
}

.boton.var.w--current {
  bottom: 1rem;
}

.img {
  z-index: 998;
  width: 20rem;
  height: auto;
  position: absolute;
  bottom: -10rem;
  right: 0;
}

.titulo {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  font-family: Bodoni Moda, sans-serif;
  font-size: 3rem;
  line-height: 1.1em;
  display: block;
}

.titulo.bco {
  color: #fff;
}

.titulo.centrado {
  color: #fff;
  text-align: center;
}

.parrafo {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.image {
  width: 20rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
}

.cont_100 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.cont_100.izq {
  width: 40%;
  margin-left: 0;
  margin-right: auto;
}

.cont {
  z-index: 998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: .5px solid #dfdfdf80;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 420px;
  height: 65%;
  margin-top: auto;
  padding: 4rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: -28vw;
  right: 0;
}

.lista {
  color: #fff;
  background-image: url('../images/arrow.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 0 0 3rem;
}

.boton_corporativo {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  width: 48%;
  margin-bottom: 2rem;
}

.boton_corporativo:hover {
  color: #333;
  background-color: #fff;
}

.cont_serv {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.servicios {
  z-index: 998;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #fff3;
  border: .5px solid #dfdfdf80;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 0;
  height: auto;
  margin: 1rem auto;
  padding: 1rem;
  display: flex;
  position: static;
  bottom: 0;
  left: -28vw;
  right: 0;
}

.icon_serv {
  width: 4.5rem;
  max-height: 3rem;
  margin-bottom: 1rem;
}

.image-2 {
  z-index: 998;
  object-fit: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.form-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border: .5px solid #dfdfdf80;
  border-radius: 10px;
  width: 40%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
}

.text-field {
  border: 1px #000;
}

.text-field._50 {
  width: 49%;
}

.text-field.var {
  height: 8rem;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.txt_form {
  text-align: center;
  width: 80%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.txt_form._50 {
  color: #333;
  width: auto;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.cont_txt {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.cont_lista_corporativo {
  display: none;
}

.boton_laboral {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  width: 48%;
  margin-bottom: 2rem;
}

.boton_laboral:hover {
  color: #333;
  background-color: #fff;
}

.smooth-wrapper {
  height: 100%;
}

.smooth-content {
  height: 100vh;
  min-height: 0%;
}

.svg_elemento {
  z-index: 997;
  width: auto;
  height: 60vh;
  position: absolute;
  top: auto;
  right: 5rem;
}

.rrss {
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-inner {
  z-index: 1;
  flex-flow: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-glass {
  z-index: 0;
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(5px);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(5px);
  pointer-events: none;
  background-color: #fff3;
  border: 1px solid #dbdbdb80;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.footer {
  z-index: 999;
  background-color: var(--rojo1);
  flex-flow: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.link-2 {
  text-decoration: none;
}

.txt_footer {
  z-index: 999;
  opacity: 1;
  color: #333;
  text-align: center;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  display: flex;
  position: fixed;
  bottom: 0;
}

.txt_footer.movil {
  display: none;
}

.link_newape {
  color: #333;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.col70 {
  width: 48%;
  height: auto;
}

.heading {
  margin-bottom: 2rem;
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.2rem;
  }

  .h-track {
    width: 700vw;
  }

  .panel._3, .panel._2 {
    width: 200vw;
  }

  .panel._4 {
    width: 200vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contenedor {
    width: 90%;
  }

  .contenedor.hero {
    width: 90%;
    padding: 3rem;
  }

  .contenedor.sinmargen1 {
    width: 100vw;
    padding: 3rem 8rem;
  }

  .contenedor.negro {
    width: 80vw;
    padding: 2rem 3rem 3rem;
  }

  .contenedor.sinmargen2 {
    width: 100vw;
    padding: 3rem 8rem;
  }

  .body {
    font-size: .9rem;
  }

  .logo {
    margin-bottom: 1rem;
  }

  .boton.var {
    bottom: 1rem;
  }

  .img {
    width: auto;
    height: 30rem;
    bottom: -12rem;
    right: -2rem;
  }

  .titulo {
    font-size: 2rem;
  }

  .image {
    bottom: -4rem;
    right: 4rem;
  }

  .cont_100 {
    background-color: #0000;
    background-image: linear-gradient(90deg, #0000 1% 50%, #fff 50%, #fff);
    width: 200vw;
    margin-right: auto;
  }

  .cont_100.izq {
    background-color: #fff;
    background-image: none;
    width: 100vw;
  }

  .cont {
    width: 60vw;
    min-width: 0;
    height: auto;
    margin-bottom: auto;
    margin-left: 20vw;
    margin-right: 20vw;
    padding: 2rem;
    position: static;
    left: 0;
  }

  .cont_serv {
    width: 60vw;
    margin-left: 20vw;
    margin-right: 20vw;
  }

  .form-block {
    width: 60vw;
    margin-left: 20vw;
    margin-right: 20vw;
    padding: 2rem;
  }

  .cont_txt {
    flex-flow: column;
  }

  .col70 {
    width: 65%;
  }

  .heading {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 0;
    font-size: 2rem;
  }

  .h-track {
    flex-flow: column;
    width: 100vw;
    height: auto;
    min-height: 100vh;
  }

  .panel {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .panel._3 {
    flex-flow: column;
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .panel._2 {
    width: 100vw;
    min-height: 0;
  }

  .panel._4 {
    flex-flow: column;
    width: 100vw;
    min-height: 0;
  }

  .contenedor.hero {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contenedor.sinmargen1 {
    width: 100vw;
    min-height: 0;
    margin: 0;
    padding: 10vw 10vw 20vw;
    position: static;
  }

  .contenedor.negro {
    width: 80vw;
    margin: 10vw 10vw 2rem;
    padding: 2rem;
  }

  .contenedor.sinmargen2 {
    background-color: #0000;
    width: 100vw;
    min-height: 0;
    margin: 0;
    padding: 10vw;
    position: static;
  }

  .icon_menu {
    width: 1.2rem;
  }

  .cont_iconos {
    width: 3rem;
  }

  .cont_iconos._2 {
    width: 7rem;
  }

  .col50 {
    width: 70%;
  }

  .logo {
    width: 15rem;
    margin-bottom: 2rem;
  }

  .boton.var {
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: 2rem;
    right: auto;
  }

  .img {
    height: 100%;
    bottom: 0;
    right: 0;
  }

  .titulo.bco {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .image {
    width: 12rem;
    margin-left: auto;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }

  .cont_100 {
    background-image: linear-gradient(#0000 1% 50%, #fff 50%, #fff);
    flex-flow: wrap;
    width: 100vw;
    height: auto;
    min-height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cont_100.izq {
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cont {
    width: 90%;
    min-height: 0;
    margin: 10vw auto;
  }

  .lista {
    background-size: 1rem 1rem;
    padding-left: 2rem;
  }

  .boton_corporativo {
    width: 100%;
  }

  .cont_serv {
    width: 100vw;
    margin: 0 0;
    padding: 5vw 10vw;
  }

  .servicios {
    aspect-ratio: auto;
    width: 48%;
    height: 10rem;
    margin-bottom: 1rem;
  }

  .icon_serv {
    margin-bottom: 1rem;
  }

  .form-block {
    width: 80vw;
    margin: 5vh 10vw;
  }

  .cont_lista_laboral, .cont_lista_corporativo {
    margin-bottom: 2rem;
  }

  .boton_laboral {
    width: 100%;
    margin-bottom: .5rem;
  }

  .txt_footer {
    height: auto;
    position: static;
  }

  .txt_footer.movil {
    flex-flow: column;
    padding-left: 10%;
    padding-right: 10%;
    text-decoration: none;
    position: static;
  }

  .link_newape {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .col70 {
    width: 65%;
  }

  .heading {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    font-size: 1.6rem;
  }

  .panel {
    min-height: 0;
    padding-top: 0;
  }

  .panel._3 {
    justify-content: space-between;
  }

  .panel._4 {
    padding-top: 0;
  }

  .contenedor.hero {
    flex-flow: column;
    height: auto;
    padding: 2rem;
  }

  .contenedor.sinmargen1 {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .contenedor.negro {
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90vw;
    height: auto;
    margin: 10vw 5vw auto;
    padding: 2rem 1.5rem;
  }

  .contenedor.sinmargen2 {
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
    padding: 15vw 0;
  }

  .icon_menu {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
  }

  .cont_iconos {
    align-items: center;
    width: auto;
  }

  .cont_iconos._2 {
    display: none;
  }

  .link {
    font-size: .8rem;
  }

  .link._2 {
    display: none;
  }

  .col50 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .logo {
    width: 90%;
  }

  .boton {
    width: 100%;
  }

  .boton.var {
    text-align: center;
    position: static;
  }

  .img {
    width: auto;
    height: 20rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 0% -2rem;
  }

  .titulo {
    font-size: 1.5rem;
  }

  .titulo.bco {
    text-align: center;
    margin-bottom: 1rem;
  }

  .titulo.centrado {
    margin-bottom: 1rem;
  }

  .image {
    width: 90%;
    margin-top: 2rem;
    margin-right: auto;
    position: static;
  }

  .cont {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .lista {
    background-size: 1rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-size: .85rem;
    line-height: 1.2em;
  }

  .lista.var {
    margin-bottom: 1rem;
  }

  .boton_corporativo {
    width: 100%;
    margin-bottom: .4rem;
  }

  .cont_serv {
    width: 90vw;
    margin-top: 10vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 0;
  }

  .servicios {
    width: 46%;
    font-size: .8rem;
  }

  .form-block {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 1.5rem;
  }

  .text-field._50 {
    width: 100%;
  }

  .txt_form {
    font-size: .8rem;
  }

  .cont_lista_laboral {
    margin-top: 2rem;
  }

  .boton_laboral {
    width: 100%;
    margin-bottom: .4rem;
  }

  .txt_footer.movil {
    padding-left: 5%;
    padding-right: 5%;
  }

  .col70 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading {
    font-size: 1.6rem;
  }
}


