.no-padding {
  padding:0;
}
.no-margin{
  margin:0;
}

*{
	margin: 0px;
 	padding: 0px;
 }

@media (min-width: 768px) {
  #logo{
  margin-top: 21px;
  margin-bottom: 20px;
  width: 190px;  
  }
}

@media (min-width: 992px) {
  #logo{
  margin-top: 16px;
  margin-bottom: 15px;
  width: 227px;  
  }
}

@media (min-width: 1200px) {
  #logo{
  margin-top: 16px;
  margin-bottom: 15px;
  width: 227px;  
  }
}

.navbar-default{
  background-color: #ffffff;
  border-bottom: 4px solid #eaeaea;
}

.navbar-nav {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #aaa9a9;
}

@media (min-width: 768px) {
.navbar-nav li{
  padding: 20px 0px 0px 0px;
  }
}

@media (min-width: 992px) {
.navbar-nav li{
  padding: 20px 0px 0px 0px;
  }
}

@media (min-width: 1200px) {
.navbar-nav li{
  padding: 20px 51px 0px 0px;
  }
}

.navbar-nav ul li a{
  font-size: 18px;
  color: #aaa9a9;
}

.navbar-nav ul li a:hover{
color: #781198;
background-color: #ffff
}

.dropdown-menu{
  padding: 10px;
}


/*.menu{
text-align: right;	
font-family: 'Cuprum', sans-serif;
font-size: 18px;
}
 
.menu ul{
list-style:none;
}

.menu ul li{
display: inline;
}

.menu ul li a{
padding: 30px;
display: inline-block;
color: #aaa9a9;
text-decoration: none;
}

.menu ul li a:hover{
color: #09a79c;
height: 20px;
}*/

.gallery .control-operator:target ~ .controls .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

.gallery .item:first-of-type {
  position: static;
  pointer-events: auto;
  opacity: 1;
}

.gallery .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.gallery .control-operator {
  display: none;
}

.gallery .control-operator:target ~ .item {
  pointer-events: none;
  opacity: 0;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

.gallery .control-operator:target ~ .controls .control-button {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

@-webkit-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }

  14.3%, 50% {
    opacity: 1;
  }

  64.3%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }

  14.3%, 50% {
    opacity: 1;
  }

  64.3%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }

  14.3%, 50% {
    opacity: 1;
  }

  64.3%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.items-2.autoplay .control-button {
  -webkit-animation: controlAnimation-2 14s infinite;
  -o-animation: controlAnimation-2 14s infinite;
  animation: controlAnimation-2 14s infinite;
}

.items-2.autoplay .item {
  -webkit-animation: galleryAnimation-2 14s infinite;
  -o-animation: galleryAnimation-2 14s infinite;
  animation: galleryAnimation-2 14s infinite;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }

  9.5%, 33.3% {
    opacity: 1;
  }

  42.9%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }

  9.5%, 33.3% {
    opacity: 1;
  }

  42.9%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }

  9.5%, 33.3% {
    opacity: 1;
  }

  42.9%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.items-3.autoplay .control-button {
  -webkit-animation: controlAnimation-3 21s infinite;
  -o-animation: controlAnimation-3 21s infinite;
  animation: controlAnimation-3 21s infinite;
}

