@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');

html, body {
  font-family: 'Source Sans Pro', sans-serif;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

#container_img {
  text-align: center;
}

.punto_azul {
  font-weight: 900;
  color: #007aff;
}


@media (max-width: 576px) {
  #container_logo {
    text-align: left;
    margin-left: 1em;
  }

  #logo {
    max-width: 45%;
    height: auto;
    margin-top: 3em;
  }

  #pcs {
    max-width: 100%;
  }

  #url {
    position: absolute;
    top: 4em;
    right: 1em;
    color: #007aff;
    font-size: large;
  }

  #texto{
    display: none;
  }
  
  #texto2 {
    color: grey;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 1.0em;
    line-height : 0.8em;
  }
}

@media only screen and (min-width: 576px) {
  #container_logo {
    text-align: left;
    margin-left: 1em;
  }
  
  #logo {
    max-width: 45%;
    height: auto;
    margin-top: 3em;
  }

  #pcs {
    max-width: 100%;
  }

  #url {
    position: absolute;
    top: 4.5em;
    right: 1em;
    color: #007aff;
    font-size: large;
  }

  #texto{
    display: none;
  }
  
  #texto2 {
    color: grey;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 1.1em;
    line-height : 0.8em;
  }
}

@media only screen and (min-width: 768px) {
  #container_logo {
    text-align: center;
  }

  #logo {
    max-width: 45%;
    height: auto;
    margin-top: 4em;
  }

  #pcs {
    max-width: 80%;
  }

  #url {
    position: absolute;
    top: 6.5em;
    right: 1em;
    color: #007aff;
    font-size: large;
  }

  #texto2{
    display: none;
  }
  
  #texto {
    display: block;
    color: grey;
    text-align: center;
    padding-top: 4em;
    padding-bottom: 4em;
    font-size: 1.1em;
    line-height : 0.8em;
  }
}

@media only screen and (min-width: 992px) {
  #container_logo {
    text-align: center;
  }

  #logo {
    max-width: 45%;
    height: auto;
    margin-top: 3.9em;
  }

  #pcs {
    max-width: 60%;
  }

  #url {
    position: absolute;
    top: 6.5em;
    right: 4em;
    color: 007aff;
    font-size: large;
  }

  #texto2{
    display: none;
  }
  
  #texto {
    display: block;
    color: grey;
    text-align: center;
    padding-top: 3.9em;
    padding-bottom: 3.9em;
    font-size: 1.3em;
    line-height : 0.6em;
  }
}

@media only screen and (min-width: 1200px) {
  #container_logo {
    text-align: center;
  }
  
  #logo {
    max-width: 25%;
    height: auto;
    margin-top: 1.9em;
  }

  #pcs {
    max-width: 50%;
  }

  #url {
    position: absolute;
    top: 4.5em;
    right: 4em;
    color: 007aff;
    font-size: large;
  }

  #texto2{
    display: none;
  }
  
  #texto {
    display: block;
    color: grey;
    text-align: center;
    padding-top: 1.9em;
    padding-bottom: 1.9em;
    font-size: 1.3em;
    line-height : 0.6em;
  }
}