/* /donde-comprar/ */
.contentContainer {
    margin:0 auto;
}               
#hero {
    width: 100%; 
}
#hero img {
    width: 100%;
}
#columnas {
    width: 100%; 
        overflow: hidden;
}
#columnas.uno .logos li a {
    padding: 10px;
}
#columnas .col {
    border-left: solid 0.1em #CCC; 
    float: left;
    padding: 1% 3%;    
}
#columnas.uno .col {
    width: 100%;
}
#columnas.dos .col {
    width: 50%;
}
#columnas.tres .col {
    width: 33%;
}
#columnas.cuatro .col {
    width: 25%;
}
#columnas .col:first-child { 
    border-left: none;
}      
#columnas .col h4,
#columnas .col h3 {
    font-size: 1.2em;
    color: #009dd9;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.1em;
}
#columnas .col h4 {
    font-size: 1em
}
#columnas .col p {
    font: 0.9em/1.30;
    color: #000;
    margin-top:0;
}
#columnas a.button-standard  {
    color: #009dd9;
    text-decoration: none;
    outline: none;
    font: .8em/1.75;
    text-transform: uppercase;
    background: none !important;
    border: solid 1px #009dd9;
    width: 100%;
    text-align: center;
    margin-top: 2em;
    margin-bottom: .5em
}
#columnas a.button-standard.activo,
#columnas a.button-standard:hover {
    background: #009dd9 !important;
    color: #fff;
}

#columnas .logos {
    margin: 10px 0;
    width: 100%;
    justify-content: space-between;
    -webkit-padding-start: 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
#columnas .logos li {
    display: inline;
      list-style: none;
      width: auto;
        margin: 5px;
    align-self: center;
}

#columnas.tres .logos li {
    width: 50%;
    margin: 0 !important;
    text-align: center;
}
#columnas .logos li img {
    max-width: 95%;
 }

#intercompras {
    border: 1px solid #bcbcbc;
    min-width: 80%;
    padding: 10px 20px;
}

#intercompras img {
    height: 70%;
    width: 70%;
}

.otras_phones {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    color: black;
}

.default {
    color: #0000EE;
}


#hero .desktop { display: block}
#hero .mobile { display: none}


@media only screen and (max-width : 48em)  {
        .contentContainer{width: 100%;
            margin:0 auto; }     
        #columnas .col {
            width: 100% !important;
            border-left: solid 0.1em #CCC; 
            float: left;
            display: block;
        }
        #hero .mobile { display: block}
        #hero .desktop { display: none}

        #columnas .col{border-bottom: 1px dotted grey;padding-bottom: 1em;padding-top: .5em;}
        #columnas .col h3 {color: #555;text-align: center;}
        #columnas .col p{text-align: center;margin-top: 0;}
        .expandableContent {padding: 2%;}
        a.ico{display: none !important;}
        a.button-standard.button-full.button-called-out {margin: 0% 10% 5%;width: 80%;padding: .75em;display: block !important;}




}

@media only screen and (min-width : 48em) and (max-width : 60em) {
        #columnas .col {width: 50% !important; }
        #columnas .col:nth-child(3) {
            width: 100%;
            border-top: solid 0.1em #CCC;
            padding-top: 8px;
        }
}

@media only screen and (min-width : 48.063em) and (max-width : 75em) {
        .contentContainer{
            width: 100%;
            margin:0 auto;
        }      
}
@media (max-width: 768px){
	#retailers form select {
		    width: 99% !important;
		}
}