

#tituloInicioPp{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
}



#imgTitulo1{
    display: none;
}
.fade {
  transition: opacity 0.5s;
}

#redireccionIg{
    display: flex;
    align-items: center;
    flex-direction: row;
}
#redireccionIg img{
    height: 40px;
}

/*----*/
#botonPincipalContactoWts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
#botonPincipalContactoWts a{
    background-color: #1a885e;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
}



#ubicacionTaller{
    margin-top: 70PX;
}
/*----------NOEMAL PC-     UBICACION--------*/




/*----------RESPONSIVO A TELEFONO-     UBICACION--------*/
@media (min-width: 300px) {
    #ubicacionTaller{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
    #ubicacionTaller img{
        height: 200px;
}
    #ubicacionTaller h3{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        background-color: steelblue;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 30px;
        padding-left: 30px;
        letter-spacing: 6px;
        color: aliceblue;
        margin-bottom: 20px;
}



}



#marcasMotoTrabajo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
}


#imagenesTallerMain{
    background-color: steelblue;
     margin-top: 40px;
     padding-top: 15px;
}
.posicion01Main{
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}
@media (min-width: 300px) {
    
    #imagenesTallerMain img{
        height: 150px;
    }
}


