@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/awesome/fontawesome-webfont.eot');
    src: url('../fonts/awesome/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/awesome/fontawesome-webfont.woff2') format('woff2'), url('../awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/awesome/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
  }
  @font-face {
    font-family: 'iconvtc';
    src: url('../fonts/iconvtc/vtc.eot');
    src: url('../fonts/iconvtc/vtc.eot') format('embedded-opentype'), url('../fonts/iconvtc/vtc.woff') format('woff'), url('../fonts/iconvtc/vtc.woff') format('woff'), url('../fonts/iconvtc/vtc.ttf') format('truetype'), url('../fonts/iconvtc/vtc.svg') format('svg');
    font-weight: normal;
    font-style: normal
  }
  @font-face {
    font-family: 'miso';
    src: url('../fonts/miso/miso-webfont.eot');
    src: url('../fonts/miso/miso-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/miso/miso-webfont.woff2') format('woff2'), url('../fonts/miso/miso-webfont.woff') format('woff'), url('../fonts/miso/miso-webfont.ttf') format('truetype'), url('../fonts/miso/miso-webfont.svg#miso') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'misobold';
    src: url('../fonts/miso-bold/miso-bold-webfont.eot');
    src: url('../fonts/miso-bold/miso-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/miso-bold/miso-bold-webfont.woff2') format('woff2'), url('../fonts/miso-bold/miso-bold-webfont.woff') format('woff'), url('../fonts/miso-bold/miso-bold-webfont.ttf') format('truetype'), url('../fonts/miso-bold/miso-bold-webfont.svg#misobold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
/*GENERAL*/
.strong-black {
    font-weight: 600;
}
/*HEADER*/
.header-nuestra-tienda .title-nuestra-tienda-home{
    font-size: 2em;
    font-family: 'miso', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #0073ce;
    padding: 1.5%;
}
.header-nuestra-tienda .box-mas-de-sodimac, .box-nuestras-tiendas {
    position: absolute;
    float: left;
}
.header-nuestra-tienda .box-mas-de-sodimac {
    top: 9%;
    left: 5.9%;
}
.header-nuestra-tienda .box-nuestras-tiendas {
    top: 32%;
    left: 3.5%;
}
.header-nuestra-tienda .trapecio-box-mas-de-sodimac {
    position: absolute;
    top: 9%;
    left: -2.2%;
    width: 0;
    height: 60px;
    border-right: 24px solid #005dad;
    border-left: 60px solid transparent;
    border-top: 30px solid transparent;
}
.triangle-box-nuestras-tiendas {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 0;
    height: 0;
    border-top: 25px solid #dd0021;
    border-right: 200px solid transparent;
}
.container-box-mas-de-sodimac {
    top: 10%;
    left: 5%;
    width: 176px;
    height: 60px;
    background: #005dad;
    display: flex;
    align-items: center;
}
.container-box-nuestras-tiendas {
    display: block;
    padding: 15px 30px;
    background: #dd0021;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    text-align: left;
}
.container-box-mas-de-sodimac span, .container-box-nuestras-tiendas span{
    font-family: 'miso', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 2em;
    color: white;
    text-align: left;
    padding-left: 10px;
}
/*CONTAINER MAP*/
.btn-tu-ubicacion {
    font-family: 'miso', Arial, Helvetica, sans-serif;
    border: 1px solid #0073ce;
    background: #0073ce;
    font-size: 17px;
}
.btn-tu-ubicacion:active, .btn-tu-ubicacion:focus, .btn-tu-ubicacion:hover {
    color: #fff;
    background-color: #0073ce;
    border-color: #0073ce;
}
.btn-tu-ubicacion:before {
  content: '';
  display: block;
  background: url(/static/categorias/contenidoEstatico/masdesodimac/nuestras-tiendas/img/iconos/ubicacion.svg) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  left: 20%;
  top: 25%;
  position: absolute;
}
.btn-tu-ubicacion span {
  position: absolute;
  float: left;
  top: 25%;
  left: 35%;
}
#map-canvas {
    width: 100%;
    height: 100%;
}
.container-map-home-tienda{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 550px;
}
.tienda-home {
    position: absolute;
    width: 80%;
    z-index: 1;
    background: #0073ce;
    top: 0;
    left: 10%;
}
.tienda-map {
    position: absolute;
    z-index: 1;
    width: 50%;
    top: 0;
    left: 25%
}
.tienda-home:before, .tienda-map:before  {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid white;
    position: absolute;
    left: 50%;
    top: -1%;
}
.form-choose-desktop {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.form-tienda-mobile .padding-10 {
    padding: 12px;
}
.form-tienda-mobile .padding-20 {
    padding: 0 10px 10px 10px;
}
.btn-tienda {
    border: none;
    background: #fff;
    width: 100%;
    text-align: left;
    font-size: 1.1em;
    padding-left: 5px;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn-tienda:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #0073ce transparent transparent transparent;
    position: absolute;
}
  .arrow-down-tienda {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    background-color: #0073ce;
    border-top: 7px solid #0073ce;
    position: absolute;
}
.arrow-a {
    top: 50%;
    right: 13%;
}
.arrow-b {
    top: 30%;
    right: 13%;
}
/*MODAL AND OTHERS*/
.modal-store {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.modal-backdrop {
    background: #abadaa;
}
.modal-open .modal-store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    font-family:'Helvetica'; 
}
button .close-store{
    opacity: 1 !important;
}
.modal-store .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
}
.modal-store .modal-content {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    margin: auto;
    width: 90%;
    height: 90vh;
}
.modal-store .modal-content {
  height: auto;
  max-height: 90%;
}
.modal-store .modal-header {
    top: 0;
    right: 0;
    left: 0;
    border-bottom: none;
    border: 0;
    height: 42px;
    }
.modal-store .modal-body {
  max-height: calc(100% - 40px);
  font-weight: 300;
  overflow: auto;
  padding: 0;
}
.modal-store .modal-body {
  padding-bottom: 42px;
}
.modal-store .modal-body [class *='row'] {
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
}
.modal-store .modal-body [class *='col-xs-6']:nth-child(even) {
    padding-left: 0.5%;
    padding-right: 0;
}
.modal-store .modal-body [class *='col-xs-6']:nth-child(odd) {
    padding-left: 0;
    padding-right: 0.5%;
}
.modal-store .modal-box-title {
    background: #0073ce;
    color: #fff;
    font-family: 'miso';
    font-size: 1.5em;
    margin-bottom: 5%;
    padding-top: 6%;
    padding-bottom: 6%;
}
.modal-store .modal-box-title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0073ce;
    position: absolute;
    top: 100%;
    left: 47%;
    z-index: 10;
}
.modal-store-selected {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.modal-open .modal-store-selected {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.modal-store-selected .modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}
.modal-store-selected .modal-content {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    margin: auto;
    width: 70%;
    height: auto;
    max-height: 90%;
    overflow: hidden;
}
.modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(1) {
    padding-left: 0; 
    padding-right:0; 
    background: #f0f0f0; 
    height: 370px;
    min-height: 370px;
}
.modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(2) {
    background: #f0f0f0; 
    height: 370px;
    min-height: 370px;
}
.modal-store-selected .modal-header {
    top: 0;
    right: 0;
    left: 0;
    border-bottom: none;
    border: 0;
    height: 40px;
}

.modal-store-selected .modal-body {
  max-height: 100%;
  font-weight: 300;
  overflow: hidden;
  padding: 0 40px 20px 40px;
}
.modal-store-selected .modal-body [class *='row']:nth-child(2) {
    background: white;
    line-height: 2;
    margin-right: 0;
    font-size: 0.815em;
    background-color:#efefef;
}
.modal-store-selected .modal-body [class *='row']:nth-child(3) {
    background: #f0f0f0;
}

.modal-store-selected .modal-body [class *='col-xs-6']:nth-child(even) {
    padding-left: 0.5%;
    padding-right: 0;
}
.modal-store-selected .modal-body [class *='col-xs-6']:nth-child(odd) {
    padding-left: 0;
    padding-right: 0.5%;
}
.modal-store-selected .modal-box-title {
    background: #0073ce;
    color: #fff;
    font-family: 'miso';
    font-size: 1.3em;
    margin-bottom: 5%;
    padding: 4%;
}
.modal-store-selected .modal-box-title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0073ce;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
}
/*
div.clearfix {
    clear:both;
}
*/
.title-modal-store-selected h1 {
    background-color: #0073ce;
    background: #0073ce;
    color: white;
    font-family: 'miso';
    padding: 3% 10%;
}
.modal-store-selected-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.modal-open .modal-store-selected-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    font-family: 'Helvetica';
}
.modal-store-selected-mobile .modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}
.modal-store-selected-mobile .modal-content {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    margin: auto;
    width: 90%;
    height: 90vh;
}
.modal-store-selected-mobile .modal-header {
    top: 0;
    right: 0;
    left: 0;
    border-bottom: none;
    border: 0;
    height: 40px;
    padding: 0;
}
.modal-store-selected-mobile .modal-body {
    max-height: calc(100% - 40px);
    font-weight: 300;
    overflow: auto;
    padding: 0;
}
.modal-store-selected-mobile .modal-body [class *='row']:nth-child(2) {
    background: white;
    line-height: 2;
    padding: 2% 6%;
    font-size: 1em;
}
.modal-store-selected-mobile .modal-body [class *='row']:nth-child(3) {
    background: #f0f0f0;
    padding-left: 29px;
    padding-right: 15px;
}
.modal-store-selected-mobile .modal-body [class *='col-xs-6'] {
    font-size: 1.1em;
}

