.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

html,
body {
  height: 100%;
  font-family: halcom,sans-serif;
  font-weight: 300;
  font-style: normal; }

html {
  scroll-behavior: smooth; }

#fullpage {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100%;
  position: relative; }

button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: none !important; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: solid 1px #ee4b12 !important;
  background-color: #ee4b12 !important; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ee4b12 !important;
  border-color: #ee4b12 !important;
  background-color: #ee4b12 !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ee4b12 !important;
  border-color: #ee4b12 !important;
  background-color: #ee4b12 !important; }

h1 {
  font-family: halcom,sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 24px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
      font-size: 30px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 34px; } }

h2 {
  font-family: halcom,sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 20px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    h2 {
      font-size: 26px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-family: halcom,sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media (max-width: 767.98px) {
    h3 {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    h3 {
      font-size: 24px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 26px; } }

h4 {
  letter-spacing: 0.6px;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    h4 {
      font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    h4 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-family: halcom,sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media (max-width: 767.98px) {
    h5 {
      font-size: 10.3px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    h5 {
      font-size: 14px; } }
  @media (min-width: 992px) {
    h5 {
      font-size: 14px; } }

p {
  font-family: halcom,sans-serif;
  font-weight: 300;
  font-style: normal; }
  @media (max-width: 767.98px) {
    p {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    p {
      font-size: 16px; } }
  @media (min-width: 992px) {
    p {
      font-size: 18px; } }

b {
  font-family: halcom,sans-serif;
  font-weight: 700;
  font-style: normal; }

.logo-min {
  width: 225px !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 767.98px) {
    .logo-min {
      width: 140px !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .logo-min {
      width: 160px !important; } }

.s5_logo {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.btn-primary {
  position: relative;
  font-family: halcom,sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #ff9036;
  border: solid 1px #ff9036;
  color: #f7f7f7;
  border-radius: 10px;
  padding: 10px 30px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  @media (max-width: 767.98px) {
    .btn-primary {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .btn-primary {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .btn-primary {
      font-size: 16px; } }
  .btn-primary.active {
    background-color: #ee4b12 !important;
    border: solid 1px #ee4b12 !important;
    color: #f7f7f7 !important;
    opacity: 0.35; }
  .btn-primary:active {
    background-color: #ee4b12 !important;
    border: solid 1px #ee4b12 !important;
    color: #f7f7f7 !important;
    opacity: 0.35; }
  .btn-primary:hover {
    background-color: #e59654 !important;
    border: solid 1px #e59654 !important;
    color: #f7f7f7; }
  .btn-primary:focus {
    background-color: #ee4b12 !important;
    border: solid 1px #ee4b12 !important;
    color: #f7f7f7 !important;
    opacity: 0.8; }
  .btn-primary.disabled {
    background-color: gray !important;
    border: solid 1px gray !important;
    color: #f7f7f7 !important;
    opacity: 0.55; }

.btn-secondary {
  position: relative;
  font-family: halcom,sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #f7f7f7;
  border: solid 1px #f7f7f7;
  color: #ee4b12;
  border-radius: 10px;
  padding: 10px 30px;
  box-shadow: 10px 12px 22px -10px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 10px 12px 22px -10px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 10px 12px 22px -10px rgba(0, 0, 0, 0.63); }
  @media (max-width: 767.98px) {
    .btn-secondary {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .btn-secondary {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .btn-secondary {
      font-size: 16px; } }
  .btn-secondary.active {
    background-color: #f7f7f7 !important;
    border: solid 1px #f7f7f7 !important;
    color: #ee4b12 !important;
    opacity: 0.35; }
  .btn-secondary:active {
    background-color: #f7f7f7 !important;
    border: solid 1px #f7f7f7 !important;
    color: #ee4b12 !important;
    opacity: 0.35; }
  .btn-secondary:hover {
    background-color: #e59654 !important;
    border: solid 1px #e59654 !important;
    color: #f7f7f7; }
  .btn-secondary:focus {
    background-color: #f7f7f7 !important;
    border: solid 1px #f7f7f7 !important;
    color: #ee4b12 !important;
    opacity: 0.8; }
  .btn-secondary.disabled {
    background-color: gray !important;
    border: solid 1px gray !important;
    color: #f7f7f7 !important;
    opacity: 0.55; }

.btn-custom1 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-left: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.btn-primary-custom1 {
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: solid 1px #f7f7f7;
  border-left: none;
  color: #ee4b12;
  border-radius: 0px 10px 10px 0px; }
  @media (max-width: 767.98px) {
    .btn-primary-custom1 {
      font-size: 14px; } }
  @media (min-width: 768px) {
    .btn-primary-custom1 {
      font-size: 16px; } }
  .btn-primary-custom1:hover {
    background-color: #f7f7f7 !important;
    border: solid 1px #f7f7f7 !important;
    border-left: none !important;
    color: #ee4b12; }
  .btn-primary-custom1:focus {
    background-color: #f7f7f7 !important;
    border: solid 1px #f7f7f7 !important;
    border-left: none !important;
    color: #ee4b12; }

nav {
  background-color: #f3f0ef; }
  nav .item-login {
    display: none; }
  nav.login .item-login {
    display: block; }
  nav.login .item-logout {
    display: none; }
  nav ul {
    position: relative; }
    nav ul li {
      margin: 0px 8px;
      position: relative; }
  nav ul li a {
    color: #908f8f !important;
    position: relative; }
    @media (min-width: 992px) {
      nav ul li a {
        text-align: center; } }
    nav ul li a:active {
      color: #908f8f !important;
      opacity: 1; }
    nav ul li a:hover {
      color: #950a24 !important;
      opacity: 1; }
    nav ul li a:focus {
      color: #908f8f !important;
      opacity: 1; }
  nav ul li a span {
    font-size: 2.2em;
    position: relative;
    top: 4px; }
    @media (max-width: 991.98px) {
      nav ul li a span {
        top: 8px;
        left: -5px; } }
  nav .z {
    height: 4px; }
    @media (max-width: 991.98px) {
      nav .z {
        display: none; } }
  nav #logo_barista {
    width: 350px;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 767.98px) {
      nav #logo_barista {
        width: 200px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      nav #logo_barista {
        width: 220px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      nav #logo_barista {
        width: 250px; } }

.navbar {
  padding: 1.5rem 1rem !important;
  height: 80px; }
  @media (min-width: 768px) {
    .navbar {
      padding: 0.7rem 1.8rem !important; } }
  @media (max-width: 991.98px) {
    .navbar {
      height: auto; } }

.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px; }
  @media (min-width: 768px) {
    .navbar-dark .navbar-nav .nav-link {
      font-size: 13px; } }

.navbar-dark .navbar-toggler {
  color: #ee4b12 !important;
  border-color: transparent !important;
  font-size: 1.7em;
  position: relative;
  z-index: 90; }
  @media (max-width: 767.98px) {
    .navbar-dark .navbar-toggler {
      top: -13px;
      right: -5px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-dark .navbar-toggler {
      top: -3px;
      right: -15px; } }

#smn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  opacity: 0.9;
  display: none; }
  @media (max-width: 991.98px) {
    #smn {
      display: block; } }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ee4b12 !important; }

@media (max-width: 991.98px) {
  .mobile-settings {
    background: white;
    position: absolute;
    right: 0px;
    top: 0%;
    padding: 65px 15px 15px 15px;
    border-radius: 0 0 0 15px !important; } }

.navbar-toggler {
  padding: 0.25rem 0 !important; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

#nav-icon3 {
  width: 35px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px; }

#nav-icon3 span:nth-child(4) {
  top: 24px; }

#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

@media (min-height: 720px) and (min-width: 1140px) {
  .espacio-top {
    padding-top: 4%; } }

section.s-base {
  padding: 70px 5px 15px 5px;
  position: relative; }
  section.s-base h1.title span {
    color: #f4cb61;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #f4cb61;
    padding-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  section.s-base h1.title-wh span {
    color: #f7f7f7;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  section.s-base h1.title-or span {
    color: #ee4b12;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #ee4b12;
    padding-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  section.s-base h3 {
    color: #5c5859;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    font-weight: bold; }
  section.s-base p {
    color: #000;
    text-align: center; }
  section.s-base .wr-caption p {
    color: white; }

section.s-perfilamiento-below {
  padding: 0px 5px 15px 5px;
  position: relative; }
  section.s-perfilamiento-below h1.title span {
    color: #f4cb61;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #f4cb61;
    padding-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  section.s-perfilamiento-below h1.title-wh span {
    color: #f7f7f7;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  section.s-perfilamiento-below h1.title-or span {
    color: #ee4b12;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #ee4b12;
    padding-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  section.s-perfilamiento-below h3 {
    color: #f4cb61;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }
  section.s-perfilamiento-below p {
    color: #f7f7f7; }

section#baristaAcdemy {
  position: relative;
  z-index: 120;
  padding-top: 120px;
  padding-bottom: 20px;
  text-align: center;
  color: black; }
  section#baristaAcdemy h1 {
    color: #950a24; }
  @media (max-width: 767.98px) {
    section#baristaAcdemy {
      padding-top: 160px;
      background: url(../img/Back.jpg);
      background-size: cover; } }
  section#baristaAcdemy .wr-video-index {
    position: relative;
    margin: 0 auto;
    display: block; }
    @media (min-width: 1200px) {
      section#baristaAcdemy .wr-video-index {
        width: 57%; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      section#baristaAcdemy .wr-video-index {
        width: 67%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      section#baristaAcdemy .wr-video-index {
        width: 90%; } }
    @media (max-width: 767.98px) {
      section#baristaAcdemy .wr-video-index {
        width: 95%; } }
    section#baristaAcdemy .wr-video-index video {
      width: 600px;
      border-radius: 15px; }
      @media (max-width: 767.98px) {
        section#baristaAcdemy .wr-video-index video {
          width: 95%; } }
      @media (max-height: 720px) and (min-width: 1140px) {
        section#baristaAcdemy .wr-video-index video {
          width: 500px; } }
    section#baristaAcdemy .wr-video-index .icono-weight {
      font-weight: bold; }
    section#baristaAcdemy .wr-video-index .sonido-ic {
      color: #f4cb61;
      position: absolute;
      z-index: 100;
      top: 5%;
      right: 5%;
      font-size: 42px; }
      @media (max-height: 720px) and (min-width: 1140px) {
        section#baristaAcdemy .wr-video-index .sonido-ic {
          right: 15%; } }
  section#baristaAcdemy .ic-down {
    font-size: 2em;
    text-align: center; }
    section#baristaAcdemy .ic-down a {
      color: white; }
      section#baristaAcdemy .ic-down a:hover {
        color: white;
        opacity: 0.7; }
      section#baristaAcdemy .ic-down a:focus {
        color: white;
        opacity: 1; }

section#profesional {
  padding: 120px 0px;
  position: relative;
  height: 960px;
  background: url(../img/bg-red.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1395px) {
    section#profesional {
      background-size: cover !important; } }
  section#profesional h1 {
    color: white; }
  section#profesional svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 960px; }
  section#profesional img.profesional {
    position: absolute;
    right: 150px;
    /* top: -350px; */
    width: 500px;
    bottom: -15px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      section#profesional img.profesional {
        top: -270px;
        right: -50px; } }
    @media screen and (min-width: 992px) {
      section#profesional img.profesional {
        width: 450px;
        top: auto;
        right: 5%;
        bottom: -15px; } }
  section#profesional div.pasos {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 60%;
    margin-top: 40px;
    position: relative;
    left: -10%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      section#profesional div.pasos {
        left: -22%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      section#profesional div.pasos {
        left: -25%; } }
    @media (min-width: 1500px) {
      section#profesional div.pasos {
        left: -4%; } }
    @media (min-width: 1700px) {
      section#profesional div.pasos {
        left: -4%; } }
    section#profesional div.pasos .pasos-centro {
      position: relative;
      top: 130px; }
    section#profesional div.pasos .pasos-dos {
      position: relative;
      top: 60px;
      right: 40px; }
    section#profesional div.pasos .pasos-tres {
      position: relative;
      left: 50px; }
    section#profesional div.pasos .thumbnail-pasos {
      padding: 5px;
      margin: 5px; }
      section#profesional div.pasos .thumbnail-pasos p {
        color: white; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          section#profesional div.pasos .thumbnail-pasos p {
            font-size: 13px; } }
    section#profesional div.pasos .opciones {
      width: 230px;
      padding-bottom: 5px; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        section#profesional div.pasos .opciones {
          width: 230px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        section#profesional div.pasos .opciones {
          width: 190px; } }
  section#profesional .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section#profesional .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 2rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section#profesional .divider-custom .divider-custom-line:first-child {
    margin-right: 0.85rem;
    margin-top: -8px; }
  section#profesional .divider-custom .divider-custom-line:last-child {
    margin-left: 0.85rem;
    margin-top: -8px; }
  section#profesional .divider-custom.divider-light .divider-custom-line {
    background-color: #f4cb61; }
  section#profesional .divider-custom.divider-light .divider-custom-icon {
    color: #f4cb61; }
  section#profesional .divider-light h2 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }

