/************ estilos carousel ***********/
div#carouselMitienda {
  margin-top: 20px;
  margin-bottom: 50px;
}

#carouselMitienda .carousel-inner {
  height: 440px;
  min-height: 440px;
  max-height: 440px;
  background: #f9f9f9;
  border-radius: 12px;
  align-items: center;
  display: flex;
}



span.icon-chevron-right {
  font-size: 45px;
}


span.icon-chevron-left {
  font-size: 45px;
}


.cont-general-formulario {
  align-items: center;
}

#carouselMitienda .item p.item.title {
  margin-top: 25px;
  font-size: 26px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
}

#carouselMitienda .item p.item.title span {
  color: #fec841;
}

.carousel-control.left {
  background-image: none !important;


}

.carousel-control.right {

  background-image: none !important;
}

.carousel-control {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  width: 6%;
  font-size: 20px;
  color: #333 !important;
  text-align: center;
  text-shadow: unset;
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

/********** styles checkbox ***********/
/* modalcrear radio buttons*/
.checkTerminosCondicionesTienda input[type="checkbox"] {
  display: none;
}

.checkTerminosCondicionesTienda input[type="checkbox"]+label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #3a3a3a;
  text-align: center;
  line-height: 14px;
  margin: -2px 5px 0px 5px;
  padding: 0;
  position: relative;
  background-color: #eee;
  top: 3px;
}

.checkTerminosCondicionesTienda input[type="checkbox"]+label:before {
  border-radius: 3px;
}

.checkTerminosCondicionesTienda input[type="checkbox"]:checked+label:before {
  padding: 0px;
  background-clip: content-box;
  background-color: #ffd129;
}

.checkTerminosCondicionesTienda input[type="checkbox"]:focus+label:before {
  box-shadow: 0px 0px 3px 1px #ccc;
}

.labelCheckAviso {
  font-weight: normal;
}

.labelTycTienda {
  display: flex;
  flex-direction: row;
  margin-left: 3px;
  justify-content: center;
  margin-top: 0px !important;
}



form#form_terminos_tienda {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.textTyCtienda {
  min-height: 160px;
  max-height: 160px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 10px;
  border-radius: 12px;
}

.textTyc {
  min-height: 140px;
  max-height: 140px;
  width: 100%;
  overflow-y: scroll;
}




.img-Mitienda {
  background-image: url(images/imagen-banner-miempresa.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 468px;
  position: relative;
  bottom: -27px;
  left: 19px;
  margin-top: 24px;
}

.img-MitiendaActive {
  background-image: url(images/proveedor-mitienda-large.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 340px;
  margin-top: 24px;
  background-position-x: center;
}

#tienda-membresia-vencida .img-MitiendaActive {

  filter: grayscale(100%);
  opacity: 0.6;
}

@media (min-height: 638px) {}

.pd-right-0 {
  padding-right: 0px !important;
}

.pd-left-0 {
  padding-left: 0px !important;
}


.checkcontainer {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  align-items: flex-start;
  margin-top: 10px;
}

#acept_terminos_miTienda-error {
  width: 100%;
  color: #FFC107;
  background-color: unset;
  border-color: unset;
  padding: 20px;
  font-size: 11px !important;
  order: 3;
}

input#enviar_terminos_tienda {
  border-top-right-radius: 25px;
  width: 33%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 0px;
  background-color: #fcd040;
  height: 40px;
  font-size: 1.2em;
  margin-top: 8px;
  color: #333;
  font-weight: bold;
  box-shadow: 1px 1px 2px #0000001e;
}

.rowBtnxTerminos {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}







/* modalcrear radio buttons*/


input[type="checkbox"]#acept_terminos_miTienda {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.4em;
  height: 1.4em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="checkbox"]#acept_terminos_miTienda::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #fcd040;
}

input[type="checkbox"]#acept_terminos_miTienda:checked::before {
  transform: scale(1);
}


.menuMitienda {
  display: flex;
  justify-content: space-evenly;

  transition: width 2s;

  width: 100%;
}

.Mitienda_btn_card img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 2px 1px 5px 1px rgb(187 187 187);
  -moz-box-shadow: 2px 1px 5px 1px rgb(187 187 187);
  box-shadow: 2px 1px 5px 1px rgb(187 187 187);
  border-radius: 11px;
}


.mtIsDisabled {
  pointer-events: none;
}

.mtIsDisabled img {
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  -webkit-box-shadow: 2px 1px 5px 1px #fcd04086;
  -moz-box-shadow: 2px 1px 5px 1px #fcd04086;
  box-shadow: 2px 1px 5px 1px #fcd04086;
  border-radius: 11px;
}

