/* =============================================================================
	 Ktech Framework 2.5
   ========================================================================== */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  background: white;
  font: 14px 'Segoe UI', 'nexa-light', 'nexa-bold', Helvetica, sans-serif;
  color: white;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  width: 100%; }
  body * {
    box-sizing: border-box; }

a, a:visited {
  text-decoration: none;
  color: #999933;
  outline: none;
  -moz-transition: ease-in-out 0.25s color;
  -o-transition: ease-in-out 0.25s color;
  -webkit-transition: ease-in-out 0.25s color;
  transition: ease-in-out 0.25s color; }
  a:hover, a:visited:hover {
    color: #999933; }

h2, h3, h4 {
  color: white;
  margin: 0 0 20px 0;
  font-weight: normal;
  font-family: 'nexa-light', Helvetica, sans-serif; }

h2 {
  color: #0055A5;
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 10px; }

h1 {
  font-family: 'nexa-light';
  font-weight: normal;
  font-size: 40px;
  color: white; }

ul, ol {
  line-height: 1.8em;
  margin: 0;
  padding: 0; }
  ul li, ol li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
    position: relative;
    line-height: 16px;
    color: white; }

p {
  color: #999999;
  font-family: 'Segoe UI', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 14px 0;
  text-align: left; }

#mensaje p {
  color: #999999; }

.ui-widget-overlay {
  position: fixed !important; }

.clearfix:before, header:before, .clearfix:after, header:after {
  content: "";
  display: table; }

.clearfix:after, header:after {
  clear: both; }

.clearfix, header {
  *zoom: 1; }

header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  position: relative;
  background: white;
  z-index: 5; }
  header #cont-header {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
    header #cont-header #kt-logo {
      display: inline-block;
      float: left;
      margin: 8px 0 0 4px;
      max-width: 305px;
      padding: 0;
      width: 100%; }
      header #cont-header #kt-logo img {
        height: auto;
        width: 100%; }

#kt-container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative; }

#kt-content {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }

footer {
  background: url(../images/background-footer.jpg) no-repeat top center #999933;
  background-size: cover;
  margin: 50px 0 0 0;
  padding: 52.5px 15px;
  width: 100%;
  position: relative;
  height: 137px; }
  footer #kt-footer-content {
    font-size: 0; }
    footer #kt-footer-content #menu-footer {
      display: inline-block;
      width: 70%; }
      footer #kt-footer-content #menu-footer ul {
        display: block;
        margin: 0;
        padding: 0; }
        footer #kt-footer-content #menu-footer ul li {
          display: inline-block;
          margin: 0;
          padding: 0 15px; }
          footer #kt-footer-content #menu-footer ul li:first-child {
            padding: 0 15px 0 0; }
          footer #kt-footer-content #menu-footer ul li:last-child {
            padding: 0 0 0 15px; }
          footer #kt-footer-content #menu-footer ul li a {
            color: white;
            font-family: 'nexa-bold';
            font-size: 13px;
            line-height: 15px; }
            footer #kt-footer-content #menu-footer ul li a:hover {
              border-bottom: 1px solid; }
    footer #kt-footer-content #copyR {
      display: inline-block;
      width: 30%; }
      footer #kt-footer-content #copyR p {
        color: white;
        font-family: 'Segoe UI';
        font-size: 13px;
        line-height: 17px;
        text-align: right;
        padding: 0; }
        footer #kt-footer-content #copyR p a {
          color: white;
          padding: 0 0 2px; }
          footer #kt-footer-content #copyR p a:hover {
            border-bottom: 1px solid; }

#kt-logo {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: top; }
  #kt-logo img {
    width: 100%;
    height: auto; }

#kt-menu-movil {
  display: none; }

.kt-movil-menu-button {
  display: none; }