.modal-store-selected-mobile .modal-box-title {
    background-color: #0073ce;
    background: #0073ce;
    color: #fff;
    font-family: 'miso';
    font-size: 1.3em;
    margin-bottom: 5%;
    padding: 4%;
}
.modal-store-selected-mobile .modal-box-title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    background-color: #0073ce;
    border-top: 10px solid #0073ce;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
}
.title-modal-store-selected-mobile h1 {
    background-color: #0073ce;
    background: #0073ce;
    color: white;
    font-family: 'miso';
    padding: 2% 10%;
}
.btn-tienda-a {
    border: none;
    padding: 5%;
    margin: 0.5% 0;
    font-size: 1.1em;
    white-space: normal;
    text-align: left;
    background: #ebf0f3;
    height: 50px !important;
}
.form-info-map-mobile {
    display: none;
    background: #fff;
    border-top: 4px solid #0073ce;
    font-family: 'Helvetica';
}
.form-info-map-mobile:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0073ce;
    position: absolute;
    left: 50%;
    top: -1px;
    z-index: 10;
}
.form-info-modal-mobile {
    display: none;
    background: #fff;
}
.form-info-modal-mobile:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    background-color: #0073ce;
    border-top: 6px solid #0073ce;
    position: absolute;
    right: 50%;
    top: -1px;
    z-index: 10;
}
.list-info-map {
    height: 107px;
    margin: 0 1px;
    width: 11.2%;
    background: rgba(238, 238, 238, 0.7);
    cursor: pointer;
    transition: all ease-in-out .1s;
    padding: 8px 0px;
}
i.icon-info-tiendas {
    display: block;
    width: 65%;
}
span.name-info-1 {
    text-align: left;
    display: block;
    color: #333;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 2;
}
span.name-info-2 {
    text-align: left;
    display: block;
    color: #1A1A1D;
    font-size: 1em;
    font-weight: 700;
}
span.name-info-1-modal {
    text-align: left;
    display: block;
    color: #333;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.5;
}
span.name-info-2-modal {
    text-align: left;
    display: block;
    color: #1A1A1D;
    font-size: 1.3em;
    font-weight: 700;
}
span.name-info-1-modal-mobile {
    text-align: center;
    display: block;
    color: #333;
    font-size: 1em;
    line-height: 1.5;
}
span.name-info-2-modal-mobile {
    text-align: center;
    display: block;
    color: #1A1A1D;
    font-size: 1.3em;
    font-weight: 600;
}
.form-tienda-desktop {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 94%;
    background: #005dad;
}
.form-tienda-desktop .form-group{
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1.5em;
}
.form-tienda-desktop .form-group label {
    width: 55%;
    color: white;
    padding-top: 12px;
    font-family: 'miso', Arial, Helvetica, sans-serif;
}

