/* -------------------------------------
Filename:         custom.css
Description:      Css Global
Author:           Fabiane Almeida
Company:          Bruc Internet
Website:          http://www.xxxxxxxxxx.com.br/


COLORS
Vermelho:   red
Cinza claro:    #eaedef
Cinza Azulado:    #5d8487
Azul:           #2d75b8;


INDEX
1.FONTS & BODY: 21
2.HEADER:     34
3.FOOTER:     40
4.SIDEBAR:    46
5.INDEX:    52
-------------------------------------*/


/* -------------------------------------------*/
/* >>>>>>>>>>>>> FONTS & BODY<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------*/
@font-face {
  font-family: "lato-regular";
  src: url("../fonts/lato-regular-webfont.eot") format("eot"),url("../fonts/lato-regular-webfont.woff") format("woff"),url("../fonts/lato-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "lato-light";
  src: url("../fonts/lato-light-webfont.eot") format("eot"),url("../fonts/lato-light-webfont.woff") format("woff"),url("../fonts/lato-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "lato-bold";
  src: url("../fonts/lato-bold-webfont.eot") format("eot"),url("../fonts/lato-bold-webfont.woff") format("woff"),url("../fonts/lato-bold-webfont.ttf") format("truetype");
}


@import url(http://db.onlinewebfonts.com/c/2a983dffa9398259735dbf3fb8030243?family=GrafolitaScriptW01-Medium);

@font-face {font-family: "GrafolitaScriptW01-Medium";
    src: url("http://db.onlinewebfonts.com/t/2a983dffa9398259735dbf3fb8030243.eot");
    src: url("http://db.onlinewebfonts.com/t/2a983dffa9398259735dbf3fb8030243.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/2a983dffa9398259735dbf3fb8030243.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/2a983dffa9398259735dbf3fb8030243.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/2a983dffa9398259735dbf3fb8030243.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/2a983dffa9398259735dbf3fb8030243.svg#GrafolitaScriptW01-Medium") format("svg");
}

@import url(http://db.onlinewebfonts.com/c/b07336edd51ad23a111f640c5046e50a?family=FertigoW01-Regular);

@font-face {font-family: "Fertigo";
    src: url("http://db.onlinewebfonts.com/t/b07336edd51ad23a111f640c5046e50a.eot");
    src: url("http://db.onlinewebfonts.com/t/b07336edd51ad23a111f640c5046e50a.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/b07336edd51ad23a111f640c5046e50a.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/b07336edd51ad23a111f640c5046e50a.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/b07336edd51ad23a111f640c5046e50a.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/b07336edd51ad23a111f640c5046e50a.svg#FertigoW01-Regular") format("svg");
}


/*Marcador de tamanho reponsivo*/
#pointer{width: 20px; height: 20px; background-color: #ccc; z-index: 100; position: fixed; top: 0; text-align: center}

.bold {font-weight: 700!important;}
.light {font-weight: 300!important;}
.regular {font-weight: 400!important;}
.semibold {font-weight: 500!important;}

body{background: #fff; font-family:"HelveticaHvCn" !important; font-size: 10px; font-smooth: always; -webkit-font-smoothing : antialiased;}

h1,h2,h3,h4,h5,h6,p{font-family:"HelveticaHvCn"}
h1,h2,h3,h4,h5,h6,p{color: white}

h1 {font-size: 3rem; font-weight: normal;}
h1.uLine{width:1rem; display: block;}
h2 {font-size: 1.9rem;}
h3 {font-size: 1.5rem; font-weight: bold;}
h4 {font-size: 1.5rem;}
h5 {font-size: 1.4rem;}
h6 {font-size: 1.3rem;}
p, label {font-size: 1.4rem; color: gray}

.txtRed{color: red !important}
.txtGray{color: gray !important}
.txtWhite{color: #fff !important}

.txtxs {font-size: .8rem !important;}
.txtsm {font-size: 1.2rem !important;}
.txtmd {font-size: 1.4rem !important;}
.txtlg {font-size: 1.5rem !important;}
.txtxl {font-size: 1.6rem !important;}
.txtxxl {font-size: 1.8rem !important;}

strong{font-weight: 700;}

a, a:visited{color:inherit;}
a:active, a:hover{ color:inherit; text-decoration: underline;}


hr{border-bottom:1px solid red; margin: 0 !important}

.txtCenter {text-align: center !important}
.txtRight {text-align: right !important}
.txtLeft {text-align: left !important}
.txtJustificado{text-align: justify;}

.left{float: left !important;}
.right{float: right !important;}

.none {display: none;}
.db{display: block;}
.oh{overflow: hidden;}
.tbCell{display: table-cell; vertical-align: middle;}

.bd{border: 1px dashed #000;}
.bdw{border: 1px dashed #fff;}


.pLeft3 {padding-left: .3rem !important;}
.pRight3 {padding-right: .3rem !important;}

.pTop5 {padding-top: .5rem !important;}
.pBot5 {padding-bottom: .5rem !important;}
.pLeft5 {padding-left: .5rem !important;}
.pRight5 {padding-right: .5rem !important;}
.mTop5 {margin-top: .5rem !important;}
.mBot5 {margin-bottom: .5rem !important;}
.mLeft5 {margin-left: .5rem !important;}
.mRight5 {margin-right: .5rem !important;}

.pTop10 {padding-top: 1rem !important;}
.pBot10 {padding-bottom: 1rem !important;}
.pLeft10 {padding-left: 1rem !important;}
.pRight10 {padding-right: 1rem !important;}
.mTo#parte10 {margin-top: 1rem !important;}
.mBot10 {margin-bottom: 1rem !important;}
.mLeft10 {margin-left: 1rem !important;}
.mRight10 {margin-right: 1rem !important;}

.pTop15 {padding-top: 1.5rem !important;}
.pBot15 {padding-bottom: 1.5rem !important;}
.pLeft15 {padding-left: 1.5rem !important;}
.pRight15 {padding-right: 1.5rem !important;}
.mTop15 {margin-top: 1.5rem !important;}
.mBot15 {margin-bottom: 1.5rem !important;}
.mLeft15 {margin-left: 1.5rem !important;}
.mRight15 {margin-right: 1.5rem !important;}

.pTop20 {padding-top: 2rem !important;}
.pBot20 {padding-bottom: 2rem !important;}
.pLeft20 {padding-left: 2rem !important;}
.pRight20 {padding-right: 2rem !important;}
.mTop20 {margin-top: 2rem !important;}
.mBot20 {margin-bottom: 2rem !important;}
.mLeft20 {margin-left: 2rem !important;}
.mRight20 {margin-right: 2rem !important;}



.mLeft22 {margin-left: 3.2rem !important;}

.pTop30 {padding-top: 3rem !important;}
.pBot30 {padding-bottom: 3rem !important;}
.pLeft30 {padding-left: 3rem !important;}
.pRight30 {padding-right: 3rem !important;}
.mTop30 {margin-top: 3rem !important;}
.mBot30 {margin-bottom: 3rem !important;}
.mLeft30 {margin-left: 3rem !important;}
.mRight30 {margin-right: 3rem !important;}


.pTop40 {padding-top: 4rem !important;}
.pBot40 {padding-bottom: 4rem !important;}
.pLeft40 {padding-left: 4rem !important;}
.pRight40 {padding-right: 4rem !important;}
.mTop40 {margin-top: 4rem !important;}
.mBot40 {margin-bottom: 4rem !important;}
.mLeft40 {margin-left: 4rem !important;}
.mRight40 {margin-right: 4rem !important;}

.mTop55 {margin-top: 5.5rem !important;}
.mBot55 {margin-bottom: 5.5rem !important;}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nolpadding {
   padding-left: 0 !important;
   margin-left: 0 !important;
}
.norpadding{
  padding-right: 0 !important; 
  margin-right: 0 !important;
}
.notpadding{
  padding-top: 0 !important; 
  margin-top: 0 !important;
}




.breadcrumb, .breadcrumb a{font-size: 100%; color: red !important; font-family: "HelveticaHvCn";padding: 35px 0 0 0; background: none !important; font-size: 110%}

.apontador
{
  background: #ff0000;
}
/* ------------------------------------*/
/* >>>>>>>>>>>>> MENU <<<<<<<<<<<<<<-*/
/* ------------------------------------*/

header
{
  background-color: black;
  padding: 15px 0 15px 0; 
}

/* MENU - CONFIGURAÇÕES PADRÃO*/
/*.nav
{
  padding: 15px;
}*/

.navbar-default
{
  background: transparent!important;
  color: white;
  border: none!important;
  margin:0;
}

.nav-justified>li>span a,
.nav-justified>li>span a:hover,
.navbar-nav>li a,
.navbar-nav>li a:hover,
.list-inline>li,
.list-inline>li a,
.list-group
{
  font-family: 'Roboto', sans-serif;
  color: #fff!important;
  font-weight: 300;
  /*height: 38px;*/
  text-decoration: none;
}


.list-group, .list-group a
{
  list-style-type: none;
  text-decoration: none;
  margin-left: 0;
  margin-bottom: 10px;
}

.list-group li
{
  margin-left:0;
}

.list-inline>li:first-child, .list-inline
{
  margin-left: 0;
}

/*MENU - HOVER QUANDO TÁ MAIOR QUE MS*/
.nav-justified>li>span a:hover, 
{
  text-decoration: none;
  /*border-bottom: solid 1px white;*/
  padding-bottom: 2px;
}

footer a:hover
{
  text-decoration: none;
  color: white;
}


.navbar-nav>.active>a
{background-color:  #fff!important;
color: a67448!important;}



/*MENU - TOGGLE (MENU PEQUENO) PADRÃO */
.navbar-default .navbar-toggle
{
  border: none;
  background-color: #cea993; /* laranjinha */
  border-radius: 0;
  color: black!important; 
  margin-top: 3rem;
}

/*MENU - TOGGLE (MENU PEQUENO) ICONES */
.navbar-default .navbar-toggle .icon-bar
{
  background-color:#fff!important;
}


/*MENU - TOGGLE (MENU PEQUENO) hHOVER */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
  background-color: #cea993; /* vermelhito */
  opacity: 0.7;
}


.navbar-default .navbar-collapse
{
  border:none;
}


.navbar-collapse
{
  padding-left: 0;
}

.teste
{
    background: #d5c1b5;
    border-radius: 20px;
    height: auto;
    padding: 20px;
    color: #fff;
}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td 
{
  border-bottom: solid 1px #fff;
  border-top:0;
  background: url(../img/fundo-tabela.png);
}




/* ------------------------------------*/
/* >>>>>>>>>>>>> MAIN <<<<<<<<<<<<<<-*/
/* ------------------------------------*/


/*-------------------------------*/

#parte1 
{
  background-color:#004c82;
  background: url(../img/fundoparte1.png) 50% 0 fixed!important;
  position: relative;   
  color: white;
}

#parte2 
{
  background-color:#004c82;
  background: url(../img/fundoparte2.png) 50% 0 fixed!important;
  position: relative;   
  color: white;
}

#parte3
{
  background-color:#004c82;
  background: url(../img/fundoparte5.png) 50% 0 fixed!important;
  position: relative;   
  color: white;
}

#parte4
{
  background-color:#004c82;
  background: url(../img/fundoparte4.png) 50% 0 fixed!important;
  position: relative;   
}

#parte5
{
  background-color:#004c82;
  background: url(../img/fundoparte7.png) 50% 0 fixed!important;
  position: relative;   
  color: white;
}

#parte6
{
  background-color:#004c82;
  background: url(../img/fundoparte6.png) 50% 0 fixed!important;
  position: relative;   
  color: white;
}


.cursiva
{
  font-family: 'Cookie';
  color: white;
}


.serifada
{
  font-family: 'Roboto Slab', serif!important;
  color: white;
}


.sem-serifa
{
  font-family: 'Lato', sans-serif;
  color:white;
  font-weight: 300;
}

.handwritten
{

  font-family: 'Handlee', sans-serif;
  color:white;
  font-weight: 300;  
}

.maiuscula
{
  text-transform: uppercase;
  font-weight: 400;
}

.minuscula
{
  text-transform: lowercase;
  font-weight: 300;
}

.underline
{
  text-decoration: underline;
}

.borda-esquerda
{
  border-left: solid 1px #fff;
}


.form-control
{
  border-radius: 0;
  margin-top: 0;
  border: none;

  background-color: rgba(255, 255, 255, 0.6);
}
.form-control.error {
    border: 1px solid red !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 0, 0, 0.6) !important;
}
textarea:focus, input:focus{
    outline: none;

}

input, textarea{
  border-radius:0 10px 10px 10px !important;
}

textarea
{
  resize: none
}

.form-control:focus
{

    outline: 0;
    -webkit-box-shadow: 0px 0px 5px #c19275;
    box-shadow: 0px 0px 5px #c19275;

}

input, option, #exampleSelect1, textarea
{
  border-color: #fff;
  font: 12px 'Lato';
  color: #b09482!important;

}


footer
{
  background-image: url('../img/fundofooter.png');
  margin-bottom: 0;
  color: #fff;
}

.pequeno
{
  font-size: 1rem;
}

.radio
{
  margin-top: 0;
}

.float-left
{
  float: left;
}

.float-clear
{
  clear: both;
}

::-webkit-input-placeholder {
   font: 12px 'Lato';

   color: #b09482!important;
}

:-moz-placeholder {
   font: 12px 'Lato', arial, sans-serif;
}

::-moz-placeholder { 
   font: 12px 'Lato', arial, sans-serif;
}

:-ms-input-placeholder {  
   font: 12px 'Lato', arial, sans-serif;
}


/*Map*/
#map_canvas, #map_canvas_centro, #map_canvas_batel {
  width: 100%;
  height: 416px;
  margin-bottom: 0px !important; 
  padding-bottom: 0;
}

hr
{
  margin-left: 15px!important;
  margin-right: 15px!important;
  border-bottom: none!important;
}

.glow
{
    box-shadow: 0px 0px 5px #fff;
}

/*--------------------------------------------- Effect 8 ---------------------------------------------------------*/
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 0em;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}


.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}

.hi-icon:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}



/*.hi-icon-effect-8 .hi-icon {
  background: rgba(255,255,255,0.5);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
*/

.hi-icon-effect-8 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255,281,86,0.8);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
  background: rgba(255,281,86,0.8);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;

}


