/*
/// @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
*/


body{
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,sans-serif;
  font-size: 1.55rem;
}


.jumbotron {
  color: white;
  border-radius: 0px;
  padding-top: 6rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
  background: url("../img/verde.jpg");
  background-size: cover;
}

.jumbotron-heading{
  font-size: 1.5rem;
  margin-bottom: .5em;
  font-family: inherit;
  color: inherit;
}

.text-center{
  text-align: center!important;
}


.panel-default {
  border-color: #999;
}

p{
  text-align: justify;
}

.clsFooter {
	color:   #F0F0F0;
	background: #151515;
	border:  1px solid #D0D0D0;
	padding: 12px 10px 12px 10px;
	font-size: 11px;
	font-family: verdana;
	text-align: center;
	margin-top: 7px;
}

#pmsg{
    margin-bottom: 0px; text-align: center; display: none;
}

.shadow{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.dvAsist {
    float: right;
    height: 23px;
    width: 50%;
    border: 1px solid gray;
    border-radius: 4px;
}

@media screen and (min-width: 768px)
{
    .jumbotron h1, .jumbotron .h1 {
        font-size: 33px;
        font-weight: 300;
    }
}
