*{position: relative;}
body{width: 100%;height: 100%;padding: 0;margin: 0;background-color: white;font-family: 'Open Sans',sans-serif;font-size: 16px;color: black;}
h1{font-size: 40px;}
h2{font-size: 32px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 16px;}
a,a:hover,a:focus{text-decoration: none !important;}
.bold{font-weight: 700 !important;}
.bg-black{background-color: black !important;}
.bg-white{background-color: white !important;}
.bg-azul{background-color: #1f64ce !important;}
.bg-rojo{background-color: #eb4255 !important;}
.txt-black{color: black !important;}
.txt-white{color: white !important;}
.txt-azul{color: #1f64ce !important;}
.txt-rojo{color: #eb4255 !important;}
/*#logo1{margin-bottom: 64px;}*/
.top{background-image: url('../images/HDR1.jpg');background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
.top #logo1{position: absolute;top: 96px;left: 0;}
.top h1{margin-top: 384px;font-size: 72px;}
.top h2{font-size: 32px;}
.top #form{margin-top: 192px;}
.top #form #submit{width: 160px;background-color: #eb4255;border: 1px solid #eb4255;color: white;-webkit-transition: 0.6s all;transition: 0.6s all;}
.top #form #submit:hover{color: #eb4255;background-color: white;}
.marcas .bg-azul{width: 300px;height: 20px;position: absolute;top: -8px;left: calc(50% - 150px);}
.marcas .marca{width: 100%;height: auto;padding: 0;margin: 0 auto;display: inline-block;}
.lista{background-image: url('../images/HDR2.jpg');background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
.lista ul{list-style: none;-webkit-column-count: 4;-moz-column-count: 4;column-count: 4;}
.lista ul li{padding-left: 25px;font-size: 24px;}
.lista ul li::before{content: '';background-color: #eb4255;width: 15px;height: 15px;border-radius: 100px;position: absolute;top: 10px;left: 0;z-index: 10;}
.productos{background-image: url("../images/fondo-productos.jpg");background-repeat: no-repeat;background-position: 0% 50%;background-size: 100% 100%;}
.productos img{width: 400px;}
footer{background-image: url('../images/FTR.jpg');background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
footer #logo2{width: 150px;position: absolute;top: 0;left: 0;}
footer #ancla{width: 160px;}
@media (min-width: 1880px) {
  .top #logo1{left: -143px;}
}
@media (max-width: 1199px) and (min-width: 992px){
  .lista ul{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
}
@media (max-width: 991px) and (min-width: 768px){
  .top h1{font-size: 40px;}
  /* .marcas .marca{width: calc(100% / 4);} */
  .lista ul{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
}
@media (max-width: 767px){
  .top{background-position: 40% 100%;}
  .top #logo1{top: 30px;}
  .top h1{margin-top: 192px;font-size: 40px;}
  .top #form{margin-top: 16px;}
  /* .marcas .marca{width: calc(100% / 2);} */
  .lista ul{width: calc(100% - 30px) !important;margin-left: auto !important;margin-right: auto !important;-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
  .productos img{width: 75%;}
  footer #logo2{width: 100px;margin: 0 auto 16px auto;position: relative;top: auto;left: auto;}
}