@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

.navbar {
    width: 100%;
    height: 73px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-title {
    color: #fff;
    font: normal 500 50px/59px Raleway;
    letter-spacing: 0px;
}

.section-home {
    width: 100%;
    height: 727px;
    background-color: #000;
    background-image: url(../img/bg-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.section-info {
    width: 100%;
    background-color: #000;
    color: #fff;
    font: normal 300 16px/19px Raleway;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-info .box {
    width: 500px;
    padding: 75px 30px;
}

.section-info .box img {
    width: 100%;
}

.section-caracteristicas {
    width: 100%;
    background: #1E1A13 0% 0% no-repeat padding-box;
    opacity: 0.98;
    color: #fff;

}

.section-caracteristicas h1 {
    font: normal 500 40px/47px Raleway;
    letter-spacing: 0px;
    padding-bottom: 0px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 25px;
}

.section-caracteristicas .box2 {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 70px;
}

.section-caracteristicas .box2 .card {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 250px;
    padding: 0px 50px;
}

.section-caracteristicas .box2 .card p {
    font: normal normal 300 24px/29px Raleway;
    letter-spacing: 0px;
}

.section-caracteristicas .box2 .card i {
    font-size: 60px;
    padding: 20px;
}

.section-card {
    width: 100%;
    background: #000 0% 0% no-repeat padding-box;
    opacity: 0.96;
    display: inline-block;
    text-align: center;
    padding: 75px 0px;
}

.section-card img {
    width: 316px;
    height: 202px;
    padding: 16px;
}

footer {
    width: 100%;
    height: 102px;
    font: normal 300 20px/24px Raleway;
    letter-spacing: 0px;
    background: #1E1A13 0% 0% no-repeat padding-box;
    opacity: 0.94;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer a {
    text-decoration: none;
    color: #fff;
}
