body {
	margin-top: 50px; /*50px is the height of the navbar - change this if the navbarn height changes*/
}
.hero-spacer {
	margin-top: 50px;
}

.hero-feature {
	margin-bottom: 30px;/* spaces out the feature boxes once they start to stack responsively */
}

footer {
	margin: 50px 0;
}

h1{

}


p {
    @include responsive-font-size (
        $min-font-size: 1.8em,
        $max-font-size: 3.7em,
        $min-screen-width: 640px,
        $max-screen-width: 1200px,
    );
} 

.tit_1{
    font-size:28pt;
}

.tit_2{
    font-size:22pt;
}

.btn-responsive{
	white-space: normal;
}

#faq p{
	padding-bottom: 20px;
}

.logo{
	font-family: 'Open Sans';
	font-weight: 800;
	font-style: italic;
}

@media all and (max-width: 1000px) {
    .logo {
        font-size: 3em !important;
        }
    }

@media all and (max-width: 767px) {
    .titulo-shop {
        font-size: 1.9em !important;
        white-space: normal;
        text-align: center;
    }
}

.opcoes{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}

.opcoes label{
    text-align: left;
}

.opcoes span{
    font-size: 14px;
}

.opcoes_title{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.descricao_arquivo{
     padding-top: 20px;
}

.disabled{
    color: #C0C0C0;
}

.promo_1{
    color: green;
    font-size: 14px !important;
    font-weight: bold;
}

.promo_2{
    color: green;
    font-size: 16px !important;
    font-weight: bold;
}

.promo_cut_1{
    text-decoration: line-through;
    color: red;
}

.promo_cut_2{
    text-decoration: line-through;
    color: red;
    font-size: 14px !important;
    font-weight: bold !important;
}

.lista_formatos{
    margin-bottom: 50px;
}

.formato_menor{
    width: 60px;
}

.mensagem-base{
    float:none;
    padding:20px;
    font-size:14pt
}


/* navbar */

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

