/*
Theme Name: Endo Química
Theme URI: http://www.endoquimica.com.br/
Author: Widd Team
Description: Tema desenvolvido em 2015 para o site oficial da Empresa Endo Química - Tratamento de água industrial.
Version: 2.0
*/

@font-face {
    font-family: 'AvenirNextLTProCn';
    src: url('assets/fonts/AvenirNextLTProCn/AvenirNextLTProCn.eot');
    src: url('assets/fonts/AvenirNextLTProCn/AvenirNextLTProCn.eot') format('embedded-opentype'),
    url('assets/fonts/AvenirNextLTProCn/AvenirNextLTProCn.woff2') format('woff2'),
    url('assets/fonts/AvenirNextLTProCn/AvenirNextLTProCn.woff') format('woff'),
    url('assets/fonts/AvenirNextLTProCn/AvenirNextLTProCn.ttf') format('truetype'),
    url('assets/fonts/AvenirNextLTProCn/AvenirNextLTProCn.svg#HelveticaNeueLTStd65Medium') format('svg');
}
@font-face {
    font-family: 'AvenirNextLTProBoldCn';
    src: url('assets/fonts/AvenirNextLTProBoldCn/AvenirNextLTProBoldCn.eot');
    src: url('assets/fonts/AvenirNextLTProBoldCn/AvenirNextLTProBoldCn.eot') format('embedded-opentype'),
    url('assets/fonts/AvenirNextLTProBoldCn/AvenirNextLTProBoldCn.woff2') format('woff2'),
    url('assets/fonts/AvenirNextLTProBoldCn/AvenirNextLTProBoldCn.woff') format('woff'),
    url('assets/fonts/AvenirNextLTProBoldCn/AvenirNextLTProBoldCn.ttf') format('truetype'),
    url('assets/fonts/AvenirNextLTProBoldCn/AvenirNextLTProBoldCn.svg#HelveticaNeueLTStd65Medium') format('svg');
}
@font-face {
    font-family: 'AvenirNextLTProDemiBoldCn';
    src: url('assets/fonts/AvenirNextLTProDemiBoldCn/AvenirNextLTProDemiBoldCn.eot');
    src: url('assets/fonts/AvenirNextLTProDemiBoldCn/AvenirNextLTProDemiBoldCn.otf') format('embedded-opentype'),
    url('assets/fonts/AvenirNextLTProDemiBoldCn/AvenirNextLTProDemiBoldCn.woff') format('woff'),
    url('assets/fonts/AvenirNextLTProDemiBoldCn/AvenirNextLTProDemiBoldCn.ttf') format('truetype'),
    url('assets/fonts/AvenirNextLTProDemiBoldCn/AvenirNextLTProDemiBoldCn.svg#HelveticaNeueLTStd65Medium') format('svg');
}

/* MAIN
-------------------------------------------------- */