.items-3.autoplay .item {
  -webkit-animation: galleryAnimation-3 21s infinite;
  -o-animation: galleryAnimation-3 21s infinite;
  animation: galleryAnimation-3 21s infinite;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

@-webkit-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%, 25% {
    opacity: 1;
  }

  32.1%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%, 25% {
    opacity: 1;
  }

  32.1%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%, 25% {
    opacity: 1;
  }

  32.1%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.items-4.autoplay .control-button {
  -webkit-animation: controlAnimation-4 28s infinite;
  -o-animation: controlAnimation-4 28s infinite;
  animation: controlAnimation-4 28s infinite;
}

.items-4.autoplay .item {
  -webkit-animation: galleryAnimation-4 28s infinite;
  -o-animation: galleryAnimation-4 28s infinite;
  animation: galleryAnimation-4 28s infinite;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

@-webkit-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.items-5.autoplay .control-button {
  -webkit-animation: controlAnimation-5 35s infinite;
  -o-animation: controlAnimation-5 35s infinite;
  animation: controlAnimation-5 35s infinite;
}

.items-5.autoplay .item {
  -webkit-animation: galleryAnimation-5 35s infinite;
  -o-animation: galleryAnimation-5 35s infinite;
  animation: galleryAnimation-5 35s infinite;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}

.gallery .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

/*
	Theme controls how everything looks in Gallery CSS.
*/

@media (min-width: 320px) {
.gallery {
  position: relative;
  margin-top: 66px;
  }
}

@media (min-width: 480px) {
.gallery {
  position: relative;
  margin-top: 66px;
  }
}

@media (min-width: 768px) {
.gallery {
  position: relative;
  margin-top: 99px;
  }
}

@media (min-width: 1200px) {
.gallery {
  position: relative;
  margin-top: 99px;
  }
}

@media (min-width: 480px) {
  .item {
    width: 100%;
    height: 86px;
  }
}

@media (min-width: 768px) {
  .item {
    width: 100%;
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .item {
    width: 100%;
    height: 200px;
      }
}

@media (min-width: 480px) {  
.gallery .item {
  height: auto;
  overflow: hidden;
  text-align: center;
  background: #f5f5f5;
  }
}

@media (min-width: 768px) {  
.gallery .item {
  height: auto;
  overflow: hidden;
  text-align: center;
  background: #f5f5f5;
  }
}

@media (min-width: 1200px) {  
.gallery .item {
  height: auto;
  overflow: hidden;
  text-align: center;
  background: #f5f5f5;
  }
}

.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s;
}

.borda{
  border-top: 5px solid #781198;
  width: 50%;
}

.sobre {
  margin-top: 80px;
 }

.sobre h1{
  color: #781198;
  font-family: 'Yanone Kaffeesatz', sans-serif;  
  }


.sobre h3{
  color: #939393;
  font-family: 'Abel', sans-serif;
}

@media (min-width: 480px) {
.imgempresa{
  margin-top: 30px;
  width: 300px;
  height: auto;
  }
}

@media (min-width: 768px) {
.imgempresa{
  margin-top: 30px;
  width: 400px;
  height: auto;

  }
}

@media (min-width: 1200px) {
.imgempresa{
  margin-top: 30px;
  width: 400px;
  height: auto;

  }
}

.retangulo{
  margin-top: 100px;
  /*background-color: #781198;*/
  background-image: linear-gradient(to bottom right, #fe00e3, #781198, #781198);
  width: 100%;
  height: auto;
}

@media (min-width: 320px) {
.lgbranco{
  margin-top: 60px;
  margin-left: 30px;
  width: 40px;
  height: 25px;
  }
}

@media (min-width: 480px) {
.lgbranco{
  margin-top: 60px;
  margin-left: 80px;
  width: 60px;
  height: 38px;
  }
}

@media (min-width: 768px) {
.lgbranco{
  margin-top: 60px;
  margin-left: 150px;
  width: 101px;
  height: 63px;
  }
}

@media (min-width: 320px) {
  .icon-1{
  margin-top: 118px;
  width: 17px;
  height: 20px;
  }
}

@media (min-width: 480px) {
  .icon-1{
  margin-top: 118px;
  width: 24px;
  height: 29px;
  }
}

@media (min-width: 768px) {
  .icon-1{
  margin-top: 100px;
  width: 37px;
  height: 44px;
  }
}

@media (min-width: 320px) {
  .icon-2{
  margin-top: 118px;
  width: 10px;
  height: 20px;
  }
}

@media (min-width: 480px) {
  .icon-2{
  margin-top: 118px;
  width: 15px;
  height: 29px;
  }
}

@media (min-width: 768px) {
  .icon-2{
  margin-top: 100px;
  width: 23px;
  height: 44px;
  }
}

.address h5 {
	font-weight: bold;
	margin-bottom: inherit;
}

@media (min-width: 320px) {
.address{
  font-family: "Abel" sans-serif;
  font-size: 9px;
  color: #ffffff;
  margin-top: 30px;
  }
}

@media (min-width: 480px) {
.address{
  font-family: "Abel" sans-serif;
  font-size: 12px;
  color: #ffffff;
  margin-top: 30px;
  }
}

@media (min-width: 768px) {
.address{
  font-family: "Abel" sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  }
}

@media (min-width: 992px) {
.address{
  font-family: "Abel" sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  }
}

@media (min-width: 1200px) {
.address{
  font-family: "Abel" sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  }
}

@media (min-width: 320px) {
.copyright{
  font-family: "Abel" sans-serif;
  font-size: 9px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;  
  }
}  


@media (min-width: 480px) {
.copyright{
  font-family: "Abel" sans-serif;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;  
  }
}  

@media (min-width: 768px) {
.copyright{
  font-family: "Abel" sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;  
  }
}   

@media (min-width: 992px) {
.copyright{
  font-family: "Abel" sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;  
  }
}   

@media (min-width: 1280px) {
.copyright{
  font-family: "Abel" sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;  
  }
} 

.container{
  margin-top: 130px;
}

.container h1{
  color: #781198;
  font-family: 'Yanone Kaffeesatz', sans-serif; 
  margin-bottom: 70px; 
}

@media (min-width: 320px) {
.badage{
  width: 110px;  
  padding-top: 35px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

   h1 {
      font-size: 30px;
   }

   h2 {
      font-size: 22px;
   }

  h3 {
      font-size: 18px;
   }

  h4 {
      font-size: 14px;
   }

}

@media (min-width: 480px) {
.badage{
  width: 190px;  
  padding: 20px;
}

   h1 {
      font-size: 40px;
   }

   h2 {
      font-size: 28px;
   }

  h3 {
      font-size: 18px;
   }

  h4 {
      font-size: 18px;
   }

}

@media (min-width: 768px) {
.badage{
  width: 190px;  
  padding: 20px;
}

   h1 {
      font-size: 40px;
   }

   h2 {
      font-size: 28px;
   }

  h3 {
      font-size: 20px;
   }

  h4 {
      font-size: 18px;
   }

}

@media (min-width: 992px) {
.badage{
  width: 190px;  
  padding: 20px;
}

   h1 {
      font-size: 50px;
   }

   h2 {
      font-size: 28px;
   }

  h3 {
      font-size: 22px;
   }

  h4 {
      font-size: 18px;
   }

}

@media (min-width: 1024px) {
.badage{
  width: 160px;  
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

   h1 {
      font-size: 40px;
   }

   h2 {
      font-size: 22px;
   }

  h3 {
      font-size: 22px;
   }

  h4 {
      font-size: 14px;
   }

}

@media (min-width: 1280px) {
.badage{
  width: 190px;  
  padding: 20px;
}

   h1 {
      font-size: 50px;
   }

   h2 {
      font-size: 28px;
   }

  h3 {
      font-size: 24px;
   }

  h4 {
      font-size: 18px;
   }

}

.borda-2{
  border-top: 5px solid #781198;
  width: 60%;
  margin-top: 40px;
 }


@media (min-width: 320px) {
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption{
  font-family: 'Cuprum', sans-serif;
  font-size: 9px;
  color: #fff;
  text-align: center;
  /*padding: 10% 4%;*/
  border:5px solid #fff;
  border-radius: 4px;
  }
}

@media (min-width: 768px) {
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption{
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  /*padding: 14% 4%;*/
  border:5px solid #fff;
  border-radius: 4px;
  }
}

@media (min-width: 992px) {
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption{
  font-family: 'Cuprum', sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  /*padding: 23% 4%;*/
  border:5px solid #fff;
  border-radius: 4px;
  }
}


@media (min-width: 320px) {
.space{
  margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
.space{
  margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
.space{
  margin-bottom: 30px;
  }
}

.panel {
  margin-top: 120px;
}

.panel-heading h3{
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 35px;
  text-align: center;
}


.box-1{
  margin-top: 80px;
  background-color: #09a79c;
  width: 100%; 
  height: 100%;
  min-height: 190px;
  border-bottom-right-radius: 50px;
  opacity: 1.0; 
  -moz-opacity: 1.0;
  Filter: Alpha(Opacity=100)
}

.box-1:hover{
  opacity: 0.5; 
  -moz-opacity: 0.5;
  Filter: Alpha(Opacity=50)
}

.box-1 a{
  text-decoration: none;
}

.min-img{
  margin-top: 20px;
  margin-left: 20px;
  min-width: 10px;
  max-width: 150px;
  }

.title{
  color: #FFFFFF;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  /*font-size: 28px;*/
  text-align: left;
  padding-top: 20px;
}

h2{
  margin-top: 15px;
}

h4{
  color: #FFFFFF;
  font-family: "Abel" sans-serif;
}

.tecido{
  margin-top: 130px;
 }

.tecido h1{
  color: #781198;
  font-family: 'Yanone Kaffeesatz', sans-serif;  
}

.tecido h3{
  color: #939393;
  font-family: 'Abel', sans-serif;
}

.retangulo-2{
  margin-top: 80px;
  background-color: #f5f5f5;
  width: 100%;
  }

.thumbnail{
  margin-top: 20px;
  border: 1px solid #FFF;
}

.line{
  border-top: 1px solid #c8c8c8;
  margin-top: 30px;
}

.tecido-main{
  margin-right: 100px;
}

.borda-3{
  border-top: 5px solid #781198;
  width: 50%;
  margin-top: 40px;
}

.formulario{
  margin-top: 50px;
}

.retangulo-3{
  border-radius: 10px;
  margin-left: 15%;
  background-color: #781198;
  width: 70%;
}

.retangulo-3 h3{
  padding: 20px;
  color: #FFFFFF;
  font-family: 'Abel', sans-serif;
}

.line-2{ 
  margin-top: -10px;
  margin-left: 150px;
  border-bottom: 4px solid #FFFFFF;
  width: 50%;
}

.glyphicon{
  margin-left: 20px;
  top: 10px;
  font-size: 210%;
  color: #FFFFFF;
}

.retangulo-3 h4{
  margin-top: -30px;
  margin-left: 60px;
  color: #FFFFFF;
  font-family: 'Abel', sans-serif;
}

.retangulo-3 p{
  margin-left: 60px;
  color: #FFFFFF;
  font-family: 'Abel', sans-serif;  
}

.appleLinks {
  padding-bottom: 20px;
}

.appleLinks h6 {
  font-family: 'Abel', sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  color: #FFF;
  margin: 0 0 0 60px;
}

.yt-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  margin-top: 70px;
}

.yt-container iframe, .yt-container object, .yt-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.btn-lg {
  font-family: 'Cuprum', sans-serif;
  font-size: 22px;
  padding: 18px 22px;
  margin-top: 15px;
}