.color-white {
  color: white; }

section.pasos-mob {
  overflow: hidden;
  height: 800px;
  background: url(../img/bg-mobile.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  section.pasos-mob .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: 25px;
    top: 155px; }
  section.pasos-mob .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 1.7rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section.pasos-mob .divider-custom .divider-custom-line:first-child {
    margin-right: 0.65rem;
    margin-top: -8px; }
  section.pasos-mob .divider-custom .divider-custom-line:last-child {
    margin-left: 0.65rem;
    margin-top: -8px; }
  section.pasos-mob .divider-custom.divider-light .divider-custom-line {
    background-color: #f4cb61; }
  section.pasos-mob .divider-custom.divider-light .divider-custom-icon {
    color: #f4cb61; }
  section.pasos-mob .divider-light h2 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }
  section.pasos-mob .thumb-mob-uno {
    text-align: center;
    color: #f7f7f7;
    width: 170px;
    position: absolute;
    top: 0px;
    left: 9%; }
    section.pasos-mob .thumb-mob-uno .opciones {
      width: 165px; }
  section.pasos-mob .opc-mob-1 {
    position: relative;
    z-index: 50; }
    section.pasos-mob .opc-mob-1 .opc-mob {
      position: absolute;
      right: 0;
      top: 0;
      width: 405px; }
  section.pasos-mob .thumb-mob-dos {
    text-align: center;
    color: #f7f7f7;
    width: 170px;
    position: absolute;
    top: 45%;
    left: 50%; }
    section.pasos-mob .thumb-mob-dos .opciones {
      width: 165px; }
  section.pasos-mob .opc-mob-2 {
    position: relative;
    padding: 10px;
    z-index: 40;
    top: 80%; }
    section.pasos-mob .opc-mob-2 .opc-mob-dos {
      position: absolute;
      left: 0;
      top: 0;
      width: 380px; }
  section.pasos-mob .thumb-mob-tres {
    text-align: center;
    color: black;
    width: 170px;
    position: absolute;
    top: 250px;
    left: 13%; }
    section.pasos-mob .thumb-mob-tres .opciones {
      width: 165px; }
  section.pasos-mob .opc-mob-3 {
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    z-index: 30;
    top: -33%; }
    section.pasos-mob .opc-mob-3 .opc-mob-tres {
      position: absolute;
      right: 0;
      top: -40px;
      width: 400px; }
  section.pasos-mob .chef {
    position: absolute;
    right: 8%;
    width: 200px;
    top: 330px; }
    @media screen and (max-width: 500px) {
      section.pasos-mob .chef {
        width: 185px;
        top: 350px; } }

@media (max-width: 767.98px) {
  .slider-uno, .slider-dos {
    margin-right: -30px !important;
    margin-left: -30px !important; } }

.slick-next {
  top: 40% !important;
  width: 30px !important;
  height: 50px !important; }
  @media (max-width: 767.98px) {
    .slick-next {
      width: 30px !important;
      height: 50px !important;
      right: 10px !important; } }

.slick-prev {
  top: 40% !important;
  width: 30px !important;
  height: 50px !important; }
  @media (max-width: 767.98px) {
    .slick-prev {
      width: 30px !important;
      height: 50px !important;
      left: 10px !important;
      z-index: 90; } }

.slick-disabled {
  opacity: 0 !important; }

.slick-next:before {
  content: "\f105" !important;
  font-family: 'Font Awesome\ 5 Free' !important;
  font-weight: 900; }

.slick-prev:before {
  content: "\f104" !important;
  font-family: 'Font Awesome\ 5 Free' !important;
  font-weight: 900; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.card-sl {
  margin: 5px 10px 0 10px;
  position: relative; }
  .card-sl .wr-gral {
    position: relative; }
  .card-sl .wr-caption {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    z-index: 10;
    border-radius: 0 0 15px 15px; }
  .card-sl p.caption {
    padding-top: 15px; }
  .card-sl .poster {
    border-radius: 15px; }
  .card-sl .v-no {
    border-radius: 15px;
    opacity: 0;
    position: absolute;
    /* Sit on top of the page content */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */ }
  .card-sl .w-custom {
    width: 50%; }
    @media (max-width: 767.98px) {
      .card-sl .w-custom {
        width: 75%; } }
  .card-sl .candado {
    width: 35px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .card-sl .v-si {
    opacity: 1;
    width: 50px;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.no-disponible .v-no {
  opacity: 1; }

.no-disponible .v-si {
  opacity: 0; }

section#cursosYtemas {
  background: url(../img/Back.jpg);
  background-size: cover; }
  section#cursosYtemas .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section#cursosYtemas .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 2rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section#cursosYtemas .divider-custom .divider-custom-line:first-child {
    margin-right: 0.85rem;
    margin-top: -8px; }
  section#cursosYtemas .divider-custom .divider-custom-line:last-child {
    margin-left: 0.85rem;
    margin-top: -8px; }
  section#cursosYtemas .divider-custom.divider-light .divider-custom-line {
    background-color: #950a24; }
  section#cursosYtemas .divider-custom.divider-light .divider-custom-icon {
    color: #950a24; }
  section#cursosYtemas .divider-light h1 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }

section#contacto {
  position: relative;
  padding: 120px 0 100px 0;
  background-color: #af031f; }
  @media (max-width: 767.98px) {
    section#contacto {
      padding: 100px 0 80px 0; } }
  section#contacto h1 {
    color: white;
    font-weight: bold; }
  section#contacto .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section#contacto .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 2rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section#contacto .divider-custom .divider-custom-line:first-child {
    margin-right: 0.85rem;
    margin-top: -8px; }
  section#contacto .divider-custom .divider-custom-line:last-child {
    margin-left: 0.85rem;
    margin-top: -8px; }
  section#contacto .divider-custom.divider-light .divider-custom-line {
    background-color: #ee4b12; }
  section#contacto .divider-custom.divider-light .divider-custom-icon {
    color: #ee4b12; }
  section#contacto .divider-light h1 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }
  section#contacto .wr-contacto-ca {
    padding: 25px 0; }
    @media (max-width: 767.98px) {
      section#contacto .wr-contacto-ca {
        padding: 10px 0; } }
    section#contacto .wr-contacto-ca h2 {
      text-transform: uppercase;
      font-family: halcom, sans-serif;
      font-weight: 200;
      font-style: normal;
      color: white;
      text-transform: uppercase; }
    section#contacto .wr-contacto-ca .logo-contacto {
      width: 60px;
      display: block;
      padding: 10px 0; }
    section#contacto .wr-contacto-ca p {
      color: #f7f7f7; }
    section#contacto .wr-contacto-ca a.correo {
      color: #f7f7f7;
      text-decoration: underline; }
      @media (max-width: 767.98px) {
        section#contacto .wr-contacto-ca a.correo {
          font-size: 12px; } }
      section#contacto .wr-contacto-ca a.correo:hover {
        color: #f7f7f7;
        opacity: 0.7; }
    section#contacto .wr-contacto-ca a {
      color: #f7f7f7;
      text-decoration: underline; }
      section#contacto .wr-contacto-ca a:hover {
        color: #f7f7f7;
        opacity: 0.7; }
    section#contacto .wr-contacto-ca a.tel {
      text-decoration: none;
      color: white; }
      section#contacto .wr-contacto-ca a.tel:hover {
        color: white;
        opacity: 0.7; }
    section#contacto .wr-contacto-ca ul li {
      text-align: center;
      height: 40px;
      width: 40px;
      margin: 0px 5px;
      background-color: transparent;
      border-radius: 100px;
      line-height: 42px;
      border: 1px solid #fff; }
    section#contacto .wr-contacto-ca ul li a {
      color: #fff;
      font-size: 24px;
      text-decoration: none; }
      section#contacto .wr-contacto-ca ul li a:hover {
        color: white; }

