#hm_cont,
#home_bg {
  width: 50%;
  position: relative;
  height: 100%;
}
#footer,
#hm_cont,
#home_bg,
#m_logo {
  position: fixed;
}
#footer,
#hm_cont,
form input {
  box-sizing: border-box;
}
#footer a:hover,
#hm_cont p:hover {
  opacity: 0.5 !important;
  text-decoration: none !important;
}
#footer .legal a,
#footer a,
#hm_cont a,
#side_menu a,
a:hover {
  text-decoration: none;
}
#company,
#press,
#press div,
form input,
form label {
  clear: both;
}
#hm_cont,
#home_bg,
#loading,
body,
html {
  height: 100%;
}
#hm_cont h1:after,
#loading:before {
  content: "";
  display: block;
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background: 0 0 !important;
}
body {
  color: #000;
  font-size: 16px;
  font-family: NasteExtraLight, Avenir, sans-serif;
  min-height: 580px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#hm_cont .descripcion,
#hm_cont h1,
.none {
  font-family: NasteBook, Avenir, sans-serif;
}
@keyframes clip1 {
  0% {
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@keyframes clip2 {
  0% {
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@keyframes rev {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0%,
  99.99% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
#m_logo {
  width: auto;
  height: 75px;
  top: 30px;
  left: 30px;
  z-index: 1;
}
#home_bg {
  background: url(../images/hm_bg.gif) center top no-repeat #0e0f0f;
  background-size: cover;
  float: left;
  animation: clip1 1s;
  transition: transform 0.5s ease;
}
#hm_cont {
  background-color: #0e0f0f;
  margin-left: 50%;
  font-size: 40px;
  color: #fff;
  padding: 80px;
  line-height: 1.5em;
  animation: clip2 1s;
  overflow: hidden;
  right: 0;
  transition: opacity 0.2s ease, transform 0.5s ease;
}
#hm_cont h1,
.none {
  color: #00afef;
  font-size: 30px;
  line-height: 1em;
  margin-top: calc(50vh - 280px);
  animation: hide 1s, rev 0.8s ease 1s;
}
#hm_cont h1:after {
  width: 50px;
  height: 2px;
  background-color: #00afef;
  margin: 20px 2px;
}
#hm_cont .descripcion {
  font-size: 13px;
  margin: 1px 0;
  display: block;
  font-weight: 100;
  letter-spacing: 0.1em !important;
  color: #eee;
}
#footer a,
#hm_cont form,
#hm_cont p {
  font-family: NasteBook, Avenir, sans-serif;
  font-weight: 600;
}
#hm_cont form,
#hm_cont p {
  animation: hide 1.2s linear 0s, rev 0.8s ease 1.2s;
  line-height: 0.8em;
  padding-bottom: 50px !important;
  transition: opacity 0.3s;
}
#hm_cont .a,
#hm_cont a {
  animation: hide 1.4s, rev 0.8s ease 1.4s;
  transition: opacity 0.3s;
}
#hm_cont a {
  float: left;
  margin: 40px 10px 0 0;
  color: inherit;
}
#hm_cont .a {
  float: none;
  margin: auto;
}
#hm_cont a img {
  width: 150px;
  height: 45px;
}
#hm_cont a:hover {
  opacity: 0.5;
}
#footer {
  bottom: 0;
  width: 100%;
  padding: 20px;
  animation: hide 2s, fade 1s ease 2s;
}
#footer a {
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 20px 15px;
  float: left;
  transition: opacity 0.3s;
}
#footer a.active {
  cursor: default;
  opacity: 0.5;
}
#footer .legal {
  float: right;
  padding-right: 50px;
}
#footer .legal a {
  text-transform: none;
}
#footer .legal .white {
  color: #fff !important;
  font-weight: 400;
  padding: 0;
  float: right;
}
a,
h2 {
  color: #4cc1ec;
  font-family: NasteBook, Avenir, sans-serif;
}
#footer .soc {
  right: 52%;
  position: absolute;
}
#footer .soc a img {
  width: 21px;
  position: relative;
  margin-top: -4px;
}
.col,
.prod {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.content {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  margin-left: 460px;
  padding: 66px;
  min-height: 100vh;
  margin-bottom: 100px;
  font-size: 16px;
  max-width: 1050px;
  z-index: 100;
  opacity: 0;
  transform: translateX(50vw);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
h4,
p {
  padding-bottom: 20px;
}
.insider .content {
  transform: none;
  opacity: 1;
}
.insider #home_bg {
  position: fixed;
  transform: translateX(-12vw);
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0.5;
}
.insider #hm_cont {
  transform: translateX(-12vw);
  opacity: 0;
}
h2,
h3 {
  font-weight: 400;
  padding-bottom: 40px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-family: NasteBook, Avenir, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
p {
  line-height: 1.6em;
}
.center {
  font-size: 20px;
  text-align: center;
  padding: 5% 10%;
}
#press,
.prod {
  padding-bottom: 60px;
}
.prod img {
  width: 280px;
}
#press div {
  margin-right: 5%;
  min-height: 80px;
  padding-bottom: 40px;
}
#press div img {
  float: left;
  width: 80px;
}
#press div a,
#press div p {
  margin-left: 140px;
  padding: 20px 0;
  display: block;
}
#press div a {
  color: #000;
  font-family: NasteBook, Avenir, sans-serif;
}
#press span {
  color: #a3a3a3;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-left: -18px;
  position: relative;
  margin-top: 10px;
  display: block;
  font-family: NasteBook, Avenir, sans-serif;
}
#managment div {
  width: 45%;
  margin-right: 5%;
  float: left;
  margin-bottom: 40px;
}
#managment img {
  width: 100%;
  max-width: 230px;
  margin-bottom: 10px;
}
#managment div h4 {
  font-size: 16px;
}
.insider {
  background-color: #000;
}
.insider #footer .soc {
  right: auto;
  left: 40%;
  opacity: 0.5;
}
#side_menu {
  position: fixed;
  right: -180px;
  top: 50vh;
  transform: rotate(90deg);
  transform-origin: center center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
}
#side_menu a {
  padding: 20px;
  color: #9c9fa0;
}
form label {
  font-size: 18px;
  display: block;
}
form label.er {
  color: #cd104a;
}
form button,
form input {
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
form input {
  display: block;
  background-color: transparent;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}
form input:focus {
  outline: 0;
  border-color: #fff;
}
form button {
  background-color: #4cc1ec;
  font-family: NasteBook, Avenir, sans-serif;
  border: none;
  text-align: center;
  width: 100px;
  margin: 10px 0;
  float: right;
  cursor: pointer;
}
form button:focus,
form button:hover {
  background-color: #fff;
  color: #4cc1ec;
  outline: 0;
}
#loading {
  text-align: center;
  background-color: #fff;
  transition: opacity 0.3s;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#loading:before {
  height: 50%;
  width: 50%;
}
#loading img {
  margin: -38px auto 0;
  width: 75px;
}
#loading.done {
  opacity: 0;
}
@media all and (max-width: 1400px) {
  #hm_cont p {
    padding-bottom: 10px !important;
  }
}
@media all and (max-width: 1300px) {
  #hm_cont h1,
  div#hm_cont {
    font-size: 30px;
  }
  .insider #home_bg {
    transform: translateX(-5vw);
  }
  .prod {
    float: none;
    width: 95%;
  }
  #hm_cont,
  #home_bg {
    width: 100%;
    position: relative;
  }
  #footer,
  #hm_cont,
  #home_bg {
    position: relative;
  }
  #hm_cont,
  .content {
    margin-left: 0;
  }
  #home_bg,
  #loading:before {
    height: 80vw;
  }
  #home_bg {
    float: none;
  }
  #hm_cont {
    height: 485px;
  }
  #hm_cont h1 {
    margin-top: 0;
  }
  #hm_cont h1:after {
    width: 30px;
  }
  #footer {
    background-color: #0e0f0f;
    min-height: 100px;
    overflow: auto;
  }
  .insider #footer {
    position: fixed;
  }
  #footer .soc {
    right: auto;
    opacity: 0.5;
    position: relative;
    left: auto;
  }
  .insider #footer .soc {
    left: auto;
    right: auto;
  }
  #footer a {
    padding: 10px 15px;
  }
  #m_logo {
    position: absolute;
    top: calc(80vw - 40px);
    left: auto;
    right: 30px;
  }
  .insider #m_logo {
    top: 30px;
    z-index: 200;
  }
  #loading {
    text-align: right;
  }
  #loading img {
    margin: -40px 30px 0 auto;
    width: 75px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1700px) {
  #footer .soc {
    padding-top: 30px;
    padding-right: 5px;
  }
  #footer a {
    padding: 20px 11px;
  }
}
@media all and (max-width: 600px) {
  #footer .legal,
  #footer a,
  #press div img,
  .prod img {
    float: none;
  }
  #hm_cont {
    padding: 30px;
    height: auto;
    border-bottom: 1px solid #222;
  }
  #hm_cont form,
  #hm_cont p {
    padding-bottom: 20px !important;
    line-height: 1em !important;
  }
  #hm_cont h1,
  div#hm_cont {
    font-size: 22px;
  }
  #hm_cont a img {
    width: 120px;
    height: 36px;
  }
  #footer {
    text-align: center;
    line-height: 40px;
    padding: 20px 0;
    overflow: inherit;
  }
  #footer a {
    padding: 5px 10px !important;
    line-height: 1.9;
  }
  #footer .soc a img {
    margin-top: 20px;
  }
  .insider .content {
    margin-bottom: 220px;
    width: 100%;
    padding: 80px 40px;
    left: 0;
    box-sizing: border-box;
  }
  .insider #side_menu {
    display: none;
  }
  #managment div,
  .col {
    width: 100%;
  }
  .center {
    padding: 0;
  }
  .prod img {
    margin: 0 25%;
    width: 50%;
  }
  .prod p {
    margin-right: 0;
  }
  #press div a,
  #press div p {
    margin-left: 0;
  }
  h3 {
    font-size: 24px;
  }
}

