@font-face {
    font-family: 'roboto_slabbold';
    src: url('../fonts/robotoslab-bold-webfont.eot');
    src: url('../fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('../fonts/robotoslab-bold-webfont.ttf') format('truetype'),
         url('../fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slabregular';
    src: url('../fonts/robotoslab-regular-webfont.eot');
    src: url('../fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('../fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('../fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

::selection {
background: #e0e0d8;
color: #666550;
text-shadow: none;
}
.text-center {
	text-align: center!important;
}
#header {
  background: url('../img/backheader.jpg') center center  no-repeat;
  background-size: 100%;
  position: relative;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}
.innerheader {
  text-align: center;
  background: url('../img/cursos.jpg') top center  no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.innerheadersecrt {
  text-align: center;
  background: url('../img/img-key2.jpg') top center  no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.logbooktext h4 {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    cursor: default;
    font-family: 'roboto_slabregular';
    margin-bottom: 0px;
}
.innerguia {
  text-align: center;
  background: url('../img/guiabg.jpg') center center  no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.logo {
  max-width: 300px;
  position: relative;
  z-index: 999;
}
.aventuras {
  background: #e0e0d8;
}
.statistics {
  text-align: center;
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 60px;
  cursor: default;
  color: #666551;
}
.statistics img {
  margin-bottom: 10px;
  max-width: 50px;
  max-height: 50px;
}
.statistics h2 {
  font-family: 'open_sanssemibold';
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.statistics h3 {
  font-family: 'roboto_slabbold';
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
.statistics h5 {
  font-family: 'roboto_slabbold';
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}
.nopad {
  padding-left: 0;
  padding-right: 0;
}
a:hover {
  text-decoration: none;
}
.log {
  display: block;
  text-align: center;
  background: white;
}
.log h2 {
  margin-top: 0;
  padding-top: 150px;
  color: #f3f3f3;
  text-shadow:0 1px 6px rgba(0,0,0,0.6);
  margin-bottom: 10px;
  font-family: 'roboto_slabregular';
  text-transform: uppercase;
}
.log p {
  margin-top: 0;
  text-shadow:0 1px 6px rgba(0,0,0,0.6);
  margin-bottom: 0px;
  color: #f3f3f3;
  font-family: 'open_sansregular';
  text-transform: uppercase;
  padding-bottom: 150px;
}
.partilhar {
	  margin-top: 60px;
  text-align: right;
    color: #666551;
}
.partilhar img {
	height: 16px;
	margin-left: 5px;
}
.log span {
  padding-bottom: 60px;
  display: block;
  color: white;
  font-family: 'roboto_slabregular';
  text-transform: uppercase;
}
.hoverlog {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.log:hover .hoverlog {
  opacity: 1;
  o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(0,0,0,0.6);
}
.hoverlog span {
  display: block;
  font-size: 20px;
  color: #f3f3f3;
  padding-bottom: 95px;
  font-family: 'roboto_slabregular';
  text-transform: uppercase;
}
.logbooktext {
  color: #666550;
  padding-top: 70px;
  padding-bottom: 70px;
}
.statsdopercur {
  border-left: 1px solid #666550;
  padding-top: 50px;
  padding-bottom: 50px;
}
.maper {
  height: 300px;
}
.logbooktext h1 {
  text-align: center;
  margin-top: 0;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  cursor: default;
  font-size: 22px;
  margin-bottom: 20px;
}
.logbooktext h2 {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  cursor: default;
  font-family: 'roboto_slabregular';
  margin-bottom: 20px;
}
.logbooktext img {
  padding-top: 20px;
  cursor: default;
  padding-bottom: 20px;
}
.logbooktext p {
  margin-bottom: 0;
  text-align: justify;
  margin-top: 0;
  cursor: default;
}
.logbooktext p strong {
  font-family: 'roboto_slabregular';
}
.logbooktext h6 {
  text-align: right;
  cursor: default;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 17px;
}
.logbooktext h6 a {
  color: #666550;
  text-decoration: underline;
}
.logbooktext h6 a:hover {
  text-decoration: underline;
}
.statsdopercur h4 {
  font-family: 'open_sanssemibold';
  color: #666550;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.tunao {
  margin-bottom: 10px!important;
}
.statsdopercur h4 strong {
  font-family: 'roboto_slabbold';
  text-align: center;
  color: #666550;
  font-size: 30px;
  position: relative;
  margin-top:10px;
}
.navbar-default {
  background: transparent;
  position: absolute;
  width: 100%;
  top:0;
  z-index: 999;
  margin-bottom: 0;
  left: 0;
  border: none;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #dc7725;
}
.carrinhomenupart {
    background-color: #dc7725;
  position: relative;
  top: -7px;
  left: -7px;
}
.bgktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.79))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c9000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.navbar-default .navbar-nav>li.accountStatus>a, .navbar-default .navbar-nav>li.procuramenu>a {
  padding-top: 22px
}
.navbar-default .navbar-nav>li>a {
  color: white;
  padding-top: 25px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
  padding-bottom: 25px;
  font-family: 'roboto_slabregular';
  font-size: 14px;
  o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
  o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #dc7725;
}
.navbar-default .navbar-nav>li.laranj>a {
 color: #dc7725; 
}
.statsdopercur h4 strong span {
  font-size: 12px;
}
#twitter-widget-0 {
  position: absolute;
  margin-left: 10px;  
}
.apoios {
  background: #f4f4f4;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.apoios h5 {
  margin-top: 0;
  color: #666550;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  margin-bottom: 20px;
}
.apoios  img {
  opacity: 0.5;
  o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.apoios img:hover {
  opacity: 1;
  o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .header {
    padding-top: 50px;
    padding-bottom: 50px;
  } 
  .logo {
    width: 50%;
  }
  .statistics h3 {
    margin-bottom: 50px;
  }
  .statsdopercur {
    border-left: none;
  }
  .fb-like {
    margin-top: 20px;
    position: absolute;
  }
  .twitter-share-button {
    display: none;
  }
}
#formcurso {
  padding: 70px 0;
  background: #e0e0d8;
}
#formcurso h1 {
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  color: #666550;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  cursor: default;
  font-size: 22px;
  margin-bottom: 20px;
}
#formcurso h2 {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  color: #666550;
  cursor: default;
  font-family: 'roboto_slabregular';
  margin-bottom: 20px;
}
#formcurso h3 {
  margin-top: 0;
  text-align: center;
  font-size: 16px;
  color: #666550;
  cursor: default;
  font-family: 'roboto_slabbold';
  margin-bottom: 30px;
}

#formcurso p {
  text-align: justify;
  margin-top: 0;
  color: #666550;
  cursor: default;
}
#formcurso input {
  width: 100%;
  outline: none;
  color: #666550;
  background-color: #C5C5B7;
  border: none;
  margin-bottom: 20px;
  padding: 10px;
}
#formcurso textarea {
  width: 100%;
  outline: none;
  color: #666550;
  background-color: #C5C5B7;
  border: none;
  margin-bottom: 20px;
  color: #666550;
  padding: 10px;
  height: 100px;
  resize: none;
}
#formcurso label.labelzz {
  font-weight: normal;
  color: #666550;
}
#formcurso select {
  width: 100%;
  background-color: #C5C5B7;
  border: none;
  outline: none;
  margin-bottom: 20px;
  color: #666550;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0;
}
#formcurso ul {
  padding-left: 0;
  margin-bottom: 40px;
  list-style: none;
  color: #666550;
}
#formcurso input::-webkit-input-placeholder {
  color: #666550;
}