section#contacto-interna {
  padding: 120px 0 80px 0; }
  @media (max-width: 767.98px) {
    section#contacto-interna {
      padding: 100px 0 20px 0; } }
  section#contacto-interna .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section#contacto-interna .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 2rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section#contacto-interna .divider-custom .divider-custom-line:first-child {
    margin-right: 0.85rem;
    margin-top: -8px; }
  section#contacto-interna .divider-custom .divider-custom-line:last-child {
    margin-left: 0.85rem;
    margin-top: -8px; }
  section#contacto-interna .divider-custom.divider-light .divider-custom-line {
    background-color: #ee4b12; }
  section#contacto-interna .divider-custom.divider-light .divider-custom-icon {
    color: #ee4b12; }
  section#contacto-interna .divider-light h1 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }
  section#contacto-interna .wr-contacto-ca {
    padding: 25px 0; }
    @media (max-width: 767.98px) {
      section#contacto-interna .wr-contacto-ca {
        padding: 10px 0; } }
    section#contacto-interna .wr-contacto-ca h2 {
      text-transform: uppercase;
      font-family: halcom, sans-serif;
      font-weight: 200;
      font-style: normal;
      color: #ee4b12;
      text-transform: uppercase; }
    section#contacto-interna .wr-contacto-ca .logo-contacto {
      width: 60px;
      display: block;
      padding: 10px 0; }
    section#contacto-interna .wr-contacto-ca p {
      color: #f7f7f7; }
    section#contacto-interna .wr-contacto-ca a {
      color: #f7f7f7;
      text-decoration: underline; }
      section#contacto-interna .wr-contacto-ca a:hover {
        color: #f7f7f7;
        opacity: 0.7; }
    section#contacto-interna .wr-contacto-ca a.tel {
      text-decoration: none;
      color: #ee4b12; }
      section#contacto-interna .wr-contacto-ca a.tel:hover {
        color: #ee4b12;
        opacity: 0.7; }
    section#contacto-interna .wr-contacto-ca ul li {
      text-align: center;
      height: 40px;
      width: 40px;
      margin: 0px 5px;
      background-color: transparent;
      border: 1px solid #fff;
      border-radius: 100px;
      line-height: 42px; }
    section#contacto-interna .wr-contacto-ca ul li a {
      color: #fff;
      font-size: 24px;
      text-decoration: none; }
      section#contacto-interna .wr-contacto-ca ul li a:hover {
        color: white; }

