@import url('https://fonts.googleapis.com/css2?family=Mirza:wght@400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');



h1, h2, h3, h4, p, a {
    font-family: "Noto Sans", sans-serif;
}

.mirza-regular {
    font-family: "Mirza", serif;
    font-weight: 400;
    font-style: normal;
}

.mirza-medium {
    font-family: "Mirza", serif;
    font-weight: 500;
    font-style: normal;
}

.mirza-semibold {
    font-family: "Mirza", serif;
    font-weight: 600;
    font-style: normal;
}

.mirza-bold {
    font-family: "Mirza", serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

@font-face{
    font-family:'FontAwesome';
    src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
        url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
        url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
        url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

body {
    margin-bottom: 60px;
    min-height: 96vh;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;

}
nav ul li.menu a{
    color: #c8c8c8 !important;
}
nav ul li.menu a:hover{
    color: #fff !important;
}
header{
    /*margin-bottom: 12vh !important;*/
}
.servicos{
    background-color: #f9faff;
    border-radius: 0rem;
    margin-bottom: 0rem;
}
/*Inicio tamanho icone*/
.tamanh-icone{
    /*background: #fff;*/
    color: #ffffff; 
    font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.icon-row {
    padding: 5px 0 0px;
}
.ion {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.preview-icon { vertical-align: bottom; }

.preview-scale {
    color: #888;
    font-size: 12px;
    margin-top: 5px;
}

.step {
    display: inline-block;
    line-height: 1;
    position: relative;
    width: 100%;
}

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-32 { font-size: 32px; }
.size-48 { font-size: 48px; }
.size-64 { font-size: 64px; }
.size-96 { font-size: 96px; }
/*Fim tamanho icone*/

.video{
    background-color: #FFF;
    border-radius: 0rem;
    margin-bottom: 0rem;	
    color: #304b56;
}
.blog-home{
    background-color: #fff;
    border-radius: 0rem;
    margin-bottom: 0rem;
    color: #fff;	
}
/*Inicio Rodape*/
html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}
.footer{
    padding: 5%;
    z-index: 1001;
    position: relative;
    background-color: #ffffff;
}

.sobre-empresa{
    border-radius: 0rem;
    margin-bottom: 0rem;	
}

/*Blog*/

.display-4 {
    font-size: 2rem;
}
@media (min-width: 768px) {
    .display-4 {
        font-size: 2rem;
    }
}
/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}
.blog-pagination > .btn {
    color: #fff;
    background-color: #075152;
    border-radius: 10px;
    margin: 0 0 0 4px;
}
/* Blog posts*/
.blog-post {
    margin-bottom: 4rem;
    padding: 2%;
}
.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}
.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}
.blog-text a{
    text-decoration: none;
}
a { 
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; 
}

a:hover {text-decoration: none; }




/*a.btn.btn-danger1 { background-color: #000}*/

a.btn.btn-lg.btn-primary:hover {
    color: #ff9700;
    border-bottom: 3px solid #ff9700;
}
a.btn.btn-lg.btn-primary 
{
    background-color: transparent;
    border-radius: 0px;
}

.menu1 { 
    /*background-color: rgb(32 37 43);*/
    /* background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,212,70,1) 31%, rgba(135,93,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,212,70,1) 31%, rgba(135,93,0,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,212,70,1) 31%, rgba(135,93,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#875d00",GradientType=1);*/

}

@media only screen and (max-width: 480px) {

    .solucoes .card .step i {
        opacity: 1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all.3s;
        transition: all .3s;
        font-size: 64px;
        width: 30px;
        height: 30px;
    }


    .solucoes .card .card-text {opacity: 1;-webkit-transition: all .3s;
                                -moz-transition: all .3s;
                                -ms-transition: all .3s;
                                -o-transition: all.3s;
                                transition: all .3s;
                                font-size: 1rem;
                                transform: scale(1)
    }



    .menu1 { 
        background-color: #075152;
    }

    .blog{
        padding-top: 20%; 
        background-color: #fff;
        border-radius: 0rem;
        margin-bottom: 0rem;	
    }
    .g-recaptcha {
        /*padding: 1% 0px 1px 6%;*/
        margin-bottom: 6%;
    }
    .gtratudor {display: none};
    .h1, h1 {font-size: 1.2rem}
    .carousel-item {height: 100vh;}
    .img-fluid {max-width: fit-content; width: 100%}
    img {width: 100%; height: auto}
    img::before {
        max-height: 100vh;max-width: fit-content; width: 100%;
        /*content:"";*/
        /*height:0;*/
        /*float:left;*/
        /*padding-bottom: 10%;*/
    }
    img::after {
        /*content:"";*/
        /*display:block;*/
        /*clear:both;*/
    }


    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        height: 100vh;
        padding: 25% 5%;
        font-size: 24px;

    }
    .nav-item {
        border-bottom: #ffffff;
        border-bottom-style: groove;
    }

}
.flex-container {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.img1,
.img2 {
    max-width: 100%;
    max-height: 100%;
}

.overlay1,
.overlay2 {
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
}


.overlay1 {
    background:rgba(0,0,0,.75);
    opacity: .5;
}

.overlay1:hover  {
    opacity:1;
}

.overlay2 {
    position: relative;

}

.overlay2:after {
    /*content: '\A';*/
    position: absolute;
    width: 100%;
    height: 100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.6);
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
}
.overlay2:hover:after {
    opacity: 0;
}

.sombra1 {color: white; text-shadow: black 0.1em 0.1em 0.1em;};

.text_titulo {    
    height: 3em;
    word-wrap: normal;
    width: 14em;
    margin-left: 10em;
}

#linha2 {font-size: 1em; color: white; text-shadow: black 0.1em 0.1em 0.2em;};

.overlay3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.6;
}

.slide_aniv {
    height: 350px;
    width: 380px;
}

