/*////////////////////////////////////////////////////////////////////*/


/*   CONTENT               ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/

.Content section {
    padding-top: 15px;
}

.Accion.Content section {
    padding-top: 0;
}

.Content h1 {
    float: left;
    font-weight: 700;
    font-size: 2.2em;
    margin: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    /*height: 21px;*/
    text-align: left !important;
}
.User h1 span, .Content h1 span {
    position: relative;
    padding-right: 20px;
}

.Content .short_desc, .Content .short_desc p {
    color: #294391  !important;
    font-size: 19px !important;
    font-weight: normal !important;
    line-height: 25px !important;
    margin: 0 0 20px !important;
    width: 100%;
    float: left;
    letter-spacing: -0.01em !important;
}
.Content .long_desc, .Content .long_desc p {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    float: left;
    width: 100%;
}
.Content .long_desc {margin-bottom: 30px}
.Content .faq .long_desc {margin-bottom: 13px}

.Content .short_desc p, .Content .long_desc p {
    margin: 0 0 15px;
}

.long_desc img {
    max-width: 100%;
    height: auto;
}

.Content .images img {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.Content .images img:last-child {margin-bottom: 30px}
.Content .images.up img {margin: -23px 0 30px}

.Content section .container {
    min-height: 400px;
}

.long_desc h2 {
    float: left;
    font-size: 1.55em;
    font-weight: 500;
    margin: 40px 0 15px;
    position: relative;
    width: 100%;
    color: #2972f8;
}

.long_desc h2:first-child {
    margin-top: 0;
}

.long_desc h3 {
    font-size: 1.45em;
    font-weight: bold;
    margin: 20px 0 14px;
    float: left;
    width: 100%;
}
.long_desc h4 {
    color: #054fa2;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 20px 0 10px;
    float: left;
    width: 100%;
}

.long_desc hr {
    border-top: 1px solid #ddd;
    float: left;
    margin: 40px 0 30px;
    width: 100%;
}

.long_desc a {
	text-decoration: underline;
	color: #2972f8;
}
.long_desc a:hover {color: #000}

.long_desc ul, .long_desc ul li {
    float: left;
    width: 100%;
}
.long_desc ul li {
    margin-bottom: 5px;
}
.long_desc ul li::before {
    float: left;
    content: "\f3d1";
    font-family: 'Ionicons';
    margin-right: 12px;
    color: #000;
    font-size: 12px;
    opacity: 0.7;
}

blockquote {
    float: left;
    width: 100%;
    color: #919191;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 15px 0 40px;
}
code {
	color: #000;
}

.b-left {
    margin-bottom: 30px
}

.b-left .banner-item {
    width: 90% !important;
}


.Content .menu_tree {
    background: none;
    padding: 22px 0px;
}
.Content .menu_tree > ul {
    padding: 15px 0;
    margin: -1px 0 7px;
    border-color: #BDBDBD;
}
.Content .menu_tree ul > li > a {
    padding: 6px 3px;
    font-size: 14px;
    line-height: 1.3em;
}


@media (max-width: 991px) {
    .b-left .banner-item {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .Content .menu_tree {
        margin: -7px 0 -15px;
        padding: 0;
    }
    .Content .menu_tree>ul {
        border: 0 none;
        margin: 0;
    }
    .Content .menu_tree>ul a {
        background: #f3f3f3 none repeat scroll 0 0;
        float: left;
        margin: 0 0 2px;
        padding: 12px 14px !important;
    }
}






/* CONTACTO ******************************/

.Contact h1 {}

.Contact .long_desc ul li {
    clear: left;
    float: left;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-left: 38px;
    position: relative;
}

.Contact .long_desc ul li::before {
    font-family: "Ionicons";
    font-size: 1.8em;
    left: 0;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 28px;
}

.Contact .long_desc ul li.mail:before {
    content: "\f422"
}

.Contact .long_desc ul li.phone:before {
    content: "\f4b8"
}

.Contact .long_desc ul li.rrhh:before {
    content: "\f47b"
}

.Contact .long_desc ul li.address:before {
    content: "\f455"
}

.Contact .long_desc ul li span {
    font-size: 1.1em;
    font-weight: 700;
}

.Contact .long_desc ul li a {
    text-decoration: underline;
}

.Contact .long_desc ul li a:hover {
    opacity: 0.7;
}

.Contact .long_desc h4,
.Contact .long_desc h5 {
    margin: 0 0 3px;
}

.Contact .long_desc h4 {
    font-size: 1.2em;
}

.Contact .long_desc .horario {
    color: #777;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    margin: 4px 0;
    text-transform: uppercase;
}

.Contact iframe#mapa {
    border-bottom: 5px solid #ededed !important;
    height: 500px;
    width: 100%;
}

iframe#mapa {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

iframe#mapa.clicked {
    pointer-events: auto;
}






/* IMAGEN ARRIBA ******************************/

.imgarriba section  {
    margin-top: -5px !important;
}

.imgarriba .images, .imgarriba .images img {
    float: left;
    width: 100%;
}

.sobrepic {
    color: #fff;
    display: block;
    font-size: 2.3em;
    left: 5%;
    line-height: 1.15em;
    position: absolute;
    top: 30px;
    width: 90%;
    z-index: 1;
}

.soporte {
    float: left;
    padding: 0 10px 0 54px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.soporte::before {
    font-family: "diggit";
    font-size: 2.6em;
    left: 0;
    position: absolute;
    top: 9px;
}
.soporte.chat::before {content: "i";}
.soporte.mail::before {content: "j";}
.soporte.phone::before {content: "k";}

.soporte h3 {
    margin: 0 0 14px;
    font-size: 1.7em;
}

.soporte a {
    clear: both;
    color: #2972f8;
    float: left;
    font-size: 1.15em;
    font-weight: normal;
    margin: 10px 0 0;
    position: relative;
    text-decoration: underline;
}
.soporte a::after {content: "\f3d1"}
.soporte a::after {
    font-family: "Ionicons";
    font-size: 14px;
    position: absolute;
    right: -12px;
}

.soporte a:hover {color: #000}

.imgarriba .short_desc {
    font-size: 5em;
    margin: -20px 0 60px;
    text-align: center;
}
.imgarriba .short_desc p {
    font-size: 22px;
    margin: 0;
}


@media (max-width: 991px) {
.sobrepic {font-size: 2.1em; text-align: center;}
}

@media (max-width: 767px) {
.sobrepic {font-size: 1.9em}
.imgarriba .images {
    height: 300px;
    position: relative;
    overflow: hidden;
}
.imgarriba .images img {
    height: 100%;
    left: -100%;
    margin: auto;
    max-width: unset;
    position: absolute;
    right: -100%;
    width: auto;
}
.Content h1 {
    font-size: 1.8em;
    margin: 0 0 19px;
    height: auto;
    padding-bottom: 5px;
}
.Content h1 span {padding: 0}

.Content .short_desc, .Content .short_desc p {
    font-size: 17px !important;
    line-height: 22px !important;
    margin-bottom: 14px !important;
}
.Content .long_desc, .Content .long_desc p {
    font-size: 13px !important;
    line-height: 20px !important;
}
.long_desc hr {
    margin: 20px 0;
}
}

@media (max-width: 479px) {
.sobrepic {
    font-size: 1.4em;
    line-height: 1.05em;
    top: 17px;
}
.imgarriba .images {height: 200px}
}





/* HELP (col. izquierda, centro de ayuda) ******************************/

.Content.help .titulo h3 {
    margin: 0;
    font-size: 1.4em;
    color: #64187D;
}
.Content.help .titulo h3::before {
    background-image: url(/Content/Images/b-help.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin: -6px 7px 0 0;
    width: 30px;
    height: 30px;
}









/***** FAQ - PREGUNTAS FRECUENTES *******************************/
/* FAQ - collapsed   ******************************/

.faq_list {
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
.faq_list .panel-group {margin-bottom: 0}
.faq_list .item {
    margin: 7px 0 0;
    padding: 0;
    border-width: 0 !important;
    position: relative;
    float: left;
    width: 100%;
}
.faq_list .item > a {
    color: #294391;
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: -0.02em;
    font-weight: normal;
    padding: 15px 40px 15px 15px;
    float: left;
    width: 100%;
    background: #f7f7f7;
    margin: 0;
    border-color: #0054C8 #0054C8 #f9f9f9;
    border-width: 1px;
    border-style: solid;
}
.faq_list li:last-child .item > a.collapsed {border-width: 1px}

.faq_list .item > a::after {content: "\f3d8"}
.faq_list .item > a.collapsed::after {content: "\f3d0"}
.faq_list .item > a::after {
    font-family: "Ionicons";
    position: absolute;
    right: 18px;
    top: 22px;
}
.faq_list .item > a.collapsed {
    color: #000;
    background: #fff;
    border-color: #e4e4e4;
}
.faq_list .item .tab-pane {
    background: #fff;
    float: left;
    width: 100%;
    border-color: #0054C8;
    border-style: solid;
    border-width: 0 1px 1px;
}
.faq_list .item .tab-pane .short_desc,
.faq_list .item .tab-pane .long_desc {
    margin: 0 0 10px;
    padding: 20px;
}
.faq_list .item .long_desc ul {
    float: left;
    width: 100%;
    margin: 0 0 12px;
}
.faq_list .item .long_desc ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 6px;
}
.faq_list .item .long_desc ul li::before {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    display: block;
    content: "";
    float: left;
    background: #565656;
    margin: 7px 12px 0 0;
}
.faq_list .item .long_desc a {
    color: #2972f8;
    text-decoration: underline;
}
.faq_list .item .long_desc a:hover {color: #000}


@media (max-width: 767px) {
.faq_list .item > a {padding: 14px 40px 14px 15px; font-size: 1.2em;}
.faq_list .item > a::after {
    right: 11px;
    font-size: 1.2em;
}
}








/***** FAQ - MEDIOS DE PAGO PROMOCIONES *******************************/

.mediosdepago .faq_list ul, .mediosdepago .faq_list ul li {
	float: left;
	width: 100%;
}

.mediosdepago .faq_list .item > a, .mediosdepago .faq_list .item .tab-pane {background: #f9f9f9}
.mediosdepago .faq_list .item .tab-pane {padding: 10px 20px}

.mediosdepago .faq_list .item {
    margin: 5px 0 0;
}
.mediosdepago .faq_list .item > a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 40px 5px 15px;
    min-height: 54px;
}
.mediosdepago .faq_list .item > a::after {top: 18px}

.mediosdepago .faq_list .item > a.loguito > div:first-child {
    width: 97px;
    height: 35px;
    margin-right: 15px;
    background: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mediosdepago .faq_list .item > a.loguito > div:first-child img {
	max-width: 100%;
	max-height: 100%;
}


.installment .ins-head {
    display: flex;
    font-size: 1.1em;
    color: #999;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}
.ins-cuota {width: 55%}
.ins-int {width: 15%}
.ins-cft {width: 15%}
.ins-cta {width: 15%}


.ins-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.ins-body .ins-item:last-child {
    border-bottom: 0;
}
.ins-head .ins-item {min-height: 40px}

.ins-item > div {
    font-size: 1.09em;
    line-height: 1.2em;
    padding-right: 15px;
}
.installment strong {
    font-weight: 700;
}
.installment .color {color: #2972f8}

p.disclaimer {
    font-size: 0.86em !important;
    margin: 7px 0 0 !important;
    color: #999 !important;
    float: left;
    width: 100%;
}


/* modal calculador cuotas en producto */
#c-pagoModal .mediosdepago .faq_list .item > a, #c-pagoModal .mediosdepago .faq_list .item .tab-pane {
    background: #fff;
}


@media (max-width: 767px) {
	.mediosdepago .faq_list .item > a {
	    min-height: 43px;
	    padding: 5px 26px 5px 9px !important;
	}
	.ins-item {padding: 7px 0; font-size: 0.88em;}
	.ins-cuota {width: calc(100% - 300px)}
	.ins-int {width: 100px}
	.ins-cft {width: 100px}
	.ins-cta {width: 100px}
	
	.mediosdepago .faq_list .item .tab-pane {padding: 10px}
}

@media(max-width:550px){
    .ins-cuota {width:55%}
}

@media (max-width: 479px) {
	.mediosdepago .faq_list .item > a.loguito > div:first-child {
	    width: 60px;
	    margin-right: 10px;
	}
	.mediosdepago .faq_list .item > a.loguito > div:last-child {
	    width: calc(100% - 70px);
	}
	.mediosdepago .faq_list .item > a {
	    font-size: 1.06em;
	}
	.installment .ins-head {font-size: 1em}
	
	#c-pagoModal .ins-int {width: 67px}
	#c-pagoModal .ins-cft {width: 52px}
    #c-pagoModal .ins-cta {width: 52px}
}













/*///////////////////////////////////////////////////////////////////////////////////////*/
/*   SELECCION DE SUCURSAL   (carrito + sitio)       /////////////////////////////////  */
/*/////////////////////////////////////////////////////////////////////////////////////*/


/* buscador ***/

.selectors-container {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background: #173855;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    color: #fff;
    position: relative;
    justify-content: space-between;
}
.selectors-container svg {
    position: absolute;
    left: 20px;
    top: 30px;
    transform: scale(1.1);
}
.selectors-container h4 {
    text-transform: uppercase;
    margin: -7px 0 4px;
    font-size: 1.35em;
    font-weight: 500;
    opacity: 0.5;
}
.selectors-container h4 span {display: none}

.selectors-container .form-group {
    margin-bottom: 1px;
}
.selectors-container label{
    width: 100%;
    font-size: 12px;
    color: white;
    margin-bottom: 1px;
}
.selectors-container .selx {
    margin: 0;
    padding: 21px;
}
.selxzona {
    width: 67%;
    order: 2;
}
.selxnombre {
    width: 100%;
    background: #1C5E9B;
}
.selxnombre label span {display: none}

.selectors-container > p {
    padding:0 6px;
    margin:0;
    width:100%;
}

.selectors-container .form-control, .selectors-container select{
    height: 40px;
    font-size: 14px !important;
}

.selectors-container .customselect:after{
    font-size: 1.3em;
    line-height: 1.2em;
}
.selectors-container .orderLoc {
    background: #FFCC2A !important;
    color: #232F3F;
    max-width: unset;
    width: 100%;
    height: 40px;
    border-radius: 0;
    font-weight: 700;
    line-height: 22px;
}
.campos .form-group {
    width: 49%;
}
.campos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.campos .valid {
    width: 100%;
}
.campos .valid .field-validation-error::before {display: none}
.campos .valid .field-validation-error {
    color: #87f9f5 !important;
    line-height: 1.2em !important;
    float: left;
    width: 100%;
    font-size: 1em;
    padding: 9px 0 0;
}
.campos .valid .field-validation-error {
    color: #ba0013 !important;
}
.selectors-container .field-validation-valid {
    display: none;
}
#site_list .pn.posr {
    padding-top: 0 !important;
}


/* MAPA ***/
#mapa .site_list {
    padding: 0;
    height: 100%;
    margin: 0;
}
#mapa .mapa-list {
    height: 100%;    
    overflow: auto;
    max-height: 380px;
}
#mapa .mapa-list li a {
    background: #fff;    
    float: left;
    width: 100%;
    padding: 10px;
    color: #535252;
    font-size: 11px;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    min-height: 100px;
}
#mapa .mapa-list li:first-child a {
    border-top: none;
}

#mapa .mapa-list li a:hover, #mapa .mapa-list li a.active {
    background: #eee;
    border-left: 5px solid #1C5E9B;
}
#mapa .mapa-list li a.active {
     pointer-events: none;
}
#mapa .mapa-list li .loc-name {
    color: #232F3F !important;
    font-weight: 700;
    font-size: 1.2em !important;
    text-transform: uppercase;
}
#mapa .mapa-list .loc-addr, #mapa .mapa-list .loc-time, #mapa .mapa-list .loc-cod strong {
    font-size: 1.1em;
    opacity: 1;
    font-weight: normal;
    line-height: 1.3em;
}
#mapa .mapa-list .loc-cod strong {
    color:black !important;
    line-height: 18px;
    font-size: 12px;
    opacity: 1;
    font-weight: 700;
}