section#certificados {
  position: relative;
  padding: 120px 25px 85px 25px;
  background: url(../img/fondo-g-cafe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% center; }
  section#certificados .card-cert {
    padding: 70px 15px;
    border-radius: 10px;
    text-align: center;
    background-color: #f7f7f7; }
    section#certificados .card-cert h1.title-or span {
      color: #ee4b12;
      font-family: halcom, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase;
      border-bottom: 2px solid #ee4b12;
      padding-bottom: 5px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
    section#certificados .card-cert p {
      color: black;
      font-size: 20px; }
    section#certificados .card-cert .candado-cert {
      width: 30px;
      padding: 50px 0; }
    section#certificados .card-cert p.participante span {
      color: black;
      border-bottom: 1px solid black;
      padding-bottom: 5px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
  section#certificados .slick-next {
    top: 50% !important;
    right: -45px !important; }
    @media (max-width: 991.98px) {
      section#certificados .slick-next {
        right: -27px !important; } }
  section#certificados .slick-prev {
    top: 50% !important;
    left: -45px !important; }
    @media (max-width: 991.98px) {
      section#certificados .slick-prev {
        left: -27px !important;
        z-index: 90; } }
  section#certificados .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section#certificados .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 2rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section#certificados .divider-custom .divider-custom-line:first-child {
    margin-right: 0.85rem;
    margin-top: -8px; }
  section#certificados .divider-custom .divider-custom-line:last-child {
    margin-left: 0.85rem;
    margin-top: -8px; }
  section#certificados .divider-custom.divider-light .divider-custom-line {
    background-color: #fff; }
  section#certificados .divider-custom.divider-light .divider-custom-icon {
    color: #fff; }
  section#certificados .divider-light h1 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }

section#registro {
  background-color: #f5f5f6;
  position: relative; }
  section#registro h1 {
    color: #950a24; }
  @media (max-width: 767.98px) {
    section#registro {
      padding: 60px 0px 15px 0px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    section#registro {
      padding: 120px 10px 15px 10px; } }
  section#registro .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section#registro .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 2rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section#registro .divider-custom .divider-custom-line:first-child {
    margin-right: 0.85rem;
    margin-top: -8px; }
  section#registro .divider-custom .divider-custom-line:last-child {
    margin-left: 0.85rem;
    margin-top: -8px; }
  section#registro .divider-custom.divider-light .divider-custom-line {
    background-color: #ee4b12; }
  section#registro .divider-custom.divider-light .divider-custom-icon {
    color: #ee4b12; }
  section#registro .divider-light h1 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }
  section#registro h1.title-or {
    padding-bottom: 30px; }
  section#registro a {
    text-decoration: none;
    color: #000;
    text-decoration: underline; }
    section#registro a:hover {
      color: #000;
      text-decoration: none; }
    section#registro a:focus {
      color: #000; }
  section#registro .check-container {
    text-align: center; }
    section#registro .check-container label {
      text-transform: none;
      font-size: 11px;
      color: white;
      padding-top: 4px; }
      @media (min-width: 768px) {
        section#registro .check-container label {
          font-size: 13px;
          padding-top: 2px; } }
    section#registro .check-container a {
      color: white;
      text-decoration: underline; }
  section#registro input[type="text"],
  section#registro input[type="email"],
  section#registro input[type="password"] {
    border-radius: 5px;
    border: solid 1px #000;
    background-color: #fff;
    color: #908f8f;
    margin: 10px 0 10px 0;
    height: 55px;
    width: 95%; }
    section#registro input[type="text"]:focus,
    section#registro input[type="email"]:focus,
    section#registro input[type="password"]:focus {
      background-color: rgba(255, 255, 255, 0.9); }
    @media (max-width: 767.98px) {
      section#registro input[type="text"],
      section#registro input[type="email"],
      section#registro input[type="password"] {
        width: 100%; } }

