.bloque2{
    background-color: #f6faf8;
    padding-top: 36px;
    padding-left: 240px;
    padding-right: 240px;
}

.bloque2 .contenedor{
    display: flex;
    flex-direction: column;
    padding: 0% 60px;
}

.bloque2 h3{
    color: #ab7caf;
}

.bloque2 p {
    line-height: 27px;   /* within paragraph */
    /*margin-bottom: 30px; */ /* between paragraphs */
}

.bloque2 p span {
    line-height: 26px;  
    /* display: block;*/
    /* margin: 10px 0;*/
    /*margin-top: 200px;*/
 }

.bloque2 .element{
    padding-top: 6px;
    padding-bottom: 6px;
}

.bloque2 figure img{
   height: 39px;
}

.bloque2 figure{
    position: relative;
    margin: 0;
}

.bloque2 .filter::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    mix-blend-mode: overlay;
    background: rgba(202, 2, 243, 0.9);
}

.bloque2 .map{
    display: flex;
    flex-direction: row;
}

.bloque2 .botMap{
    margin-top: auto;
    margin-bottom: auto;
    color: rgb(202, 2, 243);
}

.bloque2 .icon{
    /* background-color: aquamarine;*/
    padding: 0px;
}

.bloque2 .goo{
    font-size: 0.7rem;
    margin-top: auto;
    margin-bottom: auto;
    color: rgb(202, 2, 243);
}

.bloque2 .pedidos{
    padding-top: 24px;
    padding-bottom: 12px;
}

@media screen and (min-width: 1600px) {
    .bloque2{
        margin: auto;
        max-width: 1200px;
    }        
}

/* Tablet */
@media screen and (max-width: 992px) {
    .bloque2{
        padding-left: 24px;
        padding-right: 24px;
    }
    
}

