html, body, section, header, footer{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    font-family: "Exo 2", "Montserrat", sans-serif;
}

html, body{
    overflow-x: hidden;
}

header, section, footer{
    opacity: 0;
    transition: ease all 1s;
}

header.showed, section.showed, footer.showed{
    opacity: 1;
    transition: ease all 1s;
    left: 0px !important;
}

div.container{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}

div.wrapper-590{
    position: relative;
    width: 100%;
    max-width: 590px;
}

div.wrapper-1140{
    position: relative;
    width: 100%;
    max-width: 1140px;
}

div.wrapper-1275{
    position: relative;
    width: 100%;
    max-width: 1275px;
}

div.wrapper-1305{
    position: relative;
    width: 100%;
    max-width: 1305px;
}

div.wrapper-1440{
    position: relative;
    width: 100%;
    max-width: 1440px;
}

header{
    z-index: 100;
}

/* HEADER INICIAL */
header .menu-floating{
    position: fixed;
    top: 20px;
    left: 0px;
    width: 100%;
    transition: ease all 0.5s;
    z-index: 200;
}

header .bg-menu{
    position: relative;
    width: 100%;
    display: flex;
    max-width: 590px;
    background: #017AB5;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    transition: ease all 0.5s;
}

.menu-scrolled header .bg-menu{
    max-width: 100%;
    border-radius: 0px;
    transition: ease all 0.4s;
}

.menu-scrolled header .menu-floating{
    top: 0px;
    transition: ease all 0.4s;
    z-index: 200;
}

header .menu-floating ul{
    position: relative;
    display: flex;
    max-width: 590px;
    width: 86%;
    min-height: 55px;
    padding: 0px 8%;
    justify-content: space-between;
    align-items: center;
}

header .menu-floating ul li{
    list-style: none;
}

header .menu-floating ul a{
    position: relative;
    display: flex;
    font-size: 15px;
    color: #fff;
    font-family: "Montserrat", "Exo 2", sans-serif;
    transition: ease all 0.5s;
}

header .menu-floating ul a:hover{
    color: #ccc;
    transition: ease all 0.5s;
}

header .banner{
    position: relative;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}

header .banner .imagem,
header .banner .imagem-bg{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header .banner .imagem-bg img{
    opacity: 0 !important;
    visibility: hidden;
    height: 100vh;
    display: block;
}

header .banner .imagem-bg{
    background: url(/common/default/img/banner-inicial.jpg) no-repeat center center;
    background-size: cover;
}

header .dados-infos-banner{
    position: absolute;
    display: flex;
    max-width: 650px;
    flex-direction: column;
}

header .dados-infos-banner .texto p{
    color: #3A3A3A;
    font-size: 14.2px;
    line-height: 25px;
    margin: 45px 0px;
    font-family: "Exo 2", "Montserrat", sans-serif;
}

header .dados-infos-banner .wpp{
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    animation: shaking-banner 1s infinite;
}

@keyframes shaking-banner {
    10%, 90% {
      transform: translate3d(0, -1px, 0);
    }
    20%, 80% {
      transform: translate3d(0, 2px, 0);
    }
    30%, 50%, 70% {
      transform: translate3d(0, -3px, 0);
    }
    40%, 60% {
      transform: translate3d(0, 3px, 0);
    }
}

header .dados-infos-banner .wpp a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 0px 30px 0px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    min-height: 45px;
    background: url(/common/default/img/wpp-icon-solicite.png) no-repeat right center #25D366;
    font-family: "Montserrat", "Exo 2", sans-serif;
    background-position: 180px center;
    opacity: 0.90;
    transition: ease all 0.5s;
}

header .dados-infos-banner .wpp a:hover{
    opacity: 1;
    transition: ease all 0.5s;
}
/* HEADER INICIAL */

/* HEADER INTERNA */
header .banner.interna{
    min-height: 330px;
    max-height: 330px;
}

header .banner.interna .imagem-bg img{
    height: 330px;
}

/* HEADER INTERNA */

/* FOOTER */
footer{
    opacity: 1 !important;
    position: relative;
    width: 100%;
    padding-top: 85px;
    background: #F2F2F2;
    font-family: "Exo 2", "Montserrat", sans-serif;
}