/* Contenedor fijo abajo-izquierda */
.iso-block {
  position: absolute;
  left: 10px;
  bottom: 70px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 7px;
}

.iso-block img {
  max-width: 180px;
  height: auto;
  display: block;
  margin-left: -22px;
}

/* Texto debajo del logo */
.iso-block .iram-caption {
  /*margin-top: -10px;*/
  font-size: 9px;
  line-height: 1.2;
  text-align: left;
  max-width: 140px;
  color: #444;
}

.iso-block .iram-caption strong {
  color: #0066cc;
}


/*Responsivo: tablets*/ 
/*  Tablets: entre 601px y 1024px */
@media all and (min-width: 601px) and (max-width: 1024px) {
  .iso-block {
    max-width: 110px;
    bottom: 45%;  /* sigue abajo, solo ajustamos margen */
    left: 15px;
    }
  .iso-block img {
    max-width: 120px;
  }
  .iso-block .iram-caption {
    font-size: 6px;
    max-width: 100px;
    position: relative;
    text-align: justify;
  }
}

/*   Celulares: 600px o menos */
@media all and (min-width: 120px) and (max-width: 600px) {
  .iso-block {
    top: auto;
    bottom: 58%;     /* se ajusta relativo al alto */
    left: 15px;      /* SIEMPRE alineado a la izquierda */
    transform: -50; /* quitamos centrado */
  }
  .iso-block img {
    max-width: 80px;
  }
  .iso-block .iram-caption {
    font-size: 5px;
    max-width: 60px;
    /*text-align: justify;*/
    margin-left: -22px;
    /*margin-top: -1px;*/
    /*display: none;*/
    

  }
}
