/*3025d9d7a4efd776cd96c05720b96947*/
/* @import "custom.scss" */

h2{
  color:#AE2220;
}

#g-header .g-content{
  padding:0;
  margin:0;
}

#g-footer{
  background-color:#AE2220;
}

#g-navigation{
    box-shadow: 5px 5px 5px #692E2A;
}

div.g-content.g-particle{
  margin-top:70px;
}

table{
  border:hidden;
}

td{
  border:hidden;
}

#g-header{
  padding:0;
}

#g-intro,#g-features{
  padding:0;
}

#g-intro .g-contentcubes .cube-items-wrapper .cube-content-wrapper{
  padding-top:6.5rem;
}

#enviar{
  background: rgba(128,38,30,1);
  background: -moz-linear-gradient(top, rgba(128,38,30,1) 0%, rgba(99,34,27,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128,38,30,1)), color-stop(100%, rgba(99,34,27,1)));
  background: -webkit-linear-gradient(top, rgba(128,38,30,1) 0%, rgba(99,34,27,1) 100%);
  background: -o-linear-gradient(top, rgba(128,38,30,1) 0%, rgba(99,34,27,1) 100%);
  background: -ms-linear-gradient(top, rgba(128,38,30,1) 0%, rgba(99,34,27,1) 100%);
  background: linear-gradient(to bottom, rgba(128,38,30,1) 0%, rgba(99,34,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80261e', endColorstr='#63221b', GradientType=0 );
  padding:10px 30px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(174,34,32,1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(174,34,32,1);
  box-shadow: 0px 5px 5px 0px rgba(174,34,32,1);
  -webkit-transition:all 1s ease; /* Safari y Chrome */
  -moz-transition:all 1s ease; /* Firefox */
  -o-transition:all 1s ease; /* IE 9 */
  -ms-transition:all 1s ease; /* Opera */
  transition:all 1s ease;
}

#enviar:hover{
  background: rgba(99,34,27,1);
  background: -moz-linear-gradient(top, rgba(99,34,27,1) 0%, rgba(128,38,30,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(99,34,27,1)), color-stop(100%, rgba(128,38,30,1)));
  background: -webkit-linear-gradient(top, rgba(99,34,27,1) 0%, rgba(128,38,30,1) 100%);
  background: -o-linear-gradient(top, rgba(99,34,27,1) 0%, rgba(128,38,30,1) 100%);
  background: -ms-linear-gradient(top, rgba(99,34,27,1) 0%, rgba(128,38,30,1) 100%);
  background: linear-gradient(to bottom, rgba(99,34,27,1) 0%, rgba(128,38,30,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63221b', endColorstr='#80261e', GradientType=0 );
}

.g-contentcubes .cube-items-wrapper{
  background:linear-gradient(45deg, #fe8b00, #ef1a1a);
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-label{
  background:#e33b1e;
}

.ui-tabs-active .g-contenttabs-tab-wrapper-head{
  background:#ef1a1a;


/*.g-contenttabs .g-contenttabs-tab-wrapper-head{
  background:rgba(183, 122, 7, 0.125);
}

.g-contenttabs .g-contenttabs-tab-wrapper-head:active{
  background:#B77A07;
}}*/