body {
/*    background: url(../img/fundo.jpg) no-repeat center top;*/
    font-weight: 300;
    font-size: 14px;
    color: #000;
    height: 100%;
    background-attachment:fixed;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;

    height:100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.row {
    margin-left: 0px;
    margin-right: 0px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
   font-family: 'Righteous', sans-serif;
    font-weight: 300;
}

h1, h2 {
line-height: 1.5;
}


/* Paragraph & Typographic */
p {
    line-height: 22px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



.center {
/*
   	position:absolute;
	top:10%;
	left:50%;
	margin-top:-20px;
	margin-left:-250px;
*/

}

.center img {
    display: block;
    margin: auto;
    margin-top: 8%;
}


.title{
    text-align: center;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    margin-top: 3%;
    z-index: 100;
    padding: 20px 20px 40px;
/*    background-color: rgba(0, 186, 210, 0.5);*/
}


@media (min-width: 568px) {
  .introgarrafa {
    display: none;
  }
}

@media (max-width: 568px) {
  .garrafa {
    display: none;
  }
}