#mapa .mapa-list li 
{
    margin: 0 !important;
}
#mapa .mapa-list .mCSB_draggerContainer{
    border: #e1e1e1 1px solid;
    background-color: #f6f6f6;
}
#mapa .mapa-list .mCSB_dragger_bar{
    line-height: 30px;
    width: 10px;
    border-radius: 12px;
    background-color: #c2c2c2;
}
#mapa .mapa-list .mCSB_draggerRail{
    background-color: transparent;
}


/* mapa ***/
#map {
    height: 380px !important;
    width: 100% !important;
    display: none;
}
#mapa {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    border-bottom: 2px solid #f0f0f0;
    position: relative;
    background: #e6e6e6;
}
#map::before {
    content: "";
    background-image: url(/content/images/map.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px;
    width: 100px;
    top: calc(50% - 50px);
    right: calc(50% - 50px);
    position: absolute;
    opacity: 0.07;
    z-index: 0;
}

#mapImage {padding: 0;overflow: hidden;}
#mapImage img {
    width: 100%;
    object-fit: contain;
    object-position: top center;
    max-height: 400px;
    height: 100%;
    display: inline-block;
}
#mapImage .noselect{
    pointer-events: none;
}

#mapImage .btn.btn-primary {
    height: 55px;
    width: 100%;
    line-height: 2.7em;
    margin-top: 10px;
    font-size: 1.2em;
    background-color: #1C5E9B;
}
.gm-svpc div img {
    position: relative !important;
}





