body {
    background-color: #fff;
}
.color-red {
    color: #d31821;
}
.section-container {
    width: 98%;
    margin: 0 auto;
}
.button-consult {
    width: 70%;
    margin: 0 auto;
    padding: .3rem 0;
    text-align: center;
    background-color: #d31821;
    color: #fff;
    font-size: 1rem;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
}
.section-header {
    padding: .5rem 0;
}
.section-header h2{
    font-size: 1.75rem;
    text-align: center;
    color: #0048b3;
}
.advantages-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.advantages-list .item {
    width: 49%;
}

.majors-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 1rem; */
    margin-bottom: 1rem;
}
.majors-list .major-item {
    width: 49%;
    text-align: center;
    margin-bottom: .5rem;
    background-color: #fff;
}
.majors-list .major-item h4 {
    font-size: 1.2rem;
    padding-top: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.majors-list .major-item p {
    font-size: 1.1rem;
}
.major-item .buttons-consult button {
    /* all:unset; */
    border: none;
    width: 50%;
    font-size: 1.1rem;
    float: left;
    padding: .2rem 0;
    color: #fff;
}
.buttons-consult .button1 {
    background-color: #3c6cfe;
}
.buttons-consult .button2 {
    background-color: #ec1e1e;
}
.support-list .item{
    display: flex;
    margin: 1rem 0;
}
.support-list .item .left {
    width: 25%;
    background-color: #0048b3;
    text-align: center;
    padding: 2rem 0;
}
.support-list .item .left img {
    width: 32%;
}
.support-list .item .left p {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    padding-top: .5rem;
}
.support-list .item .right {
    flex: 1;
    border: 1px solid #0048b3;
    padding-top: 1rem;
}
.support-list .item .right p {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    padding-left: 1rem;
}
.support-list .item .right p img {
    margin-right: .5rem;
}
.show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1rem 0;
}
.show-list img {
    width: 48%;
    margin-bottom: .5rem;
}
.page-form {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    padding: 1rem 0;
  border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
}
.page-form h3 {
    font-size:1.75rem;
    text-align: center;
    color: #0048b3;
}
.page-form input {
    display: block;
    width: 95%;
    font-size: 1rem;
    border: 1px solid #ccc;
    padding: .5rem 0;
    margin: 0 auto;
    text-indent: 2em;
    margin-top: 1rem;
}
.body-bg {
    background-color: #c81e1f;
}
.page-form p {
    text-align: center;
    color: #555555;
    font-size: 1.1rem;
    padding: .5rem 0;
}
.page-form .submit-button {
    width: 70%;
    margin: 0 auto;
    background-color: #d31821;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: .3rem 0;
    border-radius: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
}