h2 {
    font-size: 24px;
    color: #545454;
    margin: 25px 0 10px 0;
    font-weight: bold;
    text-align: center;
}

h5 {
    font-size: 18px;
    margin: 10px 0;
    color: #545454;
    font-weight: bold;
    text-align: center;
}

.main-contacto {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 30px 0 0 0;
    margin: auto;
    width: 900px;
}

.form-group .control-label small {
    font-weight: normal;
    color: #909090;
}

button[type=submit] {
    display: block;
    font-size: 16px !important;
    text-decoration: none;
    padding: 10px 0;
    background: #4A90E2;
    width: 90px;
    text-align: center;
    border: 1px solid #3483de;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 2px 0 0 #1b5dab;
}




/**
 * Changing the width of Bootstrap popover
 * http://stackoverflow.com/a/22459917/1006079
**/

.popover {
    max-width: 100%;
}

.required {
    content: "*";
    color: red;
    font-weight: bold;
    position: absolute;
    left: 25px;
    top: 5px;
}

.message {
    width: 900px;
    height: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    outline: none;
    font-family: "Open Sans";
    font-size: 15px;
    color: #000;
    background-color: #fff;
    text-align: justify;
    position: inherit;
    /*     left: 220px;*/
}

.ol,
ul,
li {
    width: auto;
}

.container-2 {
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    height: auto;
}

