*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
header {
    background-color: rgb(60, 78, 114);
    height: 70px;
    width: 100%;
}
.menu-icon{display: none;}
#check{display: none;}
.menu{
    float: right;
    margin: 0 10px 0 0;
    top: 25px;
    right: 100px;
    position: absolute;
}
.menu a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 20px;
}
.marca {
    color: #fff;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 22px;
    left: 100px;
}
.contenido{
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: 70%;
}
.titulo{
    margin: 20px;
    width: 100%;
}
.titulo h1{
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
    width: 60%;
}
.titulo p{
    margin: auto;
    text-align: center;
    align-items: center;
    width: 60%;
}
.info_2{
    box-sizing: border-box;
    border: 1px solid #969696;
    margin: .5%;
    height: 330px;
    width: 30%;
}
.info_2 h3{margin: 20px 0;}
.info_2:hover{box-shadow: 0 10px 25px rgba(0, 0, 0, 0.548);}
.info_foto{
    background-color: #dbdbdb;
    height: 160px;
    width: 100%;
}
.info_cuadro{padding: 10px;}
/* info termina */