body {
  padding: 0 !important;
  margin: 0 !important; }

.clearfix {
  overflow: auto;
  zoom: 1; }

body {
  padding: 0 !important;
  margin: 0 !important; }

.clearfix {
  overflow: auto;
  zoom: 1; }

/* The navigation bar */
.menudesktop {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 2;
  height: 50px;
  overflow: hidden;
  position: fixed;
  /* Set the navbar to fixed position */
  top: 0;
  display: none; }
  @media (min-width: 1200px) {
    .menudesktop {
      display: initial; } }
  .menudesktop .listamenu {
    /* Change background on mouse-over */ }
    @media (min-width: 1200px) {
      .menudesktop .listamenu {
        width: 1200px;
        margin: auto;
        display: block; } }
    @media (min-width: 1800px) {
      .menudesktop .listamenu {
        width: 1800px;
        margin: auto;
        display: block; } }
    .menudesktop .listamenu .imglogo {
      display: block;
      width: 50px;
      float: left;
      margin: 3px 20px; }
      .menudesktop .listamenu .imglogo img {
        height: 40px; }
    .menudesktop .listamenu a {
      float: left;
      display: block;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-weight: 400; }
    .menudesktop .listamenu a:hover {
      background: #ddd;
      color: black;
      font-weight: 600; }
    .menudesktop .listamenu a.nada:hover {
      background-color: inherit;
      color: #f2f2f2;
      cursor: default;
      font-weight: 400; }
    .menudesktop .listamenu .inright {
      display: inline;
      float: right; }

.menu {
  background-color: #222;
  border-radius: 1000px;
  position: fixed;
  top: 20px;
  right: 10px;
  height: 46px;
  width: 46px;
  z-index: 5;
  display: initial; }
  @media (min-width: 1200px) {
    .menu {
      display: none; } }

.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2; }

.hamburger-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px; }

.hamburger-bar {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out; }

.hamburger-bar-2 {
  top: 0;
  bottom: 0;
  margin: auto; }

.hamburger-bar-3 {
  bottom: 0; }

.menu.open .hamburger-bar-1 {
  transform: translateY(7px) translateY(-50%) rotate(45deg); }

.menu.open .hamburger-bar-2 {
  opacity: 0; }

.menu.open .hamburger-bar-3 {
  transform: translateY(-7px) translateY(50%) rotate(-45deg); }

.menu-overlay.open {
  opacity: 1;
  visibility: visible; }

.menu-overlay {
  background-color: #000000;
  color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .menu-overlay nav {
    position: absolute;
    height: 80%;
    top: 45%;
    transform: translateY(-50%);
    font-size: 40px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-align: center;
    line-height: 60px; }
  .menu-overlay ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 25px; }
  .menu-overlay ul.one {
    width: 87.563%; }
  .menu-overlay li {
    display: block;
    padding: 5px;
    position: relative;
    opacity: 1;
    margin: 5px; }
    .menu-overlay li :after {
      content: "";
      display: block;
      height: 1px;
      width: 40%;
      margin: 5px auto;
      background: #f00; }
  .menu-overlay a {
    display: block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden; }
  .menu-overlay a.nav-links:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s; }
  .menu-overlay .display-inline {
    display: inline-block;
    margin: 0 10px 0 10px; }
  .menu-overlay input[type=text] {
    width: 130px;
    border: 2px solid #ffffff;
    border-radius: 130px;
    font-size: 16px;
    background-color: white;
    margin: 20px;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out; }
  .menu-overlay input[type=text]:focus {
    width: 230px;
    outline: none; }
  .menu-overlay .social-round-icon {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: inherit;
    font-size: 40px;
    padding: 15px; }
  .menu-overlay a.social-round-icon:hover {
    background-color: #ffffff;
    color: black;
    box-shadow: inset 0 0 0 5px #000;
    transition: .3s; }

html,
body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Maitree', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

@media (max-width: 599px) {
  .wrapper {
    max-width: 99%;
    display: block;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto; } }

@media (min-width: 1800px) {
  .wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0; } }