/*maps*/
.gm-style-iw {
    width: 440px !important;
    top: 2px !important;
    left: 30px !important;
    background-color: #e9e9e9;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border-radius: 2px 2px 0 0;
    padding: 0;
}
/*Desktop footer*/
.footer-nuestra-tienda {
    margin-top: 2%; 
}
.footer-nuestra-tienda .nav-tabs {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.footer-nuestra-tienda .nav-tabs>li {
    text-align: center;
    width: 25%;
    -webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
}
.footer-nuestra-tienda .nav-tabs>li>a {
    padding: 9px;
    border-radius: 0;
}
.footer-nuestra-tienda .nav-tabs>li.active>a:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dd0021;
    position: absolute;
    left: 50%;
    bottom: -12px;
    z-index: 10;
}
.footer-nuestra-tienda .nav-tabs>li.active>a, 
.footer-nuestra-tienda .nav-tabs>li.active>a:focus,
.footer-nuestra-tienda .nav-tabs>li.active>a:hover{
    background-color: #dd0021;
    border: 1px solid #dd0021;
    color: #fff;
}
.footer-nuestra-tienda .nav-tabs>li>a:hover {
    background-color: #747474;
    border: 1px solid #747474;
    color: #fff;
}
.footer-nuestra-tienda .nav-tabs>li>a {
    color: #747474;
    background-color: white;
    border: 1px solid #747474;
    border-bottom: 1px solid transparent;
    font-family: 'miso', Arial, Helvetica, sans-serif;
    font-size: 1.850em;
    margin-right: 0;
}
.footer-nuestra-tienda .nav-tabs>.nav-tab-desktop-a>a {
    border-right: 1px solid transparent;
}
.footer-nuestra-tienda .nav-tabs>.nav-tab-desktop-b>a {
    border-left: 1px solid transparent;
}
.footer-nuestra-tienda .nav-tabs>li>a>span, .footer-nuestra-tienda .nav-tabs>li.active>a>span {
    font-weight: 900;
}
.footer-nuestra-tienda .tab-lineal-desktop-a, .footer-nuestra-tienda .tab-lineal-desktop-b {
    position: relative;
    border-top: 4px solid #dd0021;
    font-family: 'miso', Arial, Helvetica, sans-serif;
}
.tab-content-tiendas {
    color: #747474;
    line-height: 1.8;
    font-family: 'Helvetica';
}
.tab-content-tiendas h1 {
    color: #0073ce;
    font-size: 1.2em;
    font-weight: 700;
}
.tab-content-tiendas .group-tienda-1 {
    padding-top: 1%;
}
.tab-content-tiendas .group-tienda-2, .tab-content-tiendas .group-tienda-4 {
    padding-bottom: 1%;
}
.tab-content-tiendas .group-tienda-2 .col-md-3, .tab-content-tiendas .group-tienda-4 .col-md-3 {
    padding-bottom: 1%;
}
.tab-content-tiendas .group-tienda-2 .col-md-3{
    border-bottom: 1px solid transparent !important;
}
.tab-content-tiendas .group-tienda-1 .col-md-3,
.tab-content-tiendas .group-tienda-2 .col-md-3,
.tab-content-tiendas .group-tienda-3 .col-md-3{
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    font-size: 1em;
    background: #f2f2f2;
    padding-top: 1%;
    padding-bottom: 1%;
}
.tab-content-tiendas .group-tienda-4 .col-md-3{
    padding: 0 0 1% 1%;
    border-right: 1px solid #cecece;
}
.tab-content-tiendas .group-tienda-1 .col-md-3:nth-child(4),
.tab-content-tiendas .group-tienda-2 .col-md-3:nth-child(4),
.tab-content-tiendas .group-tienda-3 .col-md-3:nth-child(4){
    border-right: 1px solid transparent;
}
.tab-content-tiendas .row {
    background: #f2f2f2;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1%;
    padding-right: 1%;
}
.btn-ver-tiendas {
    color: #2b2b2b;
    border: 2px solid #2b2b2b;
    font-family: miso;
    font-size: 1.3em;
    display: inline-block;
    width: 218px;
    padding: 5px;
    cursor: pointer;
}
.btn-ver-tiendas:hover {
    background: #dd0021;
    color: white;
    border: 2px solid #dd0021;
    text-decoration: none;
}

