/* Text Elements */

h1 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

h1.heading-7 {
  max-width: none;
  width: 80%;
  font-size: 50px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  line-height: 1;
}

h4.parraf-descr-1 {
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.6;
}

p.paragraph {
  margin-top: .4117647058823529rem;
  margin-bottom: 1rem;
  padding-left: 1.7647058823529411rem;
  max-width: 29.41176470588235rem;
  color: #9b9b9b;
  font-size: 1.0625rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

a.link-text {
  color: #e1e1e1;
  text-decoration: underline;
  font-size: 22px;
  font-family: 'Archivo', cursive;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: 1.5rem .636364rem 1.3rem .6363636363636364rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: .8rem;
  font-family: 'Archivo', cursive;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

/* Layout Elements */

.container.full-width-col {
  padding-right: 0;
  padding-left: 0;
}

.container.article-cover.full-width-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
  height: 70vh;
  background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-2 {
  width: 50%;
}

.container.for_logo_index {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 500px;
  width: 100%;
  height: 625%;
  background-color: #c4c4c4;
  opacity: 1;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.nav-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  max-width: none;
  background-color: rgba(0, 0, 0, .66);
}

.container.mobile-menu-toggle {
  margin-bottom: 0;
  background-color: transparent;
}

.container.button.mobile-menu-toggle {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  padding: 1.2em 40px;
  max-width: 50%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.menu-wrapper {
  z-index: 10;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  min-height: 100vh;
  box-shadow: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.full-width-col-2 {
  padding-right: 0;
  padding-left: 0;
}

.container.container-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: none;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-100 {
  width: 40%;
}

.container.container-111 {
  width: 60%;
}

div.responsive-picture.picture-1 {
  max-width: 2000px;
}

.rule.menu-line hr {
  border-top-width: 2px;
  border-top-color: #ffbc95;
}

.rule.menu-line {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  max-width: 24px;
}

ul.list-container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
}

div.responsive-picture.picture-7 {
  margin-left: 30%;
  max-width: none;
  width: 80%;
}

@media screen and (min-width: 13.9375rem) {
  /* Text Elements */

  h1.servic_title {
    margin-top: 5%;
    padding-left: 5px;
    color: #fdf9f9;
    text-shadow: #232324 2px 2px 5px;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  h1.heading-7 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -30px;
    width: 100%;
    color: #d2cfcf;
    text-shadow: #000204 2px 2px 5px;
    font-weight: 500;
    font-size: 50px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    line-height: 1;
  }

  h1.heading-2 {
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 25px;
    max-height: 0;
    width: 25%;
    color: #fcfcfc;
    text-align: left;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  h1.TACHA.heading-2 {
    margin-right: 10px;
    margin-left: -10px;
    width: 25%;
    text-align: left;
    text-decoration: line-through;
    font-size: 18px;
  }

  h1.heading-2.reg {
    padding-left: 5px;
    width: 20%;
    font-size: 18px;
  }

  h1.GraDesig_discipli {
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 80%;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  h1.heading-3 {
    margin-right: 5px;
    margin-left: 5px;
    color: #ce8c02;
    text-shadow: #000 2px 2px 3px;
    font-weight: 400;
    font-size: 40px;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
  }

  h1.heading-3.secund {
    font-size: 20px;
  }

  h1.heading-14 {
    border-width: .0625rem;
    border-style: solid;
    border-radius: 20px;
    background-color: rgba(108, 109, 110, .7);
    color: #e9e6e6;
    text-align: center;
    font-weight: 500;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  h2.heading-1 {
    margin-bottom: 0;
    width: 80%;
    color: #fff;
    text-align: center;
  }

  h2.heading-1.serv {
    width: 80%;
    text-align: center;
  }

  h3.title_seriv {
    color: #fefbfb;
    text-shadow: #1f1f1f 2px 2px 5px;
    letter-spacing: 6px;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  h4.title_pizarr {
    color: #787878;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  h4.parraf-descr-1 {
    margin-bottom: 0;
    padding: 20px;
    min-width: 10auto;
    min-height: 180px;
    max-height: 250px;
    width: 90%;
    height: auto;
    border: .0625rem solid #626266;
    background-color: rgba(233, 229, 229, .27);
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 8px;
    color: #fbfbfb;
    text-align: center;
    text-shadow: #1a1a1a 2px 2px 5px;
    font-weight: 500;
    font-size: 20px;
  }

  h4.servic_descrip {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 20px;
    color: #7d7d7e;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.8;
  }

  h4.heding-servic {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  h4.heading-8 {
    margin-bottom: 0;
    padding-top: 0;
    width: 90%;
    color: #454040;
    text-align: center;
    font-size: 12px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  h4.heading-15 {
    padding-left: 0;
    background-color: rgba(254, 134, 134, .62);
    color: #000;
    text-align: center;
    font-size: 13px;
  }

  h5.phrases {
    padding: 2%;
    width: 90%;
    border-width: .0625rem;
    border-style: solid;
    color: #f9f7f7;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  }

  h6.heading-4 {
    color: #dcdcdc;
    font-family: 'Annie Use Your Telescope', cursive;
  }

  p.paragraph.text_pizarr {
    position: static;
    display: block;
    margin-top: .3rem;
    padding-right: .2rem;
    padding-left: .2rem;
    max-width: none;
    width: 100%;
    color: #787878;
    text-align: center;
    font-size: 14px;
    font-family: 'Architects Daughter', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    line-height: 1.3;
  }

  p.paragraph.texts-services {
    margin-top: .3rem;
    margin-bottom: .2rem;
    padding-left: 1.1rem;
    min-height: 200px;
    max-width: none;
    width: 260px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.4;
  }

  p.paragraph.paragraph-11 {
    padding-top: 0;
    padding-right: .5rem;
    max-width: 20rem;
    width: 100%;
    color: #070707;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.4;
  }

  a.link-text.nav-item {
    padding-top: 3rem;
    text-transform: capitalize;
    white-space: normal;
    letter-spacing: 4px;
    font-weight: 400;
    font-variant: small-caps;
    font-size: 1.2rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-text span.text-link-text-1 {
    text-decoration: none;
  }

  a.link-text.text-link-1 {
    min-width: 700auto;
    min-height: 30px;
    max-width: 800px;
    max-height: 0;
    border-width: .0625rem;
    border-style: solid;
    border-radius: 20px;
    background-color: rgba(63, 53, 53, .53);
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
  }

  a.link-text.nav-item:hover {
    text-shadow: #242424 2px 2px 8px;
    letter-spacing: 4px;
    font-weight: 400;
    font-variant: small-caps;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-text.nav-item:active {
    font-variant: small-caps;
  }

  /* Interaction Elements */

  a.link-button.button {
    height: 20%;
    background-color: transparent;
    color: #444;
    font-weight: 600;
    font-size: 12px;
  }

  a.link-button.button.versi_2 {
    height: 45px;
    background-color: #4466a2;
    color: #fff;
  }

  a.link-button.button:hover {
    text-shadow: #78828c 2px 2px 5px;
  }

  /* Layout Elements */

  body.body-2 {
    min-height: 80vh;
  }

  body.body-3 {
    background-color: #a0a0a0;
  }

  .container.container-3-1 {
    min-height: 190px;
    background-image: url('../images/Design-Image_back.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-3-1.graphic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    min-height: 300px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    background-color: rgba(124, 186, 203, .84);

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-19.graphic {
    min-height: 150px;
    background-color: rgba(86, 104, 144, .75);
  }

  .container.container-94 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-95 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 85%;
    border-radius: 20px;
    background-color: #e3e3e3;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.contaiN_Circle_pizarr {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    min-height: auto;
    width: 50%;
    height: auto;
    border-radius: 20px;
    background-color: transparent;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.title_pizarr {
    padding-right: 0;
    padding-left: 0;
  }

  .container.pizarr {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    -ms-flex-align: center;
    padding-right: 0;
    padding-left: 0;
    min-height: auto;
    width: 90%;
    border: 0 solid #d5d5d9;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
  }

  .container.article-cover.full-width-col {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 310vh;
    background-image: url('../background%27s/eyes_B%26W.jpg');

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.article-cover.full-width-col.graphic-1 {
    position: static;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    padding-right: 20px;
    padding-left: 20px;
    height: 360vh;
    background-image: url('../background%27s/paint-b%26w.jpg');
    background-position: 25% center;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 200px;
    height: 60px;
    background-color: #f09306;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(223, 162, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:    -moz-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(223, 162, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:      -o-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(223, 162, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:         linear-gradient(-45deg, rgba(0, 0, 0, .5) 0%, rgba(223, 162, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, no-repeat;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    background-blend-mode: normal, multiply;
  }

  .container.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
    width: 100%;
    height: 300vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-height: auto;
    max-height: none;
    width: 80%;
    height: 300px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 200px;
    max-height: 300px;
    width: 100%;
    height: auto;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.for_logo_index {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    min-height: 300px;
    height: auto;
    background-color: transparent;
    background-image: url('../background%27s/New-York-43.jpg');
    background-attachment: scroll;
    background-position: 50% 50%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    background-blend-mode: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-103-2 {
    background-color: #efb0b1;
  }

  .container.graphic.servic_header {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    min-height: 70px;
    width: 90%;
    background-color: #6493d3;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.servic_contain {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.graphic.points_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    padding-top: 15px;
    padding-left: .3rem;
    min-height: auto;
    max-height: none;
    width: 50%;
    background-color: #607083;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.contain_servic_left.print {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    min-height: auto;
    background-color: rgba(255, 252, 252, .76);

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.separation {
    width: 100%;
    height: 50px;
  }

  .container.ads.container-103-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: 90%;
    background-color: transparent;
  }

  .container.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-9 {
    position: static;
  }

  .container.article-cover.container-9.full-width-col {
    position: static;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    min-height: auto;
    height: 90vh;
    background-size: cover;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.nav-container {
    position: static;
    background-color: rgba(14, 14, 14, .66);
    background-image: url('../background%27s/backg_lines.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: multiply;
  }

  .container.menu-wrapper {
    padding-top: 10%;
    padding-bottom: 0;
  }

  .container.container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 100px;
    max-height: 150px;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-10 {
    min-height: 200px;
    background-color: #cacaca;
  }

  .container.container-112 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    max-height: 45px;
    width: 100%;
    background-color: #b33136;
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px 2px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-97 {
    margin-bottom: 0;
  }

  .container.container-111 {
    margin-left: -30px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }

  .container.container-85 {
    width: 100%;
  }

  .container.container-85.header-servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.first.title {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    min-height: 40px;
    width: 80%;
    border-radius: 20px;
    background-color: #7d6641;
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.category {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-top: 5px;
    min-height: 40px;
    width: 100%;
    background-color: rgba(249, 249, 249, .45);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.includes {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    padding-top: 5px;
    min-height: 30px;
    max-height: 30px;
    width: 50%;
    border: .0625rem solid #efefef;
    border-radius: 10px;
    background-color: rgba(114, 114, 115, .65);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-87 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-height: 30px;
    width: 100%;
    border: 0 solid #929395;
    background-color: rgba(255, 253, 253, .55);
    vertical-align: bottom;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.secund.title {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    min-height: 40px;
    width: 80%;
    border-radius: 20px;
    background-color: #a5a5a5;
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.third.title {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    min-height: 40px;
    width: 80%;
    border-radius: 20px;
    background-color: #b48c29;
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.forth.title {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    min-height: 40px;
    width: 80%;
    border-radius: 20px;
    background-color: #7c7a78;
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-right: 0;
    padding-left: 0;
    width: 80%;
  }

  .container.cont-servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-bottom: 20px;
    background-color: rgba(170, 206, 119, .9);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.serv_desc_Left {
    min-width: 170px;
    min-height: 70%;
    max-width: 300px;
    max-height: 400px;
    width: 50%;
    height: auto;
    background-image: url('../background%27s/wacht_w_xf.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.serv_contai_new {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.container-4.services {
    min-height: 400px;
    background-color: #1d7def;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(29, 125, 239, 1) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:    -moz-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(29, 125, 239, 1) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:      -o-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(29, 125, 239, 1) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:         linear-gradient(-45deg, rgba(0, 0, 0, .5) 0%, rgba(29, 125, 239, 1) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
  }

  .container.container-4.packs {
    min-height: 400px;
    background-color: #750300;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(223, 72, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:    -moz-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(223, 72, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:      -o-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(223, 72, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:         linear-gradient(-45deg, rgba(0, 0, 0, .5) 0%, rgba(223, 72, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
  }

  .container.container-1 {
    min-height: 300px;
    width: 100%;
    background-color: #fff;
  }

  .container.print.serv_desc_Left {
    min-width: 100px;
    min-height: auto;
    max-height: none;
    background-image: url('../background%27s/wacht.jpg');
  }

  .container.points_servic.web-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    padding-top: 15px;
    padding-left: .3rem;
    min-height: auto;
    max-height: none;
    width: 50%;
    background-color: #607083;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.serv_desc_Left.web {
    min-width: 100px;
    min-height: auto;
    max-height: none;
    background-image: url('../background%27s/CD.jpg');
  }

  .container.ads.serv_desc_Left {
    min-width: 100px;
    min-height: auto;
    max-height: none;
    background-image: url('../background%27s/engran.jpg');
  }

  .container.ads.points_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    padding-top: 15px;
    padding-left: .3rem;
    min-height: auto;
    max-height: none;
    width: 50%;
    background-color: #607083;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.exhib.points_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    padding-top: 15px;
    padding-left: .3rem;
    min-height: auto;
    max-height: none;
    width: 50%;
    background-color: #607083;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.exhib.serv_desc_Left {
    min-width: 100px;
    min-height: auto;
    max-height: none;
    background-image: url('../background%27s/gold_bl.jpg');
  }

  .container.bellow_cont {
    min-height: 250px;
    width: 100%;
    background-color: #a0a0a0;
  }

  .container.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 0;
    margin-right: 33rem;
    margin-bottom: 0;
    width: 100%;
    background-color: #5fb15c;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.rule.separation {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.article-cover.container-9.full-width-col.packs {
    -ms-flex-align: center;
    height: 450vh;
    background-image: url('../background%27s/packs_B%26W.jpg');

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.print_pack_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    width: 75%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.kind-print-pack {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: transparent;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.print-pack-specif {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgba(255, 255, 255, .65);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-110 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgba(255, 255, 255, .33);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-15 {
    margin-bottom: 50px;
    width: 100%;
  }

  .container.container-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 2rem;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.circle_pizarr {
    max-width: none;
    width: 50%;
  }

  div.responsive-picture.picture-1 {
    max-width: none;
  }

  div.responsive-picture.logo_index {
    position: static;
    margin-top: 5px;
    margin-left: 5px;
    max-width: 300px;
    width: 80%;
  }

  .rule.rule-1 hr {
    border-top-color: #fff;
  }

  .rule.rule-1 {
    width: 80%;
  }

  li.list-item.texts_points-1 {
    color: #fffdfd;
    font-size: 11px;
  }

  a.responsive-picture.picture-link-1 {
    margin-top: 20%;
    margin-left: 28%;
    max-width: 170px;
    width: 100%;
  }

  .rule.menu-line hr {
    border-top-width: 3px;
    border-top-color: #94a2c5;
  }

  div.responsive-picture.picture-2 {
    max-width: 400px;
  }

  div.responsive-picture.picture-7 {
    margin-left: 0;
    width: 80%;
  }

  ul.list-container.menu {
    margin-bottom: 40px;
  }

  div.responsive-picture.picture-3 {
    max-width: 400px;
  }

  .rule.rule-2 hr {
    border-top-color: #858181;
  }

  .rule.rule-2 {
    width: 80%;
  }

  .rule.rule-3 {
    width: 20%;
  }

  .rule.rule-3 hr {
    border-top-color: #828080;
  }
}

@media screen and (min-width: 26.5rem) {
  /* Text Elements */

  h1.heading-7 {
    margin-top: 0;
    margin-right: 0;
    border-width: 0;
    border-style: solid;
    color: #e4e4e4;
    text-shadow: #080909 2px 2px 5px;
    font-size: 55px;
    line-height: .8;
  }

  h1.servic_title {
    font-size: 28px;
  }

  h1.heading-3 {
    font-size: 50px;
  }

  h1.heading-3.secund {
    font-size: 28px;
  }

  h1.heading-2.reg {
    font-size: 14px;
  }

  h1.TACHA.heading-2 {
    margin-left: 0;
    font-size: 14px;
  }

  h1.heading-2 {
    width: 22%;
    font-size: 14px;
  }

  h3.title_seriv {
    letter-spacing: 2px;
  }

  h4.parraf-descr-1 {
    margin-top: 0;
    min-height: auto;
    max-height: none;
    width: 80%;
  }

  h4.heading-8 {
    color: #787878;
    font-weight: 700;
    font-size: 10px;
  }

  h4.servic_descrip {
    width: 85%;
    font-size: 13px;
  }

  h4.heading-15 {
    padding-left: 0;
    width: 100%;
  }

  h6.heading-4 {
    font-size: 20px;
  }

  p.paragraph.texts-services {
    min-height: 240px;
    width: 180px;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
  }

  p.paragraph.paragraph-11 {
    position: static;
    max-width: 20rem;
    width: 90%;
    font-weight: 500;
    font-size: 11px;
  }

  a.link-text.text-link-1 {
    min-width: 600auto;
    width: 35%;
    text-align: left;
    font-size: 12px;
    line-height: 27px;
  }

  /* Layout Elements */

  .container.article-cover.full-width-col {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    height: 160vh;
    background-image: url('../background%27s/eyes_B%26W.jpg');

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.article-cover.full-width-col.graphic-1 {
    -ms-flex-align: start;
    height: 380vh;
    background-position: 0 center;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.container-94.tres-column {
    width: 85%;
  }

  .container.container-11 {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-7 {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.for_logo_index {
    min-height: 350px;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.container-103-2 {
    margin-top: 10%;
    margin-bottom: 10%;
    max-width: none;
    width: 80%;
  }

  .container.graphic.points_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: end;
    background-color: #607083;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.contain_for_servic {
    float: none;
    clear: none;
  }

  .container.ads.container-103-2 {
    margin-top: 0;
    background-color: transparent;
  }

  .container.container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.article-cover.container-9.full-width-col {
    -ms-flex-pack: center;
    padding-top: 50px;
    height: 110vh;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.nav-container {
    background-color: rgba(14, 14, 14, .66);
  }

  .container.container-111 {
    padding-right: 10rem;
    padding-left: 10px;
    width: 100%;
  }

  .container.first.title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container.container-87 {
    border-width: 0;
    background-color: rgba(255, 255, 255, .36);
    vertical-align: baseline;
  }

  .container.secund.title {
    margin-top: 10px;
    margin-bottom: 10px;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.third.title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container.forth.title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container.container-97 {
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-100 {
    padding-right: 0;
    padding-left: 0;
    width: 80%;
  }

  .container.article-cover-2.full-width-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.cont-servic {
    margin: 10px;
    width: 100%;
    background-color: rgba(170, 206, 119, .91);
  }

  .container.cont_for_sites {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    width: 50%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-5 {
    height: 340vh;
  }

  .container.contain_servic_left.print {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.serv_desc_Left {
    min-height: 250px;
    max-height: 500px;
  }

  .container.serv_contai_new {
    width: 90%;
  }

  .container.container-2 {
    min-width: 0;
    max-width: 100%;
    width: auto;
  }

  .container.container-4 {
    min-height: 250px;
  }

  .container.container-4.services {
    background-color: #1d7def;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(45, 123, 215, 1) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:    -moz-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(45, 123, 215, 1) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:      -o-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(45, 123, 215, 1) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:         linear-gradient(-45deg, rgba(0, 0, 0, .5) 0%, rgba(45, 123, 215, 1) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
  }

  .container.container-4.packs {
    background-color: #750300;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(223, 72, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:    -moz-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(223, 72, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:      -o-linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(223, 72, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:         linear-gradient(-45deg, rgba(0, 0, 0, .5) 0%, rgba(223, 72, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
  }

  .container.points_servic.web-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: end;
    background-color: #607083;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.ads.points_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: end;
    background-color: #607083;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.exhib.points_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: end;
    background-color: #607083;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.exhib.serv_desc_Left {
    background-size: auto auto;
  }

  .container.container-14 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    width: auto;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.print_pack_cont {
    margin-right: 10px;
    margin-left: 10px;
    width: 45%;
  }

  .container.print-pack-specif {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    min-height: 250px;
    max-height: 550px;
    background-color: rgba(255, 255, 255, .55);

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.container-110 {
    min-height: 280px;
    max-height: 500px;
    height: auto;
    background-color: rgba(255, 255, 255, .51);
  }

  .container.article-cover.container-9.full-width-col.packs {
    height: 300vh;
  }

  .container.container-112 {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.container-16 {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  div.responsive-picture.logo_index {
    max-width: 300px;
  }

  div.responsive-picture.picture-1 {
    min-width: 10px;
    max-width: 70%;
    width: auto;
  }

  a.responsive-picture.picture-link-1 {
    float: none;
    clear: none;
    margin-top: 20%;
    margin-left: 33%;
    max-width: 180px;
  }

  .rule.menu-line hr {
    border-top-width: 3px;
    border-top-color: #94a2c5;
  }

  div.responsive-picture.picture-2 {
    min-width: 400auto;
    max-width: 600px;
  }

  div.responsive-picture.picture-7 {
    float: none;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }

  div.responsive-picture.picture-3 {
    max-width: 800px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-7 {
    margin-right: 0;
    margin-bottom: 2rem;
    min-width: 0auto;
    width: 100%;
    font-size: 90px;
  }

  h1.heading-2 {
    font-size: 18px;
  }

  h1.heading-2.reg {
    width: 20%;
  }

  h1.servic_title {
    font-size: 36px;
  }

  h1.heading-3 {
    font-size: 70px;
  }

  h1.heading-3.secund {
    font-size: 30px;
  }

  h1.GraDesig_discipli {
    font-size: 22px;
  }

  h1.heading-14 {
    font-size: 26px;
  }

  h2.heading-1 {
    font-size: 30px;
  }

  h2.heading-1.serv {
    font-size: 26px;
  }

  h3.title_seriv {
    letter-spacing: 2px;
  }

  h4.title_pizarr {
    width: 100%;
    color: #787878;
    font-size: 16px;
  }

  h4.parraf-descr-1 {
    margin-bottom: 0;
    margin-left: 11px;
    padding: 40px 20px;
    min-height: auto;
    max-height: none;
    width: 70%;
    font-weight: 400;
    font-size: 30px;
  }

  h4.servic_descrip {
    width: 80%;
    font-size: 14px;
  }

  h4.heading-9 {
    font-size: 20px;
  }

  h4.heading-8 {
    color: #353434;
    font-weight: 600;
    font-size: 12px;
  }

  h4.heading-15 {
    font-size: 14px;
  }

  h5.phrases {
    width: 70%;
    font-size: 18px;
  }

  h6.heading-4 {
    font-size: 28px;
  }

  p.paragraph {
    font-size: 15px;
  }

  p.paragraph.text_pizarr {
    margin-bottom: .5rem;
    padding-right: .6rem;
    padding-left: .6rem;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Architects Daughter', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    line-height: 1.3;
  }

  p.paragraph.texts-services {
    padding-left: .5rem;
    width: 230px;
    font-size: 13px;
  }

  p.paragraph.paragraph-11 {
    min-width: 90%;
    max-width: 75%;
    width: 100%;
    font-size: 13px;
  }

  ul.unorder-list.unordered-list-2 {
    margin-top: 0;
    margin-left: .6rem;
  }

  a.link-text.nav-item {
    padding: 1.5rem 1rem 1.2rem;
    color: #cdcdcd;
    letter-spacing: 1px;
    font-size: .9rem;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.link-text.text-link-1 {
    text-align: center;
  }

  a.link-text.nav-item:hover {
    border-top-width: 0;
    border-top-style: solid;
    border-bottom-width: 0;
    color: #c8c8c8;
    font-size: 13px;
  }

  /* Layout Elements */

  body.body-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-3-1.graphic {
    -ms-flex-align: center;
    min-height: 400px;
    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-19.graphic {
    min-height: 200px;
    width: 90%;
  }

  .container.container-94 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
  }

  .container.container-94.tres-column {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: start;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 85%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-95 {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: auto;
    max-height: none;
    width: 45%;
    height: 100%;
  }

  .container.container-95.tres-column {
    margin-right: 0;
    width: 30%;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.contaiN_Circle_pizarr {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 30px;
    min-height: auto;
    width: 70%;
    height: auto;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.title_pizarr {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.pizarr {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    padding-right: 0;
    padding-left: 0;
    min-height: auto;
    width: 100%;
    border: 0 solid #a9a2a2;
    border-radius: 20px;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
  }

  .container.full-width-col {
    min-height: 50vh;
  }

  .container.article-cover.full-width-col {
    -ms-flex-pack: center;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 0vh;
    width: 100%;
    height: 180vh;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.article-cover.full-width-col.graphic-1 {
    -ms-flex-align: center;
    min-height: auto;
    height: 300vh;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-11 {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-5 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    width: 100%;
    height: 280vh;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: 1rem;
    margin-left: 1rem;
    min-width: 30%;
    min-height: 250px;
    max-width: 40%;
    max-height: none;
    width: auto;
    height: auto;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-7 {
    -ms-flex-align: center;
    min-height: 300px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.for_logo_index {
    min-height: 550px;
    max-height: none;
    background-size: cover;
  }

  .container.container-4 {
    min-height: 400px;
    width: 100%;
    height: auto;
  }

  .container.container-103-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 7%;
    margin-bottom: 7%;
    max-width: none;
    width: 90%;
    background-color: #d4d4d4;
  }

  .container.graphic.points_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    padding-left: 2rem;
    min-height: auto;
    width: 50%;
    background-color: #607083;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.ads.container-103-2 {
    margin-bottom: 20px;
    width: 100%;
  }

  .container.graphic.servic_header {
    width: 100%;
  }

  .container.servic_contain {
    -ms-flex-align: center;
    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.contain_for_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    min-width: 80%;
    max-width: 80%;
    width: 80%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.contain_servic_left.print {
    min-height: auto;
    width: 100%;
  }

  .container.container-9 {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.article-cover.container-9.full-width-col {
    -ms-flex-pack: center;
    padding-top: 50px;
    height: 180vh;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.nav-container {
    min-height: auto;
    width: 100%;
    background-color: transparent;
  }

  .container.mobile-menu-toggle {
    display: none;
  }

  .container.button.mobile-menu-toggle {
    display: none;
  }

  .container.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: start;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
    max-height: none;
    height: auto;
    background-color: rgba(14, 14, 14, .66);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.container-12 {
    max-height: 250px;
  }

  .container.full-width-col-2 {
    min-height: 50vh;
  }

  .container.container-111 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: start;
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.cont-servic {
    width: 80%;
  }

  .container.container-85.header-servic {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.first.title {
    width: 60%;
  }

  .container.includes {
    width: 40%;
  }

  .container.secund.title {
    width: 60%;
  }

  .container.third.title {
    width: 60%;
  }

  .container.forth.title {
    width: 60%;
  }

  .container.article-cover-2.full-width-col-2 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-100 {
    -ms-flex-pack: end;
    width: 100%;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.cont_for_sites {
    -ms-flex-pack: center;
    width: 45%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.serv_desc_Left {
    min-width: 50%;
  }

  .container.serv_contai_new {
    max-width: 700px;
    width: 80%;
  }

  .container.print.serv_desc_Left {
    min-width: 180px;
    min-height: 300px;
    max-width: 400px;
  }

  .container.points_servic.web-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-left: 2rem;
    width: 50%;
    background-color: #607083;
  }

  .container.serv_desc_Left.web {
    min-width: 180px;
    min-height: 300px;
    max-width: 400px;
  }

  .container.ads.serv_desc_Left {
    min-width: 180px;
    min-height: 300px;
    max-width: 400px;
  }

  .container.ads.points_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-align: end;
    padding-left: 2rem;
    width: 50%;
    background-color: #607083;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.exhib.points_servic {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-align: end;
    padding-left: 2rem;
    width: 50%;
    background-color: #607083;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.exhib.serv_desc_Left {
    min-width: 180px;
    min-height: 300px;
    max-width: 400px;
  }

  .container.print_pack_cont {
    -ms-flex-align: center;
    width: 40%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.kind-print-pack {
    min-width: 10px;
    max-width: 88%;
    width: 100%;
    background-color: transparent;
  }

  .container.print-pack-specif {
    min-width: 250px;
    min-height: 200px;
    max-width: 380px;
    max-height: 400px;
    width: 80%;
    background-color: rgba(255, 255, 255, .55);
  }

  .container.container-110 {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    min-height: 300px;
    background-color: rgba(255, 252, 252, .69);

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.article-cover.container-9.full-width-col.packs {
    height: 330vh;
  }

  div.responsive-picture.circle_pizarr {
    max-width: none;
    width: 60%;
  }

  div.responsive-picture.picture-1 {
    min-width: 100%;
    min-height: 200px;
    max-width: 100%;
    width: auto;
  }

  div.responsive-picture.logo_index {
    min-width: 300auto;
    max-width: 450px;
  }

  li.list-item.texts_points-1 {
    color: #fff;
    font-size: 13px;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;
    background-color: transparent;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  li.list-item-container.nav-wrapper {
    padding-right: 0;
    background-color: transparent;
  }

  a.responsive-picture.picture-link-1 {
    margin-top: 1%;
    margin-bottom: 0;
    margin-left: 5%;
    max-width: 120px;
  }

  div.responsive-picture.picture-2 {
    min-width: 430auto;
    max-width: 1000px;
  }

  div.responsive-picture.picture-7 {
    margin-left: 0;
    width: 70%;
  }

  div.responsive-picture.picture-3 {
    max-width: 1200px;
  }

  .rule.rule-2 {
    width: 75%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-7 {
    margin-right: 4rem;
    width: 60%;
    color: #c3c3c3;
    font-weight: 500;
    font-size: 120px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  h1.servic_title {
    font-size: 46px;
  }

  h1.heading-3 {
    font-size: 90px;
  }

  h1.heading-3.secund {
    font-size: 40px;
  }

  h1.heading-14 {
    min-width: 10px;
    max-width: none;
    width: 100%;
  }

  h4.title_pizarr {
    font-size: 18px;
  }

  h4.parraf-descr-1 {
    padding-bottom: 40px;
    min-height: auto;
    max-height: none;
    width: 70%;
    font-size: 34px;
  }

  h4.heading-8 {
    font-size: 13px;
  }

  h4.servic_descrip {
    font-size: 15px;
    line-height: 2;
  }

  h4.heading-15 {
    font-size: 16px;
  }

  h5.phrases {
    width: 70%;
    font-size: 20px;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.text_pizarr {
    font-size: 18px;
  }

  p.paragraph.texts-services {
    font-weight: 600;
    line-height: 1.7;
  }

  p.paragraph.paragraph-11 {
    min-height: 260px;
    font-size: 15px;
  }

  a.link-text.nav-item {
    padding-top: 1.2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    border-top: .1875rem solid transparent;
    font-size: 1.1rem;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  a.link-text.nav-item:hover {
    border-width: 0;
    border-color: transparent;
    color: #c8c8c8;
    text-transform: none;
    font-variant: normal;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  /* Layout Elements */

  body.body-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-3-1 {
    min-height: 400px;
  }

  .container.container-3-1.graphic {
    -ms-flex-align: center;
    min-height: 500px;
    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-19.graphic {
    min-height: 230px;
    width: 70%;
  }

  .container.container-94.tres-column {
    width: 70%;
  }

  .container.container-95 {
    margin-bottom: 10px;
  }

  .container.contaiN_Circle_pizarr {
    min-height: auto;
    width: 60%;
  }

  .container.pizarr {
    width: 95%;
    background-size: cover;
  }

  .container.article-cover.full-width-col {
    height: 200vh;
  }

  .container.article-cover.full-width-col.graphic-1 {
    height: 300vh;
  }

  .container.for_logo_index {
    min-height: 650px;
    max-height: 750px;
    background-size: cover;
  }

  .container.container-2 {
    margin-right: 2rem;
    margin-left: 2rem;
    min-width: 35%;
    min-height: 300px;
    max-width: 40%;
    max-height: none;
    width: auto;
    height: auto;
  }

  .container.container-5 {
    -ms-flex-pack: center;
    width: 90%;
    height: 270vh;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-7 {
    min-height: auto;
    max-height: none;
  }

  .container.container-4 {
    min-width: 10px;
    min-height: 400px;
    max-width: none;
    width: 100%;
    background-image: -webkit-linear-gradient(135deg, rgba(77, 75, 75, .5) 0%, rgba(223, 162, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:    -moz-linear-gradient(135deg, rgba(77, 75, 75, .5) 0%, rgba(223, 162, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:      -o-linear-gradient(135deg, rgba(77, 75, 75, .5) 0%, rgba(223, 162, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-image:         linear-gradient(-45deg, rgba(77, 75, 75, .5) 0%, rgba(223, 162, 0, .68) 50%, rgba(29, 30, 33, .5) 100%), url('../background%27s/backg_lines.png');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, no-repeat;
    opacity: 1;

    background-blend-mode: normal, multiply;
  }

  .container.container-103-2 {
    margin-top: 7%;
    margin-bottom: 7%;
    width: 70%;
  }

  .container.contain_for_servic {
    min-width: 70%;
    max-width: 70%;
    width: 70%;
  }

  .container.container-9 {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.ads.container-103-2 {
    width: 100%;
  }

  .container.servic_contain {
    width: 100%;
  }

  .container.article-cover.container-9.full-width-col {
    -ms-flex-pack: center;
    -ms-flex-align: start;
    padding-top: 50px;
    height: 220vh;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.container-12 {
    max-height: 450px;
  }

  .container.container-97 {
    -ms-flex-pack: center;
    margin-bottom: 10px;
    width: 80%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-111 {
    -ms-flex-align: start;
    margin-left: -50px;
    width: 75%;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.first.title {
    width: 60%;
  }

  .container.secund.title {
    width: 60%;
  }

  .container.third.title {
    width: 60%;
  }

  .container.forth.title {
    width: 60%;
  }

  .container.article-cover-2.full-width-col-2 {
    -ms-flex-pack: center;
    width: 80%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-100 {
    -ms-flex-align: center;
    min-width: 400px;
    min-height: 250px;
    max-width: 1200px;
    width: auto;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-13 {
    width: 100%;
  }

  .container.cont-servic {
    -ms-flex-pack: start;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 250px;
    min-height: 0;
    max-width: 380px;
    max-height: none;
    width: 100%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.cont_for_sites {
    -ms-flex-align: start;
    width: 40%;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.menu-wrapper {
    min-height: auto;
    max-height: none;
    height: auto;
  }

  .container.nav-container {
    position: static;
  }

  .container.serv_contai_new {
    max-width: 900px;
    width: 65%;
  }

  .container.serv_desc_Left {
    min-height: 350px;
  }

  .container.print.serv_desc_Left {
    min-height: 400px;
    max-width: 550px;
  }

  .container.serv_desc_Left.web {
    min-height: 400px;
    max-width: 550px;
  }

  .container.ads.serv_desc_Left {
    min-height: 400px;
    max-width: 550px;
  }

  .container.exhib.serv_desc_Left {
    min-height: 400px;
    max-width: 550px;
  }

  .container.container-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    min-width: 0;
    max-width: none;
    width: 80%;
  }

  .container.kind-print-pack {
    -ms-flex-align: center;
    min-width: 250px;
    max-width: 380px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.print-pack-specif {
    margin-right: 20px;
    margin-left: 20px;
    min-height: 300px;
    max-height: 400px;
    width: 100%;
  }

  .container.container-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.print_pack_cont {
    width: 38%;
  }

  div.responsive-picture.circle_pizarr {
    width: 50%;
  }

  div.responsive-picture.logo_index {
    min-width: 400auto;
    max-width: 600px;
  }

  div.responsive-picture.picture-1 {
    min-width: 50%;
    min-height: 350px;
    max-width: none;
    width: auto;
    height: auto;
  }

  div.responsive-picture.picture-1 > picture {
    height: auto;
  }

  li.list-item.texts_points-1 {
    font-size: 16px;
  }

  li.list-item-container.nav-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 20;
       -moz-box-flex: 0;
        -ms-flex: 0 20;
            flex: 0 20;
  }

  a.responsive-picture.picture-link-1 {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 3%;
    max-width: 130px;
  }

  div.responsive-picture.picture-2 {
    max-width: 1600px;
  }

  div.responsive-picture.picture-7 {
    margin-left: 120px;
    max-width: 1200px;
    width: auto;
  }

  ul.list-container.menu {
    margin-bottom: 0;
    padding-bottom: 20px;
    min-height: auto;
    max-height: none;
  }
}

@media screen and (min-width: 105.125rem) {
  /* Text Elements */

  h1.heading-7 {
    font-size: 130px;
  }

  h1.servic_title {
    font-size: 52px;
  }

  h4.heading-8 {
    font-size: 16px;
  }

  h4.servic_descrip {
    font-size: 16px;
  }

  h5.phrases {
    width: 50%;
    font-size: 20px;
  }

  h6.heading-4 {
    font-size: 34px;
  }

  p.paragraph.texts-services {
    font-weight: 600;
  }

  /* Layout Elements */

  .container.container-3-1.graphic {
    min-height: 500px;
  }

  .container.pizarr {
    width: 90%;
  }

  .container.article-cover.full-width-col {
    height: 210vh;
  }

  .container.for_logo_index {
    min-height: 900px;
  }

  .container.container-103-2 {
    margin-top: 5%;
    margin-bottom: 5%;
    width: 70%;
  }

  .container.container-111 {
    width: 55%;
  }

  .container.serv_contai_new {
    width: 60%;
  }

  .container.graphic.points_servic {
    padding-left: 4rem;
  }

  .container.points_servic.web-2 {
    padding-left: 4rem;
  }

  .container.ads.points_servic {
    padding-left: 4rem;
  }

  .container.exhib.points_servic {
    padding-left: 4rem;
  }

  .container.print_pack_cont {
    width: 35%;
  }

  .container.cont_for_sites {
    width: 35%;
  }

  div.responsive-picture.circle_pizarr {
    width: 45%;
  }

  div.responsive-picture.picture-1 {
    width: auto;
  }

  div.responsive-picture.picture-2 {
    max-width: 1800px;
  }

  div.responsive-picture.picture-7 {
    width: 100%;
  }

  a.responsive-picture.picture-link-1 {
    margin-bottom: 1%;
  }
}