﻿/*=======================================================
						FONT
========================================================*/

@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.woff2') format('woff2'),
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('fonts/ubuntu-b-webfont.woff') format('woff'),
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap'),
        url('fonts/ubuntu-bold-webfont.woff') format('woff'),
        url('fonts/Ubuntu-B.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/Ubuntu-R.woff') format('woff'),
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('fonts/ubuntu-regular-webfont.woff') format('woff'),
        url('fonts/ubuntu-regular-webfont.woff2') format('woff2'),
        url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('fonts/Ubuntu-L.woff') format('woff'), url('fonts/ubuntu-light-webfont.woff') format('woff'),
        url('fonts/ubuntu-light-webfont.woff2') format('woff2'),
        url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ubuntumedium';
    src: url('fonts/Ubuntu-M.woff') format('woff'),
        url('fonts/Ubuntu-Medium.ttf.woff') format('woff'),
        url('fonts/ubuntu-medium-webfont.woff') format('woff'),
        url('fonts/ubuntu-medium-webfont.woff2') format('woff2'),
        url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
    font-weight: normal;
    font-style: normal;
}


/*=======================================================
						RESET
========================================================*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'ubuntubold', sans-serif;
}

p {
    font-family: 'ubuntumedium', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1;
}

ul li {
    list-style: none;
}

a {
    font-family: 'ubunturegular', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.alinhamento {
    text-align: center;
    margin: 0 auto;
    width: 50% !important;
}

/* img {
    max-width: 100%;
} */

body {
    font-family: Arial, 'ubuntumedium', sans-serif;
    font-weight: 300;
    background-color: white;
    font-size: 62.5%;
    overflow-x: hidden;
}

.container {
    display: flex;
    padding-left: 10px;
    width: 100%;
    margin: 0 auto;
}

.no-scroll {
    overflow: hidden;
}

.objetivo {
    display: none;
}

.cl {
    clear: both;
}


/*=======================================================
						INPUT
========================================================*/


/*

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #DADADA;
	margin-left: 30px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #DADADA;
	margin-left: 30px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #DADADA;
	margin-left: 30px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #DADADA;
	margin-left: 30px;
}
*/


/*=======================================================
						TOPO (HEADER)
========================================================*/

header {
    left: 0px;
    width: auto;
    height: 166px;
}


.banner {
    width: 100%;
    height: 166px;
    filter: blur(2px);
    position: absolute;
    align-items: center;
    background-image: url(../images/banner_submenu.png);
    background-size: cover;

}

.foreground {
    width: 100%;
    height: 166px;
    position: absolute;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.2;

}

nav {
    width: 100%;
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
}


nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
}

nav ul li:last-child::after {
    content: '';
}

nav ul li {
    display: inline;
    font-family: 'ubunturegular', sans-serif;
    font-size: 14px;
    color: #495057;
    letter-spacing: 0px;
}

nav ul li::after {
    content: '/';
    margin-right: 10px;

}

nav ul li a {
    color: #495057;
    text-decoration: none;
    margin-right: 10px;
    display: flex;
}


nav ul li a:hover {
    color: #0071BC;
}

.home {
    display: inline;
    opacity: 1;
    background: url(../images/icon-home.png) no-repeat;
    text-indent: -9999px;
    background-size: 14px;
    padding-left: 13px;
}

.img {
    width: 15px;
    height: 11px;
    display: inline-flex;
}

/*
 .banner-linha {
     top: 106px;
     left: -18.5px;
     width: 546px;
     height: 0px;
     border: 5px solid #FFA524;
     opacity: 1;
         
 }*/


/*=======================================================
                         CABECALHO
 ========================================================*/

.cabecalho {
    display: flex;
    padding: 50px;
    align-items: baseline;
    position: relative;
    letter-spacing: 0px;
    z-index: 1;
}


.cabecalho img {
    width: 191px;
    height: 54px;
    margin-right: 50px;
}


