﻿
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Semi+Condensed:wght@400;500&family=Bebas+Neue&family=Titillium+Web:wght@600;900&display=swap');

/*use fonts*/
/*font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Titillium Web', sans-serif;
    font-family: 'Anton', sans-serif;
    font-family: 'Bebas Neue', cursive;
*/
.col-md-full {
    float: left;
    position: relative;
    width: 100%;
}

img {
    float: left;
}

* {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    list-style: none;
    font-weight: normal;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin: 0;
    box-sizing: border-box;
}

p {
    font-size: 15px;
}

a, input[type=submit] {
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

    a:hover, input[type=submit] {
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }

p, a {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.carregando_produtos {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9) url("../imagens/loader.gif") no-repeat scroll center center;
    background-size: 80px auto;
    z-index: 1100;
}

.center {
    width: 100%;
    margin: auto;
    display: table;
    padding: 0 10px;
}

.content_center {
    float: none !important;
    margin: auto;
    display: table;
}

/*#region DIVS E TAMANHOS */

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-full, .coluna-1, .coluna-2, .coluna-3, .coluna-4, .coluna-5, .coluna-6 {
    float: left;
    position: relative;
}

.col-md-1 {
    width: 73%;
    margin-left: 2%;
}

.coluna-1 {
    width: 75%;
}

.col-md-2 {
    width: 48%;
    margin-left: 2%;
}

.coluna-2 {
    width: 50%;
}

.col-md-3 {
    width: 31%;
    margin-left: 2%;
}

.coluna-3 {
    width: 33%;
}


.col-md-4 {
    width: 23%;
    margin-left: 2%;
}

.coluna-4 {
    width: 25%;
}

.col-md-5 {
    width: 18%;
    margin-left: 2%;
}

.coluna-5 {
    width: 20%;
}

.col-md-6 {
    width: 14.50%;
    margin-left: 2%;
}

.coluna-6 {
    width: 16.50%;
}

.col-md-full {
    width: 100%;
}


/*#endregion */

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
    letter-spacing: 0px;
}

.centralizar_obj{
    float:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    display:table !important;
}

section h3 {
    font-family: 'Bebas Neue', cursive;
    font-size:40px;
    color:#333;
    float:left;

}
    section h3 span {
        color: #156c37;
        font-family: 'Bebas Neue', cursive;
    }
    html {
    overflow-x: hidden;
}


.container-fluid, .row {
    width: 100%;
    margin: 0;
    padding: 0;
}

html, form, body, #tudo {
    height: 100%;
    min-height: 100%;
}

body {
    /*background:url(../imagens/bgfundo.jpg) no-repeat;
    background-size:100% auto;*/
}

/*#region lei dos cookies */
.freeprivacypolicy-com---nb-headline{
    position:fixed;
}
/*#endregion */
html, body {
    height: 100%;
}

* html #tudo {
    height: 100%; /* hack para IE6 que trata height como min-height */
    position: relative;
}
/*ENTRADA*/
html form#form2 {
    /*min-height: 100%;
    background-image: url(../imagens/bg_fundo.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center left;
    background-color: #333;
    height: 100%;*/
}




#tudo {
    /*background-color: rgba(0,0,0,0.6);*/
    width: 100%;
    position: relative;
}

section, footer {
    height: auto;
    padding: 50px 0;
}
/*#region TÍTULOS */

.uppercase {
    text-transform: uppercase !important;
}

.texto_azul {
    color: #45dbfb !important;
}

.texto_vermelho {
    color: #ee3312 !important;
}

.texto_branco {
    color: #ffffff !important;
}

.texto_laranja {
    color: #f4ba31 !important;
}

.texto_amarelo {
    color: #f5fe6f !important;
}
.texto_verde {
    color: #376a19 !important;
}

.btn_padrao {
    font-family: 'Bebas Neue', cursive;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    background-color: #fff;
    color: #104e5d;
    font-weight: 400;
    float: left;
    font-size: 18px;
    border-radius: 5px;
    border-left: 8px solid #ffcf2d;
}
a.btn_padrao:hover {
        color:#fff;
        background-color:#104e5d;
    }

section h3 {
    font-size: 55px;
    color:#cda823;
    line-height:52px;
}


.sublinhado {
    text-decoration: underline !important;
}

.negrito {
    font-weight: bold !important;
}

.negrito_baixo {
    font-weight: 500 !important;
}

.semborda_top {
    margin-top: 0 !important;
}

.semborda_dir {
    margin-right: 0 !important;
}

.semborda_baixo {
    margin-bottom: 0 !important;
}

.semborda_esq {
    margin-left: 0 !important;
}

.fixo_topo {
    position: fixed;
    top: 0px;
}

.campo_certo {
    /*background: #fff url(../imagens/addsucesso_carrinhohome.png) no-repeat left center;*/
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    color: #27aa31;
    width: 89%;
    background-color:#fff;
    border: 2px solid #27aa31;
    float: left;
    margin-top: 10px;
}

.campo_errado {
    border-color: #e63d3d;
    color: #e63d3d;
}

/*#region menu responsivo */


.menu-responsivo {
    display: none;
    position: absolute !important;
    top: 63px;
    right: 10px;
    width: 130px !important;
}

    .menu-responsivo .btn-mobile {
        padding: 5px !important;
    }

.fixed .menu-responsivo {
    top: 15px;
}
/*Entra no Responsivo*/
/*1280PX BREAKPOINT*/
@media (max-width:767px) {
    .menu-responsivo {
        display: block;
    }

        .menu-responsivo .controla-menu {
            display: block;
        }

        .menu-responsivo .btn-mobile {
            display: none;
        }

        .menu-responsivo li {
            width: auto;
        }

        .menu-responsivo a {
            border-bottom: 0;
        }
}
/*#endregion */
