
.cse .gsc-control-cse {
    width: 100%;
    padding: 10px 0 0;
}
.cse .gsc-control-cse {
    font-family: inherit;
    border-color: #ffffff;
    background-color: #ffffff;
    color: #58585a;
}

/* tamanho textos */
.cse .gs-title,
.cse div.gs-title,
.cse .gs-snippet {
    font-family: inherit;
    font-size: 10pt;
    line-height: 18px;
}

.cse input.gsc-input {
    display: block;
    height: 35px;
    border-radius: 0;
    border: solid 1px #ccc;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-family: inherit;
    background: #ffffff !important;
}

.cse input.gsc-input:focus,
.cse input.gsc-input:active {
	border-color: #fdcf5f;
	color: #555;
}

.cse input.gsc-search-button {
    display: inline-block;
    height: 35px;
    border-radius: 0;
    background: #fdcf5f;
    color: #fff;
    border: 2px solid #fdcf5f !important;
    cursor: pointer;
    font-size: 12px;
    font-family: inherit;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.cse input.gsc-search-button:hover {
    background: #fff;
    color: #fdcf5f;
}

.cse div.gsc-clear-button {
    margin-left: 6px;
    margin-right: 2px;
    padding-left: 7px;
}

.gsc-above-wrapper-area {
    border: none !important;
}

.cse .gsc-wrapper,
.cse .gsc-thinWrapper {
    display: block;
    float: none;
    margin: 0px auto;
    padding: 0;
    width: 100%;
    color: #58585a;
}

.cse .gsc-adBlock,
.cse .gsc-adBlockVertical {
    display: none;
    float: none;
}

.cse .gs-no-results-result .gs-snippet,
.cse .gs-error-result .gs-snippet {
    background-color: #feece7 !important;
    border: 1px solid #f25358 !important;
    color: #f53920 !important;

    display: block;
    width: 100% !important;
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: 14px !important;
    text-align: center;
    padding: 15px;
}

.cse .gsc-tabHeader.gsc-tabhInactive {
    border-color: #CFDFF7;
    background-color: #FFFFFF;
}
.cse .gsc-tabHeader.gsc-tabhActive {
    border-color: #CFDFF7;
    background-color: #CFDFF7;
}
.cse .gsc-tabsArea {
    border-color: #BADBF4;
}

.cse .gsc-webResult.gsc-result {
    font-size: 9pt;
    font-family: inherit;
    border-bottom: none !important;
    background-color: #FFFFFF;
}


.cse .gs-webResult.gs-result a.gs-title,
.cse .gs-webResult.gs-result a.gs-title b,
.cse .gsc-cursor-page,
.cse a.gsc-trailing-more-results,
.cse .gs-spelling a {
    color: #0068ac !important;
    font-style: normal;
    transition: all .3s ease-in-out;
}
.cse .gs-webResult.gs-result a.gs-title b,
.cse .gs-title b,
.cse div.gs-title b,
.cse .gs-snippet b {
	font-weight: bold;
}

.cse .gsc-webResult.gsc-result:hover,
.cse .gs-promotion.gs-result a.gs-title:hover,
.cse .gs-promotion.gs-result a.gs-title:focus,
.cse .gs-promotion.gs-result a.gs-title:active,
.cse a.gs-title:hover,
.cse a.gs-title:focus,
.cse a.gs-title:active {
    color: #63a7d4 !important;
}

.cse .gs-webResult.gs-result .gs-snippet {
    color: #58585a;
}
.cse .gs-webResult.gs-result .gs-visibleUrl,
.cse .gs-webResult.gs-result .gs-visibleUrl-short {
    color: #63a7d4;
}

.cse .gs-webResult.gs-result .gs-visibleUrl-short {
    display: block;
}
.cse .gsc-cursor-box {
    border-color: transparent;
}
.cse .gsc-results .gsc-cursor-page {
    border-radius: 0;
    border: 2px solid #0068ac;
    background-color: #0068ac;
    color: #fff !important;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 12px;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}
.cse .gsc-results .gsc-cursor-page:hover,
.cse .gsc-results .gsc-cursor-page:focus,
.cse .gsc-results .gsc-cursor-page:active,
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    background-color: #fff !important;
    color: #0068ac !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.cse .gs-promotion.gs-result {
    border-color: #0068ac;
    background-color: #EEF8FB;
}
.cse .gs-promotion.gs-result .gs-snippet {
    color: #58585a;
}
.cse .gs-promotion.gs-result .gs-visibleUrl,
.cse .gs-promotion.gs-result .gs-visibleUrl-short {
    color: #63a7d4;
}

.cse .gsc-webResult,
.cse .gsc-webresult .gsc-result,
.cse .gsc-imageResult-classic,
.cse .gsc-imageResult-column {
    padding: .6em 0 1em 0;
    margin-bottom: .4em;
    border-color: #B9DAF4;
}

.cse .gsc-results.gsc-webResult {
    border-bottom: none !important;
}

.cse .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long,
.cse .gcsc-branding {
	display: none;
}

.cse .gs-web-image-box,
.cse .gs-promotion-image-box {
    margin-right: 15px;
}

.gsc-orderby-container {
    display: none;
}


.gcsc-more-maybe-branding-root {
    display: none;
}

.gsc-result-info-container {
    display: none;
}

input.gsc-input {
    background: #ffffff !important;
}

.gsc-input-box {
    border: 2px solid #ccc;
}

.gsc-search-button-v2 {
    color: #fff;
    background-color: #164194;
    border: none;
}
.gsc-search-button-v2:hover {
    color: #fff;
    background-color: #0095DB;
}

.gsc-control-cse {
    padding: 15px 0;
}

.gs-title {
    color: #0068ac;
    text-transform: uppercase;
    font-weight: bold;
}

.gs-visibleUrl {
    color: #58585a !important;
    font-size: 16px !important;
}

.gsc-table-result {
    display: flex;
    flex-direction: row;
}

.gsc-table-result img {
    min-width: 64px;
    min-height: 64px;
}

.gsc-table-cell-snippet-close {
    margin-left: 15px;
    font-size: 16px;
}

.gs-snippet {
    color: #58585a !important;
}

.gsc-cursor-box {
    text-align: center;
}

.gsc-cursor-page  {
    background-color: #0072bc;
    color: #fff !important;
    padding: 6px 12px;
}

.gsc-cursor-page:hover {
    text-decoration: none !important;
    color: #0072bc !important;
    background-color: #fff;
}

.gsc-cursor-current-page {
    color: #4d4d4d !important;
    background-color: #fff;
    border: none;
    padding: 6px 12px;
} 

.gsc-webResult .gsc-result {
    margin-top: 10px;
    border-bottom: solid 1px #D7D6D6 !important;
}

.gsc-webResult .gsc-result:hover {
    border-bottom: solid 1px #63a7d4 !important;
}

.tamanho_fonte {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 30px;
}


.gs-no-results-result {
    text-align: center;
}

.gs-no-results-result .gs-snippet {
    background-color: #feece7;
    border-color: #f53920;
    color: #f53920 !important;
    padding: 10px;
    max-width: 500px;
    min-width: 250px;
}

