@font-face {
  font-family: 'Dialog';
  font-weight: 300;
  font-style: normal;
  src: url('/wcorp/gc/prod/es_ES/estaticos/metanol_verde/fonts/dialog_light_regular-webfont.woff2') format('woff2'),
       url('/wcorp/gc/prod/es_ES/estaticos/metanol_verde/fonts/dialog_light_regular-webfont.woff') format('woff');
       font-display: swap;
}

@font-face {
  font-family: 'Dialog';
  font-weight: bold;
  font-style: normal;
  src: url('/wcorp/gc/prod/es_ES/estaticos/metanol_verde/fonts/dialog_bold-webfont.woff2') format('woff2'),
       url('/wcorp/gc/prod/es_ES/estaticos/metanol_verde/fonts/dialog_bold-webfont.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Dialog';
  font-weight: normal;
  font-style: normal;
  src: url('/wcorp/gc/prod/es_ES/estaticos/metanol_verde/fonts/dialog_regular-webfont.woff2') format('woff2'),
       url('/wcorp/gc/prod/es_ES/estaticos/metanol_verde/fonts/dialog_regular-webfont.woff') format('woff');
  font-display: swap;
}

:root {
  --green: #61A60E;
  --black: #38424A;
  --orange: #FF5A00;
  --red: #E9510E;
  --grey: #5F6971;
}

#metanol {
  width: 100%;
  max-width: 400px;
  padding: 40px 20px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/metanol_verde/images/rejilla@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#metanol * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#metanol ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#metanol li {
  position: absolute;
}

#metanol li:nth-of-type(1) {
  top: 24%;
  left: 32%;
}

#metanol li:nth-of-type(2) {
  top: 47%;
  left: 61%;
}

#metanol li:nth-of-type(3) {
  top: 56%;
  right: 15%;
}

#metanol li:nth-of-type(4) {
  top: 63%;
  left: 49%;
}

#metanol li:nth-of-type(5) {
  top: 52%;
  left: 36%;
}

#metanol li:nth-of-type(6) {
  top: 34%;
  left: 18%;
}

#metanol li:before {
  content: none;
  display: none;
}

#metanol li p {
  display: none;
  list-style: none;
  font-family: 'Dialog';
  font-weight: 300;
  font-style: normal;
  color: var(--black);
  font-size: 15px;
  line-height: 16px;
  text-align: left;
}

#metanol li p strong {
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
}

#metanol li a {
  display: block;
  background-color: var(--orange);
  border-radius: 100%;
  text-decoration: none;
  color: white !important;
  width: 29px;
  height: 29px;
  text-align: center;
  font-size: 16px;
  line-height: 29px;
  font-family: 'Dialog';
  font-style: normal;
  font-weight: normal;
}

#metanol ul + img {
  display: block;
  max-width: 100%;
}

#metanol .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 111;
  width: 250px;
  padding: 26px 30px 25px 25px;
  height: auto;
  background-color: white;
  box-shadow: rgba(0,0,0,0.5) 0 2px 7px;
}

#metanol .modal:before {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: var(--green);
  transform: rotate(135deg);
  position: absolute;
  top: 32px;
  right: 18px;
  cursor: pointer;
}

#metanol .modal:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: var(--green);
  transform: rotate(45deg);
  position: absolute;
  top: 32px;
  right: 18px;
  cursor: pointer;
}

#metanol .modal p {
  text-align: left;
  font-size: 15px;
  line-height: 16px;
  font-family: 'Dialog';
  font-style: normal;
  font-weight: normal;
  color: var(--grey);
}

#metanol .modal p strong {
  display: block;
  font-weight: normal;
  color: var(--green);
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.67px;
  margin-bottom: 16px;
  padding-right: 30px;
}

body.metanol-modal:before {
  content: '';
  display: block;
  background-color: rgba(255,255,255,0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}

@media (min-width: 746px) {

  #metanol {
    max-width: 719px;
    padding-top: 130px;
    padding-bottom: 190px;
  }

  #metanol:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/metanol_verde/images/lineas@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  #metanol li {
    max-width: 170px;
    padding-left: 18px;
  }

  #metanol li:nth-of-type(1) {
    top: 4.3%;
    left: 36.5%;
    max-width: 175px;
  }
  
  #metanol li:nth-of-type(2) {
    top: 4.3%;
    left: auto;
    right: 5%;
  }
  
  #metanol li:nth-of-type(3) {
    top: auto;
    bottom: 15%;
    right: 3%;
    max-width: 180px;
  }
  
  #metanol li:nth-of-type(4) {
    top: auto;
    bottom: 5%;
    left: 30%;
  }
  
  #metanol li:nth-of-type(5) {
    top: auto;
    bottom: 15.8%;
    left: 0%;
    max-width: 180px;
  }
  
  #metanol li:nth-of-type(6) {
    top: 5.9%;
    left: 0%;
    max-width: 135px;
  }

  #metanol li p {
    display: block;
  }

  #metanol li a {
    width: 23px;
    height: 23px;
    font-size: 15px;
    line-height: 23px;
    background-color: var(--red);
    margin-bottom: 10px;
    cursor: default;
    pointer-events: none;
  }

}

@media (min-width: 960px) and (max-width: 1100px) {

  #metanol li:nth-of-type(2) {
    right: 0;
  }

  #metanol li:nth-of-type(3) {
    bottom: 12%;
    right: 0%;
    max-width: 162px;
  }

  #metanol li:nth-of-type(4) {
    max-width: 137px;
    bottom: 0;
  }

  #metanol li:nth-of-type(5) {
    bottom: 12%;
    max-width: 170px;
  }

  #metanol li:nth-of-type(6) {
    max-width: 125px;
  }

}

/*
@media (min-width: 1256px) {

  #metanol {
    max-width: 1073px;
    padding-top: 130px;
  }

  #metanol:before {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/metanol_verde/images/lineas-desktop@2x.png');
    background-position: top center;
  }

  #metanol li:nth-of-type(1) {
    top: 0%;
  }

  #metanol li:nth-of-type(2) {
    right: 6.5%;
    max-width: 250px;
  }

  #metanol li:nth-of-type(3) {
    bottom: 14.5%;
    right: -2%;
    max-width: 240px;
  }

  #metanol li:nth-of-type(4) {
    bottom: 4%;
    max-width: 250px;
  }

  #metanol li:nth-of-type(5) {
    top: auto;
    bottom: 23.8%;
  }

  #metanol li:nth-of-type(6) {
    top: 14.9%;
    max-width: 200px;
  }

}
*/