#kt-main-menu {
  margin: 22px 0 0 170px;
  padding: 0;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top; }
  #kt-main-menu .menu {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    font-size: 0; }
    #kt-main-menu .menu > li {
      margin: 0 22px;
      padding: 0;
      text-align: center;
      display: inline-block;
      position: relative;
      vertical-align: top; }
      #kt-main-menu .menu > li > a {
        color: #999999;
        margin: 0;
        padding: 0;
        display: block;
        font-family: 'nexa-bold';
        font-size: 13px;
        font-weight: normal;
        line-height: 27px;
        text-align: center;
        outline: none;
        position: relative;
        text-decoration: none;
        -moz-transition: ease-in-out 0.25s all;
        -o-transition: ease-in-out 0.25s all;
        -webkit-transition: ease-in-out 0.25s all;
        transition: ease-in-out 0.25s all; }
        #kt-main-menu .menu > li > a:hover {
          color: #999933; }
      #kt-main-menu .menu > li:first-child {
        margin-left: 0; }
      #kt-main-menu .menu > li:last-child {
        margin-right: 0; }
      #kt-main-menu .menu > li.active a {
        color: #999933; }

/* =============================================================================
	 SlideShow
   ========================================================================== */
.kt-slide-show-content {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  left: 0;
  top: 0; }
  .kt-slide-show-content .kt-slide-show {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 550px;
    overflow: hidden;
    background: none;
    background: white; }
    .kt-slide-show-content .kt-slide-show .owl-item {
      height: auto; }
    .kt-slide-show-content .kt-slide-show .kt-slide {
      margin: 0;
      padding: 0;
      display: block;
      height: auto;
      background-size: cover;
      background-position: center center; }
      .kt-slide-show-content .kt-slide-show .kt-slide img {
        margin: 0;
        padding: 0;
        display: block;
        transform-style: initial;
        width: 100%;
        height: auto;
        object-fit: cover; }

form {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  font-size: 0; }
  form input {
    background: transparent;
    border: 1px solid #999999;
    color: white;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 100%;
    -moz-transition: ease-in-out 0.25s all;
    -o-transition: ease-in-out 0.25s all;
    -webkit-transition: ease-in-out 0.25s all;
    transition: ease-in-out 0.25s all; }
    form input:invalid {
      background: black; }
    form input::-webkit-input-placeholder {
      color: white; }
    form input:-moz-placeholder {
      color: white; }
    form input::-moz-placeholder {
      color: white; }
    form input:-ms-input-placeholder {
      color: white; }
  form textarea {
    background: transparent;
    border: 1px solid #999999;
    color: white;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    height: 111px;
    position: relative;
    width: 100%;
    -moz-transition: ease-in-out 0.25s all;
    -o-transition: ease-in-out 0.25s all;
    -webkit-transition: ease-in-out 0.25s all;
    transition: ease-in-out 0.25s all; }
    form textarea:invalid {
      background: black; }
    form textarea::-webkit-input-placeholder {
      color: white; }
    form textarea:-moz-placeholder {
      color: white; }
    form textarea::-moz-placeholder {
      color: white; }
    form textarea:-ms-input-placeholder {
      color: white; }
  form button {
    background: #999933;
    border: none;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 24px;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    width: 217px;
    -moz-transition: ease-in-out 0.25s all;
    -o-transition: ease-in-out 0.25s all;
    -webkit-transition: ease-in-out 0.25s all;
    transition: ease-in-out 0.25s all; }
    form button:hover {
      text-shadow: 1px 1px #333; }

iframe {
  border: none;
  max-width: 100%; }

.ui-dialog {
  z-index: 44; }

html .ui-dialog .ui-dialog-titlebar-close span {
  margin: -8px 0 0 -8px; }

#mensaje p {
  color: #999999; }

/* =============================================================================
	PORTADA
============================================================================= */
#kt-content #kt-servicios {
  font-size: 0; }
  #kt-content #kt-servicios h1 {
    color: #0055A5;
    margin: 58px 0 11px 0;
    text-align: center; }
  #kt-content #kt-servicios p {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 33px;
    padding: 0;
    text-align: center; }
  #kt-content #kt-servicios section {
    display: inline-block;
    margin: 0 15px;
    max-width: 390px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 100%; }
    #kt-content #kt-servicios section:nth-child(odd) {
      margin: 0;
      padding: 0; }
    #kt-content #kt-servicios section a {
      color: white;
      font-family: 'nexa-bold';
      font-size: 16px;
      line-height: 11px;
      margin: 0;
      padding: 0;
      text-align: center; }
      #kt-content #kt-servicios section a span {
        background-color: rgba(68, 68, 68, 0.9);
        bottom: 0;
        color: white;
        display: block;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        -moz-transition: ease-in-out 0.25s all;
        -o-transition: ease-in-out 0.25s all;
        -webkit-transition: ease-in-out 0.25s all;
        transition: ease-in-out 0.25s all; }
      #kt-content #kt-servicios section a figure {
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%; }
        #kt-content #kt-servicios section a figure img {
          height: auto;
          width: 100%; }
      #kt-content #kt-servicios section a:hover span {
        background-color: rgba(153, 153, 51, 0.9); }
