body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 15px;
}

h1 {
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 2px;
}

h5 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 15px;
}

h1 {
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 2px;
}

h5 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}

.header {
  height: 100vh;
  background-image: url(../images/header-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  background-position-y: top;
}
.header .stickyHeader {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #4C4A7E;
}
.header .stickyHeader .contenedor {
  padding: 0;
}
.header .stickyHeader .contenedor:before {
  top: 0;
}
.header .stickyHeader .contenedor .menu nav li a {
  font-weight: 400;
}
.header .stickyHeader .contenedor .menu nav li a:hover {
  font-weight: 800;
}
.header .stickyHeader .contenedor .header-logo {
  margin-bottom: 0;
}
.header .stickyHeader .contenedor .header-logo:after {
  top: 0;
}
@media (max-width: 767px) {
  .header {
    background-position: center;
  }
}
.header header {
  transition: all 0.7s;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 40px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header header {
    top: 0;
    padding: 0 15px;
  }
}
.header header .contenedor {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .header header .contenedor {
    max-width: 100%;
  }
}
.header header .contenedor:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 5px;
  height: 34.5px;
  background: #4C4A7E;
  width: 100%;
}
@media (max-width: 767px) {
  .header header .contenedor:before {
    top: 0;
    height: 50px;
  }
}
.header header .contenedor:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 5px;
  height: 34.5px;
  background: #4C4A7E;
  width: 100%;
}
.header header .contenedor .header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 5px;
  margin-bottom: -5px;
}
.header header .contenedor .header-logo:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 100%;
  height: 34.5px;
  background: #4C4A7E;
  width: 1100px;
}
@media (max-width: 767px) {
  .header header .contenedor .header-logo:after {
    top: 0;
    height: 50px;
  }
}
.header header .contenedor .header-logo a {
  margin-right: 5px;
}
.header header .contenedor .menu {
  padding-top: 6px;
  width: 100%;
  margin-left: 7px;
  z-index: 9;
}
@media (max-width: 767px) {
  .header header .contenedor .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 7;
    margin-left: 0;
    background-color: #4C4A7E;
  }
}
.header header .contenedor .menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header header .contenedor .menu ul {
    flex-direction: column;
    align-items: center;
    padding-inline-start: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
.header header .contenedor .menu ul li {
  padding-right: 25px;
  display: inline-block;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .header header .contenedor .menu ul li {
    padding: 20px 0;
  }
}
.header header .contenedor .menu ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.header header .contenedor .menu ul li a:hover, .header header .contenedor .menu ul li a:focus {
  font-weight: 800;
}
@media (max-width: 767px) {
  .header header .contenedor .menu ul li a {
    font-size: 16px;
  }
}

.navbar-toggler {
  display: none;
}

@media (max-width: 767px) {
  .navbar-toggler {
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
    top: 15px;
    right: 20px;
    z-index: 9;
    background: transparent;
    border: 0;
  }

  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }

  .navbar-toggler span {
    background-color: #fff;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: transform 0.25s ease-in-out;
    background-size: 100%;
  }

  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }

  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 8px;
  }

  .navbar-toggler span:nth-child(4) {
    width: 50%;
    top: 16px;
    right: 50%;
  }

  .menu-animation span {
    background-color: #fff;
  }

  .menu-animation span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .menu-animation span:nth-child(2) {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
  }

  .menu-animation span:nth-child(3) {
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
  }

  .menu-animation span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
.slider {
  width: 50%;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .slider {
    width: 100%;
    margin: 0 auto;
  }
}

.slick-list {
  height: 100vh !important;
}

.slick-slide {
  height: 100vh !important;
}

.slick-track {
  top: inherit !important;
  bottom: 50% !important;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 15px;
}

h1 {
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 2px;
}

h5 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}

