/*---------------------------------------------------------*/
/* PLUGUINS
/*---------------------------------------------------------*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../imagens/colorbox/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../imagens/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../imagens/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../imagens/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../imagens/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../imagens/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../imagens/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../imagens/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../imagens/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../imagens/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../imagens/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../imagens/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../imagens/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../imagens/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}




/*---------------------------------------------------------*/
/* USO GERAL
/*---------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { margin: 0 0 10px 0; padding: 0;}
h2 {font-size: 22px; font-weight: bold;}
h3 {font-size: 18px; font-weight: bold;}

hr {border-bottom: 1px solid #ccc;}

a {
    color: #7f2129;
    text-decoration: none;
    transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -webkit-transition: all .30s ease-in-out;
}
a:hover {color: #253a33; text-decoration: none;}

form {
    display: inline;
}

input,
textarea,
select,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 25px;
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
    color: rgb(1, 84, 37);
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    background: #f9f9f9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background: #e5e5e5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
textarea {
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
input[type="submit"] {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
}

label {margin-bottom: 3px;}
label i {color: red; font-weight: bold;}
label span {font-size: 11px; font-style: italic;}
label span.glyphicon {font-size: 14px; color: rgb(0, 140, 202);}

input.readonly, select.readonly {background-color: #ddd;}

.divide5 { width: 100%; height: 5px; }
.divide10 { width: 100%; height: 10px; }
.divide15 { width: 100%; height: 15px; }
.divide20 { width: 100%; height: 20px; }
.divide25 { width: 100%; height: 25px; }
.divide30 { width: 100%; height: 30px; }
.divide35 { width: 100%; height: 35px; }
.divide40 { width: 100%; height: 40px; }
.divide45 { width: 100%; height: 40px; }
.divide50 { width: 100%; height: 50px; }
.divide55 { width: 100%; height: 55px; }
.divide60 { width: 100%; height: 60px; }
.divide65 { width: 100%; height: 65px; }
.divide70 { width: 100%; height: 70px; }
.divide75 { width: 100%; height: 75px; }
.divide80 { width: 100%; height: 80px; }

.fonte10 {font-size: 10px !important;}
.fonte11 {font-size: 11px !important;}
.fonte12 {font-size: 12px !important;}
.fonte13 {font-size: 13px !important;}
.fonte14 {font-size: 14px !important;}
.fonte15 {font-size: 15px !important;}
.fonte16 {font-size: 16px !important;}

.block {
    display: block;
}

.btn {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 5px 8px;
    background: #253a33;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -webkit-transition: all .30s ease-in-out;
}

.btn:hover {background: #7f2129; color: white;}
.btn:focus {background: #7f2129; color: white;}

.btn-mini {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 3px 6px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -webkit-transition: all .30s ease-in-out;
}

.alert-success, .alert-info, .alert-warning, .alert-danger {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 10px;
}

.alert {
    margin-bottom: -15px;
    margin-top: 15px;
    font-size: 14px;
}

.alert-warning { background-image: url(../imagens/aviso32.png); }
.alert-danger { background-image: url(../imagens/erro32.png); }
.alert-success { background-image: url(../imagens/sucesso32.png); }
.alert-info { background-image: url(../imagens/info32.png); }


.justify { text-align: justify;}

.page-item.active .page-link {
    background-color: #ff8500;
    border-color: #ccc;
}

.page-link {
    color: #555;
}

/*---------------------------------------------------------*/
/* Layout
/*---------------------------------------------------------*/
.peqicone {
    vertical-align: baseline;
    margin-right: 1px;
}

html { position: relative; min-height: 100%; }

body {
    background-color: #fff;
    font-family: 'Fira Sans', sans-serif;
    color: #000; padding: 0;
}

p {font-size: 15px; line-height: 25px;}

.controle_sliders_esquerda {
    position: absolute;
    left: 10px;
    top: 220px;
    background: transparent;
    border: 0;
    font-size: 40px;
    color: white;
    opacity: 0.4;
    cursor: pointer;
}

.controle_sliders_direita {
    position: absolute;
    right: 10px;
    top: 220px;
    background: transparent;
    border: 0;
    font-size: 40px;
    color: white;
    opacity: 0.4;
    cursor: pointer;
}

.tithome1 {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #d21e2b;
    line-height: 200%;
    margin-bottom: 3px;
    padding-top: 50px;
    display: block;
    text-align: center;
}

.tithome2 {
    position: relative;
    font-size: 35px;
    font-weight: 500;
    color: #111;
    line-height: 130%;
    margin-bottom: 10px; text-align: center;
}

.barrasep1 {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 35px;
}

.tithome3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
}

.barrasep2 {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.tithome4 {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 200%;
    margin-bottom: 10px;
}

.tithome5 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 160%;
    margin-bottom: 10px;
}

.barrasep3 {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.tithome6 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
}

.tithome7 {
    
}


.barra-topo {
    background-color: #292929;
    color: white;
    height: 42px;
    padding-top: 12px;
}

