/*+clearfix {*/
header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
header {
  display: block;
  *height: 1px;
}
@media screen and (min-width: 1000px) {
  header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  header {
    display: block;
    *height: 1px;
  }
}
@media screen and (min-width: 400px) {
  header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  header {
    display: block;
    *height: 1px;
  }
}
@media screen and (min-width: 640px) {
  header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  header {
    display: block;
    *height: 1px;
  }
}
/*+}*/
/*+clearfix {*/
:root {
  --bg_transparente: rgba(0, 0, 0, 0.337);
  --bg_transparente2: rgba(0, 0, 0, 0.7);
  --c1 : #000;
  --c2:#FFF;
  --c3:#3D0DA4;
  --c4:rgba(255, 255, 255, 0.5);
  --c5:#b397ef;
  --c6:rgba(0, 0, 0, 0.5);
  --maxw:1200px;
  --maxw1:1400px;
  --maxw2:1120px;
  --maxw3:930px;
  --f-textos:sans-serif;
  --b_radius:3px;
  --gap:20px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  background: url(../imgs/bg.png) top center / 700px auto no-repeat #3C61FF;
}
main {
  padding: 0;
  margin: 0 auto;
  clear: left;
  font-size: 1.1rem;
  line-height: 1.3;
}
body main {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
h1, h2, h3, h4, h5 {
  font-family:var(--f-titulos);
  color: #333;
  font-weight: 400;
  margin: 0;
}
/*[clearfix]*/
header {
  text-align: center;
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  background: url(../imgs/grua.png) -30px 0px / 400px auto no-repeat;
  display: block;
  margin: 0 auto;
  width: 100%;
}
#logo {
  text-indent: -1000000px;
  display: block;
  background: url(../imgs/aduben.svg) 50% / contain no-repeat rgba(198, 0, 0, 0);
  width: 300px;
  height: 76px;
  margin: 270px auto 0;
}
#EnConstruccion {
  width: 300px;
  margin: 0 auto 20px;
}
#AlterFarmacia {
  display: none;
}
@media screen and (min-width: 400px) {
  /*[clearfix]*/
  header {
    background: url(../imgs/grua.png) -10px 0 / 400px auto no-repeat;
    width: 400px;
  }
}
@media screen and (min-width: 640px) {
  body {
    background: url(../imgs/bg.png) top center / 1000px auto no-repeat #3C61FF;
  }
  /*[clearfix]*/
  header {
    background: url(../imgs/grua.png) 10% 30px / 500px auto no-repeat;
    width: 640px;
  }
  #AlterFarmacia {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  #AlterFarmaciaVertical {
    display: none;
  }
  #logo {
    width: 500px;
    height: 115px;
    margin: 370px auto 0;
  }
  #EnConstruccion {
    width: 360px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1000px) {
  body {
    background: url(../imgs/bg.png) top center / 1365px auto repeat-x #3C61FF;
  }
  /*[clearfix]*/
  header {
    padding: 30px 30px 20px 30px;
    background: url(../imgs/grua.png) 0% 60px / 650px auto no-repeat;
    margin: 0 auto;
    width: 800px;
  }
  #AlterFarmacia {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  #AlterFarmaciaVertical {
    display: none;
  }
  #logo {
    width: 540px;
    height: 139px;
    margin: 500px auto 0;
  }
  #EnConstruccion {
    width: 360px;
    margin: 0 auto 20px;
  }
}
