@charset "utf-8";
html, body{
    min-height: 100%;
    min-width: 100%;
    background-color: #FFFFFF;
    margin: 0px;
    width: 100%;
    height: 100%;
}

img, embed, object,video, form{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	max-width: 100%;
}

a[href^=tel] {
	color: inherit; text-decoration: none; 
}
::selection {
    background-color: #40507c;
    color: #fff;
}
::-moz-selection {
 background: #1186c3;
color: #fff;
}

p, h1, h2, h3, h4, h5 , h6{
	margin: 0px;
}
input, textarea, select {
	outline: none;
	resize: none;
}

a.linkgeral:link, a.linkgeral:visited {
    text-decoration: none;
    color: #29a6e1;
}
a.linkmenu:link, a.linkmenu:visited {
	text-decoration: none;
	color: #808285;
	font-family: CambayRegular;
	font-size: 20px;
}
a.linksembarra:link, a.linksembarra:visited {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    font-size: 22px;
    /* [disabled]font-family: ComfortaaBold; */
    color: #0dbfb5;
    margin-bottom: 10px;
    /* [disabled]line-height: 32px; */
}
h2 {
    font-size: 18px;
    font-family: RobotoBold;
    font-weight: bold;
    margin-bottom: 6px;
    color: #29a6e1;
}

h3 {
    color: #40507c;
    font-size: 16px;
    font-family: RobotoBold;
    margin-bottom: 5px;
}
h4 {
    color: #0dbfb5;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: RobotoBold;
    font-weight: normal;
    margin-top: 20px;
}
h5 {
    color: #00B8C7;
    font-size: 24px;
    font-family: ComfortaaBold;
    font-weight: normal;
    margin-bottom: 40px;
    margin-top: 40px;
}
h6 {
    color: #0dbfb5;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: RobotoBold;
    margin-top: 5px;
}
.textoAzul {
    color: #29a6e1;
}
.img_direita {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.img_esquerda {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}


.divclear {
	clear: both;
}
#bt_orcamentos {
    width: 105px;
    height: 105px;
    position: fixed;
    z-index: 9999;
    right: 40px;
    top: 20px;
}



.bt_topo{
    width: 58px;
    height: 58px;
    z-index: 2001;
    position: fixed;
    right: 40px;
    top: 300px;
    display: none
}

#topo {
    min-height: 160px;
    margin-left: auto;
    margin-right: auto;
}
#topo_logo {
    width: 174px;
    height: 48px;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#topo_busca {
    width: 280px;
    height: 50px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.floatinputs_busca {
    float: left;
    margin-right: 10px;
    width: 190px;
}
.input_busca {
    background-color: #eceff0;
    color: #20409a;
    font-size: 15px;
    font-family: RobotoBold;
    outline: none;
    resize: none;
    border: 1px solid #eceff0;
    border-radius: 30px;
    width: 100%;
    height: 42px;
    text-align: center;
}
.campoerro_busca {
    background-color: #eceff0;
    color: #E7224D;
    outline: none;
    resize: none;
    border-left: 1px solid #eceff0;
    border-right: 1px solid #eceff0;
    border-bottom: 1px solid #E7224D;
    border-top: 1px solid #eceff0;
    border-radius: 30px;
    width: 100%;
    height: 42px;
    text-align: center;
    font-family: RobotoBold;
    font-size: 15px;
}

#bt_buscar {
    width: 37px;
    height: 37px;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
#topo_telefones {
    width: 250px;
    height: 50px;
    margin-top: 25px;
    color: #5c5c5c;
    font-family: RobotoBold;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}
#topo_sac {
    width: 108px;
    height: 48px;
    background-image: url(../imgs/ico_atendimento.png);
    background-repeat: no-repeat;
    padding-left: 32px;
    float: left;
}
#topo_vendas {
    width: 100px;
    height: 48px;
    float: left;
}
.topo_divisa {
    background-color: #b7bcd4;
    margin-bottom: 10px;
    clear: both;
    height: 1px;
}