.car-indicators_aniv {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.car-control-next_aniv, .car-control-prev_aniv {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.car-control-prev_aniv {
    left: -12%;
}

.car-control-next_aniv {
    right: -10%;
}

.car-caption_aniv {
    position: absolute;
    right: 15%;
    bottom: 72px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .iconeMouseWhell {
        display: block;
    }
    .solucoes .card .step i {
        opacity: .8;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all.3s;
        transition: all .3s;
        font-size: 64px;
        width: 30px;
        height: 30px;
    }

    .solucoes .card:hover .step i { 
        font-size: 86px;
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5); 
        transform: scale(1.5);
        opacity: 1;  

    }
    .solucoes .card .card-text {opacity: 0;-webkit-transition: all .3s;
                                -moz-transition: all .3s;
                                -ms-transition: all .3s;
                                -o-transition: all.3s;
                                transition: all .3s;
                                font-size: 1rem;
                                transform: scale(0)
    }

    .solucoes .card:hover .card-text {
        transform: scale(1);
        opacity: 1;
    }

    .blog{
        padding-top: 7%; 
        background-color: #fff;
        border-radius: 0rem;
        margin-bottom: 0rem;	
    }
    .g-recaptcha {
        /*padding: 1% 0px 1px 0;*/
        margin-bottom: 6%;
    }
    .gtratudor {display: block};
    .fundo1 {
        background-image: url('../imagens/aniversario/baloes10.png');
        background-size: 24%; 
        padding: 10px 40px 5px 10px;
        background-repeat: no-repeat;
        background-position: right;
    }
    .texto1 {height: 3em;word-wrap: normal;width: 14em;margin-left: 10em;}
}

@media only screen and (max-width: 480px) {
    .iconeMouseWhell {
        display: none;
    }
    /*    . {
            text-align: center;
            border: 1px solid #c8c8c8;
            margin-bottom: 2%;
            border-bottom: 1px solid #cccccc;
        }*/
    .mvv .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: unset;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1pxsolidrgba(0,0,0,.125);
        border-radius: 0.25rem;
    }

    .fundo1 {
        z-index: 10;
        background-image: url('../imagens/aniversario/baloes10.png');
        background-size: 30%; 
        padding: 0px 0px 0px 0px;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .img-fluid {max-width: 480px; width: 100%}
    .texto1 {position: absolute;max-width: 480px;max-height: 800px;height: 100%;width: 100%;margin-left: 0px;margin-top:0px}

    h1.d-sm-title.d-sm-block.d-md-block {font-size: 1.5rem;}
}

.fundo2 {
    background: lightsteelblue;
}

.titulo-sublinhado {margin-bottom: 20px;border-bottom-style: ridge;padding: 5px;}


.whatsapp-share-button {
    display: inline-block;
    width: 60px;
    height: 35px;
    /*margin: 5px;*/
    background-size: 140% 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI2MHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2MCA2MCIgd2lkdGg9IjYwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic29pY2FsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgaWQ9InNvY2lhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk3My4wMDAwMDAsIC01MzguMDAwMDAwKSI+PGcgaWQ9InNsaWNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTczLjAwMDAwMCwgMTM4LjAwMDAwMCkiLz48ZyBmaWxsPSIjNTdCQTYzIiBpZD0ic3F1YXJlLWZsYXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3My4wMDAwMDAsIDEzOC4wMDAwMDApIj48cGF0aCBkPSJNODAyLjk5NTkzNyw0MDAgTDg1Ny4wMDQwNjMsNDAwIEM4NTguNjU4NjczLDQwMCA4NjAsNDAxLjMzNzMxIDg2MCw0MDIuOTk1OTM3IEw4NjAsNDU3LjAwNDA2MyBDODYwLDQ1OC42NTg2NzMgODU4LjY2MjY5LDQ2MCA4NTcuMDA0MDYzLDQ2MCBMODAyLjk5NTkzNyw0NjAgQzgwMS4zNDEzMjcsNDYwIDgwMCw0NTguNjYyNjkgODAwLDQ1Ny4wMDQwNjMgTDgwMCw0MDIuOTk1OTM3IEM4MDAsNDAxLjM0MTMyNyA4MDEuMzM3MzEsNDAwIDgwMi45OTU5MzcsNDAwIFoiIGlkPSJzcXVhcmUtNDkiLz48L2c+PGcgZmlsbD0iI0ZGRkZGRiIgaWQ9Imljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Mi4wMDAwMDAsIDE1MC4wMDAwMDApIj48cGF0aCBkPSJNODIxLjA3MTI2Miw0MzQuMjIxMDQ2IEM4MTguMjEwODMxLDQzNC4yMjEwNDYgODE1LjUyMzU2OSw0MzMuNDg5OTY5IDgxMy4xODU2LDQzMi4yMDY4OTIgTDgwNC4xNTM4NDYsNDM1LjA3NjkyMyBMODA3LjA5ODA5Miw0MjYuMzkxODc3IEM4MDUuNjEzMDQ2LDQyMy45NTIzNjkgODA0Ljc1NzUzOCw0MjEuMDkxNTY5IDgwNC43NTc1MzgsNDE4LjAzMzYgQzgwNC43NTc1MzgsNDA5LjA5MzQxNSA4MTIuMDYxMjkyLDQwMS44NDYxNTQgODIxLjA3MTYzMSw0MDEuODQ2MTU0IEM4MzAuMDgwODYyLDQwMS44NDYxNTQgODM3LjM4NDYxNSw0MDkuMDkzNDE1IDgzNy4zODQ2MTUsNDE4LjAzMzYgQzgzNy4zODQ2MTUsNDI2Ljk3Mzc4NSA4MzAuMDgxMjMxLDQzNC4yMjEwNDYgODIxLjA3MTI2Miw0MzQuMjIxMDQ2IFogTTgyMS4wNzEyNjIsNDA0LjQyNDEyMyBDODEzLjUwNzkzOCw0MDQuNDI0MTIzIDgwNy4zNTU4MTUsNDEwLjUyOTM1NCA4MDcuMzU1ODE1LDQxOC4wMzM2IEM4MDcuMzU1ODE1LDQyMS4wMTE0NDYgODA4LjMyNjUyMyw0MjMuNzY5MjMxIDgwOS45NjgxMjMsNDI2LjAxMzA0NiBMODA4LjI1NDg5Miw0MzEuMDY3MDc3IEw4MTMuNTI1MjkyLDQyOS4zOTE4NzcgQzgxNS42OTEyLDQzMC44MTM3ODUgODE4LjI4NTQxNSw0MzEuNjQzMDc3IDgyMS4wNzEyNjIsNDMxLjY0MzA3NyBDODI4LjYzMzQ3Nyw0MzEuNjQzMDc3IDgzNC43ODY3MDgsNDI1LjUzODIxNSA4MzQuNzg2NzA4LDQxOC4wMzM5NjkgQzgzNC43ODY3MDgsNDEwLjUyOTcyMyA4MjguNjMzNDc3LDQwNC40MjQxMjMgODIxLjA3MTI2Miw0MDQuNDI0MTIzIEw4MjEuMDcxMjYyLDQwNC40MjQxMjMgWiBNODI5LjMwODgsNDIxLjc2MTcyMyBDODI5LjIwODM2OSw0MjEuNTk2Njc3IDgyOC45NDE3ODUsNDIxLjQ5Njk4NSA4MjguNTQyNjQ2LDQyMS4yOTg3MDggQzgyOC4xNDI0LDQyMS4xMDA0MzEgODI2LjE3NTg3Nyw0MjAuMTQwMDYyIDgyNS44MDk5NjksNDIwLjAwODI0NiBDODI1LjQ0Mjk1NCw0MTkuODc2MDYyIDgyNS4xNzYsNDE5LjgwOTIzMSA4MjQuOTA5Nzg1LDQyMC4yMDY1MjMgQzgyNC42NDM1NjksNDIwLjYwMzgxNSA4MjMuODc3MDQ2LDQyMS40OTY5ODUgODIzLjY0MzMyMyw0MjEuNzYxNzIzIEM4MjMuNDA5OTY5LDQyMi4wMjY4MzEgODIzLjE3Njk4NSw0MjIuMDYwMDYyIDgyMi43NzcxMDgsNDIxLjg2MTQxNSBDODIyLjM3NzYsNDIxLjY2MzEzOCA4MjEuMDg4OTg1LDQyMS4yNDQwNjIgODE5LjU2MTEwOCw0MTkuODkyMzA4IEM4MTguMzcyNTU0LDQxOC44NDA3MzggODE3LjU2OTg0Niw0MTcuNTQyNTIzIDgxNy4zMzY4NjIsNDE3LjE0NDg2MiBDODE3LjEwMzUwOCw0MTYuNzQ3OTM4IDgxNy4zMTIxMjMsNDE2LjUzMzQxNSA4MTcuNTEyMjQ2LDQxNi4zMzU4NzcgQzgxNy42OTIwNjIsNDE2LjE1NzkwOCA4MTcuOTEyMTIzLDQxNS44NzI0OTIgODE4LjExMjI0Niw0MTUuNjQwOTg1IEM4MTguMzEyMzY5LDQxNS40MDkxMDggODE4LjM3ODgzMSw0MTUuMjQ0MDYyIDgxOC41MTE3NTQsNDE0Ljk3ODk1NCBDODE4LjY0NTQxNSw0MTQuNzE0MjE1IDgxOC41Nzg1ODUsNDE0LjQ4MjcwOCA4MTguNDc4NTIzLDQxNC4yODM2OTIgQzgxOC4zNzg0NjIsNDE0LjA4NTQxNSA4MTcuNTc4MzM4LDQxMi4xMzI5MjMgODE3LjI0NTI5Miw0MTEuMzM4MzM4IEM4MTYuOTEyMjQ2LDQxMC41NDQ0OTIgODE2LjU3OTU2OSw0MTAuNjc2Njc3IDgxNi4zNDU4NDYsNDEwLjY3NjY3NyBDODE2LjExMjQ5Miw0MTAuNjc2Njc3IDgxNS44NDU5MDgsNDEwLjY0MzQ0NiA4MTUuNTc5MzIzLDQxMC42NDM0NDYgQzgxNS4zMTI3MzgsNDEwLjY0MzQ0NiA4MTQuODc5MjYyLDQxMC43NDI3NjkgODE0LjUxMjYxNSw0MTEuMTM5NjkyIEM4MTQuMTQ2MzM4LDQxMS41MzY5ODUgODEzLjExMzYsNDEyLjQ5Njk4NSA4MTMuMTEzNiw0MTQuNDQ5MTA4IEM4MTMuMTEzNiw0MTYuNDAxNiA4MTQuNTQ1ODQ2LDQxOC4yODggODE0Ljc0NjMzOCw0MTguNTUyMzY5IEM4MTQuOTQ2MDkyLDQxOC44MTY3MzggODE3LjUxMTg3Nyw0MjIuOTUzNiA4MjEuNTc2NzM4LDQyNC41NDI0IEM4MjUuNjQzMDc3LDQyNi4xMzA4MzEgODI1LjY0MzA3Nyw0MjUuNjAwOTg1IDgyNi4zNzYzNjksNDI1LjUzNDg5MiBDODI3LjEwODU1NCw0MjUuNDY4OCA4MjguNzQxMjkyLDQyNC41NzUyNjIgODI5LjA3NTQ0Niw0MjMuNjQ4ODYyIEM4MjkuNDA4MTIzLDQyMi43MjE3MjMgODI5LjQwODEyMyw0MjEuOTI3MTM4IDgyOS4zMDg4LDQyMS43NjE3MjMgTDgyOS4zMDg4LDQyMS43NjE3MjMgWiIgaWQ9IndoYXRzYXBwIi8+PC9nPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #57ba63;
}

@media only screen and (min-width: 1680px) {

    .carousel {
        position: relative;
        /*margin:4% 1%;*/
    }
}

.cor-tit-azul {color: blue}
.cor-tit-azul-claro {color: #0099cc}
.cor-tit-azul-escuro {color: #003366}

.cor-tit-cinza {color: gray}
.cor-tit-cinza-claro {color: #cccccc}
.cor-tit-cinza-escuro {color:#666666}

.cor-tit-preto {color: black};

.cor-tit-vermelho {color:red};
.cor-tit-vermelho-escuro {color: #cc0000}
.cor-tit-vermelho-claro {color: #ff6666}

.cor-tit-amarelo {color:yellow};
.cor-tit-amarelo-claro {color:#ffffcc};
.cor-tit-amarelo-escuro {color:#ffcc00};

.cor-tit-verde {color:green};
.cor-tit-verde-claro {color:greenyellow}
.cor-tit-verde-escuro {color:#006600}


.cor-tit-laranja {color:#ff9900}
.cor-tit-laranja-claro {color:#ffcc00}
.cor-tit-laranja-escuro {color:#cc6600}

.cor-tit-teal {color: #009999}
.cor-tit-teal-claro {color:#00cccc}
.cor-tit-teal-escuro {color: #006666}







.btn-sobre-emp a{
    color: #f2f2f2;
    background-color: #900000;
    background-image: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(130, 0, 0, 0.8)
}
.btn-sobre-emp a:hover {
    color: #ffffff;
    background-color: rgba(130, 0, 0, 1)

}

div.jumbotron.sobre-empresa {text-shadow: 1px 1px #fff ;color: #000000;font-size: 12px; background-color: #fff}



.logo-casa {width: 100%}


.animDown1000 {
    transform: translateY(0px);
    animation: animDown1000 2s  alternate ease-in-out;
}
@keyframes animDown1000 {
    /*    0%, 25% {
            opacity: 0;
            transform: translateY(-300px);
        }*/
    0%, 90% {
        opacity: 0;
        transform: translateY(-50px) scale(0.5);
        trans
    }
    90%, 100% {
        opacity: 1;
        transform: translateY(0px) scale(1);

    }
}


.animDown {
    transform: translateY(0px);
    animation: animDown 4s  alternate;
}
@keyframes animDown {
    0%, 25% {
        opacity: 0;
        transform: translateY(-100px);
    }
    75%, 100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


.animUp {
    transform: translateY(0px);
    animation: animUp 4s  alternate;
}
@keyframes animUp {
    0%, 25% {
        opacity: 0;
        transform: translateY(100px);
    }
    75%, 100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.animUp1 {
    transform: translateY(0px);
    animation: animUp1 1s  alternate;
}
@keyframes animUp1 {
    0%, 50% {
        opacity: 0;
        transform: translateY(50px);
    }
    75%, 100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


.animLeft {
    transform: translateX(0px);
    animation: animLeft 4s  alternate;
}
@keyframes animLeft {
    0%, 25% {
        opacity: 0;
        transform: translateX(-500px);
    }
    75%, 100% {
        opacity: 1;
        transform: translateX(0px);
    }
}


.animRight {
    transform: translateX(0px);
    animation: animRight 4s  alternate;
}
@keyframes animRight {
    0%, 25% {
        opacity: 0;
        transform: translateX(500px);
    }
    75%, 100% {
        opacity: 1;
        transform: translateX(0px);
    }
}



.animNovo {    
    transform: rotateY(0deg) scale(1);
    animation: animNovo 3s  alternate;

}
@keyframes animNovo  {
    0%, 25% {
        opacity: 0;
        transform: rotateX(90deg) scale(0);
    }    
    75%, 100% {
        opacity: 1;
        transform: rotateX(0deg) scale(1);
    }
}



.delay2seg {
    animation: delay2seg 2s;
}
@keyframes delay2seg {
    0%, 25% {
        opacity: 0;
    }
    75%, 100% {
        opacity: 1;
    }
}


.delay4seg {
    animation: delay4seg 4s;
}
@keyframes delay4seg {
    0%, 25% {
        opacity: 0;
    }
    75%, 100% {
        opacity: 1;
    }
}


.delay10seg {
    animation: delay10seg 10s;
}
@keyframes delay10seg {
    0%, 25% {
        opacity: 0;
    }
    75%, 100% {
        opacity: 1;
    }
}


@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1;}
}
@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1;}
}
@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1; }
}


.mvv .card-img-top {background: rgba(0, 0, 0, 0.7)}

.fadeImg1 {
    opacity:0;
    -webkit-animation: fadeIn 5s ease-in-out;
    -moz-animation: fadeIn 5s ease-in-out;
    -o-animation: fadeIn 5s ease-in-out;
    animation: fadeIn 5s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}




.fadeImg2 {
    opacity:0;
    -webkit-animation: fadeIn 6s ease-in-out;
    -moz-animation: fadeIn 6s ease-in-out;
    -o-animation: fadeIn 6s ease-in-out;
    animation: fadeIn 6s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;}

.fadeImg3 {
    opacity:0;
    -webkit-animation: fadeIn 7s ease-in-out;
    -moz-animation: fadeIn 7s ease-in-out;
    -o-animation: fadeIn 7s ease-in-out;
    animation: fadeIn 7s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;}

.fadeImg4 {
    opacity:0;
    -webkit-animation: fadeIn 8s ease-in-out;
    -moz-animation: fadeIn 8s ease-in-out;
    -o-animation: fadeIn 8s ease-in-out;
    animation: fadeIn 8s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;}

.fadeImg5 {
    opacity:0;
    -webkit-animation: fadeIn 9s ease-in-out;
    -moz-animation: fadeIn 9s ease-in-out;
    -o-animation: fadeIn 9s ease-in-out;
    animation: fadeIn 9s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;}

.fadeImg6 {
    opacity:0;
    -webkit-animation: fadeIn 10s ease-in-out;
    -moz-animation: fadeIn 10s ease-in-out;
    -o-animation: fadeIn 10s ease-in-out;
    animation: fadeIn 10s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;}


.fadeImg7 {
    opacity:0;
    -webkit-animation: fadeIn 11s ease-in-out;
    -moz-animation: fadeIn 11s ease-in-out;
    -o-animation: fadeIn 11s ease-in-out;
    animation: fadeIn 11s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;}

.fadeImg8 {
    opacity:0;
    -webkit-animation: fadeIn 12s ease-in-out;
    -moz-animation: fadeIn 12s ease-in-out;
    -o-animation: fadeIn 12s ease-in-out;
    animation: fadeIn 12s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;}

.fadeImg9 {
    opacity:0;
    -webkit-animation: fadeIn 13s ease-in-out;
    -moz-animation: fadeIn 13s ease-in-out;
    -o-animation: fadeIn 13s ease-in-out;
    animation: fadeIn 13s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;}

.fadeImg10 {
    opacity:0;
    -webkit-animation: fadeIn 14s ease-in-out;
    -moz-animation: fadeIn 14s ease-in-out;
    -o-animation: fadeIn 14s ease-in-out;
    animation: fadeIn 14s ease-in-out; 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;}

.fadeImg-delay {	
    -webkit-animation-delay:3s;
    -moz-animation-delay:3s;
    -o-animation-delay:3s;
    animation-delay:3s;}


@media (min-width: 769px){

    .container-triangulo {
        position: inherit;
        display: flex;
        width: 100%;
        height: 100vh;
        transition: all 0.3s ease;
        margin-top:0px;
        align-items: center;
        /*padding: 20% 15% 20% 15%;*/

    }

    .itemcatalogo {flex: 0 0 33%;max-width: 33%;}
    .contato{
        margin-top: 10px;
        background-color: #fff;
        border-radius: 0rem;
        margin-bottom: 0rem;	
    }


    .mvv .card-columns {column-count: 2;}

    .galeria-item {
        text-align: center;

        /*border: 1px solid #c8c8c8;*/
        /*margin-bottom: 2%;*/
        /*border-bottom: 1px solid #cccccc;*/
        /*padding: 5px;*/
    }

}

@media (min-width: 1024px){
    .itemcatalogo {flex: 0 0 20%;max-width: 20%;}
    .mvv .card-columns {

        column-count: 3;


    }
}

@media (min-width: 1440px){
    .mvv .card-columns {

        column-count: 5;


    }
}
.mvv div.card-body>p {color:#343a40}
.mvv div.card-body>p>img {max-width: 200px;height: auto;width: 100%;}
/*div.card-body {height: 300px;}*/

.mvv div.card-body {
    padding: 5%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 30%;
    min-height: 90px;
}


@keyframes ImageIn {
    0% {width: 0px; heigth:0px }
    100% { opacity:1;  }
}

img.logo-np {
    opacity:1;
    max-width: 300px; width: 100%;
    -webkit-animation: ImageIn 5s ease-in;
    -moz-animation: ImageIn 5s ease-in;
    -o-animation: ImageIn 5s ease-in;
    animation: ImageIn 5s ease-in; 
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode: both;}

/*img.logo-np {max-width: 300px;width: 100%;}*/

@media (min-width: 768px) {
    .itemcatalogo {flex: 0 0 20%;max-width: 20%;}
    .mainSobreEmpresas {
        height: 100%; overflow: hidden
    }
}

@media (max-width: 425px) {
    .itemcatalogo {flex: 0 0 50%;max-width: 50%;}
    .mainSobreEmpresas {
        height: 100%;
    }
    .mvv .card-columns {column-count: 4;}
}


.img-fluidSobreEmpresa {
    max-width: 100%;
    width: 100%;
    height: 100%;
}



@media (min-width: 1024px){
    .d-sm-title {
        font-size: 62px;
    }  
    .d-sm-subtitle {
        font-size: 22px;
    }
}



@media (min-width: 768px){
    .d-sm-title {
        font-size: 42px;
    }  
    .d-sm-subtitle {
        font-size: 14px;
    }


}

@media (min-width: 1440px){
    .d-sm-title {
        font-size: 72px;
    }  
    .d-sm-subtitle {
        font-size: 18px;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: -webkit-fill-available;
}

#carouselimagem {filter: brightness(30%);}

#img-informativo {transform: scale(1)}
#img-informativo:hover {transform: scale(1.1)}
.container-img:hover {opacity: 1}
.container-img {
    /*opacity: 0.8;*/
    position: relative;
    overflow: hidden;
    padding: 0px; 
    display: block;

}
.container-img img {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.8s;
}
.container-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mvv .text-card {color: #006e9b;}

.text-top {
    /*position: absolute;top:130px;*/
    top: 5%;
    z-index: 10;
    display: inline-grid;
}

.text-meio {
    /*position: absolute;top:32%;*/
    bottom: 25%;
    z-index: 10;
    display: inline-grid;
    justify-content: center;


}

.carousel-caption {
    position: absolute;
    right: inherit;
    bottom: inherit;
    left: inherit;
    z-index: 10;
    padding-top: inherit;
    padding-bottom: inherit;
}
.text-baixo {
    /*    position: absolute;bottom: 100px;
        bottom: 5%;
        z-index: 10;
        display: inline-grid;*/
    justify-content: flex-end;
}

.text-posicao-horizontal-centro {
    align-items: center;
    flex-direction: column;
}

.text-posicao-horizontal-esquerda {
    align-items: flex-start;
    flex-direction: column;
}

.text-posicao-horizontal-direita {
    align-items: flex-end;
    flex-direction: column;
}

.text-alinhamento-centro {
    align-items: center;
    flex-direction: column;
}
.text-alinhamento-esquerda {
    align-items: flex-start;
    flex-direction: column;
}
.text-alinhamento-direita {
    align-items: flex-end;
    flex-direction: column;
}



.digitacao { 
    box-shadow: .6em 0 0 #05ffa3;
    margin: 2rem 1rem;
    width: 23ch;
    overflow: hidden;
    color: #FFF;
    white-space: nowrap;
    -webkit-animation: caret .5s step-end infinite alternate,
        type 5s steps(23, end);
    animation: caret .5s step-end infinite alternate,
        type 5s steps(23, end)
}



@-webkit-keyframes type {
    0% {
        width: 0;
    }

}



@keyframes type {
    0% {
        width: 0;
    }

}
@-webkit-keyframes caret { 
    50% { 
        box-shadow: .6em 0 0 transparent;
    }
}
@keyframes caret { 
    50% { 
        box-shadow: .6em 0 0 transparent;
    }
}
@media (max-width: 768px) {

    .logo-mobile {
        width: 100vh;
        /*background-repeat: no-repeat;*/
        /*background-size: contain;*/
        /*background-image: url('../logo/background50.png');*/
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .logo-mobile img {width: 100%;max-width: 300px;}
    #logo-grande img {
        display: none;
    }
    .container-triangulo {
        display: none;

    }

    div.jumbotron.sobre-empresa  {
        margin-top: 80px;
    }
    a.navbar-brand img {
        margin-left: 20px;
        max-width: 100px;
    }
}


@media (min-width: 768px) {

    .logo-mobile {display:none}

    #logo-grande img {
        width: 800px;
        height: auto;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        right: 30px;
        position: absolute;
    }
    a.navbar-brand img {
        /*margin-left: 20px;*/
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    } 
}

@media (min-width: 320px){
    .itemcatalogo {flex: 0 0 50%;max-width: 50%;}
    .mvv .card-columns {column-count: 2;}


    #carouselimagem {
        height: 100vh;
        width: 100%;
        transform: scaleX(3.5);

    }

    .galeria-item {
        text-align: center;

        /*margin-bottom: 2%;*/
        /*border-bottom: 1px solid #cccccc;*/
    }





}
@media (min-width: 1440px){
    #carouselimagem {
        height: 100%;
        transform: scale(1);
    }
}

.contato-home{
    padding:5%;text-align: center;
    background: rgb(14,11,0);
    background: -moz-linear-gradient(164deg, rgba(14,11,0,1) 0%, rgba(139,79,0,1) 50%, rgba(250,192,0,1) 100%);
    background: -webkit-linear-gradient(164deg, rgba(14,11,0,1) 0%, rgba(139,79,0,1) 50%, rgba(250,192,0,1) 100%);
    background: linear-gradient(164deg, rgba(14,11,0,1) 0%, rgba(139,79,0,1) 50%, rgba(250,192,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0b00",endColorstr="#fac000",GradientType=1);
    color: #fff;
}
.contato-home i {font-size: 26px}
.mvv{text-align: center;min-height: 400px;height: 100%}
.mvv i {font-size:78px;color: #075152}
.mvv>.card-group {overflow: hidden;height: 100%;
                  min-height: 400px;}
.mvv>.card-group> .mvv .card i, .mvv .card-body { padding: 5%; -moz-transition: all 0.5s;
                                                  -webkit-transition: all 0.5s;
                                                  transition: all 0.5s;}
.mvv>.card-group> .mvv .card {color: #003f51}

.mvv>.card-group> .mvv .card:hover .mvv i {transform: scale(1.2);color: #075152}

.mvv>.card-group> .mvv .card:hover .mvv .card-body {color: #075152}



.menu1 a{ 
    border-bottom-width: 5px;
    border-bottom-color: transparent; 
    border-bottom-style: solid;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*text-shadow: 1px 1px 2px #075152;*/

}
.menu1 a:hover{ 
    /*border-bottom-color: yellow;*/ 
    /*border-bottom-style: solid;*/
    /*border-bottom-width: 5px;*/
    background-color: transparent;
    border-radius: 0px;
}
.navbar-brand {
    display: inline-block;
    /*padding-top: 0.3125rem;*/
    /*padding-bottom: 0.3125rem;*/
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    /*padding: 2%;*/
}



.navbar-light .navbar-toggler  {
    /*color: rgba(0,0,0,.5);*/
    border-color: transparent;
}

/*To Top*/
/***************************************************************** **/
#toTop {
    font-size:38px;
    line-height:33px;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    position: fixed;
    height: 60px; width: 80px;
    padding-top: 10px;
    right: 30px; bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration:none;
    display:none;
    z-index: 1003;

    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#toTop:hover {
    background-color: rgba(0,0,0,0.7);
}
#toTop:before {
    font-family: "fontawesome";
    content: "\f102";
}

#google_translate_element {
    display: none;
}

.goog-te-banner-frame {
    display: none !important;
}
body {
    position: static !important;
    top: 0 !important;
}



.mvv .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    height: 35vh;

}

.mvv .card-columns .card {
    margin-bottom: 0.75rem;
    height: 100vh;
}

.mvv .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgb(255,255,255);
    border-top: 0px;
}

.btn-primary, .btn-success {border-radius: 30px;background-color: transparent;color: black;border: 0px none;font-size: 1rem}

/*.btn-primary:hover , .btn-success:hover {background-color: red;color:yellow;border-radius: 50px;}*/

@media (min-width: 768px){

    .b-post-esquerda{     position: fixed;
                          left: 0px;
                          top: 160px; 
                          background-color: #e3e3e347;
                          z-index: 1000;
                          /* padding: 3%; */
                          height: 100vh;}
}

.b-post-esquerda li {font-size: 12px;}

.catalogo {padding-top: 0}



.corpo-catalogo {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 0px
}


.catalogo-item #imagem {border: solid 1px #dff1ff;opacity: 1;filter: alpha(opacity=40);}

.catalogo-item #imagem1 {max-height: 80px;width: auto;border: solid 1px #dff1ff}
.catalogo-item #imagem2 {max-height: 80px;width: auto;border: solid 1px #dff1ff}
.catalogo-item #imagem3 {max-height: 80px;width: auto;border: solid 1px #dff1ff}

.tab-content {padding: 3%;}

.galeria-catalogo>a {font-size: 12px}

.text-danger {font-size: 14px;color: #b20000}



.mvv .card-footer .over {

    opacity: 0; 
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;


}
.galeria-item:hover .card-footer .over {
    /*opacity: 0.7;*/
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    border:1px solid #c8c8c8;
    border-bottom: 2px solid blue;

}
.mvv .card-footer .over {width: 100%;}
.mvv .card-footer .over>a>i {
    font-size: 120px;
    /*justify-content: center;*/
    /*transform: scale(2);*/
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}
.mvv .card-footer>.over>i:hover{
    color: #029ef3;
    /*justify-content: center;*/
}

.mvv .card-footer>.over>div>button {width: 40px;border-style: none;background-color: #075152;color: #fff;font-size: 18px;font-weight: bold;height: 40px;justify-content: center;}
.mvv .card-footer>.over>div>input {width: 40px;text-align: center;border-style: none}
.mvv .card-footer>.over>.q {position: absolute;bottom: 10px;width: 100%}

.tabitem {height: 100vh;overflow: scroll;overflow-style:scrollbar;overflow-y: scroll;overflow-x: hidden}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c8c8c8;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c8c8c8;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c8c8c8;
}

.navbar-light .navbar-brand {
    /*color: rgba(0,0,0,.9);*/
    height: 40px;
}

.navbar {
    /*padding: 0.5rem 0.5rem 0.5rem 0;*/
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*background-color:  #075152;*/
    /*background-color:  transparent;*/
    /*background-color: rgb(7 81 82 / 46%);*/
}

.botao-consulta-catalogo {
    font-size: 12px;
    font-style: oblique;
    font-weight: bold;

}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
}

.fundobranco {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*background-color: rgb(8 82 82 / 82%);*/
    background-color: #000000;
}
.fundobranco a.navbar-brand {
    transform: scale(0.7);
    padding: 0;
    left: 0;
    top: 0;
}
.fundobranco a.navbar-brand img{


    /*max-width: 100px;width:100%;height: auto*/
}
a {
    cursor: pointer;
}

input::placeholder {font-style:  italic}

select:required:invalid {
    color: gray;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: black;
}

div.input-group-prepend {height: 38px}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .3;
    transition: opacity .6s ease;
    margin-bottom: 100px;
}
@media (min-width: 320px) {

    .contato{
        margin-top: 2rem;
        background-color: #fff;
        border-radius: 0rem;
        margin-bottom: 0rem;

    }
    .shop {
        /*margin-top: 55px;*/
        position: relative;
        width: 100%;
        padding-right: 2px;
        padding-left: 2px;
    }
    #pesquisa-item {      
        width: 55%;
        border: 1px solid #C8C8C8;
        outline: none;
        border-radius: 5px 0px 0px 5px;
        padding: 4px 0px 9px 13px;
    }

    #btnpesquisa-item,#btnpesquisa-categoria {
        border: 1px solid #C8C8C8;
        border-left: 0px;
    }
}
@media (min-width: 768px) {



    .shop {
        /*margin-top: 30px;*/
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;

    }
    #pesquisa-item {      
        width: 55%;
        border: 1px solid #C8C8C8;
        outline: none;
        border-radius: 5px 0px 0px 5px;
        padding: 4px 0px 9px 13px;
    }

    #btnpesquisa-item,#btnpesquisa-categoria {
        border: 1px solid #C8C8C8;
        border-left: 0px;
    }
}



.btn-filtro-catalogo {
    border: 1px solid #004291;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    right: 52px;
}


.jumbotron {
    margin-bottom: 0px;
}

.solucoes .card{
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;    
    /*border-radius: 10px;*/
    background-color: #ffc222; 
    border: none;
}

.planoseservicos .card {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;    
    border-radius: 0px;background-color: #fff;
    /*border: 1px solid #c8c8c8;*/
    /*box-shadow: 2px 2px 20px 0px;*/
}

.planoseservicos .card .card-title {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;    
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
    color:black;

}
.planoseservicos div.card-body {
    /*margin-left: 30px;*/
    opacity: 0.5;
}
.planoseservicos div.card-body>p {
    font-size: 14px;


}

.planoseservicos .card-title .titulo {
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
    width: 100%;height: 3rem;

}

.planoseservicos .card-title {
    background-color: #c9c9c97a;
}

.planoseservicos .card-img-top {max-width: 90px;align-self: center;}
.planoseservicos .card:hover .card-title {color: #fff; background-color:#075152 }
.planoseservicos .card:hover .card-footer {color: #fff; background-color:#075152 }

.planoseservicos .card:hover div.card-body {opacity: 1}

.planoseservicos .card-text {
    padding: 20px;
    /*margin-left: 40px;*/
}
.planoseservicos .card-footer {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;    
    border-top: 1px solid #c8c8c8;
    text-align: center;
}

.planoseservicos .btn-primary{
    border-radius: 0px;
    color: #075152;
    background-color: #ffffff;
    border-color: #008000;
    /*border-radius: 30px;*/
}

.planoseservicos .card:hover .btn-primary {
    border-radius: 0px;
    color: #075152;
    background-color: #ffffff;
    border-color: #008000;
    /*border-radius: 30px;*/
}

.planoseservicos .card:hover .btn-primary{
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;    
    border-radius: 30px;
}

.parallax {
    /* The image used */
    background-image: url('../logo/transfluid-5.png');

    /* Full height */
    height: 800px; 
    width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    text-align: center;
    display: flex;
    align-self: center;
    align-content: center;
    align-items: center;

}

.parallax2 {
    /* The image used */
    background-image: url('../imagens/site/background-planos-and-01.jpg');


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 100px;

}


.parallax3 {
    /* The image used */
    background-image:  url('../logo/green-energy-w-back.png');
    /* Full height */
    height: 800px; 
    width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;

    text-align: center;
    display: flex;
    align-self: center;
    align-content: center;
    align-items: center;

}
.display-5 {font-size: 2rem;  }

#img-informativo {
    transform: scale(1);
}
#img-informativo:hover {
    transform: scale(1.1);
}


.btn-chamada {
    color:#075152;
    background-color:transparent;
    background-image:none;
    border-color:#075152
}

.btn-chamada:hover  {
    color:#fff;
    background-color:#075152;
    background-image:none;
    border-color:#075152
}

.video-catalogo {
    max-width: 800px;height: auto;width: 100%;
}

@media (min-width:320px) {

    .carousel-conteudo {
        position: absolute;
        height: 100vh;
        width: 100vw;
        display: flex;

    }
    .carousel-bloco {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 0;
        height: 100%;
        width: 100%;
        flex-wrap: nowrap;
        padding: 3%;
    }
    .carousel-texto {
        display: flex;
        /*        position: absolute;
                bottom: 75px;
                z-index: 10;
                padding-top: 20px;
                padding-bottom: 20px;
                color: #fff;
                text-align: left;*/
    }

    .mouseRoda {
        position: fixed;
        height: 80px;
        right: 40%;
        bottom: 15px;
        opacity: 0.3;
        filter: alpha(opacity=90);
        display: none;
        z-index: 1003;
        -webkit-border-radius: 2px !important;
        -moz-border-radius: 2px !important;
        border-radius: 2px !important;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        width: 90px;
    }
}

@media (min-width:1024px) {


    .mouseRoda {
        position: fixed;
        height: 80px; 
        right: 47%; bottom: 25px;
        opacity: 0.3;
        filter: alpha(opacity=90);
        display:none;
        z-index: 1003;

        -webkit-border-radius: 2px !important;
        -moz-border-radius: 2px !important;
        border-radius: 2px !important;

        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

}
.featurette-image {
    border-radius: 20px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #075152;
    border-color: #075152;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #075152;
    background-color: #fff;
    border: 1px solid #dee2e6;
}



.btn-whatsapp a {
    color:#fff; 
    text-decoration:none; 
    display:block; 
}

@media (min-width:481px) { 
    .btn-whatsapp {
        right:100px; 
        bottom:50px; 
    }

}
@media (max-width:480px) { 
    .btn-whatsapp {
        right:20px; 
        bottom:20px; 
    }
}

.btn-whatsapp {
    position:fixed; 
    /*right:100px;*/ 
    /*bottom:50px;*/ 
    transform: translate(-50%, -50%);  
    background-color:#26c943; 
    width:60px; height:60px; 
    text-align:center; 
    line-height:58px; 
    font-size:1.8em; 
    color:#ffffff; 
    font-weight:100; 
    border-radius:50%; 
    z-index: 9999;
}

#logo-grande {position: absolute;}
#logo-grande:before,
#logo-grande:after

{ background-repeat: no-repeat;background-size: contain;background-image: url('../logo/logo-transfluid-branca-01.png');content: '';opacity:0; left: 0px;
  color: white;
  right: 0px;
  bottom: 0px;
  top: -10px;
  backface-visibility:hidden;  
  display:block;
  position: absolute;
  border-radius:0%;
  left:-90px;animation: animate2 1.5s linear normal;
  height: 120%;width: 120%}




.btn-whatsapp:before,
.btn-whatsapp:after
{
    content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #26c943;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}
.pulsoTitulo:after {animation-delay: .5s;}
@keyframes animate2 {
    0%   { transform: scale(1.5); opacity:0; }
    25%  {  opacity:0.5; }
    50%  {  opacity:1; }
    100% { transform: scale(2); opacity:0; }
}

.pulsaDelay:after { animation-delay: .5s; }
@keyframes animate {
    0%   { transform: scale(0.5); opacity:0; }
    50%  { opacity:1; }
    100% { transform: scale(1.2); opacity:0; }
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")};

.custom-toggler .navbar-toggler {
    border-color: transparent;


}




.animLeft1000 {
    transform: translateX(-100px);
    animation: animLeft1000 0s  alternate;
}
@keyframes animLeft1000 {
    0%, 25% {
        opacity: 0;
        transform: translateX(-500px);
    }
    35%, 100% {
        opacity: 1;
        transform: translateX(0px);
    }
}


.animRight1000 {
    transform: translateX(100px);
    animation: animRight1000 0s  alternate;
}
@keyframes animRight1000 {
    0%, 25% {
        opacity: 0;
        transform: translateX(500px);
    }
    35%, 100% {
        opacity: 1;
        transform: translateX(0px);
    }
}







/*aqui*/



/*lado esquerdo*/
.retangulo1 {
    /*opacity: 0.8;*/
    width: 50vw;
    height: 86vh;
    background-color: yellow;
    /*background-color: gray;*/
    /*background-repeat: no-repeat;background-size: cover ;*/
    /*background-image: url('../imagens/banners/industrial-home.jpg');*/
    /*#ffed00*/
    transition: all 0.5s ease;
    overflow: hidden;
    /*filter: brightness(0.3);*/
    transform: skewx(-10deg) scale(1.2) translateX(-8%);


}

/*lado direito*/
.retangulo2 {
    /*opacity: 0.8;*/
    width: 50vw; 
    height: 86vh;
    /*background-color: #00BFFF;*/
    background-color: green;
    transition: all 0.5s ease;
    overflow: hidden;
    /*filter: brightness(0.3);*/
    transform: skewx(-10deg) scale(1.2) translateX(8%);
    z-index: 1;

}

#logo-grande {
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    z-index: 2;
}
#logo-direita {
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -o-transition: all .30s;
    transition: all .30s;
    z-index: 1;
}
#logo-esquerda {
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -o-transition: all .30s;
    transition: all .30s;
    z-index: 1;
}
#painel-esquerdo{
    transition: all 0.3s ease ;
    position: absolute;left:24%;z-index: 2;opacity: 0;

}
#painel-direito {
    transition: all 0.3s ease;
    position: absolute; right: 24%; z-index: 2;opacity: 0;
}

#triangulo-para-cima {
    width: 0; 
    height: 0; 
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #5386E4;
}
#triangulo-para-direita {
    z-index: 9999;
    position: absolute;

    top:0;
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 40px solid #ffffff;
    left: 50%;
    transition: all 0.5s ease;
    animation: animate2 2s   linear infinite;
}
#triangulo-para-baixo {
    width: 0; 
    height: 0; 
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #949396;
}
#triangulo-para-esquerda {
    z-index: 9999;
    position: absolute;
    top: 5%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 40px solid #ABA8B2;
    right: 50%;
    transition: all 0.5s ease;
    animation: animate2 2s linear infinite;
}




#triangulo-esquerda-front {
    position: absolute;
    top: 50px;
    width: 0;
    height: 0;
    border-top: 250px solid transparent;
    border-bottom: 250px solid transparent;
    border-right: 250px solid #ABA8B2;
    right: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#triangulo-direita-front {
    position: absolute;
    top: 350px; 
    width: 0; 
    height: 0; 
    border-top: 250px solid transparent;
    border-bottom: 250px solid transparent;
    border-left: 250px solid #ffffff;
    left: 50%;
    z-index: 9999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.pulsaDelay2:after { animation-delay: 5s; }
@keyframes animate2 {
    0%   { transform: scale(0.5);opacity:0; }
    50%  { transform: scale(0.8); opacity:0.8; }
    100% { transform: scale(1);opacity:0; }
}

#bloco-total {

}

#menu-esquerdo,#menu-direito {
    height: 50px;
    text-align: center;
    padding:2% 0;
    /*transform: skewX(-12deg);*/
    line-height: 1;
}
#menu-direito a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    /*border-bottom: 1px solid transparent;*/
}
#menu-direito a:hover {
    color: #00beff;
    /*background-color: #000;*/
    /*border-bottom: 2px solid #00beff;*/
    transform:scale(1.1);
}
#menu-esquerdo a{
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    /*border-bottom: 1px solid transparent;*/
}
#menu-esquerdo a:hover  {
    /*background-color: #000;*/
    /*border-bottom: 2px solid #ff9700;*/
    transform:scale(1.1);
}

