/**
 * DEZA Business
 * Styles Proximamente
 *
 * deza blue  #333e48   51,62,73
 * deza gray  #99999a   153,153,154
 *
 * green      #b6d493   182,212,147
 * yellow     #fdde92   253,222,146
 * blue       #a2cce4   162,204,228
 * red        #f4b284   244,178,132
 *
 * font-family: 'Josefin Sans', sans-serif;
 * font-family: 'Varela Round', sans-serif;
 */


/*
.debug-responsive {
  display: block;
  position: absolute;
  top: 0px;
  right: 20px;

  padding: 1.5em 2.5em !important;

  color: black !important;
  font-size: 9px;
  font-weight: bold;
}
*/


html {
  position: relative;

  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;

  background-color: #ffffff;

  font-family: 'Varela Round', sans-serif;
}

body {
  display: flex;
  /* align-content: space-between; */
  flex-direction: column;
  justify-content: space-between;

  position: relative;

  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;

  background-image: url('footer_bckgr_slice.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
}



/**
 * HEADER
 * -----------------------------------------------------------------------------
 */
header {
  display: flex;
  justify-content: space-between;

  /* background: rgba(255,15,89, 0.1); */
}

header .deza-info > div {
  display: inline-block;
}

header .deza-info span {
  display: block;

  color: #333e48;
  line-height: 1.5;
  text-align: left;
}

header .deza-info i.fa {
  width: 20px;
  padding-right: 0.4em;

  color: #99999a;
}



/**
 * SECTION
 * -----------------------------------------------------------------------------
 */
section {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  justify-content: space-evenly;

  padding: 0;
  margin: 0;

  /* background: rgba(200,200,200, 0.1); */
}

section article.deza-areas {
  display: flex;
  flex-direction: row;
  justify-content: center;

  padding-top: 6em;
}

section .area-consultoria .block { background-image: url('area_consultoria.jpg'); }
section .area-internet .block { background-image: url('area_internet.jpg'); }
section .area-software .block { background-image: url('area_software.jpg'); }
section .area-hardware .block { background-image: url('area_hardware.jpg'); }

section .block {
  background-position: bottom;
  background-size: cover;
}

section .block:hover {
  background-position: top;
}

section article.deza-claim {}

section article.deza-claim h1 {
  margin-bottom: 0.5em;

  color: #333e48;
  text-align: center;
}

section article.deza-proximamente h3 {
  margin: 1em 0 0px;

  color: #666666;
  text-shadow: 0px 5px 5px rgba(220,220,220, 1);
  text-align: center;
}



/**
 * FOOTER
 * -----------------------------------------------------------------------------
 */
footer {
  /* position: absolute; */
  /* bottom: 0px; */

  width: 100%;
  height: 160px;

  background-image: url('footer_bckgr_934px.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}



/**
 * XL
 * width > 1284px
 * -----------------------------------------------------------------------------
 */
@media (min-width: 1284px) {
  /*
  .debug-responsive { background-color: crimson; }
  .debug-responsive::before { content: "XL"; }
  */

  header {
    margin: 0 auto;
    padding-top: 20px;
    width: 1284px;
    max-width: 1284px;
  }

  header .deza-logo img {
    width: 210px;
  }

  header .deza-info {
    padding-top: 25px;
  }

  header .deza-info span {
    font-size: 0.9em;
  }


  section {
    margin: 0 auto;
    width: 1284px;
    max-width: 1284px;
  }

  section article.deza-areas .block {
    margin: 0 20px;
    width: 220px;
    height: 90px;
  }

  section article.deza-claim h1 {
    font-size: 3.6em;
  }

  section article.deza-proximamente h3 {
    font-size: 2.6em;
  }
}



/**
 * LG
 * width > 1072px
 * width <= 1284px
 * -----------------------------------------------------------------------------
 */
@media (min-width: 1072px) and (max-width: 1284px) {
  /*
  .debug-responsive { background-color: orange; }
  .debug-responsive::before { content: "LG"; }
  */

  header {
    padding-top: 20px;
  }

  header .deza-logo {
    margin-left: 20px;
  }

  header .deza-logo img {
    width: 190px;
  }

  header .deza-info {
    margin-right: 20px;
    padding-top: 24px;
  }

  header .deza-info span {
    font-size: 0.85em;
  }


  section article.deza-areas {
    padding-top: 24px;
  }

  section article.deza-areas .block {
    margin: 0 10px;
    width: 198px;
    height: 81px;
  }

  section article.deza-claim h1 {
    font-size: 3.4em;
  }

  section article.deza-proximamente h3 {
    font-size: 2.4em;
  }
}



/**
 *
 * MD
 * width > 768px
 * width <= 1072px
 * -----------------------------------------------------------------------------
 */
@media (min-width: 768px) and (max-width: 1072px) {
  /*
  .debug-responsive { background-color: yellow; }
  .debug-responsive::before { content: "MD"; }
  */

  header {
    padding-top: 20px;
  }

  header .deza-logo {
    margin-left: 20px;
  }

  header .deza-logo img {
    width: 190px;
  }

  header .deza-info {
    margin-right: 20px;
    padding-top: 22px;
  }

  header .deza-info span {
    font-size: 0.8em;
  }


  section article.deza-areas {
    padding-top: 30px;
  }

  section article.deza-areas .block {
    margin: 0 5px;
    width: 176px;
    height: 72px;
  }

  section article.deza-claim h1 {
    font-size: 3em;
  }

  section article.deza-proximamente h3 {
    font-size: 2em;
  }
}



/**
 * SM
 * width > 480px
 * width <= 768px
 * -----------------------------------------------------------------------------
 */
@media (min-width: 480px) and (max-width: 768px) {
  /*
  .debug-responsive { background-color: lightgreen; }
  .debug-responsive::before { content: "SM"; }
  */

  header {
    padding-top: 20px;
  }

  header .deza-logo {
    margin-left: 10px;
  }

  header .deza-logo img {
    width: 145px;
  }

  header .deza-info {
    margin-right: 20px;
    padding-top: 12px;
  }

  header .deza-info span {
    font-size: 0.7em;
    line-height: 1.4;
  }


  section article.deza-areas {
    flex-wrap: wrap;

    width: 100%;
    padding-top: 40px;
  }

  section article.deza-areas > div {
    margin: 0;
    width: 50%;
  }

  section article.deza-areas .block {
    width: 220px;
    height: 90px;
  }

  section .area-consultoria .block,
  section .area-software .block {
    float: right;

    margin: 0 10px 20px 0;
  }

  section .area-internet .block,
  section .area-hardware .block {
    float: left;

    margin: 0 0 20px 10px;
  }

  section article.deza-claim  h1 {
    font-size: 2.4em;
  }

  section article.deza-proximamente  h3 {
    font-size: 1.6em;
  }
}



/**
 * XS
 * width <= 480px
 * -----------------------------------------------------------------------------
 */
@media (max-width: 480px) {
  /*
  .debug-responsive { background-color: lightblue; }
  .debug-responsive::before { content: "XS"; }
  */

  body {
    min-width: 360px;
  }


  header {
    flex-wrap: wrap;

    padding-top: 20px;
  }

  header .deza-logo {
    width: 100%;

    text-align: center;
  }

  header .deza-logo img {
    width: 180px;
  }

  header .deza-info {
    margin: 0 auto;
    padding-top: 16px;

    text-align: center;
  }

  header .deza-info > div {
    text-align: center;
  }

  header .deza-info span {
    font-size: 0.75em;
    line-height: 1.4;
    text-align: center;
  }


  section article.deza-areas {
    flex-wrap: wrap;

    width: 100%;
    padding-top: 40px;
  }

  section article.deza-areas > div {
    margin: 0;
    width: 50%;
  }

  section article.deza-areas .block {
    width: 153px;
    height: 63px;
  }

  section .area-consultoria .block,
  section .area-software .block {
    float: right;

    margin: 0 5px 10px 0;
  }

  section .area-internet .block,
  section .area-hardware .block {
    float: left;

    margin: 0 0 10px 5px;
  }

  section article.deza-claim h1 {
    font-size: 2em;
  }

  section article.deza-proximamente h3 {
    font-size: 1.6em;
  }
}