/*Mobile footer*/
.footer-nuestra-tienda-mobile {
    padding-top: 5%;
    width: 94%;
    margin: 0 auto;
}
.footer-nuestra-tienda-mobile .nav-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-nuestra-tienda-mobile .nav-tabs>li {
    text-align: center;
    width: 50%;
    -webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
}
.footer-nuestra-tienda-mobile .nav-tabs>li>a {
    padding: 10px;
    border-radius: 0;
}
.footer-nuestra-tienda-mobile .nav-tabs>li.active>a:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dd0021;
    position: absolute;
    left: 50%;
    bottom: -7px;
    z-index: 10;
}
.footer-nuestra-tienda-mobile .nav-tabs>li.active>a, 
.footer-nuestra-tienda-mobile .nav-tabs>li.active>a:focus,
.footer-nuestra-tienda-mobile .nav-tabs>li.active>a:hover {
    background-color: #dd0021;
    border: 1px solid #dd0021;
    color: #fff;
}
.footer-nuestra-tienda-mobile .nav-tabs>li>a:hover {
    background-color: white;
    border: 1px solid #bcbcbc;
    color: #373737;
}
.footer-nuestra-tienda-mobile .nav-tabs>li>a {
    color: #373737;
    background-color: #bcbcbc;
    border: 1px solid #bcbcbc;
    font-family: 'miso', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    margin-right: 0;
}
.footer-nuestra-tienda-mobile .nav-tabs>li>a>span, .footer-nuestra-tienda-mobile .nav-tabs>li.active>a>span {
    font-weight: 900;
}
.tab-content-tiendas-mobile {
    background: #ffffff;
    color: #777777;
    line-height: 1.5;
}
.tab-content-tiendas-mobile h1 {
    color: #0073ce;
    font-family: 'Helvetica';
    font-size: 1.06em;
    font-weight: 600;
}
.tab-content-tiendas-mobile a{
    text-decoration: none;
    cursor: pointer;
}
.tab-content-tiendas-mobile .row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 3%;
    border-bottom: 1px solid #f0f0f0;
    font-family: 'Helvetica';
}
.tab-content-tiendas-mobile .row .col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
}
.group-tienda-mobile {
    font-size: 0.850em;
}
.group-tienda-mobile .col-xs-6:nth-child(2) {
    padding-top: 25px;
}
.btn-ver-tiendas-mobile {
    color: #2b2b2b;
    border: 2px solid #2b2b2b;
    font-family: miso;
    font-size: 1.150em;
    display: inline-block;
    width: 80%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
}
.btn-ver-tiendas-mobile:hover {
    background: #dd0021;
    color: white;
    border: 2px solid #dd0021;
    text-decoration: none;
}
.link_modal_store {
    cursor: pointer;
    text-decoration: none;
}
.link_modal_store:link, .link_modal_store_Mobile:link {
    cursor: pointer;
    text-decoration: none;
}
.ver-mas-tiendas-display,
.ver-mas-tiendas-2-display,
.btn-menos-tiendas,
.btn-menos-tiendas-2,
.display-mobile-group-1,
.display-mobile-group-2,
.btn-menos-tiendas-1-mobile,
.btn-menos-tiendas-2-mobile{
    display: none;
}
.names-modal-mobile {
    margin-top: 0px;
    padding-left: 15px;
    margin-bottom: 0;
    font-size: 1.9em;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
.form-info-modal-mobile .mobile-info-footer {
    padding-top: 7%;
    padding-bottom: 15%;
}
.form-info-map-mobile .mobile-info-footer {
    padding-top: 7%;
    padding-bottom: 4%;
}
.arrow-map-down:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e9e9e9;
    position: absolute;
    right: 46%;
    bottom: 1%;
    z-index: 10;
}
.modal-store-selected-mobile .address-modal-mobile,
.modal-store-selected-mobile .reference-modal-mobile {
    text-align: center;
    font-size: 1.2em;
}
.modal-store-selected-mobile .modal-content .modal-header button span{
    position: absolute;
    font-size: 0.55em;
    font-weight: 100;
    left: 100%;
    top: 30%;
}
.telf-calls:hover {
    text-decoration: none;
}
.btn-close-modal-store-desktop {
    opacity: 1 !important;
    color: #333;
    position: absolute; 
    top: 3%; 
    right: 10%;
}
.btn-close-modal-store-desktop span {
    position: absolute; 
    font-size: 0.60em; 
    font-weight: 500;
    left: 100%; 
    top: 40%;
}
/*Chat*/
#chat-sodimac {
  display: none !important;
}