.cabecalho .menu {
    display: flex;
    width: 800px;
    justify-content: space-around;
    position: relative;
    left: 0;
    font-family: 'ubuntumedium', sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #FFFFFF;
    opacity: 1;
}

.cabecalho .menu>li {
    text-align: center;
    letter-spacing: 0px;
    line-height: 22px;
}



.cabecalho .menu>li a {
    text-align: left;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 22px;
}


.cabecalho .menu>li a:hover {
    color: #FFFFFF;
    font-weight: bold;
}



.cabecalho .menu>li>ul {
    position: absolute;
    top: 25px;
    left: 0;
    background: #FFFFFF;
    display: none;
}



.cabecalho .menu>li:hover>ul {
    margin-left: 150px;
    display: block;
    border: 1px solid #F3F3F3;
    border-radius: 3px;
    opacity: 1;
}



.cabecalho .menu>li>ul li {
    /* PAI DO MENU DE LISTAS */
    padding: 2.5px 5px;
    position: relative;
}



.cabecalho .menu>li>ul li a {
    font-family: 'ubunturegular', sans-serif;
    font-size: 14px;
    white-space: nowrap;
    color: #787878;
    width: 190px;
    position: relative;
    display: inline-block;
    letter-spacing: 0px;
    padding-left: 5px;
}



.cabecalho .menu>li>ul li a:hover {
    color: #787878;
    font-weight: bold;
    background-color: #E3F2FD;
    border: none;
}



.cabecalho .menu>li>ul li a.submenu {
    padding-right: 18px;
}



.cabecalho .menu>li>ul li a.submenu::after {
    font-size: 14px;
    content: '>>';
    position: relative;
    right: 0;
    top: 0;
}



.cabecalho .menu>li>ul>li>ul {
    display: none;
    position: relative;
    top: 0;
    left: 100%;
    z-index: 9;
    background: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0.2px 12px;
}



.cabecalho .menu>li>ul>li:hover>ul {
    display: block;
}



.items_menu1 {
    width: 85px;
    align-items: center;
}

.items_menu2 {
    width: 125px;
    align-items: center;
}



/*=======================================================
						Body
========================================================*/


.azul {
    color: #0071BC;
}

.branco {
    color: #FFFFFF;
}

.fundo_white {
    display: flex;
    padding-bottom: 102px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    opacity: 1;
}

.fundo_blue {
    display: flex;
    padding-top: 102px;
    padding-bottom: 102px;
    background: var(--unnamed-color-0071bc) 0% 0% no-repeat padding-box;
    background: #0071BC 0% 0% no-repeat padding-box;
    opacity: 1;
}

.center {
    margin: auto;
    width: 1198px;
}

.caixa_buscas {
    display: flex;
    height: 62px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #F3F3F3;
    border-radius: 3px;
    opacity: 1;
}

.content {
    width: 591px;
    height: 311px;
    background: #005288 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 3px;
    opacity: 1;
}

.alinhamento {
    /*litle_box */
    margin: 0px;
    justify-content: space-between;
}

.upper {
    /*litle_box */
    width: 1198px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;


}

.lower {
    /*litle_box */
    width: 1198px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}

.end {
    /*litle_box */
    width: 1198px;
    margin-bottom: 14px;
    display: flex;
    justify-content: flex-start;
}

.margin_direita {
    margin-right: 18px;
}

.litle_box {
    flex-direction: column;
    width: 387px;
    height: 121px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #F3F3F3;
    border-radius: 3px;
    opacity: 1;
}

.litle_box p {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    font-family: 'ubunturegular', sans-serif;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;

}

#mais {
    display: none;
}

.titulo {
    margin-bottom: 18px;
    top: 1930px;
    font-style: normal;
    text-align: left;
    font-family: 'ubunturegular', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    opacity: 1;
    font-size: 29px;
}




