.bg-negro{
    
   background: rgba(76,76,76,1);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(33,33,33,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(8%, rgba(71,71,71,1)), color-stop(100%, rgba(33,33,33,1)));
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(33,33,33,1) 100%);
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(33,33,33,1) 100%);
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(33,33,33,1) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(33,33,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#212121', GradientType=0 );
}
.bg-rojo{
   background: rgba(255,149,0,1);
background: -moz-linear-gradient(top, rgba(255,149,0,1) 0%, rgba(217,33,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,149,0,1)), color-stop(100%, rgba(217,33,0,1)));
background: -webkit-linear-gradient(top, rgba(255,149,0,1) 0%, rgba(217,33,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,149,0,1) 0%, rgba(217,33,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,149,0,1) 0%, rgba(217,33,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,149,0,1) 0%, rgba(217,33,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#d92100', GradientType=0 );
}

.bg-colegio{
    
background: rgba(117,21,43,1);
background: -moz-linear-gradient(top, rgba(117,21,43,1) 0%, rgba(112,1,27,1) 44%, rgba(71,0,17,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117,21,43,1)), color-stop(44%, rgba(112,1,27,1)), color-stop(100%, rgba(71,0,17,1)));
background: -webkit-linear-gradient(top, rgba(117,21,43,1) 0%, rgba(112,1,27,1) 44%, rgba(71,0,17,1) 100%);
background: -o-linear-gradient(top, rgba(117,21,43,1) 0%, rgba(112,1,27,1) 44%, rgba(71,0,17,1) 100%);
background: -ms-linear-gradient(top, rgba(117,21,43,1) 0%, rgba(112,1,27,1) 44%, rgba(71,0,17,1) 100%);
background: linear-gradient(to bottom, rgba(117,21,43,1) 0%, rgba(112,1,27,1) 44%, rgba(71,0,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75152b', endColorstr='#470011', GradientType=0 );
    
}

.bg-naranja{
    background: rgba(255,139,76,1);
background: -moz-linear-gradient(top, rgba(255,139,76,1) 0%, rgba(255,39,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,139,76,1)), color-stop(100%, rgba(255,39,10,1)));
background: -webkit-linear-gradient(top, rgba(255,139,76,1) 0%, rgba(255,39,10,1) 100%);
background: -o-linear-gradient(top, rgba(255,139,76,1) 0%, rgba(255,39,10,1) 100%);
background: -ms-linear-gradient(top, rgba(255,139,76,1) 0%, rgba(255,39,10,1) 100%);
background: linear-gradient(to bottom, rgba(255,139,76,1) 0%, rgba(255,39,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b4c', endColorstr='#ff270a', GradientType=0 );
}
.bg-purpura{
    background: #2C001E;
}
.text-rojo{
     color: #940000;
}
.text-naranja{
    color: #E95420;
}
.text-purpura{
    color: #770953;
}
.fubuntu{
    
    font-family: 'Ubuntu', sans-serif;  
}
.flobster{
    
    font-family: 'Lobster', cursive;
}
h1,h2,h3,h4{
    margin: 0;
}
p{
    margin: 0;
}
.btn-rojo{
    background: #990000;
}
.btn-rojo:hover{
    
    -webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
transition: all 0.3s ease;
 background: #7F0000;
}
.btn-naranja{
      background:  #E95420;
}
.btn-naranja:hover{
    background: #E93420;
}
.btn-purpura{
  
    background: #772953;
}
.btn-purpura:hover{
    background: #770953;
}
h5,h4,h3,h2,h1,p,span{
    font-family: 'Ubuntu', sans-serif;  
}
