/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('/css/fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/css/fonts/roboto-v18-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('/css/fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/css/fonts/roboto-v18-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'),
       url('/css/fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/css/fonts/roboto-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('/css/fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/css/fonts/roboto-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.contactform {
    background-color: rgb(242,242,242);
    margin-bottom: 30px;
    padding: 27px;
    font-size: 15px;
}

    .contactform textarea, .contactform input {
        background: white;
    }

    .contactform p {
        font-size: 15px;
    }

    .contactform li {
        font-size: 15px;
        list-style-type: disc;
        margin-left: 18px;
        margin-bottom: 10px;
    }

    .contactform h3 {
        margin-top: 0px;
        border-bottom-style: none;
    }

    .contactform .fa {
        color: #22baad;
        font-size: 35px;
        margin-right: 7px;
        margin-bottom: 18px;
    }

.btnQuote {
    color: rgb(51, 51, 51);
    display: inline-block;
    text-align: center;
    padding: 14px 32px;
    border-radius: 4px 4px;
    font-weight: 600;
    font-size: 1.5rem;
    min-width: 86%;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(152, 152, 152)
}

    .btnQuote:hover {
        background: #f0c14b;
        border-color: #a88734 #9c7e31 #846a29;
        color: #111;
        border-style: solid;
        border-width: 1px;
    }

    .btnQuote:focus {
        outline: none;
    }

.btnComprar {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}

    .btnComprar p {
        color: rgb(51, 51, 51);
        margin-top: 5px;
    }

.ui-corner-all {
    -moz-border-radius: 4px 4px 4px 4px;
}

.ui-widget-content {
    border: 1px solid black;
    color: #000;
    background-color: white;
}

.ui-widget {
    font-size: 15px;
}

.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 12px;
}

.ui-autocomplete {
    cursor: pointer;
    position: absolute;
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding-bottom: 2px;
    width: 100%;
}
