* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: white;
  font-family: 'calibri';
}

header {
    background: url('../Images/Productos/LANDING_COMPRAMOS-TU-AUTO.png');
    height: 450px;
    width:1920px;
   
    background-size:contain;
    background-repeat: no-repeat;
    
}

section {
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
}

section h1 {
  font-size: 44px;
}

.conte {
  text-align: center;
}

.conte p {
  font-size: 60px;
  font-weight: bold;
  margin: 1em 0;
}

.conte a {
  color: white;
  text-decoration: none;
  background: #8BC34A;
  padding: 4px 20px;
  border-radius: 30px;
  font-size: 30px;
  margin: 10px;
}

#copy {
    margin: 0.5em auto 0.5em;
}

.button {
    width: 250px;
    background-color: #CB0035; /* Autocom red */
    border-radius: 10px;
    padding: 10px 10px;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin: 1.5em auto 1.5em;
    display: flex;
    justify-content: center;
}

.button:hover {
   background-color: #A50932;
}

.secondary-btn {
    text-align: center;
}

.volver {
    color: #CB0035;
    font-weight: bold;
    font-size: 16px;
    line-height: 150.1%;
}