#formcurso input:-moz-placeholder { /* Firefox 18- */
  color: #666550;
}
#formcurso input::-moz-placeholder {  /* Firefox 19+ */
  color: #666550;
}
#formcurso input:-ms-input-placeholder {  
  color: #666550;
}

#formcurso textarea::-webkit-input-placeholder {
  color: #666550;
}

#formcurso textarea:-moz-placeholder { /* Firefox 18- */
  color: #666550;
}
#formcurso textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #666550;
}
#formcurso textarea:-ms-input-placeholder {  
  color: #666550;
}

#formcurso input[type=checkbox] {
  display: inline-block;
  width: inherit;
}
.concordo {
  margin-top: 0px;
  text-align: right
}
.concordo label {
  font-weight: normal;
  color: #666550;
}
#formcurso p.mb50 {
  margin-bottom: 40px;
}
#formcurso button.diss {
  opacity: 0.3;
}
#formcurso button {
  background-color: #666550;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 300;
  padding: 7px 25px;
  float: right;
}
.fuerte {
  font-family: 'roboto_slabbold';
}
.confirm {
  color: #666550;
  display: block;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}


#logbookandcourse {
  padding: 100px 0;
  background: #e6e5e0 url('../img/mappartthing.jpg') no-repeat center center;
  background-size: 100%;
  color: #666551;
}
#logbookandcourse .clock {
  top: -1px;
  position: relative;
}
#logbookandcourse h1 {
  text-transform: uppercase;
  cursor: default;
  font-family: 'roboto_slabbold';
}
#logbookandcourse p {
  font-family: 'open_sansregular';
}
#logbookandcourse span {
  display: block;
}
#logbookandcourse a.lerlogbook {
  background-color: #D87524;
  color: white;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
}
#logbookandcourse a.marcaraventura {
  color: #666551;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}