/*MEDIA QUERIES*/
@media (max-width: 992px) {
    #main.newMainSection > .container {
      margin-top: -19%;
    }
    #main.newMainSection > .container > section.col-md-12{
      padding-left: 0;
      padding-right: 0;
    }
    .bc-name {
        display: none;
    }
    #line-map {
        border-right: none !important;
    }
    .gm-style-iw {
        width: 200px !important;
        height: 90px !important;
        top: 5px !important;
        left: 28px !important;
        background: white;
    }
    .name-box-info-store {
        line-height: 1;
        font-size: 0.85em;
        padding-bottom: 1em;
        padding-top: 3px;
    }
    i.icon-info-tiendas {
        width: 30%;
        margin: 0 auto;
    }
    .title-nuestra-tienda-home {
        margin-top: 3%;
        margin-bottom: 3%;
        font-size: 1.6em;
        font-weight: 600;
    }
    span.name-info-1, span.name-info-2 {
        text-align: center;
    }
    .mobile-info-footer [class *='col-xs-4'] {
        padding-left: 0;
        padding-right: 0;
    }
    .arrow-map-down:before {
        border-top: 15px solid white;
        right: 46%;
        bottom: 1%;
    }
    .btn-lima:after {
        top: 45%;
        right: 7%;
    }
    .btn-prov:after {
        top: 35%;
        right: 7%;
    }
    .modal-store-selected-mobile .modal-content {
        height: auto;
        max-height: 90%;
    }
    .modal-store-a .modal-content {
      height: auto;
      max-height: 90%;
    }
    .modal-store-b .modal-content {
      height: auto;
      max-height: 90%;
    }
    .container-map-home-tienda {
      height: 58vh;
    }
    .container-map-tienda {
      height: 51vh;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-device-width: 320px) {
    #main.newMainSection > .container > section.col-md-12{
        padding-left: 0;
        padding-right: 0;
    }
    #main.newMainSection > .container {
        margin-top: -19%;
    }
    .arrow-map-down:before {
    border-top: 15px solid white;
    right: 46%;
    bottom: 1%;
    }
    .group-tienda-mobile .col-xs-6:nth-child(2) {
        padding-top: 28px;
    }
    .group-tienda-mobile {
        font-size: 0.79em;
    }
    .modal-store .modal-box-title:before {
        top: 94%;
    }
    .container-map-home-tienda {
        height: 62vh;
    }
    .container-map-tienda {
        height: 63vh;
    }
    .tienda-map {
        width: 70%;
        top: 0;
        left: 15%
    }
    span.name-info-1 {
        font-size: 0.81em;
        line-height: 2;
    }
    .tab-content-tiendas-mobile h1 {
        font-size: 1.02em;
    }
    span.name-info-2 {
        text-align: center;
        font-size: 1em;
        font-weight: 800;
    }
    i.icon-info-tiendas {
        width: 30%;
    }
    .btn-ver-mas-tiendas-mobile {
        width: 90%;
    }
    .btn-tienda:after {
        content: "";
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #0073ce transparent transparent transparent;
        position: absolute;
    }
    .btn-lima:after {
        top: 27px;
        right: 25px;
    }
    .btn-prov:after {
        top: 17px;
        right: 25px;
    }
    .modal-store .modal-body [class *='row'] {
        font-size: 1em;
    }
    .footer-nuestra-tienda-mobile .nav-tabs>li>a {
        font-size: 1.35em;      
    }
    .modal-store-selected-mobile .address-modal-mobile,
    .modal-store-selected-mobile .reference-modal-mobile {
        font-size: 1em;
    }
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(3) {
        padding-left: 2px;
        padding-right: 2px;
    }
    span.name-info-1-modal-mobile {
        font-size: 0.85em;
    }
    span.name-info-2-modal-mobile {
        font-size: 1.1em;
    }
    .mobile-info-footer [class *='col-xs-4'] {
        padding-left: 2px;
        padding-right: 2px;
    }
    .hour-tienda {
        font-size: 1em !important;
    }
}
  /*iPhone 4*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3)
  {
    .footer-nuestra-tienda-mobile .nav-tabs>li>a {
      font-size: 1.3em;
    }
    span.name-info-1-modal-mobile {
      font-size: 0.8em;
    }
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(3) {
      padding-left: 21px;
      padding-right: 12px;
    }
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(2) {
      padding-bottom: 2%;
      padding-top: 2%;
      font-size: 0.9em;
    }
    .modal-store-selected-mobile .address-modal-mobile, .modal-store-selected-mobile .reference-modal-mobile {
      font-size: 0.9em;
    }
  }
  /*iPhone 5*/
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
  and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71)
  {
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(3) {
      padding-left: 26px;
      padding-right: 14px;
    }
    .container-map-home-tienda {
      height: 59vh;
    }
    .container-map-tienda {
      height: 61vh;
    }
    .modal-store .modal-body [class *='row'] {
        font-size: 1em;
    }
    .hour-tienda {
        font-size: 1em !important;
    }
  }
  /*iPhon6*/
  @media only screen and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2){
    .tab-content-tiendas-mobile h1 {
      font-size: 1.02em;
    }
    .group-tienda-mobile {
      font-size: 0.76em;
    }
    .footer-nuestra-tienda-mobile .nav-tabs>li>a {
      font-size: 1.30em;
    }
    .container-map-home-tienda {
      height: 59vh;
    }
    .container-map-tienda {
      height: 47vh;
    }
  }
  /* iPhone 6 Plus in portrait & landscape */
  @media only screen and (min-width : 414px) and (max-width : 736px) {
    #main.newMainSection > .container > section.col-md-12{
      padding-left: 0;
      padding-right: 0;
    }
    .arrow-map-down:before {
      border-top: 15px solid white ;
      right: 46%;
      bottom: 1%;
    }
    .group-tienda-mobile .col-xs-6:nth-child(2) {
      padding-top: 28px;
    }
    .group-tienda-mobile {
        font-size: 1em;
    }
    .modal-store .modal-box-title:before {
      top: 94%;
    }
    .footer-nuestra-tienda-mobile .nav-tabs>li>a {
      font-size: 1.55em;
    }
    .container-map-home-tienda {
      height: 61vh;
    }
    .container-map-tienda {
      height: 63vh;
    }
    span.name-info-1 {
      font-size: 0.9em;
      font-weight: 500;
      line-height: 2;
    }
    span.name-info-2 {
      text-align: center;
      font-size: 1em;
      font-weight: 800;
    }
    
    .btn-ver-mas-tiendas-mobile {
      width: 90%;
    }
    .btn-tienda:after {
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #0073ce transparent transparent transparent;
      position: absolute;
    }
    .btn-lima:after {
      top: 27px;
      right: 25px;
    }
    .btn-prov:after {
      top: 17px;
      right: 25px;
    }
    .modal-store .modal-body [class *='row'] {
      font-size: 1em;
    }
    .mainSectionWithBanner, .newMainSection {
      margin-top: 80px; 
    }
    .tab-content-tiendas-mobile h1 {
      font-size: 1.06em;
    }
    .modal-store-selected-mobile .modal-content .modal-header button span{
      font-size: 0.60em;
    }
    .modal-store-selected-mobile .address-modal-mobile,
    .modal-store-selected-mobile .reference-modal-mobile {
      font-size: 1.2em;
    }
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(2) {
      font-size: 1.1em;
    }
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(3) {
      padding-left: 16px;
      padding-right: 6px;
    }
    span.name-info-1-modal-mobile {
      font-size: 0.89em;
    }
    span.name-info-2-modal-mobile {
      font-size: 1.2em;
    }
    .mobile-info-footer [class *='col-xs-4'] {
      padding-left: 2px;
      padding-right: 2px;
    }
    .modal-store .modal-box-title {
      font-size: 1.7em;
      padding-top: 7%;
      padding-bottom: 7%;
    }
    .logo-tienda {
      line-height: 1.5; 
    }
  }
  /* Galaxy S3 portrait and landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    #main.newMainSection > .container > section.col-md-12{
      padding-left: 0;
      padding-right: 0;
    }
    #main.newMainSection > .container {
      margin-top: -19%;
    }
    .group-tienda-mobile .col-xs-6:nth-child(2) {
        padding-top: 28px;
    }
    .group-tienda-mobile {
        font-size: 0.76em;
    }
    .modal-store .modal-box-title:before {
      top: 94%;
    }
    .container-map-home-tienda {
      height: 58vh;
    }
    .container-map-tienda {
      height: 61vh;
    }
    span.name-info-1 {
      font-weight: 600;
    }
    span.name-info-2 {
      text-align: center;
      font-size: 1em;
      font-weight: 800;
    }
    i.icon-info-tiendas {
      width: 25%;
    }
    
    .btn-ver-mas-tiendas-mobile {
      width: 90%;
    }
    .btn-tienda:after {
     content: "";
     width: 0;
     height: 0;
     border: 6px solid transparent;
     border-color: #0073ce transparent transparent transparent;
     position: absolute;
    }
    .btn-lima:after {
     top: 27px;
     right: 25px;
    }
    .btn-prov:after {
      top: 17px;
      right: 25px;
    }
    .modal-store .modal-body [class *='row'] {
      font-size: 1em;
    }
    .modal-store-selected-mobile .modal-body {
      top: 8%;
    }
    .form-info-map-mobile {
      font-size: 1.2em;
    }
    .footer-nuestra-tienda-mobile .nav-tabs>li>a {
      font-size: 1.55em;
    }
    .tab-content-tiendas-mobile h1 {
      font-size: 1.02em;
    }
    .group-tienda-mobile {
      font-size: 0.90em;
    }
  }
/* Galaxy S4 portrait and landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    #main.newMainSection > .container > section.col-md-12{
      padding-left: 0;
      padding-right: 0;
    }
    #main.newMainSection > .container {
      margin-top: -19%;
    }
    .arrow-map-down:before {
      border-top: 15px solid white;
      right: 46%;
      bottom: 1%;
    }
    .group-tienda-mobile .col-xs-6:nth-child(2) {
      padding-top: 28px;
    }
    .group-tienda-mobile {
        font-size: 0.79em;
    }
    .modal-store .modal-box-title:before {
      top: 94%;
    }
    .container-map-home-tienda {
      height: 59vh;
    }
    .container-map-tienda {
      height: 61vh;
    }
    span.name-info-1 {
      font-size: 0.81em;
      line-height: 2;
    }
    .tab-content-tiendas-mobile h1 {
      font-size: 1.02em;
    }
    span.name-info-2 {
      text-align: center;
      font-size: 1em;
      font-weight: 800;
    }
    i.icon-info-tiendas {
      width: 25%;
    }
    .btn-ver-mas-tiendas-mobile {
      width: 90%;
    }
    .btn-tienda:after {
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #0073ce transparent transparent transparent;
      position: absolute;
    }
    .btn-lima:after {
      top: 27px;
      right: 25px;
    }
    .btn-prov:after {
      top: 17px;
      right: 25px;
    }
    .modal-store .modal-body [class *='row'] {
      font-size: 1em;
    }
    .footer-nuestra-tienda-mobile .nav-tabs>li>a {
      font-size: 1.35em;      
    }
    .modal-store-selected-mobile .address-modal-mobile,
    .modal-store-selected-mobile .reference-modal-mobile {
      font-size: 1.1em;
    }
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(3) {
      padding-left: 2px;
      padding-right: 2px;
    }
    span.name-info-1-modal-mobile {
      font-size: 0.85em;
    }
    span.name-info-2-modal-mobile {
      font-size: 1.1em;
    }
    .mobile-info-footer [class *='col-xs-4'] {
      padding-left: 2px;
      padding-right: 2px;
    }
  }
/* Galaxy S5 portrait and landscape and Samsung Galaxy Note 3 */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    #main.newMainSection > .container > section.col-md-12{
      padding-left: 0;
      padding-right: 0;
    }
    #main.newMainSection > .container {
      margin-top: -19%;
    }
    .arrow-map-down:before {
    border-top: 15px solid white;
    right: 46%;
    bottom: 1%;
    }
    .group-tienda-mobile .col-xs-6:nth-child(2) {
      padding-top: 28px;
    }
    .group-tienda-mobile {
        font-size: 0.86em;
    }
    .modal-store .modal-box-title:before {
      top: 94%;
    }
    .container-map-home-tienda {
      height: 57vh;
    }
    .container-map-tienda {
      height: 60vh;
    }
    span.name-info-1 {
     font-size: 0.81em;
     line-height: 2;
    }
    .tab-content-tiendas-mobile h1 {
      font-size: 1.02em;
    }
    span.name-info-2 {
      text-align: center;
      font-size: 1em;
      font-weight: 800;
    }
    i.icon-info-tiendas {
      width: 25%;
    }
    .btn-ver-mas-tiendas-mobile {
      width: 90%;
    }
    .btn-tienda:after {
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #0073ce transparent transparent transparent;
      position: absolute;
    }
    .btn-lima:after {
      top: 27px;
      right: 25px;
    }
    .btn-prov:after {
      top: 17px;
      right: 25px;
    }
    .modal-store .modal-body [class *='row'] {
      font-size: 1em;
    }
    .footer-nuestra-tienda-mobile .nav-tabs>li>a {
      font-size: 1.5em;      
    }
    .modal-store-selected-mobile .address-modal-mobile,
    .modal-store-selected-mobile .reference-modal-mobile {
      font-size: 1.1em;
    }
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(3) {
      padding-left: 30px;
      padding-right: 20px;
    }
    span.name-info-1-modal-mobile {
      font-size: 0.85em;
    }
    span.name-info-2-modal-mobile {
      font-size: 1.1em;
    }
    .mobile-info-footer [class *='col-xs-4'] {
      padding-left: 2px;
      padding-right: 2px;
    }
  }
