* {
    padding: 0px;
    margin: 0px;
}

@font-face {
    font-family: "Raleway";
    src: url(../font/Raleway-VariableFont_wght.ttf);
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Raleway";
}

#container {
    max-width: 1280px;
    height: 1937px;
    background-color: #000000;
}

.header {
    width: 1280px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    opacity: 1;
}

h1 {
    font: normal normal 50px/59px Raleway;
    margin: 0px;
    text-align: left;
    color: #ffffff;
    opacity: 1;
}

.imagen-fondo {
    width: 100%;
    height: 727px;
}

.informacion {
    display: flex;
    justify-content: center;
    top: 800px;
    left: 0px;
    width: 1280px;
    height: 348px;
    background: #000000;
    opacity: 1;
}

.parrafo {
    margin-top: 76px;
    margin-left: 150px;
    text-align: left;
    font: normal normal 300 16px/19px "Raleway";
    color: #ffffff;
    opacity: 1;
}

.foto {
    margin-top: 45px;
    margin-right: 150px;
    margin-left: 106px;
}

.informacion img {
    width: 399px;
    height: 237px;
    opacity: 1;
}

.caracteristicas {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1280px;
    margin-top: 5px;
    color: #000000;
    color: #ffffff;
    background: #1e1a13;
    opacity: 0.98;
    height: 348px;
}

.caracteristicas h2 {
    width: 100%;
    text-align: center;
    font: normal normal 40px "Raleway";
    padding-top: 75px;
    padding-bottom: 50px;
}

.iconos {
    width: 900px;
    display: flex;
    font: normal normal 100 25px/30px "Raleway";
}

.icon {
    width: 900px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 75px;
}

.iconos p {
    display: flex;
    padding-top: 16.37px;
}

.imagenes {
    display: flex;
    justify-content: center;
    height: 348px;
}

.imagenes img {
    width: 316px;
    height: 202px;
}

.imagen {
    margin: 16px;
    padding-top: 57px;
}

.footer {
    display: flex;
    justify-content: center;
    width: 1280px;
    height: 102px;
    background-color: #1e1a13;
    opacity: 0.94;
    color: #ffffff;
}

.text {
    display: flex;
    padding-top: 39px;
    padding-bottom: 39px;
    font: normal normal 300 20px/24px "Raleway";
}