/*FEATURED HOME*/
#featured {
  background: #e6e5e0 url('../img/produtoshomebg.jpg') no-repeat top center;
  background-size: 100%;
  padding: 80px 0;
  border-top: 2px solid #d1d1c9;
  border-bottom: 2px solid #d1d1c9;

}
#featured h1 {
  font-family: 'roboto_slabbold';
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  color: #666551;
}
#featured ul {
  margin-bottom: 0;
}
.produtumb {
  overflow:hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index:0;
    margin-bottom: 30px;
  border: 1px solid rgb(173, 171, 163);
  border-radius: 3px;
}
.produtumb:hover {
  z-index:1000;
  background: rgb(173, 171, 163);

}
.produhome .name {
  color: #666551;
  font-size: 16px;
  text-align: center;
  min-height: 34px;
  display: block;
  margin-top: 0px;
  font-family: 'open_sanssemibold';
}
.produhome .iconrpodcat {
  position: absolute;
  right: 30px;
  top: 20px;
}
.produhome .precopro {
   color: #d87524;
   font-family: 'open_sanssemibold';
  font-size: 14px;
  text-align: center;
  display: block;
}
.produhome img {
  max-width: 100%;
}
/*FEATURED HOME*/



/*FOOTER*/
footer {
 background: #343434;
 padding: 40px 0;
}
footer .linksfooter, footer .linksfooter a {
  color: white;
}
footer .socialfooter img {
  height: 16px;
  margin-left: 8px;
}
footer p {
  color: white;
  margin-bottom: 0;
}
footer p.copiri {
  margin-top: 20px;
}
.nolepad {
  padding-left: 0;
}
.text-left {
  text-align: left!important;
}


#blogspag {
  padding: 70px 0;
  background: #e0e0d8;
}
#blogspag .col-md-8 h2 {
  text-transform: uppercase;
  cursor: default;
  margin-top: 20px;
  font-family: 'roboto_slabbold';
}
#blogspag .col-md-8 span {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#blogspag .col-md-8 a {
    color: #666550;
  margin-bottom: 50px;
  display: inline-block;
}
#blogspag .col-md-8 a.nomarbo {
	margin-bottom: 0;
}
#blogspag .col-md-8 a.lerlogbook {
    background-color: #D87524;
  color: white;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin-top: 0px;
}
#blogspag .col-md-8 img.nopad {
  padding: 0;
}
.rightblog .socpart {
  text-align: center;
}
.rightblog .socpart a img {
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}
.h40 {
  height: 40px;
}
.rightblog .blogposts a {
  font-family: 'roboto_slabregular';
  color: #666550;
  margin-top: 10px;
  display: inline-block; 
}
.rightblog .retroinst {
  text-transform: uppercase;
  cursor: default;
  margin-top: 20px;
  font-family: 'roboto_slabbold';
}
#maisaventuras {
  position: fixed;
  top: 50%;
  opacity: 0.5;
  background: #e0e0d8;
  o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#maisaventuras:hover {
  right: 0%!important;
  o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}