#topo_menu {
    color: #858990;
    font-size: 13px;
    font-family: RobotoBold;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    /* [disabled]display: none; */
    /* [disabled]display: -ms-flexbox; */
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.submenus {
    position: absolute;
    top: 46px;
    left: -40px;
    display: none;
    z-index: 2000;
    line-height: 15;
    font-size: 13px;
    /* [disabled]max-width: 360px; */
    text-align: left;
    min-width: 160px;
    background-color: #FFFFFF;
    border-right: 2px solid #29a6e1;
    border-left: 2px solid #29a6e1;
    border-bottom: 2px solid #29a6e1;
    -webkit-box-shadow: 4px 4px 8px #BBBBBB;
    box-shadow: 4px 4px 8px #BBBBBB;
}
.submenus ul {
    margin-left: -20px;
    list-style-type: none;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 1px;
}
.submenus ul li {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #DBDBDB;
    text-align: left;
    margin-left: -20px;
    line-height: 12px;
    padding-left: 3px;
    padding-right: 3px;
}

.bt_menuabre {
    height: 40px;
    background-color: #FFFFFF;
    /* [disabled]display: none; */
    text-align: center;
}
.bt_menufecha {
	height: 40px;
	background-color: #FFFFFF;
	display: none;
	text-align: center;
}

.bt_menu{
    height: 48px;
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    position: relative;
    /* [disabled]max-width: 110px; */
    text-align: center;
}
.bt_submenu {
    background-image: url(../imgs/menu_setinha.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}


.bt_menu a  {
    color: #858990;
    text-decoration: none;
    height: 38px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
    text-transform: uppercase;
	}
#base_destaques {
    max-height: 350px;
    margin-bottom: 60px;
}

#base_destaques img {
	min-height: 220px;
	object-fit: cover;
	object-position: center top;
}

#seta_anterior {
    width: 48px;
    height: 48px;
    background-image: url(../imgs/seta_esq_branca.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 999;
    cursor: pointer;
    display: none;
}
#seta_proximo {
    width: 48px;
    height: 48px;
    background-image: url(../imgs/seta_dir_branca.png);
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    display: none;
}
#seta_anterior:hover, #seta_proximo:hover {
    opacity: 0.5;
}
#produtos_home {
    margin-left: auto;
    margin-right: auto;
    min-height: 520px;
    color: #838383;
    font-family: RobotoRegular;
    font-size: 13px;
    text-align: center;
    margin-bottom: 60px;
}
.box_produtos {
    width: 250px;
    /* [disabled]min-height: 360px; */
    border: 1px solid #afb5b3;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.box_produtos img {
    margin-bottom: 15px;
}
.bt_saibamais {
    width: 145px;
    height: 34px;
    margin-top: 20px;
    background-color: #0dbfb5;
    text-align: center;
    font-family: RobotoBold;
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 7px;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
#bt_maisprodutos {
    /* [disabled]width: 145px; */
    /* [disabled]height: 45px; */
    background-color: #0dbfb5;
    text-align: center;
    font-family: RobotoBold;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 12px;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    display: table;
}
.bt_downloads {
    /* [disabled]width: 145px; */
    /* [disabled]height: 45px; */
    background-color: #0dbfb5;
    text-align: center;
    font-family: RobotoBold;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 10px;
    border-radius: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: inline-block;
    float: right;
    margin-right: 50px;
    margin-bottom: 15px;
}
#videos_home {
    margin-left: auto;
    margin-right: auto;
    color: #475e6d;
    font-family: RobotoRegular;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    
}
#videos_organiza {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.box_videos {
    width: 230px;
    /* [disabled]min-height: 200px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
#bt_maisvideos {
    /* [disabled]width: 145px; */
    /* [disabled]height: 45px; */
    background-color: #29a6e1;
    text-align: center;
    font-family: RobotoBold;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 12px;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    display: inline-block;
    clear: right;
}

.videos_mostra {
    width: 100%;
    height: 600px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}
.conteudo_interno {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-family: RobotoRegular;
    color: #5F5F5F;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.conteudo_interno ul li {
    list-style-image: url(../imgs/bullet01.png);
    margin-left: -15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.box_noticias {
    border-bottom: 1px dotted #C4C4C4;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.noticia_imagem {
    text-align: center;
    margin-bottom: 20px;
}
.noticia_data {
    font-family: RobotoBold;
    color: #29a6e1;
    font-size: 14px;
}
#produtos_organiza {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    /* [disabled]display: flex; */
    align-items: flex-start;
    width: 100%;
    min-height: 250px;
    vertical-align: top;
}
#div_pedeorcamento {
    margin-top: 30px;
}
.box_txtorcamento {
    min-height: 45px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #BCBBBB;
}