.alcance {
  background-color: #fff;
  margin: 65px 0;
}
.alcance .encabezado {
  background-color: #E4E4E4;
  text-align: center;
  padding: 15px 10px;
  background: #F8F8F8;
  border: solid #BDBDBD 0;
  box-shadow: 0 0 15px rgba(166, 163, 166, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(166, 163, 166, 0.3);
  -moz-box-shadow: 0 0 15px rgba(166, 163, 166, 0.3);
  margin-bottom: 40px;
}
.alcance .iconos {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.alcance .iconos span {
  text-align: center;
  width: 25%;
}
@media (max-width: 767px) {
  .alcance .iconos span {
    width: 50%;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 15px;
}

h1 {
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 2px;
}

h5 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}

.empresa {
  background-color: #EFEFEE;
  background: #F8F8F8;
  border: solid #BDBDBD 0;
  box-shadow: 0 0 15px rgba(166, 163, 166, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(166, 163, 166, 0.3);
  -moz-box-shadow: 0 0 15px rgba(166, 163, 166, 0.3);
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.empresa-imagen-fondo-abajo {
  position: absolute;
  bottom: -59px;
  left: 37px;
}
.empresa-imagen-fondo-arriba {
  position: absolute;
  top: -67px;
  right: 50px;
}
.empresa-decoracion-computador-arriba {
  position: absolute;
  top: -10%;
  right: 35%;
}
.empresa-decoracion-computador-abajo {
  position: absolute;
  bottom: -32px;
  right: 55px;
}
.empresa p, .empresa h3 {
  max-width: 450px;
  width: 100%;
  text-align: justify;
}
@media (max-width: 992px) {
  .empresa-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.empresa-img {
  padding: 20px;
}
@media (max-width: 767px) {
  .empresa-img {
    padding: 20px 0;
  }
}
.empresa h4 {
  font-size: 17;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 15px;
}

h1 {
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 2px;
}

h5 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}

.servicios-aplicaciones {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .servicios-aplicaciones .aplicaciones-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.servicios-aplicaciones p {
  font-size: 17px;
  max-width: 380px;
  width: 100%;
}
.servicios-aplicaciones .contactenos {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #545454;
  text-align: center;
}
.servicios-aplicaciones .contactenos h3 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}
.servicios-aplicaciones a:hover {
  opacity: 0.5;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 15px;
}

h1 {
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 2px;
}

h5 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}

.btn-principal {
  background-color: #333333;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 20px;
  text-transform: uppercase;
}
.btn-principal a {
  text-decoration: none;
  color: #fff;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 15px;
}

h1 {
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 2px;
}

h5 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}

.contacto {
  background-image: url("../images/fondo-contacto-02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 90px;
  background-position: center;
}
.contacto h3 {
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
}
.contacto h2 {
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .contacto h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contacto h2 {
    font-size: 15px;
  }
}
.contacto form input, .contacto form select {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: transparent;
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
}
.contacto form option {
  color: #333333;
  background-color: #E4E4E4;
}
.contacto form ::-webkit-input-placeholder {
  color: #fff;
}
.contacto form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contacto form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contacto form :-ms-input-placeholder {
  color: #fff;
}
.contacto form textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  height: 140px;
  color: #fff;
  padding: 5px;
  margin-bottom: 15px;
  border: none;
}
.contacto form button {
  background-color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #333333;
  font-weight: 600;
  border: none;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 15px;
}

h1 {
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 2px;
}

h5 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}

footer {
  background-color: #E1E2E3;
  padding: 15px 0;
  margin-top: 40px;
  margin-bottom: 10px;
}
footer a {
  color: #4D4D4D;
}
footer a:hover {
  color: #fff;
}
footer h2 {
  font-size: 21px;
  color: #4D4D4D;
  margin-bottom: 0;
}
footer p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  footer .row div {
    margin-bottom: 20px;
  }
}

.decoracion-footer {
  width: 100%;
  height: 5px;
  padding: 3px 0;
  background-color: #4C4A7E;
}

* {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1120px;
  }
}