p.infoMitienda {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.beneficiosContainer.copy-mt-1 {
  display: flex;
  flex-direction: column;

  min-height: 420px;
}

.copy-mt-1 p.item.title {
  margin-bottom: 30px;
}

.copy-mt-1 p.infoMitienda {
  text-align: center;

  width: 80%;
  margin-top: 22px;
}

.beneficiosContainer {
  justify-content: center;
}

.beneficiosContainer.copy-mt-2 {
  display: flex;
  flex-direction: column;
  min-height: 430px;
}

.beneficiosContainer.copy-mt-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tycTienda {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.copy-mt-2 p.infoMitienda {
  text-align: center;
  margin-top: 35px;
}

.copy-mt-2 .txt_2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.blistMt {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}

ul.blistMt li::marker {
  color: #fcd040 !important;
  font-size: 1.5em !important;
}

.blistMt li p {
  margin-bottom: 0px;
  font-size: 16px;
}

p.copyTitle {
  text-align: center;
  font-size: 16px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

p.item.title2 {
  font-size: 16px;
  font-weight: bold;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: underline;
  color: #fec941;
}

p.item.title2 span {
  color: #fec941;
}

.infoMitienda span {
  color: #32b1fc;
  font-weight: bold;

}

.menuMitiendaSmall {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1px;
  width: 31%;



}

.guiaMtContainer {
  background-color: #f9f9f9;
  padding: 10px 0px;
  border-radius: 12px;
  margin-top: 12px;
  position: relative;

  margin-bottom: 12px;
}

a#closeGuiaMt {
  font-size: 21px;
  color: #d1d1d1;
  position: absolute;
  right: 0;
}

div#guiaMtCarousel {
  height: 340px;
  margin-top: 15px;
}

a#closeGuiaMt {
  font-size: 21px;
  color: #d1d1d1;
  position: absolute;
  right: 12px;
  top: 7px;
}

div#guiaMtCarousel .carousel-inner {
  height: 100%;
}

div#guiaMtCarousel .carousel-inner .item {
  height: 100%;
  margin: 0px;
}

.item .intro {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}

p.guia-copy-intro {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
}

p.guia-copy-intro span {
  font-size: 34px;
  font-weight: bold;
  color: #fcd040;
}



.guiaStep1 {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin-left: auto;
  margin-right: 26px;
  align-items: flex-start;
}

.guiaStep2 {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin-left: auto;
  margin-right: 26px;
  align-items: flex-start;
}

.guiaStep3 {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin-left: auto;
  margin-right: 26px;
  align-items: flex-start;
}

.guiaStep4 {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin-left: auto;
  margin-right: 26px;
  align-items: flex-start;
}

.guiaStep5 {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin-left: auto;
  margin-right: 26px;
  align-items: flex-start;
}

.guiaStep6 {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin-left: auto;
  margin-right: 26px;
  align-items: flex-start;
  flex-direction: column;
}

.numberStep {
  font-size: 89px;
  line-height: 0.8;
  color: #fcd040;
  padding-right: 10px;
}


.CopyStep {
  font-size: 15px;
  padding-right: 20px;
  line-height: 1.1;
}

.contentStep1 {
  display: flex;
  width: 69%;
  margin-top: 36px;
}

.contentStep2 {
  display: flex;
  width: 46%;
  margin-top: 36px;
}

.contentStep3 {
  display: flex;
  width: 69%;
  margin-top: 36px;
}

.contentStep4 {
  display: flex;
  width: 79%;
  margin-top: 36px;
}

.contentStep5 {
  display: flex;
  width: 69%;
  margin-top: 36px;
}

.contentStep6 {
  display: flex;
  width: 95%;
  margin-top: 2px;
}

.CopyStep a {
  color: #fcd040;
  font-weight: bold;
  text-decoration: underline;
}

.guiaStep2 .Img-step {
  text-align: center;
}

.guiaStep2 .Img-step img {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}

#guiaMtCarousel .carousel-indicators {
  position: absolute;
  bottom: -8px !important;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -43%;
  text-align: left;
  list-style: none;
}

#guiaMtCarousel .carousel-indicators li {
  display: inline-block;

  margin: 1px;
  text-indent: unset !important;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  color: #000;
  width: 25px;
  height: 25px;
  padding: 5px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

#guiaMtCarousel .carousel-indicators .active {
  width: 25px;
  height: 25px;
  margin: 1px;
  background-color: #fcd040;
  border-color: #fcd040;
}

.guiaStep3 .Img-step img {
  width: 88%;
  margin-top: 41px;
}

.guiaStep3 .Img-step {
  text-align: center;
}

.guiaStep4 .Img-step img {
  width: 88%;
  margin-top: 41px;
}

.guiaStep4 .Img-step {
  text-align: center;
}

.guiaStep5 .Img-step img {
  width: 88%;
  margin-top: 41px;
}

.guiaStep6 .Img-step img {
  width: 73%;
  margin-top: 0px;
}

.guiaStep6 .Img-step {
  text-align: center;
}

.activeShopCotent {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.guiaMtContainer {
  background-color: #f9f9f9;
  padding: 10px 0px;
  border-radius: 12px;
  margin-top: 12px;
  position: relative;
  margin-bottom: 12px;

}

#carouselMitienda .item .copy-mt-1 p.item.title {
  margin-top: 25px;
  font-size: 27px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
  width: 80%;
}

#carouselMitienda .item .copy-mt-2 p.item.title {
  margin-top: 25px;
  font-size: 26px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
}

#carouselMitienda .item #form_terminos_tienda p.item.title {
  margin-top: auto;
  font-size: 26px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
}

.desactivar_miTienda.Mitienda_btn_card img {
  width: 50% !important;
  max-width: 50% !important;
  min-width: 50% !important;
}

