#welcome {
  overflow: hidden;
  position: relative;
  background-color: var(--color-secondary);
}
#welcome .ms-wrapper-section {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: var(--max-size);
  z-index: 1;
}
#welcome .ms-wrapper-section .ms-title {
  line-height: 1.2;
  text-align: center;
  font-weight: var(--bold);
  color: var(--color-white);
  font-size: clamp(2.5rem, 1.5912rem + 3.888vw, 5.625rem);
}
#welcome .ms-wrapper-section .ms-title span {
  opacity: 0;
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#welcome .ms-wrapper-section .ms-title span:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#welcome .ms-wrapper-section .ms-title span:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#welcome .ms-cover {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#welcome .ms-cover picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#welcome .ms-cover picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #welcome {
    height: 550px;
  }
  #welcome .ms-wrapper-section {
    height: 550px;
    min-height: auto;
  }
  #welcome .ms-wrapper-section .ms-title {
    margin-top: 100px;
  }
  #welcome .ms-cover picture img {
    -o-object-position: top;
       object-position: top;
  }
}
#welcome .ms-float-image {
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: 2;
  pointer-events: none;
  display: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /*@media screen and (min-width: 1600px){
    img{
      max-width: 100%;
    }
  }*/
}
#welcome .ms-float-image img {
  width: auto;
  height: auto;
  max-width: 20%;
}
@media screen and (min-width: 1024px) {
  #welcome .ms-float-image {
    display: inline-block;
  }
  #welcome .ms-float-image img {
    max-width: 100%;
  }
}
#welcome.ms-loaded-animate .ms-wrapper-section .ms-title span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#welcome.ms-loaded-animate .ms-float-image {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#welcome {
  overflow: visible;
}

#coleccion {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#coleccion .ms-wrapper-section {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  #coleccion .ms-wrapper-section {
    padding: 80px 0;
  }
}
#coleccion .ms-wrapper-section .ms-cases-list {
  margin: 0 -15px;
}
#coleccion .ms-wrapper-section .ms-cases-list .ms-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
#coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card {
  position: relative;
  padding: 0 20px;
}
#coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card:after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  border-radius: 10px;
  position: absolute;
  background-color: var(--color-secondary);
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: block;
  margin: -20px auto 30px auto;
  position: relative;
  z-index: 2;
}
#coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card .ms-card-info {
  z-index: 2;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  border: 1px dashed var(--color-secondary);
  background-color: var(--color-white);
}
#coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card .ms-card-info .ms-title {
  line-height: 1.2;
  font-weight: var(--bold);
  font-size: clamp(1.5625rem, 1.4716rem + 0.3888vw, 1.875rem);
  margin-bottom: 10px;
}
#coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card .ms-card-info .ms-paragraph {
  line-height: 1.6;
  font-weight: var(--medium);
  font-size: clamp(1rem, 0.8909rem + 0.4666vw, 1.375rem);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #coleccion .ms-wrapper-section .ms-cases-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item {
    margin-bottom: 80px;
  }
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card {
    padding: 30px;
  }
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card:after {
    border-radius: 36px;
  }
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card img {
    width: 130px;
    height: 130px;
    margin-bottom: 40px;
  }
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card .ms-card-info {
    border-radius: 36px;
    border-width: 2px;
    padding: 30px;
  }
}
@media screen and (min-width: 1330px) {
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item {
    width: 33.33%;
  }
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card {
    padding: 40px;
  }
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card img {
    width: 160px;
    height: 160px;
  }
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card .ms-card-info {
    padding: 40px;
  }
  #coleccion .ms-wrapper-section .ms-cases-list .ms-item .ms-card .ms-card-info .ms-paragraph {
    margin-bottom: 40px;
  }
}
#coleccion .ms-wrapper-section .ms-alert {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #924d03;
  background-color: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 10px;
}
#coleccion .ms-wrapper-section .ms-alert p {
  margin-left: 20px;
}
#coleccion .ms-wrapper-section .ms-alert .icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 22px;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  #coleccion .ms-wrapper-section .ms-alert {
    padding: 30px;
    border-radius: 20px;
    border-width: 2px;
  }
}

.ms-form-cases {
  width: 80%;
  max-width: 615px;
  position: relative;
  margin: 0 auto;
}
.ms-form-cases .ms-wrapper-input {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
.ms-form-cases .ms-wrapper-input .icon-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
}
.ms-form-cases .ms-wrapper-input .ms-category-list {
  width: 100%;
  border-radius: 20px;
  background-color: var(--color-white);
  margin-top: 2px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.ms-form-cases .ms-wrapper-input .ms-category-list li {
  border-bottom: 1px solid #dfdfdf;
}
.ms-form-cases .ms-wrapper-input .ms-category-list li:last-child {
  border-bottom: 0;
}
.ms-form-cases .ms-wrapper-input .ms-category-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
  height: 40px;
  font-weight: var(--semibold);
  font-size: clamp(1rem, 0.9273rem + 0.311vw, 1.25rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ms-form-cases .ms-wrapper-input .ms-category-list li a.active, .ms-form-cases .ms-wrapper-input .ms-category-list li a:hover {
  color: var(--color-primary);
}
.ms-form-cases .ms-wrapper-input input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--color-white);
  background-color: rgba(255, 255, 255, 0.25);
  padding-left: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: clamp(1rem, 0.9273rem + 0.311vw, 1.25rem);
  color: var(--color-white);
}
.ms-form-cases .ms-wrapper-input input::-webkit-input-placeholder {
  color: var(--color-white);
}
.ms-form-cases .ms-wrapper-input input::-moz-placeholder {
  color: var(--color-white);
}
.ms-form-cases .ms-wrapper-input input:-ms-input-placeholder {
  color: var(--color-white);
}
.ms-form-cases .ms-wrapper-input input::-ms-input-placeholder {
  color: var(--color-white);
}
.ms-form-cases .ms-wrapper-input input::placeholder {
  color: var(--color-white);
}
.ms-form-cases .ms-wrapper-input input:-ms-input-placeholder {
  color: var(--color-white);
}
.ms-form-cases .ms-wrapper-input input::-ms-input-placeholder {
  color: var(--color-white);
}
.ms-form-cases .ms-wrapper-input input:focus + .ms-category-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .ms-form-cases .ms-wrapper-input input {
    height: 60px;
    padding-left: 60px;
  }
  .ms-form-cases .ms-wrapper-input .icon-search {
    height: 60px;
    width: 60px;
    font-size: 25px;
  }
  .ms-form-cases .ms-wrapper-input .ms-category-list li a {
    padding: 0 30px;
    height: 50px;
  }
}
@media screen and (min-width: 1330px) {
  .ms-form-cases .ms-wrapper-input input {
    height: 70px;
    padding-left: 80px;
  }
  .ms-form-cases .ms-wrapper-input .icon-search {
    height: 70px;
    width: 77px;
    font-size: 30px;
  }
}