#maisaventuras img {
  width: 50px;
  margin-right: 20px;
}
#maisaventuras a {
  color: #666550;
  padding-right: 30px;
}
#lojaspag {
  padding: 70px 0;
  background: #e6e5e0 url('../img/produtoshomebg.jpg') no-repeat center center;
  min-height: 500px;
}
#categoripag {
    text-align: center;
 background: #666551;   
}
#categoripag ul {
  margin-bottom: 0;
}
#categoripag li.active {
  background-position-y: 100%;
}
#categoripag li {
  padding: 15px 15px 10px 15px;
  background: transparent url('../img/pointer_menu.png') no-repeat center bottom;
  background-position-y: 135%;
  o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#categoripag li a {
  color: white;
  display: inline-block;
}
#categoripag li img {
  margin-bottom: 8px;
}
#catdesc h4 {
  letter-spacing: 1.5px;
  margin-top: 0;
  color: #666550;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
#catdesc p {
  font-family: 'open_sansregular';
}

#subcats label {
  color: #666550;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
}

#subcats .form-horizontal .radio, #subcats .form-horizontal .checkbox {
  display: inline-block;
  position: relative;
  left: -5px;
}
.daresuclts {
  color: #666550; 
  margin-bottom: 18px;
}



#itemstore .name {
  color: #666551;
  font-size: 16px;
  min-height: 34px;
  text-align: center;
  display: block;
  margin-top: 0px;
  font-family: 'open_sanssemibold';
}
#itemstore .iconrpodcat {
  position: absolute;
    right: 30px;
  top: 20px;
}
#itemstore .precopro {
   color: #d87524;
   font-family: 'open_sanssemibold';
  font-size: 14px;
  text-align: center;
  display: block;
}
#itemstore img {
  max-width: 100%;
}
.form-horizontal .checkbox {
  min-height: 0;
}

#detalhepag {
 padding: 70px 0;
  background: #e6e5e0 url('../img/produtoshomebg.jpg') no-repeat top center;
  background-size: 100%; 
}
.flexslider {
  background: transparent;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}
#detalhepag h1 {
    text-transform: uppercase;
  cursor: default;
  color: #666551;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'roboto_slabbold';
}
#detalhepag h2 {
  color: #d87524;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'open_sansregular';
}
#detalhepag h2 span {
  font-size: 14px;
  color: #27ae60;
}
#detalhepag .desc {
  color: #666551;
}
#detalhepag .quantidade:focus {
  border-color: #666551;
}
#detalhepag .quantidade {
  background-color: transparent;
  border: 1px solid #ABAB9F;
  color: #666551;
  height: 36px;
  width: 36px;
  outline: none;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
}
#detalhepag .mtogar {
  background-color: #D87524;
  color: white;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
}

.modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.modal-header .close {
  position: absolute;
  right: 0px;
  top: 2px;
  opacity: 1;
  z-index: 88;
  cursor: pointer;
}
.modal-header .close img {
  cursor: pointer;
}
.modal-header {
  border-bottom:none;
  min-height: inherit;
  padding:inherit;
}
.modal-body {
  padding: 40px 15px;
}
body.modal-open {
    padding-right: 0!important; // fix
}
.modal-body .loginasd {
  color: #666551;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'roboto_slabbold';
  margin-top: 20px;
  margin-bottom: 30px;
}
.modal-body input {
  width: 100%;
  height: 34px;
  margin-bottom: 15px;
  padding-left: 10px;
  outline: none;
}
.modal-body .loginbutmod {
  background-color: #D87524;
  color: white;
  padding: 8px 30px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  border: none;
}
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}
.elgidasby {
    font-family: 'roboto_slabregular';
  color: #666550;
  display: inline-block;
  top: 6px;
  margin-left: 15px;
  position: relative;
}
.elgidasby:hover {
  color: #666550;
}
.modal-body strong {
 color: #666550;
 font-weight: normal; 
}
.modal-body input.checkingnews {
  width: initial;
  height: inherit;
}
#carrocompras {
  position: fixed;
      o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  right: -100%;
  background: rgb(216, 117, 36);
  top: -100%;
  z-index: 99999;
  padding: 20px 20px 50px 20px;
}
#carrocompras .cesto {
  font-family: 'roboto_slabregular';
  cursor: default;
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ED9A56;
  padding-bottom: 10px;
}
#carrocompras .cesto span {
  float: right;
}
#carrocompras .cartproductlist button {
  background: transparent;
  border: none;
}
#carrocompras .cartproductlist button img {

}
#carrocompras.getcarrinho {
    o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
  right: 0;
}
#carrocompras .checkout {
  background-color: white;
  color: #D87524;
  padding: 8px 30px;
  float: right;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  border: none;
}
#carrocompras .cartproductlist {
  color: white;
}
#carrocompras .totalcaser {
  color: white;
}
#carrinhpadgina {
  padding: 70px 0;
  background: #e0e0d8;
}


