@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);
/********************************** GENERAL */
a {
    color: #336699;
    text-decoration: none;
}

.clear {
    clear: both;
}

html {
    font-family: 'TitilliumText25L400wt', sans-serif;
    color: #FFF;
    background-color: #FFF;
    height: 100%;
}

body {
    min-height: 100%;
    color: #039cd8;
    font-family: 'Titillium Web', sans-serif;
}

div.setCenter {
    position: relative;
    width: 986px;
    min-width: 986px;
    margin: 0 auto;
}

#wrap {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -76px;
    font-family: 'Titillium Web', sans-serif;

}

/********************************** HEADER */
#header {
    position: relative;
    height: 230px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header.contact {
    height: 370px;
}

#logo {
    position: absolute;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 15px;
    left: -16px;
    width: 130px;
    height: 85px;
    background: url('../img/site/top-logo-bg.png') no-repeat left center transparent scroll;
    z-index: 2;
}

#logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

/********************************** TOP SLIDESHOW */
#top-ss {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 1;
}

div.top-ss-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.top-ss-slide-ov {
    position: relative;
    margin: 0 auto;
    padding-top: 75px;
    width: 580px;
}

div.top-ss-slide-ov-img {
    position: relative;
    float: left;
    width: 145px;
    height: 70px;
}

div.top-ss-slide-ov-img img {
    -webkit-box-shadow: 0px -2px 8px 0px rgba(34, 34, 34, 0.75);
    box-shadow: 0px -2px 8px 0px rgba(34, 34, 34, 0.75);
}

div.top-ss-slide-ov-txt {
    position: relative;
    float: left;
    padding-top: 5px;
    margin-left: 10px;
    width: 425px;
    height: 65px;
    overflow: hidden;
    color: #FFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    text-shadow: 0px -2px 7px #222222;
    filter: dropshadow(color=#222222, offx=0, offy=-2);
}

div.top-ss-slide-ov-more {
    position: relative;
    margin-top: 10px;
    text-align: center;
}

div.top-ss-slide-ov-more a {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    color: #FFF;
    font-family: 'TitilliumText25L400wt', sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #CDCDCD;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

div.top-ss-slide-ov-more a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#top-ss-pager {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

#top-ss-pager span {
    position: relative;
    display: inline-block;
    padding: 0 0.5px;
    color: #FFF;
    font-family: sans-serif;
    font-size: 36px;
    text-decoration: none;
    cursor: pointer;
}

#top-ss-pager span.cycle-pager-active {
    color: #CCC;
}

/********************************** CONTENT-OUTER */
#top-separator {
    position: relative;
    margin-top: -27px;
    height: 27px;
    background: url('../img/site/top-separator.png') no-repeat top center transparent scroll;
    z-index: 3;
    pointer-events: none;
    display: none;
}

#content-wrapper {
    position: relative;

    padding-bottom: 76px;
    z-index: 4;
}

#chip7-side {
    position: absolute;
    bottom: 60px;
}

/********************************** MENU */
#menu {
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    padding: 20px 0;
}

#menu * {
    list-style: none;
}

#topmenu {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}

#topmenu li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 20px;
    height: 16px;
}

#topmenu a {
    color: #039cd8;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

#topmenu li.current a, #topmenu li a:hover {
    color: #055c87;
}

/********************************** CONTENT-SINGLE */
#content-single {
    position: relative;
    margin: 0 auto;
    width: 70%;
}

#content-single-img {
    position: relative;
    float: left;
    margin-right: 5px;
    width: 83px;
    height: 40px;
}

#content-single-img img {
    width: 83px;
    height: 40px;
}

#content-single-title {
    position: relative;
    float: left;
    margin-bottom: 15px;
    width: 312px;
    color: #FFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

#content-single-title.full {
    width: 400px;
}

/********************************** CONTENT-INNER */
#content {
    position: relative;
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    line-height: 1.3;
}

/********************************** COMPANY */
#company-left, #company-center, #company-right {
    position: relative;
    float: left;
}

#company-left {

    width: 30%;
}

#company-left * {
    list-style: none;
}

#company-left ul {
    margin: 0;
    text-align: right;
}

#company-left li {
    padding-left: 1.3em;
    margin-bottom: 20px;
    line-height: 20px;
}

#company-left li a {
    color: #039cd8;
    font-family: 'TitilliumText25L400wt', sans-serif;
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
}

#company-left li.current:before {

    font-size: 22px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

#company-left li.current a {
    color: #ef6c3e;
}

#company-center, #company-right {
    width: 68%;
    margin-left: 2%;
}

#company-center.full {
    width: 68%;
    float: right;

}

#company-center strong, #company-right strong {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

#company-center {
    margin-right: 0px;
}

/********************************** F3M */
#f3m-left, #f3m-center, #f3m-right {
    position: relative;
    float: left;
}

#f3m-left {
    width: 30%;
}

#f3m-left h1, #f3m-left h2, #f3m-left h3, #f3m-left hr {
    margin: 0;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
}

#f3m-left h1 {
    font-family: 'TitilliumText25L999wt', sans-serif;
    font-size: 22px;
}

#f3m-left h2, #f3m-left h3 {
    font-family: 'Titillium Web', sans-serif;
}

#f3m-left h2 {
    font-size: 26px;
}

#f3m-left h3 {
    font-size: 15px;
}

#f3m-left hr {
    margin-top: 8px;
    margin-bottom: 2px;
    height: 1px;
    border: none;
    background-color: #aec7e8;
}

#f3m-center {
    margin-left: 20px;
    width: 310px;
}

#f3m-center.full {
    width: 531px;
}

#f3m-right {
    margin-left: 20px;
    width: 360px;
}

