quotes * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Lato', Arial;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

quotes h2 {
  width: 440px;
  height: 27px;
  color: #303a46;
  font-family: Lato, Arial;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.loading-main {
  background-color: rgba(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000000;
}

.quotes {
  height: 260px;
  max-width: 861px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000000;
}

@keyframes fadeInT {
  0% {
    opacity: 1;
  }
  66% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.load_txt {
  text-align: center;
  position: absolute;
  text-align: center;
  z-index: 2;
  opacity: 1;
  font-size: 18px;
  width: 100%;
  margin-top: 130px;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  66% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.q1 {
  animation: fadeIn 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 87px;
  width: 861px;
  margin: 0px 0px 0px 0px;
  position: absolute;
  opacity: 1;
}
.q2 {
  animation: fadeIn 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-delay: 0.5s;
  height: 87px;
  width: 861px;
  margin: 86px 0px 0px 0px;
  position: absolute;
  opacity: 1;
}
.q3 {
  animation: fadeIn 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-delay: 1s;
  height: 87px;
  width: 861px;
  margin: 172px 0px 0px 0px;
  position: absolute;
  opacity: 1;
}

.stars {
  position: absolute;
  margin: 14px 0px 0px 34px;
  width: 110px;
  height: 20px;
  overflow: hidden;
}

.star {
  display: inline-block;
  margin: 1px;
}

.tit {
  position: absolute;
  margin: 36px 0px 0px 34px;
  width: 120px;
  height: 16px;
  background-color: #f8f9fc;
}

.sub {
  position: absolute;
  margin: 62px 0px 0px 34px;
  width: 76px;
  height: 10px;
  background-color: #f8f9fc;
}

.p_txt {
  position: absolute;
  margin: 27px 0px 0px 233px;
  left: 0;
  right: 0;
  width: 17px;
  height: 16px;
  background-color: #f8f9fc;
}

.t_txt {
  position: absolute;
  margin: 48px 0px 0px 222px;
  width: 40px;
  height: 10px;
  background-color: #f8f9fc;
}

.p_txt2 {
  position: absolute;
  margin: 27px 0px 0px 287px;
  left: 0;
  right: 0;
  width: 17px;
  height: 16px;
  background-color: #f8f9fc;
}

.t_txt2 {
  position: absolute;
  margin: 48px 0px 0px 276px;
  width: 40px;
  height: 10px;
  background-color: #f8f9fc;
}

.divi {
  position: absolute;
  margin: 17px 0px 0px 337px;
  width: 1px;
  height: 53px;
  border: 2px solid #f8f9fc;
  background-color: #f8f9fc;
}

.s_txt {
  position: absolute;
  margin: 27px 0px 0px 352px;
  width: 56px;
  height: 16px;
  background-color: #f8f9fc;
}

.b_txt {
  position: absolute;
  margin: 48px 0px 0px 360px;
  width: 40px;
  height: 10px;
  background-color: #f8f9fc;
}

.s_txt2 {
  position: absolute;
  margin: 27px 0px 0px 422px;
  width: 56px;
  height: 16px;
  background-color: #f8f9fc;
}

.b_txt2 {
  position: absolute;
  margin: 48px 0px 0px 430px;
  width: 40px;
  height: 10px;
  background-color: #f8f9fc;
}

.shape1 {
  position: absolute;
  margin: 17px 0px 0px 512px;
  width: 58px;
  height: 53px;
  border-radius: 4px;
  background-color: #f8f9fc;
}

.but {
  position: absolute;
  margin: 24px 0px 0px 643px;
  width: 184px;
  height: 39px;
  border-radius: 46px;
  background-color: #f8f9fc;
}

.bg {
  position: absolute;
  z-index: -999;
  margin: 0px;
  top: 0px;
  width: 861px;
  height: 87px;
  background-color: #ffffff;
}

.spin {
  animation: fad5 16s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.spinner {
  -webkit-animation: rotate 3s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: rotate 3s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 2;
  position: absolute;
  top: 100px;
  left: 50%;
  margin: 0px 0 0 -25px;
  width: 60px;
  height: 60px;
}

.spinner .path {
  /* Loading Outubro Rosa 
   stroke: #FF9FCE;
    */
  stroke: #00d8e8;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: dash 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