#mapa_localiza {
    position: relative;
    height: 510px;
    margin-top: 50px;
}
.box_contato {
    width: auto;
    /* [disabled]height: 60px; */
    margin-bottom: 30px;
}
.avisos {
    color: #F11E00;
    font-size: 13px;
    line-height: 18px;
}











#base_formcontrato {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 30px;

}

#contato_form {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 500px;
}


.campoerro {
    color: #ed1c24;
    /* [disabled]-webkit-border-radius: 6px; */
    /* [disabled]-moz-border-radius: 6px; */
    font-size: 18px;
    font-family: RobotoRegular;
    resize: none;
    padding: 2px 4px;
    outline: none;
    width: 100%;
    height: 46px;
    background-color: #FFFFFF;
    border: 1px solid #ed1c24;
    border-radius: 10px;
}

.campoerro_textarea {
    color: #ed1c24;
    font-family: RobotoRegular;
    font-size: 18px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    outline: none;
    resize: none;
    height: 120px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ed1c24;
    border-radius: 13px;
}

.campoerro_select {
    color: #ed1c24;
    /* [disabled]-webkit-border-radius: 6px; */
    /* [disabled]-moz-border-radius: 6px; */
    font-size: 18px;
    font-family: DosisRegular;
    resize: none;
    padding: 2px 4px;
    outline: none;
    width: 102%;
    height: 52px;
    border: 1px solid #ed1c24;
    background-color: #f2f0e6;
}
.floattextarea {
    /* [disabled]width: 700px; */
    margin-bottom: 20px;
}
.textareas {
    color: #40507c;
    font-family: RobotoRegular;
    font-size: 18px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    outline: none;
    resize: none;
    height: 120px;
    width: 92%;
    border: 1px solid #C1C1C1;
    background-color: #FFFFFF;
    border-radius: 13px;
}
.selects {
    color: #40507c;
    font-family: RobotoRegular;
    font-size: 18px;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    /* [disabled]padding-bottom: 2px; */
    outline: none;
    resize: none;
    width: 102%;
    height: 52px;
    border: 1px solid #C1C1C1;
    background-color: #FFFFFF;
    border-radius: 13px;
}
.inputs {
    color: #40507c;
    font-family: RobotoRegular;
    font-size: 18px;
    padding: 2px 4px;
    outline: none;
    resize: none;
    width: 100%;
    height: 46px;
    border: 1px solid #C1C1C1;
    background-color: #FFFFFF;
    border-radius: 13px;
}
.inputs_orca {
    color: #40507c;
    font-family: RobotoRegular;
    font-size: 18px;
    padding: 2px 4px;
    outline: none;
    resize: none;
    width: 100%;
    height: 30px;
    border: 1px solid #C1C1C1;
    background-color: #FFFFFF;
    border-radius: 13px;
    text-align: center;
    float: right;
}

.floatinputs {
    /* [disabled]max-width: 300px; */
    /* [disabled]width: 350px; */
    margin-bottom: 15px;
    margin-right: 15px;
}
.floatinputs_orca {
    max-width: 600px;
    width: 500px;
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;
}



#bt_enviar {
    width: 145px;
    height: 46px;
    margin-top: 20px;
    background-color: #29a6e1;
    text-align: center;
    font-family: RobotoBold;
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 12px;
    border-radius: 8px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
#bt_incluir {
    height: 30px;
    background-color: #29a6e1;
    text-align: center;
    font-family: RobotoBold;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 4px;
    border-radius: 8px;
    float: left;
    margin-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.bt_excluir {
    /* [disabled]width: 145px; */
    height: 30px;
    background-color: #29a6e1;
    text-align: center;
    font-family: RobotoBold;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 4px;
    border-radius: 8px;
    float: left;
    margin-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
}
#bt_voltar {
    margin-top: 20px;
    background-color: #29a6e1;
    text-align: center;
    font-family: RobotoBold;
    font-size: 20px;
    display: table;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 10px;
    border-radius: 8px;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
#loading {
    width: 114px;
    height: 46px;
    background-image: url(../imgs/loading.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 10px;
    background-position: 50% 50%;
    display: none;
}
#base_servicos_home {
    /* [disabled]height: 275px; */
    width: auto;
    background-color: #40507c;
    font-family: RobotoBold;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#bservicos_home_conteudo {
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    margin-top: 20px;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.box_servicos_home {
    width: 140px;
    min-height: 180px;
}
.box_servicos_home img {
    margin-bottom: 15px;
}