@media(min-width: 1440px) {
    .Content.Sucursales #mapa img {
        position: relative;
        top: -30%;
    }
}

@media(min-width: 1600px) {
    .Content.Sucursales #mapa img {
        position: relative;
        top: -45%;
    }
}

@media(min-width: 1850px) {
    .Content.Sucursales #mapa img {
        position: relative;
        top: -50%;
    }
}


@media(max-width: 767px) {
.selectors-container {flex-direction: column; margin-bottom: 6px;}
.selectors-container .selx {width: 100%;}
#mapa {flex-direction: column}
#map {height: 280px !important; border-top: 8px solid #fff;}
#mapa .site_list, #mapImage {width: 100%}
#mapa .mapa-list {
    max-height: 282px;
    border-bottom: 1px solid #ddd;
}
#mapa .mapa-list li a {padding: 8px 10px}

#sucursalesModal .selectors-container h4 {display: none}
#sucursalesModal .selxnombre label span {
    display: inline-block;
    text-transform: uppercase;
}
.selxnombre {order: 2}
}

@media(max-width: 991px) {
}


@media (max-width: 479px) {    
.campos .form-group {
    width: 100%;
}
}


.mensaje-mapa {
    color: #000000d1;
    width: 100%;
    font-size: 1.1em;
    padding: 0 10px 0 66px;
    display: block;
    position: relative;
    margin: 28px 0;
}

