@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@media (min-width: 0px) {
  html {
    scroll-behavior: smooth;
  }
  body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
  }
  header {
    background-color: #000;
    display: flex;
    position: fixed;
    padding: 1em 2em 1em 2em;
    top: 0;
    width: 97%;
    z-index: 99;
  }
  header img {
    height: 3em;
  }
  header nav ul {
    display: flex;
    list-style: none;
  }
  header nav ul li {
    margin: 0 1em 0 0;
  }
  header nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  main {
    position: relative;
    z-index: 1;
  }
  main .Banner {
    background-image: url("/assets//Header/bg_header.png");
    background-size: cover;
    background-position: center;
    margin: 5.2em 0 0 0;
    position: relative;
  }
  main .Banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  main .Banner > * {
    position: relative;
    z-index: 2;
  }
  main .Banner img {
    margin: 0 !important;
  }
  main .Banner .Text_Box h1 {
    font-size: 2.2em;
    color: #fff;
    text-align: left;
  }
  main .Banner .Text_Box p {
    font-size: 1em;
    color: #fff;
    text-align: left;
    margin-bottom: 4em;
  }
  main .Banner .Text_Box .btn {
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
    margin-top: 4em;
    padding: 1em 1.5em;
    text-decoration: none;
  }
  main .Brands h2 {
    font-size: 2em;
    margin: auto;
    padding: 0 0 2em 0;
    text-align: center;
    width: auto;
  }
  main .Brands .Cards_Container .Card .Img_Container {
    text-align: center;
  }
  main .Brands .Cards_Container .Card .Img_Container img {
    border-radius: 10px;
  }
  main .Brands .Cards_Container .Card .Img_Container p {
    padding: 1em 0 1em 0;
  }
  main .Brands .Cards_Container .Card .Img_Container a {
    color: #000;
    font-weight: bold;
    margin: 2em 0 0 0;
    text-decoration: none;
  }
  main .Vinilicas {
    background-image: url("/assets/vinilicas/fondo-vinilicas.png");
    background-size: cover;
    background-position: center;
    position: relative;
  }
  main .Vinilicas .Pleca {
    display: flex;
    height: auto;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    width: 100%;
  }
  main .Vinilicas .Pleca .Fringe {
    height: 100px;
    width: auto;
    margin-left: -1em;
  }
  main .Vinilicas .Pleca .Brush {
    height: 110px;
    width: auto;
    z-index: 5;
  }
  main .Impermeabilizantes {
    background-image: url("/assets/Impermeabilizantes/bg-impermeabilizantes.png");
    background-size: cover;
    background-position: left;
    position: relative;
    color: #000;
  }
  main .Impermeabilizantes .Pleca {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
  main .Impermeabilizantes .Cards_Container .Card .Text_Box h1 {
    color: #000;
  }
  main .Impermeabilizantes .Cards_Container .Card .Text_Box p {
    color: #000;
  }
  main .Novedades {
    background-image: url("/assets/Novedades/bg-novedades.png");
    background-size: cover;
    background-position: right;
    position: relative;
  }
  main .Novedades .Pleca {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  main .Bottom_Banner {
    background-image: url("/assets/bottom_banner/bg_footer.png");
    background-size: cover;
    background-position: center;
    position: relative;
  }
  main .Bottom_Banner .Pleca {
    display: flex;
    flex-direction: row-reverse;
    height: auto;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 100%;
  }
  main .Bottom_Banner .Pleca .Fringe {
    height: 50px;
    width: auto;
    margin-left: -1em;
  }
  main .Bottom_Banner .Pleca .Brush {
    height: 60px;
    width: auto;
    z-index: 5;
    transform: scaleX(-1);
  }
  main .Bottom_Banner img {
    margin: 2em 0 0 0 !important;
  }
  main .Box {
    height: auto;
    padding: 4em  1em 4em 1em;
  }
  main .Box h1 {
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    padding: 1em 0 1em 0;
    position: relative;
    z-index: 99;
  }
  main .Box img {
    display: block;
    height: auto;
    margin: auto;
    width: 198px;
    position: relative;
    z-index: 99;
  }
  main .Cards_Container {
    display: flex;
    justify-content: center;
    padding: 0 3em 0 3em;
    flex-wrap: wrap;
  }
  main .Cards_Container .Card {
    height: auto;
    min-width: 10em;
    max-width: 25em;
    padding: 0em 0 3em 0;
  }
  main .Cards_Container .Card .Text_Box {
    z-index: 99;
  }
  main .Cards_Container .Card .Text_Box h1 {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    height: 2em;
  }
  main .Cards_Container .Card .Text_Box p {
    color: #fff;
    font-size: .9em;
    height: 8em;
    padding: 1.5em 0 1.5em 0;
    text-align: center;
  }
  main .Cards_Container .Card .Text_Box h4 {
    color: #fff;
    font-size: .9em;
    height: 1em;
    text-align: center;
  }
  main .Cards_Container .Card img {
    width: 100%;
  }
  footer {
    background-color: #000;
    margin: 0;
    padding: 0 0 3em 0;
  }
  footer img {
    display: block;
    margin: auto;
    padding: 3em 0 1em 0;
    width: 50px;
  }
  footer nav {
    display: flex;
    justify-content: center;
  }
  footer nav ul {
    list-style: none;
    padding: 0;
  }
  footer nav ul li {
    margin-bottom: 2em;
    text-align: center;
  }
  footer nav ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  footer .Copy {
    background: #000;
    color: #fff;
    margin: 0 auto 2em auto;
    text-align: center;
    width: 80%;
  }
}

@media (min-width: 768px) {
  body {
    background-color: #fff;
  }
  header {
    justify-content: space-between;
  }
  .Brands h2 {
    width: 18em;
  }
  .Banner .Text_Box h1 {
    font-size: 3em;
    width: 13em;
  }
  .Banner .Text_Box p {
    width: 45em;
  }
  .Box {
    height: auto;
    padding: 9em  1em 9em 5em;
  }
  .Cards_Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    min-width: 20em;
    max-width: 90em;
    padding: 0 3em 0 em;
  }
  .Cards_Container .Card {
    height: auto;
    min-width: 10em;
    max-width: 25em;
    margin: 0 2.5em 0 0;
  }
  .Cards_Container .Card .Text_Box h1 {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    height: 2em;
  }
  .Box {
    height: auto;
    padding: 4em  1em 4em 1em;
  }
  .Box h1 {
    font-size: 3em;
  }
  .Bottom_Banner h1 {
    text-align: left;
    width: 12em;
  }
  .Bottom_Banner .Pleca .Fringe {
    width: 100%;
  }
  footer nav {
    display: flex;
    justify-content: center;
  }
  footer nav ul {
    display: flex;
  }
  footer nav ul li {
    margin: 0 2em 0 0;
  }
  footer .Footer_Bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 4em 0 4em;
  }
  footer .Footer_Bottom p {
    margin: 0;
    width: auto;
  }
}