#saber_mais {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-top: 1px;
}
#saber_mais_texto {
    width: 180px;
    height: 120px;
    color: #40507c;
    font-size: 22px;
    font-family: RobotoBold;
    line-height: 20px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.saber_mais_box {
    width: 135px;
    height: 125px;
    color: #40507c;
    font-size: 16px;
    font-family: RobotoBold;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
    background-color: #f1f3f2;
    border-radius: 120px;
    padding-top: 25px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}
.saber_mais_big {
    font-size: 46px;
    line-height: 40px;
}


.base_curtir {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 70px;
}
#base_marcas {
    /* [disabled]max-width: 1080px; */
    border-top: thin solid #b7bcd4;
    margin-left: auto;
    margin-right: auto;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}
.box_marcas {
    width: 160px;
    height: 65px;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

#base_rodape {
    background-color: #071552;
    width: 100%;
    border-top: 1px solid #99afa3;
    padding-top: 1px;
    padding-bottom: 10px;
    background-image: url(../imgs/rdp_bg.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    color: #848ba9;
    font-family: RobotoRegular;
    font-size: 15px;
    line-height: 18px;
}
#rodape_conteudo {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    margin-top: 35px;
    min-height: 290px;
    padding-left: 5px;
    padding-right: 5px;
}
#rodape_conteudo a {
    color: #848ba9;
    text-decoration: none;

}

.rdp_blocos {
    /* [disabled]width: 230px; */
    margin-left: 10px;
    /* [disabled]min-height: 180px; */
    font-family: RobotoBold;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}
#rdp_endereco {
    background-repeat: no-repeat;
    text-align: center;
}
#rdp_telefones {
    color: #b7bcd4;
    font-family: RobotoBold;
    font-size: 16px;
    margin-top: 30px;
    min-height: 60px;
}
.rdp_tefones {
    float: left;
    min-width: 140px;
    text-align: center;
}
#rdp_form_cadastro {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

#rdp_sociais_base {
    width: 120px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.rdp_sociais {
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
}
.whatsapp {
    padding-top: 3px;
    vertical-align: bottom;
}

#form_cadastro {
    margin-top: 15px;
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    display: block;
}


.floatinputs_email {
    float: left;
    /* [disabled]max-width: 300px; */
    margin-right: 12px;
    width: 180px;
}
.inputs_cadastro {
    color: #FFFFFF;
    font-family: RobotoRegular;
    font-size: 14px;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    width: 100%;
    height: 33px;
    border: 1px solid #565e87;
    background-color: #565e87;
}
#bt_enviar_cad {
    width: 37px;
    height: 37px;
    background-image: url(../imgs/bt_oknews_bg.png);
    float: left;
    background-repeat: no-repeat;
}
#loading_cad {
	width: 94px;
	height: 31px;
	background-image: url(../imgs/ajax-loader.gif);
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.campoerro_cad {
	color: #FF3F00;
	font-family: "SourceSansPro_Regular";
	font-size: 20px;
	padding: 2px 4px;
	outline: none;
	resize: none;
	width: 100%;
	height: 34px;
	border: 1px solid #FF3F00;
	background-color: #FFFFFF;
}
#rdp_iso_cartao {
    width: 120px;
    text-align: center;
}
#rdp_calibra {
    width: 80px;
    float: right;
    text-align: center;
}
.rdp_divisa {
    background-color: #4a4c53;
    margin-top: 50px;
    margin-bottom: 10px;
    clear: both;
    height: 1px;
}
.cert_divisa {
    background-color: #BBBBBB;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
    height: 1px;
}


#texto_legal {
    font-size: 14px;
    margin-top: 5px;
    line-height: 15px;
    min-height: 20px;
    max-width: 550px;
    text-align: center;
}
#assina {
    width: 115px;
    height: 30px;
    background-image: url(../imgs/assina_bg.png);
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.box-cookies.hide {
  display: none !important;
}

.box-cookies {
	position: fixed;
	background: rgba(0, 0, 0, .9);
	width: 100%;
	z-index: 998;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: RobotoRegular;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 25px;
  color: #fff;
  font-size: 18px;
}

.box-cookies .btn-cookies {
	background-color: #29a6e1;
	cursor: pointer;
	align-self: normal;
	outline: none;
	border-style: none;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}