footer .tecnolon-logo{
    position: relative;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

footer .direitos{
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0084C5;
    height: 60px;
}

footer .direito{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 12px;
    color: #fff;
}


footer .direitos a{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    color: #fff;
}

footer li{
    list-style: none;
}

footer .boxes{
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 85px;
}

footer .box{
    position: relative;
    flex: 0 0 32%;
    border: 1px solid #E6E6E6;
    font-size: 15px;
    color: #3A3A3A;
    padding: 70px 3.5px;
    min-height: 350px;
    max-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


footer .box .end{
    position: relative;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

footer .box .end p{
    font-size: 15px;
    margin-bottom: 8px;
}

footer .box li{
    margin-bottom: 25px;
    min-width: 190px;
}

footer .box li a:hover{
    font-weight: 500;
}

footer .form,
footer form{
    position: relative;
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Exo 2", "Montserrat", sans-serif;
}

footer .form .itens{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

footer .form .itens input[type="text"],
footer .form .itens select,
footer .form .itens textarea{
    position: relative;
    width: 100%;
    padding: 5px 2%;
    border: 1px solid #E6E6E6;
    font-size: 15px;
}

footer .form .itens textarea{
    min-height: 80px;
}

footer form ::placeholder {
    color: #000;
}

footer form .submit{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

footer .form h6{
    color: #0084C5;
    font-size: 25px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 25px;
}

footer form input[type="submit"]{
    position: relative;
    padding: 8px 20px;
    color: #fff;
    background: #017AB5;
    text-align: center;
    font-family: "Montserrat", "Exo 2", sans-serif;
    font-size: 13px;
    display: inline-block;
    border-radius: 30px;
    opacity: 0.9;
    transition: ease all 0.5s;
    text-transform: uppercase;
    border: 1px solid #017AB5;
    cursor: pointer;
    width: 140px;
    transition: ease all 0.5s;
}

footer form input[type="submit"]:hover{
    opacity: 1;
    transition: ease all 0.5s;
}

footer .footer-orcamento{
    position: fixed;
    right: 40px;
    color: #fff;
    max-width: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    padding-right: 50px;
    bottom: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    text-align: center;
    opacity: 0.9;
    transition: ease all 0.5s;
    z-index: 999;
    white-space: nowrap;
    overflow: hidden;
    background: transparent;
    color: transparent;
    animation: shaking-footer 1s infinite;
}

footer .footer-orcamento:hover{
    width: 240px;
    transition: ease all 0.5s;
    background: #00A55A;
    color: #fff;
    animation: none;
}

footer .footer-orcamento:after{
    position: absolute;
    top: calc(50% - 40px);
    right: -2px;
    width: 80px;
    height: 80px;
    content: ' ';
    background: url(/common/default/img/salicitar-orcamento.png) no-repeat center center;
    background-size: 99% 99%;
}

@keyframes shaking-footer {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
      transform: translate3d(-3px, 0, 0);
    }
    40%, 60% {
      transform: translate3d(3px, 0, 0);
    }
}

footer .footer-orcamento:hover{
    opacity: 1;
    transition: ease all 0.5s;
}

footer p.azul{
    color: #0084C5;
    font-weight: 500;
}
/* FOOTER */

#cookies-m{
    z-index: 999 !important;
}

@media all and (max-width: 1440px){
    header .dados-infos-banner .texto p{
        margin: 25px 0px;
    }
    footer .direitos{
        width: 96%;
        padding: 0px 2%;
    }
}

@media all and (max-width: 1023px){
    footer .footer-orcamento{
        right: 15px;
    }
    footer .footer-orcamento{
        bottom: 15px;
    }
    footer .footer-orcamento,
    footer .footer-orcamento:after{
        width: 50px;
        height: 50px;
    }
    footer .footer-orcamento:hover{
        width: 190px;
    }
    footer .footer-orcamento{
        padding-right: 40px;
    }
    footer .footer-orcamento:after{
        top: calc(50% - 25px);
    }
    footer .direito{
        justify-content: start;
    }
    footer .direito .mobile-oculta{
        display: none;
    }
    footer .boxes{
        flex-direction: column;
    }
    footer .box{
        width: 100%;
        max-width: 270px;
        flex: 0 0 100%;
        padding: 30px 20px;
        margin-bottom: 30px;
        min-height: initial;
        max-height: initial;
    }
    footer .boxes{
        margin-bottom: 20px;
    }
    header .menu-floating ul a{
        font-size: 14px;
    }
}

@media all and (max-width: 768px){
    header .dados-infos-banner{
        width: 94%;
    }
}

@media all and (max-width: 767px){
    .imagem-inn img{
        max-width: 100%;
    }
    header .bg-menu{
        max-width: 400px;
    }
    .bg-menu div.wrapper-590{
        max-width: 430px;
    }
    header .menu-floating ul{
        padding: 0px 5%;
        width: 90%;
    }
}
