#formCotizacion .form-control {
    border-radius: 0px;
    border: 3px solid #e0dedb;
    padding: 15px;
}
#formCotizacion label {
    font-family: 'coameibold';
    margin-bottom: 2px;
    color: #000;
}
#formCotizacion .form-group {
    margin-bottom: 20px;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.form-control:-moz-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
.form-control::placeholder,
input::placeholder,
textarea::placeholder {
    color: red!important;
}
#formCotizacion {
    background: #f9f9f9;
    padding: 4%;
}
#formCotizacion .options input {
    border: none!important;
    height: 100%;
    left: -235px;
    position: absolute;
    top: 0;
    width: 370px;
}
#formCotizacion .options li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 10px 5px;
    width: 141px;
    float: left;
}
#formCotizacion .options li:last-of-type {
    margin-right: 0px;
}
#formCotizacion .options label {
    background: #e5e5e5;
    color: #333333;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
#formCotizacion label.active {
    background: #c80424;
    color: #fff;
}
#formCotizacion ul.options {
    left: -10px;
    overflow: hidden;
    position: relative;
    width: 101%;
}
#formCotizacion i {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
}
.box-form {
    clear: both;
}
.page-contacto .subinfo {
    margin-top: 120px;
}
#submission-msg,
#submission-msg-error {
    background-image: none;
    margin: auto;
    font-size: 1.556em;
    padding: 24px 30px;
    word-break: break-all;
    word-wrap: break-word;
    color: #fff;
}
#submission-msg-error {
    background: #c80424;
    margin-top: 100px;
}
h6.error {
    color: #c80424;
    margin: 10px 0;
}
.page-contacto .typemsg {
    display: none;
}
.page-contacto .typemsg.error {
    display: block;
}