/* Effect 2 */
.hi-icon-effect-2 .hi-icon {
  color: #eea303;
  box-shadow: 0 0 0 3px #ffc956;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
    cursor: default;
}

.hi-icon-effect-2 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #ffc956;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a */
.hi-icon-effect-2a .hi-icon:hover {
  color: #eea303;
}

.hi-icon-effect-2a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}




.hi-icon-historia-tamanho{
  width: 158px;
  height: 158px;
  left: 50%;
}



.hi-icon-franqueado-tamanho{
  width: 120px;
  height: 120px;
  /*margin-left: 50%;*/
}

.hi-icon-franqueado-tamanho2{
  width: 90px;
  height: 90px;
}

.hi-icon-franqueado-1:before {
  content: '1';
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #ff856c;
}

.hi-icon-franqueado-2:before {
  content: '2';
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #ff856c;
}

.hi-icon-franqueado-3:before {
  content: '3';
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #ff856c;
}

.hi-icon-franqueado-4:before {
  content: '4';
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #ff856c;
}

.hi-icon-franqueado-5:before {
  content: '5';
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #ff856c;
}


.hi-icon-franqueado-6:before {
  content: '6';
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #ff856c;
}


.hi-icon-franqueado-7:before {
  content: '7';
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #ff856c;
}