#carrinhpadgina .encomendaspagtab .numecomenda {
  color: #666550;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 2px;
}
#carrinhpadgina .info {
  color: #666550;
  border-bottom: 1px solid #666550;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 2px;
}
#carrinhpadgina .encomendaspagtab .eachencomenda {
  margin-bottom: 50px;
}
.nolepad {
  padding-left: 0;
}
.noripad {
  padding-right: 0;
}
#carrinhpadgina .encomendaspagtab {
  color: #7E7E7E;
}
#carrinhpadgina .encomendaspagtab span {
  float: right;
  color: #D97524;
}
#carrinhpadgina .carrinhopadg li {
  margin-bottom: 20px;
}
#carrinhpadgina .mygramas span {
  float: none;
  top: -5px;
  position: relative;
  font-size: 12px;
  margin-left: 5px;
  color: #D97524;
}
#carrinhpadgina .carrinhopadg p {
  margin-top: 10px;
  color: #73715F;
}
.textri {
  text-align: right;
}
#carrinhpadgina .totalcaser {
    margin-top: 50px;
  color: #767563;
  font-size: 15px;
}
#carrinhpadgina .encomendaspagtab .totalcaser select {
    padding: 6px 30px 6px 10px;
  background: transparent url('../img/downarrow.png') center right no-repeat;
  background-size: 12px;
  background-position-x: 97%;
  border: 1px solid transparent;
  color: #D97524;
  font-size: 14px;
  outline: none;
  position: relative;
  -webkit-appearance: none;
  border-radius: 3px;
  margin-left: 20px;
}
#carrinhpadgina .carrinhopadg input {
    background-color: transparent;
  border: 1px solid #ABAB9F;
  color: #666551;
  height: 36px;
  width: 36px;
  outline: none;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
}
#carrinhpadgina .confirmar a {
    background-color: #666550;
  border: none;
  margin-top: 10px;
  display: inline-block;
  color: white;
  font-weight: 300;
  padding: 7px 25px;
  float: right;
  border-radius: 3px;
}

#carrinhpadgina .totalitudo {
  margin-top: 20px;
}


#envioform input {
  width: 100%;
  outline: none;
  color: #666550;
  background-color: #C5C5B7;
  border: none;
  margin-bottom: 20px;
  padding: 10px;
}
#envioform textarea {
  width: 100%;
  outline: none;
  color: #666550;
  background-color: #C5C5B7;
  border: none;
  margin-bottom: 20px;
  color: #666550;
  padding: 10px;
  height: 100px;
  resize: none;
}
#envioform label.labelzz {
  font-weight: normal;
  color: #666550;
}
#envioform select {
  width: 100%;
  background-color: #C5C5B7;
  border: none;
  outline: none;
  margin-bottom: 20px;
  color: #666550;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0;
}
#envioform ul {
  padding-left: 0;
  margin-bottom: 40px;
  list-style: none;
  color: #666550;
}
#envioform input::-webkit-input-placeholder {
  color: #666550;
}

#envioform input:-moz-placeholder { /* Firefox 18- */
  color: #666550;
}
#envioform input::-moz-placeholder {  /* Firefox 19+ */
  color: #666550;
}
#envioform input:-ms-input-placeholder {  
  color: #666550;
}

#envioform textarea::-webkit-input-placeholder {
  color: #666550;
}

#envioform textarea:-moz-placeholder { /* Firefox 18- */
  color: #666550;
}
#envioform textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #666550;
}
#envioform textarea:-ms-input-placeholder {  
  color: #666550;
}