body,
input,
button,
select,
textarea,
.navbar-search .search-query {
    font-family: 'AvenirNextLTProCn', sans-serif;
}
body {
    background-color: #fff;
    color: #58595B;
}
strong {
    font-family: 'AvenirNextLTProBoldCn';
    font-weight: 100;
}
.c-blue {color:#2e3192}
.c-light-blue {color:#02aff4}

/* HEADER
-------------------------------------------------- */

.navbar-endoq-top {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0px;
    min-height: 75px;
}
ul#menu-menu-principal {
    margin-top: 15px;
    margin-right: 0;
}
div.navbar-header {
    height: 75px;
    padding: 0;
    position: relative;
}
.navbar-toggle {
    margin-top: 18px;
    margin-right: 0;
}
.navbar-toggle .icon-bar {
    background-color: #58585B;
}
.navbar-brand {
    height: 75px;
    padding: 15px 15px 10px;
}
.navbar-brand > img {
    height: 50px;
    width: auto;
}
.navbar-contact {
    margin-top: 15px;
    text-align: center;
}
.navbar-contact > img {
    width: 100%;
    height: auto;
}
.navbar-nav-main > li {
    text-align: center;
}
.navbar-nav-main > li > a {
    color: #58585B;
    font-family: 'AvenirNextLTProBoldCn';
    font-size: 1.2em;
    font-weight: 100;
    padding: 12px 20px;
    text-transform: uppercase;
}
.navbar .dropdown-menu > li > a {
    color: #58585B;
    font-family: 'AvenirNextLTProDemiBoldCn';
    font-size: 16px;
    padding: 12px 25px;
}
.navbar-nav-main .active a, .navbar-nav-main .current-menu-item > a, .navbar-nav-main li.current-menu-item:hover a, .navbar-nav-main .current-menu-parent > a,
.navbar .dropdown-menu > li.current-menu-item > a {
    background-color: transparent;
    color: rgb(0, 149, 218);
}
.navbar-nav-main li:hover a, .navbar-nav-main li:hover a {
    color: rgb(37, 37, 47);
}
.nav > li > a:focus, .nav > li > a:hover, .navbar-nav-main li:hover a:hover, .navbar-nav-main li:hover a:hover {
    background-color: transparent;
    color: rgb(0, 149, 218);
}
.navbar .dropdown-menu {
    position: relative;
    background-color: rgba(255, 255, 255, .8);
    border: none;
    border-radius: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    right: inherit;
    padding-bottom: 15px;
    padding-left: 10%;
    width: 100%;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

@media (min-width: 768px) {
    ul#menu-menu-principal {
        margin-top: 10px;
    }
    .navbar-endoq-top {
        min-height: 100px;
        padding: 10px 0 5px;
    }
    div.navbar-header {
        height: 100px;
    }
    .navbar-brand {
        height: 100px;
        padding: 8px 5px 5px 15px;
    }
    .navbar-brand > img {
        height: 90px;
    }
    .navbar-contact {
        margin-right: 15px;
        margin-top: 7px;
        margin-bottom: 0;
        float: right;
    }
    .navbar-contact > img {
        height: auto;
    }
    .navbar-nav-main > li {
        text-align: inherit;
    }
    .navbar-nav-main > li + li {
        margin-left: 7px;
    }
    .navbar-nav-main > li > a {
        font-size: 1.1em;
        padding: 8px 20px;
    }
    .navbar .dropdown-menu {
        display: none;
        padding-left: 0;
        position: absolute;
        width: auto;
    }
    .navbar .dropdown-menu > li > a {
        padding: 5px 25px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/* JUMBOTRON
-------------------------------------------------- */

.jumbotron {
    background-color: rgb(227, 227, 227);
    height: auto;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}
.jumbotron p {
    font-size: 1em;
    font-weight: 100;
    margin-bottom: 0;
}
.flexslider-jumbo {
    background-color: #fff;
    border: none;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flexslider-jumbo .slides > li {
    position: relative;
}
.jumbotron p.flex-caption {
    background: transparent;
    bottom: 60px;
    color: #fff;
    font-family: 'AvenirNextLTProDemiBoldCn';
    font-size: 2em;
    font-weight: 100;
    position: absolute;
    left: 15px;
    right: 15px;
    line-height: 1.1em;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    width: auto;
    word-wrap: break-word;
    z-index: 999;
}
.jumbotron p.flex-caption span {
    display: block;
    font-family: 'AvenirNextLTProCn';
    font-size: 0.5em;
    font-weight: bold;
    line-height: 1.35em;
    margin-top: 3px;
}
.flex-control-nav {
    bottom: 0;
    right: 15px;
    width: auto;
}
.flex-control-paging li a {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: #00ADEF;
}

@media (min-width: 768px) {
    .jumbotron p.flex-caption {
        bottom: inherit;
        font-size: 3.351em;
        left: 15%;
        right: auto;
        top: 30%;
        width: 570px;
    }
    .jumbotron p.flex-caption span {
        font-size: 0.4em;
        width: 485px;
    }
    .flex-control-nav {
        right: 15%;
    }
}

/* MAIN
-------------------------------------------------- */

.section-content {
    font-size: 1.2em;
    line-height: 1.6em;
    padding-top: 10px;
    padding-bottom: 35px;
}
.section-content h2 {
    color: #58595B;
    font-family: 'AvenirNextLTProCn';
    font-size: 1.8em;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}
.section-content h2 > span {
    font-family: 'AvenirNextLTProDemiBoldCn';
    color: #1B94D2;
}
.section-content ul {
    font-size: 1.3em;
    line-height: 1.7em;
    list-style: none;
    margin-bottom: 25px;
}
.section-content li {
    position: relative;
}
.section-content li:before {
    background-repeat: no-repeat;
    background-image: url('assets/images/icon-list.png');
    background-size: .5em .5em;
    background-position: 0 .3em;
    content: '\2022';
    display: block;
    font-size: 100%;
    height: 1em;
    left: -1.3em;
    position: absolute;
    text-indent: -999999px;
    width: 1em;
}
.img-responmobile {
    display: block;
    max-width: 100%;
    height: auto
}
.p-content {
    font-size: 2.3rem;
    margin-bottom: 0;
}
.home-high-text {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

@media (min-width: 768px) {
    .section-content {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .section-content h2 {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .section-content p {
        text-align: justify;
    }
    .section-content li:before {
        background-size: .5em .5em;
        background-position: 0 .3em;
        top: 5px;
    }
    .img-responmobile {
        display: inline-block;
        max-width: inherit;
    }
    .home-high-text {
        position: absolute;
        top: 1rem;
        right: 0;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }
}

/* BUTTONS
-------------------------------------------------- */
.btnblue, input.wpcf7-form-control.wpcf7-submit, #loginform #wp-submit {
    background: #0974bc;
    background-image: -webkit-linear-gradient(top, #0974bc, #193282);
    background-image: -moz-linear-gradient(top, #0974bc, #193282);
    background-image: -ms-linear-gradient(top, #0974bc, #193282);
    background-image: -o-linear-gradient(top, #0974bc, #193282);
    background-image: linear-gradient(to bottom, #0974bc, #193282);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid #193282 2px;
    font-family: 'AvenirNextLTProDemiBoldCn';
    color: #ffffff;
    font-size: 1em;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 15px 3px 15px;
    text-decoration: none;
}
.btnblue:hover, input.wpcf7-form-control.wpcf7-submit:hover, #loginform #wp-submit:hover {
    background: #1086cf;
    background-image: -webkit-linear-gradient(top, #1086cf, #1a4d99);
    background-image: -moz-linear-gradient(top, #1086cf, #1a4d99);
    background-image: -ms-linear-gradient(top, #1086cf, #1a4d99);
    background-image: -o-linear-gradient(top, #1086cf, #1a4d99);
    background-image: linear-gradient(to bottom, #1086cf, #1a4d99);
    color: #fff;
    text-decoration: none;
}
input.media-heading-btn.btnblue, button.media-heading-btn.btnblue, a.media-heading-btn.btnblue {
    margin-bottom: 15px;
    margin-top: 0px;
}
a.media-heading-btn {
    display: inline-table;
}
.btnblue>span {
    font-family: 'AvenirNextLTProCn';
}
.btn-gray {
    background: #58585a;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1em;
    line-height: 1.2;
    margin-top: 2px;
    margin-bottom: 30px;
    padding: 6px 12px 2px 12px;
    text-decoration: none;
}
.btn-gray:hover, .btn-gray:focus {
    background: #02aff4;
    color: #ffffff;
    text-decoration: none;
}

/* COMPANY
-------------------------------------------------- */

.img-company-bottom {
    margin-top: 30px;
}

/* PRODUCTS
-------------------------------------------------- */

.img-products-title {
    height: auto;
    width: 600px;
}
.row-products {
    margin-top: 15px;
}
.row-products h3 {
    color: #000;
    text-transform: uppercase;
}
.row-products p {
    margin-bottom: 10px;
}
.row-products .btn-products {
    margin-top: 0;
    margin-bottom: 20px;
}
.section-content p.category-note {
    margin-top: 30px;
    margin-bottom: 0;
}

/* CONTACT
-------------------------------------------------- */

iframe {
    border: none;
    display: block;
    height: 340px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.container-opcao.container-opcao-contact {
    margin-top: 100px;
}
h2 > a {
    color: rgb(128, 37, 40);
    font-family: 'HelveticaNeueLTStd65Medium', sans-serif;
    font-size: 20px;
    text-decoration: none;
}
.pricing-table {
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    display: inline-block;
    width: 100%;
}
.pricing-table-header {
    background: #802537;
    background: -moz-linear-gradient(top, #802537 0%, #bb3651 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #802537), color-stop(100%, #bb3651));
    background: -webkit-linear-gradient(top, #802537 0%, #bb3651 100%);
    background: -o-linear-gradient(top, #802537 0%, #bb3651 100%);
    background: -ms-linear-gradient(top, #802537 0%, #bb3651 100%);
    background: linear-gradient(to bottom, #802537 0%, #bb3651 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#802537', endColorstr='#bb3651', GradientType=0);

    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: #586272;
    padding: 16px;
    text-align: center;
}
.pricing-table-header h1 {
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
    text-transform: uppercase;
}
.pricing-table-content {
    background-color: #fff;
}
.pricing-table-content ul {
    list-style: none;
    margin-bottom: 0px;
}
.pricing-table-content ul li {
    border-bottom: 1px solid #efeff0;
    padding: 15px 25px;
}
.col-contact-01 h4, .col-contact-01 h6, .col-contact-01 p {
    color: rgb(27, 70, 152);
    font-family: 'MyriadProRegular', sans-serif;
    text-align: center;
}
.col-contact-01 h4 {
    font-family: 'MyriadProBold', sans-serif;
    font-size: 20px;
}
.col-contact-01 h6 {
    font-size: 18px;
}
.col-contact-01 p {
    font-size: 16px;
    margin-top: 20px;
}
.col-contact-02 {
    text-align: center;
}
.media > a .pull-left {
    margin-right: 10px;
}
.div-endoq-access {
    color: rgb(108, 108, 108);
    font-size: 14px;
    margin: 30px 0 0;
}

/* FOOTER
-------------------------------------------------- */

.footer-clients {
    background-color: #d7e9f3;
    padding: 20px 0; /* 35 -> 20 */
}
.flexslider-clients {
    background-color: #d7e9f3;
    border: none;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flexslider-clients ul > li {
    background-color: #fff;
    border: none;
    height: 87px;
    padding: 15px 11px;
    text-align: center;
}
.flexslider-clients ul > li .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.flexslider.flexslider-clients .slides img {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}
.flexslider.flexslider-clients .slides img.toheight {
    /*height: 52px;*/
    /*width: auto;*/
}
.flexslider.flexslider-clients .slides img.towidth {
    /*height: auto;*/
    /*width: 90px;*/
}
footer {
    background-color: #fff;
    color: #58585B;
}
footer p {
    font-size: 0.9em;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
}

@media (min-width: 768px) {
    .footer-clients {
        padding: 35px 0;
    }
    .flexslider-clients ul > li {
        height: 107px;
        padding: 0;
    }
    .flexslider.flexslider-clients .slides img {
        padding: 18px 28px;
    }
    .flexslider.flexslider-clients .slides img.toheight {
        /*height: 72px;*/
    }
    .flexslider.flexslider-clients .slides img.towidth {
        /*width: 150px;*/
    }
}

/* FORMS
-------------------------------------------------- */

.navbar-form {
    padding-right: 0;
}
div.wpcf7 {
    margin-top: 30px;
}
form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form select,
form#loginform input, form#loginform textarea, form#loginform select {
    background: rgb(243, 243, 243);
    border: 2px solid rgb(208, 208, 208);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #333333;
    font-family: sans-serif;
    font-size: 14px;
    height: 30px;
    width: 60%;
}
form.wpcf7-form input:focus, form.wpcf7-form textarea:focus,
form#loginform input:focus, form#loginform textarea:focus {
    background: rgb(227, 242, 231);
    outline: 0;
}
form.wpcf7-form textarea, form#loginform textarea {
    height: 150px;
    width: 90%;
}
form.wpcf7-form select {
    width: 40%;
}
form.wpcf7-form input[type=radio] {
    width: 20px;
}
span.wpcf7-form-control.wpcf7-radio span {
    margin-right: 10px;
}
form.wpcf7-form span.required {
    color: rgb(0, 149, 218);
    font-size: 12px;
}
input.wpcf7-form-control.wpcf7-submit, form#loginform #wp-submit {
    height: 34px;
    width: 100px;
}
.form-horizontal .control-label, .wpcf7-list-item-label {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #203A81;
    padding-right: 0;
}
.form-horizontal .control-label > span, .wpcf7-list-item-label > span {
    color: red;
}
.form-group {
    margin-bottom: 2px;
}
span.wpcf7-not-valid-tip {
    color: #cc0000;
    font-family: 'MyriadProRegular', sans-serif;
    font-size: 0.8em;
    padding-top: 2px;
}
div.wpcf7-validation-errors {
    display: none !important;
}
div.wpcf7-mail-sent-ok {
    margin: 15px 0 0;
    width: 90%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.inputsmall, form#loginform input#user_login, form#loginform input#user_pass {
    width: 300px;
}
form#loginform {
    margin: 0px;
}
form#loginform label {
    display: block;
    font-weight: normal;
    margin-bottom: 2px;
}

@media (min-width: 1200px) {
    div.col-md-4.col-opacao1-09 div.col-md-6 {
        padding-top: 40px;
    }
}