.mensaje-mapa::before {
    content: "O";
    float: left;
    font-size: 38px;
    font-family:"e3font";
    margin-right: 6px;
    color: #000;
    height: 36px;
    position: absolute;
    left: 17px;
    line-height: 100%;
    top: calc(50% - 18px);
}


@media (max-width: 1199px) {    
    .mensaje-mapa {
        font-size: 0.98em;
        padding-left: 52px;
    }
    .mensaje-mapa::before {
        font-size: 32px;
        top: calc(50% - 16px);
        left: 10px;
    }
}

@media (max-width: 779px) {    
    .mensaje-mapa {
        margin: 7px 0;
    }
}



/*SUCURSALES PAGINA*/


#map-container {
    background: unset !important;
    border-bottom: 2px solid #ffffff !important;
    border-top: none;
    box-shadow: none !important;
    height: auto !important;
    padding: 0 !important;
    display: inline-block;
    width: 100%;
}
.map {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    height: 400px !important;
}
#mapa {
    background: #eee none repeat scroll 0 0 !important;
    float: left !important;
    height: 500px !important;
    width: 100% !important;
    overflow: hidden;
}

#mapa img {
    object-fit: cover;
    float: left;
    width: 100%;
    height: auto;
}
.llegar {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #2F4189;
    border-radius: 3px;
    color: #2F4189;
    display: block;
    float: left;
    font-size: 0.78em;
    height: 21px;
    letter-spacing: 0.03em;
    line-height: 18px;
    margin-left: 3%;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 97%;
}
.llegar:hover {
    background: #2F4189;
    color: #fff;
}
#loc-list {
    font-size: 1.2em;
    line-height: 1.1em;
    padding: 0;
    overflow: auto;
    border: 1px solid #d5d5d5;
}