.hi-icon-historia:before {

  content: url('../img/icon-historia.svg');
}


.hi-icon-implantacao:before {

  content: url('../img/icon-implantacao.svg');
}

.hi-icon-visao:before {
  content: url('../img/icon-visao.png');
}

/*EFEITO DE ZOOM */
.fora-zoom {
    background: transparent;
    margin: 0;
}

.fora-zoom-pequeno
{
    width: 110px;
    height: 76px;
}


.fora-zoom-grande
{
    width: 238px;
    height: 122px;
}



.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image:hover img {
    -webkit-transform:scale(0.90); /* Safari and Chrome */
    -moz-transform:scale(0.25); /* Firefox */
    -ms-transform:scale(0.25); /* IE 9 */
    -o-transform:scale(0.25); /* Opera */
     transform:scale(0.90);
}

.marronzinho
{
  background:#cea993!important;
}


.list-group-item:first-child
{
  border-top-right-radius: 0;
}

.list-group-item
{
  background-color: transparent; 
  border: none;
}
/* -------------------------------------*/
/* >>>>>>>>>>>>> MEDIA QUERIES <<<<<<<<-*/
/* -------------------------------------*/


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}






@media only screen and (min-width : 275px) {
  #pointer{background-color: yellow;}
  #pointer:after{content: "XS"; color: #000}

  .navbar-nav>li a,
  .navbar-nav>li a:hover
  {
    font-size: 1.35rem;
  }


/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 1 XS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

  #parte1 
  {
    height:auto;
  } 


  #sobe
  {
    width: 45px; 
    height: 45px; 
    background-color: #ba9175; 
    border-radius: 40px; 
    z-index: 100; 
    position: fixed; 
    bottom: 2rem; 
    right: 2rem; 
    text-align: center; 
    color: #fff; 
    font-size: 3rem;
    padding-top: 0;
  }


  .mTopParte1
  {
    margin-top: 7rem;
  }  
  
  .mBotParte1
  {
    margin-bottom: 7rem; 
  }

  .pBotParte1
  {
    padding-bottom: 14.2rem; 
  }

  .efeito-sombra
  {
    color: white!important;
    text-shadow: #000 1px 2px 5px;

  }


  #parte1 ul li, ul, li
  {
    display: inline;
  }

  #parte1 h2
  {
    font-size: 2rem;
  }


  #parte1 h1
  {

    color:white;
    font-size:6rem;
    margin-top: -30px;
  }

  #parte1 p, .historia p, ul, li, .oferecemos p, .franqueado p, .contato p
  {
    font-weight: 400;
    font-size: 1.37rem;
    margin-left:  15px;
    margin-right:  15px;
    color: white;
  }

  footer ul, footer li
  {
    margin: 0;
  }
  .contato 
  {
    text-transform: italic;
  }

  .contato .hvr-underline-from-left:before 
  {
    
    background: #ce5f44!important;
  }


  .contato a
  {
    color: #ce5f44;
  }

  .contato a:hover
  {
    text-decoration: none;
  }

  .historia p, .franqueado p, .contato p
  {
    color: #a47556;
    margin: 0!important;
  }

  .seta-mae
  {
    display:none;
  }

  .altura
  {
    height: auto;  
  }

  /* unvisited link */
  .seta-mae a:link {
      color: white;
      text-decoration: none;
  }

  /* visited link */
  .seta-mae a:visited {
      color: white;
      text-decoration: none;
  }

  /* mouse over link */
  .seta-mae a:hover {
      color: white;
      text-decoration: none;
  }

  /* selected link */
  .seta-mae a:active {
      color: white;
      text-decoration: none;
  }

  .navbar-right
  {
    margin-top: 0;
  }

/*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 2 XS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

  #parte2
  {
    height: auto;
  }


  .historia h4 
  {
    font-size:3.2rem;
    font-weight: 100;
    margin-left: 0px;
  }

  .historia h3,  .franqueado h3,   .contato h3 
  {
    font-size: 2.7rem;
    border-bottom: solid 2px;
    padding-bottom: 10px;
  }

  .contato h3 
  {
    margin-top: 0!important;
  }

  .verde
  {
    color: #29b995;
    border-color: #29b995;
  }

  .bd-none
  {
    border:none!important;
  }

  .verde-escuro
  {
    color: #5e7009;
  }
  
  .amarelo
  {
    color: #df9b42;
    border-color: #df9b42;
  }
  

  .branco
  {
    color:#fff!important;
    border-color: #fff;
  }


  .azul
  {
    color: #54b5be;
    border-color: #54b5be;
  }

  .laranja
  {
    color:#ff6949;
    border-color: #ff6949;
  }
  
  .rosa
  {
    color: #f26262;
    border-color: #f26262;
  }

  .rosa-escuro
  {
    color: #da5467;
    border-color: #da5467;
  }
  
  .roxo
  {
    color: #8b6cbe;
    border-color: #8b6cbe;
  }

  .historia h1
  {

    color: #f26262;
    font-size:7rem;

  }

  .facebook
  {
    color: #3b5998;
  }

  .facebook:hover, .twitter:hover, .insta:hover
  {
    opacity: 0.7;
  }

  .twitter
  {
    color: #2aa9e0;
  }

  .insta
  {
    color: #000;
  }
  .historia li
  {
    list-style-position:inside;
    margin-left: -15px!important;
    padding-left: -15px!important;
  }

 
/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 3 XS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/ 

  #parte3
  {
    height: auto;
  }


  .oferecemos h4 
  {
    font-size:3.2rem;
    font-weight: 100;
  }

  .oferecemos h2,  .franqueado h2
  {
    font-size: 2rem;
  }

  .franqueado h2
  {
    color: #5e7009;
  }

  .oferecemos h1
  {

    color: white;
    font-size: 7rem;
    margin-top: -35px;

  }

  .oferecemos-margem-top
  {
    margin-top: 2rem;
  }


/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 4 XS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/ 
  #parte4
  {
    height: auto;
  }


  .franqueado button
  {
    background-color: #2db4c0;
    opacity: 1;
    cursor: default;
    color: #fff;
    text-transform: lowercase;
    padding: 8px;
    margin-left: 0;
  }

  .franqueado button:hover
  {
    background-color: #2db4c0;
    opacity: 1;
    cursor: default;
  }


  .franqueado h4 
  {
    font-size:3.2rem;
    font-weight: 100;
  }


  .franqueado h1
  {

    color: #8fab0d;
    font-size: 7rem;
    margin-top: -35px;

  }
 

  .franqueado li
  {
    font-size: 1.3rem;
    color: #b69170!important;
    font-weight: 400!important;
  }

  .hi-icon-franqueado-1:before,
  .hi-icon-franqueado-2:before,
  .hi-icon-franqueado-3:before,
  .hi-icon-franqueado-4:before,
  .hi-icon-franqueado-5:before,
  .hi-icon-franqueado-6:before,
  .hi-icon-franqueado-7:before, {
  margin-top: 0;
  }


  .mTopM71
  {
    margin-top: 7.1rem;
  }

/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 5 XS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

  #parte5
  {
    height: auto;
  }

  .valores h3 
  {
    color:white;
    font-size:1.9rem;
    font-weight: 100;
    margin-left: 9px;
  }

  .valores h4 
  {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0;
  }

  .valores h2
  {
    margin-top: 0;
    font-size: 3.4rem;
  }


  .valores h1
  {
    color:white;
    font-size:4.3rem;
    margin-top: -20px;
    margin-left: -5px;
  }

  .valores li
  {
    list-style-position:inside;
    margin-left: -15px!important;
    padding-left: -15px!important;
  }


/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 6 XS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

  #parte6
  {
    height: auto;
  }

  .contato h4 
  {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 0;
  }

  .contato h2
  {
    margin-top: 0;
    font-size: 3.4rem;
  }


  .contato h1
  {
    color: #ce5f44;
    font-size:7rem;
  }

  .contato li
  {
    list-style-position:inside;
    margin-left: -15px!important;
    padding-left: -15px!important;
  }

  .form-control
  {
    margin-left: 0;
    margin-right: 0;
  }

  .radio-inline input[type="radio"]
  {
    margin-left: -20px;
  }

  footer .circle2
  {
    background-color: #fff!important;
  }

  button
  {
    margin-left: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #c19275;
    border: none;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1.3rem;
    padding: 5px;
    text-transform: uppercase;
  }

  button:hover
  {
    background-color: rgba(255, 255, 255, 1);
  }

  .circle 
  {
    width: 10px;
    height: 10px;
    /*background: #d4bda8;*/
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
  }

  .circle2
  {
    width: 5px;
    height: 5px;
    /*background: #d4bda8;*/
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
  }

  .contato button
  {
    background: #fff;
    opacity: 1;
    font-family: 'Roboto Slab';
    font-weight: 600;
    padding: 7px 15px 7px 15px;
    border-radius: 30px;
    color: #d6c2b5;
    font-size: 15px;
    margin-left: 15px;
  }
  .contato button:hover
  {
    background: #fff;
    opacity: 0.7;
  }

   .mTopEspaço
 {
  margin-top: 7.5rem;
 }


}

