@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'paytone';
  src: url('./../fonts/PaytoneOne-Regular.eot');
  src: local('☺'), url('./../fonts/PaytoneOne-Regular.woff') format('woff'), url('../../fonts/PaytoneOne-Regular.ttf') format('truetype'), url('./../fonts/PaytoneOne-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: 'paytone';
}

#header{
  /*background: url('./../images/fundo-menu.png') repeat top center;*/
  padding: 0px 0px 0px 0px;
  margin: -70px 0px 20px 0px;
  width: 100%;
}

#header .header{
  /*background: url('./../images/linha-menu.jpg') repeat-x 0px 52%;*/
  text-align: center;
  min-height: 170px;
}

#header .header #logo{
  margin: 12px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}



/* JOIN ------------------------------------------------------------ */

#join-us-banner{
  text-align: center;
  overflow: hidden;
  clear: both;
}

#join-us-banner img{
  margin: 0px auto 0px auto;
  max-height: 59px;
  width: 100%;
}

#join-us-banner .segura-title{
  text-align: center;
  position: relative;
  max-width: 100%;
  clear: both;
}

#join-us-banner .segura-title .title{
  background-color: rgba(82, 37, 89, 0.7);
  padding: 10px 0px 12px 0px;
  text-transform: uppercase;
  margin: 0px auto 0px auto;
  font-weight: normal;
  text-align: center;
  position: absolute;
  line-height: 38px;
  overflow: hidden;
  font-size: 42px;
  color: #FFFFFF;
  clear: both;
  bottom: 0px;
  width: 100%;
  z-index: 9;
}

#articles{
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  margin-bottom: 40px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  clear: both;
}

#articles article{
  margin-top: 32px;
}

#articles article .title{
  font-family: 'paytone';
  margin-bottom: 16px;
  line-height: 32px;
  font-size: 28px;
  color: #52255F;
  width: 100%;
}

#join-us-img{
  text-align: center;
  margin-top: 32px;;
}

#join-us-img img{
  max-width: 100%;
}

#responsability{
  text-align: center;
  margin-top: 50px;
}

#responsability .title{
  border-bottom: 6px solid #FFFF00;
  margin-bottom: 0px !important;
}

#responsability .title .linha{
  background-color: #006600;
  max-height: 12px;
  min-height: 12px;
  margin-top: 8px;
}

#form{
}

.heading{
  border-bottom: 1px solid #fcab0e;
  text-transform: uppercase;
  font-family: roboto;
  margin-bottom: 15px;
  padding-bottom: 9px;
  position: relative;
  margin-top: 50px;
  font-weight: 300;
  font-size: 20px;
}

.heading span{
  background: #9e6600 none repeat scroll 0 0;
  position: absolute;
  bottom: -2px;
  height: 3px;
  width: 75px;
  left: 0;
}

#school{
  max-height: 240px;
  min-height: 120px;
  margin-top: 16px;
  max-width: 100%;
  height: 160px;
}

#workexperience1, #workexperience2, #comments{
  max-height: 240px;
  min-height: 120px;
  margin-top: 16px;
  max-width: 100%;
  height: 120px;
}

.weekDays-selector input {
  display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  padding: 0px 14px;
  background: #dddddd;
  text-align: center;
  border-radius: 2px;
  margin-right: 3px;
  line-height: 40px;
  cursor: pointer;
  min-width: 10%;
  height: 40px;
}

.weekDays-selector #weekday-no:checked + label {
  background: #21af2a;
  color: #FFFFFF;
}

.weekDays-selector input[type=checkbox]:checked + label {
  background: #337ab7;
  color: #FFFFFF;
}

.align-center{
  text-align: center;
}

#submit{
  margin: 30px auto 0px auto;
  overflow: hidden;
  clear: both;
}


/* ANTES DO RODAPÉ -- ---------------------------------------------------------- */


#brasilian-soul{
  margin: 20px auto 0px auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
  max-width: 1600px;
}

#brasilian-soul .soul{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}



#itens .chamada{
  text-transform: uppercase;
  text-align: center;
  line-height: 64px;
  font-size: 44px;
  color: #532559;
}

#itens .itens{
  margin: 0px auto 0px auto;
  text-transform: uppercase;
  text-align: center;
  min-height: 240px;
  font-size: 20px;
  color: #FFFFFF;
}

#itens .itens .title{
  padding-top: 130px;
}

#itens #acai-lovers{
  background: url('../../imagens/acai-lovers.jpg') no-repeat top center;
  background-size: 100% 100%;

  transition: background-image 0.4s ease-in-out;
}

#itens #acai-lovers:hover{
  background: url('../../imagens/acai-lovers_.png') no-repeat top center;
  background-size: 100% 100%;
  cursor: pointer;

  text-shadow: -2px -2px #532459, -3px 2px #532459, 2px 2px #532459, 2px -2px #532459, 0px -2px #532459;
}

#itens #healthy{
  background: url('../../imagens/healthy.jpg') no-repeat top center;
  background-size: 100% 100%;

  transition: background-image 0.4s ease-in-out;
}

#itens #healthy:hover{
  background: url('../../imagens/healthy_.png') no-repeat top center;
  background-size: 100% 100%;
  cursor: pointer;

  text-shadow: -2px -2px #532459, -3px 2px #532459, 2px 2px #532459, 2px -2px #532459, 0px -2px #532459;
}

#itens #vegan{
  background: url('../../imagens/vegan.jpg') no-repeat top center;
  background-size: 100% 100%;

  transition: background-image 0.4s ease-in-out;
}

#itens #vegan:hover{
  background: url('../../imagens/vegan_.png') no-repeat top center;
  background-size: 100% 100%;
  cursor: pointer;
}







/* RODAPÉ -- ---------------------------------------------------------- */

#footer{
  background: url('../../imagens/footer.jpg') repeat-x bottom center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  min-height: 150px;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (max-width: 1199px) {
  #join-us-img{
    text-align: center;
  }

  #join-us-img img{
    margin: 40px auto 0px auto;
    max-width: 100%;
  }

}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
  .navbar {
    margin-top: 47px;
  }

  .navbar-default .navbar-nav>li>a{
    text-transform: uppercase;
    padding-bottom: 12px;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 10px;
    line-height: 28px;
    font-size: 9px;
    color: #FFFFFF;
  }

  #join-us-banner img{
    height: 58px;
  }

  #join-us-img img{
    margin: 10px auto 40px auto;
    max-width: 100%;
  }

  #itens .itens{
    margin-bottom: 30px;
    padding-top: 100px;
    min-height: 400px;
    font-size: 52px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .form-control{
    margin-bottom: 10px;
  }

  #footer .footer-item{
    margin-bottom: 10px;
    min-height: 100px;
  }

  #footer #linha-rodape-esq{
    display: none;
  }

  #footer .end{
    height: 170px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  #header .header #logo{
    margin-top: 4%;
    max-width: 70%;
  }

  #join-us-banner .segura-title .title{
    padding: 4px 0px 8px 0px;
    line-height: 22px;
    font-size: 20px;
  }

  #join-us-banner img{
    height: 34px;
  }

  #itens .itens{
    padding-top: 50px;
    min-height: 250px;
    font-size: 32px;
  }
  
  #itens .itens .title {
    padding-top: 100px;
  }

  #footer #linha-rodape-dir{
    margin-top: 0px;
    height: 100px;
  }
}