#loc-list::-webkit-scrollbar-track
{
    border-radius: 0;
    background-color: #F8F8F8;

}

#loc-list::-webkit-scrollbar
{
    width: 12px;
    left:5px;
    background-color: #F5F5F5;
}

#loc-list::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #D1D1D1;
}


#loc-list > div {
    clear: left;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#loc-list .suc-item {
    border-bottom: 1px solid #e8e8e8;
    color: #000 !important;
    float: left;
    font-size: 0.7em !important;
    line-height: 1.2em;
    padding: 10px;
    width: 100%;
}
#loc-list .suc-item.active {
    background: #fcf7d1 none repeat scroll 0 0;
    border: 2px solid #ffe100;
}
#loc-list .suc-item div {
    margin-bottom: 3px !important;
}
#loc-list .suc-item .loc-banner{
  color: #1C5E9B;
}
#loc-list .suc-item .loc-banner a{
    font-weight: bolder;
    
}
#loc-list a{}
.cart-sucursales{
    border-radius: 0;
    padding: 20px 8px;
    float: left;
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #D5D5D5;
    box-sizing: border-box;
}
.cart-sucursales:hover
{
    background:#ffc69e  ;
}
.cart-sucursales.active
{
    border-left: 5px solid #1C5E9B !important;
    background: #FFF4F5;
}
    .loc-name {
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        color: #1C5E9B;
        line-height: 24px;
    }
    .Park:before{
     content:"E";
     color:#ffffff;
     background:#1C5E9B;
     padding:2px 9px;
     border-radius:50%;
     margin-left:5px;
     font-size:1.2em;
 }
 .Park:hover::after{
     content:"Estacionamiento";
     position:absolute;
     display:block;
     float:right;
     top:38px;
     right:0px;
     padding:5px;
     border-radius:4px;
     color:#1C5E9B;
     background:#FFFFFF;
     border:solid 2px #1C5E9B;
 }
 .loc-apartir {font-style: normal;font-weight: 700;font-size: 12px;line-height: 17px;color: #1C5E9B;}
 .previewtCobertura{color:#1C5E9B!important; float:right !important; margin-left:10px; font-weight:900;}
 .loc-addr {font-style: normal;font-weight: normal;font-size: 13px;line-height: 17px;color: #2B2B2B;}
 .loc-time {
    font-size: 0.8em;
    line-height: 1em;
    opacity: 0.5;
    color:#828181;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #959595;
}

#loc-list {height:400px}

@media (max-width: 1439px)
{
    #SHIPPING .suc-head{
        padding: 20px;
    }
    #SHIPPING .suc-head h4
    {
        max-width: unset;
        padding: 0;
        margin-bottom: 10px !important
    }
}
@media (max-width: 1199px) { 
    #loc-list {font-size: 1.2em !important}
    #SHIPPING .suc-head h4
    {
        max-width: 101px;
        padding: 0;
        margin-bottom: 0  !important
    }
}
@media (max-width: 991px) {
    #SHIPPING .suc-head{
        padding: 15px 12px;
    } 
    #SHIPPING .suc-head h4
    {
        max-width: unset;
        padding: 0;
        margin-bottom: 10px !important;
        text-align: center;
    }
    #SHIPPING .suc-head .form-group
    {
        margin-bottom: 10px;
        width: 100%;
        max-width: unset;
    }
}

@media (max-width: 767px) { 

    #loc-list {
        border-top: 1px solid lightgray;
    }
    #mapa {
        margin-top: 10px;
    }
    
    #s-tabs{
        display: inline-block
    }

    .shipping-tabs li {width: 100% !important; }

    #ship-send {margin-bottom: 0;}


    #ship-send .form-group:nth-child(2) {
        margin-right: 0 !important;
    }
    #ship-send .btn {
        float: right;
        margin-right: 1%;
        width: auto;
    }
    #loc-list .suc-item {font-size: 0.67em;}
}
@media (max-width: 479px) { 
    .shipping-tabs li span:after {
        font-size: 3.5em;
    }
    #tab-pickup:after {
    }
    .info_cart{display:none;}
    #PAYMETHOD .item, #PAYMETHOD .sps-options li {
        height: auto;
        /* padding: 18px 20px; */
    }
    #PAYMETHOD .item span {
        left:0 !important;
    }

    #PAYMETHOD .item .leyenda{
        left:85% !important
    }
    #SHIPPING li span:after {font-size: 2.5em}

    #ship-send .form-group {
        margin-bottom: 9px;
        margin-right: 0;
        width: 100%;
    }
    #ship-send select input, #ship-send .btn {
        height: 30px !important;
        line-height: 0;
    }
    #ship-send .btn {margin-right: 0}

    .loc-time {display: none}
    #map-container {
        margin-top: 6px;
    }
    #loc-list {
        height: auto !important;
    }
    #loc-list .suc-item {
        border: 2px solid #f8f8f8;
        font-size: 0.6em;
        padding: 7px;
        width: 50%;
        height: 79px;
    }
    #PAYMETHOD .checkmark {
        position: absolute;
        top: 19px;
        left: 16px;
        height: 16px;
        width: 16px;
        background-color: #fff;
        border: solid 1px #c3c2c2;
        border-radius: 50%;
    }
    #PAYMETHOD .checkmark:before {
        top: 4px;
        left: 4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }
}
@media (max-width:320px){
    #loc-list .suc-item {
        height: 90px;
    }
}
@media (max-width: 390px) { 
    .shipping-tabs li span:after {
     display:none !important;
 }
}

.share-bubble {
    z-index: 2 !important;
}