/* Extra Small Devices, Phones - MS*/ 
@media only screen and (min-width : 480px) {
  #pointer{background-color: green; content: "MS";}
  #pointer:after{content: "MS";color: #fff}



/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 1 MS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

  #parte1 
  {
    height: auto; 
  } 

  .mTopParte1
  {
    margin-top: 7rem;
  }  


  #sobe
  {
    width: 45px; 
    height: 45px;  
    border-radius: 40px; 
    z-index: 100; 
    position: fixed; 
    bottom: 2rem; 
    right: 2rem; 
    text-align: center; 
    color: #fff; 
    font-size: 3rem;
    padding-top: 0;
  }


  .mBotParte1
  {
    margin-bottom: 7rem; 
  }

  #parte1  h2
  {
    font-size: 3rem;
  }




  #parte1 h1
  {
    color:white;
    font-size:10.2rem;
    margin-top: -47px;
  }

  #parte1 p
  {
    font-weight: 300;
    font-size: 1.55rem;
    margin-left:  30px;
    margin-right:  15px;
  }

  .seta-mae, .seta-mae p
  {
    display:block;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1rem!important;
  }
/*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 2 MS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


  .historia h1
  {

    color:#f26262;
    font-size:7.2rem;
  }

  .historia p, ul, li, .oferecemos p, .franqueado p, .contato p
  {
    font-size: 1.37rem;
    /*margin-left:  15px;
    margin-right:  15px;*/
  }