#kt-content #sobre-discom {
  background: url(../images/sobre-discom-background.jpg) no-repeat top center #0055A5;
  background-size: cover;
  display: block;
  margin: 84px 0 0;
  padding: 0;
  text-align: right;
  width: 100%; }
  #kt-content #sobre-discom article {
    display: inline-block;
    margin: 0;
    padding: 145px 0 127px;
    text-align: left;
    width: 60%; }
    #kt-content #sobre-discom article h1 {
      font-size: 60px;
      line-height: 64px;
      margin: 0;
      padding: 0; }
    #kt-content #sobre-discom article h5 {
      font-family: 'Segoe UI';
      font-size: 22px;
      font-weight: normal;
      line-height: 24px;
      margin: 0 0 24px; }
    #kt-content #sobre-discom article p {
      color: white;
      font-size: 17px;
      line-height: 20px;
      padding: 0; }
#kt-content #nuestros-clientes {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%; }
  #kt-content #nuestros-clientes h1 {
    color: #0055A5;
    margin: 50px 0 24px;
    text-align: center; }
  #kt-content #nuestros-clientes .logos-carousel {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center; }
    #kt-content #nuestros-clientes .logos-carousel img {
      display: inline-block;
      height: auto;
      margin: 0;
      max-width: 150px;
      padding: 0;
      width: 100%; }
    #kt-content #nuestros-clientes .logos-carousel button {
      background: none;
      border: none;
      color: #0055A5;
      cursor: pointer;
      font-size: 50px;
      line-height: 70px;
      overflow: hidden;
      top: 0;
      text-indent: 0;
      z-index: 99;
      width: 27px; }
      #kt-content #nuestros-clientes .logos-carousel button.slick-prev {
        left: 0;
        position: absolute; }
        #kt-content #nuestros-clientes .logos-carousel button.slick-prev::before {
          content: "\f104";
          font-family: 'FontAwesome';
          font-size: 50px; }
      #kt-content #nuestros-clientes .logos-carousel button.slick-next {
        right: 0;
        position: absolute; }
        #kt-content #nuestros-clientes .logos-carousel button.slick-next::before {
          content: "\f105";
          font-family: 'FontAwesome';
          font-size: 50px; }

/* =============================================================================
	PORTADA
============================================================================= */
.kt-no-front .kt-header-content {
  background: url(../images/header-content/title-sobre-nosotros.jpg) no-repeat top center;
  background-size: cover;
  display: block;
  height: 200px;
  margin: 0 0 66px;
  padding: 0;
  position: relative;
  width: 100%; }
  .kt-no-front .kt-header-content #title-content {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%; }
    .kt-no-front .kt-header-content #title-content h1 {
      line-height: 200px;
      margin: 0; }
.kt-no-front.kt-nosotros h2 {
  text-align: center; }
.kt-no-front.kt-nosotros #kt-container {
  font-size: 0; }
  .kt-no-front.kt-nosotros #kt-container section {
    margin: 0 0 23px; }
    .kt-no-front.kt-nosotros #kt-container section p {
      text-align: center;
      padding: 0 0 20px 0; }
  .kt-no-front.kt-nosotros #kt-container #kt-cont {
    display: inline-block;
    margin: 0;
    max-width: 33.33%;
    padding: 0 7.5px;
    vertical-align: top;
    width: 100%; }
    .kt-no-front.kt-nosotros #kt-container #kt-cont article {
      background-color: #EEEEEE;
      display: block;
      height: 260px;
      margin: 0;
      padding: 40px 36px 44px 27px;
      width: 100%; }
      .kt-no-front.kt-nosotros #kt-container #kt-cont article h3 {
        color: #999933;
        font-family: 'nexa-light';
        font-size: 27px;
        line-height: 30px;
        margin: 0 0 11px; }
      .kt-no-front.kt-nosotros #kt-container #kt-cont article p {
        font-family: 'Segoe UI';
        font-size: 15px;
        line-height: 18px;
        margin: 0;
        padding: 0; }