.gray-100 {color:#f8f9fa}
.gray-200 {color:#e9ecef}
.gray-300 {color:#dee2e6}
.gray-400 {color:#ced4da}
.gray-500 {color:#adb5bd}
.gray-600 {color:#6c757d}
.gray-700 {color:#495057}
.gray-800 {color:#343a40}
.gray-900 {color:#212529}


li.different{
    border:none;
    position: relative;
}
li.different:hover{
    border: none;
}

.different::after{
    content: '';
    position: absolute;
    width: 0px;
    height: 4px;
    left: 50%;
    bottom:0;
    background-color: #fff;
    transition: all ease-in-out .1s;
}
.different:hover::after{
    width: 100%;
    left: 0;
}

.triangle-1 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 342px 0 0px 200px;
    border-color: transparent transparent transparent #FF4532;
    transform: rotate(0deg);
}

.triangle-2 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20vw 0 100vh 50px;
    border-top-width: 20vw;
    border-right-width: 0px;
    border-bottom-width: 100vh;
    border-left-width: 50px;
    border-color: transparent transparent transparent #000;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: inherit;
}



.filtrosselecionados {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    /*padding-left: 2rem;*/
    display: flex;
    align-items: baseline;
    flex-direction: row;
}





.filtrosselecionados ul {
    display: inline-block;
    padding: 0;
}

.filtrosselecionados a li {
    list-style-type: none;
    background-color: #ffc107;
    border-radius: 50px;padding: 5px;    
    color: #020202;
    font-size: 12px;
    text-align: center; 
    display: inline;
    padding: 5px 20px; 
    margin: 0;
}

.filtrosselecionados a li::after {
    display: inline-block;
    content: "x";
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #6e6e6e;
    position: relative;
    margin-left: 20px;
}
.botao-animado-industrial, .botao-animado-marine {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: gray;
}

.botao-animado-marine:hover {
    transform: rotate(-90deg);
    color: #00beee;
}
#entrar1,#entrar2 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 14px;
}

#botao1,#botao2 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.botao-animado-industrial:hover {
    transform: rotate(-90deg);
    transform: scale(1.2);
    color: yellow;
} 