/* Asus Nexus 7 portrait and landscape */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
    #main.newMainSection > .container > section.col-md-12{
      padding-left: 0;
      padding-right: 0;
    }
    .arrow-map-down:before {
      border-top: 15px solid white ;
      right: 46%;
      bottom: 1%;
    }
    .group-tienda-mobile .col-xs-6:nth-child(2) {
      padding-top: 28px;
    }
    .group-tienda-mobile {
        font-size: 1em;
    }
    .modal-store .modal-box-title:before {
      top: 94%;
    }
    .footer-nuestra-tienda-mobile .nav-tabs>li>a {
      font-size: 1.80em;
    }
    .container-map-home-tienda {
      height: 51vh;
    }
    .container-map-tienda {
      height: 54vh;
    }
    span.name-info-1 {
      font-size: 0.9em;
      font-weight: 500;
      line-height: 2;
    }
    span.name-info-2 {
      text-align: center;
      font-size: 1em;
      font-weight: 800;
    }
    .btn-ver-mas-tiendas-mobile {
      width: 90%;
    }
    .btn-tienda:after {
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #0073ce transparent transparent transparent;
      position: absolute;
    }
    .btn-lima:after {
      top: 27px;
      right: 25px;
    }
    .btn-prov:after {
      top: 17px;
      right: 25px;
    }
    .modal-store .modal-body [class *='row'] {
      font-size: 1em;
    }
    .mainSectionWithBanner, .newMainSection {
      margin-top: 80px; 
    }
    .tab-content-tiendas-mobile h1 {
      font-size: 1.06em;
    }
    .modal-store-selected-mobile .modal-content .modal-header button span{
      font-size: 0.60em;
    }
    .modal-store-selected-mobile .address-modal-mobile,
    .modal-store-selected-mobile .reference-modal-mobile {
      font-size: 1.2em;
    }
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(2) {
      font-size: 1.1em;
    }
    .modal-store-selected-mobile .modal-body [class *='row']:nth-child(3) {
      padding-left: 2px;
      padding-right: 2px;
    }
    span.name-info-1-modal-mobile {
      font-size: 0.89em;
    }
    span.name-info-2-modal-mobile {
      font-size: 1.2em;
    }
    .mobile-info-footer [class *='col-xs-4'] {
      padding-left: 2px;
      padding-right: 2px;
    }
    .modal-store .modal-box-title {
      font-size: 2.2em;
      padding-top: 7%;
      padding-bottom: 7%;
    }
    .btn-tienda-a {
      font-size: 1.5em;
    }
  }
  /* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#main.newMainSection > .container > section.col-md-12{
      padding-left: 0;
      padding-right: 0;
    }
    #main.newMainSection > .container {
      margin-top: -19%;
    }
    .group-tienda-mobile .col-xs-6:nth-child(2) {
      padding-top: 28px;
    }
    .group-tienda-mobile {
        font-size: 0.7em;
    }
    .modal-store .modal-box-title:before {
      top: 94%;
    }
    .container-map-home-tienda {
      height: 54vh;
    }
    .container-map-tienda {
      height: 56vh;
    }
    span.name-info-1 {
      font-weight: 600;
      line-height: 2;
    }
    span.name-info-2 {
      text-align: center;
      font-size: 1em;
      font-weight: 800;
    }
    i.icon-info-tiendas {
      width: 25%;
    }
    .btn-ver-mas-tiendas-mobile {
      width: 90%;
    }
    .btn-tienda:after {
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #0073ce transparent transparent transparent;
      position: absolute;
    }
    .btn-lima:after {
      top: 25px;
      right: 25px;
    }
    .btn-prov:after {
      top: 15px;
      right: 25px;
    }
    .mobile-info-footer {
      padding-bottom: 7%;
    }
    .modal-store-selected-mobile .modal-body [class *='row'] {
      padding-left: 2%;
    }
    .modal-store .modal-body [class *='row'] {
      font-size: 1em;
    }
    .modal-store .modal-content {
      height: 82vh;
    }
  }
  
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
      #main.newMainSection > .container > section.col-md-12{
      padding-left: 0;
      padding-right: 0;
    }
    #main.newMainSection > .container {
      margin-top: -11%;
    }
    .group-tienda-mobile .col-xs-6:nth-child(2) {
      padding-top: 28px;
    }
    .group-tienda-mobile {
        font-size: 1.2em;
    }
    .modal-store .modal-box-title:before {
      top: 94%;
    }
    .container-map-home-tienda {
      height: 54vh;
    }
    .container-map-tienda {
      height: 56vh;
    }
    span.name-info-1 {
      font-weight: 600;
      line-height: 2;
    }
    span.name-info-2 {
      text-align: center;
      font-size: 1em;
      font-weight: 800;
    }
    i.icon-info-tiendas {
      width: 25%;
    }
    .btn-ver-mas-tiendas-mobile {
      width: 90%;
    }
    .btn-tienda:after {
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #0073ce transparent transparent transparent;
      position: absolute;
    }
    .btn-lima:after {
      top: 25px;
      right: 25px;
    }
    .btn-prov:after {
      top: 15px;
      right: 25px;
    }
    .modal-store-selected-mobile .modal-body [class *='row'] {
      padding-left: 2%;
    }
    .modal-store .modal-body [class *='row'] {
      font-size: 1em;
    }
    .footer-nuestra-tienda-mobile .nav-tabs>li>a {
      font-size: 2.50em;
    }
    .modal-store .modal-content {
      height: 82vh;
    }
  }
  
  /* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #main.newMainSection > .container > section.col-md-12{
      padding-left: 0;
      padding-right: 0;
    }
    #main.newMainSection > .container {
      margin-top: -19%;
    }
    .group-tienda-mobile .col-xs-6:nth-child(2) {
      padding-top: 28px;
    }
    .group-tienda-mobile {
        font-size: 0.7em;
    }
    .modal-store .modal-box-title:before {
      top: 94%;
    }
    .container-map-home-tienda {
      height: 54vh;
    }
    .container-map-tienda {
      height: 56vh;
    }
    span.name-info-1 {
      font-weight: 600;
      line-height: 2;
    }
    span.name-info-2 {
      text-align: center;
      font-size: 1em;
      font-weight: 800;
    }
    i.icon-info-tiendas {
      width: 25%;
    }
    .btn-ver-mas-tiendas-mobile {
      width: 90%;
    }
    .btn-tienda:after {
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #0073ce transparent transparent transparent;
      position: absolute;
    }
    .btn-lima:after {
      top: 25px;
      right: 25px;
    }
    .btn-prov:after {
      top: 15px;
      right: 25px;
    }
    .modal-store-selected-mobile .modal-body [class *='row'] {
      padding-left: 2%;
    }
    .modal-store .modal-body [class *='row'] {
      font-size: 1em;
    }
    .modal-store .modal-content {
      height: 82vh;
    }
  }
/*MEDIA QUERIES DESKTOP*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .trapecio-box-mas-de-sodimac {
      left: -2.3%;
    }
  }
  /*default*/
  @media only screen  and (min-width: 1030px) and (max-width: 1366px)  {
   .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(1) {
      height: 340px;
      min-height: 340px;
    }
   .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(2) {
      height: 340px;
      min-height: 340px;
    }
    .trapecio-box-mas-de-sodimac {
      left: -2.3%;
    }
  }
  /*90%*/
  @media only screen and (min-width: 1370px) and (max-width: 1605px)  {
   .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(1) {
      height: 340px;
      min-height: 340px;
    }
   .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(2) {
      height: 340px;
      min-height: 340px;
    }
    .btn-close-modal-store-desktop {
      top: 4%; 
      right: 11.2%;
    }
    .btn-close-modal-store-desktop span {
      font-size: 0.65em; 
      left: 100%; 
      top: 32%;
    }
  }
  /*80%*/
  @media only screen and (min-width: 1605px) and (max-width: 1798px) {
    .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(1) {
      height: 370px;
      min-height: 370px;
    }
   .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(2) {
      height: 370px;
      min-height: 370px;
    }
    .btn-close-modal-store-desktop {
      top: 4%; 
      right: 8.9%;
    }
    .btn-close-modal-store-desktop span {
      font-size: 0.70em; 
      left: 100%; 
      top: 24%;
    }
  }
  /*75%*/
  @media only screen and (min-width: 1798px) and (max-width: 2023px) {
    .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(1) {
      height: 370px;
      min-height: 370px;
    }
   .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(2) {
      height: 370px;
      min-height: 370px;
    }
    .btn-close-modal-store-desktop {
      top: 3%; 
      right: 7.2%;
    }
    .btn-close-modal-store-desktop span {
      font-size: 0.60em; 
      left: 100%; 
      top: 40%;
    }
  }
  /*67%*/
  @media only screen and (min-width: 2023px) and (max-width: 2658px) {
    .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(1) {
        height: 410px;
        min-height: 410px;
    }
   .modal-store-selected > .modal-dialog > .modal-content > .modal-body > .row > .col-md-6:nth-child(2) {
        height: 410px;
        min-height: 410px;
        font-size: 1.1em;
    }
    .btn-close-modal-store-desktop {
        top: 3%; 
        right: 6.7%;
    }
    .btn-close-modal-store-desktop span {
        font-size: 0.60em; 
        left: 100%; 
        top: 40%;
    }
    .footer-nuestra-tienda .nav-tabs > li > a {
        font-size: 1.750em;
    }
    .tab-content-tiendas .group-tienda-1 .col-md-3, 
    .tab-content-tiendas .group-tienda-2 .col-md-3, 
    .tab-content-tiendas .group-tienda-3 .col-md-3 {
        font-size: 0.98em;
    }
  }