﻿body {
     background-color: #fff;
}
.cls-content {
    padding-top: 20vh !important;
}
.footer {
    padding: 0;
    background-color: #696969;
    border-top: 1px solid rgba(0,0,0,0.07);
    margin-top: 1px !important;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
}

.footer .img-footer-logo1{
    margin-right: 15px;
}
.footer .img-footer-logo2{
    margin-left: 15px;
}
 

/*********************************************** CSS Generico NO EDITAR ***********************************************/

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
     text-align: left;
}
 .text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
     text-align: center;
}
 .text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
     text-align: right;
}
 .text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
     text-align: justify;
}
 @media (max-width: 767px) {
     .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
         text-align: inherit;
    }
     .text-left-xs {
         text-align: left;
    }
     .text-center-xs {
         text-align: center;
    }
     .text-right-xs {
         text-align: right;
    }
     .text-justify-xs {
         text-align: justify;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
         text-align: inherit;
    }
     .text-left-sm {
         text-align: left;
    }
     .text-center-sm {
         text-align: center;
    }
     .text-right-sm {
         text-align: right;
    }
     .text-justify-sm {
         text-align: justify;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
         text-align: inherit;
    }
     .text-left-md {
         text-align: left;
    }
     .text-center-md {
         text-align: center;
    }
     .text-right-md {
         text-align: right;
    }
     .text-justify-md {
         text-align: justify;
    }
}
 @media (min-width: 1200px) {
     .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
         text-align: inherit;
    }
     .text-left-lg {
         text-align: left;
    }
     .text-center-lg {
         text-align: center;
    }
     .text-right-lg {
         text-align: right;
    }
     .text-justify-lg {
         text-align: justify;
    }
}

@media screen and (max-width: 767px) {
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
}

/*********************************************** /CSS Generico NO EDITAR ***********************************************/