/*================================== SLIDER ==================================*/
/*============================= Plugin Slider - INICIO =============================*/
.carousel-container,
.carousel-wrapper,
.carousel-list,
.item-column {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.carousel-full {
  width: calc(100vw - 6.5rem);
  margin-left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.carousel-container {
  position: relative;
  margin: 0 auto 5px;
  width: 100%;
}
.products_slider .product-title h2 {
  max-width: calc(100% - 60px);
}
.store-rating {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .products_slider .carousel-container {
    width: calc(100vw);
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
.carousel .carousel-container {
  border: none;
  border-top: 1px solid #DDDDDD;
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (-moz-touch-enabled: 1), (pointer: coarse) {
  .carousel-wrapper {
    overflow-x: scroll;
  }
}
.slide-home .carousel-wrapper {
  width: calc(100% + 4px);
  margin: 0 -2px;
}
.carousel-list:after {
  content: '';
  display: block;
  clear: both;
}
.carousel-list {
  min-height: 120px;
  width: 100%;
  position: relative;
  left: 0;
  list-style: none;
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  display:         flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
      flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-wrap: nowrap;
}
.carousel-list-transition {
  -webkit-transition: left .8s cubic-bezier(.77, 0, .175, 1);
     -moz-transition: left .8s cubic-bezier(.77, 0, .175, 1);
       -o-transition: left .8s cubic-bezier(.77, 0, .175, 1);
          transition: left .8s cubic-bezier(.77, 0, .175, 1);
}
.carousel-list .item-column {
  overflow: hidden;
  position: relative;

  min-height: 120px;
  /* width: 100vw; */
  min-width: 100%;
  /* max-width: 100vw; */
}
.products_slider .itembox {
  border: none;
}
.slide-manufactured .item-column {
  padding: 15px;
}
.products_slider.carousel .item-column {
  border-right: none !important;
}

/* Controles - INICIO */
.carousel-container .indicators {
  cursor: pointer;
}
.carousel-container .indicators .indicators-content {
  height: .25rem;
  background-color: #DDDDDD;
  transition: .4s linear;
}
.carousel-container .indicators.indicators-active .indicators-content {
  background-color: #AAAAAA;
}

@keyframes timeline {
  0% { width: 0 }
  100% { width: 100% }
}

.carousel-container .time-line {
  height: 1px;
  background-color: #000;
  width: 0%;
  animation-name: timeline;
  animation-timing-function: linear;
  animation-duration: 4000ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

.carousel-container .time-line .time-line-current-time {
  background-color: #DDDDDD;
  height: .1rem;
}

.carousel-container .control {
  background: rgba(255, 255, 255, .3);
  border-radius: 5px;
  padding: 12px 14px;
  font-weight: 900;
  color: #000000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: .8;
  -webkit-transition: .3s linear;
     -moz-transition: .3s linear;
       -o-transition: .3s linear;
          transition: .3s linear;
}
.carousel-container .control:hover {
  opacity: 1;
}
.control-inside,
.control-outside,
.control-outside-hover {
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.carousel-container .control-inside {
  border-radius: 0;
  padding: 16px 12.5px;
  font-size: 1.5rem;
}
.carousel-container .control-outside {
  background: none;
  padding: 12px;
  font-size: 1.5rem;
}
.carousel-container .control.control-outside-hover {
  background: none;
  color: #000000;
  font-size: 2rem;
  opacity: 0;
}
.carousel-container .control.control-outside-hover:hover {
  opacity: 1;
}
.carousel-container .control-inside.prev {
  left: 25px;
}
.carousel-container .control-inside.next {
  right: 25px;
}
.carousel-container .control-outside.prev {
  left: -35px;
}
.carousel-container .control-outside.next {
  right: -35px;
}

.carousel-container .control-outside-hover.prev {
  left: -40px;
}
.carousel-container .control-outside-hover.next {
  right: -40px;
}
.carousel-container:hover .control-outside-hover.prev {
  left: -45px;
  opacity: 1;
}
.carousel-container:hover .control-outside-hover.next {
  right: -45px;
  opacity: 1;
}

.control-top {
  top: -52px;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
}
.carousel-container .control-top.prev {
  right: 45px;
}
.carousel-container .control-top.next {
  right: 0;
}
.carousel-container .control-top.prev,
.carousel-container .control-top.next {
  cursor: pointer;
}
/* Controles - FINAL */
.item-column > picture img,
.item-column > a > picture img {
  width: 100%;
}
.carousel .item-column {
  text-align: center;
}
.carousel .item-column > img,
.carousel .item-column > a > img {
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 560px) {
  .img-full-responsive .item-column > picture img,
  .img-full-responsive .item-column > a > picture img {
    width: 100%;
    position: absolute;
    left: 50%;
    min-width: 1920px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1140px) and (min-width: 560px) {
  .img-full-responsive .item-column > picture img,
  .img-full-responsive .item-column > a > picture img {
    min-width: initial;
    width: calc(168.42105263157896vw);
    transform: translate(calc(-34.21052631578948vw - 5px), 0);
    position: initial;
    left: initial;
  }
}
/* @media screen and (max-width: 1140px) {
  .img-full-responsive .item-column.banner-html {
    height: initial !important;
  }
} */
.slide-image,
.slide-image .item-column {
  border: none;
}
.slide-image .control {
  opacity: 0;
}
.slide-image:hover .control {
  opacity: 1;
}
/*============================= Plugin Slider - FINAL =============================*/






.indicators-container {
  display: flex;
  justify-content: center;
}

.indicators {
  width: 10px;
  height: 10px;
  background-color: #DDD;
  margin: 6px
}
.indicators.indicators-active {
  background-color: #000;
}

.carousel-container picture [src=''] {
  display: none;
}
.carousel-container .item-column {
  background-image: url('https://darthrevan.futurasistemas.com.br:8083/teste/trunk/eCommerceGenerico/catalog/view/theme/vista/image/carregando.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

main {
  min-width: 100vw;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

textarea,
input,
select,
button,
label {
  font-family: inherit;
}
/* Estilos usados em ambos, no construtor e no template */
.section-content {
  /* margin: 0 auto;
  max-width: 1200px; */
  padding-top: 48px;
  padding-right: 48px;
  padding-left: 48px;
  padding-bottom: 48px;
  /* overflow: hidden; */
  width: 100%;
}
.col,
.form {
  display: flex;
  flex-direction: column;
}
.form {
  flex-flow: row wrap;
}
.form input,
.form textarea,
.form select,
.form .input-file-fake {
  width: 100%;
  padding: calc(0.75rem - 1px);
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #dee2e6;
  resize: vertical;
}
.form input,
.form button,
.form textarea,
.form select,
.form .input-file-fake {
  margin-top: 1rem;
}
.input-file-fake {
  color: #ddd;
  position: relative;
}
.input-file-fake input {
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form select {
  color: #ced4da;
}
.form select option {
  color: #000;
}
.form-fields-container {
  width: 100%;
}
.catalog-success {
  background: #ebfbee;
  border: 1px solid #d3f9d8;
  color: #2f9e44;
  margin: 1rem 1rem 0 1rem;
  padding: 0.8rem;
}
.catalog-error {
  background: #fff5f5;
  border: 1px solid #ffe3e3;
  color: #f03e3e;
  margin: 1rem 1rem 0 1rem;
  padding: 0.8rem;
}
.c-btn {
  display: flex;
  justify-content: center;
}
.c-btn .btn__button + .btn__button {
  margin-left: 0.5rem;
}
.site {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}
.main {
  flex-grow: 1;
}

.btn__button {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.btn__button--outline {
  background-color: transparent;
}

.social-network-icon + .social-network-icon {
  margin-left: 1.25rem;
}
.social-network-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

/* Cor da fonte para classes do plugin de luminosidade */
.dark {
  color: #ffffff;
}
.light {
  color: #000000;
}

.title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(22, 45, 90);
  display: block;
}

.sitemap a {
  display: inline-block;
  margin-right: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.sitemap a:last-child {
  margin-right: 0;
}
p,
span,
i,
em,
strong,
b {
  white-space: pre-wrap;
}

@media only screen and (min-width: 768px) {
  .grid {
    margin: -16px;
  }
  .grid > * {
    padding: 16px;
  }
  .grid-1 {
    display: -ms-grid;
    -ms-grid-columns: auto auto;
    -ms-grid-rows: auto auto;

    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-child:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .grid-child:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
  }
  .grid-child:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2;
  }
}

/*================ BASE - Replicar para os próximos templates ================*/
[data-href] {
  cursor: pointer;
}
.nav-list-item--highlight {
  background-color: rgba(0,0,0,.2);
  padding: 8px 14px;
  border-radius: 16px;
}
/*==================== Estilos especificos deste template ====================*/
.container,
.container-fluid {
  width: calc(100% - 2rem);
  max-width: calc(1144px - 2rem);
  margin-right: auto;
  margin-left: auto;
}

.row,
.flex,
.btn,
.btn-group,
.field-group {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: wrap;
}

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.nowrap-xs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-wrap: nowrap;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col-xs,
.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,
.col-xs-width-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 1rem;
}

.row.no-space-xs > [class^="col-"],
.row.no-space-xs > [class*="col-"] {
  padding: 0;
}

.row.x-small-space-xs > [class^="col-"],
.row.x-small-space-xs > [class*="col-"] {
  padding: .25rem;
}

.row.small-space-xs > [class^="col-"],
.row.small-space-xs > [class*="col-"] {
  padding: .5rem;
}

.row.medium-space-xs > [class^="col-"],
.row.medium-space-xs > [class*="col-"] {
  padding: 1rem;
}

.row.large-space-xs > [class^="col-"],
.row.large-space-xs > [class*="col-"] {
  padding: 1.5rem;
}

.row.x-large-space-xs > [class^="col-"],
.row.x-large-space-xs > [class*="col-"] {
  padding: 2rem;
}

.row.no-space-xs {
  margin: 0;
}

.row.x-small-space-xs {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

.row.small-space-xs {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.row.medium-space-xs {
  margin-left: -1rem;
  margin-right: -1rem;
}

.row.large-space-xs {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row.x-large-space-xs {
  margin-left: -2rem;
  margin-right: -2rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-width-auto {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: auto;
}

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

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.vertical-between-xs {
  -webkit-align-content: space-between;
  align-content: space-between;
}

.stretch-xs .content-box {
  height: 100%;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

/* 480px */
@media only screen and (min-width: 30em) {
  .container {
    width: 29rem;
  }

  .col-ms,
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12,
  .col-ms-width-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 1rem;
  }

  .row.no-space-ms > [class^="col-"],
  .row.no-space-ms > [class*="col-"] {
    padding: 0;
  }

  .row.x-small-space-ms > [class^="col-"],
  .row.x-small-space-ms > [class*="col-"] {
    padding: .25rem;
  }

  .row.small-space-ms > [class^="col-"],
  .row.small-space-ms > [class*="col-"] {
    padding: .5rem;
  }

  .row.medium-space-ms > [class^="col-"],
  .row.medium-space-ms > [class*="col-"] {
    padding: 1rem;
  }

  .row.large-space-ms > [class^="col-"],
  .row.large-space-ms > [class*="col-"] {
    padding: 1.5rem;
  }

  .row.x-large-space-ms > [class^="col-"],
  .row.x-large-space-ms > [class*="col-"] {
    padding: 2rem;
  }

  .row.no-space-ms {
    margin: 0;
  }

  .row.x-small-space-ms {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .row.small-space-ms {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .row.medium-space-ms {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .row.large-space-ms {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row.x-large-space-ms {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .col-ms {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-ms-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-ms-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-ms-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-ms-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-ms-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-ms-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-ms-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-ms-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-ms-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-ms-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-ms-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-ms-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-ms-width-auto {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: auto;
  }

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

  .col-ms-offset-1 {
    margin-left: 8.333%;
  }

  .col-ms-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-ms-offset-4 {
    margin-left: 33.333%;
  }

  .col-ms-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-ms-offset-7 {
    margin-left: 58.333%;
  }

  .col-ms-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-ms-offset-10 {
    margin-left: 83.333%;
  }

  .col-ms-offset-11 {
    margin-left: 91.667%;
  }

  .start-ms {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .center-ms {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .end-ms {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .top-ms {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-ms {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-ms {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-ms {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-ms {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .vertical-between-ms {
    -webkit-align-content: space-between;
    align-content: space-between;
  }

  .stretch-ms .content-box {
    height: 100%;
  }

  .first-ms {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-ms {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/* 768px */
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .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,
  .col-sm-width-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 1rem;
  }

  .row.no-space-sm > [class^="col-"],
  .row.no-space-sm > [class*="col-"] {
    padding: 0;
  }

  .row.x-small-space-sm > [class^="col-"],
  .row.x-small-space-sm > [class*="col-"] {
    padding: .25rem;
  }

  .row.small-space-sm > [class^="col-"],
  .row.small-space-sm > [class*="col-"] {
    padding: .5rem;
  }

  .row.medium-space-sm > [class^="col-"],
  .row.medium-space-sm > [class*="col-"] {
    padding: 1rem;
  }

  .row.large-space-sm > [class^="col-"],
  .row.large-space-sm > [class*="col-"] {
    padding: 1.5rem;
  }

  .row.x-large-space-sm > [class^="col-"],
  .row.x-large-space-sm > [class*="col-"] {
    padding: 2rem;
  }

  .row.no-space-sm {
    margin: 0;
  }

  .row.x-small-space-sm {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .row.small-space-sm {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .row.medium-space-sm {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .row.large-space-sm {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row.x-large-space-sm {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-width-auto {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .vertical-between-sm {
    -webkit-align-content: space-between;
    align-content: space-between;
  }

  .stretch-sm .content-box {
    height: 100%;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/* 992px */
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .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,
  .col-md-width-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 1rem;
  }

  .row.no-space-md > [class^="col-"],
  .row.no-space-md > [class*="col-"] {
    padding: 0;
  }

  .row.x-small-space-md > [class^="col-"],
  .row.x-small-space-md > [class*="col-"] {
    padding: .25rem;
  }

  .row.small-space-md > [class^="col-"],
  .row.small-space-md > [class*="col-"] {
    padding: .5rem;
  }

  .row.medium-space-md > [class^="col-"],
  .row.medium-space-md > [class*="col-"] {
    padding: 1rem;
  }

  .row.large-space-md > [class^="col-"],
  .row.large-space-md > [class*="col-"] {
    padding: 1.5rem;
  }

  .row.x-large-space-md > [class^="col-"],
  .row.x-large-space-md > [class*="col-"] {
    padding: 2rem;
  }

  .row.no-space-md {
    margin: 0;
  }

  .row.x-small-space-md {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .row.small-space-md {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .row.medium-space-md {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .row.large-space-md {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row.x-large-space-md {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-width-auto {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .vertical-between-md {
    -webkit-align-content: space-between;
    align-content: space-between;
  }

  .stretch-md .content-box {
    height: 100%;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/* 1200px */
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .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,
  .col-lg-width-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 1rem;
  }

  .row.no-space-lg > [class^="col-"],
  .row.no-space-lg > [class*="col-"] {
    padding: 0;
  }

  .row.x-small-space-lg > [class^="col-"],
  .row.x-small-space-lg > [class*="col-"] {
    padding: .25rem;
  }

  .row.small-space-lg > [class^="col-"],
  .row.small-space-lg > [class*="col-"] {
    padding: .5rem;
  }

  .row.medium-space-lg > [class^="col-"],
  .row.medium-space-lg > [class*="col-"] {
    padding: 1rem;
  }

  .row.large-space-lg > [class^="col-"],
  .row.large-space-lg > [class*="col-"] {
    padding: 1.5rem;
  }

  .row.x-large-space-lg > [class^="col-"],
  .row.x-large-space-lg > [class*="col-"] {
    padding: 2rem;
  }

  .row.no-space-lg {
    margin: 0;
  }

  .row.x-small-space-lg {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .row.small-space-lg {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .row.medium-space-lg {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .row.large-space-lg {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row.x-large-space-lg {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-width-auto {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .vertical-between-lg {
    -webkit-align-content: space-between;
    align-content: space-between;
  }

  .stretch-lg .content-box {
    height: 100%;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 479px) {
  .hidden-ms-down {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .hidden-ms-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

body {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: rgb(0,0,0);
  background-color: transparent;
  text-align: left;
  overflow-x: hidden
}

/* a,
b,
i,
img,
span,
strong {
  display: inline-block;
} */

hr {
  border: none;
  border-top: 1px solid #dee2e6;
}
.border-gray {
  border: 1px solid #dee2e6;
}
.border-gray--vertical {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.border-gray--horizontal {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.border-gray--top {
  border-top: 1px solid #dee2e6;
}
.border-gray--right {
  border-right: 1px solid #dee2e6;
}
.border-gray--bottom {
  border-bottom: 1px solid #dee2e6;
}
.border-gray--left {
  border-left: 1px solid #dee2e6;
}

.background--gray-light {
  background: #f8f9fa;
}
.background--gray {
  background: #f1f3f5;
}
.background--gray-dark {
  background: #e9ecef;
}
.background--white {
  background: #ffffff;
}

.block {
  display: block;
}

/*================================== Text ====================================*/
.text--tiny {
  font-size: .875rem;
  line-height: 1.25rem;
}
.text--small {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text--medium {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text--large {
  font-size: 2rem;
  line-height: 2.5rem;
}
.text--huge {
  font-size: 3rem;
  line-height: 3.5rem;
}
.text--center {
  text-align: center;
}
.link {
  text-decoration: none;
}
.link:visited {
  color: inherit;
}
.link__text,
.link__icon {
  color: #2C699D;
  fill: #2C699D;
}
.link:hover .link__text {
  text-decoration: underline;
}
.link__text,
.link__icon {
  display: inline-block;
  vertical-align: middle;
}
.text--normal {
  font-weight: normal;
}
.text--bold {
  font-weight: bold;
}
.text--italic {
  font-style: italic;
}
.text--black {
  color: #212529;
}
.text--white {
  color: #ffffff;
}
.text--gray-dark {
  color: #343a40;
}
.text--gray {
  color: #495057;
}
.text--gray-light {
  color: #868e96;
}
.text--error {
  color: #e03131;
}

.full-width {
  width: 100%;
}

/*================================= Alertas ==================================*/
.alert {
  border-radius: .25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.alert--success {
  background: #ebfbee;
  border: 1px solid #d3f9d8;
  color: #2f9e44;
  fill: #2f9e44;
}
.alert--success  .btn__icon {
  fill: #2f9e44;
}
.alert--error {
  background: #fff5f5;
  border: 1px solid #ffe3e3;
  color: #f03e3e;
  fill: #f03e3e;
}
.alert--error .btn__icon {
  fill: #f03e3e;
}
.alert--warning {
  background: #fff4e6;
  border: 1px solid #ffe8cc;
  color: #e8590c;
  fill: #e8590c;
}
.alert--warning .btn__icon {
  fill: #e8590c;
}
.alert--info {
  background: #e7f5ff;
  border: 1px solid #d0ebff;
  color: #1971c2;
  fill: #1971c2;
}
.alert--info .btn__icon {
  fill: #1971c2;
}

/*================================== Fields ==================================*/
.field {
  width: 100%;
  display: block;
  position: relative;
}
.field__text,
.field-group__text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: .25rem;
  color: #495057;
}
.field__note,
.field-group__note {
  font-size: .875rem;
  line-height: 1rem;
  margin-top: -.25rem;
  margin-bottom: .5rem;
  display: block;
  color: #868e96;
}
.field__entry {
  width: 100%;
  border: 1px solid #ced4da;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
  color: #343a40;
  line-height: 1.5rem;
  border-radius: .25rem;
  resize: vertical;
}
::-webkit-input-placeholder  {color: #ced4da;}
input:-moz-placeholder {color: #ced4da;}
textarea:-moz-placeholder {color: #ced4da; }
.field__entry:not(select) { /* Ajuste safari iphone */
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field--small .field__entry {
  padding: calc(.25rem - 1px) .5rem;
}
.field--medium .field__entry {
  padding: calc(.5rem - 1px) .75rem;
}
.field--large .field__entry {
  padding: calc(.75rem - 1px) 1rem;
}
/* Field Icons */
.field__icon {
  position: absolute;
  fill: #868e96;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.field__icon--left {
  left: 0;
}
.field__icon--right {
  right: 0;
}
.field--small .field__icon {
  -webkit-transform: translateY(calc(1px + .25rem));
  -ms-transform: translateY(calc(1px + .25rem));
  transform: translateY(calc(1px + .25rem));
}
.field--small .field__icon--left {
  margin-left: .5rem;
}
.field--small .field__icon--left + .field__entry {
  padding-left: calc(.5rem + 1.5rem + .5rem);
}
.field--small .field__icon--right {
  margin-right: .5rem;
}
.field--small .field__icon--right + .field__entry {
  padding-right: calc(.5rem + 1.5rem + .5rem);
}
.field--medium .field__icon {
  -webkit-transform: translateY(calc(1px + .5rem));
  -ms-transform: translateY(calc(1px + .5rem));
  transform: translateY(calc(1px + .5rem));
}
.field--medium .field__icon--left {
  margin-left: .75rem;
}
.field--medium .field__icon--left + .field__entry {
  padding-left: calc(.75rem + 1.5rem + .75rem);
}
.field--medium .field__icon--right {
  margin-right: .75rem;
}
.field--medium .field__icon--right + .field__entry {
  padding-right: calc(.75rem + 1.5rem + .75rem);
}
.field--large .field__icon {
  -webkit-transform: translateY(calc(1px + .75rem));
  -ms-transform: translateY(calc(1px + .75rem));
  transform: translateY(calc(1px + .75rem));
}
.field--large .field__icon--left {
  margin-left: 1rem;
}
.field--large .field__icon--left + .field__entry {
  padding-left: calc(1rem + 1.5rem + 1rem);
}
.field--large .field__icon--right {
  margin-right: 1rem;
}
.field--large .field__icon--right + .field__entry {
  padding-right: calc(1rem + 1.5rem + 1rem);
}
/* Field Group */
.field--error .field__entry,
.field-group--error .field__entry {
  border: 1px solid #e03131;
}
.field__error,
.field-group__error {
  color: #e03131;
  font-size: .875rem;
  line-height: 1rem;
  margin-top: .5rem;
}
.field--error .field__icon,
.field-group--error .field__icon {
  fill: #e03131
}

.field-group__text,
.field-group__note,
.field-group__error {
  width: 100%;
}
.field-group .field,
.flex .field {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.field-group .field__entry {
  border-radius: 0;
}
.field-group .field:not(:last-of-type) .field__entry {
  border-right-color: transparent;
}
.field-group .field:first-of-type .field__entry {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.field-group .field:last-of-type .field__entry {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.field__entry:focus,
.field-group .field .field__entry:focus {
  border-color: #2C699D;
}
/* Field disabled */
.field--disabled .field__icon,
.field--disabled .field__text,
.field--disabled .field__note,
.field-group--disabled .field__icon,
.field-group--disabled .field-group__text,
.field-group--disabled .field-group__note {
  color: #adb5bd;
  fill: #adb5bd;
}
.field__entry:disabled {
  color: #adb5bd;
  background: #f1f3f5;
  border-color: #e9ecef;
  cursor: no-drop;
}
.field--disabled .field__icon,
.field-group--disabled .field__icon {
  cursor: no-drop;
}

/* Checkbox, Radio e Switch */
.checkbox,
.radio,
.switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.checkbox,
.radio {
  min-width: 1.5rem;
  height: 1.5rem;
}
.switch {
  min-width: 2.5rem;
}
.checkbox__check,
.radio__check,
.switch__check {
  display: none;
}
.checkbox__text,
.radio__text,
.switch__text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #495057;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox__text::before,
.radio__text::before,
.switch__text::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch__text::before {
  width: 2.5rem;
  height: 1.5rem;
  right: 0;
  -webkit-transition: .1s linear;
  transition: .1s linear;
  background-color: #ced4da;
  border-radius: .875rem;
}
.checkbox__text::before,
.radio__text::before {
  width: .875rem;
  height: .875rem;
  left: 0;
  border: 1px solid #ced4da;
  margin-left: .25rem;
  -webkit-transition: .1s border-color;
  transition: .1s border-color;
  border-radius: .125rem;
}
.radio__text::before {
  border-radius: .5rem;
}
.checkbox--right,
.radio--right {
  width: 100%;
}
.checkbox__check:checked + .checkbox__text::before,
.radio__check:checked + .radio__text::before {
  background-color: #2C699D;
  border-color: #2C699D;
  animation: animation-checked .3s linear forwards;
}
.checkbox--left .checkbox__text,
.radio--left .radio__text {
  padding-left: 2rem;
}
.checkbox--right .checkbox__text,
.radio--right .radio__text{
  padding-right: 2rem;
}
.checkbox--right .checkbox__text::before,
.radio--right .radio__text::before {
  left: inherit;
  right: 0;
  margin-right: .25rem;
}

@-webkit-keyframes animation-checked {
  0% {
    -webkit-box-shadow: 0 0 0 .875rem #fff inset;
          box-shadow: 0 0 0 .875rem #fff inset;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #fff inset;
            box-shadow: 0 0 0 0 #fff inset;
  }
  100%{
    -webkit-box-shadow: 0 0 0 .125rem #fff inset;
            box-shadow: 0 0 0 .125rem #fff inset;
  }
}
@keyframes animation-checked {
  0% {
    -webkit-box-shadow: 0 0 0 .875rem #fff inset;
            box-shadow: 0 0 0 .875rem #fff inset;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #fff inset;
            box-shadow: 0 0 0 0 #fff inset;
  }
  100%{
    -webkit-box-shadow: 0 0 0 .125rem #fff inset;
            box-shadow: 0 0 0 .125rem #fff inset;
  }
}
.switch__check:checked + .switch__text::before {
  background-color: #2C699D;
}

/* Bolinha */
.switch__text::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% - 2.375rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background: #FFF;
  -webkit-transition: .1s linear;
  transition: .1s linear;
  z-index: 1;
  cursor: pointer;
}
.switch__check:checked + .switch__text::after {
  left: calc(100% - 1.375rem);
}
.switch--left,
.switch--right {
  width: 100%;
}
.switch--left {
  padding-left: 3.5rem;
}
.switch--right {
  padding-right: 3.5rem;
}
.switch--left .switch__text::before {
  right: inherit;
  left: 0;
}
.switch--left .switch__text::after {
  left: .125rem;
}
.switch--left .switch__check:checked + .switch__text::after {
  left: 1.125rem;
}



/*================================= Buttons ==================================*/
.btn {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e9ecef;
  border-radius: .25rem;
  cursor: pointer;
  background: #e9ecef;
  color: #495057;
  fill: #495057;
  -webkit-transition: .15s background, .15s border-color;
  -o-transition: .15s background, .15s border-color;
  transition: .15s background, .15s border-color;
  position: relative;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
/* Style buttons */
.btn--primary {
  background: #2C699D;
  border-color: #2C699D;
  color: #fff;
  fill: #fff;
}
.btn--ghost {
  border-color: #ced4da;
  background: #fff;
}
.btn--text {
  background: transparent;
  border-color: transparent;
}
/* Disabled buttons */
.btn:not(.btn--loading):disabled {
  background: #f1f3f5;
  border-color: #f1f3f5;
  color: #adb5bd;
  cursor: no-drop;
  fill: #adb5bd;
}
.btn--primary:not(.btn--loading):disabled {
  background: #7199bc;
  border-color: #7199bc;
  color: #fff;
  fill: #fff;
}
.btn--ghost:not(.btn--loading):disabled {
  background: #fff;
}
.btn--text:not(.btn--loading):disabled {
  background: transparent;
  border-color: transparent;
}
@media (pointer: fine) {
  .btn:not(:disabled):not(.btn--loading):hover {
    background: #dee2e6;
    border-color: #dee2e6;
  }
  .btn--primary:not(:disabled):not(.btn--loading):hover {
    background: #195181;
    border-color: #195181;
  }
  .btn--ghost:not(:disabled):not(.btn--loading):hover {
    background: #f1f3f5;
  }
  .btn--text:not(:disabled):not(.btn--loading):hover {
    background: #f1f3f5;
    border-color: #f1f3f5;
  }
}
/* Button text and icon */
.btn__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: .4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.btn__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.btn__text + .btn__icon {
  margin-left: .5rem;
}
.btn__icon + .btn__text {
  margin-left: .5rem;
}
/* Size buttons */
.btn--small {
  max-width: none;
  max-height: none;
  padding: calc(.25rem - 1px) calc(.75rem - 1px);
}
.btn--medium {
  max-width: none;
  max-height: none;
  padding: calc(.5rem - 1px) calc(1.5rem - 1px);
}
.btn--large {
  max-width: none;
  max-height: none;
  padding: calc(.75rem - 1px) calc(1.75rem - 1px);
}
.btn--small-square {
  max-width: none;
  max-height: none;
  padding: calc(.25rem - 1px);
}
.btn--medium-square {
  max-width: none;
  max-height: none;
  padding: calc(.5rem - 1px);
}
.btn--large-square {
  max-width: none;
  max-height: none;
  padding: calc(.75rem - 1px);
}
.btn--full {
  width: 100%;
}
/* Group buttons */
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:not(:last-of-type) {
  border-right-color: transparent;
}
.btn-group .btn:first-of-type {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.btn-group .btn:last-of-type {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
/* Loading */
.btn--loading {
  cursor: no-drop;
}
.btn--loading::after {
  content: '';
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem;
  right: 50%;
  bottom: 50%;
  position: absolute;
  z-index: 1;
  background-image: url([object Module]);
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.btn--small.btn--loading::after,
.btn--small-square.btn--loading::after {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}
.btn--primary.btn--loading::after {
  background-image: url([object Module]);
}
.btn--loading .btn__text,
.btn--loading .btn__icon {
  color: transparent;
  background: transparent;
  fill: transparent;
}

.edit-menu {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.edit-menu ~ .site {
  margin-top: 58px;
}

/*================================= Margin ===================================*/
.out-space--tiny {
	margin: .5rem;
}
.out-space--small {
	margin: 1rem;
}
.out-space--medium {
	margin: 1.5rem;
}
.out-space--large {
	margin: 2rem;
}
.out-space--huge {
	margin: 3rem;
}

.out-space--tiny-vertical {
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.out-space--small-vertical {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.out-space--medium-vertical {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.out-space--large-vertical {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.out-space--huge-vertical {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.out-space--tiny-horizontal {
	margin-left: .5rem;
	margin-right: .5rem;
}
.out-space--small-horizontal {
	margin-left: 1rem;
	margin-right: 1rem;
}
.out-space--medium-horizontal {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.out-space--large-horizontal {
	margin-left: 2rem;
	margin-right: 2rem;
}
.out-space--huge-horizontal {
	margin-left: 3rem;
	margin-right: 3rem;
}

.out-space--tiny-top {
	margin-top: .5rem;
}
.out-space--small-top {
	margin-top: 1rem;
}
.out-space--medium-top {
	margin-top: 1.5rem;
}
.out-space--large-top {
	margin-top: 2rem;
}
.out-space--huge-top {
	margin-top: 3rem;
}

.out-space--tiny-right {
	margin-right: .5rem;
}
.out-space--small-right {
	margin-right: 1rem;
}
.out-space--medium-right {
	margin-right: 1.5rem;
}
.out-space--large-right {
	margin-right: 2rem;
}
.out-space--huge-right {
	margin-right: 3rem;
}

.out-space--tiny-bottom {
	margin-bottom: .5rem;
}
.out-space--small-bottom {
	margin-bottom: 1rem;
}
.out-space--medium-bottom {
	margin-bottom: 1.5rem;
}
.out-space--large-bottom {
	margin-bottom: 2rem;
}
.out-space--huge-bottom {
	margin-bottom: 3rem;
}

.out-space--tiny-left {
	margin-left: .5rem;
}
.out-space--small-left {
	margin-left: 1rem;
}
.out-space--medium-left {
	margin-left: 1.5rem;
}
.out-space--large-left {
	margin-left: 2rem;
}
.out-space--huge-left {
	margin-left: 3rem;
}

/*================================= Padding ==================================*/
.in-space--none {
	padding: 0;
}
.in-space--tiny {
	padding: .5rem;
}
.in-space--small {
	padding: 1rem;
}
.in-space--medium {
	padding: 1.5rem;
}
.in-space--large {
	padding: 2rem;
}
.in-space--huge {
	padding: 3rem;
}

.in-space--tiny-vertical {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.in-space--small-vertical {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.in-space--medium-vertical {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.in-space--large-vertical {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.in-space--huge-vertical {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.in-space--tiny-horizontal {
	padding-left: .5rem;
	padding-right: .5rem;
}
.in-space--small-horizontal {
	padding-left: 1rem;
	padding-right: 1rem;
}
.in-space--medium-horizontal {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.in-space--large-horizontal {
	padding-left: 2rem;
	padding-right: 2rem;
}
.in-space--huge-horizontal {
	padding-left: 2rem;
	padding-right: 3rem;
}

.in-space--tiny-top {
	padding-top: .5rem;
}
.in-space--small-top {
	padding-top: 1rem;
}
.in-space--medium-top {
	padding-top: 1.5rem;
}
.in-space--large-top {
	padding-top: 2rem;
}
.in-space--huge-top {
	padding-top: 3rem;
}

.in-space--tiny-left {
	padding-left: .5rem;
}
.in-space--small-left {
	padding-left: 1rem;
}
.in-space--medium-left {
	padding-left: 1.5rem;
}
.in-space--large-left {
	padding-left: 2rem;
}
.in-space--huge-left {
	padding-left: 3rem;
}

.in-space--tiny-bottom {
	padding-bottom: .5rem;
}
.in-space--small-bottom {
	padding-bottom: 1rem;
}
.in-space--medium-bottom {
	padding-bottom: 1.5rem;
}
.in-space--large-bottom {
	padding-bottom: 2rem;
}
.in-space--huge-bottom {
	padding-bottom: 3rem;
}

.in-space--tiny-right {
	padding-right: .5rem;
}
.in-space--small-right {
	padding-right: 1rem;
}
.in-space--medium-right {
	padding-right: 1.5rem;
}
.in-space--large-right {
	padding-right: 2rem;
}
.in-space--huge-right {
	padding-right: 3rem;
}

/* Foi necessário aplicar um peding na .section-content como este elemento não
é salvo na base a classe sera aplicada no pai */
.child-in-space--none-vertical .section-content {
	padding-top: 0;
	padding-bottom: 0;
}
.child-in-space--tiny-vertical .section-content {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.child-in-space--small-vertical .section-content {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.child-in-space--medium-vertical .section-content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.child-in-space--large-vertical .section-content {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.child-in-space--huge-vertical .section-content {
	padding-top: 16rem;
	padding-bottom: 16rem;
}
	#color-picker,
	#color-picker * {
		margin: 0;
		padding: 0;
		border: none;
		box-sizing: border-box;
		outline: none;
	}

	.not-selectable {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default;
	}

	/* Color Picker */
	#color-picker {
		width: 354px;
		font-family: Arial, Helvetica, sans-serif;
	}

	#color-picker__controls {
		display: flex;
	}

	/* Color Wheel */
	#color-wheel {
		position: relative;
		height: 300px;
	}

	#color-wheel__canvas {
		border-radius: 50%;
	}

	#color-wheel__selector {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* lightness bar */
	#lightness {
		box-sizing: content-box;
		width: 10px;
		position: relative;
		padding-right: 24px;
		padding-left: 20px;
		height: 300px;
	}

	#lightness__range {
		background: #F3F3F3;
		height: 300px;
	}

	#lightness__selector {
		position: absolute;
		top: 0;
		left: 30px;
	}

	/* Selected color */
	#color-selected {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-top: 24px;
	}

	#color-selected label {
		width: calc(50% - 10px);
	}

	#color-selected__view {
		width: calc(50% - 10px);
		height: 36px;
		background: #F3F3F3;
		border-radius: 4px;
		border: 1px solid #DDD;
	}

	#color-selected__text {
		font-size: 12px;
		font-weight: bold;
		color: #999;
		display: block;
		margin-bottom: 4px;
	}

	#color-selected__code {
		display: block;
		width: 100%;
		border: 1px solid #DDD;
		font-size: 16px;
		border-radius: 4px;
		padding: 8px;
	}