section.mainlog {
  padding-top: 100px;
  padding-bottom: 30px;
  height: 100%; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    section.mainlog {
      padding-top: 120px; } }
  section.mainlog a {
    color: #000;
    font-size: 12px;
    text-decoration: underline; }
    section.mainlog a:hover {
      color: #000;
      opacity: 0.7; }
  section.mainlog #top-svg {
    width: 100%;
    position: relative;
    z-index: 90;
    top: 2px; }
    @media (max-width: 767.98px) {
      section.mainlog #top-svg {
        top: 1px; } }
    section.mainlog #top-svg .st23 {
      fill: #EC4A0F; }
  section.mainlog .barita-top {
    width: 200px; }
  section.mainlog .wr-per {
    background-color: #f5f5f6;
    position: relative;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #000;
    border-radius: 0 0 50px 50px; }
    section.mainlog .wr-per .loader-cafe {
      position: absolute;
      right: -230px;
      top: -100px;
      width: 420px;
      margin: 0px 0 0 0px;
      -webkit-animation: spin 30s linear infinite;
      -moz-animation: spin 30s linear infinite;
      animation: spin 30s linear infinite;
      z-index: 100; }
      @media (max-width: 767.98px) {
        section.mainlog .wr-per .loader-cafe {
          display: none; } }

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

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

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  section.mainlog .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section.mainlog .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 2rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section.mainlog .divider-custom .divider-custom-line:first-child {
    margin-right: 0.85rem;
    margin-top: -8px; }
  section.mainlog .divider-custom .divider-custom-line:last-child {
    margin-left: 0.85rem;
    margin-top: -8px; }
  section.mainlog .divider-custom.divider-light .divider-custom-line {
    background-color: #fff; }
  section.mainlog .divider-custom.divider-light .divider-custom-icon {
    color: #fff; }
  section.mainlog .divider-light h1 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #950a24; }
  section.mainlog .check-container {
    text-align: center; }
    section.mainlog .check-container label {
      text-transform: none;
      font-size: 11px;
      color: white;
      padding-top: 4px; }
      @media (min-width: 768px) {
        section.mainlog .check-container label {
          font-size: 13px;
          padding-top: 2px; } }
    section.mainlog .check-container a {
      color: white;
      text-decoration: underline; }
  section.mainlog .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border: solid 1px #e59654 !important;
    background-color: #e59654 !important; }
  section.mainlog .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ee4b12 !important;
    border-color: #e59654 !important;
    background-color: #e59654 !important; }
  section.mainlog .custom-control-input:checked ~ .custom-control-label::before {
    color: #ee4b12 !important;
    border-color: #e59654 !important;
    background-color: #e59654 !important; }
  section.mainlog select {
    border-radius: 5px;
    border: solid 1px #000;
    background-color: #f7f7f7;
    color: #000;
    margin: 10px 0 10px 0;
    height: 55px; }
    section.mainlog select:focus {
      background-color: rgba(255, 255, 255, 0.9); }
  section.mainlog input[type="text"],
  section.mainlog input[type="email"],
  section.mainlog input[type="password"] {
    border-radius: 10px;
    border: solid 1px #f7f7f7;
    background-color: #f7f7f7;
    color: #908f8f;
    margin: 10px 0 10px 0;
    height: 55px; }
    section.mainlog input[type="text"]:focus,
    section.mainlog input[type="email"]:focus,
    section.mainlog input[type="password"]:focus {
      background-color: rgba(255, 255, 255, 0.9); }
  section.mainlog input.sinborde-d[type="text"],
  section.mainlog input.sinborde-d[type="email"],
  section.mainlog input.sinborde-d[type="password"] {
    border-radius: 10px 0px 0px 10px;
    border: solid 1px #f7f7f7;
    border-right: none;
    margin: 0;
    background-color: #f7f7f7;
    color: rgba(102, 94, 96, 0.75); }

.custom-bottom-main {
  padding-bottom: 30px; }
  .custom-bottom-main a {
    color: #000;
    font-size: 14px !important;
    text-decoration: underline; }
    .custom-bottom-main a:hover {
      color: #000;
      opacity: 0.7; }

section.perfilamiento {
  padding-top: 280px;
  padding-bottom: 30px;
  height: 100%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    section.perfilamiento {
      padding-top: 310px; } }
  @media (max-width: 767.98px) {
    section.perfilamiento {
      padding-top: 250px; } }
  section.perfilamiento a {
    color: #f7f7f7;
    font-size: 12px;
    text-decoration: underline; }
    section.perfilamiento a:hover {
      color: #f7f7f7;
      opacity: 0.7; }
  section.perfilamiento #top-svg {
    width: 100%;
    position: relative;
    z-index: 90;
    top: 2px; }
    @media (max-width: 767.98px) {
      section.perfilamiento #top-svg {
        top: 1px; } }
    section.perfilamiento #top-svg .st22 {
      fill: #EC4A0F; }
  section.perfilamiento .barita-top {
    width: 300px;
    position: absolute;
    top: -175px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0; }
    @media (max-width: 767.98px) {
      section.perfilamiento .barita-top {
        width: 170px;
        top: -100px; } }
  section.perfilamiento .wr-per {
    background-color: #ee4b12;
    position: relative;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #f7f7f7;
    border-radius: 0 0 50px 50px; }
    section.perfilamiento .wr-per p.title-pregunta {
      font-size: 2em; }
      @media (max-width: 991.98px) {
        section.perfilamiento .wr-per p.title-pregunta {
          font-size: 1.3em; } }
    section.perfilamiento .wr-per p.title-felicidades {
      font-size: 2.5em; }
      @media (max-width: 991.98px) {
        section.perfilamiento .wr-per p.title-felicidades {
          font-size: 1.8em; } }
    section.perfilamiento .wr-per .loader-cafe {
      position: absolute;
      right: -230px;
      top: -100px;
      width: 420px;
      margin: 0px 0 0 0px;
      -webkit-animation: spin 30s linear infinite;
      -moz-animation: spin 30s linear infinite;
      animation: spin 30s linear infinite;
      z-index: 100; }
      @media (max-width: 991.98px) {
        section.perfilamiento .wr-per .loader-cafe {
          display: none; } }

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

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

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  section.perfilamiento .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section.perfilamiento .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 2rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section.perfilamiento .divider-custom .divider-custom-line:first-child {
    margin-right: 0.85rem;
    margin-top: -8px; }
  section.perfilamiento .divider-custom .divider-custom-line:last-child {
    margin-left: 0.85rem;
    margin-top: -8px; }
  section.perfilamiento .divider-custom.divider-light .divider-custom-line {
    background-color: #f4cb61; }
  section.perfilamiento .divider-custom.divider-light .divider-custom-icon {
    color: #f4cb61; }
  section.perfilamiento .divider-light h1 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }
  section.perfilamiento .check-container {
    text-align: center; }
    section.perfilamiento .check-container label {
      text-transform: none;
      font-size: 11px;
      color: white;
      padding-top: 4px; }
      @media (min-width: 768px) {
        section.perfilamiento .check-container label {
          font-size: 13px;
          padding-top: 2px; } }
    section.perfilamiento .check-container a {
      color: white;
      text-decoration: underline; }
  section.perfilamiento .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border: solid 1px #e59654 !important;
    background-color: #e59654 !important; }
  section.perfilamiento .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ee4b12 !important;
    border-color: #e59654 !important;
    background-color: #e59654 !important; }
  section.perfilamiento .custom-control-input:checked ~ .custom-control-label::before {
    color: #ee4b12 !important;
    border-color: #e59654 !important;
    background-color: #e59654 !important; }
  section.perfilamiento input[type="text"],
  section.perfilamiento input[type="email"],
  section.perfilamiento input[type="password"] {
    border-radius: 10px;
    border: solid 1px #f7f7f7;
    background-color: #f7f7f7;
    color: #908f8f;
    margin: 10px 0 10px 0;
    height: 55px; }
    section.perfilamiento input[type="text"]:focus,
    section.perfilamiento input[type="email"]:focus,
    section.perfilamiento input[type="password"]:focus {
      background-color: rgba(255, 255, 255, 0.9); }
  section.perfilamiento input.sinborde-d[type="text"],
  section.perfilamiento input.sinborde-d[type="email"],
  section.perfilamiento input.sinborde-d[type="password"] {
    border-radius: 10px 0px 0px 10px;
    border: solid 1px #f7f7f7;
    border-right: none;
    margin: 0;
    background-color: #f7f7f7;
    color: rgba(102, 94, 96, 0.75); }
    section.perfilamiento input.sinborde-d[type="text"]:focus,
    section.perfilamiento input.sinborde-d[type="email"]:focus,
    section.perfilamiento input.sinborde-d[type="password"]:focus {
      background-color: rgba(255, 255, 255, 0.9); }

.wr-form-quiz {
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .wr-form-quiz {
      width: 100%; } }

.custom-radio p {
  padding-top: 35px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word; }

.radio-toolbar-img label,
.check-toolbar-img label {
  width: 35px;
  cursor: pointer;
  position: relative; }
  .radio-toolbar-img label input[type="radio"],
  .check-toolbar-img label input[type="radio"] {
    border: none !important; }
  .radio-toolbar-img label label:before,
  .radio-toolbar-img label label:after,
  .check-toolbar-img label label:before,
  .check-toolbar-img label label:after {
    display: none; }
  .radio-toolbar-img label .r-ac,
  .check-toolbar-img label .r-ac {
    width: 35px;
    position: absolute;
    top: 75%;
    right: 5%; }
    @media (min-width: 768px) {
      .radio-toolbar-img label .r-ac,
      .check-toolbar-img label .r-ac {
        top: 83%; } }
  .radio-toolbar-img label .r-ho,
  .check-toolbar-img label .r-ho {
    width: 35px;
    position: absolute;
    top: 75%;
    right: 5%;
    display: none; }
    @media (min-width: 768px) {
      .radio-toolbar-img label .r-ho,
      .check-toolbar-img label .r-ho {
        top: 83%; } }

.radio-toolbar-img input[type="radio"]:checked + label,
.check-toolbar-img input[type="checkbox"]:checked + label {
  opacity: 0.8; }
  .radio-toolbar-img input[type="radio"]:checked + label .r-ac,
  .check-toolbar-img input[type="checkbox"]:checked + label .r-ac {
    display: none; }
  .radio-toolbar-img input[type="radio"]:checked + label .r-ho,
  .check-toolbar-img input[type="checkbox"]:checked + label .r-ho {
    display: inline-block; }

section#certificados-interna {
  background: url(../img/Back.jpg);
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative; }
  @media (max-width: 767.98px) {
    section#certificados-interna {
      padding-bottom: 80px; } }
  section#certificados-interna img.form-cert-int {
    width: 100%;
    position: absolute;
    z-index: 20;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 767.98px) {
      section#certificados-interna img.form-cert-int {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      section#certificados-interna img.form-cert-int {
        top: 50%; } }
  section#certificados-interna .wr-cert-int {
    position: relative; }
    section#certificados-interna .wr-cert-int .layer-front-cert {
      position: relative;
      z-index: 80; }
    section#certificados-interna .wr-cert-int .card-cert {
      width: 70%;
      margin: 0 auto;
      text-align: center;
      background-color: white;
      position: relative; }
      section#certificados-interna .wr-cert-int .card-cert.certificado-bloqueado .candado-overlay {
        display: block; }
      section#certificados-interna .wr-cert-int .card-cert .candado-overlay {
        position: absolute;
        /* Sit on top of the page content */
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f7f7f7;
        z-index: 2; }
        section#certificados-interna .wr-cert-int .card-cert .candado-overlay .candado-cert {
          width: 30px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
      @media (max-width: 767.98px) {
        section#certificados-interna .wr-cert-int .card-cert {
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        section#certificados-interna .wr-cert-int .card-cert {
          width: 65%; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        section#certificados-interna .wr-cert-int .card-cert {
          width: 90%; } }
      section#certificados-interna .wr-cert-int .card-cert .lateral-certificado {
        width: 100%;
        display: block; }
        @media (max-width: 767.98px) {
          section#certificados-interna .wr-cert-int .card-cert .lateral-certificado {
            display: none; } }
      section#certificados-interna .wr-cert-int .card-cert .lateral-cer {
        background-image: url(../img/lateral-certificado.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 100%; }
      section#certificados-interna .wr-cert-int .card-cert .divider-custom {
        margin: 1.25rem 0 0 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      section#certificados-interna .wr-cert-int .card-cert .divider-custom .divider-custom-line {
        width: 100%;
        max-width: 2rem;
        height: 0.10rem;
        border-radius: 1rem; }
      section#certificados-interna .wr-cert-int .card-cert .divider-custom .divider-custom-line:first-child {
        margin-right: 0.85rem;
        margin-top: -8px; }
      section#certificados-interna .wr-cert-int .card-cert .divider-custom .divider-custom-line:last-child {
        margin-left: 0.85rem;
        margin-top: -8px; }
      section#certificados-interna .wr-cert-int .card-cert .divider-custom.divider-light .divider-custom-line {
        background-color: #947421; }
      section#certificados-interna .wr-cert-int .card-cert .divider-custom.divider-light .divider-custom-icon {
        color: #947421; }
      section#certificados-interna .wr-cert-int .card-cert .divider-light h1 {
        font-family: halcom, sans-serif;
        font-weight: 300;
        font-style: normal; }
        @media (max-width: 767.98px) {
          section#certificados-interna .wr-cert-int .card-cert .divider-light h1 {
            font-size: 20px; } }
      section#certificados-interna .wr-cert-int .card-cert p {
        color: black;
        font-size: 16px; }
      section#certificados-interna .wr-cert-int .card-cert p.completado-top {
        position: relative;
        top: 10px; }
      section#certificados-interna .wr-cert-int .card-cert h2.nombre-modulo {
        color: #950a24; }
      section#certificados-interna .wr-cert-int .card-cert h1.participante span {
        font-family: halcom, sans-serif;
        font-weight: 200;
        font-style: normal;
        color: black;
        border-bottom: 1px solid black;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        @media (max-width: 767.98px) {
          section#certificados-interna .wr-cert-int .card-cert h1.participante span {
            font-size: 20px; } }
      section#certificados-interna .wr-cert-int .card-cert .logo-np {
        width: 120px;
        display: block;
        margin: 0 auto;
        padding-top: 25px; }
        @media (max-width: 767.98px) {
          section#certificados-interna .wr-cert-int .card-cert .logo-np {
            width: 90px; } }
    section#certificados-interna .wr-cert-int .wr-insignias {
      background-color: blue;
      margin: 0 auto;
      width: 70%;
      height: 250px; }
      @media (max-width: 767.98px) {
        section#certificados-interna .wr-cert-int .wr-insignias {
          width: 100%;
          height: 150px; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        section#certificados-interna .wr-cert-int .wr-insignias {
          width: 85%; } }
      section#certificados-interna .wr-cert-int .wr-insignias .card-in {
        background-color: green;
        width: 140px;
        margin: 0 auto; }
        @media (max-width: 991.98px) {
          section#certificados-interna .wr-cert-int .wr-insignias .card-in {
            width: 100%; } }
        section#certificados-interna .wr-cert-int .wr-insignias .card-in .envol-in {
          background-color: purple;
          border-radius: 100px;
          border: solid 1px #f7f7f7;
          height: 65px;
          width: 65px;
          margin: 0 auto;
          position: relative; }
          @media (max-width: 991.98px) {
            section#certificados-interna .wr-cert-int .wr-insignias .card-in .envol-in {
              width: 57px;
              height: 57px; } }
        section#certificados-interna .wr-cert-int .wr-insignias .card-in img.insignia-visible, section#certificados-interna .wr-cert-int .wr-insignias .card-in img.insignia-bloqueada {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 57px;
          display: block;
          margin: 0 auto;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          @media (max-width: 991.98px) {
            section#certificados-interna .wr-cert-int .wr-insignias .card-in img.insignia-visible, section#certificados-interna .wr-cert-int .wr-insignias .card-in img.insignia-bloqueada {
              width: 50px; } }
        section#certificados-interna .wr-cert-int .wr-insignias .card-in .caption-insignia {
          color: #f7f7f7;
          opacity: 0; }
      section#certificados-interna .wr-cert-int .wr-insignias .slick-center .envol-in {
        border-radius: 100px;
        border: none;
        height: 130px;
        width: 130px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 10px; }
        @media (max-width: 991.98px) {
          section#certificados-interna .wr-cert-int .wr-insignias .slick-center .envol-in {
            width: 85px !important;
            height: 85px !important; } }
      section#certificados-interna .wr-cert-int .wr-insignias .slick-center img.insignia-visible, section#certificados-interna .wr-cert-int .wr-insignias .slick-center .insignia-bloqueada {
        width: 130px !important; }
        @media (max-width: 991.98px) {
          section#certificados-interna .wr-cert-int .wr-insignias .slick-center img.insignia-visible, section#certificados-interna .wr-cert-int .wr-insignias .slick-center .insignia-bloqueada {
            width: 85px !important; } }
      section#certificados-interna .wr-cert-int .wr-insignias .slick-center .caption-insignia {
        opacity: 1; }
    section#certificados-interna .wr-cert-int .wr-insignias-lista {
      padding: 10px;
      width: 75%;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        section#certificados-interna .wr-cert-int .wr-insignias-lista {
          width: 100%; } }
      section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card {
        cursor: pointer;
        text-align: center;
        padding: 0 10px; }
        @media (max-width: 991.98px) {
          section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card {
            padding-top: 25px; } }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card p {
          color: #000;
          padding: 7px 0;
          display: none; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card .thu {
          position: relative;
          top: 20px; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card .mask-in {
          -webkit-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          position: relative;
          width: 100px;
          height: 100px;
          border: solid 1.3px #cacaca;
          background-color: #cacaca;
          margin: 0 auto; }
          @media (max-width: 767.98px) {
            section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card .mask-in {
              width: 40px;
              height: 40px; } }
          section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card .mask-in img {
            width: 90%;
            position: absolute;
            top: 50%;
            left: 55%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card .mask-in .insignia-si {
            display: none; }
          section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card .mask-in .insignia-no {
            display: block; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-visible .insignia-no {
          display: none; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-visible .insignia-si {
          display: block; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-visible .mask-in {
          width: 70px;
          height: 70px;
          border: solid 1.3px #f7f7f7; }
          @media (max-width: 767.98px) {
            section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-visible .mask-in {
              width: 40px;
              height: 40px; } }
          section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-visible .mask-in img {
            width: 90%; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-visible p {
          display: none; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-visible .thu {
          top: 20px; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-active .insignia-no {
          display: none; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-active .insignia-si {
          display: block; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-active .mask-in {
          width: 120px;
          height: 120px;
          border: none; }
          @media (max-width: 767.98px) {
            section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-active .mask-in {
              width: 80px;
              height: 80px; } }
          section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-active .mask-in img {
            width: 100%; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-active p {
          display: block; }
        section#certificados-interna .wr-cert-int .wr-insignias-lista .wr-insignia-card.insignia-active .thu {
          top: 0px; }

section.share .wr-compartir-list {
  position: relative;
  top: -40px;
  z-index: 70; }
  section.share .wr-compartir-list p {
    color: #f7f7f7; }
  section.share .wr-compartir-list ul li {
    height: 40px;
    width: 40px;
    margin: 0px 10px;
    background-color: #ee4b12;
    border-radius: 100px;
    line-height: 42px; }
  section.share .wr-compartir-list ul li a {
    color: black;
    font-size: 25px;
    text-decoration: none; }
    section.share .wr-compartir-list ul li a:hover {
      color: white; }

section#video-interno {
  padding-top: 120px;
  padding-bottom: 30px; }
  section#video-interno h3.sub {
    text-align: center;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #f7f7f7; }
  section#video-interno hr {
    border-top: 1px solid #f7f7f7 !important; }
  section#video-interno .border-r {
    border-right: solid 1px #f7f7f7; }
    @media (max-width: 767.98px) {
      section#video-interno .border-r {
        border-right: none; } }
  section#video-interno .border-bt {
    border-bottom: solid 1px #f7f7f7; }
  section#video-interno .btn-v-int {
    color: #f7f7f7;
    text-decoration: none; }
    section#video-interno .btn-v-int span {
      color: #ee4b12;
      font-size: 1.6em;
      position: relative;
      top: 5px; }
    section#video-interno .btn-v-int:hover {
      opacity: 0.8;
      color: #f7f7f7; }
  section#video-interno .wr-des-video {
    margin-top: 35px; }
    section#video-interno .wr-des-video h3 {
      font-family: halcom, sans-serif;
      font-weight: 200;
      font-style: normal;
      color: #ee4b12;
      padding-bottom: 10px; }
    section#video-interno .wr-des-video p {
      color: #f7f7f7; }
  section#video-interno .divider-custom {
    margin: 1.25rem 0 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section#video-interno .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 2rem;
    height: 0.10rem;
    border-radius: 1rem; }
  section#video-interno .divider-custom .divider-custom-line:first-child {
    margin-right: 0.85rem;
    margin-top: -8px; }
  section#video-interno .divider-custom .divider-custom-line:last-child {
    margin-left: 0.85rem;
    margin-top: -8px; }
  section#video-interno .divider-custom.divider-light .divider-custom-line {
    background-color: #ee4b12; }
  section#video-interno .divider-custom.divider-light .divider-custom-icon {
    color: #ee4b12; }
  section#video-interno .divider-light h1 {
    text-transform: uppercase;
    font-family: halcom, sans-serif;
    font-weight: 200;
    font-style: normal; }

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 0.5rem) !important; } }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #f7f7f7 !important;
  text-shadow: 0 1px 0 black;
  opacity: 1 !important; }