.Mitienda_btn_card.desactivar_miTienda {
  display: flex;

  align-items: center;
}

.guiaStep1 .Img-step {
  margin-top: 36px;
}


#carouselMitienda .carousel-indicators {
  position: absolute;
  bottom: -3px !important;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -43%;
  text-align: left;
  list-style: none;
}

#carouselMitienda .carousel-indicators li {
  display: inline-block;

  margin: 1px;
  text-indent: unset !important;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  color: #000;
  width: 25px;
  height: 25px;
  padding: 5px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

#carouselMitienda .carousel-indicators li:last-child {
  display: inline-block;

  margin: 1px;
  text-indent: unset !important;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  color: #000;
  width: auto;
  height: 25px;
  padding: 5px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}


#carouselMitienda .carousel-indicators .active {
  width: 25px;
  height: 25px;
  margin: 1px;
  background-color: #fcd040;
  border-color: #fcd040;
}

#carouselMitienda .carousel-indicators li:last-child.active {
  width: auto;
  height: 25px;
  margin: 1px;
  background-color: #fcd040;
  border-color: #fcd040;
}

.copy-ppal-vencido p {
  font-size: 16px;
  text-align: center;
  line-height: 19.26px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  padding-bottom: 15px;
}

.copy-vencido-container {
  background-color: #d9d9d9;
  border-radius: 5px;
  min-height: 103px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}

.copy-vencido-container p {
  font-size: 16px;
  width: 70%;
  color: #000;
  font-weight: 400;
  padding-bottom: 0px;
}



.container-content-vencido {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a.renovar_suscripcion_btn:hover,
a.renovar_suscripcion_btn {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 0px;
  background-color: #fec941;
  height: 40px;
  font-size: 1.2em;
  margin-top: 15px;
  color: #333;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px 10px;
  width: 50%;
  -webkit-box-shadow: 2px 4px 3px 0px rgba(217, 217, 217, 1);
  -moz-box-shadow: 2px 4px 3px 0px rgba(217, 217, 217, 1);
  box-shadow: 2px 4px 3px 0px rgba(217, 217, 217, 1);
}

.copy-ppal-vencido {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 15px;
}

.hideStepDisableStore {
  display: none !important;
}

#modalDisableStore .modal-dialog {
  margin: 12% auto;
  font-family: "Varela Round";
  width: 35%;
}

#modalDisableStore .modal-content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

#modalDisableStore .modal-title {
  display: flex;
  justify-content: center;
  font-size: 16px;
  position: relative;
  bottom: 22px;
  font-weight: 600
}

#modalDisableStore .modal-title span,
#viewProblemsWithDisableStore span {
  color: #fec941;
  margin-left: 4px;
  font-weight: 500;
}

#modalDisableStore .modal-header .close {
  margin-top: -7px;
}

#firstViewDisableStore p {
  font-size: 1.1em;
}

#firstViewDisableStore .copy-section-and-img {
  display: flex;
  border-radius: 10px;
  background: rgb(245 245 245);
  padding: 10px 15px 0px 15px;
}

.first-view-img img {
  box-shadow: none !important;
  min-width: 100% !important;
  filter: grayscale(100);
  opacity: 50%;
  width: 100%;
  min-width: 100% !important;
  max-width: 100% !important;
}

.first-view-copy {
  justify-content: center;
  display: grid;
  align-content: center;
  padding: 0px 20px 0px 20px;
}

.first-view-btns {
  display: flex;
  justify-content: space-around;

}

#modalDisableStore .modal-header {
  border-bottom: none;
  padding: 15px 15px 15px;
}

.first-view-btns .btn-primary,
#viewProblemsWithDisableStore .cancelDisableStore {
  border-radius: 15px;
  background: #fec941;
  box-shadow: 0px 4px 4px 0px rgb(105 105 105 / 13%);
  border: none;
}

#modalDisableStore .btn {
  width: 188px;
  margin-top: 20px;
  font-weight: 600;
}

#modalDisableStore .modal-body {
  padding: 5px 30px 30px 30px;
}

.first-view-copy span {
  color: #fec941;
}

.problems-with-disable-text {
  padding: 10px;
  border-radius: 10px;
  font-size: 1.2em;

}

#viewProblemsWithDisableStore p {
  font-size: 1.1em;
}

#viewProblemsWithDisableStore b {
  justify-content: center;
  display: flex;
}

#viewProblemsWithDisableStore {
  justify-items: center;
  display: grid;
  padding: 1px 15px;
  margin-top: -33px;
}

#viewProblemsWithDisableStore .modal {
  overflow-y: hidden;
}

#viewProblemsWithDisableStore button {
  color: white;
  margin-top: 0px !important;
}

.checkbox {
  appearance: none;
}

#secondViewDisableStore input[type=checkbox],
input[type=radio],
#thirdViewDisableStore input[type=checkbox] {
  cursor: pointer;
  background-color: #ffffff;
  appearance: none;
  border: 1px solid #888;
  width: 17px;
  height: 17px;
  border-radius: 15px;
  margin-bottom: -4px;
}