.kt-no-front.kt-nuestros-clientes .kt-header-content {
  margin: 0 0 57px; }
.kt-no-front.kt-nuestros-clientes #kt-container ul {
  font-size: 0;
  margin: 0;
  padding: 0; }
  .kt-no-front.kt-nuestros-clientes #kt-container ul li {
    display: inline-block;
    margin: 0 0 30px;
    max-width: 25%;
    padding: 0 24px; }
    .kt-no-front.kt-nuestros-clientes #kt-container ul li img {
      height: auto;
      width: 100%; }
.kt-no-front.kt-nuestros-servicios #article-serv {
  background-color: #EEEEEE;
  display: block;
  font-size: 0;
  margin: 0 0 47px;
  padding: 0;
  width: 100%; }
  .kt-no-front.kt-nuestros-servicios #article-serv figure {
    display: inline-block;
    margin: 0;
    max-width: 30%;
    padding: 0;
    vertical-align: middle;
    width: 100%; }
    .kt-no-front.kt-nuestros-servicios #article-serv figure img {
      height: auto;
      width: 100%; }
  .kt-no-front.kt-nuestros-servicios #article-serv article {
    display: inline-block;
    margin: 0;
    max-width: 70%;
    padding: 0 0 0 43px;
    vertical-align: middle;
    width: 100%; }
    .kt-no-front.kt-nuestros-servicios #article-serv article h2 {
      color: #999933;
      font-size: 33px;
      line-height: 36px; }
    .kt-no-front.kt-nuestros-servicios #article-serv article p {
      font-size: 18px;
      line-height: 21px; }
    .kt-no-front.kt-nuestros-servicios #article-serv article #btn-servicios {
      background-color: transparent;
      border: 1px solid #0055A5;
      color: #0055A5;
      display: inline-block;
      font-size: 15px;
      line-height: 18px;
      margin: 0;
      padding: 9px 31px;
      -moz-transition: ease-in-out 0.35s all;
      -o-transition: ease-in-out 0.35s all;
      -webkit-transition: ease-in-out 0.35s all;
      transition: ease-in-out 0.35s all; }
      .kt-no-front.kt-nuestros-servicios #article-serv article #btn-servicios:hover {
        background-color: #0055A5;
        color: white; }
.kt-no-front.kt-contactos #data-side {
  display: inline-block;
  margin: 0;
  max-width: 19%;
  padding: 0 21px 0 0;
  vertical-align: top;
  width: 100%; }
  .kt-no-front.kt-contactos #data-side p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px; }
    .kt-no-front.kt-contactos #data-side p a {
      color: #999999; }
    .kt-no-front.kt-contactos #data-side p #email-contact {
      font-weight: bold; }
