/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-10-2017, 13:48:37
    Author     : fcola
*/
.span4 small-box{
    padding-left: 0px;
    margin-left:  -100px;

}
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(221,221,221,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(221,221,221,1);
    box-shadow: 10px 10px 5px 0px rgba(221,221,221,1);
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
    width: 100px;
}
.small-box>.inner {
    padding: 10px;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;


}
.small-box h3, .small-box p {
    z-index: 5;
    padding-left: 30px;
   
    
}
.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(0,0,0,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
.small-box>.small-box-footer-white {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

.db-agua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background: rgba(101,189,241,1);
background: -moz-linear-gradient(top, rgba(101,189,241,1) 0%, rgba(67,245,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101,189,241,1)), color-stop(100%, rgba(67,245,254,1)));
background: -webkit-linear-gradient(top, rgba(101,189,241,1) 0%, rgba(67,245,254,1) 100%);
background: -o-linear-gradient(top, rgba(101,189,241,1) 0%, rgba(67,245,254,1) 100%);
background: -ms-linear-gradient(top, rgba(101,189,241,1) 0%, rgba(67,245,254,1) 100%);
background: linear-gradient(to bottom, rgba(101,189,241,1) 0%, rgba(67,245,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bdf1', endColorstr='#43f5fe', GradientType=0 );
}
.db-white{


    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.db-yellow{
    background: rgba(255,226,82,1);
    background: -moz-linear-gradient(top, rgba(255,226,82,1) 0%, rgba(237,255,41,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,226,82,1)), color-stop(100%, rgba(237,255,41,1)));
    background: -webkit-linear-gradient(top, rgba(255,226,82,1) 0%, rgba(237,255,41,1) 100%);
    background: -o-linear-gradient(top, rgba(255,226,82,1) 0%, rgba(237,255,41,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,226,82,1) 0%, rgba(237,255,41,1) 100%);
    background: linear-gradient(to bottom, rgba(255,226,82,1) 0%, rgba(237,255,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe252', endColorstr='#edff29', GradientType=0 );
}
.db-olive{
    background: rgba(210,255,82,1);
    background: -moz-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
    background: -webkit-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -o-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: linear-gradient(to right, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=1 );
}
.db-red{
    background: rgba(255,82,96,1);
    background: -moz-linear-gradient(top, rgba(255,82,96,1) 0%, rgba(255,76,41,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,82,96,1)), color-stop(100%, rgba(255,76,41,1)));
    background: -webkit-linear-gradient(top, rgba(255,82,96,1) 0%, rgba(255,76,41,1) 100%);
    background: -o-linear-gradient(top, rgba(255,82,96,1) 0%, rgba(255,76,41,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,82,96,1) 0%, rgba(255,76,41,1) 100%);
    background: linear-gradient(to bottom, rgba(255,82,96,1) 0%, rgba(255,76,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5260', endColorstr='#ff4c29', GradientType=0 );
}
.db-orange{
  background: rgba(241,157,101,1);
background: -moz-linear-gradient(top, rgba(241,157,101,1) 0%, rgba(254,83,67,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,157,101,1)), color-stop(100%, rgba(254,83,67,1)));
background: -webkit-linear-gradient(top, rgba(241,157,101,1) 0%, rgba(254,83,67,1) 100%);
background: -o-linear-gradient(top, rgba(241,157,101,1) 0%, rgba(254,83,67,1) 100%);
background: -ms-linear-gradient(top, rgba(241,157,101,1) 0%, rgba(254,83,67,1) 100%);
background: linear-gradient(to bottom, rgba(241,157,101,1) 0%, rgba(254,83,67,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19d65', endColorstr='#fe5343', GradientType=0 );
}
.db-lemon{
    background: rgba(101,241,203,1);
background: -moz-linear-gradient(top, rgba(101,241,203,1) 0%, rgba(67,254,145,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101,241,203,1)), color-stop(100%, rgba(67,254,145,1)));
background: -webkit-linear-gradient(top, rgba(101,241,203,1) 0%, rgba(67,254,145,1) 100%);
background: -o-linear-gradient(top, rgba(101,241,203,1) 0%, rgba(67,254,145,1) 100%);
background: -ms-linear-gradient(top, rgba(101,241,203,1) 0%, rgba(67,254,145,1) 100%);
background: linear-gradient(to bottom, rgba(101,241,203,1) 0%, rgba(67,254,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65f1cb', endColorstr='#43fe91', GradientType=0 );
}
.db-light-yellow{
    background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
}
.db-dark-green{

    background: #002400;
    background: -moz-linear-gradient(top, rgba(101,241,203,1) 0%, #002400 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101,241,203,1)), color-stop(100%, #002400));
    background: -webkit-linear-gradient(top, rgba(101,241,203,1) 0%, #002400 100%);
    background: -o-linear-gradient(top, rgba(101,241,203,1) 0%, #002400 100%);
    background: -ms-linear-gradient(top, rgba(101,241,203,1) 0%, #002400 100%);
    background: linear-gradient(to bottom, rgba(101,241,203,1) 0%, #002400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #b4ddb', endColorstr='#002400', GradientType=0 );
}

.small-box:hover {
    text-decoration: none;
    color: white;
    
}
.icon img {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}

.small-box:hover img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
    
}
.small-box:hover{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}


