h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.video-background-section {
  width: auto;
  height: 80vh;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrap {
  z-index: -999;
  width: 1000%;
  height: 100%;
  background-color: #000;
  padding-bottom: 100%;
  position: absolute;
}

.video-embed {
  width: 100%;
  height: 100%;
  opacity: .75;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-shade {
  background-color: rgba(0, 0, 0, .33);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  color: #fff;
  text-align: center;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.search-container {
  color: #42acd1;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.navegaci-n-header {
  background-color: #fff;
  display: none;
}

.button-item---brix {
  margin: 18px 12px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.search {
  width: 40px;
  height: 40px;
  color: #fe4242;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.search-open-trigger {
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(254, 66, 66, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.search-button {
  width: 40px;
  opacity: 1;
  color: #42acd1;
  background-color: rgba(66, 172, 209, .29);
  border-radius: 20px;
  padding: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
}

.button-preguntas {
  color: #fff;
  text-align: center;
  background-color: #939c9d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 25px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, transform .25s;
  display: flex;
}

.button-preguntas:hover {
  background-color: #848a8b;
  transform: translate(0, -3px);
}

.search-input {
  width: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.bold-text {
  color: #42acd1;
  font-weight: 900;
}

.button-descarga-app {
  color: #fff;
  text-align: center;
  background-color: #42acd1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 25px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.button-descarga-app:hover {
  background-color: #268cb0;
  transform: translate(0, -3px);
}

.botonarrownav {
  width: 16px;
  margin-left: 12px;
  transform: rotate(50deg);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 90%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fontawesome-close {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  transition: color .5s;
  position: absolute;
  right: 15px;
}

.fontawesome-close:hover {
  color: #fe4242;
}

.button-container {
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border: 4px #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-wrapper {
  display: none;
}

.video-wrapper {
  height: auto;
  max-height: none;
  min-height: 0;
  padding: 40px;
}

.t-tulo-ciberseguridad {
  max-width: none;
  background-color: #002279;
  background-image: url('../images/LandingCiberSeguridad-03.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top: 1px solid #e0e0e0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 44px;
}

.margin-bottom-24px {
  color: #33d7f0;
  text-align: center;
  border-bottom: 1px solid #33d7f0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 27px;
}

.button-intermediarios {
  width: 300px;
  color: #fff;
  text-align: center;
  background-color: #42acd1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.button-intermediarios:hover {
  background-color: #268cb0;
  transform: translate(0, -3px);
}

.text-block-boton-inter {
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-2 {
  transform: rotate(-90deg);
}

.div-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.video {
  border-radius: 0;
}

.container-3 {
  max-width: 100%;
  justify-content: center;
  display: flex;
}

.body {
  max-width: 100%;
  background-color: #070013;
}

.section {
  background-color: #070013;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.column {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #60d7e4;
  border-radius: 13px;
  padding: 20px 40px 60px;
}

.body-text-blanco {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.columns-2 {
  grid-column-gap: 30px;
  padding-top: 0;
  display: flex;
}

.texto-universal-en-linea, .div-block-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-5 {
  color: #002279;
  text-transform: none;
  padding-right: 10px;
  text-decoration: none;
}

.container-11 {
  max-width: 1000px;
}

.boton-flecha-universal-linea-amanda {
  width: 200px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .02) 65%, rgba(255, 255, 255, .3));
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  text-decoration: none;
  transition: opacity .2s, background-color .2s;
  display: flex;
}

.boton-flecha-universal-linea-amanda:hover {
  background-color: rgba(255, 255, 255, .06);
  font-weight: 700;
}

.como-protegerte-a {
  background-color: #070013;
  background-image: linear-gradient(#070013, #002279);
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.como-protegerte-a:hover {
  color: #070013;
  background-color: #070013;
}

.column-2 {
  background-color: #42acd1;
  border-radius: 13px;
  padding: 60px 40px;
}

.titulo-22-pt-white {
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 29px;
}

.textos-resaltados-blanco-align-left {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.boton-flecha-universal-linea {
  width: 138px;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  margin-top: 60px;
  padding: 10px;
  text-decoration: none;
  transition: opacity .2s, background-color .2s;
  display: flex;
}

.boton-flecha-universal-linea:hover {
  background-color: #ccc;
  font-weight: 700;
}

.como-protegerte-b {
  background-color: #002279;
  background-image: url('../images/LandingCiberSeguridad_BG02.jpg');
  background-position: 50% 0;
  background-size: 2200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.como-protegerte-b:hover {
  color: #070013;
  background-color: #002279;
}

.hero-section {
  height: auto;
  max-width: 100%;
  min-height: 0%;
  background-color: #070013;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-15 {
  max-width: 1028px;
  justify-content: center;
  align-items: center;
  display: block;
}

.columns-5 {
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #33d7f0;
  text-transform: uppercase;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

.button-cta-hero-section {
  color: #fff;
  text-align: center;
  background-color: #42acd1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.button-cta-hero-section:hover {
  background-color: #268cb0;
  transform: translate(0, -3px);
}

.div-block-11 {
  text-align: center;
}

.image-3 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-footer {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 44px;
}

.div-block-10-footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-footer {
  background-color: #070013;
  padding-top: 60px;
  padding-bottom: 100px;
}

.body-text-blanco-footer {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.html-embed {
  max-width: none;
}

.t-tulo-ciberseguridad-desktop {
  max-width: none;
  background-color: #002279;
  background-image: url('../images/LandingCiberSeguridad-03.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top: 1px solid #e0e0e0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contenedor-video {
  max-width: none;
  background-color: #002279;
  background-image: url('../images/LandingCiberSeguridad-03.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top: 1px solid #e0e0e0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-12 {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.heading-phising {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 44px;
}

.video-background-section-re {
  width: auto;
  height: 108vh;
  background-image: url('../images/LandingCiberSeguridad-03_1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #33d7f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 60px;
}

.text-block-6 {
  width: 80%;
  color: #002279;
  text-align: center;
  border: 1px solid #33d7f0;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-block-7 {
  width: 49%;
  color: #33d7f0;
  text-align: center;
  border: 1px #33d7f0;
  border-radius: 5px;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section-1 {
  width: 100%;
  border-top: 1px solid #33d7f0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-16 {
  max-width: 93%;
}

.hero-section-siaris {
  height: auto;
  max-width: 100%;
  min-height: 0%;
  background-color: #002279;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.margin-bottom-24px-siaris {
  color: #fff;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.heading-3-siaris {
  color: #33d7f0;
  text-transform: uppercase;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.section-3 {
  width: 100%;
  background-color: #efefef;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 60px;
}

.container-17, .container-section-3 {
  max-width: 70%;
}

.heading-phising-blue {
  color: #002279;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-blue {
  width: 90%;
  color: #002279;
  text-align: center;
  border: 1px solid #33d7f0;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .video-background-section {
    height: 50vh;
  }

  .video-embed {
    z-index: 1;
  }

  .video-shade {
    z-index: 2;
  }

  .container-2 {
    max-width: 728px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .margin-bottom-24px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block {
    padding-top: 10px;
  }

  .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulo-22-pt-white {
    line-height: 32px;
  }

  .hero-section {
    height: 38%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container-15 {
    max-width: 95%;
  }

  .heading-3 {
    padding-top: 10px;
    font-size: 37px;
  }

  .margin-bottom-24px-2 {
    font-size: 18px;
  }

  .heading-footer {
    padding-left: 100px;
    padding-right: 100px;
    line-height: 32px;
  }

  .video-background-section-re {
    width: auto;
    height: 69vh;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    width: 94%;
  }

  .text-block-7 {
    width: 78%;
  }

  .section-1 {
    width: 100%;
  }

  .hero-section-siaris {
    height: 38%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .margin-bottom-24px-siaris {
    font-size: 18px;
  }

  .heading-3-siaris {
    padding-top: 10px;
    font-size: 35px;
  }

  .section-3 {
    width: 94%;
  }

  .text-block-blue {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .video-background-section {
    height: 40vh;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .margin-bottom-24px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-5 {
    flex-direction: column;
  }

  .heading-footer {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
  }

  .body-text-blanco-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-background-section-re {
    width: auto;
    height: 54vh;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    width: 100%;
  }

  .text-block-7 {
    width: 80%;
    line-height: 23px;
  }

  .section-1 {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-siaris {
    margin-bottom: 20px;
  }

  .column-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .video-background-section {
    height: 23vh;
    padding-top: 0;
  }

  .heading {
    text-align: center;
  }

  .search-container {
    display: none;
    overflow: visible;
  }

  .icon-2 {
    color: #002279;
  }

  .button-item---brix {
    flex-direction: column;
    align-items: center;
    margin: 12px auto;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .button-preguntas {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-descarga-app {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-button.w--open {
    background-color: #42acd1;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    width: 95%;
    background-color: #f7f7f7;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    display: flex;
  }

  .heading-2 {
    text-align: left;
    letter-spacing: -1px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 23px;
    line-height: 27px;
  }

  .margin-bottom-24px {
    border: 1px #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-intermediarios {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block {
    padding-top: 40px;
  }

  .container-3 {
    max-width: 95%;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .body-text-blanco {
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .container-11 {
    max-width: 97%;
  }

  .como-protegerte-a {
    height: auto;
    padding: 20px 10px;
  }

  .column-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .titulo-22-pt-white {
    padding-left: 0;
    line-height: 30px;
  }

  .como-protegerte-b {
    height: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    height: 70%;
    background-color: #021033;
    border-top: 1px solid #33d7f0;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 40px;
    display: block;
  }

  .columns-5 {
    flex-direction: column;
  }

  .heading-3 {
    padding-top: 10px;
    font-size: 30px;
    line-height: 39px;
  }

  .margin-bottom-24px-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-cta-hero-section {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-11 {
    padding: 20px 0;
  }

  .heading-footer {
    text-align: center;
    padding: 20px;
    font-size: 23px;
    line-height: 28px;
  }

  .section-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-text-blanco-footer {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-phising {
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 29px;
  }

  .video-background-section-re {
    width: auto;
    height: 54vh;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    width: 100%;
  }

  .text-block-6 {
    width: 100%;
    color: #33d7f0;
    margin-top: 0;
    font-size: 16px;
  }

  .text-block-7 {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
  }

  .section-1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-16 {
    max-width: 90%;
  }

  .hero-section-siaris {
    height: 70%;
    background-color: #002279;
    border-top: 1px solid #33d7f0;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .margin-bottom-24px-siaris {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-3-siaris {
    padding-top: 10px;
    font-size: 30px;
    line-height: 39px;
  }

  .column-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-3 {
    width: 100%;
    padding-bottom: 10px;
  }

  .container-section-3 {
    max-width: 90%;
  }

  .heading-phising-blue {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .text-block-blue {
    width: 100%;
    color: #002279;
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }
}