.barra-topo i { color: #d21e2b; font-size: 13px; margin-left: 5px;}
.barra-topo i.icones_direita {color: #fff; font-size: 16px; margin-left: 10px;}
.barra-topo p {font-size: 14px; line-height: 20px; font-weight: 500;}

.barra-topo p a {color: white;}
.barra-topo p a:hover {text-decoration: underline;}

.navbar { padding: 20px 0; }

.navbar-nav > li > a {
    padding: 0 16px 0 16px;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.navbar-nav > li > a:last-child {
    padding-right: 0 !important;
}

.img-fundo-home {
    height: 500px; text-align: center; padding: 0;
}

.slidehome1 {
    padding-top: 100px;
}

@media only screen and (max-width: 700px) {
    .slidehome1 {
        padding-top: 35px;
    }
    
    .txt-apresentacao1 {
        padding-left: 55px;
        padding-right: 55px;
        text-align: center !important;
    }
    
    p.hackrapido {
        text-align: center !important;
    }
    
    .txtrodape1 {
        text-align: center !important;
    }
}

.slidehome1img  {
    background: url(../imagens/slider/migros1.jpg);
    height: 500px !important;
}

.slidehome2img  {
    background: url(../imagens/slider/migros2.jpg);
    height: 500px !important;
}

.slidehome3img  {
    background: url(../imagens/slider/migros3.jpg);
    height: 500px !important;
}

.slidehome4img  {
    background: url(../imagens/slider/migros4.jpg);
    height: 500px !important;
}

.slidehome1 h2 {
    font-size: 42px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    color: white;
    text-align: left;
}

@media only screen and (max-width: 700px) {
    .slidehome1 h2 {
        font-size: 24px;
    }
}

.slidehome1 p {
    text-align: left;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.9;
    font-weight: 400;
    max-width: 100%;
    margin-top: 10px;
    word-wrap: break-word;
}

.btn1 {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 25px 13px 25px;
    background: #111;
    color: #fff;
    border-radius: 20px;
    padding: 10px 15px 10px 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.btn1:hover {color: #eee;}

.btn2 {
    background: #d21e2b;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 25px 13px 25px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.vantagens-inicial {
    position: relative;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    margin: 15px 0px;
    padding: 30px 40px 35px 40px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.vantagens-inicial img {
    width: 65px;
}

.vantagens-inicial h3 {
    font-size: 19px;
    font-weight: 500;
    color: #111;
    margin: 25px 0px 15px 0px;
}

.vantagens-inicial p {
    color: #444;
    
}

.form-topo {
    background: rgba(000,000,000,0.6);
    color: white;
    font-weight: 500;
    text-align: left;
    border-radius: 2px;
    padding: 20px 30px;
    margin-top: -55px;
}

.form-topo label span {
    font-size: 10px;
}

.secao-cinza-claro {
    padding: 60px 0 50px 0;
    margin: 50px 0 0 0;
    background-color: #f9f9f9;
}

.secao-cinza-claro p {
        font-size: 16px;
    line-height: 32px;
     color: #333;
}


.secao-fundo-img {
    padding: 50px 0;
    background-color: #444;
}

.secao-fundo-preto {
    padding: 60px 0 50px 0;
    margin: 50px 0 0 0;
    background: url(../imagens/bg2.jpg);
    color: white;
}

.img-vantagens-home {
    width: 13px;
    margin-left: 10px;
}

.vantagens-empre-home {
        position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 20px 0px 20px 0px;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.vantagens-empre-home img {
    width: 70px;
}

.vantagens-empre-home h3 {
        color: #111;
    margin: 15px 0 0 0;
    font-weight: 500;
    font-size: 16px;
}

.vantagens-empre-home p {
    color: #333;
    font-weight: 300;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 22px;
}

.form-home {
        box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    padding: 20px 40px;
}

.form-home label {
    font-weight: 500;
    display: block;
    margin: 0;
}

footer {
        background: #111;
    padding: 30px 0px 5px 0px;
    text-align: center;
    color: white;
}

footer a {
    color: white;
}

footer a i {
        font-size: 12px;
}

.titulos-pagina-fundo {
    padding: 55px 0px 55px 0px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 55px;
}

.titulos-pagina-fundo h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.titulos-pagina-fundo ul li {
    display: inline-block;
}

.titulos-pagina-fundo ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.titulos-pagina-fundo ul li:after {
    content: '⟩';
    color: #fff;
    font-family: 'FontAwesome';
    padding: 0px 10px;
}

.titulos-pagina-fundo ul li:last-child:before {
    content: '';
}

.titulos-pagina-fundo ul li:last-child:after {
    content: '';
}

.sidebarbox {
    background-color: rgba(000,000,000,0.05);
    padding: 20px;
    border-radius: 1px;
    margin-bottom: 20px;
}

.sidebarbox h3 {
        color: #111;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    padding-bottom: 8px;
    border-bottom: 3px solid #d21e2b;
}

.sidebarbox p {
    font-size: 14px;
    line-height: 22px;
}

.sidebarbox p:last-child {
    margin-bottom: 0;
}

.sidebarbox label {
    font-size: 14px;
    margin: 0;
}

.sidebarbox input[type=text] {
    color: #772e33;
    height: 30px;
    margin-bottom: 15px;
}

.h2interno {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 25px;
}

.h2internolinha {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin-bottom: 20px;
}

.titinterno1 {
    style="position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #d21e2b;
    line-height: 160%;
    margin-bottom: 10px;"
}

.titinterno2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
}

.barraint1 {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 20px;
}