/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 jul. 2021, 15:25:07
    Author     : HP
*/
@import url('desktop.css');
@import url('tablet.css');
@import url('movil.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
  font-family: 'Montserrat', sans-serif;
  background: #0F0F0F;
  margin: 0 auto;
  color: white;
}
footer{
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  padding-top: 17px;
  background: #3D3D3D;
  min-height: 60px;
}
figure {
  margin: 0 0 0;
}
.btn-dark:hover {
  color: #fff;
  background-color: #636363;
  border-color: #1a1e21;
}
.marca:hover {
  transition: 1s;
  background: #636363;
}
