* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0px;
}

.header {
    width: 800px;
    height: 250px;
    background: url(../../image/cabecera_final_cat.jpg) no-repeat center;
    background-size: contain;
    margin: auto;
}

.menu {
    width: 800px;
    height: 40px;
    text-align: center;
    margin: 0px auto 10px auto;
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
}

.menu-boton {
    width: 100px;
    display: inline-block;
    margin: 10px 10px 0px 10px;
    text-decoration: none;
    color: #adadad;
    font-size: 14px;
}

.menu-boton:hover {
    color: #000;
}

.divider {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #444;
    transform: translateY(5px);
}

.contenido {
    width: 800px;
    margin: auto;
    padding: 0px;
    text-align: center;
}

h1 {
    font-size: 14px;
    text-align: center;
}

.grupo-a {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.grupo-b {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.grupo-c {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}

h2 {
    line-height: 50px;
    display: inline-block;
    margin-right: 10px;
}

.icono {
    display: inline-block;
    line-height: 50px;
    margin-bottom: -8px;
    margin-left: 10px;
}

.coche {
    width: 45%;
    display: inline-block;
}

.titulo {
    font-size: 18px;
    font-weight: 700;
}

.titulo2 {
    font-size: 18px;
    font-weight: 400;
}

.img-coche {
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-top: 10px;
}