body {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-container-home {
    min-height: 100vh;
    text-align: center;
    color: #fff;
    background-color: #14365d;
    max-width: 100%;
}

.max-width300 {
    max-width: 300px;
}

.max-width60porCent {
    max-width: 60%;
}

.title-envio {
    font-weight: bold;
    color: #14365d;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 32px;
}

.page {
    max-width: 100%;
}

.title {
    font-weight: bold;
}

.space-text {
    margin: 24px;
}

.space-items {
    margin-top: 24px;
    margin-bottom: 24px;
}

.font-bold {
    font-weight: bold;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.card {
    max-width: 250px;
}

.card-group {
    margin-right: 12px;
    margin-left: 12px;
}

.styled-hr {
    background: white;
    height: 1px;
    width: 90%;
    margin-right: 0;
}
.link {
    color: #101010;
}

@media only screen and (min-width: 1600px) {
    .main-container-home {
        min-height: 90vh;
    }
    
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    
}