.modal-backdrop.show {
  background-color: black;
  opacity: 0.85; }

.modal-dialog .modal-content {
  background-color: #ee4b12 !important;
  border: 3px solid #f7f7f7 !important;
  border-radius: 10px !important; }
  .modal-dialog .modal-content .modal-header {
    border-bottom: none !important; }
  .modal-dialog .modal-content .modal-body {
    color: #f7f7f7; }

.modal-dialog .wr-modulo {
  border-radius: 10px 170px 170px 10px !important; }
  @media (max-width: 991.98px) {
    .modal-dialog .wr-modulo {
      border-radius: 10px !important; } }
  .modal-dialog .wr-modulo .premio {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 16px; }
    @media (max-width: 991.98px) {
      .modal-dialog .wr-modulo .premio {
        width: 100px;
        top: 0; } }

.modal-dialog .confeti-modal {
  width: 130%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal-dialog .confeti-dos-modal {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 991.98px) {
    .modal-dialog .confeti-dos-modal {
      width: 200%; } }

.modal-dialog .barista-modal {
  width: 45%;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -101.7%);
  -ms-transform: translate(-50%, -101.7%);
  transform: translate(-50%, -101.7%);
  z-index: 30; }

.modal-dialog .barista-modal-dos {
  width: 25%;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -101.7%);
  -ms-transform: translate(-50%, -101.7%);
  transform: translate(-50%, -101.7%);
  z-index: 30; }
  @media (max-width: 991.98px) {
    .modal-dialog .barista-modal-dos {
      width: 40%; } }

