.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* span.fr-box.fr-rtl.fr-inline { */
span.fr-box.fr-inline {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.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;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

body .carousel {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.item {
  height: 100%;
}

html body {
  /*  overflow: hidden !important;*/
  overflow: initial !important;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  /* position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; */
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

body .bannerFull {
  /* font-family: Arial, Helvetica, sans-serif !important; */
}

#main-footer {
  display: none;
}

.course-box .nameDiv p::-webkit-scrollbar {
  width: 0px !important;
}


/* 
.rightSkew{
-webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
 
  -webkit-clip-path: url(#cliprightSkew);
  clip-path: url(#cliprightSkew);
  padding-right: 40px !important;

}

 .leftSkew:after{
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-5deg, 0deg);
    -webkit-transform: skew(-5deg, 0deg);
    transform: skew(-5deg, 0deg);
 } */

.notSkew:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: inherit;
}

.col-sm-5 .insideAlign {
  padding: 0px 30px;
}

.insideAlign {
  padding: 0px 3rem;
  position: relative;
  z-index: 9;

  /* add for scroll */
  /* overflow: scroll; */
  overflow: auto;
  height: 100%;
  /* -webkit-mask-image: -webkit-gradient(linear, left 86%, left 97%, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0))); */
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}




.leftSkew:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: inherit;
  transform-origin: bottom left;
  -ms-transform: skew(-5deg, 0deg);
  -webkit-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.rightSkew:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: inherit;
  transform-origin: bottom left;
  -ms-transform: skew(5deg, 0deg);
  -webkit-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.leftSkew {
  /* -webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);

  -webkit-clip-path: url(#clipleftSkew);
  clip-path: url(#clipleftSkew);
  padding-left: 40px !important; */
}


/* mobile */

@media only screen and (max-width: 768px) {
  body .carousel .video100 {
    width: 100vw !important;
    height: auto;
  }

  body .vidChoose {
    width: 100vw !important;
    height: auto !important;
  }

  .bgIMG {
    z-index: -1 !important;
  }

  .inp {
    padding: 5px 20px 0px 20px !important;
  }

  .goodfeedback,
  .bedfeedback {
    min-height: auto !important;
    padding: 10px 0px !important;
  }

  .qtit {
    width: 80% !important;
  }

  .qTitle {
    /* background-color: #F4F4F4; */
    padding: 10px 14px 0px !important;
    font-size: 20px;
  }

  .checkbox-custom-label,
  .radio-custom-label {
    font-size: 14px !important;
  }

  p.AnswerTitleGood {
    font-size: 13px !important;
  }

  .feedback {
    margin: 5px !important;
    padding: 10px 0px !important;
  }

  .TextFeed {
    word-break: break-word;
    font-size: 14px !important;
  }

  .checkbox-custom,
  .checkbox-custom-label,
  .radio-custom,
  .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    /* margin: 0px 5px!important; */
  }

  /* For mobile phones: */
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  body .carousel-inner .col-sm-12 .insideAlign .collapse-list {
    padding: 0% 5% !important;
  }

  body .carousel-inner .col-sm-12 .insideAlign .slide-h1,
  body .carousel-inner .col-sm-12 .insideAlign .slide-p p {
    padding: 0 5% !important;
  }

  .carousel .height-100 {
    height: 80vh;
    margin-top: -3px;
    margin-bottom: 5px;
  }

  .insideAlign {
    padding: 0px 10px !important;
  }

  .carousel .margin-top-30 {
    margin-top: 18%;
    margin-right: 0px;
    margin-left: 0px;

  }

  .leftSkew,
  .rightSkew {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
  }
}

.mobileView .leftSkew,
.mobileView .rightSkew {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
}

.mobileView .height-100.col-sm-12 {
  height: 100vh;
}

.mobileView .height-100 {
  height: 80vh;
  margin-top: -2px;
}

.mobileView .margin-top-30 {
  margin-top: 12%;
}

.mobileView .insideAlign {
  padding: 0px 10px;
}

body .mobileView .carousel-inner .col-sm-12 .insideAlign .slide-h1,
body .mobileView .carousel-inner .col-sm-12 .insideAlign .slide-p p {
  padding: 0 5% !important;
}

.mobileView .col-10,
.mobileView .col-11,
.mobileView .col-12,
.mobileView .col-2,
.mobileView .col-3,
.mobileView .col-4,
.mobileView .col-5,
.mobileView .col-6,
.mobileView .col-7,
.mobileView .col-8,
.mobileView .col-9,
.mobileView .col-auto,
.mobileView .col-lg,
.mobileView .col-lg-1,
.mobileView .col-lg-10,
.mobileView .col-lg-11,
.mobileView .col-lg-12,
.mobileView .col-lg-2,
.mobileView .col-lg-3,
.mobileView .col-lg-4,
.mobileView .col-lg-5,
.mobileView .col-lg-6,
.mobileView .col-lg-7,
.mobileView .col-lg-8,
.mobileView .col-lg-9,
.mobileView .col-lg-auto,
.mobileView .col-md,
.mobileView .col-md-1,
.mobileView .col-md-10,
.mobileView .col-md-11,
.mobileView .col-md-12,
.mobileView .col-md-2,
.mobileView .col-md-3,
.mobileView .col-md-4,
.mobileView .col-md-5,
.mobileView .col-md-6,
.mobileView .col-md-7,
.mobileView .col-md-8,
.mobileView .col-md-9,
.mobileView .col-md-auto,
.mobileView .col-sm,
.mobileView .col-sm-1,
.mobileView .col-sm-10,
.mobileView .col-sm-11,
.mobileView .col-sm-12,
.mobileView .col-sm-2,
.mobileView .col-sm-3,
.mobileView .col-sm-4,
.mobileView .col-sm-5,
.mobileView .col-sm-6,
.mobileView .col-sm-7,
.mobileView .col-sm-8,
.mobileView .col-sm-9,
.mobileView .col-sm-auto,
.mobileView .col-xl,
.mobileView .col-xl-1,
.mobileView .col-xl-10,
.mobileView .col-xl-11,
.mobileView .col-xl-12,
.mobileView .col-xl-2,
.mobileView .col-xl-3,
.mobileView .col-xl-4,
.mobileView .col-xl-5,
.mobileView .col-xl-6,
.mobileView .col-xl-7,
.mobileView .col-xl-8,
.mobileView .col-xl-9,
.mobileView .col-xl-auto {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.optionsControl-carusel .ant-btn>.anticon+span {
  margin: 0px !important;
}

.optionsControl-carusel button {
  margin-right: 5px;
}


/* - sort css - */

.sortContainer {
  position: fixed;
  z-index: 99999999;
  top: 70px;
  left: 20px;
}

.sortable-list {
  background: white;
  /* text-align: right; */
  padding: 10px !important;
  font-size: 20px;
  height: auto !important;
  max-height: 450px;
}

.sortable-list li {
  padding: 10px !important;
}

.sortable-container .sortable-header .sortable-buttons {
  float: left !important;
}


/* - sort css - */

body .carousel-control.left,
body .carousel-control.right {
  background: rgna(0, 0, 0, 0);
  /* background-image: none; */
}

body .caruselTheme .carousel-control.left,
body .caruselTheme .carousel-control.right {
  background-image: none !important;
}

.bannerFull .padding-0 {
  padding: 0px !important;
}

.bannerFull .carousel-control.left,
.bannerFull .carousel-control.right {
  position: absolute;
  bottom: 30px;
  top: initial;
}

.bannerFull .slider-conteudo-html,
.bannerFull .slider-grande-modelo1 {
  min-height: 100% !important;
}


.collapse-list-element {
  word-break: break-all;
}

.collapse-list-element p {
  margin: 0px !important;
}

.margincentercollaps {
  margin: 10px auto !important;
  background-color: transparent !important;
}

.bannerFull .plusBtnCollaple {
  display: -webkit-box;
  display: flex;
  transition: opacity .5s;
  font-size: 2em;
  font-weight: 400;
  line-height: 0;
  margin-left: .5em;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: right;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  top: -2px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}

.bottomLeftLogo {
  position: fixed;
  width: 140px;
  top: 20px;
}

.downSectionFixed {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: #ffffff;
  z-index: 99999;
}

.container-carusel {
  width: 100%;
}

.bannerFull .floatRight {
  float: right !important;
}

.background-carusel {
  background-size: cover;
}

.bannerFull {
  position: fixed;
  width: 100%;
  z-index: 0;
  min-height: 100%;
  height: 100%;
  top: 0;
}

.banner-principal .slider-conteudo-html {
  min-height: 455px;
  display: block;
  /* background: #cccccc; */
}

.banner-interna .slider-conteudo-html {
  height: 255px;
  display: block;
  /* background: #cccccc; */
}

.insideAlign {
  padding: 0px 100px;
  position: relative;
  z-index: 9;
}

.box-shadowCon {
  box-shadow: 2px 2px 70px rgba(0, 0, 0, 0.39);
}

.margin-top-30 {
  margin-top: 12%;
}

.margin-top-20 {
  margin-top: 11%;
}


/*------------------     NEW LOOK CARUSEL   ------------*/

.bgIMG {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0px;
  background-size: cover;
  margin: 0px;
  object-fit: cover;
}

.mobileView .bgIMG {
  z-index: -1 !important;
}

.height-100 {
  height: 100vh;
}

.downSectionFixed {
  background: #F4F4F4 !important;
}

body .carousel-indicators .active {
  border: 0px;
  width: 50px !important;
  /* height: 4px !important; */
  margin: 0px 10px !important;
  border-radius: 0px;
}

body .carousel-indicators li {
  border: 0px;
  background: #AAACAB;
  width: 50px;
  height: 4px;
  margin: 0px 10px;
  border-radius: 0px;
}


body .newStyle-display-none {
  display: none !important;
}

.left-skew {
  left: 0px !important;
  transform: skewX(-7deg) !important;
}

.newStyle-skew {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  width: 300px;
  z-index: -1;
  transform: skewX(7deg);
  margin-left: -60px;
  height: 100vh;
}

body .carousel .uploadBtnFloat {
  bottom: 10vh !important;
  position: fixed;
  z-index: 9;
}


body .carousel_component .uploadBtnFloat {
  position: absolute !important;
  margin: 0 !important;
  width: 100%;
  display: flex !important;
  top: 10px;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  bottom: auto;
}


body .carousel .notSkewVID.col-xs-10.col-sm-7 .vidChoose .uploadBtnFloat {
  margin-top: 80vh !important;
}


body .carousel .vidChoose .uploadBtnFloat {
  margin-top: -80px !important;
}



.carousel-indicators {
  margin: 0 auto !important;
}

.downSectionFixed {
  height: 50px !important;
}

html,
body {
  min-height: 100% !important;
  height: 100%;
}

body .carousel-inner .col-sm-12 .uploadBtnFloat {
  position: absolute;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%);
}

body .carousel-inner .col-sm-12 .margin-top-30 {
  margin-top: 12% !important;
}

body .carousel-inner .col-sm-12 .insideAlign {
  padding: 0px;
}

body .carousel-inner .col-sm-12 .ant-slider {
  display: none;
}

body .carousel .col-sm-12 #enterBTN .fr-element p {
  padding: 0 !important;
}