#secondViewDisableStore .checkDecisions:checked,
#thirdViewDisableStore input[type=checkbox]:checked {
  background-color: #fec941;
  appearance: none;
}

#secondViewDisableStore .container {
  width: auto !important;
  margin-top: 14px;
  text-align: left;
}

#secondViewDisableStore span {
  color: #fec941;
  font-weight: 200;
}

#secondViewDisableStore #btnBackSecondStep,
#thirdViewDisableStore #btnBackThirdStep {
  width: max-content;
  position: absolute;
  top: -23px;
  left: 14px;
  padding: 4px;
  background: #fec941;
  border: 0px solid white;
  border-radius: 10px;
  color: black;
  height: max-content;
  margin: 0 auto;
  box-shadow: 1px 1px 4px #e0e0e0;
  font-family: "Varela Round";
  font-weight: 600;
  font-size: 12px;
}


#thirdViewDisableStore p span,
.container-text-tienda p span {
  color: #fec941;
}

.titleSecondviewDiseable {
  text-align: center;
  position: absolute;
  top: 4px;
  font-size: 1.12em;
  font-weight: 600;
  width: 85%;
}

#modalDisableStore .modal-body #secondViewDisableStore {
  margin: 0px 15px;
}

#secondViewDisableStore {
  display: grid;
}

#modalDisableStore .btn-primary {
  background-color: #fec941;
  border-color: #fec941;
  box-shadow: 2px 2px 4px #d7d7d7;
  color: #3a3a3a;
}

#modalDisableStore .btn-primary:hover {
  font-weight: 500;
  color: #ffffff;
}

#modalDisableStore .btn-primary::after,
#modalDisableStore .btn-primary:hover #modalDisableStore .btn-primary:focus,
.btn:focus,
.btn {
  outline: none !important;
  appearance: none;
  color: #ffffff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
}

#thirdViewDisableStore {
  padding: 0px 15px;
}

#secondViewDisableStore #detailsDisableStore {
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-radius: 9px;
  max-width: 412px;
  min-width: 100%;
  max-height: 100px;
}

.section-buttons-secondView,
.section-buttons-thirdView {
  display: flex;
  justify-content: space-evenly;
}

.loader-prov:after,
.loader:before {
  box-sizing: border-box;
  display: none;
}

.textLoader {
  font-size: 2em;
  text-align: center;
}

#modalDisableStore .loader-prov-default:after {
  margin-top: 27px;
}

#modalDisableStore .loader-prov.is-active {
  display: block;
  position: relative;
  margin-top: 100px;
}

.loader-prov.is-active:after,
.loader.is-active:before {
  display: block;
}


.container-text-tienda {
  background-color: #ffffff;
  margin: 5% auto;
  font-family: "Varela Round";
  padding: 15px 30px;
  box-shadow: 3px 3px 6px 3px #dbdbdb;
  justify-content: center;
  display: grid;
  border-radius: 10px;
  text-align: center;
  font-size: 1.3em;
  width: 30%;
  height: 44%;
  position: relative;
  right: 10%;
}

.tienda-solicitud-desactivar {
  display: flex;
  width: 100%;
}

.tienda-solicitud-desactivar .image {
  background-image: url(images/proveedor-mitienda-large.png);
  background-size: 250px;
  width: 20%;
  background-repeat: no-repeat;
  min-height: 406px;
  background-position-y: bottom;
  filter: grayscale(200);
  opacity: 30%;
  position: relative;
  bottom: -12px;
  left: 7%;
}


.container-text-tienda p {
  margin-top: 10px;
}

.container-text-tienda img {
  margin: 0 auto;
  width: 50px;
  height: auto;
}

#disableStore img {
  box-shadow: none;
  border: 4px solid #f2f2f2;
}

#modalDisableStore {
  height: fit-content;
}

#viewSuccessDisableStore p {
  text-align: center;
  font-family: 'Varela Round';
  font-size: 1.2em;
  padding: 0px 20px;
  margin-bottom: 20px;
}

#viewSuccessDisableStore div {
  display: flex;
}

#viewSuccessDisableStore input {
  margin: 0 auto;
  background-color: #fec941;
  font-family: 'Varela Round';
  padding: 6px 50px;
  border: none;
  border-radius: 15px;
  color: white;
  font-size: 1.2em;
  box-shadow: 3px 3px 7px 0px #d5d5d5;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ccc !important;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

#formDisableStore label.error {
  position: absolute;
  top: 16px;
  height: max-content;
  width: max-content;
  background: no-repeat;
  padding: 5px !important;
  color: #fec941;
  font-weight: 500;
  left: 15px;
}

#thirdViewDisableStore p {
  text-align: left;
}

#thirdViewDisableStore form label {
  justify-content: left;
  display: table;
}

#formDisableStore {
  position: relative;
}

#modalDisableStore .btn-secondary {
  background: no-repeat;
  border: 2px solid #fec941;
  color: #3a3a3a;
}

#modalDisableStore .btn-secondary:hover {
  color: #fec941;
  font-weight: 500;
}