footer {
  background-color: #666666;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 90; }
  footer ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: white; }
    @media (min-width: 768px) {
      footer ul li a {
        font-size: 13px; } }
    footer ul li a:hover {
      text-decoration: none;
      color: white;
      opacity: 0.7; }
    footer ul li a:focus {
      color: white;
      opacity: 0.7; }
  footer p {
    text-transform: uppercase;
    color: #f7f7f7;
    text-align: center;
    font-size: 11px; }
    @media (min-width: 768px) {
      footer p {
        font-size: 12px; } }

div[role="contentinfo"][aria-label="Mensaje de estado"] {
  background-color: #009e00;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px; }

#user-pass-reset .form-item, #user-pass-reset input[type=password] {
  width: 100%; }

#user-pass-reset p, #user-pass-reset #password-policy-status, #user-pass-reset .description {
  display: none; }

.btn-register {
  background-color: #ff9036;
  color: #fff !important;
  font-size: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  position: relative;
  font-size: halcom,sans-serif;
  font-weight: 700;
  font-style: normal;
  border: solid 1px #ff9036;
  border-radius: 5px;
  padding: 10px 30px;
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .btn-register:hover {
    color: #fff !important; }
  .btn-register span {
    font-size: 1.3rem;
    top: 0; }

#baristaAcdemy {
  background: url(../img/bg.jpg);
  background-size: cover; }

#user-pass p {
  color: #000; }

.menu-trigger div {
  position: relative;
  display: block;
  height: 5px;
  margin-bottom: 5px;
  width: 30px;
  background: #888;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px; }

.menu-trigger:hover {
  cursor: pointer; }

.menu-trigger:hover div:nth-child(odd) {
  width: 30px; }

.menu-trigger:hover div:nth-child(even) {
  width: 25px; }

.menu-trigger.active div:nth-child(even) {
  opacity: 0; }

.menu-trigger.active div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px; }

.menu-trigger.active div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px; }