.caixa_buscas {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 21px;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    font-family: 'ubunturegular', sans-serif;
    text-align: left;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.caixa_buscas p {
    font-family: 'ubunturegular', sans-serif;
}

.caixa-destaque {
    display: flex;
    justify-content: space-between;
}

.img_destaques {
    width: 591px;
    height: 126px;
    background: transparent 0% 0% no-repeat padding-box;
    border-radius: 3px 3px 0px 0px;
    opacity: 1;

}

.img_destaques img {
    border-radius: 3px 3px 0px 0px;
    width: 100%;
    height: 100%;
}

.texto_destaques {
    font-family: 'ubunturegular', sans-serif;
    font-size: 17px;
    text-align: left;
    font: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.texto_destaques h2 {
    font-family: 'ubunturegular', sans-serif;
    font: normal;
    font-size: 20px;
    padding-right: 23px;
    padding-left: 23px;
    margin-top: 18px;
    margin-bottom: 13px;
}

.texto_destaques p {
    font: normal;
    font-family: 'ubunturegular', sans-serif;
    font-size:  17px;
}

/*=======================================================
			NOVIDADES!
========================================================*/
.detalhes {
    display: flex;
    margin-left: 36px;
    margin-top: 16px;
}

.produto_novidade,
.data_novidade,
.versao_novidade {

    text-align: left;
    font: normal;
    font-family: 'ubuntufamily', sans-serif;
    color: #707070;
    background: #E9ECEF 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    padding: 4px;
    font-size: 12px;
    margin-right: 10px;
}

.titulo_novidades {
    display: flex;
    margin-left: 36px;
    margin-top: 14px;
    font: normal;
    font-family: 'ubunturegular', sans-serif;
    font-weight: bold;
    color: #0071BC;
    font-size: 14px;

}

.texto_novidades {
    display: flex;
    margin-left: 36px;
    margin-top: 14px;
    text-align: left;
    font-size: 12px;
    font: normal;
    font-family: 'ubunturegular', sans-serif;
    color: #707070;
}

.novidade .sino_destaque{
    display: inline;
}

.sino_destaque {
    width: 23px;
    height: 23px;
    background-image: url(../images/Icone_sino.png);
    background-size: cover;
    float: right;
    margin: -8px 10px 0px 0px;
    display: none;
}

.cor {
    width: 12px;
    height: 119px;
    border-radius: 2px 0px 0px 2px;
    opacity: 1;
    float: left;

}

.azul_claro {
    background-color: #69C3F4;
}

.azul_medio {
    background-color: #0772BA;
}

.azul_escuro {
    background-color: #064671;

}

.vinho {
    background-color: #993221;
}

.vermelho {
    background-color: #E52A28;
}

.laranja {
    background-color: #F0A523;
}

.amarelo {
    background-color: #FAD20F;
}

/*=======================================================
			BOTÃO VOLTAR AO TOPO
========================================================*/
.back-to-top {
    align-items: center;
    display: flex;
    width: 144px;
    height: 36px;
    padding: 5px;
    justify-content: space-evenly;
    background: #005288 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #005288;
    border-radius: 5px;
    opacity: 1;
    position: fixed;
    bottom: 59px;
    right: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top img{
    width: 14px;
    height: 14px;
}

.back-to-top p {
    font-family: 'ubunturegular', sans-serif;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}


/*=======================================================
						FOOTER
========================================================*/





.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 81px;
	background-color: #F1F1F1;
	opacity: 1;
}

.bottom-footer img{
    width: 178px; /*138px*/
     /*height: 40px;*/
}

.copy{
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 14px/16px var(--unnamed-font-family-ubuntu);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-676767);
    text-align: left;
    font: normal normal normal 14px/16px Ubuntu;
    letter-spacing: 0px;
    color: #676767;
    opacity: 1;
}


/*=======================================================
				caixa de produtos?????????????
========================================================*/

.product-item .product-item-content {
    border: 1px solid var(--surface-border);
    border-radius: 3px;
    margin: .3rem;
    text-align: center;
    padding: 2rem 0;
}

.product-item .product-image {
    width: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}