@media(min-width:1800px) {
  .container-text-tienda {
    height: 34%;
    margin: 10% auto;
  }

  .tienda-solicitud-desactivar {
    height: 558px;
  }

  .tienda-solicitud-desactivar .image {
    background-size: 380px;
    height: 591px;
  }

  #modalDisableStore .modal-dialog {
    width: 27%;
  }

  #formDisableStore label.error {
    top: 15px;
    left: 15px;
  }

  .img-MitiendaActive {
    background-image: url(images/proveedor-mitienda-large.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 666px;
    margin-top: 0px;
    background-position-x: center;
    position: relative;
    top: 49px;
  }

  .Mitienda_btn_card img {
    min-width: 100%;
  }

  .menuMitienda {
    display: flex;
    justify-content: space-evenly;
    height: 90%;
    align-items: center;
  }

  .img-Mitienda {
    background-image: url(images/imagen-banner-miempresa.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 587px;
    position: relative;
    bottom: -46px;
    left: 19px;
    margin-top: 24px;
  }

  .menuMitiendaSmall {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    width: 43%;
    align-items: unset !important;
    height: unset !important;
  }

  .menuMitiendaSmall .Mitienda_btn_card img {
    width: 89% !important;
    min-width: 89% !important;
    max-width: 89% !important;
  }

  div#guiaMtCarousel {
    height: 420px !important;
    margin-top: 15px;
  }
}

@media(min-width:1600px) and (max-width:1799px) {
  .tienda-solicitud-desactivar .image {
    background-size: 306px;
    min-height: 527px;
  }

  .container-text-tienda {
    margin: 10% auto;
  }

  .img-MitiendaActive {
    background-image: url(images/proveedor-mitienda-large.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 533px;
    margin-top: 24px;
    background-position-x: center;
    position: relative;
    bottom: -32px;
  }

  .menuMitienda {
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    align-items: center;
  }

  .img-Mitienda {
    background-image: url(images/imagen-banner-miempresa.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 533px;
    position: relative;
    bottom: -30px;
    left: 19px;
    margin-top: 24px;
  }

  .menuMitiendaSmall {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    width: 43%;
    align-items: unset !important;
    height: unset !important;
  }

  .menuMitiendaSmall .Mitienda_btn_card img {
    width: 89% !important;
    min-width: 89% !important;
    max-width: 89% !important;
  }

  div#guiaMtCarousel {
    height: 420px !important;
    margin-top: 15px;
  }
}

@media (max-width:1444px) {
  .Mitienda_btn_card img {
    width: 85%;
    min-width: 85%;
    max-width: 85%;
    -webkit-box-shadow: 2px 1px 5px 1px rgb(187 187 187);
    -moz-box-shadow: 2px 1px 5px 1px rgb(187 187 187);
    box-shadow: 2px 1px 5px 1px rgb(187 187 187);
    border-radius: 11px;
  }
}

@media(min-width:1440px) and (max-width:1599px) {
  #formDisableStore label.error {
    top: 18px;
    left: 15px;
  }

  .img-MitiendaActive {
    background-image: url(images/proveedor-mitienda-large.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 339px;
    margin-top: 24px;
    background-position-x: center;
    position: relative;
    bottom: -17px;
  }

  .menuMitienda {
    display: flex;
    justify-content: space-evenly;
    height: 96%;
    align-items: center;
  }

  .img-Mitienda {
    background-image: url(images/imagen-banner-miempresa.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 544px;
    position: relative;
    bottom: -46px;
    left: 7px;
    margin-top: 24px;
  }

  .menuMitiendaSmall {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    width: 43%;
    align-items: unset !important;
    height: unset !important;
  }

  .menuMitiendaSmall .Mitienda_btn_card img {
    width: 89% !important;
    min-width: 89% !important;
    max-width: 89% !important;
  }

  div#guiaMtCarousel {
    height: 420px !important;
    margin-top: 15px;
  }

}

@media(min-width:1367px) and (max-width:1439px) {

  #modalDisableStore .modal-dialog {
    width: 50%;
  }

  #formDisableStore label.error {
    top: 17px;
  }

  .img-MitiendaActive {
    background-image: url(images/proveedor-mitienda-large.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 543px;
    margin-top: 24px;
    background-position-x: center;
    position: relative;
    bottom: -67px;
  }

  .menuMitienda {
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    align-items: center;
  }

  .img-Mitienda {
    background-image: url(images/imagen-banner-miempresa.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 544px;
    position: relative;
    bottom: -57px;
    left: 5px;
    margin-top: 24px;
  }

  .menuMitiendaSmall {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    width: 43%;
    align-items: unset !important;
    height: unset !important;
  }

  .menuMitiendaSmall .Mitienda_btn_card img {
    width: 89% !important;
    min-width: 89% !important;
    max-width: 89% !important;
  }

  div#guiaMtCarousel {
    height: 420px !important;
    margin-top: 15px;
  }
}