.menu-trigger.active:hover {
  -webkit-transform: scale(0.75) translateY(-50%);
  -ms-transform: scale(0.75) translateY(-50%);
  transform: scale(0.75) translateY(-50%);
  margin-top: 20px; }

.menu-trigger.active:hover div {
  width: 45px !important; }

ul[class^=menu__mobile] {
  position: fixed;
  top: calc(100% + 0px);
  width: 100vw;
  height: 100vh;
  background: #950a24;
  z-index: 1;
  top: 99px;
  z-index: 999 !important; }

@media (min-width: 769px) {
  ul[class^=menu__mobile] {
    display: none; } }

ul[class^=menu__mobile] li {
  padding: 0.5em 1em;
  width: 100%;
  border-bottom: 2px solid #fff; }

ul[class^=menu__mobile] li:last-child {
  border-bottom: 0 !important; }

ul[class^=menu__mobile] li a {
  display: block; }

ul[class^=menu__mobile] li:first-child a, ul[class^=menu__mobile] li:hover {
  color: #fff; }

.menu__mobile-left {
  left: -100vw;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  list-style: none !important; }
  .menu__mobile-left li {
    padding-left: 0 !important; }
    .menu__mobile-left li a {
      padding-top: 10px;
      padding-bottom: 10px;
      color: #fff !important;
      text-decoration: none;
      font-size: 18px;
      text-transform: uppercase;
      position: relative;
      padding-left: 0 !important; }
      .menu__mobile-left li a:hover {
        color: white !important; }

.menu__mobile-left.open {
  left: 0; }

.title-chef {
  color: #950a24;
  text-align: center; }

.bg-certificate {
  background: url(../img/certificate.png);
  background-size: cover;
  height: 500px;
  background-size: 100% 100%;
  padding-top: 150px; }
  @media (max-width: 767.98px) {
    .bg-certificate {
      height: 400px;
      background-repeat: no-repeat;
      padding-top: 110px; } }

.insignia-visible .mask-in {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

#edit-field-sitio-wrapper {
  display: none !important; }

.nav-link-courses img {
  width: 28.61px;
  height: 29px; }

.nav-link-courses .last-bowl {
  display: none; }

.nav-link-courses:hover .first-bowl, .nav-link-courses:focus .first-bowl {
  display: none; }

.nav-link-courses:hover .last-bowl, .nav-link-courses:focus .last-bowl {
  display: inline-block; }

.link-mobile-courses img {
  width: 39.59px;
  height: 39px;
  margin-left: -5px;
  margin-right: 5px; }

.text-pendiente {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white !important; }

.text-completed {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white !important; }

.share-fb a {
  color: inherit;
  text-decoration: none; }
  .share-fb a p {
    color: black;
    border-bottom: 1px solid transparent;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
    .share-fb a p i {
      margin-left: 5px;
      color: #183153; }
  .share-fb a:hover, .share-fb a:focus {
    color: inherit;
    text-decoration: none; }
    .share-fb a:hover p, .share-fb a:focus p {
      border-bottom: 1px solid #183153; }

div[data-drupal-messages] {
  margin-top: 80px; }
  @media (max-width: 767px) {
    div[data-drupal-messages] {
      margin-top: 100px; } }
  div[data-drupal-messages] div[aria-label="Mensaje de error"] {
    display: none !important;
    text-align: center;
    background-color: #de0f00;
    color: #fff;
    padding: 10px 0px; }
    div[data-drupal-messages] div[aria-label="Mensaje de error"] a {
      display: none !important; }

.alert-error {
  text-align: center;
  background-color: #de0f00;
  color: #fff;
  padding: 10px 0px; }

label[for="edit-field-communication-value"] {
  display: inline !important; }