/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 3 MS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/



  .oferecemos  h2, .franqueado h2
  {
    font-size: 3rem;

  }
  .oferecemos h1
  {

    color:white;
    font-size:7.2rem;
    margin-top: -31px;
  }



/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 4 MS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

 .franqueado h3
  {
    font-size:2.3rem;
    font-weight: 100;
  }

  .franqueado h4 
  {
    font-size:3.2rem;
    font-weight: 100;
  }


  .franqueado h1
  {
    font-size: 7.2rem;
    margin-top: -35px;

  }



  .mTopM71
  {
    margin-top: 7.1rem;
  }




/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 5 MS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

 .valores h3 
  {
    color:white;
    font-size:2.3rem;
    font-weight: 100;
    margin-left: 45px;

  }

  .valores h4 
  {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0;
  }

  .valores h2
  {
    margin-top: 0;
    font-size: 3.7rem;
  }

  .valores h1
  {

    color: white;
    font-size: 6.8rem;
    margin-top: -30px;
    margin-left: 0;

  }
  .valores p
  {
    font-size: 1.37rem;
  }

/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 6 MS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


  .contato h4 
  {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 0;
  }

  .contato h2
  {
    margin-top: 0;
    font-size: 3.7rem;
  }

  .contato h1
  {
    font-size: 6.8rem;


  }



}