@media (min-width:1201px) and (max-width:1366px) {
  .container-text-tienda {
    height: 52%;
  }

  .tienda-solicitud-desactivar {
    height: 308px;
  }

  .tienda-solicitud-desactivar .image {
    bottom: 96px;
    background-size: 201px;
  }

  #modalDisableStore .modal-dialog {
    width: 42%;
  }

  .img-MitiendaActiveGP {
    background-image: url(images/proveedor-mitienda-large.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 418px;
    margin-top: 24px;
    background-position-x: center;
    position: relative;
    bottom: -81px;
  }

  #formDisableStore label.error {
    top: 14px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .tienda-solicitud-desactivar .image {
    background-size: 222px;
    min-height: 340px;
  }

  #formDisableStore label.error {
    top: 17px;
    left: 15px;
  }

  #modalDisableStore .modal-dialog {
    width: 50%;
  }

  #thirdViewDisableStore p {
    text-align: left;
  }

  #thirdViewDisableStore label {
    justify-content: left;
    display: block;
    text-align: left;
  }

  .img-MitiendaActive {
    background-image: url(images/proveedor-mitienda.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    margin-top: 24px;
    background-position-x: center;
    display: none;
  }

  .menuMitienda {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }

  .Mitienda_btn_card {
    width: 25%;
    margin-bottom: 20px;
    text-align: center;
  }

  .img-Mitienda {
    background-image: url(images/imagen-banner-miempresa.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 468px;
    position: relative;
    bottom: -67px;
    left: 19px;
    margin-top: 24px;
    display: none;
  }

  .container-content-vencido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
  }

}

@media(min-width:769px) and (max-width:991px) {
  #modalDisableStore .modal-dialog {
    width: 65%;
  }

  #carouselMitienda .carousel-inner {
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    background: #f9f9f9;
    border-radius: 12px;
  }

  .beneficiosContainer.copy-mt-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    min-height: 600px;
  }

  .beneficiosContainer.copy-mt-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    min-height: 600px;
  }

  .beneficiosContainer.copy-mt-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
  }


  .tycTienda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
  }
}

@media (min-width:601px) and (max-width:991px) {
  .img-MitiendaActive {
    background-image: url(images/proveedor-mitienda.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    margin-top: 24px;
    background-position-x: center;
    display: none;
  }

  .menuMitienda {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }

  .Mitienda_btn_card {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }

  .img-Mitienda {
    background-image: url(images/imagen-banner-miempresa.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 468px;
    position: relative;
    bottom: -67px;
    left: 19px;
    margin-top: 24px;
    display: none;
  }

  .benfitCardTienda {
    width: 319px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 255px;
    max-height: 255px;
    justify-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(222, 222, 222, 1);
    box-shadow: 2px 2px 5px 0px rgba(222, 222, 222, 1);
    flex: 0 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }



  .carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 4px;
    width: 11%;
    font-size: 20px;
    color: #333 !important;
    text-align: center;
    text-shadow: unset;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
  }

  #carouselMitienda .item p.item.title {
    margin-top: 27px;
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 600;
  }

  .textTyc {
    min-height: 220px;
    max-height: 220px;
    width: 100%;
    overflow-y: scroll;
  }

  .textTyCtienda {
    min-height: 240px;
    max-height: 240px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 10px;
    border-radius: 12px;
  }

  .rowBtnxTerminos {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }

  .checkcontainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    margin-top: 10px;
  }

  input#enviar_terminos_tienda {
    border-top-right-radius: 25px;
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 0px;
    background-color: #fcd040;
    height: 40px;
    font-size: 1.2em;
    margin-top: 8px;
    color: #333;
    font-weight: bold;
  }

  .menuMitiendaSmall {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    width: unset !important;
    flex-direction: row;
  }

  .guiaStep1 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep2 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep3 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep4 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep5 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  div#guiaMtCarousel {
    height: 480px !important;
    margin-top: 15px;
  }

  .contentStep1 {
    display: flex;
    width: 90% !important;
    margin-top: 36px;
  }

  .contentStep2 {
    display: flex;
    width: 90% !important;
    margin-top: 0px !important;
  }

  .contentStep3 {
    display: flex;
    width: 90% !important;
    margin-top: 0px !important;
  }

  .contentStep4 {
    display: flex;
    width: 90% !important;
    margin-top: 0px !important;
  }

  .contentStep5 {
    display: flex;
    width: 90% !important;
    margin-top: 0px !important;
  }

  .contentStep6 {
    display: flex;
    width: 100% !important;
    margin-top: 24px !important;
  }

  .guiaStep2 .Img-step {
    text-align: center;
  }

  .guiaStep2 .Img-step img {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
  }

  .guiaStep3 .Img-step {
    text-align: center;
  }

  .guiaStep3 .Img-step img {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
  }

  .guiaStep5 .Img-step img {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
  }

  .guiaStep5 .Img-step {
    text-align: center;
  }

  
  .guiaStep4 .Img-step {
    text-align: center;
  }

  .guiaStep5 .Img-step {
    text-align: center;
  }

  .guiaStep4 .Img-step img {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
  }

  .guiaStep1.Img-step {
    text-align: center;
  }

  .guiaStep1 .Img-step img {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
  }

  .container-content-vencido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
  }
}

