body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ebedec;
}
.dol {
	background-color:#fefefe;
	padding: 10px;
}
.margind {
	margin-bottom: 20px;
}
.smallimg {
	width: 70%;
}

.footer-index{
	padding-top:20px;
	border-top: 3px solid #97e787;
	margin-bottom:30px;
}
.logo-index{
	margin: 25px 0 20px 0;
}
.nolink {
	color: black;
}
.nolink:hover {
	color: black;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
h5{
	font-style: italic;
	text-align: center;
	margin: 30px 0 35px 0;
}
.ue {
	font-size: 12px;
	margin-top: 25px;
}
.logoigla{
	border-bottom: 3px solid #97e787;
	margin-bottom:30px
}