#f3m-right img {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

/********************************** CONTACTS */
#map {
    position: relative;
    width: 100%;
    height: 100%;
}

div.contact-block {
    position: relative;
    height: 50px;
    margin: 0 0 40px 0;
}

div.contact-slice {
    position: relative;
    float: left;
    height: 50px;
    border-right: 1px solid #aec7e8;
}

div.contact-slice.left {
    width: 370px;
    padding-right: 25px;
}

div.contact-slice.left h1, div.contact-slice.left h2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

div.contact-slice.left h1 {
    font-family: 'TitilliumText25L999wt', sans-serif;
    font-size: 22px;
}

div.contact-slice.left h2 {
    font-size: 15px;
}

div.contact-slice.center {
    padding: 0 25px;
    width: 190px;
    font-size: 13px;
    text-align: center;
}

div.contact-slice.right {
    padding-left: 25px;
    width: 191px;
    font-size: 14px;
    border-right: none;
}

div.contact-slice.right strong {
    font-family: 'Titillium Web', sans-serif;
}

/********************************** FOOTER */
#footer {
    position: relative;
    height: 76px;
    margin-top: -76px;
    z-index: 5;
}

#footer > div.setCenter {

    padding: 10px 0;
    text-align: center;
}

#footer a {
    display: inline-block;
    width: 120px;
    height: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

#footer hr {
    margin: 0;
    margin-bottom: 5px;
    border: none;
    height: 1px;
    background-color: #039cd8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

/***************************************************/
/********************* OTHERS **********************/
/***************************************************/
/* Messages */
div.dialog {
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    color: #333;
}

div.dialog.done {
    background: #e2ebb9;
    border: 1px solid #92a441;
}

div.dialog.error {
    background: #f6d0cd;
    border: 1px solid #ff331e;
}

div.dialog.notes {
    background: #dfebff;
    border: 1px solid #9fc0f5;
}

div.dialog p {
    margin: 5px 0;
}

/* Confirmation */
#popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../dotcontrol/img/jquery_popup/bg-jquery.alert.png');
    width: 100%;
    z-index: 99999;
}

#popup_container {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px;
    max-width: 600px;
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url('../dotcontrol/img/jquery_popup/title.gif') top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    background: 16px 16px no-repeat url('../dotcontrol/img/jquery_popup/info.gif');
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert {
    background-image: url('../dotcontrol/img/jquery_popup/info.gif');
}

#popup_content.confirm {
    background-image: url('../dotcontrol/img/jquery_popup/important.gif');
}

#popup_content.prompt {
    background-image: url('../dotcontrol/img/jquery_popup/help.gif');
}

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_panel .btn {
    background: url('../dotcontrol/img/jquery_popup/bg-buttons.jpg') repeat-x;
    border: 1px solid #c5c5c5;
    padding: 3px 10px 3px 10px;
    font-size: 9px;
    font-family: Tahoma;
    text-transform: uppercase;
    cursor: pointer;
}

#popup_panel .btn:hover {
    background: url('../dotcontrol/img/jquery_popup/bg-buttons.jpg') repeat-x;
    border: 1px solid #a5a5a5;
    color: #343434;
    padding: 3px 10px 3px 10px;
    font-size: 9px;
    font-family: Tahoma;
    text-transform: uppercase;
    cursor: pointer;
}

#popup_prompt {
    margin: .5em 0em;
}

.testemunhopic {
    float: left;
    width: 44%;
    margin: 0px 3% 25px;
    background-color: #0094D8;
    color: white;
}

.testemunhopic .title {
    padding: 10px;
    height: 35px;
    margin: 0px !important;
}

.testemunhopic img {
    width: 100%;
}

.speakToUs {
    background: #00aeef;
    color: white;
    font-size: 14px;
    font-weight: 100;
    padding: 4px 34px;
    border-radius: 20px;
    opacity: 1;
    float: left;
    margin-bottom: 35px;
}
.speakToUs a {
    color: white;
    opacity: 1;
}

.formulario {
    margin: 0 auto;
    color: #038FD1;
    width: 95%;
    max-width: 1130px;
}
.formulario [type='submit'] {
    cursor: pointer;
}
.formulario button {
    margin-top: 5px;
}

.dropdownmenuholder .footerSelect .selectedOption .arrow {
    background-image: url('../img/arrow2.svg');
}

.formulario form {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.formulario label {
    margin-top: 5px;
    width: 100%;
}

.formblock {
    width: 50%;
    float: left;
    min-height: 50px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"]:not(.form-control) {
    color: #003C6E;
    border: 1px solid #038FD1;
    padding-left: 5px;
    background-color: #FFF;
    width: 90%;
    border-radius: 5px;

}

input[type="number"] {
    color: #003C6E;
    border: 1px solid #038FD1;
    padding-left: 5px;
    background-color: #FFF;
    width: 90%;
    border-radius: 5px;

}

input[type="email"] {
    color: #003C6E;
    border: 1px solid #038FD1;
    padding-left: 5px;
    background-color: #FFF;
    width: 90%;
    border-radius: 5px;

}

input[type="date"] {
    color: #003C6E;
    border: 1px solid #038FD1;
    padding-left: 5px;
    background-color: #FFF;
    width: 90%;
    border-radius: 5px;

}

input[type="checkbox"] {
    float: left;
    width: 30px;
}

textarea {
    width: 95%;
    border: 1px solid #038FD1;
    height: 200px;
    padding-left: 5px;
    border-radius: 5px;
    color: #003C6E !important;

}

button {
    background: #038FD1;
    color: white !important;
    width: 95%;
    border: none;
    margin-top: 5px;
    height: 35px;
    border-radius: 5px;
}