@media(min-width:476px) and (max-width:768px) {
  #formDisableStore label.error {
    top: 17px !important;
    left: 15px;
  }

  #carouselMitienda .carousel-inner {
    height: 580px;
    min-height: 580px;
    max-height: 580px;
    background: #f9f9f9;
    border-radius: 12px;
  }

  #thirdViewDisableStore p,
  #thirdViewDisableStore form label {
    text-align: left;
    justify-content: left;
    display: table;

  }

  .beneficiosContainer.copy-mt-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    min-height: 580px;
  }

  .beneficiosContainer.copy-mt-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    min-height: 580px;
  }

  .beneficiosContainer.copy-mt-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 580px;
  }


  .tycTienda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 580px;
  }

  #modalDisableStore .modal-dialog {
    width: 70%;
  }
}

@media (max-width:600px) {
  .panel.panel-default {
    height: 231px;
  }

  #modalDisableStore .modal-dialog {
    margin: 30% auto;
  }

  #viewProblemsWithDisableStore b {
    flex-direction: column;
  }

  #viewProblemsWithDisableStore {
    padding: 0px;
  }

  #secondViewDisableStore .container {
    width: 324px;
    margin-left: -19px;
  }

  #modalDisableStore .modal-body #secondViewDisableStore {
    margin: 28px 15px 0px;
  }

  #secondViewDisableStore #detailsDisableStore {
    max-width: 294px;
    min-width: 294px;
  }

  #modalDisableStore .modal-dialog {
    width: 94%;
  }

  .section-buttons-secondView {
    justify-content: space-around;
  }

  .titleSecondviewDiseable {
    right: 0px;
    padding: 0px 32px;
    width: 100%;
    top: 2px;
    line-height: 20px;
    margin-top: 5px;
  }

  #thirdViewDisableStore p {
    text-align: left;
  }

  #thirdViewDisableStore {
    padding: 0px 5px;
  }

  #formDisableStore label.error {
    top: 24px;
    left: 15px;
    font-size: 12px !important;
  }

  #formDisableStore {
    text-align: left;
  }

  .menuMitienda {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .img-MitiendaActive {
    display: none;
  }

  #firstViewDisableStore .copy-section-and-img {
    flex-direction: column-reverse;
  }

  .first-view-img img {
    box-shadow: none !important;
    min-width: 40% !important;
    max-width: 40% !important;
  }

  .first-view-copy {
    padding: 0px;
  }

  .tienda-solicitud-desactivar .image {
    display: none;
  }

  .container-text-tienda {
    margin: 15% auto;
    padding: 15px 10px;
    width: 90%;
    margin-left: 18%;
  }

  #modalDisableStore .modal-title {
    font-size: 16px;
    flex-direction: column;
  }

  #firstViewDisableStore p {
    font-size: 1em;
    text-align: left;
  }

  #firstViewDisableStore p b {
    justify-content: center;
    display: flex;
  }
}

@media (min-width:366px) and (max-width:600px) {
  .img-MitiendaActive {
    background-image: url(images/proveedor-mitienda.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    margin-top: 24px;
    background-position-x: center;
    display: none;
  }

  .Mitienda_btn_card {
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
  }

  .img-Mitienda {
    background-image: url(images/imagen-banner-miempresa.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 468px;
    position: relative;
    bottom: -67px;
    left: 19px;
    margin-top: 24px;
    display: none;
  }

  .benfitCardTienda {
    width: 210px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 255px;
    max-height: 255px;
    justify-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(222, 222, 222, 1);
    box-shadow: 2px 2px 5px 0px rgba(222, 222, 222, 1);
    flex: 0 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }



  .carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 4px;
    width: 11%;
    font-size: 20px;
    color: #333 !important;
    text-align: center;
    text-shadow: unset;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
  }

  #carouselMitienda .item p.item.title {
    margin-top: 27px;
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 600;
  }

  .textTyc {
    min-height: 220px;
    max-height: 220px;
    width: 100%;
    overflow-y: scroll;
  }

  .textTyCtienda {
    min-height: 240px;
    max-height: 240px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 10px;
    border-radius: 12px;
  }

  .rowBtnxTerminos {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }

  .checkcontainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    margin-top: 10px;
  }

  input#enviar_terminos_tienda {
    border-top-right-radius: 25px;
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 0px;
    background-color: #fcd040;
    height: 40px;
    font-size: 1.2em;
    margin-top: 8px;
    color: #333;
    font-weight: bold;
    box-shadow: 1px 1px 2px #0000001e;
  }

  .menuMitiendaSmall {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    width: unset !important;
    flex-direction: row;

  }

  .guiaStep1 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep2 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep3 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep4 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep5 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  div#guiaMtCarousel {
    height: 508px !important;
    margin-top: 15px;
  }

  .contentStep1 {
    display: flex;
    width: 90% !important;
    margin-top: 36px;
  }

  .contentStep2 {
    display: flex;
    width: 90% !important;
    margin-top: 15px;
  }

  .contentStep3 {
    display: flex;
    width: 90% !important;
    margin-top: 15px;
  }

  .contentStep4 {
    display: flex;
    width: 90% !important;
    margin-top: 15px;
  }

  .contentStep5 {
    display: flex;
    width: 90% !important;
    margin-top: 15px;
  }

  .guiaStep5 .Img-step {
    text-align: center;
  }

  .guiaStep5 .Img-step img {
    width: 76%;
    margin-top: 41px;
  }

  .guiaStep2 .Img-step {
    text-align: center;
  }

  .guiaStep2 .Img-step img {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
  }

  .guiaStep3 .Img-step {
    text-align: center;
  }

  .guiaStep3 .Img-step img {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
  }

  .guiaStep4 .Img-step {
    text-align: center;
  }

  .guiaStep4 .Img-step img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
  }

  .guiaStep6 .Img-step {
    text-align: center;
  }

  .guiaStep6 .Img-step img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .container-content-vencido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
  }

}

