/* Custom CSS by Faisandu -------------------------------------------------- */
body {
  font-family: "Poppins", sans-serif;
  background: #fcfcf7;
  color: #333333;
}

main>.container {
  padding: 60px 15px 0;
}

a {
  color: #ff5b00;
}

p {
  font-size: 1.2em;
}

.color {
  color: #ff5b00;
}

.text-right {
  text-align: right !important;
}

.float-right {
  float: right !important;
}

.active {
  color: #ff5b00 !important;
}

.sidebar-sticky a {
  color: black;
  font-weight: bold;
}

.sidebar-sticky a:hover {
  color: #ff5b00;
}

.like {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #ffffff50;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("../img/icon-like.svg");
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.icon-event {
  border-radius: 100px;
  padding: 3px;
  background: #ff5b00;
}

.like-on,
.like:hover {
  background: #ff5b00;
  background-image: url("../img/icon-like-on.svg");
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.container-fluid {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.container-fluid.dashboard {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 40px;
  padding-top: 30px;
}

.table-color {
  background: rgb(0, 67, 255);
  background: linear-gradient(90deg,
      rgba(0, 67, 255, 1) 0%,
      rgba(0, 134, 255, 1) 100%);
  overflow: hidden;
  color: #fff;
}

.title-table-price {
  font-size: 1.1em;
  line-height: 0.9em !important;
}

.table-price small {
  font-size: 60% !important;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 400;
}

.btn-md {
  font-size: 1.2em;
}

.mt-negative {
  margin-top: -100px;
}

.section {
  padding: 160px 16px;
}

.section-no-padding-top {
  padding-top: 0 !important;
}

.section-small {
  padding: 80px 16px;
}

.no-space-top {
  padding-top: 0;
}

.section-xl {
  padding: 220px 16px 160px 16px;
}

.sand {
  background-color: #f2efe6;
}

.cover-home {
  padding: 180px 16px 160px 16px;
  background: url("../img/cover-home.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cover-mosaico {
  background-image: url("../img/cover-mosaico.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.cover-sand {
  background-color: #f2efe6;
  background-image: url("../img/cover-sand.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

.cover-orange {
  color: #fff;
  background: rgb(255, 91, 0);
  background-image: url("../img/cover-orange.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cover-orange-image {
  color: #fff;
  background: rgb(255, 91, 0);
  background-image: url("../img/cover-comunidad-orange.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cover-orange-puzzle {
  color: #fff;
  background: rgb(255, 91, 0);
  background-image: url("../img/cover-orange-puzzle.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sello .col-md-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.sello .card .card-title {
  min-height: 75px;
}

.button-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  display: block;
  /*background: #25d366;*/
  background: #ff5b00;
  background-image: url("../img/question-icon.png");
  background-position: center center;
  background-size: 38px;
  background-repeat: no-repeat;
  border-radius: 100px;
  transition: all;
  z-index: 999999;
}

@media screen and (max-width: 768px) {
  td {
    font-size: 0.9em !important;
  }

  .btn-md {
    font-size: 1.2em;
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .footer-brand {
    margin: 0 auto;
  }

  .follow-us {
    margin-bottom: 1em;
  }

  footer {
    text-align: center;
  }
}

.video-home {
  overflow: hidden;
  box-shadow: 0 0 30px #ff5b0040 !important;
}

.rounded {
  border-radius: 30px !important;
}

.rounded-small {
  border-radius: 20px !important;
}

.section-white {
  background: #fff;
  padding: 0 0 120px 0;
}

.section-single {
  background: #fff;
  padding: 130px 0 !important;
}

.section-cover {
  background: rgb(240, 240, 240);
  background: linear-gradient(180deg,
      rgba(240, 240, 240, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  padding: 200px 0 0px 0;
}

.section-login {
  background-color: #f2efe6;
  background-image: url("../img/cover-sand.jpg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.z-index {
  z-index: 10;
}

.btn {
  border: none !important;
}

.btn:hover {
  background: #111;
  border-color: #111 !important;
}

.btn-primary {
  background: #ff5b00;
  color: #fff;
  border-radius: 100px;
  padding: 0.8em 2em;
  font-weight: 800;
  border: none !important;
  margin: 0 5px;
}

.btn-secondary {
  color: #ff5b00;
  background: #fff;
  border-radius: 100px;
  padding: 0.6em 2em;
  font-weight: 800;
  border: solid 2px #ff5b00 !important;
  margin: 0 5px;
}

.btn-outline-primary {
  color: #ff5b00;
  border: solid 2px #ff5b0050 !important;
  border-radius: 100px;
  font-weight: 800;
  padding: 0.8em 2em;
}

.img-home-container {
  position: relative;
}

.bg-light {
  background: #fff !important;
  box-shadow: 0 0 30px #ff5b0040 !important;
  position: relative;
}

.card {
  background: #fff !important;
  box-shadow: 0 0 30px #ff5b0040 !important;
  border: none;
  border-radius: 15px !important;
  transition: all;
}

.card:hover {
  transition: all 0.5s ease-in allow-discrete;

  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 10;
}

.question {
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-check {
  margin-bottom: 0 !important;
}

.question label {
  font-weight: 400 !important;
  font-size: 18px !important;
  margin-top: -2px;
}

.form-check-input:checked {
  background-color: #ff5b00;
  border-color: #ff5b00;
}

.card-img-top {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.card a {
  text-decoration: none;
}

.card-title {
  font-weight: 800;
}

.card-header {
  padding: 1.5em 2em;
  border-bottom: none;
}

.card-header:first-child {
  font-weight: bold;
}

.card-body {
  padding: 1em 0.8em 1.4em 0.8em;
}

.bg-blur {
  background-image: url("../img/1-blur.png");
  background-position: center center;
  background-size: 100%;
  width: 700px;
  position: absolute;
  display: block;
  height: 700px;
  right: 60px;
  top: 70px;
  z-index: 1 !important;
}

.bg-blur-blue {
  background-image: url("../img/1-blur-blue.png");
  background-position: center center;
  background-size: 100%;
  width: 700px;
  position: absolute;
  display: block;
  height: 700px;
  right: 300px;
  top: 160px;
  z-index: 1 !important;
}

.partner-brand {
  background: #fff;
  box-shadow: 0 0 30px #ff5b0020 !important;
  border-radius: 20px !important;
  padding: 10px 40px;
  margin: 0 10px;
}

.img-home {
  position: relative;
  z-index: 5 !important;
}

.order-container {
  padding: 10px 40px;
  text-align: left;
}

.order-total h2 {
  font-size: 2.8em;
  font-weight: 700;
}

.alert-primary h2 {
  font-size: 2.8em;
  font-weight: 700;
}

.webpay {
  margin-right: 2em;
}

.navbar {
  background: #fff;
  box-shadow: 0 0 30px #00000012;
}

.navbar-transparent {
  background: transparent;
  padding: 1em 0;
}

.medium {
  font-size: 140%;
}

.large {
  font-size: 160%;
}

.btn-lg {
  font-size: 1.5em;
}

.btn-outline-secondary {
  background: #fff;
}

h1 {
  font-size: 5em;
  font-weight: 800 !important;
}

h2 {
  font-size: 3em;
  font-weight: 800;
}

h3 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  line-height: 1.4em;
}

h5 {
  font-size: 1em;
}

.mb-6 {
  margin-bottom: 6em;
}

.form-check {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 200 !important;
}

.accordion {
  width: 100%;
  text-align: left;
}

.z-index {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding-left: 2em !important;
}

.form-floating>label {
  padding-left: 2em !important;
}

.accordion-button {
  font-weight: bold;
}

.accordion-button:not(.collapsed) {}

.accordion-item {}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.accordion-button {
  padding: 2em;
}

/* plus */
.qty {
  margin-top: 2.5em;
}

.count {
  font-size: 2em;
  line-height: 2.3em;
}

.qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  min-width: 90px;
  text-align: center;
}

.qty .plus {
  background: #ff5b0010;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50px;
}

.qty .minus {
  background: #ff5b0010;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50px;
}

hr {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
  opacity: 0.1 !important;
}

.light {
  font-weight: 100 !important;
}

.minus:hover {
  background: #ff5b0050 !important;
}

.plus:hover {
  background: #ff5b0050 !important;
}

/*Prevent text selection*/
span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input {
  border: 0;
  width: 2%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:disabled {
  background-color: white;
}

.input-group-text {
  font-weight: 600 !important;
  border-radius: 100px;
  border: solid 3px;
  border-color: transparent !important;
  border: solid 3px #00000010 !important;
  padding: 1rem 1rem;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 100px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 100px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px solid transparent !important;
}

.input-group>.form-control {
  font-weight: 600 !important;
  border-radius: 100px;
  border: solid 3px;
  border-color: transparent !important;
  border: solid 3px #00000010 !important;
  padding: 1rem 0.75rem;
  -webkit-border-radius: 100px;
}

.footer {
  background: #f2efe6;
  color: #212121;
}

.footer-brand {
  width: 140px;
}

.footer a {
  color: #212121;
  text-decoration: none;
}

.alert-primary {
  background: #f9ffc7;
  border: none;
  color: #000;
  padding: 2em;
}

.bg-transparent {
  background: transparent;
  color: #000;
  margin-top: 2.5em;
  margin-bottom: 2em;
}

.bg-transparent a {
  color: #000 !important;
}

label {
  color: #00000090;
  font-weight: 600 !important;
}

.form-control {
  font-weight: 600 !important;
  border: solid 3px;
  border-color: transparent !important;
  border: solid 3px #00000010 !important;
}

.form-control:focus {
  border: solid 3px;
  border-color: #ff5b00 !important;
  box-shadow: none !important;
}

.form-floating>.form-control {
  border-radius: 100px;
}

.dashboard .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.icon-btn {
  width: 35px;
  height: 35px;
}

.icon-follow-us {
  background: #fff;
  border: solid 2px #fff;
  border-radius: 100px;
  margin: 0 2px;
}

ul {
  list-style-type: none;
}

ul li {
  padding: 0.5em;
}

ul li a {
  text-decoration: none;
}

.qty {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 4em;
  }

  .navbar-brand img {
    height: 40px;
  }

  .img-home-container:after {
    width: 90%;
    height: 140%;
    background-size: 100%;
    right: 0;
    top: -50px;
    background-position: right top;
  }

  .bg-light:after {
    width: 100%;
    height: 400px;
    background-size: 100%;
    right: 0;
    top: -80px;
    background-position: right top;
  }

  .img-home {
    margin-top: 3em;
  }

  .img-home-two {
    margin-bottom: 3em;
  }

  .bg-blur {
    top: 700px;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .card {
    margin-bottom: 1em;
    margin-top: 1em;
  }

  .order-container {
    padding: 0 !important;
  }

  .py-5 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }

  .icon-ok {
    width: 80px;
    height: 80px;
  }

  .navbar-transparent {
    text-align: center;
  }

  .img-home,
  .img-home-two {
    width: 100%;
    height: auto;
  }

  .bg-blur {
    display: none;
  }

  .qty {
    margin-top: 2em;
  }

  .order-total {
    text-align: center;
  }

  .nav-item {
    text-align: center;
  }

  .navbar-collapse {
    text-align: center;
    margin-bottom: 2em;
    margin-top: 2em;
    font-size: 1.2em;
  }

  .navbar-collapse a.btn.btn-primary,
  .navbar-collapse a.btn.btn-secondary {
    display: block !important;
    margin-top: 10px !important;
  }

  .section-cover {
    padding: 150px 0 0 0;
  }

  .section-shop {
    background-position: center top;
  }

  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .btn-lg {
    font-size: 1.2em;
    display: block;
  }

  h1 {
    font-size: 2.8em;
  }

  .order-container {
    padding: 0px;
  }

  .order-total h2 {
    font-size: 2.4em;
  }

  .d-flex {
    flex-direction: column !important;
  }

  .partner-brand {
    margin: 10px 0;
  }

  .bg-blur {
    top: 700px;
  }

  .bg-light {
    padding: 0 20px;
  }

  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
}

.plans {
  padding: 10px 30px;
  margin: 20px;
}

.btn-md {
  font-size: 1.2em;
}

.plans .table> :not(caption)>*>* {
  padding: 0.8rem 0.5rem;
  font-size: 0.9em;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  padding: 0 30px;
}

.modal-body h5 {
  margin-top: -25px;
}

.modal-content {
  border-radius: 30px;
}

.btn-close {
  border-radius: 100px;
  height: 1.5em;
  width: 1.5em;
  background-color: #ff5b0050;
}

.modal-header .btn-close {
  padding: 10px;
  margin-top: 0;
  margin-right: 0;
}

.alert-primary {
  background: #ff5b0010;
}

.qty .count-small,
.qty .minus-small,
.qty .plus-small {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.qty .minus-small,
.qty .plus-small {
  background: #ff5b0010;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.qty .count-small {
  color: #000;
  min-width: 50px;
  min-height: 50px;
}

.order-container {
  padding: 10px 40px;
}

.minus-small:hover,
.plus-small:hover {
  background: #ff5b0050;
}

.form-select-lg {
  font-weight: bold;
  padding-top: inherit !important;
  padding-bottom: inherit !important;
  border-radius: 100px;
  border: solid 3px #00000010 !important;
  font-size: 1em;
  padding-left: 2em;
}

.alert-primary {
  padding: 2em 1.5em;
}

.form-select-lg .caret {
  position: absolute;
  top: calc(50% - 1px);
}

.form-select {
  background-position: right 1.5rem center;
  background-size: 20px 16px;
}

.form-floating p {
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  .alert-primary {
    text-align: center;
  }

  .form-floating p {
    padding-left: 20px;
    text-align: left;
  }

  .bg-light {
    padding: 0 20px;
  }

  .alert-primary {
    padding: 2em 0.9em;
  }

  .cover-mosaico h1 {
    font-size: 2rem;
    line-height: 1.3rem;
  }

  .section-login h3,
  .section-shop h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
  }

  .footer ul {
    padding: 0;
  }

  .section-login .link-dark {
    display: block;
  }

  .cover-orange-image p.large {
    font-size: 0.9rem;
  }

  .event-box {
    padding: 40px 16px;
  }

  .event-box h2,
  .event-single h2 {
    font-size: 1.9rem;
    line-height: 1.8rem;
  }

  .event-box p,
  .event-single p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  #services-list .card-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .card-body h3,
  .card-body h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .card-body p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .card-body .btn.btn-lg.btn-primary {
    font-size: 0.9rem;
  }

  .contact-form .card {
    padding: 20px 0px !important;
  }

  #services-list .col-4 img,
  #services-list2 .col-4 img {
    width: 100%;
  }

  .cover-orange .large {
    font-size: 1.2rem;
  }

  .btn-secondary {
    margin-bottom: 30px;
  }
}

.title-table {
  background: #ff5b0010;
  margin: 0;
  padding: 0.5em;
  font-weight: bold;
}

.title-table-price small {
  opacity: 1;
}

table tr:last-child {
  border-bottom: transparent;
}

.sidebar {
  min-height: 80vh;
}

#material-table {
  vertical-align: middle;
}

.jurado {
  margin-bottom: 3rem;
}

.community-content-card h4.card-title {
  min-height: 80px;
}

.community-content-card p.card-text {
  min-height: 150px;
}

.ql-container.ql-snow {
  background-color: white;
}

.quill-large .ql-container {
  min-height: 300px;
  height: 300px;
}