#envioform input[type=checkbox] {
  display: inline-block;
  width: inherit;
}
#envioform p.mb50 {
  margin-bottom: 40px;
}
#envioform button.diss {
  opacity: 0.3;
}
a.faturacaitwo {
  background-color: #666550;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 300;
  padding: 7px 25px;
  float: right;
  opacity: 0.6;
}
a.inverted {
  background-color: white;
  border: none;
  border-radius: 3px;
  color: #666550;
  float: left;
  font-weight: 300;
  padding: 7px 25px;
}
#envioform label.labelzz {
  font-weight: normal;
  color: #666550;
}
.nostylebut {
  color: #dc7725;
}
#thankupage {
  padding: 70px 0;
  background: #e6e5e0 url('../img/produtoshomebg.jpg') no-repeat top center;
  background-size: 100%;  
}
#thankupage h1 {
    text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  color: #666550;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  cursor: default;
  font-size: 22px;
  margin-bottom: 20px;
}
#thankupage h2 {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  color: #666550;
  cursor: default;
  font-family: 'roboto_slabregular';
  margin-bottom: 20px;
}
#thankupage p {
    margin-top: 50px;
  text-align: center;
  font-size: 16px;
  color: #666550;
  cursor: default;
  font-family: 'roboto_slabbold';
  margin-bottom: 30px;
}
#thankupage a {
  background-color: #666550;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 300;
  padding: 7px 25px;
  float: right;
}
.loginbutoa img {
    top: -2px;
  position: relative;
  margin-right: 5px;
}
.accountStatus .loginbutoa {
  line-height: 1.7
}
#perfilpa {
 padding: 70px 0;
  background: #e0e0d8; 
}
#perfilpa h1 {
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  color: #666550;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  cursor: default;
  font-size: 22px;
  margin-bottom: 20px;
}


#perfilpa input {
  width: 100%;
  outline: none;
  color: #666550;
  background-color: #C5C5B7;
  border: none;
  margin-bottom: 20px;
  padding: 10px;
}
#perfilpa textarea {
  width: 100%;
  outline: none;
  color: #666550;
  background-color: #C5C5B7;
  border: none;
  margin-bottom: 20px;
  color: #666550;
  padding: 10px;
  height: 100px;
  resize: none;
}
#perfilpa label {
  font-weight: normal;
  color: #666550;
}
#perfilpa select {
  width: 100%;
  background-color: #C5C5B7;
  border: none;
  outline: none;
  margin-bottom: 20px;
  color: #666550;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0;
}
#perfilpa ul {
  padding-left: 0;
  margin-bottom: 40px;
  list-style: none;
  color: #666550;
  border-bottom: 1px solid #C5C5B7;
  width: calc(100% - 15px);
}
#perfilpa input::-webkit-input-placeholder {
  color: #666550;
}

#perfilpa input:-moz-placeholder { /* Firefox 18- */
  color: #666550;
}
#perfilpa input::-moz-placeholder {  /* Firefox 19+ */
  color: #666550;
}
#perfilpa input:-ms-input-placeholder {  
  color: #666550;
}

#perfilpa textarea::-webkit-input-placeholder {
  color: #666550;
}

#perfilpa textarea:-moz-placeholder { /* Firefox 18- */
  color: #666550;
}
#perfilpa textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #666550;
}
#perfilpa textarea:-ms-input-placeholder {  
  color: #666550;
}

#perfilpa input[type=checkbox] {
  display: inline-block;
  width: inherit;
}
#perfilpa button {
   background-color: #666550;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 300;
  padding: 7px 25px;
  float: right;
}
.tab-pane {
  min-height: 300px;
}

#perfilpa .nav-tabs>li.active>a,#perfilpa .nav-tabs>li.active>a:hover,#perfilpa .nav-tabs>li.active>a:focus {
  padding-left: 0;
  background: transparent;
  border: none;
  color: #dc7725;  
}
#perfilpa .nav-tabs>li>a {
  padding-left: 0;
  color: #7E7E7E;
  font-size: 16px;
  margin-top: 15px;
}
#perfilpa .nav-tabs>li>a:hover {
    border-color: #f1f1f2 #f1f1f2 #f1f1f2;
    border-left: none;
    border-top: none;
    background: transparent;
    border-bottom: 0px solid red;
}
#perfilpa .nav-tabs>li>a {
  border:0px solid transparent;
}