body .carousel .col-sm-12 .ctaEnterBTNContainer {
  text-align: center !important;
}

body .carousel .col-sm-12 .fr-element p,
body .carousel-inner .col-sm-12 .insideAlign .slide-h1 p {
  text-align: center;
}

body .carousel-inner .col-sm-12 .insideAlign .slide-h1,
body .carousel-inner .col-sm-12 .insideAlign .slide-p p {
  text-align: center;
  margin-left: auto !important;
  padding: 0 25%;
}

body .carousel-inner .col-sm-12 .slide-p {
  margin: 0 auto !important;
}

body .carousel-inner .col-sm-12.textSlider {
  margin-top: -2px !important;
  position: absolute;
}

body .carousel-inner .col-sm-12 .insideAlign .collapse-list {
  margin: 0 auto;
  padding: 0% 25%;
}

body .bannerFull .carousel-control.left,
body .bannerFull .carousel-control.right {
  position: absolute;
  bottom: 10px;
  font-size: 30px;
  top: initial;
  width: 80px;
}


/*------------------     NEW LOOK CARUSEL   ------------*/

.slider-grande-modelo1 .slide-h1 {
  color: #000;
  font-weight: 600;
  font-size: 2.2em;
  margin-bottom: .4em;
  line-height: 1.05;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.slide-h1 div {
  color: #000;
  font-weight: 600;
  font-size: inherit;
  line-height: 1.05;
}

.img-responsive {
  width: 102%;
  max-width: 102%;
}

.col-sm-0[_ngcontent-c0] {
  display: none;
}

.margin-top-10 {
  margin-top: 12% !important;
}

.col-sm-12 .slide-p {
  margin-left: 70px !important;
}

.col-sm-0 {
  display: none;
}

body .carousel .slide-h1 .fr-element p {
  color: #000;
  font-weight: 600;
  font-size: inherit;
  font-size: 1.1em !important;
  line-height: 1.05;
}

body .carousel .fr-element p {
  margin-top: 0px;
  color: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 0px;
  word-break: break-word;
  word-break: normal !important;
}

.slide-p {
  margin-top: 15px;
  color: #303335;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 1.1em;
  min-height: 30px;
}

.slide-p div {
  color: inherit;
  line-height: 1.55;
  font-weight: 400;
  font-size: 20px;
}

.slider-grande-modelo1 {
  min-height: 455px;
}

.slider-grande-modelo1 .content-table {
  position: relative;
  display: table;
  display: block\9;
  height: 450px;
}

.slider-grande-modelo1 .content-table .img-container {
  display: table-cell;
  display: block\9;
  padding-top: 80px\9;
  vertical-align: middle;
}

.slider-grande-modelo1 .slide-btn {
  background-image: none;
  color: #D92222;
  text-shadow: none;
  background-color: #FFF;
  opacity: 0.9;
  font-size: 18px;
  margin-top: 15px;
}

.slider-grande-modelo1 .slide-btn:hover {
  opacity: 1;
}

.slider-medio-modelo1 .slide-h1 {
  text-align: left;
  margin-top: 12%;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.slider-medio-modelo1 .slide-h2 {
  text-align: left;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

.slider-medio-modelo1 .slide-h3 {
  text-align: left;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.slider-medio-modelo1 {
  min-height: 255px;
}

.slider-medio-modelo1 .content-table {
  position: relative;
  display: table;
  display: block\9;
  height: 255px;
}

.slider-medio-modelo1 .content-table .img-container {
  display: table-cell;
  display: block\9;
  padding-top: 30px\9;
  vertical-align: middle;
}

.slider-medio-modelo1 .slide-btn {
  background-image: none;
  color: #D92222;
  text-shadow: none;
  background-color: #FFF;
  opacity: 0.9;
  font-size: 25px;
  margin-top: 15px;
}

.slider-medio-modelo1 .slide-btn:hover {
  opacity: 1;
}

.qtit {
  width: 90%
}

.slider-conteudo-imagem {
  max-height: 455px;
  overflow: hidden;
}

.slider-conteudo-imagem img {
  width: 100%;
  min-width: 1400px;
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
}

.conteudoPrincipal {
  background-color: #fff;
  margin-top: -12px;
  padding-top: 30px;
}


/* Indicadores do banner*/

.carousel-indicators {
  bottom: 5px;
}

.editColla {
  margin: 0px 102% -40px !important;
  margin: 0px auto !important;
}


/* queations  */

.selectQ {
  border-radius: 5px;
  border: 1px solid !important;
  text-align: center;
  background-color: white;
  width: 90%;
  direction: rtl
}

input.display-none.inputbtn.CancelDisplayNone.xsk {
  width: 90%;
  border-radius: 5px;
  border: 1px solid;
}

.xsk {
  margin: 5px auto;
  text-align: right !important;
}

.overflowDemo {
  overflow: scroll;
}

img.iconcc {
  height: 40px;
  display: inline-block;
  opacity: 0.7;
  margin-left: 10px;
  vertical-align: unset;
}

.inlineblock {
  display: inline-block;
}

button.btn.cta.border-radius-BB.bg-color-primary.ansCheck {
  color: white !important;
}

.ansCheck {
  margin-top: 10px !important
}

.newQ {
  display: block;
  width: 100%;
  margin: 65px auto 60px;
  /* background-color: white; */
  background: var(--slice-theme-block-bg-color);
  padding: 0px 0px 15px 0px;
  box-shadow: 1px 1px 6px 1px rgba(202, 202, 202, 0.3411764705882353);
}

/* .greenClass { */
  /* background-color: #00c53a !important; */
  /* background: linear-gradient(to left, #00c53a, #00c53a) !important; */
  /* background: linear-gradient(to right,
      #00c53a -100%, var(--slice-theme-block-bg-color) 80%) !important; */
  /* color: white; */
  /* box-shadow: 1px 1px 3px 1px #ccccccb3; */
/* } */

/* .redClass { */
  /* background-color: #ce3328 !important; */
  /* background: linear-gradient(to left, #ce3328, #ce3328) !important; */
  /* background: linear-gradient(to right,
      #ce3328 -30%,
      var(--slice-theme-block-bg-color) 80%) !important;
  color: white;
  box-shadow: 1px 1px 3px 1px #ccccccb3;
} */

.CancelDisplayNone2 {
  display: block !important;
}

.qTitle {
  /* background-color: #F4F4F4; */
  padding: 15px 30px 0px;
  font-size: 20px;
}

.labelAns:hover .deletANS {
  opacity: 1 !important;
}

.deletANS:not(.delete-fix-btn) {
  left: 104px;
  position: absolute !important;
  display: inline-block;
  margin: -50px 0px;
  border: 0px !important;
  background: transparent !important;
}

.deletANS {
  border: 0px !important;
}

.spanselect {
  text-align: center;
  margin: 0px 15px;
}

.labelGray {
  /* background-color: #F4F4F4; */
  background: var(--slice-theme-block-bg-color-second);
  color: var(--slice-theme-text-color);
}

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.feedback {
  margin: 20px;
  padding: 20px;
  border-radius: 15px;
  background: var(--slice-theme-block-bg-color-second);
  /* background-color: #f6f6f6; */
}

.iconright {
  width: 30%;
  display: inline-block;
}

.goodfeedback {
  min-height: auto;
}

button.display-none.CancelDisplayNone.deletQ.ant-btn.ant-btn-dashed.ant-btn-lg.ant-btn-icon-only {
  position: absolute;
}

.dirction-rtl {
  direction: rtl;
}


.TextFeed {
  display: inline-block;
  width: 70%;
  padding: 0px 10px;
  vertical-align: top;
  margin-bottom: 0px !important;
  word-break: break-word;
  font-size: 16px !important;
}

textarea.TextFeed {
  white-space: pre-wrap;
  border: none;
  background: transparent;
}

.AnswerTitleGood {
  margin: 0px auto;
  text-align: center;
  color: #00c53a;
  font-size: 18px !important;
  word-break: break-word;
  font-weight: 600;
}

.checkbox-custom-label,
.radio-custom-label {
  padding: 5px 40px !important;
}

img.iconcc {
  display: none;
}

p.AnswerTitleBed {
  margin: 0px auto;
  text-align: center;
  color: #ce3328;
  word-break: break-word;
  font-size: 18px !important;
  font-weight: 600;
}

img.iconVX {
  width: 35px;
  display: block;
  margin: 0px auto;
}

.forbtn {
  padding: 0 30px;
}

button.btn.redBtn {
  /* float: left; */
  background-color: rgba(240, 47, 75, 1);
  color: white;
  padding: 10px 30px;
  margin: 5px;
}

button.btn.redBtn:hover {
  /* float: left; */
  background-color: rgba(240, 47, 75, 1);
  color: white;
  padding: 15px 30px;
  margin: 5px;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
}

button.rightAnsrChek {
  background-color: #00c53a !important;
}

button.ansans:hover,
button.ansans2:hover {
  background-color: #00c53a94;
  cursor: pointer;
}

button.ansans2 {
  position: absolute;
  /* background-color: #f6f6f6; */
  color: white;
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  /* padding: 2px; */
  /* margin-right: -30px; */
  /* text-align: center; */
  /* margin-left: 0px; */
}

button.ansans {
  position: absolute;
  /* margin: 10px -36px; */
  /* background-color: #f6f6f6; */
  color: white;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  /* padding: 2px; */
  /* margin-right: -30px; */
  /* text-align: center; */
  /* margin-left: 0px; */
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 2px;
  z-index: 99;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}



.acor {
  display: inline-block !important;
  width: 50%;
  margin: 0px 10px !important;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
  background: rebeccapurple;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

button.display-none.margincentercollaps.CancelDisplayNone.ant-btn.ant-btn-dashed.ant-btn-lg {
  margin: 10px auto !important;
}

.radio-custom+.noshow:before {
  display: none !important;
}

.radio-custom+.radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
  background: #434A54;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {}


/* end quetaions */


/*Conteudo banner 01*/

.conteudoBanner {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 30px;
  right: 10%;
  height: 400px;
  width: 400px;
  -webkit-box-shadow: 0 0 25px #000;
  -moz-box-shadow: 0 0 25px #000;
  box-shadow: 0 0 25px #000;
  text-align: center;
  color: #266B33;
  font-size: 31px;
  padding-top: 20px;
}

.conteudoBanner .txtDestaque {
  font-size: 50px;
}

#carousel-interno .fa-spin {
  position: absolute;
  left: 50%;
  color: #000;
  font-size: 50px;
  top: 200px;
}

.carousel-control {
  color: #040404;
}

.carousel-control .glyphicon {
  background: #e2e0e3;
  border-radius: 100%;
  padding: 4px;
  font-size: 20px;
}

.prevText {
  position: absolute;
  width: 33%;
  bottom: -13px;
  margin-left: -78px;
  text-align: left;
  text-shadow: none;
  color: #000000;
}

.nextText {
  position: absolute;
  width: 79%;
  bottom: -13px;
  text-align: right;
  text-shadow: none;
  color: #000000;
}

.radio-custom-label:focus {
  outline: 0px
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 12px;
  text-indent: -999px;
  border: 1px solid #aaacab;
  border-radius: 10px;
  cursor: pointer;
  background-color: #aaacab;
}

.carousel-indicators .active {
  /* margin: 0; 
      width: 12px;
      height: 12px;*/
  border: 1px solid #1579d0;
  background-color: #1579d0;
}

.item .container-fluid {
  padding: 0px;
}

.padding-0 {
  padding: 0px;
}

.collapse-list {
  list-style: none;
  width: 100%;
  padding-right: 0px;
  margin-top: 20px;
}

.collapse-list-element {
  color: #303335;
}

.addCaruselOpenMenu {
  z-index: 99999999999;
  position: fixed;
  background: white;
  width: 100vw;
  bottom: -120vh;
}

.addCaruselOpenMenu.openMenuM {
  top: 0;
}

.addCaruselOpenMenu ul {
  padding: 0px;
  list-style: none;
}

.addCaruselOpenMenu ul li {
  padding: 0px;
  list-style: none;
  display: inline-block;
  width: 200px;
  height: 100px;
  box-shadow: 0px 0px 30px #ababab;
  margin: 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.collapse-list-element__title {
  font-size: 16px;
  margin: 0;
  color: #303335;
  background: none;
  border: none;
  border-top: 1px solid #303335;
  width: 100%;
  font-weight: 600;
  padding: 0.3em 0;
  line-height: 1.2;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.collapse-list-element:last-child {
  border-bottom: solid #303335 1px;
}

.collapse-list-element__title:hover {
  color: #121213;
  cursor: pointer;
}

.collapse-list-element__text {
  color: #303335;
  padding: 0rem;
  font-size: 15px;
  margin: 0;
  /* border-bottom: solid #303335 1px; */
}

.position-fixed {
  position: fixed;
}


/* cta problem */

.cta2 {
  margin-top: 20px;
  display: flex;
  padding: 3px 15px;
  text-decoration: none;
  /* position: absolute; */
  font-size: 24px;
  font-weight: bold;
  color: white;
  border: 0px;
  cursor: pointer;
  /* background: #6225E6; */
  /*  transition: 1s;*/
  /* box-shadow: 0px 0px 30px black; */
  /* transform: skewX(-15deg); */
  /* box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); */
}

.cta2:hover i {
  /* -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;*/
}

.cta2:focus {
  outline: none;
}

.cta2:hover {
  transition: 0.5s;
  background-color: rgba(57, 75, 97, 1) !important;
  /*transform: scale(1.15);*/
  /* box-shadow: 0 0 110px 50px black; */
  /*  animation: shadow-pulse  2s infinite!important;*/
  /* box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); */
}

.cta2.cta3:hover {
  transition: 0.5s;
  background-color: #D92222 !important;
  /*transform: scale(1.15);*/
  /* box-shadow: 0 0 110px 50px black; */
  /*  animation: shadow-pulse  2s infinite!important;*/
  /* box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); */
}

.collapse-list-element--expanded .plusBtnCollaple:after {
  content: "-";
}

.plusBtnCollaple:after {
  content: "+";
}


/* end cta problem */

.collapse-list-element__text-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.collapse-list-element--expanded .collapse-list-element__text {}

.collapse-list-element--expanded .collapse-list-element__text-wrapper {
  max-height: 100rem;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
}

.collapse-list-element--expanded .collapse-list-element__title {
  background-color: transparent;
}

.collapse-list-element--expanded .collapse-list-element__title:hover {
  color: #000000;
}

.carusel-link-on-text {
  font-size: 22px;
}

a {
  color: #0070c0;
  text-decoration: underline;
}

.carousel-indicators .active {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 12px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.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
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}