/* Small Devices, Tablets - SM */
@media only screen and (min-width : 768px) {
  #pointer{background-color: purple;}
  #pointer:after{content: "SM";}



/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 1 SM<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
  .altura-coluna 
  {
    min-height: 100px; 
    max-height:500px;   
    padding-left: -15px!important;
    padding-right: -15px!important;  
  } 

  .altura
  {
    height: 40px;  
  }



  #sobe
  {
    width: 40px; 
    height: 40px; 
    border-radius: 40px; 
    z-index: 100; 
    position: fixed; 
    bottom: 2rem; 
    right: 2rem; 
    text-align: center; 
    color: #fff; 
    font-size: 2.7rem;
  }


  .alt-280
  {
    height:280px;     
  }

  .alt-250
  {
    height:250px; 
  }

  .borda-inferior
  {
    border-bottom: solid 1px white;
    padding-left: -15px!important;
    padding-right: -15px!important;
    border-image: url(../img/borda.png) 1 round;
    border-top:0!important;
    border-left:0;
    border-right:0;
  }


  #parte1 
  {
    height: 100vh;
  } 

  .mTopParte1
  {
    margin-top: 9.5rem;
  }  

  .mTopParte1Seta
  {
    margin-top: 20%;
  } 
    
   .mBotParte1
  {
    margin-bottom: 9.5rem; 
  }
   

  .nav-justified>li>span,
  .nav-justified>li>span a:hover
  {
    font-size: 1.1rem;
  }

  .active 
  {
    border-bottom: solid 1px white;
    font-weight: 500!important;
    padding-bottom: 2px;
  }
  
  #parte1  h2
  {
    font-size: 4rem;
  }




  #parte1 h1
  {
    font-size:14rem;
    margin-top: -60px;
  }

  #parte1 p
  {
    font-weight: 300;
  }
/*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 2 SM<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


  .historia  h3,  .franqueado h3,   .contato h3 
  {
    font-size: 3rem;
  }

  .historia h1
  {

    color:#f26262;
    font-size:9rem;
  }

  .historia p, ul, li,   .oferecemos p, .franqueado p, .contato p
  {

    font-size: 1.37rem;
    /*margin-left:  15px;
    margin-right:  15px;*/
  }