#aboutpage {
   background: #e6e5e0 url('../img/produtoshomebg.jpg') no-repeat top center;
  background-size: 100%;
  padding: 80px 0; 
}
#aboutpage h1 {
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  color: #666550;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  cursor: default;
  font-size: 22px;
  margin-bottom: 20px;
}


#aboutpage p {
  text-align: justify;
  margin-top: 0;
  color: #666550;
  cursor: default;
}
#aboutpage a {
background-color: #dc7725;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 300;
  padding: 7px 25px;
}
#carrocompras .cartSubtotal {
  text-align: right;
}
#termospag {
  padding: 70px 0;
  background: #e0e0d8;
}
#termospag a {
  color: #dc7725
}
#termospag h1 {
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  color: #666550;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  cursor: default;
  font-size: 22px;
  margin-bottom: 0px;
}
#termospag h2 {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #666550;
  cursor: default;
  font-family: 'roboto_slabregular';
  margin-bottom: 20px;
}
#termospag h3 {
  margin-top: 0;
  text-align: center;
  font-size: 16px;
  color: #666550;
  cursor: default;
  font-family: 'roboto_slabbold';
  margin-bottom: 30px;
}

#termospag p {
  text-align: justify;
  margin-top: 0;
  color: #666550;
  cursor: default;
}
.tohide {
  display: none;
}

.paginarloja {
  text-align: center;
}
.paginarloja nav li a {
    background: transparent;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
    margin-top: 0px;
  color: #D87524;
  letter-spacing: 1px;
}

.paginarloja .pagination>.active>a, 
.paginarloja .pagination>.active>span, 
.paginarloja .pagination>.active>a:hover, 
.paginarloja .pagination>.active>span:hover, 
.paginarloja .pagination>.active>a:focus, 
.paginarloja .pagination>.active>span:focus {
  border-radius: 3px;
  background: #D87524;
  color: white;
}
.paginarloja .pagination>li>a:hover, 
.paginarloja .pagination>li>span:hover, 
.paginarloja .pagination>li>a:focus,
.paginarloja .pagination>li>span:focus {
  background: #D87524;
  color: white;
  border-radius: 3px;
}


@media only screen and (max-width: 768px) {
	#header {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.logo {
		z-index: 8;
	}
	#logbookandcourse h1 {
		font-size: 24px;
	}
	#featured {
		background: #E6E5E0;
	}
	footer {
		text-align: center;
	}
	footer .socialfooter {
		float: none!important;
	}
	.navbar-default .navbar-toggle {
		border-color:transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		  background-color: rgba(255,255,255,0.9);
		  border: none;
		  z-index: 91;
		    text-align: center;
		  position: relative;	
	}
	.navbar-default .navbar-nav>li>a {
		text-shadow: none;
		color: #DC7725;
	}
	.innerheader, .innerheadersecrt {
		  padding-top: 50px;
		  padding-bottom: 0px;
	}
	
}





#escapadelas {
  padding: 100px 0;
  background: #e6e5e0 url('../img/costavic.jpg') no-repeat center center;
  background-size: 100%;
  color: #666551;
  text-align: right;
}
#escapadelas .clock {
  top: -1px;
  position: relative;
}
#escapadelas h1 {
  text-transform: uppercase;
  cursor: default;
  font-family: 'roboto_slabbold';
}
#escapadelas p {
  font-family: 'open_sansregular';
}
#escapadelas span {
  display: block;
}
#escapadelas a.lerlogbook {
  background-color: #D87524;
  color: white;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
}
#escapadelas a.marcaraventura {
  color: #666551;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.difcor {
	color: #dc7725;
}
.difcor:hover {
	color: #dc7725;
}
.myhr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #666550;
}
.difbage {
background-color: transparent;
    position: relative;
    top: -2px;
    left: 0;
    border-radius: 50px;
    border: 1px solid #dc7725;
    color: #dc7725;
    font-weight: 300;
    padding: 3px 5.5px;
}