header {
  width: 100%;
  /* The navigation bar */ }
  header body {
    padding: 0 !important;
    margin: 0 !important; }
  header .clearfix {
    overflow: auto;
    zoom: 1; }
  header .menudesktop {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 2;
    height: 50px;
    overflow: hidden;
    position: fixed;
    /* Set the navbar to fixed position */
    top: 0;
    display: none; }
    @media (min-width: 1200px) {
      header .menudesktop {
        display: initial; } }
    header .menudesktop .listamenu {
      /* Change background on mouse-over */ }
      @media (min-width: 1200px) {
        header .menudesktop .listamenu {
          width: 1200px;
          margin: auto;
          display: block; } }
      @media (min-width: 1800px) {
        header .menudesktop .listamenu {
          width: 1800px;
          margin: auto;
          display: block; } }
      header .menudesktop .listamenu .imglogo {
        display: block;
        width: 50px;
        float: left;
        margin: 3px 20px; }
        header .menudesktop .listamenu .imglogo img {
          height: 40px; }
      header .menudesktop .listamenu a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-weight: 400; }
      header .menudesktop .listamenu a:hover {
        background: #ddd;
        color: black;
        font-weight: 600; }
      header .menudesktop .listamenu a.nada:hover {
        background-color: inherit;
        color: #f2f2f2;
        cursor: default;
        font-weight: 400; }
      header .menudesktop .listamenu .inright {
        display: inline;
        float: right; }
  header .menu {
    background-color: #222;
    border-radius: 1000px;
    position: fixed;
    top: 20px;
    right: 10px;
    height: 46px;
    width: 46px;
    z-index: 5;
    display: initial; }
    @media (min-width: 1200px) {
      header .menu {
        display: none; } }
  header .menu-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2; }
  header .hamburger-icon {
    position: absolute;
    width: 20px;
    height: 14px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 1px; }
  header .hamburger-bar {
    background-color: #ffffff;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.25s ease-in-out; }
  header .hamburger-bar-2 {
    top: 0;
    bottom: 0;
    margin: auto; }
  header .hamburger-bar-3 {
    bottom: 0; }
  header .menu.open .hamburger-bar-1 {
    transform: translateY(7px) translateY(-50%) rotate(45deg); }
  header .menu.open .hamburger-bar-2 {
    opacity: 0; }
  header .menu.open .hamburger-bar-3 {
    transform: translateY(-7px) translateY(50%) rotate(-45deg); }
  header .menu-overlay.open {
    opacity: 1;
    visibility: visible; }
  header .menu-overlay {
    background-color: #000000;
    color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
    transition: opacity 0.2s ease-in-out;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    header .menu-overlay nav {
      position: absolute;
      height: 80%;
      top: 45%;
      transform: translateY(-50%);
      font-size: 40px;
      font-family: 'Vollkorn', serif;
      font-weight: 400;
      text-align: center;
      line-height: 60px; }
    header .menu-overlay ul {
      list-style: none;
      padding: 0;
      display: inline-block;
      position: relative;
      margin: 25px; }
    header .menu-overlay ul.one {
      width: 87.563%; }
    header .menu-overlay li {
      display: block;
      padding: 5px;
      position: relative;
      opacity: 1;
      margin: 5px; }
      header .menu-overlay li :after {
        content: "";
        display: block;
        height: 1px;
        width: 40%;
        margin: 5px auto;
        background: #f00; }
    header .menu-overlay a {
      display: block;
      position: relative;
      color: #ffffff;
      text-decoration: none;
      overflow: hidden; }
    header .menu-overlay a.nav-links:hover {
      background-color: #ffffff;
      color: #000000;
      transition: 0.6s; }
    header .menu-overlay .display-inline {
      display: inline-block;
      margin: 0 10px 0 10px; }
    header .menu-overlay input[type=text] {
      width: 130px;
      border: 2px solid #ffffff;
      border-radius: 130px;
      font-size: 16px;
      background-color: white;
      margin: 20px;
      padding: 12px 20px 12px 40px;
      -webkit-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out; }
    header .menu-overlay input[type=text]:focus {
      width: 230px;
      outline: none; }
    header .menu-overlay .social-round-icon {
      width: 45px;
      height: 45px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      text-align: center;
      line-height: inherit;
      font-size: 40px;
      padding: 15px; }
    header .menu-overlay a.social-round-icon:hover {
      background-color: #ffffff;
      color: black;
      box-shadow: inset 0 0 0 5px #000;
      transition: .3s; }
  header .headercctv {
    display: grid;
    grid-template-columns: 10% 1fr 10%;
    grid-template-rows: 1auto;
    grid-template-areas: '. . .';
    background-color: bisque;
    background: url(../img/cctv/header/trazovector.svg), url(../img/cctv/header/bg-cameras.jpg);
    background-repeat: no-repeat, no-repeat;
    background-attachment: local, fixed;
    background-size: 100% 100%, 100% auto;
    width: 100%; }
    @media (max-width: 599px) {
      header .headercctv {
        background-size: 100% 100%, auto 100%;
        height: 350px; } }
    @media (min-width: 1200px) {
      header .headercctv {
        padding-top: 50px !important;
        height: 400px; } }
    header .headercctv h1 {
      margin-block-start: 0;
      margin-block-end: 0; }
    @media (min-width: 900px) {
      header .headercctv .otraclase {
        display: none; } }
    @media (min-width: 900px) {
      header .headercctv {
        padding: 0;
        grid-template-columns: 5% 1fr 10% 1fr 1fr;
        grid-template-columns: 5% 1fr 10% 1fr 1fr;
        grid-template-rows: 1auto;
        grid-template-areas: '. copy . celular camara'; } }
    header .headercctv .celular {
      display: none; }
      @media (min-width: 900px) {
        header .headercctv .celular {
          display: block;
          grid-area: celular;
          position: relative; }
          header .headercctv .celular img {
            max-height: 300px;
            display: block;
            margin: 0 auto;
            position: absolute;
            bottom: -20px; } }
    header .headercctv .camara {
      display: none; }
      @media (min-width: 900px) {
        header .headercctv .camara {
          display: block;
          grid-area: camara;
          position: relative; }
          header .headercctv .camara img {
            max-height: 300px;
            display: block;
            position: absolute;
            right: 0; } }
    header .headercctv .bigcctv {
      text-align: center;
      width: 90%;
      margin: 10px auto;
      line-height: 70px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
      @media (min-width: 600px) {
        header .headercctv .bigcctv {
          margin: 20px auto 10px;
          width: 50%; } }
      @media (min-width: 900px) {
        header .headercctv .bigcctv {
          width: 100%;
          grid-area: copy;
          margin-left: 50px;
          margin-top: 30px; } }
      @media (min-width: 1200px) {
        header .headercctv .bigcctv {
          margin-top: 50px; } }
      @media (min-width: 1800px) {
        header .headercctv .bigcctv {
          width: 90%;
          margin-top: 30px; } }
      header .headercctv .bigcctv h1 {
        font-size: 50px;
        margin-block-end: 0; }
      header .headercctv .bigcctv button {
        border: 0;
        background-color: #ff1744;
        width: 250px;
        padding: 20px 10px;
        margin: 20px auto;
        border-radius: 1000px;
        font-weight: bold;
        color: white;
        font-size: 20px; }

.promo_1 {
  padding: 10px 10px; }
  @media (min-width: 1200px) {
    .promo_1 {
      padding: 10px 70px; } }
  .promo_1 h2 {
    text-align: center !important; }
  .promo_1 img {
    display: block;
    width: 80%;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .promo_1 img {
        width: 70%; } }

.best_brands {
  padding: 10px 10px; }
  @media (min-width: 900px) {
    .best_brands {
      padding: 10px 40px; } }
  .best_brands h2 {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 600px) {
      .best_brands h2 {
        line-height: 6vw; } }
    @media (min-width: 1200px) {
      .best_brands h2 {
        width: 50%;
        margin: 50px auto; } }
    @media (min-width: 1800px) {
      .best_brands h2 {
        line-height: 80px; } }
  .best_brands .brands {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(149.75px, 1fr));
    grid-gap: 20px;
    margin: 30px 0; }
    @media (min-width: 1200px) {
      .best_brands .brands {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 70px; } }
  .best_brands .brand {
    text-align: center; }
    .best_brands .brand .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .best_brands .brand img {
      width: 80%;
      vertical-align: middle; }

.promociones {
  padding: 5px 20px; }
  @media (min-width: 1200px) {
    .promociones {
      margin: 100px 0; } }
  .promociones .titulo {
    text-align: center; }
    .promociones .titulo h1 {
      color: #333; }
      @media (min-width: 1200px) {
        .promociones .titulo h1 {
          margin-block-end: 40px; } }
  .promociones .lista_promociones {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(299.5px, 1fr));
    grid-gap: 20px; }
    @media (min-width: 600px) {
      .promociones .lista_promociones {
        grid-template-columns: repeat(auto-fit, minmax(599px, 1fr));
        grid-gap: 50px; } }
    @media (min-width: 1200px) {
      .promociones .lista_promociones {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 50px; } }
    .promociones .lista_promociones h3 {
      text-align: center;
      color: white;
      font-size: 40px;
      margin-block-start: 5px;
      margin-block-end: 5px; }
      @media (min-width: 600px) {
        .promociones .lista_promociones h3 {
          font-size: 60px;
          margin-block-start: 15px;
          margin-block-end: 15px; } }
      @media (min-width: 1200px) {
        .promociones .lista_promociones h3 {
          font-size: 35px; } }
    .promociones .lista_promociones .promocion {
      padding: 20px 10px;
      margin: 10px 0;
      border-radius: 40px; }
      @media (min-width: 600px) {
        .promociones .lista_promociones .promocion {
          width: 80%;
          margin: 0 auto; } }
      @media (min-width: 900px) {
        .promociones .lista_promociones .promocion {
          width: 60%; } }
      @media (min-width: 1200px) {
        .promociones .lista_promociones .promocion {
          border-radius: 20px;
          padding: 5px 20px 20px;
          width: 85%; } }
      .promociones .lista_promociones .promocion .imgpromo {
        margin: 10px 0 5px;
        padding: 0;
        display: grid;
        grid-template-columns: 50% 10% 40%;
        grid-template-rows: 1auto;
        grid-template-areas: '. . .'; }
        .promociones .lista_promociones .promocion .imgpromo .imgleft img {
          width: 100%;
          margin: 0 auto;
          display: block; }
        .promociones .lista_promociones .promocion .imgpromo .imgcenter {
          font-size: 60px;
          padding: 10px;
          color: white; }
        .promociones .lista_promociones .promocion .imgpromo .imgright img {
          width: 40%;
          margin: 0 auto;
          display: block; }
    .promociones .lista_promociones .contenido {
      color: white;
      font-weight: 600;
      line-height: 40px;
      font-size: 20px; }
      @media (min-width: 600px) {
        .promociones .lista_promociones .contenido {
          font-size: 30px; } }
      .promociones .lista_promociones .contenido ul {
        line-height: 30px;
        font-size: 20px; }
        @media (min-width: 600px) {
          .promociones .lista_promociones .contenido ul {
            font-size: 30px;
            line-height: 50px; } }
        @media (min-width: 1200px) {
          .promociones .lista_promociones .contenido ul {
            font-size: 20px;
            line-height: 30px; } }
      .promociones .lista_promociones .contenido .precio img {
        width: 100%;
        display: block;
        margin: 0 auto; }
      .promociones .lista_promociones .contenido .btn-promo {
        border: 0;
        width: 270px;
        padding: 20px 30px;
        border-radius: 1000px;
        margin: 0 auto;
        margin-top: 30px;
        display: block;
        font-size: 25px;
        font-weight: 600; }
        @media (min-width: 600px) {
          .promociones .lista_promociones .contenido .btn-promo {
            font-size: 40px;
            width: 80%; } }
        @media (min-width: 1200px) {
          .promociones .lista_promociones .contenido .btn-promo {
            font-size: 25px;
            padding: 15px 20px; } }
      .promociones .lista_promociones .contenido .subtext {
        padding: 10px 25px;
        text-align: justify;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        margin-block-start: 0;
        margin-block-end: 0; }
        @media (min-width: 600px) {
          .promociones .lista_promociones .contenido .subtext {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .promociones .lista_promociones .contenido .subtext {
            font-size: 14px; } }
    .promociones .lista_promociones .basico {
      background: url(../img/cctv/promociones/bg_basico.svg);
      background-size: 100% 100%; }
      .promociones .lista_promociones .basico .btn-promo {
        background-color: #ff3131;
        color: white; }
    .promociones .lista_promociones .medio {
      background: url(../img/cctv/promociones/bg_medio.svg);
      background-size: 100% 100%; }
      .promociones .lista_promociones .medio .btn-promo {
        background-color: #ffff64;
        color: #222; }
    .promociones .lista_promociones .avanzado {
      background: url(../img/cctv/promociones/bg_avanzado.svg);
      background-size: 100% 100%; }
      .promociones .lista_promociones .avanzado .btn-promo {
        background-color: #fff;
        color: #222; }
  .promociones .speechpromo {
    text-align: center; }
    .promociones .speechpromo h3 {
      line-height: 30px; }
      @media (min-width: 600px) {
        .promociones .speechpromo h3 {
          font-size: 4vw;
          line-height: 8vw; } }
      @media (min-width: 1800px) {
        .promociones .speechpromo h3 {
          font-size: 50px;
          line-height: 90px; } }
    .promociones .speechpromo img {
      width: 100%;
      border-radius: 1%; }
      @media (min-width: 600px) {
        .promociones .speechpromo img {
          width: 80%; } }
      @media (min-width: 1200px) {
        .promociones .speechpromo img {
          width: 60%; } }

.promo_2 {
  padding: 0 20px;
  margin: 20px 0; }
  .promo_2 h2 {
    text-align: center;
    color: #444; }
  .promo_2 button {
    border-radius: 1000px;
    border: 0;
    padding: 20px 50px;
    display: block;
    margin: 0 auto;
    font-size: 25px;
    color: white;
    font-weight: 600;
    background-color: #0088ff; }
    @media (min-width: 600px) {
      .promo_2 button {
        font-size: 40px;
        padding: 35px 70px; } }

body {
  padding: 0 !important;
  margin: 0 !important; }

.clearfix {
  overflow: auto;
  zoom: 1; }

.grecaptcha-badge {
  display: none !important; }

.contacto {
  background-image: url(../img/cctv/contacto/bg_contacto.jpg);
  background-size: 100% auto;
  padding: 20px 10px;
  background-repeat: no-repeat;
  background-position: center bottom; }
  @media (min-width: 1200px) {
    .contacto {
      margin: 80px 150px 0;
      display: block; } }
  .contacto .form {
    margin: 20px 15px;
    background-color: #fff;
    border-radius: 3%;
    padding: 30px 30px;
    line-height: 70px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
    @media (min-width: 600px) {
      .contacto .form {
        margin: 50px 90px;
        padding: 40px 50px;
        line-height: 90px;
        border-radius: 1%;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); } }
    @media (min-width: 900px) {
      .contacto .form {
        margin: 80px 180px;
        padding: 40px 120px;
        line-height: 115px; } }
    @media (min-width: 1200px) {
      .contacto .form {
        margin: 80px 100px;
        padding: 40px 120px;
        line-height: 115px; } }
    .contacto .form .titulo {
      font-family: Calibri;
      font-size: 50px;
      margin-bottom: 15px;
      color: #060057;
      font-weight: 500; }
      @media (min-width: 900px) {
        .contacto .form .titulo {
          font-size: 80px; } }
    .contacto .form input {
      margin: 0 auto;
      width: 80%;
      padding: 10px 15px;
      border: 0;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }
      @media (min-width: 600px) {
        .contacto .form input {
          padding: 15px 25px;
          font-size: 16px; } }
      @media (min-width: 900px) {
        .contacto .form input {
          border-radius: 15px;
          padding: 20px 25px;
          font-size: 18px; } }
    .contacto .form textarea {
      margin: 0 auto;
      width: 80%;
      margin-top: 15px;
      padding: 10px 15px;
      border: 0;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }
      @media (min-width: 600px) {
        .contacto .form textarea {
          padding: 15px 25px;
          font-size: 16px; } }
      @media (min-width: 900px) {
        .contacto .form textarea {
          border-radius: 15px;
          padding: 20px 25px !important;
          font-size: 18px; } }
    .contacto .form button {
      border: 0;
      padding: 15px 50px;
      background-color: #FF5700;
      color: white;
      font-weight: 500;
      font-size: 20px;
      border-radius: 1000px; }
      @media (min-width: 900px) {
        .contacto .form button {
          padding: 20px 80px;
          font-size: 30px; } }
      .contacto .form button:disabled {
        background-color: #FF884D;
        cursor: wait; }
    .contacto .form textarea {
      width: 80%;
      margin-top: 15px;
      padding: 10px 15px;
      border: 0;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }
      @media (min-width: 600px) {
        .contacto .form textarea {
          padding: 15px 25px;
          font-size: 18px; } }
    .contacto .form ::placeholder {
      color: #aaa; }

footer {
  width: 100%;
  min-height: 100px;
  background-color: #333; }

h2 {
  font-size: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
  @media (min-width: 600px) {
    h2 {
      font-size: 5vw;
      line-height: 10vw; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 50px;
      line-height: 80px; } }

h1 {
  font-size: 50px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 100px; } }

button {
  cursor: pointer; }

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5; }

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  border-radius: 5000px;
  margin: 10px 0; }

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000; }

.facebook {
  background: #3b5998;
  color: white; }

.twitter {
  background: #55acee;
  color: white; }

.google {
  background: #dd4b39;
  color: white; }

.linkedin {
  background: #007bb5;
  color: white; }

.youtube {
  background: #bb0000;
  color: white; }

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