@charset "UTF-8";
.quotes {
  padding: 150px 0 120px 0;
  background-color: #00294A; }
  .quotes .body-text:before {
    z-index: 99;
    content: '”';
    position: absolute;
    color: #003F72;
    font-size: 650px;
    left: -65px;
    top: 150px;
    font-family: "Roboto Slab", serif;
    font-style: normal; }
  .quotes .body-text p {
    position: relative;
    z-index: 100; }
  .quotes .body-text .quote-by {
    font-size: 18px;
    font-style: normal;
    line-height: 32px; }

.carrousel-wrapper {
  background-image: linear-gradient(to bottom, #025392 0%, #00294a 100%); }
  @media (min-width: 576px) {
    .carrousel-wrapper {
      background-image: linear-gradient(to right, #025392 0%, #00294a 100%); } }
  .carrousel-wrapper .container {
    position: relative; }
    .carrousel-wrapper .container:before {
      z-index: 99;
      content: '”';
      position: absolute;
      color: #025392;
      font-size: 450px;
      left: calc(50% - 100px);
      top: calc(50% + 70px);
      font-family: "Patua One", cursive;
      font-style: normal; }
      @media (min-width: 1200px) {
        .carrousel-wrapper .container:before {
          left: -100px;
          top: 300px;
          font-size: 650px; } }
  .carrousel-wrapper .carousel-inner {
    height: 454px;
    padding: 50px 0 0 0; }
    @media (min-width: 576px) {
      .carrousel-wrapper .carousel-inner {
        height: 524px;
        padding: 150px 0 120px 0; } }
  .carrousel-wrapper .carousel-item {
    color: #FFF;
    font-style: italic;
    z-index: 100;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
    @media (min-width: 576px) {
      .carrousel-wrapper .carousel-item {
        text-align: left;
        font-size: 25px;
        line-height: 40px; } }
    .carrousel-wrapper .carousel-item p {
      width: 260px;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .carrousel-wrapper .carousel-item p {
          width: 100%; } }
    .carrousel-wrapper .carousel-item .quote-by {
      font-size: 16px;
      margin-top: 20px; }
      @media (min-width: 576px) {
        .carrousel-wrapper .carousel-item .quote-by {
          font-size: 18px;
          font-style: normal;
          line-height: 32px; } }
  .carrousel-wrapper .carousel-control {
    font-size: 42px;
    text-decoration: none; }
    .carrousel-wrapper .carousel-control.carousel-control-prev {
      z-index: 99; }
    .carrousel-wrapper .carousel-control i {
      opacity: 0.1; }
      @media (min-width: 1200px) {
        .carrousel-wrapper .carousel-control i {
          opacity: 1; } }

/*# sourceMappingURL=../maps/custom/quotes.css.map */