@media(min-width:320px) and (max-width:475px) {


  #carouselMitienda .carousel-inner {
    height: 700px;
    min-height: 700px;
    max-height: 700px;
    background: #f9f9f9;
    border-radius: 12px;
  }

  .img-MitiendaActive {
    display: none;
  }

  .beneficiosContainer.copy-mt-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    min-height: 680px;
  }

  #modalDisableStore .btn {
    width: max-content;
    padding: 6px 20px;
  }

  .beneficiosContainer.copy-mt-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    min-height: 680px;
  }

  .beneficiosContainer.copy-mt-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 680px;
  }

  .tycTienda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 680px;
  }

  .blistMt li p {
    margin-bottom: 0px;
    font-size: 14px;
  }

  p.infoMitienda {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  #carouselMitienda .carousel-indicators {
    position: absolute;
    bottom: -3px !important;
    left: 50%;
    z-index: 15;
    width: 100% !important;
    padding-left: 0;
    margin-left: -43%;
    text-align: left;
    list-style: none;
  }

  a.renovar_suscripcion_btn:hover,
  a.renovar_suscripcion_btn {
    width: 90%;
  }

  form#form_terminos_tienda {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40%;
  }
}

@media (min-width:320px) and (max-width:365px) {
  #modalDisableStore .modal-body {
    padding: 5px 5px 30px 5px;
  }

  #secondViewDisableStore #detailsDisableStore {
    min-width: 242px !important;
    max-width: 242px !important;
  }

  #formDisableStore label.error {
    top: 20px !important;
    width: 280px;
    font-size: 10px !important;
    left: 15px;
  }

  #formDisableStore label {
    text-align: left;
  }

  .img-MitiendaActive {
    background-image: url(images/proveedor-mitienda.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    margin-top: 24px;
    background-position-x: center;
    display: none;
  }

  .Mitienda_btn_card {
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
  }

  .img-Mitienda {
    background-image: url(images/imagen-banner-miempresa.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 468px;
    position: relative;
    bottom: -67px;
    left: 19px;
    margin-top: 24px;
    display: none;
  }

  .benfitCardTienda {
    width: 210px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 255px;
    max-height: 255px;
    justify-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(222, 222, 222, 1);
    box-shadow: 2px 2px 5px 0px rgba(222, 222, 222, 1);
    flex: 0 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }



  .carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 4px;
    width: 11%;
    font-size: 20px;
    color: #333 !important;
    text-align: center;
    text-shadow: unset;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
  }

  #carouselMitienda .item p.item.title {
    margin-top: 27px;
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 600;
  }

  .textTyc {
    min-height: 220px;
    max-height: 220px;
    width: 100%;
    overflow-y: scroll;
  }

  .textTyCtienda {
    min-height: 240px;
    max-height: 240px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 10px;
    border-radius: 12px;
  }

  .rowBtnxTerminos {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }

  .checkcontainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    margin-top: 10px;
  }

  input#enviar_terminos_tienda {
    border-top-right-radius: 25px;
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 0px;
    background-color: #fcd040;
    height: 40px;
    font-size: 1.2em;
    margin-top: 8px;
    color: #333;
    font-weight: bold;
  }

  .menuMitiendaSmall {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    width: unset !important;
    flex-direction: row;

  }

  .guiaStep1 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep2 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep3 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep4 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .guiaStep5 {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  div#guiaMtCarousel {
    height: 630px !important;
    margin-top: 15px;
  }

  .contentStep1 {
    display: flex;
    width: 90% !important;
    margin-top: 36px;
  }

  .contentStep2 {
    display: flex;
    width: 90% !important;
    margin-top: 36px;
  }

  .contentStep3 {
    display: flex;
    width: 90% !important;
    margin-top: 36px;
  }

  .contentStep4 {
    display: flex;
    width: 90% !important;
    margin-top: 36px;
  }

  .guiaStep4 .Img-step img {
    width: 73%;
    margin-top: 41px;
}

  .contentStep5 {
    display: flex;
    width: 90% !important;
    margin-top: 36px;
  }

  .guiaStep5 .Img-step {
    text-align: center;
  }

  .guiaStep5 .Img-step img {
    width: 76%;
    margin-top: 41px;
  }

  .contentStep6 {
    display: flex;
    width: 100% !important;
    margin-top: 36px;
  }

  .container-content-vencido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
  }

}

@media(min-width:375px) and (max-width:429px) {
  #formDisableStore label.error {
    top: 15px;
    left: 15px
  }

  #modalDisableStore .modal-body {
    padding: 5px 10px 30px 10px;
  }

}

@media(min-width:430px) and (max-width:451x) {
  #formDisableStore label.error {
    top: 20px !important
  }
}