.kt-no-front.kt-contactos #form-map-side {
  display: inline-block;
  margin: 0;
  max-width: 80%;
  padding: 0 0 0 21px;
  vertical-align: top;
  width: 100%; }
  .kt-no-front.kt-contactos #form-map-side #map {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 35.25%;
    position: relative;
    width: 100%; }
    .kt-no-front.kt-contactos #form-map-side #map iframe {
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .kt-no-front.kt-contactos #form-map-side #formulario {
    margin: 23px 0 0; }
    .kt-no-front.kt-contactos #form-map-side #formulario h3 {
      color: #0055A5;
      font-size: 27px;
      line-height: 32px;
      margin: 0 0 35px; }
    .kt-no-front.kt-contactos #form-map-side #formulario form {
      display: block;
      font-size: 0;
      margin: 0;
      padding: 0; }
      .kt-no-front.kt-contactos #form-map-side #formulario form fieldset {
        border: none;
        margin: 0;
        padding: 0;
        position: relative; }
        .kt-no-front.kt-contactos #form-map-side #formulario form fieldset .kt-block-form {
          display: inline-block;
          margin: 0 0 11px;
          max-width: 50%;
          padding: 0 11px 0 0;
          width: 100%; }
          .kt-no-front.kt-contactos #form-map-side #formulario form fieldset .kt-block-form:nth-child(2) {
            padding: 0 0 0 11px; }
          .kt-no-front.kt-contactos #form-map-side #formulario form fieldset .kt-block-form:nth-child(4) {
            padding: 0 0 0 11px; }
          .kt-no-front.kt-contactos #form-map-side #formulario form fieldset .kt-block-form input {
            background: transparent;
            border: none;
            border-bottom: 1px solid #CCCCCC;
            color: #999999;
            display: inline-block;
            font-family: 'Helvetica';
            font-size: 15px;
            line-height: 18px;
            margin: 0;
            padding: 11px;
            position: relative;
            width: 100%;
            -moz-transition: ease-in-out 0.25s all;
            -o-transition: ease-in-out 0.25s all;
            -webkit-transition: ease-in-out 0.25s all;
            transition: ease-in-out 0.25s all; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset .kt-block-form input::-webkit-input-placeholder {
              color: #999999; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset .kt-block-form input:-moz-placeholder {
              color: #999999; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset .kt-block-form input::-moz-placeholder {
              color: #999999; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset .kt-block-form input:-ms-input-placeholder {
              color: #999999; }
        .kt-no-front.kt-contactos #form-map-side #formulario form fieldset #kt-block-textarea {
          display: block;
          margin: 0;
          max-width: 100%;
          padding: 0;
          position: relative;
          width: 100%; }
          .kt-no-front.kt-contactos #form-map-side #formulario form fieldset #kt-block-textarea textarea {
            background: transparent;
            border: none;
            border-bottom: 1px solid #CCCCCC;
            color: #999999;
            display: block;
            font-family: 'Helvetica';
            font-size: 15px;
            height: 158px;
            line-height: 18px;
            margin: 0 0 11px;
            padding: 11px;
            width: 100%;
            z-index: 2;
            -moz-transition: ease-in-out 0.25s all;
            -o-transition: ease-in-out 0.25s all;
            -webkit-transition: ease-in-out 0.25s all;
            transition: ease-in-out 0.25s all; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset #kt-block-textarea textarea::-webkit-input-placeholder {
              color: #999999; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset #kt-block-textarea textarea:-moz-placeholder {
              color: #999999; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset #kt-block-textarea textarea::-moz-placeholder {
              color: #999999; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset #kt-block-textarea textarea:-ms-input-placeholder {
              color: #999999; }
          .kt-no-front.kt-contactos #form-map-side #formulario form fieldset #kt-block-textarea button {
            background: white;
            border: none;
            bottom: 0;
            color: #999933;
            cursor: pointer;
            display: block;
            font-family: 'Helvetica';
            font-size: 17px;
            font-weight: normal;
            margin: 0;
            padding: 10px 20px;
            right: 0;
            z-index: 9; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset #kt-block-textarea button::before {
              content: '\f054';
              font-family: 'FontAwesome';
              font-size: 15px;
              padding: 0 5px 0 0; }
            .kt-no-front.kt-contactos #form-map-side #formulario form fieldset #kt-block-textarea button:hover {
              text-shadow: none; }

/*FORMULARIO*/
.ui-dialog {
  z-index: 99; }

html .ui-dialog .ui-dialog-titlebar-close span {
  margin: -8px 0 0 -8px; }

#mensaje p {
  color: #999999; }

/* loading */
.modal {
  display: none;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/ajax-loader.gif") 50% 50% no-repeat; }

body.loading {
  overflow: hidden; }

.kt-no-front.kt-politica-privacidad h2 {
  text-align: center; }
.kt-no-front.kt-politica-privacidad #kt-container #kt-cont {
  display: block;
  margin: 0 0 30px;
  width: 100%; }
  .kt-no-front.kt-politica-privacidad #kt-container #kt-cont article {
    background-color: #EEEEEE;
    display: block;
    margin: 0;
    padding: 30px 40px;
    width: 100%; }
    .kt-no-front.kt-politica-privacidad #kt-container #kt-cont article h3 {
      color: #999933;
      font-family: 'nexa-light';
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 15px; }
    .kt-no-front.kt-politica-privacidad #kt-container #kt-cont article p {
      font-family: 'Segoe UI';
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 10px;
      padding: 0;
      color: #999999; }
    .kt-no-front.kt-politica-privacidad #kt-container #kt-cont article ul {
      margin: 10px 0 0 20px; }
      .kt-no-front.kt-politica-privacidad #kt-container #kt-cont article ul li {
        color: #999999;
        font-family: 'Segoe UI';
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
        list-style-type: disc; }
