@import url("slideout.css");

/* menu lateral touch */

@import url("material.indigo-red.min.css");

/*efeito material desing (arquivo modificado para melhorar a tabela responsiva)*/

@import url("responsive.table.css");

/* aplica o efeito responsivo para as tabelas do material desing */

@import url("accordion.css");

/* menu lateral drop down (accordion) */

@import url("mega-menu.css");

/* menu top drop down */

@import url("designkit-layout.min.css");

/* designkit form responsivo */

@import url("flip.css");

/* frete verso img */

@import url("parallax.css");

/* bacground parallax */

@import url("loading.css");

/* animação de elementos na pagina */

@import url("animate.css");

@import url("jssor1.css");
@import url("jssor2.css");

html {
    width: auto !important;
    height: auto !important;
}

main {
    background: #FFF !important;
}

.slideout-menu,
.accordion-section-content {
    background: #fff;
}

.mdl-data-table {
    width: 100% !important;
}

tr {
    height: auto !important;
}

.icon-link {
    display: inline;
    float: left;
    margin-right: 10px;
}

.text-icon-link {
    padding: 2px 0px 0px 10px !important;
    margin: 0 !important;
    float: left;
    display: inline;
}

.link-menu {
    text-decoration: none;
    /*padding: 30px 30px 50px 50px !important;*/
}

.menu-toggle {
    display: none !important;
    overflow: hidden !important;
    color: #fff !important;
    min-height: 100% !important;
    width: auto !important;
}

.section-init {
    width: auto;
    display: block;
    overflow: hidden;
    min-height: 100px;
    color: #333;
    background: #fff;
}

.fixed {
    backface-visibility: hidden;
    position: fixed;
    z-index: 2;
    /*transition: transform 300ms ease;*/
    width: 100%;
}

.fixed-open {
    /*transform: translate3d(256px, 0px, 0px);*/
}

.content {
    display: block;
    overflow: hidden;
}

.mdl-layout__header {
    display: block;
    background: rgba(0, 0, 0, 0.5) 0% !important;
    color: #333 !important;
    box-shadow: none !important;
}

.mdl-layout__header-row {
    -moz-transition: all 0.2s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.2s ease-in-out;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease-in-out;
    /* Opera */
    transition: all 0.2s ease-in-out;
    height: 120px;
}

header {
    -moz-transition: top 0.2s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: top 0.2s ease-in-out;
    /* Safari and Chrome */
    -o-transition: top 0.2s ease-in-out;
    /* Opera */
    transition: top 0.2s ease-in-out;
    display: block;
    top: 0;
}

.nav-up {
    top: 0;
}

.nav-up .mdl-layout__header-row {
    height: 70px;
}

.mdl-textfield__label__icon {
    position: absolute;
    right: 0;
    top: 20px;
    color: #ccc;
}

.mdl-textfield.is-focused .mdl-textfield__label__icon,
.mdl-textfield.is-invalid.is-focused .mdl-textfield__label__icon {
    color: rgb(63, 81, 181);
}

.section {
    display: block;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

.mdl-textfield-erlich {
    width: 100%;
}

.voltar-ao-topo {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
    -moz-transition: background-color 0.2s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: background-color 0.2s ease-in-out;
    /* Safari and Chrome */
    -o-transition: background-color 0.2s ease-in-out;
    /* Opera */
    transition: background-color 0.2s ease-in-out;
}

.voltar-ao-topo:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-section {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 50px;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    font-weight: 900;
}

.message-slide-show {
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    margin-top: 200px;
    margin-left: 100px;
    font-size: 28px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


/**** inicio *******/

.title-inicio {
    display: block;
    height: 600px;
    width: 100%;
}

.title-inicio p {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    font-weight: 900;
    color: #fff;
}


/**** fim inicio ***/



/**** contato ********/

.logo-contato {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}


/***** fim contato ***/


/**** footer *********/

.footer {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #111;
    color: #fff;
}

.section-footer {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px;
}

.title-footer {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #a6ce39;
}

.newsletter {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    width: 70%;
    border-radius: 2px;
}

.politica-privacidade {
    background: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.epconnect {
    margin: 10px;
    margin-top: 60px;
}

.content-footer{
    color: #FFF !important;
}

/**** fim footer *****/

.social-media-white {
    fill: #fff;
}

.social-media-white:hover {
    fill: #a6ce39;
    color: #a6ce39;
}

.social-media-black {
    fill: #222;
}

.social-media-black:hover {
    fill: #a6ce39;
    color: #a6ce39;
}

.mdl-layout-title {
    /* display: none; */
}

@media screen and (max-width: 900px) {
    .mdl-layout-title {
        display: block;
    }
    .menu-toggle {
        display: block !important;
    }
    .mega-menu-content {
        display: none !important;
    }
    .top-contact {
        display: none !important;
    }
    .nav-up {
        top: -70px;
    }
    .nav-up .mdl-layout__header-row {
        height: 70px;
    }
    .nav-down .mdl-layout__header-row {
        height: 70px;
    }
    .box-style {
        margin: 10px;
        padding: 10px;
    }
    /*** sobre ******/
    .history {
        margin: 10px;
        margin-top: -100px;
        padding: 10px;
        background: #fff;
    }
    /*** fim sobre ****/
    /**** parceiro **/
    .parceiro-style {
        margin-left: 5px;
        margin-right: 5px;
    }
    /**** fim  parceiro **/
    .notification-users {
        top: 150px !important;
    }
}

.valores-empresa {
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
    overflow: hidden;
}

.valores {
    display: block;
    overflow: hidden;
}

.valores:hover .img-valores {
    /* -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); */
    color: #fff;
}

.img-valores {
    text-align: center;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    -moz-transition: all 0.2s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.2s ease-in-out;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease-in-out;
    /* Opera */
    transition: all 0.2s ease-in-out;
    background: #a6ce39;
    border-radius: 100%;
}

.title-image {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.text-valores {
    padding: 20px;
}

p {
    text-align: justify;
}

.mineslider {
    padding-top: 150px;
    padding-bottom: 180px;
    display: block;
    overflow: hidden;
}

.notification-users {
    position: absolute;
    top: 450px;
    background: #fff;
    float: left;
    padding: 30px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
    max-width: 400px;
}
.notification-users p {
    margin: 0px;
}