/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 3 SM<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/



  .oferecemos  h2, .franqueado h2
  {
    font-size: 3rem;
  }

  .oferecemos h1
  {

    color:white;
    font-size:9rem;
    margin-top: -35px;
  }





  .oferecemos-margem-top
  {
    margin-top: 4rem;
  }


/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 4 SM<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/



  .franqueado h4 
  {
    font-size:3.2rem;
    font-weight: 100;
  }


  .franqueado h1
  {
    font-size: 9rem;
    margin-top: -35px;

  }

  .mTopM71
  {
    margin-top: -14.1rem;
  }

  .mTopSegundaLinha
  {
    margin-top: 5rem;
  }

/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 5 SM<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

 .valores h3 
  {
    color:white;
    font-size:2.7rem;
    font-weight: 100;
    margin-left: 37px;
  }

 .valores h4 
  {
    font-size:2.2rem;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0;
    margin-left: 15px;
  }

 .valores h2
  {
    font-size: 4rem;
    margin-top: 0;
    margin-left: 15px;
  }

 .valores h1
  {

    color: white;
    font-size: 7rem;
    margin-top: -35px;
    margin-left: 0;

  }

  .valores p
  {
    font-size: 1.45rem;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
    color: white;
  }


/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 6 SM<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


 .contato h4 
  {
    font-size:1.8rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 0px;
  }

 .contato h2
  {
    font-size: 4rem;
    margin-top: 0;
    margin-left: 15px;
  }

 .contato h1
  {
    font-size: 9rem;


  }



  .radio-inline input[type="radio"]
  {
    margin-left: 0;
  }

  button
  {
    margin-left: 15px;
  }

}

/* Medium Devices, Desktops - MD*/
@media only screen and (min-width : 992px) {
  #pointer{background-color: darkblue;}
  #pointer:after{content: "MD";}



/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 1 MD<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
  .navbar-nav>li a,
  .navbar-nav>li a:hover
  {
    font-size: 1.7rem;
  }



  #parte1 
  {
    height:auto; 
  } 

  .mTopParte1
  {
    margin-top: 8rem;
  }  

  .mTopParte1Seta
  {
    margin-top: 9%;
    margin-bottom: 3%;
  } 
  
    .mBotParte1
  {
    margin-bottom: 8rem; 
  }

  
  .nav-justified>li>span,
  .nav-justified>li>span a:hover
  {
    font-size: 1.44rem;
  }
  
  #parte1  h2
  {
    font-size: 3.5rem;
  }




  #parte1 h1
  {
    font-size:15rem;
    margin-top: -70px;
  }

    .navbar-right
  {
    margin-top: 10rem;
  }
/*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 2 MD<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


  .historia h1
  {

    color:#f26262;
    font-size:10rem;
  }

  .historia p, ul, li,  .oferecemos p, .franqueado p, .contato p
  {
    font-size: 1.43rem;
    /*margin-left:  15px;
    margin-right:  15px;*/
  }

