@media only screen and (max-width: 600px) {
  #header-top {
    position: relative;
    z-index: 100;
  }
  #header-top .nav-wrapper {
    padding: 1rem 0.8rem;
    margin-left: -1.5rem;
  }
  #header-top .nav-wrapper #logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  #header-top .nav-wrapper #logo .sidenav-trigger i {
    font-size: 2.5rem;
  }
  #header-top .nav-wrapper #header-nav {
    display: none;
  }
  #header-top .nav-wrapper #header-nav ul {
    display: none;
  }
  #slide-out #close {
    cursor: pointer;
    text-align: right;
    color: #ff0000;
  }
  #headerSEO {
    min-height: 700px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: space-between;
    align-items: baseline;
  }
  #headerSEO h1 {
    position: relative;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: bold;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
  }
  #headerSEO p {
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1.9rem;
    padding: 0.5rem 0.5rem;
    width: 100%;
    font-family: 'Lato', sans-serif;
    text-align: left;
  }
  #headerSEO #buttonContactar {
    margin-top: 1rem;
    padding: 0rem 1rem 1rem 1rem;
    text-align: right;
  }
  #headerSEO #buttonContactar a.btn {
    height: 4rem;
    padding: 0.8rem;
    font-size: 1rem;
    color: #d2d4b4;
    background: #1d3c54;
  }
  #headerSEO #buttonContactar a.btn i {
    font-size: 1.5rem;
  }
  #main-component {
    padding: 0.5rem;
  }
  footer {
    padding: 5rem 2rem 3rem 0.4rem;
    background: #1d3c54;
  }
  footer p {
    margin-bottom: 1.3rem;
  }
  footer div {
    border: 0px #fff solid;
    color: #fff;
  }
  footer div a {
    color: #b3bf88;
  }
  footer div .material-icons {
    margin-right: 1rem;
  }
  footer .firm {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
  }
  footer .firm p img {
    width: 90%;
    height: auto;
  }
  footer #contactar {
    padding: 0 1rem 0 1rem;
  }
  footer #contactar input {
    color: #fff;
  }
  footer #contactar textarea {
    color: #fff;
  }
  footer #contactar .btenable {
    visibility: hidden;
  }
  footer #contactar .btnnone {
    visibility: visible;
  }
  footer #resultado {
    padding-right: 0;
    border-radius: 0.5rem;
    margin-top: 0rem;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: flex-start;
  }
  footer #resultado #policy {
    visibility: hidden;
  }
  footer #resultado #buttonEnable {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  footer .local {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  footer #social {
    padding-top: 2rem;
    padding-left: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
  }
  #localizacion img {
    margin-top: 3rem;
  }
  #creditos {
    height: 7rem;
    border-top: 1px #eaeaea solid;
    margin-top: -2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
  }
  #creditos p {
    font-size: 0.8rem;
    color: #fff;
  }
  #main-component h2 {
    text-align: center;
    color: #d2d4b4;
    font-size: 3rem;
    line-height: 1;
  }
  #main-component #contentArt {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 3rem 0.5rem 3rem 0.5rem;
    margin-bottom: 4rem;
  }
  #main-component #contentArt h3 {
    text-align: center;
    color: #d2d4b4;
    font-size: 2.5rem;
    line-height: 1;
    padding-bottom: 1rem;
  }
  #main-component #contentArt p {
    font-size: 1.3rem;
    color: #7491a9;
  }
  #main-component #contentArt p.bigp {
    text-align: center;
    font-size: 1.5rem;
  }
}
/*** fin media ***/
