@import url('https://fonts.googleapis.com/css?family=Aleo:300,400,700|Open+Sans');
body{
/*    background-color: rgba(164,234,160,.2);*/
    font-family: 'Open Sans', sans-serif;
}
header{
    height: 400px;
    position: relative;
    background-color: rgba(0,0,0,0.8);
    
}
header .blur{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
    filter: blur(5px);
}
header .back{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
header h1{
    color: #fff;
    font-size: 80px;
    font-family: 'Aleo', serif;
}
@media(max-width: 767px){
    header h1{
        font-size: 40px;
    }
    header h3{
        font-size: 18px;
    }
    header{
        height: 250px;
    }
    .informate{
        height: 250px !important;
    }
    .informate h1{
        font-size: 40px !important;
        text-align: center;
    }
}
.text-green,
.nav-pills .nav-link{
    color: #25800d;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #25800d;
}
.btn-success{
    background-color: #25800d;
    border-color: #25800d;
    transition: all .3s ease;
}
.btn-success:focus,
.btn-success:hover{
    background-color: #25800d;
    border-color: #25800d;
    transform: scale(1.2);
}
.maps .col-sm-3 .nav{
    border-right: 1px solid #25800d;
}
.informate{
    height: 400px;
    background-color: #25800d;
    position: relative;
}
.informate .back{
    position: absolute;
    background-image: url(../img/bg.jpg);
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    background-position: center;
    background-size: cover;
    opacity: .2;
}
.informate .btn{
    background-color: #fff;
    color: #25800d;
    font-size: 24px;
}
.informate h1{
    font-size: 60px;
}
.informate .h1{
    font-size: 24px;
}
header img{
    height: 100px !important;
}


table tr.bg-success{
    background-color: #25800d !important;
    color: #fff;
}
table tbody > tr:nth-child(odd){
    background-color: rgba(37,128,13,0) !important;
}
table tbody > tr:nth-child(even){
    background-color: rgba(37,128,13,0.2) !important;
}