.margem-efeito-historia
{
  margin-left: -125px;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 3 MD<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/




  .oferecemos  h2, .franqueado h2
  {
    font-size: 3rem;
  }

  .oferecemos h1
  {

    color:white;
    font-size:10rem;
    margin-top: -38px;
  }





/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 4 MD<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

 .franqueado h3
  {
    font-size:2rem;
    font-weight: 100;
  }

  .franqueado h4 
  {
    font-size:5.2rem;
    font-weight: 100;
  }


  .franqueado h1
  {
    font-size: 10rem;
    margin-top: -50px;

  }

  .hi-icon-franqueado-1:before,
  .hi-icon-franqueado-2:before,
  .hi-icon-franqueado-3:before,
  .hi-icon-franqueado-4:before,
  .hi-icon-franqueado-5:before,
  .hi-icon-franqueado-6:before,
  .hi-icon-franqueado-7:before {
  margin-top: 15px;
  }

  .mTopSegundaLinha
  {
    margin-top: 0;
  }

/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 5 MD<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

 .valores h3 
  {
    color:white;
    font-size:2.7rem;
    font-weight: 100;
    margin-left: 75px;
  }

 .valores h4 
  {
    font-size:2.2rem;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0;
    margin-left: 15px;
  }

 .valores h2
  {
    font-size: 4rem;
    margin-top: 0;
    margin-left: 15px;
  }

 .valores h1
  {

    color: white;
    font-size: 9rem;
    margin-top: -35px;

  }

  .valores p
  {
    font-size: 1.45rem;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
  }

  .margem-valores-direita
  {
    margin-top: 23px;
  }

/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 6 MD<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

 .contato h4 
  {
    font-size:1.8rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 0;
  }

 .contato h2
  {
    font-size: 4rem;
    margin-top: 0;
    margin-left: 15px;
  }

 .contato h1
  {
    font-size: 9rem;

  }

 .mTopEspaço
 {
  margin-top: 0;
 }



  .margem-valores-direita
  {
    margin-top: 23px;
  }

}

/* Large Devices, Wide Screens - LG*/
@media only screen and (min-width : 1200px) {
  #pointer{background-color: black;}
  #pointer:after{  content: "LG";}



/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 1 LG<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

  #parte1 
  {
    height: 100vh;
  } 

  .mTopParte1
  {
    margin-top: 11rem;
  }  

  .mTopParte1Seta
  {
    margin-top: 8.5rem;
  } 

    .mBotParte1
  {
    margin-bottom: 13rem; 
  }

 /*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 2 LG<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/   
  #parte2
  {
    height: auto;
  }


/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 3 LG<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/   
  #parte3
  {
    height: auto;
  }




/*----------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PARTE 4 LG<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/   
  #parte4
  {
    height: auto;
  }

 .franqueado h3 
  {
    font-size:2.4rem;
    font-weight: 100;
  }


}



@media only screen and (max-height : 750px) {


  #parte1
  {
    height: auto;
  }
}



/* AJUSTES DA ALTURA 14'' // Notebook / 15.6'' Laptop / 18.5'' monitor
*/
@media only screen and (max-height : 768px) {


  .mTopParte1
  {
    margin-top: 4rem;
  }  

  .mBotParte1
  {
    margin-bottom: 6rem;
  }

 .mTopParte1Seta
  {
    margin-top: 2rem;
  } 

}


/* AJUSTES DA ALTURA // 14'' Notebook*/
@media only screen and (max-height : 800px) {
    margin-top: 6rem;
  }  

  .mBotParte1
  {
    margin-bottom: 7rem;
  }

 .mTopParte1Seta
  {
    margin-top: 2rem;
  } 

}


/* AJUSTES DA ALTURA // 19'' monitor
*/
@media only screen and (max-height : 900px) {


  .mTopParte1
  {
    margin-top: 8rem;
  }  

  .mBotParte1
  {
    margin-bottom: 8rem;
  }

.mTopParte1Seta {
    margin-bottom: 3rem;

}


@media only screen and (min-width : 1600px) {


  #sobe
  {
    width: 40px; 
    height: 40px; 
    border-radius: 40px; 
    z-index: 100; 
    position: fixed; 
    bottom: 5rem; 
    right: 10rem; 
    text-align: center; 
    color: #fff; 
    font-size: 2.7rem;
  }


}



.valores .sem-serifa p
{
  color: #d33922!important;
}

.form-control.error {
    border: 1px solid red !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 0, 0, 0.6) !important;
}